BREWBLOX DIAGNOSTIC DUMP Sun 5 May 13:44:27 BST 2019 Requested by Bob ==============VARS============== Linux raspberrypi 4.14.98-v7+ #1200 SMP Tue Feb 12 20:27:48 GMT 2019 armv7l GNU/Linux Docker version 18.09.0, build 4d60db4 docker-compose version 1.24.0, build 0aa5906 BREWBLOX_PORT_HTTPS=443 BREWBLOX_PORT_HTTP=80 BREWBLOX_PORT_MDNS=5000 BREWBLOX_RELEASE=edge BREWBLOX_CFG_VERSION=0.2.1 ==============CONFIG============== version: '3' services: mdns: image: brewblox/brewblox-mdns:rpi-${BREWBLOX_RELEASE:-stable} network_mode: host restart: unless-stopped command: > --port=${BREWBLOX_PORT_MDNS:-5000} eventbus: image: arm32v6/rabbitmq:alpine restart: unless-stopped influx: image: influxdb restart: unless-stopped volumes: - ./influxdb:/var/lib/influxdb environment: - INFLUXDB_HTTP_LOG_ENABLED=false - INFLUXDB_LOGGING_LEVEL=warn - INFLUXDB_DATA_WAL_FSYNC_DELAY=1s - INFLUXDB_DATA_INDEX_VERSION=tsi1 datastore: image: treehouses/couchdb restart: unless-stopped labels: - "traefik.port=5984" - "traefik.frontend.rule=PathPrefixStrip: /datastore" volumes: - ./couchdb/:/opt/couchdb/data/ spark-one: image: brewblox/brewblox-devcon-spark:rpi-${BREWBLOX_RELEASE:-stable} privileged: true depends_on: - eventbus - datastore restart: unless-stopped labels: - "traefik.port=5000" - "traefik.frontend.rule=PathPrefix: /spark-one" command: > --name=spark-one --mdns-port=${BREWBLOX_PORT_MDNS:-5000} history: image: brewblox/brewblox-history:rpi-${BREWBLOX_RELEASE:-stable} depends_on: - influx - eventbus restart: unless-stopped labels: - "traefik.port=5000" - "traefik.frontend.rule=PathPrefix: /history" ui: image: brewblox/brewblox-ui:rpi-${BREWBLOX_RELEASE:-stable} restart: unless-stopped labels: - "traefik.port=80" - "traefik.frontend.rule=PathPrefix: /" traefik: image: traefik restart: unless-stopped ports: - ${BREWBLOX_PORT_HTTP:-80}:${BREWBLOX_PORT_HTTP:-80} - ${BREWBLOX_PORT_HTTPS:-443}:${BREWBLOX_PORT_HTTPS:-443} volumes: - ./traefik:/config - /var/run/docker.sock:/var/run/docker.sock command: > -c /dev/null --docker --docker.domain=brewblox.local --entrypoints='name:http Address::${BREWBLOX_PORT_HTTP:-80} Redirect.EntryPoint:https' --entrypoints='name:https Address::${BREWBLOX_PORT_HTTPS:-443} TLS:config/brewblox.crt,config/brewblox.key' --defaultentrypoints="http,https" ==============LOGS============== Attaching to brewblox_ui_1 ui_1 | 2019-05-05T08:41:27.062353672Z 172.18.0.3 - - [05/May/2019:08:41:27 +0000] "GET /dashboard/dashboard-home HTTP/1.1" 200 1891 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:27.128270516Z 172.18.0.3 - - [05/May/2019:08:41:27 +0000] "GET /css/chunk-vendors.c01aba49.css HTTP/1.1" 200 150678 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:27.319465103Z 172.18.0.3 - - [05/May/2019:08:41:27 +0000] "GET /js/app.2f96c857.js HTTP/1.1" 200 392832 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:27.385179188Z 172.18.0.3 - - [05/May/2019:08:41:27 +0000] "GET /css/app.8346fd90.css HTTP/1.1" 200 1237960 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:27.385815330Z 172.18.0.3 - - [05/May/2019:08:41:27 +0000] "GET /js/chunk-vendors.853de536.js HTTP/1.1" 200 991167 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:27.389201400Z 172.18.0.3 - - [05/May/2019:08:41:27 +0000] "GET /css/chunk-32a3bdec.e860a138.css HTTP/1.1" 200 433 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:27.694137923Z 172.18.0.3 - - [05/May/2019:08:41:27 +0000] "GET /css/chunk-a99f22ca.518bc52f.css HTTP/1.1" 200 258758 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:27.718660048Z 172.18.0.3 - - [05/May/2019:08:41:27 +0000] "GET /css/chunk-eddc91c4.01dd9419.css HTTP/1.1" 200 258739 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:27.799939184Z 172.18.0.3 - - [05/May/2019:08:41:27 +0000] "GET /js/chunk-2d0e6104.2b9b841e.js HTTP/1.1" 200 1343 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:27.803455306Z 172.18.0.3 - - [05/May/2019:08:41:27 +0000] "GET /js/chunk-32a3bdec.d4c44235.js HTTP/1.1" 200 4089 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:27.806439608Z 172.18.0.3 - - [05/May/2019:08:41:27 +0000] "GET /js/chunk-2d218056.c3913bdd.js HTTP/1.1" 200 932 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:27.815390381Z 172.18.0.3 - - [05/May/2019:08:41:27 +0000] "GET /js/chunk-a99f22ca.4cba742f.js HTTP/1.1" 200 71179 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:27.818655411Z 172.18.0.3 - - [05/May/2019:08:41:27 +0000] "GET /js/chunk-2d230c65.b49de25f.js HTTP/1.1" 200 700 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:27.820255035Z 172.18.0.3 - - [05/May/2019:08:41:27 +0000] "GET /js/chunk-26850650.bfff8810.js HTTP/1.1" 200 914622 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:27.823138141Z 172.18.0.3 - - [05/May/2019:08:41:27 +0000] "GET /js/chunk-eddc91c4.8a8b6b11.js HTTP/1.1" 200 6109 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:28.931027861Z 172.18.0.3 - - [05/May/2019:08:41:28 +0000] "GET /css/chunk-a99f22ca.518bc52f.css HTTP/1.1" 200 258758 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:29.857725015Z 172.18.0.3 - - [05/May/2019:08:41:29 +0000] "GET /js/chunk-a99f22ca.4cba742f.js HTTP/1.1" 200 71179 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:29.859166828Z 172.18.0.3 - - [05/May/2019:08:41:29 +0000] "GET /js/chunk-eddc91c4.8a8b6b11.js HTTP/1.1" 200 6109 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:29.861487021Z 172.18.0.3 - - [05/May/2019:08:41:29 +0000] "GET /css/chunk-eddc91c4.01dd9419.css HTTP/1.1" 200 258739 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:30.289993804Z 172.18.0.3 - - [05/May/2019:08:41:30 +0000] "GET /fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.bca3a187.woff2 HTTP/1.1" 200 59000 "https://192.168.0.18/css/chunk-vendors.c01aba49.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:30.294347993Z 172.18.0.3 - - [05/May/2019:08:41:30 +0000] "GET /fonts/KFOmCnqEu92Fr1Mu4mxM.bafb105b.woff HTTP/1.1" 200 19824 "https://192.168.0.18/css/chunk-vendors.c01aba49.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:30.299020670Z 172.18.0.3 - - [05/May/2019:08:41:30 +0000] "GET /fonts/KFOlCnqEu92Fr1MmEU9fBBc-.de8b7431.woff HTTP/1.1" 200 20012 "https://192.168.0.18/css/chunk-vendors.c01aba49.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:30.317805543Z 172.18.0.3 - - [05/May/2019:08:41:30 +0000] "GET /fonts/mdi.a57de8f6.woff2 HTTP/1.1" 200 182496 "https://192.168.0.18/css/chunk-vendors.c01aba49.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T08:41:30.502526478Z 172.18.0.3 - - [05/May/2019:08:41:30 +0000] "GET /favicon.ico HTTP/1.1" 200 1150 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:51.940531886Z 172.18.0.6 - - [05/May/2019:09:04:51 +0000] "GET /dashboard/dashboard-home HTTP/1.1" 200 1891 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:52.104876405Z 172.18.0.6 - - [05/May/2019:09:04:52 +0000] "GET /css/chunk-vendors.c01aba49.css HTTP/1.1" 200 150678 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:52.141848421Z 172.18.0.6 - - [05/May/2019:09:04:52 +0000] "GET /css/app.8346fd90.css HTTP/1.1" 200 1237960 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:52.189210202Z 172.18.0.6 - - [05/May/2019:09:04:52 +0000] "GET /js/app.2f96c857.js HTTP/1.1" 200 392832 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:52.229748441Z 172.18.0.6 - - [05/May/2019:09:04:52 +0000] "GET /css/chunk-32a3bdec.e860a138.css HTTP/1.1" 200 433 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:52.254393674Z 172.18.0.6 - - [05/May/2019:09:04:52 +0000] "GET /css/chunk-a99f22ca.518bc52f.css HTTP/1.1" 200 258758 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:52.336008949Z 172.18.0.6 - - [05/May/2019:09:04:52 +0000] "GET /js/chunk-2d0e6104.2b9b841e.js HTTP/1.1" 200 1343 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:52.338242578Z 172.18.0.6 - - [05/May/2019:09:04:52 +0000] "GET /js/chunk-2d218056.c3913bdd.js HTTP/1.1" 200 932 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:52.362262086Z 172.18.0.6 - - [05/May/2019:09:04:52 +0000] "GET /css/chunk-eddc91c4.01dd9419.css HTTP/1.1" 200 258739 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:52.469443577Z 172.18.0.6 - - [05/May/2019:09:04:52 +0000] "GET /js/chunk-vendors.853de536.js HTTP/1.1" 200 991167 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:52.686981327Z 172.18.0.6 - - [05/May/2019:09:04:52 +0000] "GET /js/chunk-26850650.bfff8810.js HTTP/1.1" 200 914622 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:53.128702353Z 172.18.0.6 - - [05/May/2019:09:04:53 +0000] "GET /js/chunk-2d230c65.b49de25f.js HTTP/1.1" 200 700 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:53.138231766Z 172.18.0.6 - - [05/May/2019:09:04:53 +0000] "GET /js/chunk-a99f22ca.4cba742f.js HTTP/1.1" 200 71179 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:53.142538871Z 172.18.0.6 - - [05/May/2019:09:04:53 +0000] "GET /js/chunk-32a3bdec.d4c44235.js HTTP/1.1" 200 4089 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:53.144946666Z 172.18.0.6 - - [05/May/2019:09:04:53 +0000] "GET /css/chunk-eddc91c4.01dd9419.css HTTP/1.1" 200 258739 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:53.148315966Z 172.18.0.6 - - [05/May/2019:09:04:53 +0000] "GET /js/chunk-eddc91c4.8a8b6b11.js HTTP/1.1" 200 6109 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:53.153364941Z 172.18.0.6 - - [05/May/2019:09:04:53 +0000] "GET /css/chunk-a99f22ca.518bc52f.css HTTP/1.1" 200 258758 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:53.155586227Z 172.18.0.6 - - [05/May/2019:09:04:53 +0000] "GET /js/chunk-a99f22ca.4cba742f.js HTTP/1.1" 200 71179 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:53.295278790Z 172.18.0.6 - - [05/May/2019:09:04:53 +0000] "GET /js/chunk-eddc91c4.8a8b6b11.js HTTP/1.1" 200 6109 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:53.430397323Z 172.18.0.6 - - [05/May/2019:09:04:53 +0000] "GET /fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.bca3a187.woff2 HTTP/1.1" 200 59000 "https://192.168.0.18/css/chunk-vendors.c01aba49.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:53.434910000Z 172.18.0.6 - - [05/May/2019:09:04:53 +0000] "GET /fonts/KFOmCnqEu92Fr1Mu4mxM.bafb105b.woff HTTP/1.1" 200 19824 "https://192.168.0.18/css/chunk-vendors.c01aba49.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:53.451429259Z 172.18.0.6 - - [05/May/2019:09:04:53 +0000] "GET /fonts/mdi.a57de8f6.woff2 HTTP/1.1" 200 182496 "https://192.168.0.18/css/chunk-vendors.c01aba49.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:04:53.462135538Z 172.18.0.6 - - [05/May/2019:09:04:53 +0000] "GET /fonts/KFOlCnqEu92Fr1MmEU9fBBc-.de8b7431.woff HTTP/1.1" 200 20012 "https://192.168.0.18/css/chunk-vendors.c01aba49.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" ui_1 | 2019-05-05T09:05:06.264773828Z 172.18.0.6 - - [05/May/2019:09:05:06 +0000] "GET /js/chunk-2d218056.c3913bdd.js HTTP/1.1" 200 932 "https://192.168.0.18/dashboard/dashboard-home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36" "192.168.0.19" Attaching to brewblox_datastore_1 datastore_1 | 2019-05-05T08:41:26.965128968Z **************************************************** datastore_1 | 2019-05-05T08:41:26.965280477Z WARNING: CouchDB is running in Admin Party mode. datastore_1 | 2019-05-05T08:41:26.965307300Z This will allow anyone with access to the datastore_1 | 2019-05-05T08:41:26.965332300Z CouchDB port to access your database. In datastore_1 | 2019-05-05T08:41:26.965356831Z Docker's default configuration, this is datastore_1 | 2019-05-05T08:41:26.965380841Z effectively any other container on the same datastore_1 | 2019-05-05T08:41:26.965404539Z system. datastore_1 | 2019-05-05T08:41:26.965427976Z Use "-e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password" datastore_1 | 2019-05-05T08:41:26.965459070Z to set it in "docker run". datastore_1 | 2019-05-05T08:41:26.965483809Z **************************************************** datastore_1 | 2019-05-05T09:04:13.215041891Z **************************************************** datastore_1 | 2019-05-05T09:04:13.216642672Z WARNING: CouchDB is running in Admin Party mode. datastore_1 | 2019-05-05T09:04:13.216736839Z This will allow anyone with access to the datastore_1 | 2019-05-05T09:04:13.216764912Z CouchDB port to access your database. In datastore_1 | 2019-05-05T09:04:13.216790849Z Docker's default configuration, this is datastore_1 | 2019-05-05T09:04:13.216817881Z effectively any other container on the same datastore_1 | 2019-05-05T09:04:13.216843037Z system. datastore_1 | 2019-05-05T09:04:13.216869704Z Use "-e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password" datastore_1 | 2019-05-05T09:04:13.216902047Z to set it in "docker run". datastore_1 | 2019-05-05T09:04:13.216927672Z **************************************************** datastore_1 | 2019-05-05T12:26:52.048667235Z **************************************************** datastore_1 | 2019-05-05T12:26:52.050396662Z WARNING: CouchDB is running in Admin Party mode. datastore_1 | 2019-05-05T12:26:52.050516298Z This will allow anyone with access to the datastore_1 | 2019-05-05T12:26:52.050555308Z CouchDB port to access your database. In datastore_1 | 2019-05-05T12:26:52.050582652Z Docker's default configuration, this is datastore_1 | 2019-05-05T12:26:52.050609423Z effectively any other container on the same datastore_1 | 2019-05-05T12:26:52.050635621Z system. datastore_1 | 2019-05-05T12:26:52.050660725Z Use "-e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password" datastore_1 | 2019-05-05T12:26:52.050731246Z to set it in "docker run". datastore_1 | 2019-05-05T12:26:52.050759683Z **************************************************** Attaching to brewblox_traefik_1 Attaching to brewblox_eventbus_1 eventbus_1 | 2019-05-05T09:04:34.621545307Z 2019-05-05 09:04:34.620 [info] <0.243.0> eventbus_1 | 2019-05-05T09:04:34.623103499Z Starting RabbitMQ 3.7.14 on Erlang 21.3.7 eventbus_1 | 2019-05-05T09:04:34.623179331Z Copyright (C) 2007-2019 Pivotal Software, Inc. eventbus_1 | 2019-05-05T09:04:34.623210320Z Licensed under the MPL. See https://www.rabbitmq.com/ eventbus_1 | 2019-05-05T09:04:34.623251465Z eventbus_1 | 2019-05-05T09:04:34.623276776Z ## ## eventbus_1 | 2019-05-05T09:04:34.623302036Z ## ## RabbitMQ 3.7.14. Copyright (C) 2007-2019 Pivotal Software, Inc. eventbus_1 | 2019-05-05T09:04:34.623373545Z ########## Licensed under the MPL. See https://www.rabbitmq.com/ eventbus_1 | 2019-05-05T09:04:34.623401930Z ###### ## eventbus_1 | 2019-05-05T09:04:34.623434794Z ########## Logs: eventbus_1 | 2019-05-05T09:04:34.623462866Z eventbus_1 | 2019-05-05T09:04:34.623487396Z Starting broker... eventbus_1 | 2019-05-05T09:04:34.626055512Z 2019-05-05 09:04:34.625 [info] <0.243.0> eventbus_1 | 2019-05-05T09:04:34.626176186Z node : rabbit@3c5a7769e850 eventbus_1 | 2019-05-05T09:04:34.626209363Z home dir : /var/lib/rabbitmq eventbus_1 | 2019-05-05T09:04:34.626236081Z config file(s) : /etc/rabbitmq/rabbitmq.conf eventbus_1 | 2019-05-05T09:04:34.626262174Z cookie hash : ipgmvBo0I/OyIqfFuAxM2g== eventbus_1 | 2019-05-05T09:04:34.626287850Z log(s) : eventbus_1 | 2019-05-05T09:04:34.626314204Z database dir : /var/lib/rabbitmq/mnesia/rabbit@3c5a7769e850 eventbus_1 | 2019-05-05T09:04:34.664210487Z 2019-05-05 09:04:34.663 [info] <0.243.0> Running boot step pre_boot defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.664465949Z 2019-05-05 09:04:34.663 [info] <0.243.0> Running boot step rabbit_core_metrics defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.666701625Z 2019-05-05 09:04:34.666 [info] <0.243.0> Running boot step rabbit_alarm defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.685913875Z 2019-05-05 09:04:34.685 [warning] <0.269.0> You are using a 32-bit version of Erlang: you may run into memory address~nspace exhaustion or statistic counters overflow.~n eventbus_1 | 2019-05-05T09:04:34.687863151Z 2019-05-05 09:04:34.687 [info] <0.269.0> Memory high watermark set to 370 MiB (388893900 bytes) of 927 MiB (972234752 bytes) total eventbus_1 | 2019-05-05T09:04:34.703434655Z 2019-05-05 09:04:34.702 [info] <0.283.0> Enabling free disk space monitoring eventbus_1 | 2019-05-05T09:04:34.703700794Z 2019-05-05 09:04:34.703 [info] <0.283.0> Disk free limit set to 50MB eventbus_1 | 2019-05-05T09:04:34.711558159Z 2019-05-05 09:04:34.711 [info] <0.243.0> Running boot step code_server_cache defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.714464600Z 2019-05-05 09:04:34.711 [info] <0.243.0> Running boot step file_handle_cache defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.714532723Z 2019-05-05 09:04:34.712 [info] <0.301.0> Limiting to approx 1048476 file handles (943626 sockets) eventbus_1 | 2019-05-05T09:04:34.714604180Z 2019-05-05 09:04:34.712 [info] <0.302.0> FHC read buffering: OFF eventbus_1 | 2019-05-05T09:04:34.714633502Z 2019-05-05 09:04:34.713 [info] <0.302.0> FHC write buffering: ON eventbus_1 | 2019-05-05T09:04:34.716642048Z 2019-05-05 09:04:34.716 [info] <0.243.0> Running boot step worker_pool defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.718191958Z 2019-05-05 09:04:34.717 [info] <0.243.0> Running boot step database defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.721410892Z 2019-05-05 09:04:34.720 [info] <0.243.0> Waiting for Mnesia tables for 30000 ms, 9 retries left eventbus_1 | 2019-05-05T09:04:34.839746661Z 2019-05-05 09:04:34.839 [info] <0.243.0> Waiting for Mnesia tables for 30000 ms, 9 retries left eventbus_1 | 2019-05-05T09:04:34.840291596Z 2019-05-05 09:04:34.839 [info] <0.243.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration. eventbus_1 | 2019-05-05T09:04:34.840788875Z 2019-05-05 09:04:34.840 [info] <0.243.0> Running boot step database_sync defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.841288447Z 2019-05-05 09:04:34.840 [info] <0.243.0> Running boot step codec_correctness_check defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.841469068Z 2019-05-05 09:04:34.841 [info] <0.243.0> Running boot step external_infrastructure defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.841857444Z 2019-05-05 09:04:34.841 [info] <0.243.0> Running boot step rabbit_registry defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.842244257Z 2019-05-05 09:04:34.841 [info] <0.243.0> Running boot step rabbit_auth_mechanism_cr_demo defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.843034238Z 2019-05-05 09:04:34.842 [info] <0.243.0> Running boot step rabbit_queue_location_random defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.843706306Z 2019-05-05 09:04:34.843 [info] <0.243.0> Running boot step rabbit_event defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.844576337Z 2019-05-05 09:04:34.844 [info] <0.243.0> Running boot step rabbit_auth_mechanism_amqplain defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.845185385Z 2019-05-05 09:04:34.844 [info] <0.243.0> Running boot step rabbit_auth_mechanism_plain defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.845888077Z 2019-05-05 09:04:34.845 [info] <0.243.0> Running boot step rabbit_exchange_type_direct defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.846401658Z 2019-05-05 09:04:34.846 [info] <0.243.0> Running boot step rabbit_exchange_type_fanout defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.846958103Z 2019-05-05 09:04:34.846 [info] <0.243.0> Running boot step rabbit_exchange_type_headers defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.847924122Z 2019-05-05 09:04:34.847 [info] <0.243.0> Running boot step rabbit_exchange_type_topic defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.848529993Z 2019-05-05 09:04:34.848 [info] <0.243.0> Running boot step rabbit_mirror_queue_mode_all defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.849027481Z 2019-05-05 09:04:34.848 [info] <0.243.0> Running boot step rabbit_mirror_queue_mode_exactly defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.849660434Z 2019-05-05 09:04:34.849 [info] <0.243.0> Running boot step rabbit_mirror_queue_mode_nodes defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.850313752Z 2019-05-05 09:04:34.849 [info] <0.243.0> Running boot step rabbit_priority_queue defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.850534059Z 2019-05-05 09:04:34.850 [info] <0.243.0> Priority queues enabled, real BQ is rabbit_variable_queue eventbus_1 | 2019-05-05T09:04:34.850854573Z 2019-05-05 09:04:34.850 [info] <0.243.0> Running boot step rabbit_queue_location_client_local defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.851453569Z 2019-05-05 09:04:34.851 [info] <0.243.0> Running boot step rabbit_queue_location_min_masters defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.851906787Z 2019-05-05 09:04:34.851 [info] <0.243.0> Running boot step kernel_ready defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.852083293Z 2019-05-05 09:04:34.851 [info] <0.243.0> Running boot step rabbit_sysmon_minder defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.853088478Z 2019-05-05 09:04:34.852 [info] <0.243.0> Running boot step rabbit_epmd_monitor defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.858638241Z 2019-05-05 09:04:34.858 [info] <0.243.0> Running boot step guid_generator defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.873752620Z 2019-05-05 09:04:34.873 [info] <0.243.0> Running boot step rabbit_node_monitor defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.874588381Z 2019-05-05 09:04:34.874 [info] <0.337.0> Starting rabbit_node_monitor eventbus_1 | 2019-05-05T09:04:34.875443256Z 2019-05-05 09:04:34.875 [info] <0.243.0> Running boot step delegate_sup defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.877917468Z 2019-05-05 09:04:34.877 [info] <0.243.0> Running boot step rabbit_memory_monitor defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.878819738Z 2019-05-05 09:04:34.878 [info] <0.243.0> Running boot step core_initialized defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.879058066Z 2019-05-05 09:04:34.878 [info] <0.243.0> Running boot step upgrade_queues defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.934093992Z 2019-05-05 09:04:34.933 [info] <0.243.0> Running boot step rabbit_connection_tracking_handler defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.934316486Z 2019-05-05 09:04:34.933 [info] <0.243.0> Running boot step rabbit_exchange_parameters defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.935088239Z 2019-05-05 09:04:34.934 [info] <0.243.0> Running boot step rabbit_mirror_queue_misc defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.936783198Z 2019-05-05 09:04:34.936 [info] <0.243.0> Running boot step rabbit_policies defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.940039683Z 2019-05-05 09:04:34.939 [info] <0.243.0> Running boot step rabbit_policy defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.940968515Z 2019-05-05 09:04:34.940 [info] <0.243.0> Running boot step rabbit_queue_location_validator defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.941538710Z 2019-05-05 09:04:34.941 [info] <0.243.0> Running boot step rabbit_vhost_limit defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.942356347Z 2019-05-05 09:04:34.941 [info] <0.243.0> Running boot step recovery defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.945899699Z 2019-05-05 09:04:34.945 [info] <0.364.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@3c5a7769e850/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L' for vhost '/' exists eventbus_1 | 2019-05-05T09:04:34.972104022Z 2019-05-05 09:04:34.971 [info] <0.364.0> Starting message stores for vhost '/' eventbus_1 | 2019-05-05T09:04:34.973239099Z 2019-05-05 09:04:34.972 [info] <0.368.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_transient": using rabbit_msg_store_ets_index to provide index eventbus_1 | 2019-05-05T09:04:34.978081379Z 2019-05-05 09:04:34.977 [info] <0.364.0> Started message store of type transient for vhost '/' eventbus_1 | 2019-05-05T09:04:34.979080730Z 2019-05-05 09:04:34.978 [info] <0.371.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent": using rabbit_msg_store_ets_index to provide index eventbus_1 | 2019-05-05T09:04:34.988849143Z 2019-05-05 09:04:34.988 [info] <0.364.0> Started message store of type persistent for vhost '/' eventbus_1 | 2019-05-05T09:04:34.995914130Z 2019-05-05 09:04:34.995 [info] <0.243.0> Running boot step empty_db_check defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.996245997Z 2019-05-05 09:04:34.995 [info] <0.243.0> Running boot step rabbit_looking_glass defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.996478440Z 2019-05-05 09:04:34.995 [info] <0.243.0> Running boot step rabbit_core_metrics_gc defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.997412793Z 2019-05-05 09:04:34.996 [info] <0.243.0> Running boot step background_gc defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.998415269Z 2019-05-05 09:04:34.997 [info] <0.243.0> Running boot step connection_tracking defined by app rabbit eventbus_1 | 2019-05-05T09:04:34.999526180Z 2019-05-05 09:04:34.998 [info] <0.243.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@3c5a7769e850 eventbus_1 | 2019-05-05T09:04:35.000671777Z 2019-05-05 09:04:35.000 [info] <0.243.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@3c5a7769e850 eventbus_1 | 2019-05-05T09:04:35.001645608Z 2019-05-05 09:04:35.001 [info] <0.243.0> Running boot step routing_ready defined by app rabbit eventbus_1 | 2019-05-05T09:04:35.001870186Z 2019-05-05 09:04:35.001 [info] <0.243.0> Running boot step pre_flight defined by app rabbit eventbus_1 | 2019-05-05T09:04:35.001928622Z 2019-05-05 09:04:35.001 [info] <0.243.0> Running boot step notify_cluster defined by app rabbit eventbus_1 | 2019-05-05T09:04:35.002287260Z 2019-05-05 09:04:35.001 [info] <0.243.0> Running boot step networking defined by app rabbit eventbus_1 | 2019-05-05T09:04:35.007038656Z 2019-05-05 09:04:35.006 [warning] <0.394.0> Setting Ranch options together with socket options is deprecated. Please use the new map syntax that allows specifying socket options separately from other options. eventbus_1 | 2019-05-05T09:04:35.008864082Z 2019-05-05 09:04:35.008 [info] <0.408.0> started TCP listener on [::]:5672 eventbus_1 | 2019-05-05T09:04:35.010227279Z 2019-05-05 09:04:35.009 [info] <0.243.0> Running boot step direct_client defined by app rabbit eventbus_1 | 2019-05-05T09:04:35.384667343Z completed with 0 plugins. eventbus_1 | 2019-05-05T09:04:35.384798590Z 2019-05-05 09:04:35.384 [info] <0.8.0> Server startup complete; 0 plugins started. eventbus_1 | 2019-05-05T09:04:35.472916826Z 2019-05-05 09:04:35.472 [info] <0.412.0> accepting AMQP connection <0.412.0> (172.18.0.5:46778 -> 172.18.0.2:5672) eventbus_1 | 2019-05-05T09:04:35.518167689Z 2019-05-05 09:04:35.517 [info] <0.412.0> connection <0.412.0> (172.18.0.5:46778 -> 172.18.0.2:5672): user 'guest' authenticated and granted access to vhost '/' eventbus_1 | 2019-05-05T09:04:36.108952529Z 2019-05-05 09:04:36.106 [info] <0.431.0> accepting AMQP connection <0.431.0> (172.18.0.4:45602 -> 172.18.0.2:5672) eventbus_1 | 2019-05-05T09:04:36.119499234Z 2019-05-05 09:04:36.118 [info] <0.431.0> connection <0.431.0> (172.18.0.4:45602 -> 172.18.0.2:5672): user 'guest' authenticated and granted access to vhost '/' eventbus_1 | 2019-05-05T12:27:12.563599535Z 2019-05-05 12:27:12.562 [info] <0.243.0> eventbus_1 | 2019-05-05T12:27:12.565225586Z Starting RabbitMQ 3.7.14 on Erlang 21.3.7 eventbus_1 | 2019-05-05T12:27:12.565307716Z Copyright (C) 2007-2019 Pivotal Software, Inc. eventbus_1 | 2019-05-05T12:27:12.565337767Z Licensed under the MPL. See https://www.rabbitmq.com/ eventbus_1 | 2019-05-05T12:27:12.565381931Z eventbus_1 | 2019-05-05T12:27:12.565409325Z ## ## eventbus_1 | 2019-05-05T12:27:12.565435834Z ## ## RabbitMQ 3.7.14. Copyright (C) 2007-2019 Pivotal Software, Inc. eventbus_1 | 2019-05-05T12:27:12.565467394Z ########## Licensed under the MPL. See https://www.rabbitmq.com/ eventbus_1 | 2019-05-05T12:27:12.565493747Z ###### ## eventbus_1 | 2019-05-05T12:27:12.565519943Z ########## Logs: eventbus_1 | 2019-05-05T12:27:12.565547234Z eventbus_1 | 2019-05-05T12:27:12.565572597Z Starting broker... eventbus_1 | 2019-05-05T12:27:12.567111621Z 2019-05-05 12:27:12.566 [info] <0.243.0> eventbus_1 | 2019-05-05T12:27:12.567220782Z node : rabbit@3c5a7769e850 eventbus_1 | 2019-05-05T12:27:12.567249686Z home dir : /var/lib/rabbitmq eventbus_1 | 2019-05-05T12:27:12.567275362Z config file(s) : /etc/rabbitmq/rabbitmq.conf eventbus_1 | 2019-05-05T12:27:12.567301767Z cookie hash : ipgmvBo0I/OyIqfFuAxM2g== eventbus_1 | 2019-05-05T12:27:12.567326921Z log(s) : eventbus_1 | 2019-05-05T12:27:12.567354055Z database dir : /var/lib/rabbitmq/mnesia/rabbit@3c5a7769e850 eventbus_1 | 2019-05-05T12:27:12.605196641Z 2019-05-05 12:27:12.604 [info] <0.243.0> Running boot step pre_boot defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.605533809Z 2019-05-05 12:27:12.604 [info] <0.243.0> Running boot step rabbit_core_metrics defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.607545463Z 2019-05-05 12:27:12.606 [info] <0.243.0> Running boot step rabbit_alarm defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.617103395Z 2019-05-05 12:27:12.616 [warning] <0.287.0> You are using a 32-bit version of Erlang: you may run into memory address~nspace exhaustion or statistic counters overflow.~n eventbus_1 | 2019-05-05T12:27:12.618901363Z 2019-05-05 12:27:12.618 [info] <0.287.0> Memory high watermark set to 370 MiB (388893900 bytes) of 927 MiB (972234752 bytes) total eventbus_1 | 2019-05-05T12:27:12.628780423Z 2019-05-05 12:27:12.628 [info] <0.289.0> Enabling free disk space monitoring eventbus_1 | 2019-05-05T12:27:12.628973485Z 2019-05-05 12:27:12.628 [info] <0.289.0> Disk free limit set to 50MB eventbus_1 | 2019-05-05T12:27:12.636226603Z 2019-05-05 12:27:12.635 [info] <0.243.0> Running boot step code_server_cache defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.636597259Z 2019-05-05 12:27:12.636 [info] <0.243.0> Running boot step file_handle_cache defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.637791252Z 2019-05-05 12:27:12.637 [info] <0.292.0> Limiting to approx 1048476 file handles (943626 sockets) eventbus_1 | 2019-05-05T12:27:12.638015353Z 2019-05-05 12:27:12.637 [info] <0.293.0> FHC read buffering: OFF eventbus_1 | 2019-05-05T12:27:12.638073371Z 2019-05-05 12:27:12.637 [info] <0.293.0> FHC write buffering: ON eventbus_1 | 2019-05-05T12:27:12.640869093Z 2019-05-05 12:27:12.640 [info] <0.243.0> Running boot step worker_pool defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.642377495Z 2019-05-05 12:27:12.641 [info] <0.243.0> Running boot step database defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.645247692Z 2019-05-05 12:27:12.644 [info] <0.243.0> Waiting for Mnesia tables for 30000 ms, 9 retries left eventbus_1 | 2019-05-05T12:27:12.741707487Z 2019-05-05 12:27:12.741 [info] <0.243.0> Waiting for Mnesia tables for 30000 ms, 9 retries left eventbus_1 | 2019-05-05T12:27:12.742109182Z 2019-05-05 12:27:12.741 [info] <0.243.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration. eventbus_1 | 2019-05-05T12:27:12.742581654Z 2019-05-05 12:27:12.742 [info] <0.243.0> Running boot step database_sync defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.743059960Z 2019-05-05 12:27:12.742 [info] <0.243.0> Running boot step codec_correctness_check defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.743242033Z 2019-05-05 12:27:12.742 [info] <0.243.0> Running boot step external_infrastructure defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.743601751Z 2019-05-05 12:27:12.743 [info] <0.243.0> Running boot step rabbit_registry defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.743955897Z 2019-05-05 12:27:12.743 [info] <0.243.0> Running boot step rabbit_auth_mechanism_cr_demo defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.744598620Z 2019-05-05 12:27:12.744 [info] <0.243.0> Running boot step rabbit_queue_location_random defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.745140672Z 2019-05-05 12:27:12.744 [info] <0.243.0> Running boot step rabbit_event defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.745781155Z 2019-05-05 12:27:12.745 [info] <0.243.0> Running boot step rabbit_auth_mechanism_amqplain defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.746269929Z 2019-05-05 12:27:12.745 [info] <0.243.0> Running boot step rabbit_auth_mechanism_plain defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.746795680Z 2019-05-05 12:27:12.746 [info] <0.243.0> Running boot step rabbit_exchange_type_direct defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.747397572Z 2019-05-05 12:27:12.747 [info] <0.243.0> Running boot step rabbit_exchange_type_fanout defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.747906084Z 2019-05-05 12:27:12.747 [info] <0.243.0> Running boot step rabbit_exchange_type_headers defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.748835300Z 2019-05-05 12:27:12.748 [info] <0.243.0> Running boot step rabbit_exchange_type_topic defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.749463545Z 2019-05-05 12:27:12.749 [info] <0.243.0> Running boot step rabbit_mirror_queue_mode_all defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.749936070Z 2019-05-05 12:27:12.749 [info] <0.243.0> Running boot step rabbit_mirror_queue_mode_exactly defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.750850287Z 2019-05-05 12:27:12.750 [info] <0.243.0> Running boot step rabbit_mirror_queue_mode_nodes defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.751171154Z 2019-05-05 12:27:12.750 [info] <0.243.0> Running boot step rabbit_priority_queue defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.751289949Z 2019-05-05 12:27:12.750 [info] <0.243.0> Priority queues enabled, real BQ is rabbit_variable_queue eventbus_1 | 2019-05-05T12:27:12.751696384Z 2019-05-05 12:27:12.751 [info] <0.243.0> Running boot step rabbit_queue_location_client_local defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.752533522Z 2019-05-05 12:27:12.751 [info] <0.243.0> Running boot step rabbit_queue_location_min_masters defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.752827047Z 2019-05-05 12:27:12.752 [info] <0.243.0> Running boot step kernel_ready defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.752976205Z 2019-05-05 12:27:12.752 [info] <0.243.0> Running boot step rabbit_sysmon_minder defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.754109732Z 2019-05-05 12:27:12.753 [info] <0.243.0> Running boot step rabbit_epmd_monitor defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.759757268Z 2019-05-05 12:27:12.759 [info] <0.243.0> Running boot step guid_generator defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.776536030Z 2019-05-05 12:27:12.776 [info] <0.243.0> Running boot step rabbit_node_monitor defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.777227708Z 2019-05-05 12:27:12.776 [info] <0.319.0> Starting rabbit_node_monitor eventbus_1 | 2019-05-05T12:27:12.778222442Z 2019-05-05 12:27:12.777 [info] <0.243.0> Running boot step delegate_sup defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.780831040Z 2019-05-05 12:27:12.780 [info] <0.243.0> Running boot step rabbit_memory_monitor defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.782040240Z 2019-05-05 12:27:12.781 [info] <0.243.0> Running boot step core_initialized defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.782141744Z 2019-05-05 12:27:12.781 [info] <0.243.0> Running boot step upgrade_queues defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.837196504Z 2019-05-05 12:27:12.836 [info] <0.243.0> Running boot step rabbit_connection_tracking_handler defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.837301863Z 2019-05-05 12:27:12.836 [info] <0.243.0> Running boot step rabbit_exchange_parameters defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.838279514Z 2019-05-05 12:27:12.837 [info] <0.243.0> Running boot step rabbit_mirror_queue_misc defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.839985300Z 2019-05-05 12:27:12.839 [info] <0.243.0> Running boot step rabbit_policies defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.843427964Z 2019-05-05 12:27:12.842 [info] <0.243.0> Running boot step rabbit_policy defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.844101518Z 2019-05-05 12:27:12.843 [info] <0.243.0> Running boot step rabbit_queue_location_validator defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.844727315Z 2019-05-05 12:27:12.844 [info] <0.243.0> Running boot step rabbit_vhost_limit defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.845315823Z 2019-05-05 12:27:12.844 [info] <0.243.0> Running boot step recovery defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.848573758Z 2019-05-05 12:27:12.848 [info] <0.346.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@3c5a7769e850/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L' for vhost '/' exists eventbus_1 | 2019-05-05T12:27:12.871590385Z 2019-05-05 12:27:12.870 [info] <0.346.0> Starting message stores for vhost '/' eventbus_1 | 2019-05-05T12:27:12.872521737Z 2019-05-05 12:27:12.872 [info] <0.350.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_transient": using rabbit_msg_store_ets_index to provide index eventbus_1 | 2019-05-05T12:27:12.878501388Z 2019-05-05 12:27:12.878 [info] <0.346.0> Started message store of type transient for vhost '/' eventbus_1 | 2019-05-05T12:27:12.879238012Z 2019-05-05 12:27:12.878 [info] <0.353.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent": using rabbit_msg_store_ets_index to provide index eventbus_1 | 2019-05-05T12:27:12.887521071Z 2019-05-05 12:27:12.886 [info] <0.346.0> Started message store of type persistent for vhost '/' eventbus_1 | 2019-05-05T12:27:12.894299843Z 2019-05-05 12:27:12.893 [info] <0.243.0> Running boot step empty_db_check defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.894416138Z 2019-05-05 12:27:12.893 [info] <0.243.0> Running boot step rabbit_looking_glass defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.894656332Z 2019-05-05 12:27:12.894 [info] <0.243.0> Running boot step rabbit_core_metrics_gc defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.895062038Z 2019-05-05 12:27:12.894 [info] <0.243.0> Running boot step background_gc defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.895846523Z 2019-05-05 12:27:12.895 [info] <0.243.0> Running boot step connection_tracking defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.896911045Z 2019-05-05 12:27:12.896 [info] <0.243.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@3c5a7769e850 eventbus_1 | 2019-05-05T12:27:12.897682198Z 2019-05-05 12:27:12.897 [info] <0.243.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@3c5a7769e850 eventbus_1 | 2019-05-05T12:27:12.898807809Z 2019-05-05 12:27:12.898 [info] <0.243.0> Running boot step routing_ready defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.899108573Z 2019-05-05 12:27:12.898 [info] <0.243.0> Running boot step pre_flight defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.899277730Z 2019-05-05 12:27:12.898 [info] <0.243.0> Running boot step notify_cluster defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.899431939Z 2019-05-05 12:27:12.898 [info] <0.243.0> Running boot step networking defined by app rabbit eventbus_1 | 2019-05-05T12:27:12.904154268Z 2019-05-05 12:27:12.903 [warning] <0.376.0> Setting Ranch options together with socket options is deprecated. Please use the new map syntax that allows specifying socket options separately from other options. eventbus_1 | 2019-05-05T12:27:12.906495382Z 2019-05-05 12:27:12.905 [info] <0.390.0> started TCP listener on [::]:5672 eventbus_1 | 2019-05-05T12:27:12.907518083Z 2019-05-05 12:27:12.907 [info] <0.243.0> Running boot step direct_client defined by app rabbit eventbus_1 | 2019-05-05T12:27:13.262341506Z 2019-05-05 12:27:13.261 [info] <0.8.0> Server startup complete; 0 plugins started. eventbus_1 | 2019-05-05T12:27:13.262433011Z completed with 0 plugins. eventbus_1 | 2019-05-05T12:27:13.718334141Z 2019-05-05 12:27:13.717 [info] <0.394.0> accepting AMQP connection <0.394.0> (172.18.0.7:41710 -> 172.18.0.3:5672) eventbus_1 | 2019-05-05T12:27:13.759532827Z 2019-05-05 12:27:13.758 [info] <0.394.0> connection <0.394.0> (172.18.0.7:41710 -> 172.18.0.3:5672): user 'guest' authenticated and granted access to vhost '/' eventbus_1 | 2019-05-05T12:27:14.886217415Z 2019-05-05 12:27:14.884 [info] <0.413.0> accepting AMQP connection <0.413.0> (172.18.0.8:51100 -> 172.18.0.3:5672) eventbus_1 | 2019-05-05T12:27:14.902200711Z 2019-05-05 12:27:14.900 [info] <0.413.0> connection <0.413.0> (172.18.0.8:51100 -> 172.18.0.3:5672): user 'guest' authenticated and granted access to vhost '/' Attaching to brewblox_spark-one_1 spark-one_1 | 2019-05-05T08:41:13.470063954Z 2019/05/05 08:41:13 INFO brewblox_service.service Feature [savepoints] spark-one_1 | 2019-05-05T08:41:13.470276348Z 2019/05/05 08:41:13 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T08:41:13.470582440Z 2019/05/05 08:41:13 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T08:41:13.470901656Z 2019/05/05 08:41:13 INFO brewblox_service.service Feature [] Broadcaster spark-one_1 | 2019-05-05T08:41:13.471204311Z 2019/05/05 08:41:13 INFO brewblox_service.service Feature [] SSEPublisher spark-one_1 | 2019-05-05T08:41:13.471688214Z 2019/05/05 08:41:13 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T08:41:13.475089649Z 2019/05/05 08:41:13 INFO brewblox_service.events Closing spark-one_1 | 2019-05-05T08:41:13.480008521Z 2019/05/05 08:41:13 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-one_1 | 2019-05-05T08:41:13.502964145Z 2019/05/05 08:41:13 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM0', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=4f0038000851353532343835 LOCATION=1-1.3:1.0'] spark-one_1 | 2019-05-05T08:41:13.509942586Z 2019/05/05 08:41:13 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM0 spark-one_1 | 2019-05-05T08:41:13.519156950Z 2019/05/05 08:41:13 INFO ...ox_devcon_spark.broadcaster Starting Broadcaster spark-one_1 | 2019-05-05T08:41:13.519275856Z 2019/05/05 08:41:13 INFO ...ox_devcon_spark.api.sse_api Starting SSEPublisher spark-one_1 | 2019-05-05T08:41:13.519303616Z 2019/05/05 08:41:13 INFO ..._devcon_spark.communication Connected spark-one_1 | 2019-05-05T08:41:22.641029386Z 2019/05/05 08:41:22 INFO ...devcon_spark.couchdb_client Waiting for datastore... spark-one_1 | 2019-05-05T08:41:32.710682519Z 2019/05/05 08:41:32 INFO ...devcon_spark.couchdb_client Waiting for datastore... spark-one_1 | 2019-05-05T08:41:34.031979002Z 2019/05/05 08:41:34 INFO ...devcon_spark.couchdb_client Existing document found (4f0038000851353532343835-blocks-db) spark-one_1 | 2019-05-05T08:41:34.035101585Z 2019/05/05 08:41:34 INFO ...devcon_spark.couchdb_client Existing document found (4f0038000851353532343835-savepoints-db) spark-one_1 | 2019-05-05T08:41:34.063889151Z 2019/05/05 08:41:34 INFO ...devcon_spark.couchdb_client Existing document found (4f0038000851353532343835-config-db) spark-one_1 | 2019-05-05T08:41:34.129728654Z 2019/05/05 08:41:34 INFO ...blox_devcon_spark.datastore Read 0 setting(s). Rev = 1-bc82f7787f7b495c97a6fcf633688885 spark-one_1 | 2019-05-05T08:41:34.130439483Z 2019/05/05 08:41:34 INFO ...blox_devcon_spark.datastore Read 1 setting(s). Rev = 2-cca2f702b879bd0a61e6b592e2b365a4 spark-one_1 | 2019-05-05T08:41:34.144971781Z 2019/05/05 08:41:34 INFO ...blox_devcon_spark.datastore Read 16 blocks. Rev = 4-e09b8b947f6bc163d50b627d9294357d spark-one_1 | 2019-05-05T08:41:39.345927072Z 2019/05/05 08:41:39 INFO ...blox_devcon_spark.datastore Saved 16 block(s). Rev = 5-602546552d03fc2b1bd3076afae50066 spark-one_1 | 2019-05-05T09:04:14.886065432Z 2019/05/05 09:04:14 INFO brewblox_service.service Creating [spark-one] application spark-one_1 | 2019-05-05T09:04:14.970797307Z 2019/05/05 09:04:14 WARNING py.warnings /usr/local/lib/python3.7/site-packages/aiohttp_swagger/helpers/builders.py:71: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. spark-one_1 | 2019-05-05T09:04:14.970974859Z swagger = yaml.load(swagger_base) spark-one_1 | 2019-05-05T09:04:14.971003818Z spark-one_1 | 2019-05-05T09:04:14.985231265Z 2019/05/05 09:04:14 WARNING py.warnings /usr/local/lib/python3.7/site-packages/aiohttp_swagger/helpers/builders.py:30: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. spark-one_1 | 2019-05-05T09:04:14.985331213Z yaml.load("\n".join(end_point_doc[end_point_swagger_start:])) spark-one_1 | 2019-05-05T09:04:14.985358870Z spark-one_1 | 2019-05-05T09:04:15.750712619Z 2019/05/05 09:04:15 INFO brewblox_service.service Service info: 0.5.2-53-gfee78b6 @ Mon Apr 29 13:33:10 UTC 2019 spark-one_1 | 2019-05-05T09:04:15.751338296Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [POST] spark-one_1 | 2019-05-05T09:04:15.797463348Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [POST] spark-one_1 | 2019-05-05T09:04:15.797587255Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [POST] spark-one_1 | 2019-05-05T09:04:15.797653401Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [POST] spark-one_1 | 2019-05-05T09:04:15.797681578Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [PUT] spark-one_1 | 2019-05-05T09:04:15.797707723Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [POST] spark-one_1 | 2019-05-05T09:04:15.797733401Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T09:04:15.797760276Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.797786005Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [PUT] spark-one_1 | 2019-05-05T09:04:15.797811473Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [DELETE] spark-one_1 | 2019-05-05T09:04:15.797837098Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T09:04:15.797862619Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.797889078Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [DELETE] spark-one_1 | 2019-05-05T09:04:15.797914546Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T09:04:15.797940328Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.797965901Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T09:04:15.797992046Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.798019651Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T09:04:15.798050901Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.798076734Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T09:04:15.798102671Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.798129130Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T09:04:15.798154703Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.798200744Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T09:04:15.798238140Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.798265015Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [POST] spark-one_1 | 2019-05-05T09:04:15.798290536Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T09:04:15.798316005Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.798354703Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [PUT] spark-one_1 | 2019-05-05T09:04:15.798381526Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T09:04:15.798407359Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.798432671Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [POST] spark-one_1 | 2019-05-05T09:04:15.798458036Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [POST] spark-one_1 | 2019-05-05T09:04:15.798483661Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T09:04:15.798510588Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.798538348Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [PUT] spark-one_1 | 2019-05-05T09:04:15.798563869Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T09:04:15.798589703Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.798615276Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T09:04:15.798641578Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.798667151Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T09:04:15.798692671Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.798717932Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.798743296Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.798780588Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T09:04:15.798807567Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [GET] PosixPath('/usr/local/lib/python3.7/site-packages/aiohttp_swagger/swagger_ui')> spark-one_1 | 2019-05-05T09:04:15.798835640Z 2019/05/05 09:04:15 INFO brewblox_service.service Endpoint [HEAD] PosixPath('/usr/local/lib/python3.7/site-packages/aiohttp_swagger/swagger_ui')> spark-one_1 | 2019-05-05T09:04:15.798863036Z 2019/05/05 09:04:15 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T09:04:15.798891786Z 2019/05/05 09:04:15 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T09:04:15.798924703Z 2019/05/05 09:04:15 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T09:04:15.798951734Z 2019/05/05 09:04:15 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T09:04:15.798979078Z 2019/05/05 09:04:15 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T09:04:15.799007671Z 2019/05/05 09:04:15 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T09:04:15.799034963Z 2019/05/05 09:04:15 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T09:04:15.799061838Z 2019/05/05 09:04:15 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T09:04:15.799088401Z 2019/05/05 09:04:15 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T09:04:15.799115067Z 2019/05/05 09:04:15 INFO brewblox_service.service Feature [config] spark-one_1 | 2019-05-05T09:04:15.799141473Z 2019/05/05 09:04:15 INFO brewblox_service.service Feature [savepoints] spark-one_1 | 2019-05-05T09:04:15.799167307Z 2019/05/05 09:04:15 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T09:04:15.799195380Z 2019/05/05 09:04:15 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T09:04:15.799234546Z 2019/05/05 09:04:15 INFO brewblox_service.service Feature [] Broadcaster spark-one_1 | 2019-05-05T09:04:15.799262255Z 2019/05/05 09:04:15 INFO brewblox_service.service Feature [] SSEPublisher spark-one_1 | 2019-05-05T09:04:15.799291317Z 2019/05/05 09:04:15 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T09:04:15.799318088Z 2019/05/05 09:04:15 INFO brewblox_service.events Closing spark-one_1 | 2019-05-05T09:04:15.799343348Z 2019/05/05 09:04:15 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-one_1 | 2019-05-05T09:04:15.808017671Z 2019/05/05 09:04:15 INFO ...ox_devcon_spark.broadcaster Starting Broadcaster spark-one_1 | 2019-05-05T09:04:15.808722463Z 2019/05/05 09:04:15 INFO ...ox_devcon_spark.api.sse_api Starting SSEPublisher spark-one_1 | 2019-05-05T09:04:16.555607359Z 2019/05/05 09:04:16 INFO ..._devcon_spark.communication discovered wifi 192.168.0.27:8332 spark-one_1 | 2019-05-05T09:04:16.556685015Z 2019/05/05 09:04:16 INFO ..._devcon_spark.communication Connected spark-one_1 | 2019-05-05T09:04:16.564393504Z 2019/05/05 09:04:16 INFO ...blox_devcon_spark.commander Spark event: "Connected to BrewBlox v0.1.0" spark-one_1 | 2019-05-05T09:04:25.550659855Z 2019/05/05 09:04:25 INFO ...devcon_spark.couchdb_client Existing document found (4f0038000851353532343835-blocks-db) spark-one_1 | 2019-05-05T09:04:25.562208397Z 2019/05/05 09:04:25 INFO ...devcon_spark.couchdb_client Existing document found (4f0038000851353532343835-config-db) spark-one_1 | 2019-05-05T09:04:25.568343501Z 2019/05/05 09:04:25 INFO ...devcon_spark.couchdb_client Existing document found (4f0038000851353532343835-savepoints-db) spark-one_1 | 2019-05-05T09:04:25.744689022Z 2019/05/05 09:04:25 INFO ...blox_devcon_spark.datastore Read 0 setting(s). Rev = 1-bc82f7787f7b495c97a6fcf633688885 spark-one_1 | 2019-05-05T09:04:25.745789282Z 2019/05/05 09:04:25 INFO ...blox_devcon_spark.datastore Read 1 setting(s). Rev = 2-cca2f702b879bd0a61e6b592e2b365a4 spark-one_1 | 2019-05-05T09:04:25.758044438Z 2019/05/05 09:04:25 INFO ...blox_devcon_spark.datastore Read 16 blocks. Rev = 5-602546552d03fc2b1bd3076afae50066 spark-one_1 | 2019-05-05T09:04:31.002309911Z 2019/05/05 09:04:31 WARNING py.warnings /usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/broadcaster.py:100: UserWarning: Broadcaster encountered an error: ConnectionRefusedError([Errno 111] Connect call failed ('172.18.0.2', 5672)) spark-one_1 | 2019-05-05T09:04:31.002439438Z warnings.warn(f'{self} encountered an error: {type(ex).__name__}({ex})') spark-one_1 | 2019-05-05T09:04:31.002467406Z spark-one_1 | 2019-05-05T09:04:31.022374787Z 2019/05/05 09:04:31 INFO ...blox_devcon_spark.datastore Saved 16 block(s). Rev = 6-0553745f9d0bf35ab79c82af1bfde66f spark-one_1 | 2019-05-05T09:04:36.128744613Z 2019/05/05 09:04:36 INFO ...ox_devcon_spark.broadcaster Broadcaster resumed Ok spark-one_1 | 2019-05-05T12:26:53.181180672Z 2019/05/05 12:26:53 INFO brewblox_service.service Creating [spark-one] application spark-one_1 | 2019-05-05T12:26:53.258714579Z 2019/05/05 12:26:53 WARNING py.warnings /usr/local/lib/python3.7/site-packages/aiohttp_swagger/helpers/builders.py:71: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. spark-one_1 | 2019-05-05T12:26:53.258933745Z swagger = yaml.load(swagger_base) spark-one_1 | 2019-05-05T12:26:53.258966141Z spark-one_1 | 2019-05-05T12:26:53.289705047Z 2019/05/05 12:26:53 WARNING py.warnings /usr/local/lib/python3.7/site-packages/aiohttp_swagger/helpers/builders.py:30: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. spark-one_1 | 2019-05-05T12:26:53.289861454Z yaml.load("\n".join(end_point_doc[end_point_swagger_start:])) spark-one_1 | 2019-05-05T12:26:53.289892912Z spark-one_1 | 2019-05-05T12:26:54.073699266Z 2019/05/05 12:26:54 INFO brewblox_service.service Service info: 0.5.2-53-gfee78b6 @ Mon Apr 29 13:33:10 UTC 2019 spark-one_1 | 2019-05-05T12:26:54.074828432Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [POST] spark-one_1 | 2019-05-05T12:26:54.075423641Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [POST] spark-one_1 | 2019-05-05T12:26:54.076253484Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [POST] spark-one_1 | 2019-05-05T12:26:54.076823797Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [POST] spark-one_1 | 2019-05-05T12:26:54.078258276Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [PUT] spark-one_1 | 2019-05-05T12:26:54.078369474Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [POST] spark-one_1 | 2019-05-05T12:26:54.078666193Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T12:26:54.079304109Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.079722755Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [PUT] spark-one_1 | 2019-05-05T12:26:54.080382547Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [DELETE] spark-one_1 | 2019-05-05T12:26:54.080834474Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T12:26:54.081627182Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.082106505Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [DELETE] spark-one_1 | 2019-05-05T12:26:54.082743589Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T12:26:54.083353745Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.084103953Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T12:26:54.084601609Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.091311766Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T12:26:54.091823589Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.092563016Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T12:26:54.093006557Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.093653328Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T12:26:54.094121245Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.094895776Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T12:26:54.095421818Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.096025151Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [POST] spark-one_1 | 2019-05-05T12:26:54.096594422Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T12:26:54.097532703Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.098189057Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [PUT] spark-one_1 | 2019-05-05T12:26:54.099088953Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T12:26:54.099716297Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.100758328Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [POST] spark-one_1 | 2019-05-05T12:26:54.101867651Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [POST] spark-one_1 | 2019-05-05T12:26:54.103107912Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T12:26:54.103882807Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.105185047Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [PUT] spark-one_1 | 2019-05-05T12:26:54.105932807Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T12:26:54.106993901Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.107758120Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T12:26:54.108918589Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.109459839Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] spark-one_1 | 2019-05-05T12:26:54.110239266Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.110869526Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.111703641Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.112247964Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] spark-one_1 | 2019-05-05T12:26:54.113152287Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] PosixPath('/usr/local/lib/python3.7/site-packages/aiohttp_swagger/swagger_ui')> spark-one_1 | 2019-05-05T12:26:54.113761766Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] PosixPath('/usr/local/lib/python3.7/site-packages/aiohttp_swagger/swagger_ui')> spark-one_1 | 2019-05-05T12:26:54.114541870Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T12:26:54.115079109Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T12:26:54.116028484Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T12:26:54.116917651Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T12:26:54.118022964Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T12:26:54.118858380Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T12:26:54.119943537Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T12:26:54.120634682Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T12:26:54.121776505Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T12:26:54.122351141Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [config] spark-one_1 | 2019-05-05T12:26:54.122856089Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [savepoints] spark-one_1 | 2019-05-05T12:26:54.123567807Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T12:26:54.124185568Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T12:26:54.124860047Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] Broadcaster spark-one_1 | 2019-05-05T12:26:54.125561453Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] SSEPublisher spark-one_1 | 2019-05-05T12:26:54.126243537Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] spark-one_1 | 2019-05-05T12:26:54.129706714Z 2019/05/05 12:26:54 INFO brewblox_service.events Closing spark-one_1 | 2019-05-05T12:26:54.135509526Z 2019/05/05 12:26:54 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-one_1 | 2019-05-05T12:26:54.167823589Z 2019/05/05 12:26:54 INFO ...ox_devcon_spark.broadcaster Starting Broadcaster spark-one_1 | 2019-05-05T12:26:54.169904162Z 2019/05/05 12:26:54 INFO ...ox_devcon_spark.api.sse_api Starting SSEPublisher spark-one_1 | 2019-05-05T12:26:54.759783015Z 2019/05/05 12:26:54 INFO ..._devcon_spark.communication discovered wifi 192.168.0.27:8332 spark-one_1 | 2019-05-05T12:26:54.763575255Z 2019/05/05 12:26:54 INFO ..._devcon_spark.communication Connected spark-one_1 | 2019-05-05T12:26:54.774660359Z 2019/05/05 12:26:54 INFO ...blox_devcon_spark.commander Spark event: "Connected to BrewBlox v0.1.0" spark-one_1 | 2019-05-05T12:27:04.406976345Z 2019/05/05 12:27:04 INFO ...devcon_spark.couchdb_client Existing document found (4f0038000851353532343835-blocks-db) spark-one_1 | 2019-05-05T12:27:04.422048064Z 2019/05/05 12:27:04 INFO ...devcon_spark.couchdb_client Existing document found (4f0038000851353532343835-savepoints-db) spark-one_1 | 2019-05-05T12:27:04.435625564Z 2019/05/05 12:27:04 INFO ...devcon_spark.couchdb_client Existing document found (4f0038000851353532343835-config-db) spark-one_1 | 2019-05-05T12:27:04.511980772Z 2019/05/05 12:27:04 INFO ...blox_devcon_spark.datastore Read 16 blocks. Rev = 6-0553745f9d0bf35ab79c82af1bfde66f spark-one_1 | 2019-05-05T12:27:04.514516293Z 2019/05/05 12:27:04 INFO ...blox_devcon_spark.datastore Read 1 setting(s). Rev = 2-cca2f702b879bd0a61e6b592e2b365a4 spark-one_1 | 2019-05-05T12:27:04.526699522Z 2019/05/05 12:27:04 INFO ...blox_devcon_spark.datastore Read 0 setting(s). Rev = 1-bc82f7787f7b495c97a6fcf633688885 spark-one_1 | 2019-05-05T12:27:09.736129031Z 2019/05/05 12:27:09 INFO ...blox_devcon_spark.datastore Saved 16 block(s). Rev = 7-5f6e24925811d765511279b25582931b spark-one_1 | 2019-05-05T12:27:09.774619537Z 2019/05/05 12:27:09 WARNING py.warnings /usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/broadcaster.py:100: UserWarning: Broadcaster encountered an error: ConnectionRefusedError([Errno 111] Connect call failed ('172.18.0.3', 5672)) spark-one_1 | 2019-05-05T12:27:09.774753069Z warnings.warn(f'{self} encountered an error: {type(ex).__name__}({ex})') spark-one_1 | 2019-05-05T12:27:09.774780620Z spark-one_1 | 2019-05-05T12:27:14.918576330Z 2019/05/05 12:27:14 INFO ...ox_devcon_spark.broadcaster Broadcaster resumed Ok Attaching to brewblox_influx_1 Attaching to brewblox_mdns_1 mdns_1 | 2019-05-05T08:40:58.405603248Z 2019/05/05 08:40:58 INFO brewblox_service.service Creating [mdns] application mdns_1 | 2019-05-05T08:40:58.436528033Z 2019/05/05 08:40:58 WARNING py.warnings /usr/local/lib/python3.7/site-packages/aiohttp_swagger/helpers/builders.py:71: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. mdns_1 | 2019-05-05T08:40:58.436654491Z swagger = yaml.load(swagger_base) mdns_1 | 2019-05-05T08:40:58.436681157Z mdns_1 | 2019-05-05T08:40:58.451915739Z 2019/05/05 08:40:58 WARNING py.warnings /usr/local/lib/python3.7/site-packages/aiohttp_swagger/helpers/builders.py:30: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. mdns_1 | 2019-05-05T08:40:58.452036728Z yaml.load("\n".join(end_point_doc[end_point_swagger_start:])) mdns_1 | 2019-05-05T08:40:58.452065790Z mdns_1 | 2019-05-05T08:40:58.504876673Z 2019/05/05 08:40:58 INFO brewblox_service.service Service info: 0.2.1-18-g04c7fe5 @ Mon Apr 29 13:32:35 UTC 2019 mdns_1 | 2019-05-05T08:40:58.505690001Z 2019/05/05 08:40:58 INFO brewblox_service.service Endpoint [POST] mdns_1 | 2019-05-05T08:40:58.506210101Z 2019/05/05 08:40:58 INFO brewblox_service.service Endpoint [HEAD] mdns_1 | 2019-05-05T08:40:58.506792857Z 2019/05/05 08:40:58 INFO brewblox_service.service Endpoint [GET] mdns_1 | 2019-05-05T08:40:58.507406864Z 2019/05/05 08:40:58 INFO brewblox_service.service Endpoint [GET] mdns_1 | 2019-05-05T08:40:58.507900871Z 2019/05/05 08:40:58 INFO brewblox_service.service Endpoint [GET] mdns_1 | 2019-05-05T08:40:58.508606178Z 2019/05/05 08:40:58 INFO brewblox_service.service Endpoint [GET] mdns_1 | 2019-05-05T08:40:58.509235028Z 2019/05/05 08:40:58 INFO brewblox_service.service Endpoint [GET] PosixPath('/usr/local/lib/python3.7/site-packages/aiohttp_swagger/swagger_ui')> mdns_1 | 2019-05-05T08:40:58.509952731Z 2019/05/05 08:40:58 INFO brewblox_service.service Endpoint [HEAD] PosixPath('/usr/local/lib/python3.7/site-packages/aiohttp_swagger/swagger_ui')> mdns_1 | 2019-05-05T09:04:03.648494811Z 2019/05/05 09:04:03 INFO brewblox_service.service Creating [mdns] application mdns_1 | 2019-05-05T09:04:03.715222207Z 2019/05/05 09:04:03 WARNING py.warnings /usr/local/lib/python3.7/site-packages/aiohttp_swagger/helpers/builders.py:71: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. mdns_1 | 2019-05-05T09:04:03.715385384Z swagger = yaml.load(swagger_base) mdns_1 | 2019-05-05T09:04:03.715430593Z mdns_1 | 2019-05-05T09:04:03.729131738Z 2019/05/05 09:04:03 WARNING py.warnings /usr/local/lib/python3.7/site-packages/aiohttp_swagger/helpers/builders.py:30: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. mdns_1 | 2019-05-05T09:04:03.729290280Z yaml.load("\n".join(end_point_doc[end_point_swagger_start:])) mdns_1 | 2019-05-05T09:04:03.729318041Z mdns_1 | 2019-05-05T09:04:03.804629916Z 2019/05/05 09:04:03 INFO brewblox_service.service Service info: 0.2.1-18-g04c7fe5 @ Mon Apr 29 13:32:35 UTC 2019 mdns_1 | 2019-05-05T09:04:03.805465384Z 2019/05/05 09:04:03 INFO brewblox_service.service Endpoint [POST] mdns_1 | 2019-05-05T09:04:03.806232988Z 2019/05/05 09:04:03 INFO brewblox_service.service Endpoint [HEAD] mdns_1 | 2019-05-05T09:04:03.806849551Z 2019/05/05 09:04:03 INFO brewblox_service.service Endpoint [GET] mdns_1 | 2019-05-05T09:04:03.807495280Z 2019/05/05 09:04:03 INFO brewblox_service.service Endpoint [GET] mdns_1 | 2019-05-05T09:04:03.808201061Z 2019/05/05 09:04:03 INFO brewblox_service.service Endpoint [GET] mdns_1 | 2019-05-05T09:04:03.808769759Z 2019/05/05 09:04:03 INFO brewblox_service.service Endpoint [GET] mdns_1 | 2019-05-05T09:04:03.809575280Z 2019/05/05 09:04:03 INFO brewblox_service.service Endpoint [GET] PosixPath('/usr/local/lib/python3.7/site-packages/aiohttp_swagger/swagger_ui')> mdns_1 | 2019-05-05T09:04:03.810481634Z 2019/05/05 09:04:03 INFO brewblox_service.service Endpoint [HEAD] PosixPath('/usr/local/lib/python3.7/site-packages/aiohttp_swagger/swagger_ui')> mdns_1 | 2019-05-05T09:04:16.452282775Z 2019/05/05 09:04:16 INFO brewblox_mdns.dns_discovery Discovered 4f0038000851353532343835._brewblox._tcp.local. @ 192.168.0.27:8332 mdns_1 | 2019-05-05T12:26:41.506349531Z 2019/05/05 12:26:41 INFO brewblox_service.service Creating [mdns] application mdns_1 | 2019-05-05T12:26:41.539935677Z 2019/05/05 12:26:41 WARNING py.warnings /usr/local/lib/python3.7/site-packages/aiohttp_swagger/helpers/builders.py:71: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. mdns_1 | 2019-05-05T12:26:41.540097291Z swagger = yaml.load(swagger_base) mdns_1 | 2019-05-05T12:26:41.540124635Z mdns_1 | 2019-05-05T12:26:41.555533698Z 2019/05/05 12:26:41 WARNING py.warnings /usr/local/lib/python3.7/site-packages/aiohttp_swagger/helpers/builders.py:30: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. mdns_1 | 2019-05-05T12:26:41.555665156Z yaml.load("\n".join(end_point_doc[end_point_swagger_start:])) mdns_1 | 2019-05-05T12:26:41.555696718Z mdns_1 | 2019-05-05T12:26:41.640943645Z 2019/05/05 12:26:41 INFO brewblox_service.service Service info: 0.2.1-18-g04c7fe5 @ Mon Apr 29 13:32:35 UTC 2019 mdns_1 | 2019-05-05T12:26:41.641088177Z 2019/05/05 12:26:41 INFO brewblox_service.service Endpoint [POST] mdns_1 | 2019-05-05T12:26:41.641179375Z 2019/05/05 12:26:41 INFO brewblox_service.service Endpoint [HEAD] mdns_1 | 2019-05-05T12:26:41.641207083Z 2019/05/05 12:26:41 INFO brewblox_service.service Endpoint [GET] mdns_1 | 2019-05-05T12:26:41.641245468Z 2019/05/05 12:26:41 INFO brewblox_service.service Endpoint [GET] mdns_1 | 2019-05-05T12:26:41.641273437Z 2019/05/05 12:26:41 INFO brewblox_service.service Endpoint [GET] mdns_1 | 2019-05-05T12:26:41.641312291Z 2019/05/05 12:26:41 INFO brewblox_service.service Endpoint [GET] mdns_1 | 2019-05-05T12:26:41.641340729Z 2019/05/05 12:26:41 INFO brewblox_service.service Endpoint [GET] PosixPath('/usr/local/lib/python3.7/site-packages/aiohttp_swagger/swagger_ui')> mdns_1 | 2019-05-05T12:26:41.641369843Z 2019/05/05 12:26:41 INFO brewblox_service.service Endpoint [HEAD] PosixPath('/usr/local/lib/python3.7/site-packages/aiohttp_swagger/swagger_ui')> mdns_1 | 2019-05-05T12:26:54.736862651Z 2019/05/05 12:26:54 INFO brewblox_mdns.dns_discovery Discovered 4f0038000851353532343835._brewblox._tcp.local. @ 192.168.0.27:8332 Attaching to brewblox_history_1 history_1 | 2019-05-05T08:41:07.414709439Z /usr/local/lib/python3.7/site-packages/aioinflux/compat.py:12: UserWarning: Pandas/Numpy is not available. Support for 'dataframe' mode is disabled. history_1 | 2019-05-05T08:41:07.414989698Z warnings.warn(no_pandas_warning) history_1 | 2019-05-05T08:41:07.415079854Z 2019/05/05 08:41:07 INFO brewblox_service.service Creating [history] application history_1 | 2019-05-05T08:41:07.419554041Z 2019/05/05 08:41:07 INFO brewblox_service.events Deferred event bus subscription: [<# @ brewcast>] history_1 | 2019-05-05T08:41:08.059123691Z /usr/local/lib/python3.7/site-packages/aiohttp_swagger/helpers/builders.py:71: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. history_1 | 2019-05-05T08:41:08.059264732Z swagger = yaml.load(swagger_base) history_1 | 2019-05-05T08:41:08.059293794Z /usr/local/lib/python3.7/site-packages/aiohttp_swagger/helpers/builders.py:30: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. history_1 | 2019-05-05T08:41:08.059321346Z yaml.load("\n".join(end_point_doc[end_point_swagger_start:])) history_1 | 2019-05-05T08:41:08.059346242Z 2019/05/05 08:41:08 INFO brewblox_service.service Service info: 0.9.0-28-g687dd3d @ Mon Apr 29 13:32:55 UTC 2019 history_1 | 2019-05-05T08:41:08.060142903Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T08:41:08.067369728Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T08:41:08.067471498Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T08:41:08.067501602Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T08:41:08.067528685Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T08:41:08.067557539Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T08:41:08.067584987Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T08:41:08.067611393Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [HEAD] history_1 | 2019-05-05T08:41:08.067636705Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T08:41:08.067664934Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [HEAD] history_1 | 2019-05-05T08:41:08.067690507Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T08:41:08.067716757Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T08:41:08.067801183Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [HEAD] history_1 | 2019-05-05T08:41:08.068287274Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T08:41:08.069028987Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T08:41:08.069745962Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T08:41:08.070461582Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T08:41:08.071317826Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [GET] PosixPath('/usr/local/lib/python3.7/site-packages/aiohttp_swagger/swagger_ui')> history_1 | 2019-05-05T08:41:08.072067821Z 2019/05/05 08:41:08 INFO brewblox_service.service Endpoint [HEAD] PosixPath('/usr/local/lib/python3.7/site-packages/aiohttp_swagger/swagger_ui')> history_1 | 2019-05-05T08:41:08.072858440Z 2019/05/05 08:41:08 INFO brewblox_service.service Feature [] history_1 | 2019-05-05T08:41:08.073615987Z 2019/05/05 08:41:08 INFO brewblox_service.service Feature [] history_1 | 2019-05-05T08:41:08.074450148Z 2019/05/05 08:41:08 INFO brewblox_service.service Feature [] history_1 | 2019-05-05T08:41:08.075373579Z 2019/05/05 08:41:08 INFO brewblox_service.service Feature [] history_1 | 2019-05-05T08:41:08.076045970Z 2019/05/05 08:41:08 INFO brewblox_service.service Feature [data_writer] history_1 | 2019-05-05T08:41:08.077012266Z 2019/05/05 08:41:08 INFO brewblox_service.service Feature [] history_1 | 2019-05-05T08:41:08.077817521Z 2019/05/05 08:41:08 INFO brewblox_service.service Feature [] > history_1 | 2019-05-05T08:41:08.081349527Z 2019/05/05 08:41:08 INFO brewblox_service.events Closing history_1 | 2019-05-05T08:41:08.083493002Z 2019/05/05 08:41:08 INFO brewblox_service.events now listening history_1 | 2019-05-05T08:41:10.223194560Z /usr/local/lib/python3.7/site-packages/brewblox_service/events.py:241: UserWarning: Connection error in : ConnectionRefusedError([Errno 111] Connect call failed ('172.18.0.6', 5672)) history_1 | 2019-05-05T08:41:10.223378517Z warnings.warn(f'Connection error in {self}: {strex(ex)}') history_1 | 2019-05-05T08:41:10.223415808Z 2019/05/05 08:41:10 INFO brewblox_history.influx Connected history_1 | 2019-05-05T08:41:28.563908530Z 2019/05/05 08:41:28 INFO brewblox_service.events Connected history_1 | 2019-05-05T08:41:28.564754618Z 2019/05/05 08:41:28 INFO brewblox_service.events Declaring event bus subscription <# @ brewcast> on history_1 | 2019-05-05T09:04:08.713841216Z /usr/local/lib/python3.7/site-packages/aioinflux/compat.py:12: UserWarning: Pandas/Numpy is not available. Support for 'dataframe' mode is disabled. history_1 | 2019-05-05T09:04:08.745360070Z warnings.warn(no_pandas_warning) history_1 | 2019-05-05T09:04:08.745462830Z 2019/05/05 09:04:08 INFO brewblox_service.service Creating [history] application history_1 | 2019-05-05T09:04:08.745551789Z 2019/05/05 09:04:08 INFO brewblox_service.events Deferred event bus subscription: [<# @ brewcast>] history_1 | 2019-05-05T09:04:09.469340486Z /usr/local/lib/python3.7/site-packages/aiohttp_swagger/helpers/builders.py:71: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. history_1 | 2019-05-05T09:04:09.469502153Z swagger = yaml.load(swagger_base) history_1 | 2019-05-05T09:04:09.469537726Z /usr/local/lib/python3.7/site-packages/aiohttp_swagger/helpers/builders.py:30: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. history_1 | 2019-05-05T09:04:09.469567361Z yaml.load("\n".join(end_point_doc[end_point_swagger_start:])) history_1 | 2019-05-05T09:04:09.469594236Z 2019/05/05 09:04:09 INFO brewblox_service.service Service info: 0.9.0-28-g687dd3d @ Mon Apr 29 13:32:55 UTC 2019 history_1 | 2019-05-05T09:04:09.470419965Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T09:04:09.471303663Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T09:04:09.472018090Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T09:04:09.472606215Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T09:04:09.473241997Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T09:04:09.473805330Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T09:04:09.474390590Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T09:04:09.474875278Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [HEAD] history_1 | 2019-05-05T09:04:09.475405643Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T09:04:09.475940538Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [HEAD] history_1 | 2019-05-05T09:04:09.476507986Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T09:04:09.476979913Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T09:04:09.477493247Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [HEAD] history_1 | 2019-05-05T09:04:09.477953663Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T09:04:09.478475330Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T09:04:09.478941476Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T09:04:09.479463872Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T09:04:09.480086840Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [GET] PosixPath('/usr/local/lib/python3.7/site-packages/aiohttp_swagger/swagger_ui')> history_1 | 2019-05-05T09:04:09.480763715Z 2019/05/05 09:04:09 INFO brewblox_service.service Endpoint [HEAD] PosixPath('/usr/local/lib/python3.7/site-packages/aiohttp_swagger/swagger_ui')> history_1 | 2019-05-05T09:04:09.481297049Z 2019/05/05 09:04:09 INFO brewblox_service.service Feature [] history_1 | 2019-05-05T09:04:09.481825643Z 2019/05/05 09:04:09 INFO brewblox_service.service Feature [] history_1 | 2019-05-05T09:04:09.482282465Z 2019/05/05 09:04:09 INFO brewblox_service.service Feature [] history_1 | 2019-05-05T09:04:09.482800538Z 2019/05/05 09:04:09 INFO brewblox_service.service Feature [] history_1 | 2019-05-05T09:04:09.483514965Z 2019/05/05 09:04:09 INFO brewblox_service.service Feature [data_writer] history_1 | 2019-05-05T09:04:09.484043299Z 2019/05/05 09:04:09 INFO brewblox_service.service Feature [] history_1 | 2019-05-05T09:04:09.484456945Z 2019/05/05 09:04:09 INFO brewblox_service.service Feature [] > history_1 | 2019-05-05T09:04:09.486963559Z 2019/05/05 09:04:09 INFO brewblox_service.events Closing history_1 | 2019-05-05T09:04:09.488935851Z 2019/05/05 09:04:09 INFO brewblox_service.events now listening history_1 | 2019-05-05T09:04:25.548672772Z /usr/local/lib/python3.7/site-packages/brewblox_service/events.py:241: UserWarning: Connection error in : ConnectionRefusedError([Errno 111] Connect call failed ('172.18.0.2', 5672)) history_1 | 2019-05-05T09:04:25.548850584Z warnings.warn(f'Connection error in {self}: {strex(ex)}') history_1 | 2019-05-05T09:04:25.548895741Z 2019/05/05 09:04:25 INFO brewblox_history.influx Connected history_1 | 2019-05-05T09:04:35.521977916Z 2019/05/05 09:04:35 INFO brewblox_service.events Connected history_1 | 2019-05-05T09:04:35.522992581Z 2019/05/05 09:04:35 INFO brewblox_service.events Declaring event bus subscription <# @ brewcast> on history_1 | 2019-05-05T12:26:53.791580672Z /usr/local/lib/python3.7/site-packages/aioinflux/compat.py:12: UserWarning: Pandas/Numpy is not available. Support for 'dataframe' mode is disabled. history_1 | 2019-05-05T12:26:53.793081037Z warnings.warn(no_pandas_warning) history_1 | 2019-05-05T12:26:53.793162912Z 2019/05/05 12:26:53 INFO brewblox_service.service Creating [history] application history_1 | 2019-05-05T12:26:53.804941974Z 2019/05/05 12:26:53 INFO brewblox_service.events Deferred event bus subscription: [<# @ brewcast>] history_1 | 2019-05-05T12:26:54.413876609Z /usr/local/lib/python3.7/site-packages/aiohttp_swagger/helpers/builders.py:71: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. history_1 | 2019-05-05T12:26:54.414059109Z swagger = yaml.load(swagger_base) history_1 | 2019-05-05T12:26:54.414098276Z /usr/local/lib/python3.7/site-packages/aiohttp_swagger/helpers/builders.py:30: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. history_1 | 2019-05-05T12:26:54.414127963Z yaml.load("\n".join(end_point_doc[end_point_swagger_start:])) history_1 | 2019-05-05T12:26:54.414154786Z 2019/05/05 12:26:54 INFO brewblox_service.service Service info: 0.9.0-28-g687dd3d @ Mon Apr 29 13:32:55 UTC 2019 history_1 | 2019-05-05T12:26:54.414324213Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T12:26:54.414892130Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T12:26:54.415474786Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T12:26:54.415853068Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T12:26:54.416413328Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T12:26:54.416708641Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T12:26:54.417238901Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T12:26:54.417533953Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] history_1 | 2019-05-05T12:26:54.418009943Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T12:26:54.418273588Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] history_1 | 2019-05-05T12:26:54.418705516Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T12:26:54.418973797Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [POST] history_1 | 2019-05-05T12:26:54.419470255Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] history_1 | 2019-05-05T12:26:54.419736974Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T12:26:54.420240047Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T12:26:54.420620255Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T12:26:54.421177338Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] history_1 | 2019-05-05T12:26:54.421599474Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [GET] PosixPath('/usr/local/lib/python3.7/site-packages/aiohttp_swagger/swagger_ui')> history_1 | 2019-05-05T12:26:54.422167703Z 2019/05/05 12:26:54 INFO brewblox_service.service Endpoint [HEAD] PosixPath('/usr/local/lib/python3.7/site-packages/aiohttp_swagger/swagger_ui')> history_1 | 2019-05-05T12:26:54.422509630Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] history_1 | 2019-05-05T12:26:54.422978797Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] history_1 | 2019-05-05T12:26:54.423257286Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] history_1 | 2019-05-05T12:26:54.423757182Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] history_1 | 2019-05-05T12:26:54.424032443Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [data_writer] history_1 | 2019-05-05T12:26:54.424550984Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] history_1 | 2019-05-05T12:26:54.424865880Z 2019/05/05 12:26:54 INFO brewblox_service.service Feature [] > history_1 | 2019-05-05T12:26:54.427909266Z 2019/05/05 12:26:54 INFO brewblox_service.events Closing history_1 | 2019-05-05T12:26:54.429569318Z 2019/05/05 12:26:54 INFO brewblox_service.events now listening history_1 | 2019-05-05T12:26:59.676338378Z /usr/local/lib/python3.7/site-packages/brewblox_service/events.py:241: UserWarning: Connection error in : ConnectionRefusedError([Errno 111] Connect call failed ('172.18.0.3', 5672)) history_1 | 2019-05-05T12:26:59.676516139Z warnings.warn(f'Connection error in {self}: {strex(ex)}') history_1 | 2019-05-05T12:26:59.676555514Z 2019/05/05 12:26:59 INFO brewblox_history.influx Connected history_1 | 2019-05-05T12:27:13.763301684Z 2019/05/05 12:27:13 INFO brewblox_service.events Connected history_1 | 2019-05-05T12:27:13.764422664Z 2019/05/05 12:27:13 INFO brewblox_service.events Declaring event bus subscription <# @ brewcast> on ==============INSPECT============== [ { "Id": "sha256:026516a790b3aaa14b34db8b5e4707a4bb74d526ecc8bdeec568dc1ad3a1799e", "RepoTags": [ "treehouses/couchdb:latest" ], "RepoDigests": [ "treehouses/couchdb@sha256:6c670ee175afac86bc9a74a549f47505996486728c641848ce3c675545b79b1e" ], "Parent": "", "Comment": "", "Created": "2018-09-17T17:16:30.33857338Z", "Container": "08231e412f39b410c787148e323fe3e41871de05fd22f22149623cd6ba5576e0", "ContainerConfig": { "Hostname": "8a0b76ee7a05", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "4369/tcp": {}, "5984/tcp": {}, "9100/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "TINI_VERSION=0.16.1", "LC_ALL=C.UTF-8", "DEBIAN_FRONTEND=noninteractive", "UDEV=on", "QEMU_CPU=arm1176", "container=docker", "GOSU_VERSION=1.10", "GPG_KEYS=15DD4F3B8AACA54740EB78C7B7B7C53943ECCEE1 1CFBFA43C19B6DF4A0CA3934669C02FFDF3CEBA3 25BBBAC113C1BFD5AA594A4C9F96B92930380381 4BFCA2B99BADC6F9F105BEC9C5E32E2D6B065BFB 5D680346FAA3E51B29DBCB681015F68F9DA248BC 7BCCEB868313DDA925DF1805ECA5BCB7BB9656B0 C3F4DFAEAD621E1C94523AEEC376457E61D50B88 D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4 E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B 29E4F38113DF707D722A6EF91FE9AF73118F1A7C 2EC788AE3F239FA13E82D215CDE711289384AE37", "COUCHDB_VERSION=2.2.0" ], "Cmd": [ "/bin/sh", "-c", "#(nop) ", "CMD [\"/opt/couchdb/bin/couchdb\"]" ], "ArgsEscaped": true, "Image": "sha256:d97645d7dea60a80e42e38ae07264761c547f77c164558df4bb28f7a6b2a16a8", "Volumes": { "/opt/couchdb/data": {}, "/sys/fs/cgroup": {} }, "WorkingDir": "/opt/couchdb", "Entrypoint": [ "tini", "--", "/docker-entrypoint.sh" ], "OnBuild": null, "Labels": { "io.resin.architecture": "rpi", "io.resin.device-type": "raspberrypi", "io.resin.qemu.version": "", "maintainer": "sahil@ole.org,mappuji@ole.org" }, "StopSignal": "37" }, "DockerVersion": "18.06.1-ce", "Author": "", "Config": { "Hostname": "8a0b76ee7a05", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "4369/tcp": {}, "5984/tcp": {}, "9100/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "TINI_VERSION=0.16.1", "LC_ALL=C.UTF-8", "DEBIAN_FRONTEND=noninteractive", "UDEV=on", "QEMU_CPU=arm1176", "container=docker", "GOSU_VERSION=1.10", "GPG_KEYS=15DD4F3B8AACA54740EB78C7B7B7C53943ECCEE1 1CFBFA43C19B6DF4A0CA3934669C02FFDF3CEBA3 25BBBAC113C1BFD5AA594A4C9F96B92930380381 4BFCA2B99BADC6F9F105BEC9C5E32E2D6B065BFB 5D680346FAA3E51B29DBCB681015F68F9DA248BC 7BCCEB868313DDA925DF1805ECA5BCB7BB9656B0 C3F4DFAEAD621E1C94523AEEC376457E61D50B88 D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4 E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B 29E4F38113DF707D722A6EF91FE9AF73118F1A7C 2EC788AE3F239FA13E82D215CDE711289384AE37", "COUCHDB_VERSION=2.2.0" ], "Cmd": [ "/opt/couchdb/bin/couchdb" ], "ArgsEscaped": true, "Image": "sha256:d97645d7dea60a80e42e38ae07264761c547f77c164558df4bb28f7a6b2a16a8", "Volumes": { "/opt/couchdb/data": {}, "/sys/fs/cgroup": {} }, "WorkingDir": "/opt/couchdb", "Entrypoint": [ "tini", "--", "/docker-entrypoint.sh" ], "OnBuild": null, "Labels": { "io.resin.architecture": "rpi", "io.resin.device-type": "raspberrypi", "io.resin.qemu.version": "", "maintainer": "sahil@ole.org,mappuji@ole.org" }, "StopSignal": "37" }, "Architecture": "amd64", "Os": "linux", "Size": 277599753, "VirtualSize": 277599753, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/7092c5ee4b77c4f72f22d431f406cf4bfecb9ee03ef66f3b674a2b1a053b3ac7/diff:/var/lib/docker/overlay2/7b81419012d793f44684e89f5a86ea21315312ebce7d9cfa1a954f2772d9fbb5/diff:/var/lib/docker/overlay2/c4e223910da8988d8bdcd5b66418828cf5ee85e8c2450010b27c930b04ac537d/diff:/var/lib/docker/overlay2/c8224afd71e0ac11ea303905bab61faf0355225b777da4aa3413a9a530fd0a8a/diff:/var/lib/docker/overlay2/e88bd0dc7cc5c47fcafa7849aafd1627bbf9e26bb61681e05c574fd35f85790f/diff:/var/lib/docker/overlay2/2c72d45f51f45d0ee56178338232b151e16866f2679bc23e1623a6c6eb6aae3d/diff:/var/lib/docker/overlay2/dd6dc5ea21ddfcc84ca5fb77f06648fbeb8b9f3cac464b70bccbe5b09347494c/diff:/var/lib/docker/overlay2/025075959e4cd0d08d66e692fe27728014d752855fbf4bde4686df7c7cc044e2/diff:/var/lib/docker/overlay2/9eb18944640d1c3c4ba978d0c6a206406fe6ff899cd160180a0eecfa4a549e2a/diff:/var/lib/docker/overlay2/5f7d20e93a813bde72bff73251f14ce2836ebd67951f9687c8262746d85216c9/diff:/var/lib/docker/overlay2/c0590313135ca1d8ccc1ec8ed1a821e6e336195a88f724ce854bb937067d9ca1/diff:/var/lib/docker/overlay2/06231e918fedf8d0233191a343fba26c3a272737892ff98aa95d91bfbfb98f92/diff:/var/lib/docker/overlay2/8a8e95d8c4f1249f3e4590a2cfef6dd61f07803511c840b44e3dcd095dbe9ce9/diff:/var/lib/docker/overlay2/7498e0ae2ab43d89bdcdf6effe671c9469e6008bb84545b97cd2d1f851eeaeb4/diff:/var/lib/docker/overlay2/c2cb01ec71e41eeb20eaadefd47423d49724006075d917fc26f54234a4b46ac0/diff:/var/lib/docker/overlay2/d34c5ee6a94bae5eb4e60e5a9a590c0d385abf0ea3defe5b9639c932966f809b/diff:/var/lib/docker/overlay2/caa858e977fbc6c00d2add73e1b3b0c0282926625f0fb4a14557b62e68c778aa/diff:/var/lib/docker/overlay2/cf3cd1f99711b8e8ac7ab191a9d4389d73d1eaabf4cb725be26fb862427ac4e1/diff:/var/lib/docker/overlay2/98266b4d824d29c73b0cfa341e17c986437f0e6120b142257579d30a922c86a1/diff", "MergedDir": "/var/lib/docker/overlay2/805423c4d2bb92e2736d25523256f2c27838eabe10774d19ab725b84e03a0425/merged", "UpperDir": "/var/lib/docker/overlay2/805423c4d2bb92e2736d25523256f2c27838eabe10774d19ab725b84e03a0425/diff", "WorkDir": "/var/lib/docker/overlay2/805423c4d2bb92e2736d25523256f2c27838eabe10774d19ab725b84e03a0425/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:1eab145d69f9a5987d7ce1f30c4be5de5d4a66a30bce905065857d3098ed60d5", "sha256:29538470604e8c512c17700916fd57d80c8d0f986ab52ce51f8920e191d691bb", "sha256:c448c501aa9a494d5faf1e75e3d7b0b2cb11da7a578d2613a5198536e65db839", "sha256:896dcb3b5ea5963e83cf9c5c0edd6965bb243e2c4226799b79b82e2081b16fc2", "sha256:96402a861a05cbea082618efc9d394e120a8f07a74c6351d4373ff8d96ed3d52", "sha256:9cdc58d49d1180a8b0fd9ac8f293348ed6f9cf3929bbb1e05a6fe0dc872a95e7", "sha256:6e6422f600d6379cfb5b71f8b865bb3573740374ec076025de3096eb4e55913d", "sha256:78c86db52d2e4150ad7e985cddb88a427bbe9dca0245adba7a8c817efc8e87b0", "sha256:d8c9c3b674a4d4987787227730a1b0c09da0ae2d549721b90cc0f216aeab2e7b", "sha256:9769441c5a758e051699c00acbb7937586b162154acb976a11b24a9859507846", "sha256:3792bfde1eedd775fb6cb04cac310d878d3eeac4196f309b0cdad83f92efadcc", "sha256:e775cad228de62d9576383f960d7a0af928a8758057de46de479111273caca41", "sha256:66e6f526409b2f8c941f9208e2cd5bec2cf77b345f26b0acd288bf0864c05712", "sha256:7db4500d13a1ddcd1f235eb94dae5ad7b15aef84ccef69bc886c183a2622370d", "sha256:c811872f00c109d0e575f5cec50dee0c12647528cc32a1df0edcee8f1d7c084f", "sha256:6c38ee854ffca0d74c481b53910bc70ae28f14aa3b4c4769599cba2b2e5751e0", "sha256:d2f0e4eb3218f1666cbc07294b411800f78c6cc9dffb8e52074d984c9b331ccf", "sha256:45b168f1a7a9adbf7a69af9d87ff83c61d019b51c613b3a63a72ff8dd4f4f2f4", "sha256:5b53b776492a5f73fd9d16bd3a5fa059af52ec4c7b9602f57967578df999c084", "sha256:20ea93bacb66eb57d7c11e459ab1d358451e39059f5418e1c07e38ebfea0ae95" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] [ { "Id": "sha256:5254b9aa4dc424cdc56b10054e858eaf1c47fe9075210c0b768ffa255fa2058b", "RepoTags": [ "arm32v6/rabbitmq:alpine" ], "RepoDigests": [ "arm32v6/rabbitmq@sha256:85e885573368311d0228cad50382725308d48d2a5e9ca256f3781d764d5883a6" ], "Parent": "", "Comment": "", "Created": "2019-04-27T08:33:10.78068834Z", "Container": "549b2e115bb77825cd286fdee19e9d9e3f14d502af0104557025d165ee3f4f1a", "ContainerConfig": { "Hostname": "549b2e115bb7", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "25672/tcp": {}, "4369/tcp": {}, "5671/tcp": {}, "5672/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/opt/rabbitmq/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "OPENSSL_VERSION=1.1.1b", "OPENSSL_SOURCE_SHA256=5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b", "OPENSSL_PGP_KEY_ID=0x8657ABB260F056B1E5190839D9C4D26D0E604491", "OTP_VERSION=21.3.7", "OTP_SOURCE_SHA256=c14aebda6afae82809325c18d51a66e618b3f237b856080a7d8f4b5bb089e758", "RABBITMQ_DATA_DIR=/var/lib/rabbitmq", "RABBITMQ_VERSION=3.7.14", "RABBITMQ_PGP_KEY_ID=0x0A9AF2115F4687BD29803A206B73A36E6026DFCA", "RABBITMQ_HOME=/opt/rabbitmq", "RABBITMQ_LOGS=-", "RABBITMQ_SASL_LOGS=-", "HOME=/var/lib/rabbitmq", "LANG=C.UTF-8", "LANGUAGE=C.UTF-8", "LC_ALL=C.UTF-8" ], "Cmd": [ "/bin/sh", "-c", "#(nop) ", "CMD [\"rabbitmq-server\"]" ], "ArgsEscaped": true, "Image": "sha256:a207e6a4d86fedff77e723f3d9bc3241daff4451cf0bfacb5a1fcf7311826a94", "Volumes": { "/var/lib/rabbitmq": {} }, "WorkingDir": "", "Entrypoint": [ "docker-entrypoint.sh" ], "OnBuild": null, "Labels": {} }, "DockerVersion": "18.06.1-ce", "Author": "", "Config": { "Hostname": "", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "25672/tcp": {}, "4369/tcp": {}, "5671/tcp": {}, "5672/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/opt/rabbitmq/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "OPENSSL_VERSION=1.1.1b", "OPENSSL_SOURCE_SHA256=5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b", "OPENSSL_PGP_KEY_ID=0x8657ABB260F056B1E5190839D9C4D26D0E604491", "OTP_VERSION=21.3.7", "OTP_SOURCE_SHA256=c14aebda6afae82809325c18d51a66e618b3f237b856080a7d8f4b5bb089e758", "RABBITMQ_DATA_DIR=/var/lib/rabbitmq", "RABBITMQ_VERSION=3.7.14", "RABBITMQ_PGP_KEY_ID=0x0A9AF2115F4687BD29803A206B73A36E6026DFCA", "RABBITMQ_HOME=/opt/rabbitmq", "RABBITMQ_LOGS=-", "RABBITMQ_SASL_LOGS=-", "HOME=/var/lib/rabbitmq", "LANG=C.UTF-8", "LANGUAGE=C.UTF-8", "LC_ALL=C.UTF-8" ], "Cmd": [ "rabbitmq-server" ], "ArgsEscaped": true, "Image": "sha256:a207e6a4d86fedff77e723f3d9bc3241daff4451cf0bfacb5a1fcf7311826a94", "Volumes": { "/var/lib/rabbitmq": {} }, "WorkingDir": "", "Entrypoint": [ "docker-entrypoint.sh" ], "OnBuild": null, "Labels": null }, "Architecture": "arm", "Os": "linux", "Size": 80201358, "VirtualSize": 80201358, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/793da1e3e70a77be57acacf7da61fcc838bf7032b111d8aaf716a6f68c7251a3/diff:/var/lib/docker/overlay2/50001441817e9a9531bd0d14f83a2913f0295e6b9ec6d7fe99de1d18bbb63712/diff:/var/lib/docker/overlay2/0583bb822154723a1eb6ba6d676e9c57ab49f203e24eaefe1691ecf5cb4f8545/diff:/var/lib/docker/overlay2/45f5c542217d06b9f8eccba9d73d1d36349501bce376f53b089a8d014059cfea/diff:/var/lib/docker/overlay2/7e0a84a3619e975ef8ff303299421be094b379384b3bd59f83a4a427d68aa502/diff:/var/lib/docker/overlay2/82731ab392a60c5f8a03030519cdf85abec484d6568935b129186fa20caad396/diff", "MergedDir": "/var/lib/docker/overlay2/d74964778d1be1cf79efb517b3d667ce7aea45ea9798e8868ab8199448d346c1/merged", "UpperDir": "/var/lib/docker/overlay2/d74964778d1be1cf79efb517b3d667ce7aea45ea9798e8868ab8199448d346c1/diff", "WorkDir": "/var/lib/docker/overlay2/d74964778d1be1cf79efb517b3d667ce7aea45ea9798e8868ab8199448d346c1/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:5826482cf200371de3cf495d43ba8e97e2a751c56713b7b2bcdae49f08effa51", "sha256:38d7053946c34abd9ee2948ba532b0abe343626b7a0b3b1dfa39637a28c079fd", "sha256:38955e27157d2161883da273bb93eee37d7a570e914daf2d430aad57f2fcdc2e", "sha256:7928d2457450ee46be9b71daf8cede9af06a9bce383e8d7b711959d29a73b061", "sha256:d34176dececcb94ab28837bec7350e17699d696fc4396536e435ff6a4cd4f73a", "sha256:6aad6dc876a73a4a2aa777f5260588535c3dba5aedef4b539d175be2e9f2bb0b", "sha256:b9a17393e52e874a633b5add78a190d268213ae49c40470eee1d6fbb0802c1a8" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] [ { "Id": "sha256:67303b3b9c631f0745b08be9fbd4871c5300e93b37b69d3c2913d8318b8071e2", "RepoTags": [ "brewblox/brewblox-history:rpi-edge" ], "RepoDigests": [ "brewblox/brewblox-history@sha256:d0054a77e641d684974a40c21c409637c9af1ebca4931ea45df9fe23cec3e36e" ], "Parent": "", "Comment": "", "Created": "2019-04-29T13:35:29.778785628Z", "Container": "35a6c47ff399a07754a712dd1db9bdb9b5745bab3165a706e7eb6fc53265b99c", "ContainerConfig": { "Hostname": "35a6c47ff399", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "5000/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LANG=C.UTF-8", "GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D", "PYTHON_VERSION=3.7.3", "PYTHON_PIP_VERSION=19.0.3", "SERVICE_INFO=0.9.0-28-g687dd3d @ Mon Apr 29 13:32:55 UTC 2019" ], "Cmd": [ "/bin/sh", "-c", "#(nop) ", "ENTRYPOINT [\"python3\" \"-m\" \"brewblox_history\"]" ], "ArgsEscaped": true, "Image": "sha256:8eab28f9b68df4c63dbded3a36c2a9165fd3bbd78565597ae78f513e7e54180b", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "python3", "-m", "brewblox_history" ], "OnBuild": null, "Labels": {} }, "DockerVersion": "3.0.4", "Author": "", "Config": { "Hostname": "", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "5000/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LANG=C.UTF-8", "GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D", "PYTHON_VERSION=3.7.3", "PYTHON_PIP_VERSION=19.0.3", "SERVICE_INFO=0.9.0-28-g687dd3d @ Mon Apr 29 13:32:55 UTC 2019" ], "Cmd": null, "ArgsEscaped": true, "Image": "sha256:8eab28f9b68df4c63dbded3a36c2a9165fd3bbd78565597ae78f513e7e54180b", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "python3", "-m", "brewblox_history" ], "OnBuild": null, "Labels": null }, "Architecture": "arm", "Os": "linux", "Size": 137476744, "VirtualSize": 137476744, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/3c58b0744f079bb668b0e7ba7c4ac5c149fea32b7c90783ab9418a8d56362ba2/diff:/var/lib/docker/overlay2/2c4c7eaa6eb274068b1b1eb6a5a933903b389d076271070e7cbcfc7a8fe793f7/diff:/var/lib/docker/overlay2/5e2fac37f5942f59fb9ee70a714b10478f7d7b8edbdc2d1c064a262478f0dde2/diff:/var/lib/docker/overlay2/7575415c6b3e0308a805dfb0a5075c5018fa3130309f52b0849a65217493de32/diff:/var/lib/docker/overlay2/1e80b9620ed9af22c3a7ce872df0b377bad0d7dae9d9a81cd7327a274c7186ba/diff:/var/lib/docker/overlay2/37ac25229062cfdaf6e073d59bc341cc71669ba2e569d0fcecb2b5ad7fe6f7b1/diff:/var/lib/docker/overlay2/c430b7a27f7e492b31dff3c41b2a411a00ce63eb96828c7447ecab5ae03ba899/diff:/var/lib/docker/overlay2/081c8ca9ca2d12475f3a7c3275bb730c89a137ea5754c92f9c89391cdc3bc48e/diff:/var/lib/docker/overlay2/bb39ec08badd40965e01c44eb4db19888ca22102185c0793475a9ef333c73fc0/diff", "MergedDir": "/var/lib/docker/overlay2/aff27c18dd889f64e954d3d601461da6b6b9a6fa0e8ffeead69cb9d2030d6ae0/merged", "UpperDir": "/var/lib/docker/overlay2/aff27c18dd889f64e954d3d601461da6b6b9a6fa0e8ffeead69cb9d2030d6ae0/diff", "WorkDir": "/var/lib/docker/overlay2/aff27c18dd889f64e954d3d601461da6b6b9a6fa0e8ffeead69cb9d2030d6ae0/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:e12a619752111d78725b5407bb4e3132816a79c01c252986b2573e16657577e3", "sha256:61c2ea3e699ee9e9ccea0ded3608a036f16b6996ebcb4f906cf6e9c74444c838", "sha256:6a284a67d93139867cb3d04272746b5353abb5b5ddee8de40cef91b64100ea25", "sha256:cecd395a1b5bb4f22b81f6400a8d178c36c041747cf9e01432b3aa35cb4755eb", "sha256:287f48dc11cb475c6b759bd9299652a6be72615c15759826101f77c1f64e3904", "sha256:a25145bd11ffac3e652661b2e22db3e3c0f1ded94ce293a957d92a5508705d38", "sha256:7e75b4161c80fcc6c68be417f14056b33749318742e0d661ab1619ab94bbc02b", "sha256:27a3d86f6ab13198ef369ad2d2af0c17220c29fdf43d1db801bc3ba20ea6efdb", "sha256:0a81d671248eca1b6a567fe688d12cc5d11cdc92c2cbd895f688bf746d97008d", "sha256:37c951ac3743b564ae763628eb7b62a8aedcf173cb79761e9d97d2c7c81a2492" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] [ { "Id": "sha256:973b511c811d8a24766a5e836e85e78bdbc85d4344f50fb9a9cb8fe353e9b573", "RepoTags": [ "influxdb:latest" ], "RepoDigests": [ "influxdb@sha256:20b48827d498e33c9924a7846377bcb46bc203310da8f07dccdb4f42303d8755" ], "Parent": "", "Comment": "", "Created": "2019-04-18T12:03:24.820338629Z", "Container": "0023fbc4d90b87224bd2c650f7ea6718bce9fb31c699a7cfabe2f942b16eb682", "ContainerConfig": { "Hostname": "0023fbc4d90b", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "8086/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "INFLUXDB_VERSION=1.7.6" ], "Cmd": [ "/bin/sh", "-c", "#(nop) ", "CMD [\"influxd\"]" ], "ArgsEscaped": true, "Image": "sha256:92e69c2c3e34788ba30d3dde86de18c9dd43ad6c443b5d231cc0064f4a67e1bc", "Volumes": { "/var/lib/influxdb": {} }, "WorkingDir": "", "Entrypoint": [ "/entrypoint.sh" ], "OnBuild": null, "Labels": {} }, "DockerVersion": "18.06.1-ce", "Author": "", "Config": { "Hostname": "", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "8086/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "INFLUXDB_VERSION=1.7.6" ], "Cmd": [ "influxd" ], "ArgsEscaped": true, "Image": "sha256:92e69c2c3e34788ba30d3dde86de18c9dd43ad6c443b5d231cc0064f4a67e1bc", "Volumes": { "/var/lib/influxdb": {} }, "WorkingDir": "", "Entrypoint": [ "/entrypoint.sh" ], "OnBuild": null, "Labels": null }, "Architecture": "arm", "Os": "linux", "Size": 220104318, "VirtualSize": 220104318, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/dc0273678c8697d3988a563ed04b363cb641962a99adba2ffc5dd1bba4a826fa/diff:/var/lib/docker/overlay2/45ef77070c529de63c5e08f2bbe22f2f65e370227ebc56abe9c514448fa216a9/diff:/var/lib/docker/overlay2/032f7525e456457694a3e372648bc2ddf45a528f93b36e7f46d090788ece543a/diff:/var/lib/docker/overlay2/3cf45c2d3c60276d281f940f77400393f95e07ebf1764cd577d129082aa6570e/diff:/var/lib/docker/overlay2/401002a15f05af080c005d79ec5824d528aa0153cdc16c536f995666a2fe1f30/diff:/var/lib/docker/overlay2/ee3f294ec432e2088ff1f09c9ae599556a54a8af0aab525a5c22ff4d3dda600f/diff:/var/lib/docker/overlay2/0d1bf13031600ed3337d876381ae6c944758cde6b189ec0792150f5a960273d2/diff", "MergedDir": "/var/lib/docker/overlay2/279c793d24e64e2b9946177e5a5533861a1a903074d6930258fe2a387ef3607f/merged", "UpperDir": "/var/lib/docker/overlay2/279c793d24e64e2b9946177e5a5533861a1a903074d6930258fe2a387ef3607f/diff", "WorkDir": "/var/lib/docker/overlay2/279c793d24e64e2b9946177e5a5533861a1a903074d6930258fe2a387ef3607f/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:1bb8a900019f4f93e608b1ac8c0b2f2a8f286466479bc59d7b60988c85bf2dec", "sha256:de6be9fabd777cb454b03b09beb60ba563a6d88c2a0ab1d3ea38ef3f34f217f6", "sha256:c2964fd3bfec5803b62c9cdeac94649b821ef954f543a166ef493f97758971da", "sha256:ebefe0f63bb0279723c46891d2cbb5cfb9f5c169b02849a2559719a39e9ba5df", "sha256:e8d45197ebfe7715502437336e852c534658f276e0f6803adcc7dce63cb702c9", "sha256:faf577c7e152a1b3a4f4966c731381a0a3e9b2066219d955e02574333ea7df6d", "sha256:1775b31821c8965cf759d821015e0e8bc912168620ae631b1c1af89a8a61226d", "sha256:3bf8bd73ce4f932039593232290a10e91c28923cb4afa7d7969c88dbe5b92b72" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] [ { "Id": "sha256:358b2438ba9948da1a8c5049daf8d5e041bf44838bd2ce7895f3dd13f584b0f8", "RepoTags": [ "brewblox/brewblox-mdns:rpi-edge" ], "RepoDigests": [ "brewblox/brewblox-mdns@sha256:27c8496413e755e526b4c1fa51c098ee930e477b527291bb5ac33d5116d182b3" ], "Parent": "", "Comment": "", "Created": "2019-04-29T13:35:27.435415154Z", "Container": "bfed866f4d234d2b01c8c9968fd3862ecd74fe9461024463072b0e2d6d14670d", "ContainerConfig": { "Hostname": "bfed866f4d23", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "5000/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LANG=C.UTF-8", "GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D", "PYTHON_VERSION=3.7.3", "PYTHON_PIP_VERSION=19.0.3", "SERVICE_INFO=0.2.1-18-g04c7fe5 @ Mon Apr 29 13:32:35 UTC 2019" ], "Cmd": [ "/bin/sh", "-c", "#(nop) ", "ENTRYPOINT [\"python3\" \"-m\" \"brewblox_mdns\"]" ], "ArgsEscaped": true, "Image": "sha256:fa3b39abc02ccfa55f51d4d42049ea5c00c6e8ba8191dc6e493f63712bbe4450", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "python3", "-m", "brewblox_mdns" ], "OnBuild": null, "Labels": {} }, "DockerVersion": "3.0.4", "Author": "", "Config": { "Hostname": "", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "5000/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LANG=C.UTF-8", "GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D", "PYTHON_VERSION=3.7.3", "PYTHON_PIP_VERSION=19.0.3", "SERVICE_INFO=0.2.1-18-g04c7fe5 @ Mon Apr 29 13:32:35 UTC 2019" ], "Cmd": null, "ArgsEscaped": true, "Image": "sha256:fa3b39abc02ccfa55f51d4d42049ea5c00c6e8ba8191dc6e493f63712bbe4450", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "python3", "-m", "brewblox_mdns" ], "OnBuild": null, "Labels": null }, "Architecture": "arm", "Os": "linux", "Size": 136469323, "VirtualSize": 136469323, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/1cbfc634965c5c42302d36720f0f2d16a14a6238cae7e1a8e1c3dac082d16a62/diff:/var/lib/docker/overlay2/065b90e706d3490683bfb03de02dc1ce5eb137d071a7cf62d91dc4a6ec4e5616/diff:/var/lib/docker/overlay2/ee7b95558212b2a46583843cedb1de2fb6ccdcfbb24352236609489ee8386f59/diff:/var/lib/docker/overlay2/7575415c6b3e0308a805dfb0a5075c5018fa3130309f52b0849a65217493de32/diff:/var/lib/docker/overlay2/1e80b9620ed9af22c3a7ce872df0b377bad0d7dae9d9a81cd7327a274c7186ba/diff:/var/lib/docker/overlay2/37ac25229062cfdaf6e073d59bc341cc71669ba2e569d0fcecb2b5ad7fe6f7b1/diff:/var/lib/docker/overlay2/c430b7a27f7e492b31dff3c41b2a411a00ce63eb96828c7447ecab5ae03ba899/diff:/var/lib/docker/overlay2/081c8ca9ca2d12475f3a7c3275bb730c89a137ea5754c92f9c89391cdc3bc48e/diff:/var/lib/docker/overlay2/bb39ec08badd40965e01c44eb4db19888ca22102185c0793475a9ef333c73fc0/diff", "MergedDir": "/var/lib/docker/overlay2/1cde2ce42e4e07e124d3b90e53e6477b519a394ccbc09fde47ad9b498f317460/merged", "UpperDir": "/var/lib/docker/overlay2/1cde2ce42e4e07e124d3b90e53e6477b519a394ccbc09fde47ad9b498f317460/diff", "WorkDir": "/var/lib/docker/overlay2/1cde2ce42e4e07e124d3b90e53e6477b519a394ccbc09fde47ad9b498f317460/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:e12a619752111d78725b5407bb4e3132816a79c01c252986b2573e16657577e3", "sha256:61c2ea3e699ee9e9ccea0ded3608a036f16b6996ebcb4f906cf6e9c74444c838", "sha256:6a284a67d93139867cb3d04272746b5353abb5b5ddee8de40cef91b64100ea25", "sha256:cecd395a1b5bb4f22b81f6400a8d178c36c041747cf9e01432b3aa35cb4755eb", "sha256:287f48dc11cb475c6b759bd9299652a6be72615c15759826101f77c1f64e3904", "sha256:a25145bd11ffac3e652661b2e22db3e3c0f1ded94ce293a957d92a5508705d38", "sha256:ff9a076a882e05fd08f3f963c48828de7cbd34823312b32d28d258b04aa9eea1", "sha256:9f1e08a1ff6ba52155b326c445d144206fbcdeb872b6ae579399980fb8b0d53e", "sha256:659a55f2c0f94fc1f0e0d45b9a1ea29079903e074b2b0b4bd7eb2740d9a852ac", "sha256:5754408668770980e8bff802755fa1be295fb17f592c02f15fe4e99cb5c8596e" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] [ { "Id": "sha256:ddddb43366a5f53f05e2b768ecf4e2a3ab9b3186e13c299302cd62e32933033b", "RepoTags": [ "brewblox/brewblox-devcon-spark:rpi-edge" ], "RepoDigests": [ "brewblox/brewblox-devcon-spark@sha256:9764f9d279644456862ff81fefc27737b61206c95bcd852e75eb1bd63f986592" ], "Parent": "", "Comment": "", "Created": "2019-04-29T13:35:57.328592426Z", "Container": "bb6a75188e3cd2638f4f542f8777737c09b8094ac60a3d1d482c1ed230c3e078", "ContainerConfig": { "Hostname": "bb6a75188e3c", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "5000/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LANG=C.UTF-8", "GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D", "PYTHON_VERSION=3.7.3", "PYTHON_PIP_VERSION=19.0.3", "SERVICE_INFO=0.5.2-53-gfee78b6 @ Mon Apr 29 13:33:10 UTC 2019" ], "Cmd": [ "/bin/sh", "-c", "#(nop) ", "ENTRYPOINT [\"python3\" \"-m\" \"brewblox_devcon_spark\"]" ], "ArgsEscaped": true, "Image": "sha256:451bb84e6c9d01106986ce0dc29b70252a0810e0ef32e43e62d133c2daa5cea0", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "python3", "-m", "brewblox_devcon_spark" ], "OnBuild": null, "Labels": {} }, "DockerVersion": "3.0.4", "Author": "", "Config": { "Hostname": "", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "5000/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "LANG=C.UTF-8", "GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D", "PYTHON_VERSION=3.7.3", "PYTHON_PIP_VERSION=19.0.3", "SERVICE_INFO=0.5.2-53-gfee78b6 @ Mon Apr 29 13:33:10 UTC 2019" ], "Cmd": null, "ArgsEscaped": true, "Image": "sha256:451bb84e6c9d01106986ce0dc29b70252a0810e0ef32e43e62d133c2daa5cea0", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "python3", "-m", "brewblox_devcon_spark" ], "OnBuild": null, "Labels": null }, "Architecture": "arm", "Os": "linux", "Size": 144706778, "VirtualSize": 144706778, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/f72caf8fab44b82933ede3fba000ef527c8f3c6b63f543eb6aee0dc90551f670/diff:/var/lib/docker/overlay2/2d1d7e39204826ff34f3e99178fc7a79a00f5de25e7048146f01718562c13839/diff:/var/lib/docker/overlay2/c9dc4d46bd90b5c08ae9971ef3e6a6fec1a99bb4dc45b042421ebd413bd16c26/diff:/var/lib/docker/overlay2/7575415c6b3e0308a805dfb0a5075c5018fa3130309f52b0849a65217493de32/diff:/var/lib/docker/overlay2/1e80b9620ed9af22c3a7ce872df0b377bad0d7dae9d9a81cd7327a274c7186ba/diff:/var/lib/docker/overlay2/37ac25229062cfdaf6e073d59bc341cc71669ba2e569d0fcecb2b5ad7fe6f7b1/diff:/var/lib/docker/overlay2/c430b7a27f7e492b31dff3c41b2a411a00ce63eb96828c7447ecab5ae03ba899/diff:/var/lib/docker/overlay2/081c8ca9ca2d12475f3a7c3275bb730c89a137ea5754c92f9c89391cdc3bc48e/diff:/var/lib/docker/overlay2/bb39ec08badd40965e01c44eb4db19888ca22102185c0793475a9ef333c73fc0/diff", "MergedDir": "/var/lib/docker/overlay2/71d2b9fa7b4fc43ca600a83fdb228a66b74b1371fb332e0587fd621b669e5a13/merged", "UpperDir": "/var/lib/docker/overlay2/71d2b9fa7b4fc43ca600a83fdb228a66b74b1371fb332e0587fd621b669e5a13/diff", "WorkDir": "/var/lib/docker/overlay2/71d2b9fa7b4fc43ca600a83fdb228a66b74b1371fb332e0587fd621b669e5a13/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:e12a619752111d78725b5407bb4e3132816a79c01c252986b2573e16657577e3", "sha256:61c2ea3e699ee9e9ccea0ded3608a036f16b6996ebcb4f906cf6e9c74444c838", "sha256:6a284a67d93139867cb3d04272746b5353abb5b5ddee8de40cef91b64100ea25", "sha256:cecd395a1b5bb4f22b81f6400a8d178c36c041747cf9e01432b3aa35cb4755eb", "sha256:287f48dc11cb475c6b759bd9299652a6be72615c15759826101f77c1f64e3904", "sha256:a25145bd11ffac3e652661b2e22db3e3c0f1ded94ce293a957d92a5508705d38", "sha256:8c40c32a570e48e086be9f48672951e64caa46bccb184af76dcd7cfb8bb19fa5", "sha256:2f3614d65566205fcd6de80e79a8f9a946d25d279fe0a162133c1978a3ce2221", "sha256:075b202f88cbd136d2159fb05ee85061cab7f9da537a2f5de3ad65e07c33e2c4", "sha256:8c1136d56c8e22b03c50f010f4fa28a2f256e5d7d32c884a4366a667358a7199" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] [ { "Id": "sha256:bd2133e0c6de639eb2f24ab42601e4a6724e754768e5409c87eb3c0844ca27f0", "RepoTags": [ "traefik:latest" ], "RepoDigests": [ "traefik@sha256:5aa12e89928ce0eafe09a212de4a8d57174aa2f6e6115e4bfb2bb6740cf91b37" ], "Parent": "", "Comment": "", "Created": "2019-04-27T07:53:20.380803827Z", "Container": "85b899ffa8837fbf05328e4f33e16af3756ec9678f4959d61526a7853a1ba419", "ContainerConfig": { "Hostname": "85b899ffa883", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "80/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Cmd": [ "/bin/sh", "-c", "#(nop) ", "LABEL org.opencontainers.image.vendor=Containous org.opencontainers.image.url=https://traefik.io org.opencontainers.image.title=Traefik org.opencontainers.image.description=A modern reverse-proxy org.opencontainers.image.version=v1.7.11 org.opencontainers.image.documentation=https://docs.traefik.io" ], "Image": "sha256:48b3b14da3f5ce030599d217d31da3790ddb1def71bba5d5c849df0646224e5c", "Volumes": { "/tmp": {} }, "WorkingDir": "", "Entrypoint": [ "/traefik" ], "OnBuild": null, "Labels": { "org.opencontainers.image.description": "A modern reverse-proxy", "org.opencontainers.image.documentation": "https://docs.traefik.io", "org.opencontainers.image.title": "Traefik", "org.opencontainers.image.url": "https://traefik.io", "org.opencontainers.image.vendor": "Containous", "org.opencontainers.image.version": "v1.7.11" } }, "DockerVersion": "18.06.1-ce", "Author": "", "Config": { "Hostname": "", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "80/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Cmd": null, "Image": "sha256:48b3b14da3f5ce030599d217d31da3790ddb1def71bba5d5c849df0646224e5c", "Volumes": { "/tmp": {} }, "WorkingDir": "", "Entrypoint": [ "/traefik" ], "OnBuild": null, "Labels": { "org.opencontainers.image.description": "A modern reverse-proxy", "org.opencontainers.image.documentation": "https://docs.traefik.io", "org.opencontainers.image.title": "Traefik", "org.opencontainers.image.url": "https://traefik.io", "org.opencontainers.image.vendor": "Containous", "org.opencontainers.image.version": "v1.7.11" } }, "Architecture": "arm", "Os": "linux", "Size": 61029118, "VirtualSize": 61029118, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/3e5417a6bae89eb12472112a765ed35245768774a79c04cecf66be0ed56586ea/diff", "MergedDir": "/var/lib/docker/overlay2/c0ca0ab41dfbf4e79c64a77c7cfce52c8020aaa9a3abfa8e728809e4981108b0/merged", "UpperDir": "/var/lib/docker/overlay2/c0ca0ab41dfbf4e79c64a77c7cfce52c8020aaa9a3abfa8e728809e4981108b0/diff", "WorkDir": "/var/lib/docker/overlay2/c0ca0ab41dfbf4e79c64a77c7cfce52c8020aaa9a3abfa8e728809e4981108b0/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:782912dba68a8f468adeef1750455e0d1916cec18b8fbe3285ea346d4d23ceb2", "sha256:05856354fcc0c8eb1f2f27049e40a64a95a3af54782d40f13528991c38f33b42" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] [ { "Id": "sha256:45ac8606fa710687fec55fe7db7cab85bb4ea75d16ec74e764f9817db4592378", "RepoTags": [ "brewblox/brewblox-ui:rpi-edge" ], "RepoDigests": [ "brewblox/brewblox-ui@sha256:2bf4d30a03f5634e6dded48223ff07082b3522a22c3f3524138d6a914d298de6" ], "Parent": "", "Comment": "", "Created": "2019-04-29T13:35:47.000182454Z", "Container": "", "ContainerConfig": { "Hostname": "", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "80/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NGINX_VERSION=1.15.12-1~stretch", "NJS_VERSION=1.15.12.0.3.1-1~stretch" ], "Cmd": [ "/bin/sh", "-c", "#(nop) COPY file:64721ec8047db734c254661fac9395101d76ff1005ac921854452b070c2834fd in /etc/nginx/conf.d/ " ], "ArgsEscaped": true, "Image": "sha256:4a65bd29075caa562b574c1de83250f46adc5d07ae2f48948bc8426c3d42b01e", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": null, "Labels": { "maintainer": "NGINX Docker Maintainers " }, "StopSignal": "SIGTERM" }, "DockerVersion": "3.0.4", "Author": "", "Config": { "Hostname": "", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "80/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "NGINX_VERSION=1.15.12-1~stretch", "NJS_VERSION=1.15.12.0.3.1-1~stretch" ], "Cmd": [ "nginx", "-g", "daemon off;" ], "ArgsEscaped": true, "Image": "sha256:4a65bd29075caa562b574c1de83250f46adc5d07ae2f48948bc8426c3d42b01e", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": null, "Labels": { "maintainer": "NGINX Docker Maintainers " }, "StopSignal": "SIGTERM" }, "Architecture": "arm", "Os": "linux", "Size": 115607931, "VirtualSize": 115607931, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/5249a160efa3504d31d81d7e9390b6c8851adb622159ef87ba256b0b23d6fe7d/diff:/var/lib/docker/overlay2/956baf3f783cf6747ad9808b93eea83e8ef1f1177706856428cbbf9ccddd2a87/diff:/var/lib/docker/overlay2/c48d5fb0217b179bd635e424c824032213c36ae32becc5a5e3a4f27d89d529b5/diff:/var/lib/docker/overlay2/bb39ec08badd40965e01c44eb4db19888ca22102185c0793475a9ef333c73fc0/diff", "MergedDir": "/var/lib/docker/overlay2/670d5e155b0052f1165920accfb5cdc6e7997566042a2a25903920e6ccb3c158/merged", "UpperDir": "/var/lib/docker/overlay2/670d5e155b0052f1165920accfb5cdc6e7997566042a2a25903920e6ccb3c158/diff", "WorkDir": "/var/lib/docker/overlay2/670d5e155b0052f1165920accfb5cdc6e7997566042a2a25903920e6ccb3c158/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:e12a619752111d78725b5407bb4e3132816a79c01c252986b2573e16657577e3", "sha256:1926bc0d11fe1a84c9b7a71f2bf3ac2dc60da41d387de551e99e1535bacaef2e", "sha256:b87bac35742d5b1fa13831e6122da19221f3a8b94ee912f2df62ed392714e9d5", "sha256:7d86fc0a230a9fd74de29db56b0341ebaa5f444865cb18f02c2c8e37cd56fca0", "sha256:0a4660341e48c2c745ccfe6e7a3df5ec4838151f5740e52543576b8e8dabb714" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ]