BREWBLOX DIAGNOSTIC DUMP Thu 10 Oct 20:55:18 BST 2019 Because having trouble setting up both Sparks ==============VARS============== Linux raspi 4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019 armv7l GNU/Linux Docker version 19.03.2, build 6a30dfc docker-compose version 1.24.1, build 4667896 BREWBLOX_RELEASE=edge BREWBLOX_CFG_VERSION=0.2.2 BREWBLOX_PORT_HTTP=None BREWBLOX_PORT_HTTPS=None BREWBLOX_PORT_MDNS=None ==============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:2.3.1 restart: unless-stopped labels: - "traefik.port=5984" - "traefik.frontend.rule=PathPrefixStrip: /datastore" volumes: - ./couchdb/:/opt/couchdb/data/ 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=Path:/, /ui, /ui/{sub:(.*)?}" traefik: image: traefik:v1.7 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" 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} spark-two: 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-two" command: > --name=spark-two --mdns-port=${BREWBLOX_PORT_MDNS:-5000} ==============LOGS============== Attaching to brewblox_mdns_1 mdns_1 | 2019-10-10T19:50:39.353575184Z 2019/10/10 19:50:39 INFO brewblox_service.service Creating [mdns] application mdns_1 | 2019-10-10T19:50:39.569353843Z 2019/10/10 19:50:39 INFO brewblox_service.service Service info: 0.2.1-28-g6b2105b @ Thu Sep 12 17:56:43 UTC 2019 Attaching to brewblox_eventbus_1 eventbus_1 | 2019-10-10T19:51:16.833256255Z 2019-10-10 19:51:16.832 [info] <0.8.0> Feature flags: list of feature flags found: eventbus_1 | 2019-10-10T19:51:16.833780002Z 2019-10-10 19:51:16.832 [info] <0.8.0> Feature flags: [ ] implicit_default_bindings eventbus_1 | 2019-10-10T19:51:16.834331040Z 2019-10-10 19:51:16.833 [info] <0.8.0> Feature flags: [ ] quorum_queue eventbus_1 | 2019-10-10T19:51:16.834958275Z 2019-10-10 19:51:16.834 [info] <0.8.0> Feature flags: [ ] virtual_host_metadata eventbus_1 | 2019-10-10T19:51:16.835650458Z 2019-10-10 19:51:16.834 [info] <0.8.0> Feature flags: feature flag states written to disk: yes eventbus_1 | 2019-10-10T19:51:17.014184626Z 2019-10-10 19:51:17.013 [info] <0.251.0> ra: meta data store initialised. 0 record(s) recovered eventbus_1 | 2019-10-10T19:51:17.016446017Z 2019-10-10 19:51:17.015 [info] <0.256.0> WAL: recovering [] eventbus_1 | 2019-10-10T19:51:17.020228336Z 2019-10-10 19:51:17.019 [info] <0.260.0> eventbus_1 | 2019-10-10T19:51:17.020314689Z Starting RabbitMQ 3.8.0 on Erlang 22.1.1 eventbus_1 | 2019-10-10T19:51:17.020345002Z Copyright (C) 2007-2019 Pivotal Software, Inc. eventbus_1 | 2019-10-10T19:51:17.020373283Z Licensed under the MPL. See https://www.rabbitmq.com/ eventbus_1 | 2019-10-10T19:51:17.023000505Z eventbus_1 | 2019-10-10T19:51:17.023099827Z ## ## RabbitMQ 3.8.0 eventbus_1 | 2019-10-10T19:51:17.023129983Z ## ## eventbus_1 | 2019-10-10T19:51:17.023158264Z ########## Copyright (C) 2007-2019 Pivotal Software, Inc. eventbus_1 | 2019-10-10T19:51:17.023185972Z ###### ## eventbus_1 | 2019-10-10T19:51:17.023213055Z ########## Licensed under the MPL. See https://www.rabbitmq.com/ eventbus_1 | 2019-10-10T19:51:17.023240503Z eventbus_1 | 2019-10-10T19:51:17.023266909Z Doc guides: https://rabbitmq.com/documentation.html eventbus_1 | 2019-10-10T19:51:17.023294357Z Support: https://rabbitmq.com/contact.html eventbus_1 | 2019-10-10T19:51:17.023321544Z Tutorials: https://rabbitmq.com/getstarted.html eventbus_1 | 2019-10-10T19:51:17.023349096Z Monitoring: https://rabbitmq.com/monitoring.html eventbus_1 | 2019-10-10T19:51:17.023376127Z eventbus_1 | 2019-10-10T19:51:17.023402429Z Logs: eventbus_1 | 2019-10-10T19:51:17.023430033Z eventbus_1 | 2019-10-10T19:51:17.023456804Z Config file(s): /etc/rabbitmq/rabbitmq.conf eventbus_1 | 2019-10-10T19:51:17.023483574Z eventbus_1 | 2019-10-10T19:51:17.027047821Z Starting broker...2019-10-10 19:51:17.024 [info] <0.260.0> eventbus_1 | 2019-10-10T19:51:17.027346465Z node : rabbit@630517469a2c eventbus_1 | 2019-10-10T19:51:17.027383184Z home dir : /var/lib/rabbitmq eventbus_1 | 2019-10-10T19:51:17.027411048Z config file(s) : /etc/rabbitmq/rabbitmq.conf eventbus_1 | 2019-10-10T19:51:17.027438600Z cookie hash : 1otBGYjdlVA5DquPwlsaiw== eventbus_1 | 2019-10-10T19:51:17.027466048Z log(s) : eventbus_1 | 2019-10-10T19:51:17.027494329Z database dir : /var/lib/rabbitmq/mnesia/rabbit@630517469a2c eventbus_1 | 2019-10-10T19:51:17.070765758Z 2019-10-10 19:51:17.070 [info] <0.260.0> Running boot step pre_boot defined by app rabbit eventbus_1 | 2019-10-10T19:51:17.071185703Z 2019-10-10 19:51:17.070 [info] <0.260.0> Running boot step rabbit_core_metrics defined by app rabbit eventbus_1 | 2019-10-10T19:51:17.073996048Z 2019-10-10 19:51:17.073 [info] <0.260.0> Running boot step rabbit_alarm defined by app rabbit eventbus_1 | 2019-10-10T19:51:17.089558965Z 2019-10-10 19:51:17.089 [warning] <0.266.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-10-10T19:51:17.091656659Z 2019-10-10 19:51:17.091 [info] <0.266.0> Memory high watermark set to 370 MiB (388425318 bytes) of 926 MiB (971063296 bytes) total eventbus_1 | 2019-10-10T19:51:17.105146361Z 2019-10-10 19:51:17.104 [info] <0.268.0> Enabling free disk space monitoring eventbus_1 | 2019-10-10T19:51:17.105576879Z 2019-10-10 19:51:17.104 [info] <0.268.0> Disk free limit set to 50MB eventbus_1 | 2019-10-10T19:51:17.114590516Z 2019-10-10 19:51:17.114 [info] <0.260.0> Running boot step code_server_cache defined by app rabbit eventbus_1 | 2019-10-10T19:51:17.115311397Z 2019-10-10 19:51:17.114 [info] <0.260.0> Running boot step file_handle_cache defined by app rabbit eventbus_1 | 2019-10-10T19:51:17.117286331Z 2019-10-10 19:51:17.116 [info] <0.271.0> Limiting to approx 1048476 file handles (943626 sockets) eventbus_1 | 2019-10-10T19:51:17.118040649Z 2019-10-10 19:51:17.117 [info] <0.272.0> FHC read buffering: OFF eventbus_1 | 2019-10-10T19:51:17.118302314Z 2019-10-10 19:51:17.117 [info] <0.272.0> FHC write buffering: ON eventbus_1 | 2019-10-10T19:51:17.123616601Z 2019-10-10 19:51:17.123 [info] <0.260.0> Running boot step worker_pool defined by app rabbit eventbus_1 | 2019-10-10T19:51:17.124450554Z 2019-10-10 19:51:17.123 [info] <0.261.0> Will use 4 processes for default worker pool eventbus_1 | 2019-10-10T19:51:17.124869197Z 2019-10-10 19:51:17.124 [info] <0.261.0> Starting worker pool 'worker_pool' with 4 processes in it eventbus_1 | 2019-10-10T19:51:17.126943819Z 2019-10-10 19:51:17.126 [info] <0.260.0> Running boot step database defined by app rabbit eventbus_1 | 2019-10-10T19:51:17.128466309Z 2019-10-10 19:51:17.127 [info] <0.260.0> Node database directory at /var/lib/rabbitmq/mnesia/rabbit@630517469a2c is empty. Assuming we need to join an existing cluster or initialise from scratch... eventbus_1 | 2019-10-10T19:51:17.129003753Z 2019-10-10 19:51:17.128 [info] <0.260.0> Configured peer discovery backend: rabbit_peer_discovery_classic_config eventbus_1 | 2019-10-10T19:51:17.129448073Z 2019-10-10 19:51:17.128 [info] <0.260.0> Will try to lock with peer discovery backend rabbit_peer_discovery_classic_config eventbus_1 | 2019-10-10T19:51:17.129929424Z 2019-10-10 19:51:17.129 [info] <0.260.0> Peer discovery backend does not support locking, falling back to randomized delay eventbus_1 | 2019-10-10T19:51:17.130508222Z 2019-10-10 19:51:17.129 [info] <0.260.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping randomized startup delay. eventbus_1 | 2019-10-10T19:51:17.130817595Z 2019-10-10 19:51:17.130 [info] <0.260.0> All discovered existing cluster peers: eventbus_1 | 2019-10-10T19:51:17.131147853Z 2019-10-10 19:51:17.130 [info] <0.260.0> Discovered no peer nodes to cluster with. Some discovery backends can filter nodes out based on a readiness criteria. Enabling debug logging might help troubleshoot. eventbus_1 | 2019-10-10T19:51:17.143957090Z 2019-10-10 19:51:17.143 [info] <0.43.0> Application mnesia exited with reason: stopped eventbus_1 | 2019-10-10T19:51:17.407725635Z 2019-10-10 19:51:17.407 [info] <0.260.0> Waiting for Mnesia tables for 30000 ms, 9 retries left eventbus_1 | 2019-10-10T19:51:17.484395799Z 2019-10-10 19:51:17.483 [info] <0.260.0> Waiting for Mnesia tables for 30000 ms, 9 retries left eventbus_1 | 2019-10-10T19:51:17.485052097Z 2019-10-10 19:51:17.484 [info] <0.260.0> Feature flag `implicit_default_bindings`: supported, attempt to enable... eventbus_1 | 2019-10-10T19:51:17.487292394Z 2019-10-10 19:51:17.485 [info] <0.260.0> Feature flag `implicit_default_bindings`: mark as enabled=state_changing eventbus_1 | 2019-10-10T19:51:17.519802593Z 2019-10-10 19:51:17.518 [info] <0.260.0> Feature flags: list of feature flags found: eventbus_1 | 2019-10-10T19:51:17.520175143Z 2019-10-10 19:51:17.519 [info] <0.260.0> Feature flags: [~] implicit_default_bindings eventbus_1 | 2019-10-10T19:51:17.520555088Z 2019-10-10 19:51:17.519 [info] <0.260.0> Feature flags: [ ] quorum_queue eventbus_1 | 2019-10-10T19:51:17.520695972Z 2019-10-10 19:51:17.520 [info] <0.260.0> Feature flags: [ ] virtual_host_metadata eventbus_1 | 2019-10-10T19:51:17.521332479Z 2019-10-10 19:51:17.520 [info] <0.260.0> Feature flags: feature flag states written to disk: yes eventbus_1 | 2019-10-10T19:51:17.573933897Z 2019-10-10 19:51:17.572 [info] <0.260.0> Waiting for Mnesia tables for 30000 ms, 0 retries left eventbus_1 | 2019-10-10T19:51:17.574762173Z 2019-10-10 19:51:17.574 [info] <0.260.0> Feature flag `implicit_default_bindings`: mark as enabled=true eventbus_1 | 2019-10-10T19:51:17.612303327Z 2019-10-10 19:51:17.611 [info] <0.260.0> Feature flags: list of feature flags found: eventbus_1 | 2019-10-10T19:51:17.612582857Z 2019-10-10 19:51:17.611 [info] <0.260.0> Feature flags: [x] implicit_default_bindings eventbus_1 | 2019-10-10T19:51:17.613017020Z 2019-10-10 19:51:17.612 [info] <0.260.0> Feature flags: [ ] quorum_queue eventbus_1 | 2019-10-10T19:51:17.613257696Z 2019-10-10 19:51:17.612 [info] <0.260.0> Feature flags: [ ] virtual_host_metadata eventbus_1 | 2019-10-10T19:51:17.613568058Z 2019-10-10 19:51:17.612 [info] <0.260.0> Feature flags: feature flag states written to disk: yes eventbus_1 | 2019-10-10T19:51:17.662756635Z 2019-10-10 19:51:17.662 [info] <0.260.0> Feature flag `quorum_queue`: supported, attempt to enable... eventbus_1 | 2019-10-10T19:51:17.664816517Z 2019-10-10 19:51:17.663 [info] <0.260.0> Feature flag `quorum_queue`: mark as enabled=state_changing eventbus_1 | 2019-10-10T19:51:17.696179901Z 2019-10-10 19:51:17.695 [info] <0.260.0> Feature flags: list of feature flags found: eventbus_1 | 2019-10-10T19:51:17.696751616Z 2019-10-10 19:51:17.695 [info] <0.260.0> Feature flags: [x] implicit_default_bindings eventbus_1 | 2019-10-10T19:51:17.697137394Z 2019-10-10 19:51:17.696 [info] <0.260.0> Feature flags: [~] quorum_queue eventbus_1 | 2019-10-10T19:51:17.697631558Z 2019-10-10 19:51:17.696 [info] <0.260.0> Feature flags: [ ] virtual_host_metadata eventbus_1 | 2019-10-10T19:51:17.698269522Z 2019-10-10 19:51:17.697 [info] <0.260.0> Feature flags: feature flag states written to disk: yes eventbus_1 | 2019-10-10T19:51:17.746815655Z 2019-10-10 19:51:17.746 [info] <0.260.0> Waiting for Mnesia tables for 30000 ms, 9 retries left eventbus_1 | 2019-10-10T19:51:17.747315183Z 2019-10-10 19:51:17.746 [info] <0.260.0> Feature flag `quorum_queue`: migrating Mnesia table rabbit_queue... eventbus_1 | 2019-10-10T19:51:17.811197776Z 2019-10-10 19:51:17.810 [info] <0.260.0> Feature flag `quorum_queue`: migrating Mnesia table rabbit_durable_queue... eventbus_1 | 2019-10-10T19:51:17.848187893Z 2019-10-10 19:51:17.847 [info] <0.260.0> Feature flag `quorum_queue`: Mnesia tables migration done eventbus_1 | 2019-10-10T19:51:17.848521224Z 2019-10-10 19:51:17.847 [info] <0.260.0> Feature flag `quorum_queue`: mark as enabled=true eventbus_1 | 2019-10-10T19:51:17.884232964Z 2019-10-10 19:51:17.883 [info] <0.260.0> Feature flags: list of feature flags found: eventbus_1 | 2019-10-10T19:51:17.884389786Z 2019-10-10 19:51:17.883 [info] <0.260.0> Feature flags: [x] implicit_default_bindings eventbus_1 | 2019-10-10T19:51:17.884708638Z 2019-10-10 19:51:17.883 [info] <0.260.0> Feature flags: [x] quorum_queue eventbus_1 | 2019-10-10T19:51:17.885211030Z 2019-10-10 19:51:17.884 [info] <0.260.0> Feature flags: [ ] virtual_host_metadata eventbus_1 | 2019-10-10T19:51:17.885635090Z 2019-10-10 19:51:17.885 [info] <0.260.0> Feature flags: feature flag states written to disk: yes eventbus_1 | 2019-10-10T19:51:17.929238131Z 2019-10-10 19:51:17.927 [info] <0.260.0> Feature flag `virtual_host_metadata`: supported, attempt to enable... eventbus_1 | 2019-10-10T19:51:17.932203945Z 2019-10-10 19:51:17.930 [info] <0.260.0> Feature flag `virtual_host_metadata`: mark as enabled=state_changing eventbus_1 | 2019-10-10T19:51:17.964599873Z 2019-10-10 19:51:17.963 [info] <0.260.0> Feature flags: list of feature flags found: eventbus_1 | 2019-10-10T19:51:17.965421639Z 2019-10-10 19:51:17.964 [info] <0.260.0> Feature flags: [x] implicit_default_bindings eventbus_1 | 2019-10-10T19:51:17.965807678Z 2019-10-10 19:51:17.965 [info] <0.260.0> Feature flags: [x] quorum_queue eventbus_1 | 2019-10-10T19:51:17.966075332Z 2019-10-10 19:51:17.965 [info] <0.260.0> Feature flags: [~] virtual_host_metadata eventbus_1 | 2019-10-10T19:51:17.966303404Z 2019-10-10 19:51:17.965 [info] <0.260.0> Feature flags: feature flag states written to disk: yes eventbus_1 | 2019-10-10T19:51:18.023749112Z 2019-10-10 19:51:18.023 [info] <0.260.0> Waiting for Mnesia tables for 30000 ms, 9 retries left eventbus_1 | 2019-10-10T19:51:18.064765661Z 2019-10-10 19:51:18.064 [info] <0.260.0> Feature flag `virtual_host_metadata`: mark as enabled=true eventbus_1 | 2019-10-10T19:51:18.102481450Z 2019-10-10 19:51:18.101 [info] <0.260.0> Feature flags: list of feature flags found: eventbus_1 | 2019-10-10T19:51:18.102819520Z 2019-10-10 19:51:18.102 [info] <0.260.0> Feature flags: [x] implicit_default_bindings eventbus_1 | 2019-10-10T19:51:18.103267694Z 2019-10-10 19:51:18.102 [info] <0.260.0> Feature flags: [x] quorum_queue eventbus_1 | 2019-10-10T19:51:18.103496130Z 2019-10-10 19:51:18.102 [info] <0.260.0> Feature flags: [x] virtual_host_metadata eventbus_1 | 2019-10-10T19:51:18.103875242Z 2019-10-10 19:51:18.103 [info] <0.260.0> Feature flags: feature flag states written to disk: yes eventbus_1 | 2019-10-10T19:51:18.148080154Z 2019-10-10 19:51:18.145 [info] <0.260.0> Waiting for Mnesia tables for 30000 ms, 9 retries left eventbus_1 | 2019-10-10T19:51:18.231979176Z 2019-10-10 19:51:18.231 [info] <0.260.0> Waiting for Mnesia tables for 30000 ms, 9 retries left eventbus_1 | 2019-10-10T19:51:18.232535214Z 2019-10-10 19:51:18.231 [info] <0.260.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration. eventbus_1 | 2019-10-10T19:51:18.232982971Z 2019-10-10 19:51:18.232 [info] <0.260.0> Running boot step database_sync defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.233442343Z 2019-10-10 19:51:18.232 [info] <0.260.0> Running boot step feature_flags defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.233961975Z 2019-10-10 19:51:18.233 [info] <0.260.0> Running boot step codec_correctness_check defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.234462284Z 2019-10-10 19:51:18.234 [info] <0.260.0> Running boot step external_infrastructure defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.234754990Z 2019-10-10 19:51:18.234 [info] <0.260.0> Running boot step rabbit_registry defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.235305143Z 2019-10-10 19:51:18.234 [info] <0.260.0> Running boot step rabbit_auth_mechanism_cr_demo defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.236025815Z 2019-10-10 19:51:18.235 [info] <0.260.0> Running boot step rabbit_queue_location_random defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.236909716Z 2019-10-10 19:51:18.236 [info] <0.260.0> Running boot step rabbit_event defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.237658981Z 2019-10-10 19:51:18.237 [info] <0.260.0> Running boot step rabbit_auth_mechanism_amqplain defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.238398508Z 2019-10-10 19:51:18.238 [info] <0.260.0> Running boot step rabbit_auth_mechanism_plain defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.239154336Z 2019-10-10 19:51:18.238 [info] <0.260.0> Running boot step rabbit_exchange_type_direct defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.239786727Z 2019-10-10 19:51:18.239 [info] <0.260.0> Running boot step rabbit_exchange_type_fanout defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.240463077Z 2019-10-10 19:51:18.240 [info] <0.260.0> Running boot step rabbit_exchange_type_headers defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.241607861Z 2019-10-10 19:51:18.241 [info] <0.260.0> Running boot step rabbit_exchange_type_topic defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.242224003Z 2019-10-10 19:51:18.241 [info] <0.260.0> Running boot step rabbit_mirror_queue_mode_all defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.242830770Z 2019-10-10 19:51:18.242 [info] <0.260.0> Running boot step rabbit_mirror_queue_mode_exactly defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.243532900Z 2019-10-10 19:51:18.243 [info] <0.260.0> Running boot step rabbit_mirror_queue_mode_nodes defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.244183886Z 2019-10-10 19:51:18.243 [info] <0.260.0> Running boot step rabbit_priority_queue defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.244583727Z 2019-10-10 19:51:18.244 [info] <0.260.0> Priority queues enabled, real BQ is rabbit_variable_queue eventbus_1 | 2019-10-10T19:51:18.245017161Z 2019-10-10 19:51:18.244 [info] <0.260.0> Running boot step rabbit_queue_location_client_local defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.245770281Z 2019-10-10 19:51:18.245 [info] <0.260.0> Running boot step rabbit_queue_location_min_masters defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.246445745Z 2019-10-10 19:51:18.246 [info] <0.260.0> Running boot step kernel_ready defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.246973346Z 2019-10-10 19:51:18.246 [info] <0.260.0> Running boot step rabbit_sysmon_minder defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.247690997Z 2019-10-10 19:51:18.247 [info] <0.260.0> Running boot step rabbit_epmd_monitor defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.262459701Z 2019-10-10 19:51:18.261 [info] <0.260.0> Running boot step guid_generator defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.268904397Z 2019-10-10 19:51:18.268 [info] <0.260.0> Running boot step rabbit_node_monitor defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.269695121Z 2019-10-10 19:51:18.269 [info] <0.503.0> Starting rabbit_node_monitor eventbus_1 | 2019-10-10T19:51:18.270607250Z 2019-10-10 19:51:18.270 [info] <0.260.0> Running boot step delegate_sup defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.273142129Z 2019-10-10 19:51:18.272 [info] <0.260.0> Running boot step rabbit_memory_monitor defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.274268476Z 2019-10-10 19:51:18.273 [info] <0.260.0> Running boot step core_initialized defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.274829097Z 2019-10-10 19:51:18.273 [info] <0.260.0> Running boot step upgrade_queues defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.340567302Z 2019-10-10 19:51:18.340 [info] <0.260.0> message_store upgrades: 1 to apply eventbus_1 | 2019-10-10T19:51:18.340974539Z 2019-10-10 19:51:18.340 [info] <0.260.0> message_store upgrades: Applying rabbit_variable_queue:move_messages_to_vhost_store eventbus_1 | 2019-10-10T19:51:18.341938439Z 2019-10-10 19:51:18.341 [info] <0.260.0> message_store upgrades: No durable queues found. Skipping message store migration eventbus_1 | 2019-10-10T19:51:18.342370728Z 2019-10-10 19:51:18.341 [info] <0.260.0> message_store upgrades: Removing the old message store data eventbus_1 | 2019-10-10T19:51:18.343619313Z 2019-10-10 19:51:18.343 [info] <0.260.0> message_store upgrades: All upgrades applied successfully eventbus_1 | 2019-10-10T19:51:18.418606363Z 2019-10-10 19:51:18.418 [info] <0.260.0> Running boot step rabbit_connection_tracking defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.419438128Z 2019-10-10 19:51:18.419 [info] <0.260.0> Running boot step rabbit_connection_tracking_handler defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.419823386Z 2019-10-10 19:51:18.419 [info] <0.260.0> Running boot step rabbit_exchange_parameters defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.420583641Z 2019-10-10 19:51:18.420 [info] <0.260.0> Running boot step rabbit_mirror_queue_misc defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.422604669Z 2019-10-10 19:51:18.422 [info] <0.260.0> Running boot step rabbit_policies defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.427813957Z 2019-10-10 19:51:18.427 [info] <0.260.0> Running boot step rabbit_policy defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.428569317Z 2019-10-10 19:51:18.428 [info] <0.260.0> Running boot step rabbit_queue_location_validator defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.429404520Z 2019-10-10 19:51:18.428 [info] <0.260.0> Running boot step rabbit_quorum_memory_manager defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.429724622Z 2019-10-10 19:51:18.429 [info] <0.260.0> Running boot step rabbit_vhost_limit defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.430376232Z 2019-10-10 19:51:18.430 [info] <0.260.0> Running boot step recovery defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.434221831Z 2019-10-10 19:51:18.433 [info] <0.260.0> Running boot step empty_db_check defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.434589172Z 2019-10-10 19:51:18.433 [info] <0.260.0> Adding vhost '/' (description: 'Default virtual host') eventbus_1 | 2019-10-10T19:51:18.477857841Z 2019-10-10 19:51:18.477 [info] <0.540.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@630517469a2c/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L' for vhost '/' exists eventbus_1 | 2019-10-10T19:51:18.488617821Z 2019-10-10 19:51:18.488 [info] <0.540.0> Starting message stores for vhost '/' eventbus_1 | 2019-10-10T19:51:18.489616720Z 2019-10-10 19:51:18.489 [info] <0.544.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_transient": using rabbit_msg_store_ets_index to provide index eventbus_1 | 2019-10-10T19:51:18.493342841Z 2019-10-10 19:51:18.492 [info] <0.540.0> Started message store of type transient for vhost '/' eventbus_1 | 2019-10-10T19:51:18.494672572Z 2019-10-10 19:51:18.493 [info] <0.547.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent": using rabbit_msg_store_ets_index to provide index eventbus_1 | 2019-10-10T19:51:18.497372293Z 2019-10-10 19:51:18.496 [warning] <0.547.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent": rebuilding indices from scratch eventbus_1 | 2019-10-10T19:51:18.500518106Z 2019-10-10 19:51:18.500 [info] <0.540.0> Started message store of type persistent for vhost '/' eventbus_1 | 2019-10-10T19:51:18.506247494Z 2019-10-10 19:51:18.505 [info] <0.260.0> Creating user 'guest' eventbus_1 | 2019-10-10T19:51:18.516103939Z 2019-10-10 19:51:18.515 [info] <0.260.0> Setting user tags for user 'guest' to [administrator] eventbus_1 | 2019-10-10T19:51:18.521284633Z 2019-10-10 19:51:18.520 [info] <0.260.0> Setting permissions for 'guest' in '/' to '.*', '.*', '.*' eventbus_1 | 2019-10-10T19:51:18.526993762Z 2019-10-10 19:51:18.526 [info] <0.260.0> Running boot step rabbit_looking_glass defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.527371728Z 2019-10-10 19:51:18.526 [info] <0.260.0> Running boot step rabbit_core_metrics_gc defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.528344534Z 2019-10-10 19:51:18.527 [info] <0.260.0> Running boot step background_gc defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.529130206Z 2019-10-10 19:51:18.528 [info] <0.260.0> Running boot step connection_tracking defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.543689118Z 2019-10-10 19:51:18.543 [info] <0.260.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@630517469a2c eventbus_1 | 2019-10-10T19:51:18.555861433Z 2019-10-10 19:51:18.555 [info] <0.260.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@630517469a2c eventbus_1 | 2019-10-10T19:51:18.557158872Z 2019-10-10 19:51:18.556 [info] <0.260.0> Running boot step routing_ready defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.557556630Z 2019-10-10 19:51:18.556 [info] <0.260.0> Running boot step pre_flight defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.557639598Z 2019-10-10 19:51:18.557 [info] <0.260.0> Running boot step notify_cluster defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.558352041Z 2019-10-10 19:51:18.557 [info] <0.260.0> Running boot step networking defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.564472052Z 2019-10-10 19:51:18.563 [info] <0.593.0> started TCP listener on [::]:5672 eventbus_1 | 2019-10-10T19:51:18.565619805Z 2019-10-10 19:51:18.565 [info] <0.260.0> Running boot step cluster_name defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.565987250Z 2019-10-10 19:51:18.565 [info] <0.260.0> Running boot step direct_client defined by app rabbit eventbus_1 | 2019-10-10T19:51:18.756448370Z 2019-10-10 19:51:18.755 [info] <0.597.0> accepting AMQP connection <0.597.0> (172.26.0.7:48072 -> 172.26.0.3:5672) eventbus_1 | 2019-10-10T19:51:18.775615585Z 2019-10-10 19:51:18.773 [info] <0.597.0> connection <0.597.0> (172.26.0.7:48072 -> 172.26.0.3:5672): user 'guest' authenticated and granted access to vhost '/' eventbus_1 | 2019-10-10T19:51:19.292005042Z completed with 0 plugins. eventbus_1 | 2019-10-10T19:51:19.292111760Z 2019-10-10 19:51:19.291 [info] <0.8.0> Server startup complete; 0 plugins started. eventbus_1 | 2019-10-10T19:52:46.723462762Z 2019-10-10 19:52:46.721 [info] <0.704.0> accepting AMQP connection <0.704.0> (172.26.0.8:56644 -> 172.26.0.3:5672) eventbus_1 | 2019-10-10T19:52:46.741544463Z 2019-10-10 19:52:46.740 [info] <0.704.0> connection <0.704.0> (172.26.0.8:56644 -> 172.26.0.3:5672): user 'guest' authenticated and granted access to vhost '/' eventbus_1 | 2019-10-10T19:54:02.360880851Z 2019-10-10 19:54:02.359 [info] <0.704.0> closing AMQP connection <0.704.0> (172.26.0.8:56644 -> 172.26.0.3:5672, vhost: '/', user: 'guest') Attaching to brewblox_influx_1 Attaching to brewblox_datastore_1 datastore_1 | 2019-10-10T19:50:55.935093286Z **************************************************** datastore_1 | 2019-10-10T19:50:55.935292035Z WARNING: CouchDB is running in Admin Party mode. datastore_1 | 2019-10-10T19:50:55.935331774Z This will allow anyone with access to the datastore_1 | 2019-10-10T19:50:55.935360576Z CouchDB port to access your database. In datastore_1 | 2019-10-10T19:50:55.935388336Z Docker's default configuration, this is datastore_1 | 2019-10-10T19:50:55.935415836Z effectively any other container on the same datastore_1 | 2019-10-10T19:50:55.935444742Z system. datastore_1 | 2019-10-10T19:50:55.935475888Z Use "-e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password" datastore_1 | 2019-10-10T19:50:55.935508388Z to set it in "docker run". datastore_1 | 2019-10-10T19:50:55.935536096Z **************************************************** Attaching to brewblox_history_1 history_1 | 2019-10-10T19:50:48.567803624Z /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-10-10T19:50:48.568027321Z warnings.warn(no_pandas_warning) history_1 | 2019-10-10T19:50:48.568065966Z 2019/10/10 19:50:48 INFO brewblox_service.service Creating [history] application history_1 | 2019-10-10T19:50:48.574413632Z 2019/10/10 19:50:48 INFO brewblox_service.events Deferred event bus subscription: [<# @ brewcast>] history_1 | 2019-10-10T19:50:49.285442932Z 2019/10/10 19:50:49 INFO brewblox_service.service Service info: 0.9.0-47-gf0ba3a2 @ Tue Oct 1 13:54:41 UTC 2019 history_1 | 2019-10-10T19:50:49.289658529Z 2019/10/10 19:50:49 INFO brewblox_service.events Closing history_1 | 2019-10-10T19:50:49.292500437Z 2019/10/10 19:50:49 INFO brewblox_service.events now listening history_1 | 2019-10-10T19:50:57.601419520Z /usr/local/lib/python3.7/site-packages/brewblox_service/events.py:241: UserWarning: Connection error in : ConnectionRefusedError([Errno 111] Connect call failed ('172.26.0.3', 5672)) history_1 | 2019-10-10T19:50:57.601567956Z warnings.warn(f'Connection error in {self}: {strex(ex)}') history_1 | 2019-10-10T19:50:57.601600821Z 2019/10/10 19:50:57 INFO brewblox_history.influx Connected history_1 | 2019-10-10T19:51:18.754715153Z 2019/10/10 19:51:18 WARNING aioamqp.protocol only PLAIN login_method is supported, falling back to AMQPLAIN history_1 | 2019-10-10T19:51:18.780085660Z 2019/10/10 19:51:18 INFO brewblox_service.events Connected history_1 | 2019-10-10T19:51:18.781625129Z 2019/10/10 19:51:18 INFO brewblox_service.events Declaring event bus subscription <# @ brewcast> on history_1 | 2019-10-10T19:51:39.474213355Z 2019/10/10 19:51:39 INFO brewblox_history.queries Selected brewblox.downsample_10m.spark-one, policy=None, target=200, actual=701 Attaching to brewblox_ui_1 ui_1 | 2019-10-10T19:51:36.825687769Z 172.26.0.4 - - [10/Oct/2019:19:51:36 +0000] "GET / HTTP/1.1" 200 875 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" ui_1 | 2019-10-10T19:51:37.036402138Z 172.26.0.4 - - [10/Oct/2019:19:51:37 +0000] "GET /ui/css/app.aba7c0e7.css HTTP/1.1" 200 1299888 "https://192.168.1.23/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" ui_1 | 2019-10-10T19:51:37.240094888Z 172.26.0.4 - - [10/Oct/2019:19:51:37 +0000] "GET /ui/css/chunk-vendors.57e85f54.css HTTP/1.1" 200 159732 "https://192.168.1.23/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" ui_1 | 2019-10-10T19:51:37.367775022Z 172.26.0.4 - - [10/Oct/2019:19:51:37 +0000] "GET /ui/js/app.c04bdecb.js HTTP/1.1" 200 1001227 "https://192.168.1.23/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" ui_1 | 2019-10-10T19:51:37.393849326Z 172.26.0.4 - - [10/Oct/2019:19:51:37 +0000] "GET /ui/js/chunk-vendors.f2248c5a.js HTTP/1.1" 200 1223880 "https://192.168.1.23/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" ui_1 | 2019-10-10T19:51:38.586851957Z 172.26.0.4 - - [10/Oct/2019:19:51:38 +0000] "GET /ui/css/chunk-7edf91bc.cf270a91.css HTTP/1.1" 200 271407 "https://192.168.1.23/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" ui_1 | 2019-10-10T19:51:38.588105595Z 172.26.0.4 - - [10/Oct/2019:19:51:38 +0000] "GET /ui/js/chunk-7edf91bc.129ad23b.js HTTP/1.1" 200 10788 "https://192.168.1.23/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" ui_1 | 2019-10-10T19:51:38.590246987Z 172.26.0.4 - - [10/Oct/2019:19:51:38 +0000] "GET /ui/js/chunk-2d218056.2991aeca.js HTTP/1.1" 200 1242 "https://192.168.1.23/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" ui_1 | 2019-10-10T19:51:38.856854940Z 172.26.0.4 - - [10/Oct/2019:19:51:38 +0000] "GET /ui/fonts/KFOmCnqEu92Fr1Mu4mxM.60fa3c06.woff HTTP/1.1" 200 20268 "https://192.168.1.23/ui/css/chunk-vendors.57e85f54.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" ui_1 | 2019-10-10T19:51:38.861431732Z 172.26.0.4 - - [10/Oct/2019:19:51:38 +0000] "GET /ui/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.0509ab09.woff2 HTTP/1.1" 200 60840 "https://192.168.1.23/ui/css/chunk-vendors.57e85f54.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" ui_1 | 2019-10-10T19:51:38.874763674Z 172.26.0.4 - - [10/Oct/2019:19:51:38 +0000] "GET /ui/fonts/materialdesignicons-webfont.84c6fe1e.woff2 HTTP/1.1" 200 193408 "https://192.168.1.23/ui/css/chunk-vendors.57e85f54.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" ui_1 | 2019-10-10T19:51:38.892200640Z 172.26.0.4 - - [10/Oct/2019:19:51:38 +0000] "GET /ui/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.87284894.woff HTTP/1.1" 200 20464 "https://192.168.1.23/ui/css/chunk-vendors.57e85f54.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" ui_1 | 2019-10-10T19:51:38.932718285Z 172.26.0.4 - - [10/Oct/2019:19:51:38 +0000] "GET /ui/css/chunk-4a3c837f.719d2590.css HTTP/1.1" 200 271390 "https://192.168.1.23/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" ui_1 | 2019-10-10T19:51:38.993706887Z 172.26.0.4 - - [10/Oct/2019:19:51:38 +0000] "GET /ui/js/chunk-4a3c837f.b8168599.js HTTP/1.1" 200 7669 "https://192.168.1.23/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" ui_1 | 2019-10-10T19:51:54.550157690Z 172.26.0.4 - - [10/Oct/2019:19:51:54 +0000] "GET /ui/js/chunk-10412022.f55f0a98.js HTTP/1.1" 200 935596 "https://192.168.1.23/ui/dashboard/spark-one" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" ui_1 | 2019-10-10T19:52:47.758010722Z 172.26.0.4 - - [10/Oct/2019:19:52:47 +0000] "GET /ui/js/chunk-2d0e6104.37078bd5.js HTTP/1.1" 200 1347 "https://192.168.1.23/ui/dashboard/spark-one" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" ui_1 | 2019-10-10T19:52:47.875671808Z 172.26.0.4 - - [10/Oct/2019:19:52:47 +0000] "GET /ui/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.adcde98f.woff HTTP/1.1" 200 20356 "https://192.168.1.23/ui/css/chunk-vendors.57e85f54.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36" "192.168.1.20" Attaching to brewblox_traefik_1 traefik_1 | 2019-10-10T19:51:24.973678225Z time="2019-10-10T19:51:24Z" level=error msg="undefined backend 'backend-spark-two-brewblox' for frontend frontend-PathPrefix-spark-two-0. Skipping frontend frontend-PathPrefix-spark-two-0..." traefik_1 | 2019-10-10T19:51:53.499706397Z 2019/10/10 19:51:53 reverseproxy.go:447: httputil: ReverseProxy read error during body copy: unexpected EOF traefik_1 | 2019-10-10T19:51:56.047018596Z time="2019-10-10T19:51:56Z" level=error msg="undefined backend 'backend-spark-one-brewblox' for frontend frontend-PathPrefix-spark-one-1. Skipping frontend frontend-PathPrefix-spark-one-1..." traefik_1 | 2019-10-10T19:52:32.946131479Z 2019/10/10 19:52:32 reverseproxy.go:447: httputil: ReverseProxy read error during body copy: unexpected EOF traefik_1 | 2019-10-10T19:52:34.345997095Z time="2019-10-10T19:52:34Z" level=error msg="undefined backend 'backend-spark-two-brewblox' for frontend frontend-PathPrefix-spark-two-0. Skipping frontend frontend-PathPrefix-spark-two-0..." traefik_1 | 2019-10-10T19:53:04.674051991Z time="2019-10-10T19:53:04Z" level=error msg="undefined backend 'backend-spark-one-brewblox' for frontend frontend-PathPrefix-spark-one-1. Skipping frontend frontend-PathPrefix-spark-one-1..." traefik_1 | 2019-10-10T19:53:42.144722017Z time="2019-10-10T19:53:42Z" level=error msg="undefined backend 'backend-spark-one-brewblox' for frontend frontend-PathPrefix-spark-one-1. Skipping frontend frontend-PathPrefix-spark-one-1..." traefik_1 | 2019-10-10T19:54:03.698922345Z time="2019-10-10T19:54:03Z" level=error msg="undefined backend 'backend-spark-two-brewblox' for frontend frontend-PathPrefix-spark-two-0. Skipping frontend frontend-PathPrefix-spark-two-0..." traefik_1 | 2019-10-10T19:54:19.492202029Z time="2019-10-10T19:54:19Z" level=error msg="undefined backend 'backend-spark-one-brewblox' for frontend frontend-PathPrefix-spark-one-1. Skipping frontend frontend-PathPrefix-spark-one-1..." traefik_1 | 2019-10-10T19:54:56.843013007Z time="2019-10-10T19:54:56Z" level=error msg="undefined backend 'backend-spark-one-brewblox' for frontend frontend-PathPrefix-spark-one-1. Skipping frontend frontend-PathPrefix-spark-one-1..." traefik_1 | 2019-10-10T19:55:12.137593923Z time="2019-10-10T19:55:12Z" level=error msg="undefined backend 'backend-spark-two-brewblox' for frontend frontend-PathPrefix-spark-two-0. Skipping frontend frontend-PathPrefix-spark-two-0..." Attaching to brewblox_spark-one_1 spark-one_1 | 2019-10-10T19:50:52.319608233Z 2019/10/10 19:50:52 INFO brewblox_service.service Creating [spark-one] application spark-one_1 | 2019-10-10T19:50:52.323725289Z 2019/10/10 19:50:52 INFO __main__ INI: firmware_version='4a67dd2a', firmware_date='2019-09-16 11:25:26 +0200', proto_version='54c9b94', proto_date='2019-09-12 15:47:51 +0200', system_version='1.2.1-rc.2' spark-one_1 | 2019-10-10T19:50:52.324892469Z 2019/10/10 19:50:52 INFO __main__ CONFIG: host='0.0.0.0', port='5000', output='None', name='spark-one', debug='False', eventbus_host='eventbus', eventbus_port='5672', simulation='False', device_host='None', device_port='8332', device_serial='None', device_id='None', discovery='all', list_devices='False', broadcast_exchange='brewcast', broadcast_interval='5', sync_exchange='syncast', mdns_host='172.17.0.1', mdns_port='5000', volatile='False', skip_version_check='False' spark-one_1 | 2019-10-10T19:50:53.355579888Z 2019/10/10 19:50:53 INFO brewblox_service.service Service info: 0.5.2-210-g09e460a @ Tue Oct 1 13:55:19 UTC 2019 spark-one_1 | 2019-10-10T19:50:53.362971713Z 2019/10/10 19:50:53 INFO brewblox_service.events Closing spark-one_1 | 2019-10-10T19:50:53.369606200Z 2019/10/10 19:50:53 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-one_1 | 2019-10-10T19:50:53.405184556Z 2019/10/10 19:50:53 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-one_1 | 2019-10-10T19:50:53.420298256Z 2019/10/10 19:50:53 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-one_1 | 2019-10-10T19:50:53.421757413Z 2019/10/10 19:50:53 INFO ...ox_devcon_spark.api.sse_api Starting SSEPublisher spark-one_1 | 2019-10-10T19:50:53.424779424Z 2019/10/10 19:50:53 INFO ..._devcon_spark.communication Connected spark-one_1 | 2019-10-10T19:50:53.461147462Z 2019/10/10 19:50:53 INFO ...blox_devcon_spark.commander HandshakeMessage(name='BREWBLOX', firmware_version='4a67dd2a', proto_version='54c9b94', firmware_date='2019-09-16', proto_date='2019-09-12', system_version='1.2.1-rc.2', platform='p1', reset_reason_hex='28', reset_data_hex='00', reset_reason='POWER_DOWN') spark-one_1 | 2019-10-10T19:50:54.465120164Z 2019/10/10 19:50:54 INFO ...blox_devcon_spark.commander HandshakeMessage(name='BREWBLOX', firmware_version='4a67dd2a', proto_version='54c9b94', firmware_date='2019-09-16', proto_date='2019-09-12', system_version='1.2.1-rc.2', platform='p1', reset_reason_hex='28', reset_data_hex='00', reset_reason='POWER_DOWN') spark-one_1 | 2019-10-10T19:51:32.939094593Z 2019/10/10 19:51:32 ERROR ...blox_devcon_spark.commander Response error parsing message `392D30392D3132002B` : ValueError(not enough values to unpack (expected 2, got 1)) spark-one_1 | 2019-10-10T19:51:53.469010925Z 2019/10/10 19:51:53 ERROR brewblox_devcon_spark.seeder Failed to seed datastore - CommandTimeout(ReadObjectCommand) spark-one_1 | 2019-10-10T19:51:53.469861701Z 2019/10/10 19:51:53 ERROR brewblox_devcon_spark.seeder Failed to seed: CommandTimeout(ReadObjectCommand) spark-one_1 | 2019-10-10T19:51:53.492549101Z 2019/10/10 19:51:53 INFO brewblox_service.events Closing spark-one_1 | 2019-10-10T19:51:53.493238628Z 2019/10/10 19:51:53 INFO brewblox_service.events Closing spark-one_1 | 2019-10-10T19:51:53.495238927Z ======== Running on http://0.0.0.0:5000 ======== spark-one_1 | 2019-10-10T19:51:53.495511998Z (Press CTRL+C to quit) spark-one_1 | 2019-10-10T19:52:01.466369099Z 2019/10/10 19:52:01 INFO brewblox_service.service Creating [spark-one] application spark-one_1 | 2019-10-10T19:52:01.469544494Z 2019/10/10 19:52:01 INFO __main__ INI: firmware_version='4a67dd2a', firmware_date='2019-09-16 11:25:26 +0200', proto_version='54c9b94', proto_date='2019-09-12 15:47:51 +0200', system_version='1.2.1-rc.2' spark-one_1 | 2019-10-10T19:52:01.470205063Z 2019/10/10 19:52:01 INFO __main__ CONFIG: host='0.0.0.0', port='5000', output='None', name='spark-one', debug='False', eventbus_host='eventbus', eventbus_port='5672', simulation='False', device_host='None', device_port='8332', device_serial='None', device_id='None', discovery='all', list_devices='False', broadcast_exchange='brewcast', broadcast_interval='5', sync_exchange='syncast', mdns_host='172.17.0.1', mdns_port='5000', volatile='False', skip_version_check='False' spark-one_1 | 2019-10-10T19:52:02.264177658Z 2019/10/10 19:52:02 INFO brewblox_service.service Service info: 0.5.2-210-g09e460a @ Tue Oct 1 13:55:19 UTC 2019 spark-one_1 | 2019-10-10T19:52:02.269614965Z 2019/10/10 19:52:02 INFO brewblox_service.events Closing spark-one_1 | 2019-10-10T19:52:02.274510089Z 2019/10/10 19:52:02 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-one_1 | 2019-10-10T19:52:02.299590910Z 2019/10/10 19:52:02 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-one_1 | 2019-10-10T19:52:02.304539783Z 2019/10/10 19:52:02 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-one_1 | 2019-10-10T19:52:02.305790869Z 2019/10/10 19:52:02 INFO ...ox_devcon_spark.api.sse_api Starting SSEPublisher spark-one_1 | 2019-10-10T19:52:02.307356639Z 2019/10/10 19:52:02 INFO ..._devcon_spark.communication Connected spark-one_1 | 2019-10-10T19:52:03.323326966Z 2019/10/10 19:52:03 INFO ...blox_devcon_spark.commander HandshakeMessage(name='BREWBLOX', firmware_version='4a67dd2a', proto_version='54c9b94', firmware_date='2019-09-16', proto_date='2019-09-12', system_version='1.2.1-rc.2', platform='p1', reset_reason_hex='28', reset_data_hex='00', reset_reason='POWER_DOWN') spark-one_1 | 2019-10-10T19:52:46.652286937Z 2019/10/10 19:52:46 WARNING py.warnings /usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/communication.py:303: UserWarning: Protocol connection error: read failed: device reports readiness to read but returned no data (device disconnected or multiple access on port?) spark-one_1 | 2019-10-10T19:52:46.652510946Z warnings.warn(f'Protocol connection error: {exc}') spark-one_1 | 2019-10-10T19:52:46.652576622Z spark-one_1 | 2019-10-10T19:52:46.653400211Z 2019/10/10 19:52:46 INFO ..._devcon_spark.communication Disconnected spark-one_1 | 2019-10-10T19:52:46.654109320Z 2019/10/10 19:52:46 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-one_1 | 2019-10-10T19:52:46.697111011Z 2019/10/10 19:52:46 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-one_1 | 2019-10-10T19:52:46.703130710Z 2019/10/10 19:52:46 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-one_1 | 2019-10-10T19:52:46.704781689Z 2019/10/10 19:52:46 INFO ..._devcon_spark.communication Connected spark-one_1 | 2019-10-10T19:53:03.331599222Z 2019/10/10 19:53:03 ERROR brewblox_devcon_spark.seeder Failed to seed datastore - CommandTimeout(ReadObjectCommand) spark-one_1 | 2019-10-10T19:53:03.332582340Z 2019/10/10 19:53:03 ERROR brewblox_devcon_spark.seeder Failed to seed: CommandTimeout(ReadObjectCommand) spark-one_1 | 2019-10-10T19:53:03.343723359Z 2019/10/10 19:53:03 INFO brewblox_service.events Closing spark-one_1 | 2019-10-10T19:53:03.344272001Z 2019/10/10 19:53:03 INFO brewblox_service.events Closing spark-one_1 | 2019-10-10T19:53:03.346627559Z ======== Running on http://0.0.0.0:5000 ======== spark-one_1 | 2019-10-10T19:53:03.346829588Z (Press CTRL+C to quit) spark-one_1 | 2019-10-10T19:53:09.954502626Z 2019/10/10 19:53:09 INFO brewblox_service.service Creating [spark-one] application spark-one_1 | 2019-10-10T19:53:09.958142654Z 2019/10/10 19:53:09 INFO __main__ INI: firmware_version='4a67dd2a', firmware_date='2019-09-16 11:25:26 +0200', proto_version='54c9b94', proto_date='2019-09-12 15:47:51 +0200', system_version='1.2.1-rc.2' spark-one_1 | 2019-10-10T19:53:09.958819472Z 2019/10/10 19:53:09 INFO __main__ CONFIG: host='0.0.0.0', port='5000', output='None', name='spark-one', debug='False', eventbus_host='eventbus', eventbus_port='5672', simulation='False', device_host='None', device_port='8332', device_serial='None', device_id='None', discovery='all', list_devices='False', broadcast_exchange='brewcast', broadcast_interval='5', sync_exchange='syncast', mdns_host='172.17.0.1', mdns_port='5000', volatile='False', skip_version_check='False' spark-one_1 | 2019-10-10T19:53:10.774747699Z 2019/10/10 19:53:10 INFO brewblox_service.service Service info: 0.5.2-210-g09e460a @ Tue Oct 1 13:55:19 UTC 2019 spark-one_1 | 2019-10-10T19:53:10.780194538Z 2019/10/10 19:53:10 INFO brewblox_service.events Closing spark-one_1 | 2019-10-10T19:53:10.784946381Z 2019/10/10 19:53:10 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-one_1 | 2019-10-10T19:53:10.809914703Z 2019/10/10 19:53:10 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-one_1 | 2019-10-10T19:53:10.814696233Z 2019/10/10 19:53:10 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-one_1 | 2019-10-10T19:53:10.815871434Z 2019/10/10 19:53:10 INFO ...ox_devcon_spark.api.sse_api Starting SSEPublisher spark-one_1 | 2019-10-10T19:53:10.817302049Z 2019/10/10 19:53:10 INFO ..._devcon_spark.communication Connected spark-one_1 | 2019-10-10T19:53:40.850043461Z 2019/10/10 19:53:40 ERROR brewblox_devcon_spark.seeder Seeding timeout. Exiting now... spark-one_1 | 2019-10-10T19:53:40.859843812Z 2019/10/10 19:53:40 INFO brewblox_service.events Closing spark-one_1 | 2019-10-10T19:53:40.860992866Z 2019/10/10 19:53:40 INFO brewblox_service.events Closing spark-one_1 | 2019-10-10T19:53:40.863157435Z ======== Running on http://0.0.0.0:5000 ======== spark-one_1 | 2019-10-10T19:53:40.863302122Z (Press CTRL+C to quit) spark-one_1 | 2019-10-10T19:53:47.241866113Z 2019/10/10 19:53:47 INFO brewblox_service.service Creating [spark-one] application spark-one_1 | 2019-10-10T19:53:47.245078799Z 2019/10/10 19:53:47 INFO __main__ INI: firmware_version='4a67dd2a', firmware_date='2019-09-16 11:25:26 +0200', proto_version='54c9b94', proto_date='2019-09-12 15:47:51 +0200', system_version='1.2.1-rc.2' spark-one_1 | 2019-10-10T19:53:47.245673170Z 2019/10/10 19:53:47 INFO __main__ CONFIG: host='0.0.0.0', port='5000', output='None', name='spark-one', debug='False', eventbus_host='eventbus', eventbus_port='5672', simulation='False', device_host='None', device_port='8332', device_serial='None', device_id='None', discovery='all', list_devices='False', broadcast_exchange='brewcast', broadcast_interval='5', sync_exchange='syncast', mdns_host='172.17.0.1', mdns_port='5000', volatile='False', skip_version_check='False' spark-one_1 | 2019-10-10T19:53:48.118428984Z 2019/10/10 19:53:48 INFO brewblox_service.service Service info: 0.5.2-210-g09e460a @ Tue Oct 1 13:55:19 UTC 2019 spark-one_1 | 2019-10-10T19:53:48.124068737Z 2019/10/10 19:53:48 INFO brewblox_service.events Closing spark-one_1 | 2019-10-10T19:53:48.129034746Z 2019/10/10 19:53:48 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-one_1 | 2019-10-10T19:53:48.155159154Z 2019/10/10 19:53:48 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-one_1 | 2019-10-10T19:53:48.160013236Z 2019/10/10 19:53:48 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-one_1 | 2019-10-10T19:53:48.161362393Z 2019/10/10 19:53:48 INFO ...ox_devcon_spark.api.sse_api Starting SSEPublisher spark-one_1 | 2019-10-10T19:53:48.162743113Z 2019/10/10 19:53:48 INFO ..._devcon_spark.communication Connected spark-one_1 | 2019-10-10T19:53:49.174629087Z 2019/10/10 19:53:49 WARNING py.warnings /usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/communication.py:303: UserWarning: Protocol connection error: read failed: device reports readiness to read but returned no data (device disconnected or multiple access on port?) spark-one_1 | 2019-10-10T19:53:49.174737472Z warnings.warn(f'Protocol connection error: {exc}') spark-one_1 | 2019-10-10T19:53:49.174772003Z spark-one_1 | 2019-10-10T19:53:49.175377676Z 2019/10/10 19:53:49 INFO ..._devcon_spark.communication Disconnected spark-one_1 | 2019-10-10T19:53:49.175768559Z 2019/10/10 19:53:49 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-one_1 | 2019-10-10T19:53:49.194371246Z 2019/10/10 19:53:49 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-one_1 | 2019-10-10T19:53:49.199106892Z 2019/10/10 19:53:49 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-one_1 | 2019-10-10T19:53:49.200105218Z 2019/10/10 19:53:49 INFO ..._devcon_spark.communication Connected spark-one_1 | 2019-10-10T19:54:10.722198672Z 2019/10/10 19:54:10 ERROR ...blox_devcon_spark.commander Response error parsing message `200530008513535323438351208346136376464326118083A0735346339623934420A323031392D30392D31364A0A323031392D30392D3132002B` : ValueError(not enough values to unpack (expected 2, got 1)) spark-one_1 | 2019-10-10T19:54:18.174155663Z 2019/10/10 19:54:18 ERROR brewblox_devcon_spark.seeder Seeding timeout. Exiting now... spark-one_1 | 2019-10-10T19:54:18.187312866Z ======== Running on http://0.0.0.0:5000 ======== spark-one_1 | 2019-10-10T19:54:18.187593854Z (Press CTRL+C to quit) spark-one_1 | 2019-10-10T19:54:18.187310679Z 2019/10/10 19:54:18 INFO brewblox_service.events Closing spark-one_1 | 2019-10-10T19:54:18.187747499Z 2019/10/10 19:54:18 INFO brewblox_service.events Closing spark-one_1 | 2019-10-10T19:54:24.589063411Z 2019/10/10 19:54:24 INFO brewblox_service.service Creating [spark-one] application spark-one_1 | 2019-10-10T19:54:24.592559794Z 2019/10/10 19:54:24 INFO __main__ INI: firmware_version='4a67dd2a', firmware_date='2019-09-16 11:25:26 +0200', proto_version='54c9b94', proto_date='2019-09-12 15:47:51 +0200', system_version='1.2.1-rc.2' spark-one_1 | 2019-10-10T19:54:24.592867448Z 2019/10/10 19:54:24 INFO __main__ CONFIG: host='0.0.0.0', port='5000', output='None', name='spark-one', debug='False', eventbus_host='eventbus', eventbus_port='5672', simulation='False', device_host='None', device_port='8332', device_serial='None', device_id='None', discovery='all', list_devices='False', broadcast_exchange='brewcast', broadcast_interval='5', sync_exchange='syncast', mdns_host='172.17.0.1', mdns_port='5000', volatile='False', skip_version_check='False' spark-one_1 | 2019-10-10T19:54:25.399905888Z 2019/10/10 19:54:25 INFO brewblox_service.service Service info: 0.5.2-210-g09e460a @ Tue Oct 1 13:55:19 UTC 2019 spark-one_1 | 2019-10-10T19:54:25.405573871Z 2019/10/10 19:54:25 INFO brewblox_service.events Closing spark-one_1 | 2019-10-10T19:54:25.410790867Z 2019/10/10 19:54:25 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-one_1 | 2019-10-10T19:54:25.436846265Z 2019/10/10 19:54:25 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-one_1 | 2019-10-10T19:54:25.441990085Z 2019/10/10 19:54:25 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-one_1 | 2019-10-10T19:54:25.443124348Z 2019/10/10 19:54:25 INFO ...ox_devcon_spark.api.sse_api Starting SSEPublisher spark-one_1 | 2019-10-10T19:54:25.444747306Z 2019/10/10 19:54:25 INFO ..._devcon_spark.communication Connected spark-one_1 | 2019-10-10T19:54:26.462371052Z 2019/10/10 19:54:26 WARNING py.warnings /usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/communication.py:303: UserWarning: Protocol connection error: read failed: device reports readiness to read but returned no data (device disconnected or multiple access on port?) spark-one_1 | 2019-10-10T19:54:26.462557197Z warnings.warn(f'Protocol connection error: {exc}') spark-one_1 | 2019-10-10T19:54:26.462651936Z spark-one_1 | 2019-10-10T19:54:26.463609638Z 2019/10/10 19:54:26 INFO ..._devcon_spark.communication Disconnected spark-one_1 | 2019-10-10T19:54:26.464444476Z 2019/10/10 19:54:26 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-one_1 | 2019-10-10T19:54:26.503191560Z 2019/10/10 19:54:26 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-one_1 | 2019-10-10T19:54:26.508504961Z 2019/10/10 19:54:26 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-one_1 | 2019-10-10T19:54:26.510270054Z 2019/10/10 19:54:26 INFO ..._devcon_spark.communication Connected spark-one_1 | 2019-10-10T19:54:55.478098936Z 2019/10/10 19:54:55 ERROR brewblox_devcon_spark.seeder Seeding timeout. Exiting now... spark-one_1 | 2019-10-10T19:54:55.487501789Z 2019/10/10 19:54:55 INFO brewblox_service.events Closing spark-one_1 | 2019-10-10T19:54:55.488354909Z 2019/10/10 19:54:55 INFO brewblox_service.events Closing spark-one_1 | 2019-10-10T19:54:55.490616508Z ======== Running on http://0.0.0.0:5000 ======== spark-one_1 | 2019-10-10T19:54:55.490791819Z (Press CTRL+C to quit) spark-one_1 | 2019-10-10T19:55:02.336989685Z 2019/10/10 19:55:02 INFO brewblox_service.service Creating [spark-one] application spark-one_1 | 2019-10-10T19:55:02.340547526Z 2019/10/10 19:55:02 INFO __main__ INI: firmware_version='4a67dd2a', firmware_date='2019-09-16 11:25:26 +0200', proto_version='54c9b94', proto_date='2019-09-12 15:47:51 +0200', system_version='1.2.1-rc.2' spark-one_1 | 2019-10-10T19:55:02.341388458Z 2019/10/10 19:55:02 INFO __main__ CONFIG: host='0.0.0.0', port='5000', output='None', name='spark-one', debug='False', eventbus_host='eventbus', eventbus_port='5672', simulation='False', device_host='None', device_port='8332', device_serial='None', device_id='None', discovery='all', list_devices='False', broadcast_exchange='brewcast', broadcast_interval='5', sync_exchange='syncast', mdns_host='172.17.0.1', mdns_port='5000', volatile='False', skip_version_check='False' spark-one_1 | 2019-10-10T19:55:03.160509368Z 2019/10/10 19:55:03 INFO brewblox_service.service Service info: 0.5.2-210-g09e460a @ Tue Oct 1 13:55:19 UTC 2019 spark-one_1 | 2019-10-10T19:55:03.165676833Z 2019/10/10 19:55:03 INFO brewblox_service.events Closing spark-one_1 | 2019-10-10T19:55:03.170510447Z 2019/10/10 19:55:03 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-one_1 | 2019-10-10T19:55:03.195260749Z 2019/10/10 19:55:03 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-one_1 | 2019-10-10T19:55:03.200099102Z 2019/10/10 19:55:03 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-one_1 | 2019-10-10T19:55:03.201250813Z 2019/10/10 19:55:03 INFO ...ox_devcon_spark.api.sse_api Starting SSEPublisher spark-one_1 | 2019-10-10T19:55:03.202712522Z 2019/10/10 19:55:03 INFO ..._devcon_spark.communication Connected spark-one_1 | 2019-10-10T19:55:04.218902735Z 2019/10/10 19:55:04 INFO ...blox_devcon_spark.commander HandshakeMessage(name='BREWBLOX', firmware_version='4a67dd2a', proto_version='54c9b94', firmware_date='2019-09-16', proto_date='2019-09-12', system_version='1.2.1-rc.2', platform='p1', reset_reason_hex='28', reset_data_hex='00', reset_reason='POWER_DOWN') spark-one_1 | 2019-10-10T19:55:04.416237921Z 2019/10/10 19:55:04 INFO ...blox_service.couchdb_client Existing document found (320053000851353532343835-blocks-db) spark-one_1 | 2019-10-10T19:55:04.417735047Z 2019/10/10 19:55:04 INFO ...blox_service.couchdb_client Existing document found (320053000851353532343835-config-db) spark-one_1 | 2019-10-10T19:55:04.444059922Z 2019/10/10 19:55:04 INFO ...blox_devcon_spark.datastore Read 9 blocks. Rev = 24-633c221ce7a8a6578cb1d717350fbbe6 spark-one_1 | 2019-10-10T19:55:04.448435153Z 2019/10/10 19:55:04 INFO ...blox_devcon_spark.datastore Read 1 setting(s). Rev = 2-cca2f702b879bd0a61e6b592e2b365a4 spark-one_1 | 2019-10-10T19:55:04.469098869Z 2019/10/10 19:55:04 INFO brewblox_devcon_spark.seeder Service synchronized! spark-one_1 | 2019-10-10T19:55:09.486320880Z 2019/10/10 19:55:09 ERROR ...blox_devcon_spark.commander Response error parsing message `392D31364A0A323031392D30392D3132002B,030080010108D4F612109D99FEEC05183F2022281F301F002F,0400800201008E,05008038010A064465206C756C28BDFFFFFFFFFFFFFFFF01320C3139322E3136382E312E333000D4,060080390108012040284000A2,0700803A01002C,1300803F010A020A000A0212000A021A000A0222000A022A00100130D50E38D1040059,6400012E010880880A2128191504090000FD00F2` : ValueError(not enough values to unpack (expected 2, got 1)) spark-one_1 | 2019-10-10T19:55:09.492722712Z 2019/10/10 19:55:09 INFO ...blox_devcon_spark.datastore Saved 9 block(s). Rev = 25-8243382f1bed702a34651ba362325b09 Attaching to brewblox_spark-two_1 spark-two_1 | 2019-10-10T19:50:52.328962442Z 2019/10/10 19:50:52 INFO brewblox_service.service Creating [spark-two] application spark-two_1 | 2019-10-10T19:50:52.334463811Z 2019/10/10 19:50:52 INFO __main__ INI: firmware_version='4a67dd2a', firmware_date='2019-09-16 11:25:26 +0200', proto_version='54c9b94', proto_date='2019-09-12 15:47:51 +0200', system_version='1.2.1-rc.2' spark-two_1 | 2019-10-10T19:50:52.335684063Z 2019/10/10 19:50:52 INFO __main__ CONFIG: host='0.0.0.0', port='5000', output='None', name='spark-two', debug='False', eventbus_host='eventbus', eventbus_port='5672', simulation='False', device_host='None', device_port='8332', device_serial='None', device_id='None', discovery='all', list_devices='False', broadcast_exchange='brewcast', broadcast_interval='5', sync_exchange='syncast', mdns_host='172.17.0.1', mdns_port='5000', volatile='False', skip_version_check='False' spark-two_1 | 2019-10-10T19:50:53.389087424Z 2019/10/10 19:50:53 INFO brewblox_service.service Service info: 0.5.2-210-g09e460a @ Tue Oct 1 13:55:19 UTC 2019 spark-two_1 | 2019-10-10T19:50:53.395908264Z 2019/10/10 19:50:53 INFO brewblox_service.events Closing spark-two_1 | 2019-10-10T19:50:53.402711239Z 2019/10/10 19:50:53 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-two_1 | 2019-10-10T19:50:53.440960878Z 2019/10/10 19:50:53 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-two_1 | 2019-10-10T19:50:53.450540293Z 2019/10/10 19:50:53 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-two_1 | 2019-10-10T19:50:53.452274188Z 2019/10/10 19:50:53 INFO ...ox_devcon_spark.api.sse_api Starting SSEPublisher spark-two_1 | 2019-10-10T19:50:53.454783598Z 2019/10/10 19:50:53 INFO ..._devcon_spark.communication Connected spark-two_1 | 2019-10-10T19:50:54.467477388Z 2019/10/10 19:50:54 WARNING py.warnings /usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/communication.py:303: UserWarning: Protocol connection error: read failed: device reports readiness to read but returned no data (device disconnected or multiple access on port?) spark-two_1 | 2019-10-10T19:50:54.467650824Z warnings.warn(f'Protocol connection error: {exc}') spark-two_1 | 2019-10-10T19:50:54.467712022Z spark-two_1 | 2019-10-10T19:50:54.469547582Z 2019/10/10 19:50:54 INFO ..._devcon_spark.communication Disconnected spark-two_1 | 2019-10-10T19:50:54.469663675Z 2019/10/10 19:50:54 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-two_1 | 2019-10-10T19:50:54.491100875Z 2019/10/10 19:50:54 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-two_1 | 2019-10-10T19:50:54.496246622Z 2019/10/10 19:50:54 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-two_1 | 2019-10-10T19:50:54.497887340Z 2019/10/10 19:50:54 INFO ..._devcon_spark.communication Connected spark-two_1 | 2019-10-10T19:51:23.489955822Z 2019/10/10 19:51:23 ERROR brewblox_devcon_spark.seeder Seeding timeout. Exiting now... spark-two_1 | 2019-10-10T19:51:23.500251014Z 2019/10/10 19:51:23 INFO brewblox_service.events Closing spark-two_1 | 2019-10-10T19:51:23.501446995Z 2019/10/10 19:51:23 INFO brewblox_service.events Closing spark-two_1 | 2019-10-10T19:51:23.503796407Z ======== Running on http://0.0.0.0:5000 ======== spark-two_1 | 2019-10-10T19:51:23.503948750Z (Press CTRL+C to quit) spark-two_1 | 2019-10-10T19:51:31.047299769Z 2019/10/10 19:51:31 INFO brewblox_service.service Creating [spark-two] application spark-two_1 | 2019-10-10T19:51:31.054141963Z 2019/10/10 19:51:31 INFO __main__ INI: firmware_version='4a67dd2a', firmware_date='2019-09-16 11:25:26 +0200', proto_version='54c9b94', proto_date='2019-09-12 15:47:51 +0200', system_version='1.2.1-rc.2' spark-two_1 | 2019-10-10T19:51:31.054534200Z 2019/10/10 19:51:31 INFO __main__ CONFIG: host='0.0.0.0', port='5000', output='None', name='spark-two', debug='False', eventbus_host='eventbus', eventbus_port='5672', simulation='False', device_host='None', device_port='8332', device_serial='None', device_id='None', discovery='all', list_devices='False', broadcast_exchange='brewcast', broadcast_interval='5', sync_exchange='syncast', mdns_host='172.17.0.1', mdns_port='5000', volatile='False', skip_version_check='False' spark-two_1 | 2019-10-10T19:51:31.860889578Z 2019/10/10 19:51:31 INFO brewblox_service.service Service info: 0.5.2-210-g09e460a @ Tue Oct 1 13:55:19 UTC 2019 spark-two_1 | 2019-10-10T19:51:31.866096002Z 2019/10/10 19:51:31 INFO brewblox_service.events Closing spark-two_1 | 2019-10-10T19:51:31.870775397Z 2019/10/10 19:51:31 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-two_1 | 2019-10-10T19:51:31.895738043Z 2019/10/10 19:51:31 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-two_1 | 2019-10-10T19:51:31.900434522Z 2019/10/10 19:51:31 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-two_1 | 2019-10-10T19:51:31.901435348Z 2019/10/10 19:51:31 INFO ...ox_devcon_spark.api.sse_api Starting SSEPublisher spark-two_1 | 2019-10-10T19:51:31.908533790Z 2019/10/10 19:51:31 INFO ..._devcon_spark.communication Connected spark-two_1 | 2019-10-10T19:51:32.925260467Z 2019/10/10 19:51:32 INFO ...blox_devcon_spark.commander HandshakeMessage(name='BREWBLOX', firmware_version='4a67dd2a', proto_version='54c9b94', firmware_date='2019-09-16', proto_date='2019-09-12', system_version='1.2.1-rc.2', platform='p1', reset_reason_hex='28', reset_data_hex='00', reset_reason='POWER_DOWN') spark-two_1 | 2019-10-10T19:52:03.332877318Z 2019/10/10 19:52:03 ERROR ...blox_devcon_spark.commander Response error parsing message `0200010200B9|0002008000010A0C3200530008513535323438351208346136376464326118083A0735346339623934420A323031392D30392D31364A0A3230310200010200B9|0002008000010A0C3200530008513535323438351208346136376464326118083A0735346339623934420A323031392D30392D31364A0A323031392D30392D3132002B` : ValueError(too many values to unpack (expected 2)) spark-two_1 | 2019-10-10T19:52:32.933880884Z 2019/10/10 19:52:32 ERROR brewblox_devcon_spark.seeder Failed to seed datastore - CommandTimeout(ReadObjectCommand) spark-two_1 | 2019-10-10T19:52:32.934359735Z 2019/10/10 19:52:32 ERROR brewblox_devcon_spark.seeder Failed to seed: CommandTimeout(ReadObjectCommand) spark-two_1 | 2019-10-10T19:52:32.949863433Z 2019/10/10 19:52:32 INFO brewblox_service.events Closing spark-two_1 | 2019-10-10T19:52:32.950543064Z 2019/10/10 19:52:32 INFO brewblox_service.events Closing spark-two_1 | 2019-10-10T19:52:32.953054453Z ======== Running on http://0.0.0.0:5000 ======== spark-two_1 | 2019-10-10T19:52:32.953257681Z (Press CTRL+C to quit) spark-two_1 | 2019-10-10T19:52:39.490967812Z 2019/10/10 19:52:39 INFO brewblox_service.service Creating [spark-two] application spark-two_1 | 2019-10-10T19:52:39.494502319Z 2019/10/10 19:52:39 INFO __main__ INI: firmware_version='4a67dd2a', firmware_date='2019-09-16 11:25:26 +0200', proto_version='54c9b94', proto_date='2019-09-12 15:47:51 +0200', system_version='1.2.1-rc.2' spark-two_1 | 2019-10-10T19:52:39.495035337Z 2019/10/10 19:52:39 INFO __main__ CONFIG: host='0.0.0.0', port='5000', output='None', name='spark-two', debug='False', eventbus_host='eventbus', eventbus_port='5672', simulation='False', device_host='None', device_port='8332', device_serial='None', device_id='None', discovery='all', list_devices='False', broadcast_exchange='brewcast', broadcast_interval='5', sync_exchange='syncast', mdns_host='172.17.0.1', mdns_port='5000', volatile='False', skip_version_check='False' spark-two_1 | 2019-10-10T19:52:40.309353940Z 2019/10/10 19:52:40 INFO brewblox_service.service Service info: 0.5.2-210-g09e460a @ Tue Oct 1 13:55:19 UTC 2019 spark-two_1 | 2019-10-10T19:52:40.314915621Z 2019/10/10 19:52:40 INFO brewblox_service.events Closing spark-two_1 | 2019-10-10T19:52:40.320174805Z 2019/10/10 19:52:40 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-two_1 | 2019-10-10T19:52:40.346567701Z 2019/10/10 19:52:40 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-two_1 | 2019-10-10T19:52:40.351427304Z 2019/10/10 19:52:40 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-two_1 | 2019-10-10T19:52:40.352359850Z 2019/10/10 19:52:40 INFO ...ox_devcon_spark.api.sse_api Starting SSEPublisher spark-two_1 | 2019-10-10T19:52:40.353729267Z 2019/10/10 19:52:40 INFO ..._devcon_spark.communication Connected spark-two_1 | 2019-10-10T19:52:41.370600263Z 2019/10/10 19:52:41 INFO ...blox_devcon_spark.commander HandshakeMessage(name='BREWBLOX', firmware_version='4a67dd2a', proto_version='54c9b94', firmware_date='2019-09-16', proto_date='2019-09-12', system_version='1.2.1-rc.2', platform='p1', reset_reason_hex='28', reset_data_hex='00', reset_reason='POWER_DOWN') spark-two_1 | 2019-10-10T19:52:41.580529012Z 2019/10/10 19:52:41 INFO ...blox_service.couchdb_client Existing document found (320053000851353532343835-config-db) spark-two_1 | 2019-10-10T19:52:41.594040848Z 2019/10/10 19:52:41 INFO ...blox_devcon_spark.datastore Read 1 setting(s). Rev = 2-cca2f702b879bd0a61e6b592e2b365a4 spark-two_1 | 2019-10-10T19:52:41.607008990Z 2019/10/10 19:52:41 INFO ...blox_service.couchdb_client Existing document found (320053000851353532343835-blocks-db) spark-two_1 | 2019-10-10T19:52:41.609133768Z 2019/10/10 19:52:41 INFO ...blox_devcon_spark.datastore Read 9 blocks. Rev = 22-12a4dd8d58e13939660ffe5ebbc01d78 spark-two_1 | 2019-10-10T19:52:41.621978734Z 2019/10/10 19:52:41 INFO brewblox_devcon_spark.seeder Service synchronized! spark-two_1 | 2019-10-10T19:52:46.716864577Z 2019/10/10 19:52:46 INFO ...blox_devcon_spark.datastore Saved 9 block(s). Rev = 23-3e88e5ad69d43c7995fa320c3aca66e4 spark-two_1 | 2019-10-10T19:52:46.720477313Z 2019/10/10 19:52:46 WARNING aioamqp.protocol only PLAIN login_method is supported, falling back to AMQPLAIN spark-two_1 | 2019-10-10T19:52:51.779578499Z 2019/10/10 19:52:51 ERROR brewblox_service.repeater Broadcaster error during runtime: Error(Odd-length string) spark-two_1 | 2019-10-10T19:52:56.798460005Z 2019/10/10 19:52:56 ERROR ...blox_devcon_spark.commander Response error parsing message `998FEEC051831201F281F301F00F1,0400800201008E,05008038010A064465206C756C28C7FFFFFFFFFFFFFFFF01320C3139322E3136382E312E33300058,060080390108012040284000A2,0700803A01002C,1300803F010A020A000A0212000A021A000A0222000A022A00100130F70E38DE0400DE,6400012E010880880A2128191504090000FD00F2` : ValueError(not enough values to unpack (expected 2, got 1)) spark-two_1 | 2019-10-10T19:52:57.880753165Z 2019/10/10 19:52:57 ERROR ...blox_devcon_spark.commander Response error parsing message `,05008038010A064465206C756C28C7FFFFFFFFFFFFFFFF01320C3139322E3136382E312E33300058,060080390108012040284000A2,0700803A01002C,1300803F010A020A000A0212000A021A000A0222000A022A00100130E90E38D8040047,6400012E010880880A2128191504090000FD00F2` : ValueError(not enough values to unpack (expected 2, got 1)) spark-two_1 | 2019-10-10T19:53:01.070499851Z 2019/10/10 19:53:01 WARNING py.warnings /usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/communication.py:303: UserWarning: Protocol connection error: read failed: device reports readiness to read but returned no data (device disconnected or multiple access on port?) spark-two_1 | 2019-10-10T19:53:01.070684902Z warnings.warn(f'Protocol connection error: {exc}') spark-two_1 | 2019-10-10T19:53:01.070746256Z spark-two_1 | 2019-10-10T19:53:01.072649420Z 2019/10/10 19:53:01 INFO ..._devcon_spark.communication Disconnected spark-two_1 | 2019-10-10T19:53:01.074071338Z 2019/10/10 19:53:01 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-two_1 | 2019-10-10T19:53:01.112728735Z 2019/10/10 19:53:01 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-two_1 | 2019-10-10T19:53:01.123499965Z 2019/10/10 19:53:01 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-two_1 | 2019-10-10T19:53:01.124932403Z 2019/10/10 19:53:01 INFO ..._devcon_spark.communication Connected spark-two_1 | 2019-10-10T19:53:02.135232087Z 2019/10/10 19:53:02 INFO ...blox_devcon_spark.commander HandshakeMessage(name='BREWBLOX', firmware_version='4a67dd2a', proto_version='54c9b94', firmware_date='2019-09-16', proto_date='2019-09-12', system_version='1.2.1-rc.2', platform='p1', reset_reason_hex='28', reset_data_hex='00', reset_reason='POWER_DOWN') spark-two_1 | 2019-10-10T19:53:02.259283495Z 2019/10/10 19:53:02 INFO ...blox_service.couchdb_client Existing document found (320053000851353532343835-blocks-db) spark-two_1 | 2019-10-10T19:53:02.261010567Z 2019/10/10 19:53:02 INFO ...blox_service.couchdb_client Existing document found (320053000851353532343835-config-db) spark-two_1 | 2019-10-10T19:53:02.271230134Z 2019/10/10 19:53:02 INFO ...blox_devcon_spark.datastore Read 9 blocks. Rev = 23-3e88e5ad69d43c7995fa320c3aca66e4 spark-two_1 | 2019-10-10T19:53:02.273477514Z 2019/10/10 19:53:02 INFO ...blox_devcon_spark.datastore Read 1 setting(s). Rev = 2-cca2f702b879bd0a61e6b592e2b365a4 spark-two_1 | 2019-10-10T19:53:02.281186369Z 2019/10/10 19:53:02 ERROR ...blox_devcon_spark.commander Response error parsing message `0B00020300800101109E98FEEC050090108F0940B109E98FEEC05183F201F281F301F0046` : ValueError(not enough values to unpack (expected 2, got 1)) spark-two_1 | 2019-10-10T19:53:07.321157367Z 2019/10/10 19:53:07 INFO ...blox_devcon_spark.datastore Saved 9 block(s). Rev = 24-633c221ce7a8a6578cb1d717350fbbe6 spark-two_1 | 2019-10-10T19:53:11.829913853Z 2019/10/10 19:53:11 INFO ...blox_devcon_spark.commander HandshakeMessage(name='BREWBLOX', firmware_version='4a67dd2a', proto_version='54c9b94', firmware_date='2019-09-16', proto_date='2019-09-12', system_version='1.2.1-rc.2', platform='p1', reset_reason_hex='28', reset_data_hex='00', reset_reason='POWER_DOWN') spark-two_1 | 2019-10-10T19:53:21.655232968Z 2019/10/10 19:53:21 ERROR brewblox_service.repeater SSEPublisher error during runtime: TimeoutError() spark-two_1 | 2019-10-10T19:53:49.172289259Z 2019/10/10 19:53:49 INFO ...blox_devcon_spark.commander HandshakeMessage(name='BREWBLOX', firmware_version='4a67dd2a', proto_version='54c9b94', firmware_date='2019-09-16', proto_date='2019-09-12', system_version='1.2.1-rc.2', platform='p1', reset_reason_hex='28', reset_data_hex='00', reset_reason='POWER_DOWN') spark-two_1 | 2019-10-10T19:54:02.288060819Z 2019/10/10 19:54:02 ERROR brewblox_devcon_spark.seeder Failed to seed controller time - CommandTimeout(WriteObjectCommand) spark-two_1 | 2019-10-10T19:54:02.288414462Z 2019/10/10 19:54:02 ERROR brewblox_devcon_spark.seeder Failed to seed: CommandTimeout(WriteObjectCommand) spark-two_1 | 2019-10-10T19:54:02.339717087Z 2019/10/10 19:54:02 ERROR aioamqp.protocol error on dispatch spark-two_1 | 2019-10-10T19:54:02.339913648Z Traceback (most recent call last): spark-two_1 | 2019-10-10T19:54:02.340002189Z File "/usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/commander.py", line 226, in execute spark-two_1 | 2019-10-10T19:54:02.340092189Z response = await asyncio.wait_for(queue.get(), timeout=REQUEST_TIMEOUT.seconds) spark-two_1 | 2019-10-10T19:54:02.340154428Z File "/usr/local/lib/python3.7/asyncio/tasks.py", line 449, in wait_for spark-two_1 | 2019-10-10T19:54:02.340217761Z raise futures.TimeoutError() spark-two_1 | 2019-10-10T19:54:02.340276354Z concurrent.futures._base.TimeoutError spark-two_1 | 2019-10-10T19:54:02.340336718Z spark-two_1 | 2019-10-10T19:54:02.340394114Z During handling of the above exception, another exception occurred: spark-two_1 | 2019-10-10T19:54:02.340454374Z spark-two_1 | 2019-10-10T19:54:02.340510988Z Traceback (most recent call last): spark-two_1 | 2019-10-10T19:54:02.340571456Z File "/usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/seeder.py", line 72, in _seed spark-two_1 | 2019-10-10T19:54:02.340715101Z await self._seed_time() spark-two_1 | 2019-10-10T19:54:02.340771924Z File "/usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/seeder.py", line 154, in _seed_time spark-two_1 | 2019-10-10T19:54:02.340831819Z raise ex spark-two_1 | 2019-10-10T19:54:02.340886923Z File "/usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/seeder.py", line 145, in _seed_time spark-two_1 | 2019-10-10T19:54:02.340945620Z 'secondsSinceEpoch': now.timestamp() spark-two_1 | 2019-10-10T19:54:02.341000255Z File "/usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/api/object_api.py", line 115, in write spark-two_1 | 2019-10-10T19:54:02.341069317Z OBJECT_DATA_KEY: input_data spark-two_1 | 2019-10-10T19:54:02.341124994Z File "/usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/device.py", line 265, in _execute spark-two_1 | 2019-10-10T19:54:02.341199837Z raise ex spark-two_1 | 2019-10-10T19:54:02.341259160Z File "/usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/device.py", line 250, in _execute spark-two_1 | 2019-10-10T19:54:02.341339628Z command_type.from_decoded(content) spark-two_1 | 2019-10-10T19:54:02.341396190Z File "/usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/commander.py", line 228, in execute spark-two_1 | 2019-10-10T19:54:02.341456242Z raise exceptions.CommandTimeout(f'{type(command).__name__}') spark-two_1 | 2019-10-10T19:54:02.341511033Z brewblox_devcon_spark.exceptions.CommandTimeout: WriteObjectCommand spark-two_1 | 2019-10-10T19:54:02.341581762Z spark-two_1 | 2019-10-10T19:54:02.341635668Z During handling of the above exception, another exception occurred: spark-two_1 | 2019-10-10T19:54:02.341714001Z spark-two_1 | 2019-10-10T19:54:02.341767698Z Traceback (most recent call last): spark-two_1 | 2019-10-10T19:54:02.341824885Z File "/usr/local/lib/python3.7/site-packages/aiohttp/web.py", line 433, in run_app spark-two_1 | 2019-10-10T19:54:02.341881343Z reuse_port=reuse_port)) spark-two_1 | 2019-10-10T19:54:02.341937593Z File "/usr/local/lib/python3.7/asyncio/base_events.py", line 566, in run_until_complete spark-two_1 | 2019-10-10T19:54:02.341992749Z self.run_forever() spark-two_1 | 2019-10-10T19:54:02.342046238Z File "/usr/local/lib/python3.7/asyncio/base_events.py", line 534, in run_forever spark-two_1 | 2019-10-10T19:54:02.342105508Z self._run_once() spark-two_1 | 2019-10-10T19:54:02.342168997Z File "/usr/local/lib/python3.7/asyncio/base_events.py", line 1771, in _run_once spark-two_1 | 2019-10-10T19:54:02.342227799Z handle._run() spark-two_1 | 2019-10-10T19:54:02.342281601Z File "/usr/local/lib/python3.7/asyncio/events.py", line 88, in _run spark-two_1 | 2019-10-10T19:54:02.342349309Z self._context.run(self._callback, *self._args) spark-two_1 | 2019-10-10T19:54:02.342404256Z File "/usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/seeder.py", line 89, in _seed spark-two_1 | 2019-10-10T19:54:02.342483422Z raise SystemExit(1) spark-two_1 | 2019-10-10T19:54:02.342537276Z SystemExit: 1 spark-two_1 | 2019-10-10T19:54:02.342612224Z spark-two_1 | 2019-10-10T19:54:02.342714775Z During handling of the above exception, another exception occurred: spark-two_1 | 2019-10-10T19:54:02.342770296Z spark-two_1 | 2019-10-10T19:54:02.342826285Z Traceback (most recent call last): spark-two_1 | 2019-10-10T19:54:02.342880243Z File "/usr/local/lib/python3.7/site-packages/aioamqp/protocol.py", line 315, in run spark-two_1 | 2019-10-10T19:54:02.342938576Z await self.dispatch_frame() spark-two_1 | 2019-10-10T19:54:02.342992482Z File "/usr/local/lib/python3.7/site-packages/aioamqp/protocol.py", line 263, in dispatch_frame spark-two_1 | 2019-10-10T19:54:02.343076752Z frame_channel, frame = await self.get_frame() spark-two_1 | 2019-10-10T19:54:02.343132689Z File "/usr/local/lib/python3.7/site-packages/aioamqp/protocol.py", line 250, in get_frame spark-two_1 | 2019-10-10T19:54:02.343191439Z return await amqp_frame.read(self._stream_reader) spark-two_1 | 2019-10-10T19:54:02.343245813Z File "/usr/local/lib/python3.7/site-packages/aioamqp/frame.py", line 78, in read spark-two_1 | 2019-10-10T19:54:02.343304146Z data = await reader.readexactly(7) spark-two_1 | 2019-10-10T19:54:02.343358625Z File "/usr/local/lib/python3.7/asyncio/streams.py", line 679, in readexactly spark-two_1 | 2019-10-10T19:54:02.343414458Z await self._wait_for_data('readexactly') spark-two_1 | 2019-10-10T19:54:02.343470864Z File "/usr/local/lib/python3.7/asyncio/streams.py", line 473, in _wait_for_data spark-two_1 | 2019-10-10T19:54:02.343526540Z await self._waiter spark-two_1 | 2019-10-10T19:54:02.343593728Z concurrent.futures._base.CancelledError spark-two_1 | 2019-10-10T19:54:02.351469664Z 2019/10/10 19:54:02 INFO brewblox_service.events Closing spark-two_1 | 2019-10-10T19:54:02.352891946Z 2019/10/10 19:54:02 INFO brewblox_service.events Closing spark-two_1 | 2019-10-10T19:54:02.365808266Z ======== Running on http://0.0.0.0:5000 ======== spark-two_1 | 2019-10-10T19:54:02.365996129Z (Press CTRL+C to quit) spark-two_1 | 2019-10-10T19:54:08.832200516Z 2019/10/10 19:54:08 INFO brewblox_service.service Creating [spark-two] application spark-two_1 | 2019-10-10T19:54:08.835525338Z 2019/10/10 19:54:08 INFO __main__ INI: firmware_version='4a67dd2a', firmware_date='2019-09-16 11:25:26 +0200', proto_version='54c9b94', proto_date='2019-09-12 15:47:51 +0200', system_version='1.2.1-rc.2' spark-two_1 | 2019-10-10T19:54:08.836228875Z 2019/10/10 19:54:08 INFO __main__ CONFIG: host='0.0.0.0', port='5000', output='None', name='spark-two', debug='False', eventbus_host='eventbus', eventbus_port='5672', simulation='False', device_host='None', device_port='8332', device_serial='None', device_id='None', discovery='all', list_devices='False', broadcast_exchange='brewcast', broadcast_interval='5', sync_exchange='syncast', mdns_host='172.17.0.1', mdns_port='5000', volatile='False', skip_version_check='False' spark-two_1 | 2019-10-10T19:54:09.660169285Z 2019/10/10 19:54:09 INFO brewblox_service.service Service info: 0.5.2-210-g09e460a @ Tue Oct 1 13:55:19 UTC 2019 spark-two_1 | 2019-10-10T19:54:09.665405032Z 2019/10/10 19:54:09 INFO brewblox_service.events Closing spark-two_1 | 2019-10-10T19:54:09.670103437Z 2019/10/10 19:54:09 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-two_1 | 2019-10-10T19:54:09.695809932Z 2019/10/10 19:54:09 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-two_1 | 2019-10-10T19:54:09.700582191Z 2019/10/10 19:54:09 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-two_1 | 2019-10-10T19:54:09.701593070Z 2019/10/10 19:54:09 INFO ...ox_devcon_spark.api.sse_api Starting SSEPublisher spark-two_1 | 2019-10-10T19:54:09.702905457Z 2019/10/10 19:54:09 INFO ..._devcon_spark.communication Connected spark-two_1 | 2019-10-10T19:54:10.713739979Z 2019/10/10 19:54:10 INFO ...blox_devcon_spark.commander HandshakeMessage(name='BREWBLOX', firmware_version='4a67dd2a', proto_version='54c9b94', firmware_date='2019-09-16', proto_date='2019-09-12', system_version='1.2.1-rc.2', platform='p1', reset_reason_hex='28', reset_data_hex='00', reset_reason='POWER_DOWN') spark-two_1 | 2019-10-10T19:54:26.456683069Z 2019/10/10 19:54:26 INFO ...blox_devcon_spark.commander HandshakeMessage(name='BREWBLOX', firmware_version='4a67dd2a', proto_version='54c9b94', firmware_date='2019-09-16', proto_date='2019-09-12', system_version='1.2.1-rc.2', platform='p1', reset_reason_hex='28', reset_data_hex='00', reset_reason='POWER_DOWN') spark-two_1 | 2019-10-10T19:54:26.458456964Z 2019/10/10 19:54:26 ERROR ...blox_devcon_spark.commander Response error parsing message `0200010200B9|0002008000010A0C3010000AB|0000` : ValueError(too many values to unpack (expected 2)) spark-two_1 | 2019-10-10T19:55:04.236807563Z 2019/10/10 19:55:04 WARNING py.warnings /usr/local/lib/python3.7/site-packages/brewblox_devcon_spark/communication.py:303: UserWarning: Protocol connection error: read failed: device reports readiness to read but returned no data (device disconnected or multiple access on port?) spark-two_1 | 2019-10-10T19:55:04.236992145Z warnings.warn(f'Protocol connection error: {exc}') spark-two_1 | 2019-10-10T19:55:04.237060322Z spark-two_1 | 2019-10-10T19:55:04.237119800Z 2019/10/10 19:55:04 INFO ..._devcon_spark.communication Disconnected spark-two_1 | 2019-10-10T19:55:04.237188706Z 2019/10/10 19:55:04 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-two_1 | 2019-10-10T19:55:04.274833193Z 2019/10/10 19:55:04 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-two_1 | 2019-10-10T19:55:04.280949610Z 2019/10/10 19:55:04 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-two_1 | 2019-10-10T19:55:04.283170220Z 2019/10/10 19:55:04 INFO ..._devcon_spark.communication Connected spark-two_1 | 2019-10-10T19:55:09.480968989Z 2019/10/10 19:55:09 INFO ..._devcon_spark.communication Disconnected spark-two_1 | 2019-10-10T19:55:09.481762734Z 2019/10/10 19:55:09 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-two_1 | 2019-10-10T19:55:09.506762983Z 2019/10/10 19:55:09 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-two_1 | 2019-10-10T19:55:09.511701752Z 2019/10/10 19:55:09 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-two_1 | 2019-10-10T19:55:09.512866796Z 2019/10/10 19:55:09 INFO ..._devcon_spark.communication Connected spark-two_1 | 2019-10-10T19:55:10.720232028Z 2019/10/10 19:55:10 ERROR brewblox_devcon_spark.seeder Failed to seed datastore - CommandTimeout(ReadObjectCommand) spark-two_1 | 2019-10-10T19:55:10.720662910Z 2019/10/10 19:55:10 ERROR brewblox_devcon_spark.seeder Failed to seed: CommandTimeout(ReadObjectCommand) spark-two_1 | 2019-10-10T19:55:10.725328452Z 2019/10/10 19:55:10 INFO brewblox_service.events Closing spark-two_1 | 2019-10-10T19:55:10.725903187Z 2019/10/10 19:55:10 INFO brewblox_service.events Closing spark-two_1 | 2019-10-10T19:55:10.727285157Z ======== Running on http://0.0.0.0:5000 ======== spark-two_1 | 2019-10-10T19:55:10.727401875Z (Press CTRL+C to quit) spark-two_1 | 2019-10-10T19:55:17.403724836Z 2019/10/10 19:55:17 INFO brewblox_service.service Creating [spark-two] application spark-two_1 | 2019-10-10T19:55:17.407099813Z 2019/10/10 19:55:17 INFO __main__ INI: firmware_version='4a67dd2a', firmware_date='2019-09-16 11:25:26 +0200', proto_version='54c9b94', proto_date='2019-09-12 15:47:51 +0200', system_version='1.2.1-rc.2' spark-two_1 | 2019-10-10T19:55:17.407800694Z 2019/10/10 19:55:17 INFO __main__ CONFIG: host='0.0.0.0', port='5000', output='None', name='spark-two', debug='False', eventbus_host='eventbus', eventbus_port='5672', simulation='False', device_host='None', device_port='8332', device_serial='None', device_id='None', discovery='all', list_devices='False', broadcast_exchange='brewcast', broadcast_interval='5', sync_exchange='syncast', mdns_host='172.17.0.1', mdns_port='5000', volatile='False', skip_version_check='False' spark-two_1 | 2019-10-10T19:55:18.235501233Z 2019/10/10 19:55:18 INFO brewblox_service.service Service info: 0.5.2-210-g09e460a @ Tue Oct 1 13:55:19 UTC 2019 spark-two_1 | 2019-10-10T19:55:18.240938749Z 2019/10/10 19:55:18 INFO brewblox_service.events Closing spark-two_1 | 2019-10-10T19:55:18.245977934Z 2019/10/10 19:55:18 INFO ..._devcon_spark.communication Starting device discovery, type=all spark-two_1 | 2019-10-10T19:55:18.273826289Z 2019/10/10 19:55:18 INFO ..._devcon_spark.communication Automatically detected ['/dev/ttyACM1', 'P1 - P1 Serial', 'USB VID:PID=2B04:C008 SER=320053000851353532343835 LOCATION=1-1.5:1.0'] spark-two_1 | 2019-10-10T19:55:18.279175420Z 2019/10/10 19:55:18 INFO ..._devcon_spark.communication discovered usb /dev/ttyACM1 spark-two_1 | 2019-10-10T19:55:18.280264423Z 2019/10/10 19:55:18 INFO ...ox_devcon_spark.api.sse_api Starting SSEPublisher spark-two_1 | 2019-10-10T19:55:18.282048109Z 2019/10/10 19:55:18 INFO ..._devcon_spark.communication Connected spark-two_1 | 2019-10-10T19:55:19.294932926Z 2019/10/10 19:55:19 INFO ...blox_devcon_spark.commander HandshakeMessage(name='BREWBLOX', firmware_version='4a67dd2a', proto_version='54c9b94', firmware_date='2019-09-16', proto_date='2019-09-12', system_version='1.2.1-rc.2', platform='p1', reset_reason_hex='28', reset_data_hex='00', reset_reason='POWER_DOWN') ==============BLOCKS============== Error: Extra data: line 1 column 4 (char 3) spark-one not found Error: Extra data: line 1 column 4 (char 3) spark-two not found ==============INSPECT============== [ { "Id": "sha256:e6a38d57a53c92ce3cebbc0cd08cbc21d197b01c1d7eb0e4b1388425a1f66136", "RepoTags": [ "treehouses/couchdb:2.3.1" ], "RepoDigests": [ "treehouses/couchdb@sha256:8c8516d913a904386a514511eff2c1bb37cc6a6a9a93d15e81231c4fffbfeaf7" ], "Parent": "", "Comment": "", "Created": "2019-08-21T00:33:52.114171573Z", "Container": "49e09b030834035ba9e4f157c0e6e80fc9f57f83ee1b0de244742826fe5fd616", "ContainerConfig": { "Hostname": "1839418891ec", "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.18.0", "LC_ALL=C.UTF-8", "DEBIAN_FRONTEND=noninteractive", "UDEV=on", "QEMU_CPU=arm1176", "container=docker", "GOSU_VERSION=1.11", "GPG_KEYS=15DD4F3B8AACA54740EB78C7B7B7C53943ECCEE1 1CFBFA43C19B6DF4A0CA3934669C02FFDF3CEBA3 25BBBAC113C1BFD5AA594A4C9F96B92930380381 4BFCA2B99BADC6F9F105BEC9C5E32E2D6B065BFB 5D680346FAA3E51B29DBCB681015F68F9DA248BC 7BCCEB868313DDA925DF1805ECA5BCB7BB9656B0 C3F4DFAEAD621E1C94523AEEC376457E61D50B88 D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4 E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B 29E4F38113DF707D722A6EF91FE9AF73118F1A7C 2EC788AE3F239FA13E82D215CDE711289384AE37", "COUCHDB_VERSION=2.3.1" ], "Cmd": [ "/bin/sh", "-c", "#(nop) ", "CMD [\"/opt/couchdb/bin/couchdb\"]" ], "Image": "sha256:e2a61811414354c58c98b95ebc77ad524d73174c745a711ba6069d320505d108", "Volumes": { "/opt/couchdb/data": {} }, "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": "lillyxxx@ole.org,dogi@ole.org" }, "StopSignal": "37" }, "DockerVersion": "19.03.1", "Author": "", "Config": { "Hostname": "1839418891ec", "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.18.0", "LC_ALL=C.UTF-8", "DEBIAN_FRONTEND=noninteractive", "UDEV=on", "QEMU_CPU=arm1176", "container=docker", "GOSU_VERSION=1.11", "GPG_KEYS=15DD4F3B8AACA54740EB78C7B7B7C53943ECCEE1 1CFBFA43C19B6DF4A0CA3934669C02FFDF3CEBA3 25BBBAC113C1BFD5AA594A4C9F96B92930380381 4BFCA2B99BADC6F9F105BEC9C5E32E2D6B065BFB 5D680346FAA3E51B29DBCB681015F68F9DA248BC 7BCCEB868313DDA925DF1805ECA5BCB7BB9656B0 C3F4DFAEAD621E1C94523AEEC376457E61D50B88 D2B17F9DA23C0A10991AF2E3D9EE01E47852AEE4 E0AF0A194D55C84E4A19A801CDB0C0F904F4EE9B 29E4F38113DF707D722A6EF91FE9AF73118F1A7C 2EC788AE3F239FA13E82D215CDE711289384AE37", "COUCHDB_VERSION=2.3.1" ], "Cmd": [ "/opt/couchdb/bin/couchdb" ], "Image": "sha256:e2a61811414354c58c98b95ebc77ad524d73174c745a711ba6069d320505d108", "Volumes": { "/opt/couchdb/data": {} }, "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": "lillyxxx@ole.org,dogi@ole.org" }, "StopSignal": "37" }, "Architecture": "amd64", "Os": "linux", "Size": 318893887, "VirtualSize": 318893887, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/10070497f98c569d6e0c77de1bca5abc4f27cbfcce918ea799cd3951163fc39f/diff:/var/lib/docker/overlay2/93c62a30ec48900b6a6c42be8d0c42fe2534289ac5a66bd8abf39d7204c2e8cf/diff:/var/lib/docker/overlay2/1b9f18a5dd0b6323c1be7a2d121afdc7fa54653f064b8d6f287968f29544ba79/diff:/var/lib/docker/overlay2/a28a0980bf67d35f75560d01efa056a01800a937f3c8fd08c2a7bec90d40ab9a/diff:/var/lib/docker/overlay2/82d009bcce7e99bfcf9cfea07657f926f02d654f7100be757b18df751ec962fa/diff:/var/lib/docker/overlay2/2725a4808a7207c82267107118715de9704ab20c069d1fbc4fa66e96f6c2afd1/diff:/var/lib/docker/overlay2/6337864e5315e2b01c05e46ee44ef4e474efe08947eeb76532ca553f849f8c07/diff:/var/lib/docker/overlay2/ca2fc5d747c1e9bc7667e2d53fce73e3afe7b3b10c8ce7f83a8b1ca0805e37f4/diff:/var/lib/docker/overlay2/f880206617582774d135503906037bf125c923653357ac65d1f40057027647ba/diff:/var/lib/docker/overlay2/ac4b3cf2c4bead18c0d32c83f1cc7f87387c76068dfd642860db2e5ae3708394/diff:/var/lib/docker/overlay2/828cf14f947e72aa4e9062f8a9edd7c0eb3495d28b263d25f46366920f4b802a/diff:/var/lib/docker/overlay2/bf5100048a9bb5da480e0987583827751e9f7b753b2c5a9079b7f3076ce67921/diff:/var/lib/docker/overlay2/c9d7f238a1ef78c3a3b0f4b3723240bb2b73eed4298d7eb4863224b876f1750a/diff:/var/lib/docker/overlay2/b163e9b36cf7b622dc3dbf3b9ae0eb9923e62269bc03518fc3100386d224fea7/diff:/var/lib/docker/overlay2/0871c7527420cdce8d1de4f7e660adf449e87cdbafd682ebfdb79e9422eb091e/diff:/var/lib/docker/overlay2/bdd1b340e32785c91571ff3074a80e50c7fcf5937ded8ba5907574ae1adaaf19/diff:/var/lib/docker/overlay2/4f4ed38aa77332daa0a571a9effce2fdfd9f88938c5d08e7fb677ac8cef09630/diff:/var/lib/docker/overlay2/db972a93f30a853c77464a18dd7e2b055ed922319cb3bab4d949788127823792/diff:/var/lib/docker/overlay2/b022510c3f25edab831e2d352e43af56714f426cd4add5a94ac99d7b253af058/diff:/var/lib/docker/overlay2/f651fb03652d971396e83f64fb504ae8efff323d8003c126f43de6cec4585617/diff", "MergedDir": "/var/lib/docker/overlay2/28c7979bbfa6ac6b5c7f6b8f40c9b521597f4e61963f41097e87b06de9e042ec/merged", "UpperDir": "/var/lib/docker/overlay2/28c7979bbfa6ac6b5c7f6b8f40c9b521597f4e61963f41097e87b06de9e042ec/diff", "WorkDir": "/var/lib/docker/overlay2/28c7979bbfa6ac6b5c7f6b8f40c9b521597f4e61963f41097e87b06de9e042ec/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:58c3b10d0274b3d3041f4089d199dd4aa59a3006f2568a7fe8ffb9d504b03250", "sha256:9df69a8c94e8a2d1e2a6b31f4fea7f289909cfb7db6a24e3a8f0fd52d160df7d", "sha256:cc94ec7412cf2214d3877448ab4522c77535d00580a6379241979535abdec1f4", "sha256:e9a246fea2843c839a347c3c9140bfca4ac168426538c7bc3a267c97fdd14a09", "sha256:87450eff9bd0108853dd487cf0f08811c95b71f5fd8a7e47c18bf34091a85d4d", "sha256:9738c2d2e3c67fdaa37459f047e031787a7937f6f6a8c11e866d8092f041a75a", "sha256:4c86516499c7369d1b7efdfeb200aa561141c0e536c9b41aec1d00b878cc938e", "sha256:9d397638a1fb9cb8bcd1e37b7689c47cbf3e43f7830f08979239e3cee99ac268", "sha256:578bf25f9e19974b378061ed94c95056ad2fec45cff4e69f4e85fd171307bd51", "sha256:c7be0596f9787799d14280a16a8c62c2e36a345a38c32501368825a9f6e55f9a", "sha256:5af00bf37e2fe20eff84373870ae5104b4294124d09b9f9d9c499362d839c41b", "sha256:68c25143d6fd2f7e78538405645adc82a4bdc2b537f82b14410691755c68afa6", "sha256:d62cf6bdd53077e0196999c5048a28be98818f26d147e32a217bc7004b3c6e46", "sha256:c0d6bfec9d857c5ecd19a0fa6a17b80276c4d7ece57563978f1ea2fedf8fdc55", "sha256:c128809fd38c8add38fa5a6fa9775b1d08a63e07633873d0660afc305fedd6d1", "sha256:f795d7c8185797499b5e18378f34568dd3e1fff921fbf71dec8ea52f279e3ccb", "sha256:2d712b0fc8b70eb92573a03fcb6274acd3a8e833c2c342fee4d36d0923c0f8e1", "sha256:726dd0eda5baee0150b8b093c2392515c526c90d636e3f919dcd7ee73b5982b8", "sha256:7453d7a847666c30a4a421c263504faea9d16473bbc79585323f3560f3e9b89d", "sha256:96218d0e1977f2ad42e9a790d8cbb43e49fea75a2ee7884edb99fd3937216f57", "sha256:b5a51d6dc1dcad147a5c1eacf8e1126d7061d2b5a9f32c6688498492d1e74ad6" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] [ { "Id": "sha256:bf27beaecf0fb0abc67ba20423b814c08896c818bfa282ce5e765f2db321871b", "RepoTags": [ "arm32v6/rabbitmq:alpine" ], "RepoDigests": [ "arm32v6/rabbitmq@sha256:8d7e2bbbe2f6feb3916a7d6fe1374010f6c35fb49a774057c7f871e03c3394a6" ], "Parent": "", "Comment": "", "Created": "2019-10-02T21:50:04.961964295Z", "Container": "58b04e1f1f7589143c6ce286681feeda5ffe3850850adee5bcd04b00918f28d4", "ContainerConfig": { "Hostname": "58b04e1f1f75", "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.1d", "OPENSSL_SOURCE_SHA256=1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2", "OPENSSL_PGP_KEY_IDS=0x8657ABB260F056B1E5190839D9C4D26D0E604491 0x5B2545DAB21995F4088CEFAA36CEE4DEB00CFE33 0xED230BEC4D4F2518B9D7DF41F0DB4D21C1D35231 0xC1F33DD8CE1D4CC613AF14DA9195C48241FBF7DD 0x7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C 0xE5E52560DD91C556DDBDA5D02064C53641C25E5D", "OTP_VERSION=22.1.1", "OTP_SOURCE_SHA256=9e7e8565a324101ea31fe5f59b8e46f7dabe9b75df9614d24c3abd05885f1773", "RABBITMQ_DATA_DIR=/var/lib/rabbitmq", "RABBITMQ_VERSION=3.8.0", "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:ec1f1a338885d92f0fab38c77a36c1866443ec058f75f8151b71effac90d7afa", "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.1d", "OPENSSL_SOURCE_SHA256=1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2", "OPENSSL_PGP_KEY_IDS=0x8657ABB260F056B1E5190839D9C4D26D0E604491 0x5B2545DAB21995F4088CEFAA36CEE4DEB00CFE33 0xED230BEC4D4F2518B9D7DF41F0DB4D21C1D35231 0xC1F33DD8CE1D4CC613AF14DA9195C48241FBF7DD 0x7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C 0xE5E52560DD91C556DDBDA5D02064C53641C25E5D", "OTP_VERSION=22.1.1", "OTP_SOURCE_SHA256=9e7e8565a324101ea31fe5f59b8e46f7dabe9b75df9614d24c3abd05885f1773", "RABBITMQ_DATA_DIR=/var/lib/rabbitmq", "RABBITMQ_VERSION=3.8.0", "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:ec1f1a338885d92f0fab38c77a36c1866443ec058f75f8151b71effac90d7afa", "Volumes": { "/var/lib/rabbitmq": {} }, "WorkingDir": "", "Entrypoint": [ "docker-entrypoint.sh" ], "OnBuild": null, "Labels": null }, "Architecture": "arm", "Os": "linux", "Size": 88900616, "VirtualSize": 88900616, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/68ead526edad1efe6d888c2ccf9f4b4f436e7c8816e5238b9c1c9267d63aa518/diff:/var/lib/docker/overlay2/dce49f7fd5578c3bd3ffb6d816f5c64a2b4ac80854ba33c615225c1f022a3ccf/diff:/var/lib/docker/overlay2/2b06ee62c24de6547f0311482efe2cd7ec5153674744877ac3d514028f19ca8d/diff:/var/lib/docker/overlay2/f750aa4059bc09eb2d11f36ff1368e63c1341be9a19a0e969cf14ca66cb8c83a/diff:/var/lib/docker/overlay2/b4e97ff9ca5131e39daeae38541dad34a6520d438b405acbf8a9aa7b97b0a815/diff:/var/lib/docker/overlay2/cffe39e64e545eb75506ce5ac90390d8c4c1afa4eac33f4b5699934936f08fbd/diff", "MergedDir": "/var/lib/docker/overlay2/bbd37d38fcf944b38c0ec5ebfe7ab2001b504393ad4eb96a1cff6f166989cd9f/merged", "UpperDir": "/var/lib/docker/overlay2/bbd37d38fcf944b38c0ec5ebfe7ab2001b504393ad4eb96a1cff6f166989cd9f/diff", "WorkDir": "/var/lib/docker/overlay2/bbd37d38fcf944b38c0ec5ebfe7ab2001b504393ad4eb96a1cff6f166989cd9f/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:27da203042f0ac2b84fe48ed75e40c5268e555e879b7c16b779757adc70deb1e", "sha256:0e8e3287382aa83d3702f535fd5426b33215670b993c4fe2db3765d79b2ce429", "sha256:6b9d03ea8684655dd24675d186326e2c88bc02b14d0219858aaf0cd7d6704b79", "sha256:694cbf0027aa6fa973d7b922f73f878811991959e394bafc766905b5211c2fa8", "sha256:336a2b2ac30b08fdf1ba8dd9fa1797382064f08eef67470f52d0274bcf60b528", "sha256:bc6fdd4874907371631921ca021afd61e2f00a0fba59098b9941e7613139d617", "sha256:d8b1d462531134162fb067f57af759a7aee81e56b4cfa2dcff3c37b17e3d330d" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] [ { "Id": "sha256:2320e97b0b107f76876feb70666b92b1396baca1bf8dec2904278fefcff792ff", "RepoTags": [ "brewblox/brewblox-history:rpi-edge" ], "RepoDigests": [ "brewblox/brewblox-history@sha256:0d6cb70bf111f8ee5322e428cff4b5749b0b240daef9babaad857599a2882ac2" ], "Parent": "", "Comment": "", "Created": "2019-10-01T14:03:09.824648408Z", "Container": "4b287b45cc1ea41cf3e4f4d1952572b07ccf4e190eec113f7e5f050983f38674", "ContainerConfig": { "Hostname": "4b287b45cc1e", "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.4", "PYTHON_PIP_VERSION=19.2.3", "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py", "PYTHON_GET_PIP_SHA256=57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe", "SERVICE_INFO=0.9.0-47-gf0ba3a2 @ Tue Oct 1 13:54:41 UTC 2019" ], "Cmd": [ "/bin/sh", "-c", "#(nop) ", "ENTRYPOINT [\"python3\" \"-m\" \"brewblox_history\"]" ], "Image": "sha256:9a33dbb2f72fb976ebabe3954b74d1c184754ffcba994f98038a6d3d79651c4e", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "python3", "-m", "brewblox_history" ], "OnBuild": null, "Labels": {} }, "DockerVersion": "3.0.6", "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.4", "PYTHON_PIP_VERSION=19.2.3", "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py", "PYTHON_GET_PIP_SHA256=57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe", "SERVICE_INFO=0.9.0-47-gf0ba3a2 @ Tue Oct 1 13:54:41 UTC 2019" ], "Cmd": null, "Image": "sha256:9a33dbb2f72fb976ebabe3954b74d1c184754ffcba994f98038a6d3d79651c4e", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "python3", "-m", "brewblox_history" ], "OnBuild": null, "Labels": null }, "Architecture": "arm", "Os": "linux", "Size": 156084956, "VirtualSize": 156084956, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/1e6e0434cbe4946afd39d7f1aea11eccb87044ac86a3f7bf266388d890134e12/diff:/var/lib/docker/overlay2/6c8ab60036f9bd5aa1b11fd63e37cfd5472aabf39b5e8889d16a4a05f9f39d72/diff:/var/lib/docker/overlay2/ff77dc75899f4c3f1a92142867aea72438dec1b677e6d9d1075a51e67616b34f/diff:/var/lib/docker/overlay2/e48c6374db5399968d17031e7af48684daba59b1ed1730903e4e095c46a58d95/diff:/var/lib/docker/overlay2/e9f3ea3b813a56372b51e733098cf2de4c64c6ee162fb96350a665c0114658ef/diff:/var/lib/docker/overlay2/6b7d4e99ce4d77dcf5e334a27e717795908dedaa5d02bd65fe890c3f45e27f4e/diff:/var/lib/docker/overlay2/e3e6501bf48bca75761383a69fcce192551e58e1e3e9819e861779b2bf0d655b/diff:/var/lib/docker/overlay2/28241899bc5ddffe5c14223d0e4baa2b2968db86b6f36657d083b2c1e41d447c/diff", "MergedDir": "/var/lib/docker/overlay2/bf2a3619fbc8c9f6c9a2346ca4d1b409c11d2a87dea95a4b983db798f8daa83e/merged", "UpperDir": "/var/lib/docker/overlay2/bf2a3619fbc8c9f6c9a2346ca4d1b409c11d2a87dea95a4b983db798f8daa83e/diff", "WorkDir": "/var/lib/docker/overlay2/bf2a3619fbc8c9f6c9a2346ca4d1b409c11d2a87dea95a4b983db798f8daa83e/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:a93c85ab44597fcae15c700862244ac659770f9c0dedd56e9f6b899abcc69266", "sha256:58a9eed90c9fb2da06eb360f9cc77fa755c24b010860cb30ebe8cb047553490a", "sha256:406fdac1c36fdb74a2011777db52e4f2f7991a71c8bdc5cff237fe14fd516399", "sha256:ce0847ef9f2844be4a7b890094c040ed21b51b65b240e548a58609958d0c5e20", "sha256:03942f0c1fb3cbee348501cea7d849f3bb91cc7909f4ae6dedcb8c20e4117c6e", "sha256:905161ac8e89a5577986f8af977cb9b33f638bc3281bbed1f7f3560d2dc9778d", "sha256:34a26539e35f7ac6b32fa634890854ac185db8f3b19d6497eb0fa9f4f0d62903", "sha256:5af260e411848f1a41b2d581d0e1575ecf6721b6120aca9249b1444a3836c44d", "sha256:900b40d191c6f437f4d7dd48a37e812734bcae584d2a95f64b245a8524827b92" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] [ { "Id": "sha256:9b306b74d09595d6f00303c1aa7a9fd6a9d6e0eb95500a62d4751d0d382f7fb0", "RepoTags": [ "influxdb:latest" ], "RepoDigests": [ "influxdb@sha256:f0b7acde2d7fa215576a9f83abbf363b6f5641896535a01dbaf62299ab2272f9" ], "Parent": "", "Comment": "", "Created": "2019-09-12T20:28:30.163491089Z", "Container": "31ee280498f8c656c133645d9fb66953d1475dff0f310463084961379093af5b", "ContainerConfig": { "Hostname": "31ee280498f8", "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.8" ], "Cmd": [ "/bin/sh", "-c", "#(nop) ", "CMD [\"influxd\"]" ], "ArgsEscaped": true, "Image": "sha256:80636de686b8a320d52ab4b7d5e7e9a1a822005261938429f536f08c83f27ea5", "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.8" ], "Cmd": [ "influxd" ], "ArgsEscaped": true, "Image": "sha256:80636de686b8a320d52ab4b7d5e7e9a1a822005261938429f536f08c83f27ea5", "Volumes": { "/var/lib/influxdb": {} }, "WorkingDir": "", "Entrypoint": [ "/entrypoint.sh" ], "OnBuild": null, "Labels": null }, "Architecture": "arm", "Os": "linux", "Size": 225657340, "VirtualSize": 225657340, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/b6519367d2e25cf778b8dfa38899900addeffe48184bbff5abd439ecfffe1a75/diff:/var/lib/docker/overlay2/2bf896028ea8550ec0f209c75e140f09a39f180d678c225c543a7df77c6a69b3/diff:/var/lib/docker/overlay2/a00fd1ee68f33f052a0f93620ebd1e552eaeebf037d67bd7fdc87246a6fecbd4/diff:/var/lib/docker/overlay2/d727fb6dd9c42ac79966e07a391e3f66a98a9ae91fa4a4468d7814986ba7ded7/diff:/var/lib/docker/overlay2/36896024d85fbf763c5029b345f7854d9c04cda747ed7f18f3b50a459bb848de/diff:/var/lib/docker/overlay2/32f9a19fbd6e8ff5fe9c7dea0093c157312e985bd6b297c5a126ea6c49cde173/diff:/var/lib/docker/overlay2/d65cf4d41fb53189f71e2b1deed83db05479402dd007fc80142e4bc8288a5137/diff", "MergedDir": "/var/lib/docker/overlay2/f2b18d0501a1bcbdb3ca6a0a1adbeafd0e287b2eb2b497319516e1ea06f0ca58/merged", "UpperDir": "/var/lib/docker/overlay2/f2b18d0501a1bcbdb3ca6a0a1adbeafd0e287b2eb2b497319516e1ea06f0ca58/diff", "WorkDir": "/var/lib/docker/overlay2/f2b18d0501a1bcbdb3ca6a0a1adbeafd0e287b2eb2b497319516e1ea06f0ca58/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:ec90a6ab6713e462fda68546d1a16cb1023c0f257da3efdcf474ddfc27e5bd62", "sha256:be51328214e282ee6c49c8691152a85928b86454947dfba3722a4a04a01a5d9c", "sha256:e52d8e1d6b0420ed81d085f80d6a06efb32a549b12bf2e5a289f922d3c956653", "sha256:4ea1abf332c43e8a98d782e8a14309ec98bdb13e61d86584d25d117bd8225a54", "sha256:c6d76b6f5a8dcbc9cc960a90bb7469b467972396d4b5b6948942c415a7c3a8db", "sha256:ad366ef46714fbb2024aa7acbdcae9d70bf91aacb7e6f150c346cd709e592d0f", "sha256:af129b01bef31b62875153e6bd6f01507349410f8ae443161bc216a265447439", "sha256:ad6489b12125d165e7a9054774e4fc2ed399a3d9f9a4ff1e99e4209ca788997a" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] [ { "Id": "sha256:3d73d088053e6057403455a7b678404a47fa8633af1268aa1f9dbef7dd6811b7", "RepoTags": [ "brewblox/brewblox-mdns:rpi-edge" ], "RepoDigests": [ "brewblox/brewblox-mdns@sha256:6384c3e8be47c26055799cf07f4afa9f2a917bd3e614b4453dc765a7f6654c0d" ], "Parent": "", "Comment": "", "Created": "2019-09-12T18:00:04.0613181Z", "Container": "2ed5fecba41737230180f986215f84fefdd50541ca96321dfd30250cc58c592f", "ContainerConfig": { "Hostname": "2ed5fecba417", "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-28-g6b2105b @ Thu Sep 12 17:56:43 UTC 2019" ], "Cmd": [ "/bin/sh", "-c", "#(nop) ", "ENTRYPOINT [\"python3\" \"-m\" \"brewblox_mdns\"]" ], "Image": "sha256:a366dd1f73692dfb715ebf2c5aa3f14cb078b9ae1f1840448dcb2ceccc5ed81b", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "python3", "-m", "brewblox_mdns" ], "OnBuild": null, "Labels": {} }, "DockerVersion": "3.0.6", "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-28-g6b2105b @ Thu Sep 12 17:56:43 UTC 2019" ], "Cmd": null, "Image": "sha256:a366dd1f73692dfb715ebf2c5aa3f14cb078b9ae1f1840448dcb2ceccc5ed81b", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "python3", "-m", "brewblox_mdns" ], "OnBuild": null, "Labels": null }, "Architecture": "arm", "Os": "linux", "Size": 136698809, "VirtualSize": 136698809, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/88c3b1c6ead1d6e6b75d119f932f201f3981964fe5367cf7bf6967c9df3ed1e1/diff:/var/lib/docker/overlay2/3679be8b0631ed2957c6c60a0c1bcffb72b0a50c6fc4fbd62d877081d0cc93e6/diff:/var/lib/docker/overlay2/dc273124d86c0bfe17841f7252edc3060d51f518db85b3bcc31fde6ebb97084b/diff:/var/lib/docker/overlay2/663dcce09c9aedb3cbf5dcfb4620a8b7ddac43c5f6ae6fc62751715ab5a895cc/diff:/var/lib/docker/overlay2/63fed9d098afb5f5479691baa178721e018351dcbfc3c0c90e53c9fa0b073027/diff:/var/lib/docker/overlay2/da279c242be19ad23c03bd60b3daf63a3f42deb2485a98879ab26ccc27562908/diff:/var/lib/docker/overlay2/3751eea780308f26119b2f1cbcbadd301bedc1ef1e13a074188e80e0b7b303ee/diff:/var/lib/docker/overlay2/0225609466a155e86aea7f70bb7c066f987ea393fe9a9342a07b17aea765fd37/diff", "MergedDir": "/var/lib/docker/overlay2/22f4872338cf3518dc55af58c26fd9bc9847c0feb414e8bfc92c5625775dc3c1/merged", "UpperDir": "/var/lib/docker/overlay2/22f4872338cf3518dc55af58c26fd9bc9847c0feb414e8bfc92c5625775dc3c1/diff", "WorkDir": "/var/lib/docker/overlay2/22f4872338cf3518dc55af58c26fd9bc9847c0feb414e8bfc92c5625775dc3c1/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:e12a619752111d78725b5407bb4e3132816a79c01c252986b2573e16657577e3", "sha256:61c2ea3e699ee9e9ccea0ded3608a036f16b6996ebcb4f906cf6e9c74444c838", "sha256:6a284a67d93139867cb3d04272746b5353abb5b5ddee8de40cef91b64100ea25", "sha256:cecd395a1b5bb4f22b81f6400a8d178c36c041747cf9e01432b3aa35cb4755eb", "sha256:287f48dc11cb475c6b759bd9299652a6be72615c15759826101f77c1f64e3904", "sha256:a25145bd11ffac3e652661b2e22db3e3c0f1ded94ce293a957d92a5508705d38", "sha256:f91f444d0f07fa6315572504d7c63923c6975dd3b37ba64065cac2ce93e6f526", "sha256:51d0c5b05e7883808a7e1142023153f79525684ab3216f2bafcc0732eb121ade", "sha256:c7626ac2b268690a1096f06cc23f55de1d829b709fe63968e7245222ddb5f1de" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] [ { "Id": "sha256:d1dfcad09acc6b1a01faa49d39cf95d6bef218aa0ca8a8533124483b7bf422b9", "RepoTags": [ "brewblox/brewblox-devcon-spark:rpi-edge" ], "RepoDigests": [ "brewblox/brewblox-devcon-spark@sha256:a7d0308b6207cf69c1da4181228283488d4bd069ee654770f9e31fdf38964aa3" ], "Parent": "", "Comment": "", "Created": "2019-10-01T13:58:23.883967084Z", "Container": "9148a1916a707d7f1ef4cf2a62fd7fd1af6851f0943c37817277a5f6e5e18618", "ContainerConfig": { "Hostname": "9148a1916a70", "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.4", "PYTHON_PIP_VERSION=19.2.3", "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py", "PYTHON_GET_PIP_SHA256=57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe", "SERVICE_INFO=0.5.2-210-g09e460a @ Tue Oct 1 13:55:19 UTC 2019" ], "Cmd": [ "/bin/sh", "-c", "#(nop) ", "ENTRYPOINT [\"python3\" \"-m\" \"brewblox_devcon_spark\"]" ], "Image": "sha256:0ab14106d452b188a42a7d95e003a8467ec7471c9dc33798be5f5d5ed1c20cdd", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "python3", "-m", "brewblox_devcon_spark" ], "OnBuild": null, "Labels": {} }, "DockerVersion": "3.0.6", "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.4", "PYTHON_PIP_VERSION=19.2.3", "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py", "PYTHON_GET_PIP_SHA256=57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe", "SERVICE_INFO=0.5.2-210-g09e460a @ Tue Oct 1 13:55:19 UTC 2019" ], "Cmd": null, "Image": "sha256:0ab14106d452b188a42a7d95e003a8467ec7471c9dc33798be5f5d5ed1c20cdd", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "python3", "-m", "brewblox_devcon_spark" ], "OnBuild": null, "Labels": null }, "Architecture": "arm", "Os": "linux", "Size": 165347615, "VirtualSize": 165347615, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/fb2ccba6ef94711619fe3f73ecd3ae05adc31ee156fac2180c4e7287e798de74/diff:/var/lib/docker/overlay2/06b9f9f27ef4e7d6e19c6e1b6b0a07d6a6c0f7ae6f597b420f3e7e9d6c0b5a50/diff:/var/lib/docker/overlay2/44a33d38006697e91fe66b75dea8c51f770f40ca9e4902f3b4acb147582d0fe6/diff:/var/lib/docker/overlay2/20a088dfee4bb2aa82ab43eb91edb2133557c10f51b21421172e74f47990b9f3/diff:/var/lib/docker/overlay2/ff77dc75899f4c3f1a92142867aea72438dec1b677e6d9d1075a51e67616b34f/diff:/var/lib/docker/overlay2/e48c6374db5399968d17031e7af48684daba59b1ed1730903e4e095c46a58d95/diff:/var/lib/docker/overlay2/e9f3ea3b813a56372b51e733098cf2de4c64c6ee162fb96350a665c0114658ef/diff:/var/lib/docker/overlay2/6b7d4e99ce4d77dcf5e334a27e717795908dedaa5d02bd65fe890c3f45e27f4e/diff:/var/lib/docker/overlay2/e3e6501bf48bca75761383a69fcce192551e58e1e3e9819e861779b2bf0d655b/diff:/var/lib/docker/overlay2/28241899bc5ddffe5c14223d0e4baa2b2968db86b6f36657d083b2c1e41d447c/diff", "MergedDir": "/var/lib/docker/overlay2/c52709f521ca06899e8822dc95dc5b92eb9652e27482783b58bd7a3bcce792aa/merged", "UpperDir": "/var/lib/docker/overlay2/c52709f521ca06899e8822dc95dc5b92eb9652e27482783b58bd7a3bcce792aa/diff", "WorkDir": "/var/lib/docker/overlay2/c52709f521ca06899e8822dc95dc5b92eb9652e27482783b58bd7a3bcce792aa/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:a93c85ab44597fcae15c700862244ac659770f9c0dedd56e9f6b899abcc69266", "sha256:58a9eed90c9fb2da06eb360f9cc77fa755c24b010860cb30ebe8cb047553490a", "sha256:406fdac1c36fdb74a2011777db52e4f2f7991a71c8bdc5cff237fe14fd516399", "sha256:ce0847ef9f2844be4a7b890094c040ed21b51b65b240e548a58609958d0c5e20", "sha256:03942f0c1fb3cbee348501cea7d849f3bb91cc7909f4ae6dedcb8c20e4117c6e", "sha256:905161ac8e89a5577986f8af977cb9b33f638bc3281bbed1f7f3560d2dc9778d", "sha256:6fb79ea6ada5da5be32ca22ed54e1ea998c6d8c5d58c3334d2b94a993a859116", "sha256:f17fefbb19dddb812310e4cb6a84ebd8ced06b55bede01e6e60888e85ee01ab7", "sha256:4f0a78aea7de0b8446b27f8042c9c8633d55216cbb734340a56f026fd0e1f4b5", "sha256:2286b593053a949eff40e0a35e8bab4a6712d3d1022caed4cfb6ece136f7afa8", "sha256:9ebbf46c41e03004217b4d3ec62d7cb990492ef7b9880e5f1976f92a81dd9caa" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] [ { "Id": "sha256:d1dfcad09acc6b1a01faa49d39cf95d6bef218aa0ca8a8533124483b7bf422b9", "RepoTags": [ "brewblox/brewblox-devcon-spark:rpi-edge" ], "RepoDigests": [ "brewblox/brewblox-devcon-spark@sha256:a7d0308b6207cf69c1da4181228283488d4bd069ee654770f9e31fdf38964aa3" ], "Parent": "", "Comment": "", "Created": "2019-10-01T13:58:23.883967084Z", "Container": "9148a1916a707d7f1ef4cf2a62fd7fd1af6851f0943c37817277a5f6e5e18618", "ContainerConfig": { "Hostname": "9148a1916a70", "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.4", "PYTHON_PIP_VERSION=19.2.3", "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py", "PYTHON_GET_PIP_SHA256=57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe", "SERVICE_INFO=0.5.2-210-g09e460a @ Tue Oct 1 13:55:19 UTC 2019" ], "Cmd": [ "/bin/sh", "-c", "#(nop) ", "ENTRYPOINT [\"python3\" \"-m\" \"brewblox_devcon_spark\"]" ], "Image": "sha256:0ab14106d452b188a42a7d95e003a8467ec7471c9dc33798be5f5d5ed1c20cdd", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "python3", "-m", "brewblox_devcon_spark" ], "OnBuild": null, "Labels": {} }, "DockerVersion": "3.0.6", "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.4", "PYTHON_PIP_VERSION=19.2.3", "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/309a56c5fd94bd1134053a541cb4657a4e47e09d/get-pip.py", "PYTHON_GET_PIP_SHA256=57e3643ff19f018f8a00dfaa6b7e4620e3c1a7a2171fd218425366ec006b3bfe", "SERVICE_INFO=0.5.2-210-g09e460a @ Tue Oct 1 13:55:19 UTC 2019" ], "Cmd": null, "Image": "sha256:0ab14106d452b188a42a7d95e003a8467ec7471c9dc33798be5f5d5ed1c20cdd", "Volumes": null, "WorkingDir": "/app", "Entrypoint": [ "python3", "-m", "brewblox_devcon_spark" ], "OnBuild": null, "Labels": null }, "Architecture": "arm", "Os": "linux", "Size": 165347615, "VirtualSize": 165347615, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/fb2ccba6ef94711619fe3f73ecd3ae05adc31ee156fac2180c4e7287e798de74/diff:/var/lib/docker/overlay2/06b9f9f27ef4e7d6e19c6e1b6b0a07d6a6c0f7ae6f597b420f3e7e9d6c0b5a50/diff:/var/lib/docker/overlay2/44a33d38006697e91fe66b75dea8c51f770f40ca9e4902f3b4acb147582d0fe6/diff:/var/lib/docker/overlay2/20a088dfee4bb2aa82ab43eb91edb2133557c10f51b21421172e74f47990b9f3/diff:/var/lib/docker/overlay2/ff77dc75899f4c3f1a92142867aea72438dec1b677e6d9d1075a51e67616b34f/diff:/var/lib/docker/overlay2/e48c6374db5399968d17031e7af48684daba59b1ed1730903e4e095c46a58d95/diff:/var/lib/docker/overlay2/e9f3ea3b813a56372b51e733098cf2de4c64c6ee162fb96350a665c0114658ef/diff:/var/lib/docker/overlay2/6b7d4e99ce4d77dcf5e334a27e717795908dedaa5d02bd65fe890c3f45e27f4e/diff:/var/lib/docker/overlay2/e3e6501bf48bca75761383a69fcce192551e58e1e3e9819e861779b2bf0d655b/diff:/var/lib/docker/overlay2/28241899bc5ddffe5c14223d0e4baa2b2968db86b6f36657d083b2c1e41d447c/diff", "MergedDir": "/var/lib/docker/overlay2/c52709f521ca06899e8822dc95dc5b92eb9652e27482783b58bd7a3bcce792aa/merged", "UpperDir": "/var/lib/docker/overlay2/c52709f521ca06899e8822dc95dc5b92eb9652e27482783b58bd7a3bcce792aa/diff", "WorkDir": "/var/lib/docker/overlay2/c52709f521ca06899e8822dc95dc5b92eb9652e27482783b58bd7a3bcce792aa/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:a93c85ab44597fcae15c700862244ac659770f9c0dedd56e9f6b899abcc69266", "sha256:58a9eed90c9fb2da06eb360f9cc77fa755c24b010860cb30ebe8cb047553490a", "sha256:406fdac1c36fdb74a2011777db52e4f2f7991a71c8bdc5cff237fe14fd516399", "sha256:ce0847ef9f2844be4a7b890094c040ed21b51b65b240e548a58609958d0c5e20", "sha256:03942f0c1fb3cbee348501cea7d849f3bb91cc7909f4ae6dedcb8c20e4117c6e", "sha256:905161ac8e89a5577986f8af977cb9b33f638bc3281bbed1f7f3560d2dc9778d", "sha256:6fb79ea6ada5da5be32ca22ed54e1ea998c6d8c5d58c3334d2b94a993a859116", "sha256:f17fefbb19dddb812310e4cb6a84ebd8ced06b55bede01e6e60888e85ee01ab7", "sha256:4f0a78aea7de0b8446b27f8042c9c8633d55216cbb734340a56f026fd0e1f4b5", "sha256:2286b593053a949eff40e0a35e8bab4a6712d3d1022caed4cfb6ece136f7afa8", "sha256:9ebbf46c41e03004217b4d3ec62d7cb990492ef7b9880e5f1976f92a81dd9caa" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] [ { "Id": "sha256:793c9d908367b6f3fd8e43136a3576ce6a985eb0cd2ec0853e11a2b7c6e3a1a0", "RepoTags": [ "traefik:v1.7" ], "RepoDigests": [ "traefik@sha256:7a267fbf8f3a77f4a18edcec99f5288cce4621224b9e7bf3bfd69dd2d8bb5e45" ], "Parent": "", "Comment": "", "Created": "2019-09-26T23:54:50.28914226Z", "Container": "894e39938f7272635b4bd4367f26190d45ce3c8c3717e98ee812091b1b6324dd", "ContainerConfig": { "Hostname": "894e39938f72", "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.18 org.opencontainers.image.documentation=https://docs.traefik.io" ], "Image": "sha256:03bb6e2ff381d7a695f50dbf96601ed3a1780c2936dcb7757e7919f183c478f6", "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.18" } }, "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:03bb6e2ff381d7a695f50dbf96601ed3a1780c2936dcb7757e7919f183c478f6", "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.18" } }, "Architecture": "arm", "Os": "linux", "Size": 73148811, "VirtualSize": 73148811, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/850a27cfc9992814759d6c0d44f9d6d04ae8a26dc9ea1b11f55be10179107257/diff:/var/lib/docker/overlay2/6fcec74621bc775dbf3884d4106ec79e69c1b44ad193a4acc297f8b1c8eedf68/diff", "MergedDir": "/var/lib/docker/overlay2/397d55d711340e215afe3e8f71de5f5d857661990afeef4505c4586da1732b4a/merged", "UpperDir": "/var/lib/docker/overlay2/397d55d711340e215afe3e8f71de5f5d857661990afeef4505c4586da1732b4a/diff", "WorkDir": "/var/lib/docker/overlay2/397d55d711340e215afe3e8f71de5f5d857661990afeef4505c4586da1732b4a/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:ebbb68b904f4f18d0f5749e55e847c94b44c36152f203b937dfb8041e9aa0d58", "sha256:a64d81e29b200d6692455a74098e4988da375786676d9c1fb22165b6093cff8d", "sha256:8e63b59e3f72d897ebea454cd5e51de17f74d1d7a4ff48bc4fd5e5eb25c4eb1e" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ] [ { "Id": "sha256:795b4a8868cabce7eff7b1a4454dcd4e51208e1e511aeb7ef9a5718f9e5242d1", "RepoTags": [ "brewblox/brewblox-ui:rpi-edge" ], "RepoDigests": [ "brewblox/brewblox-ui@sha256:da061bd28d0d5dc9bede18ec2d4d42b7032f7a567f6ea1552fa35db6b5e13d0d" ], "Parent": "", "Comment": "", "Created": "2019-10-01T13:55:39.000221888Z", "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.17.4", "NJS_VERSION=0.3.5", "PKG_RELEASE=1~buster" ], "Cmd": [ "/bin/sh", "-c", "#(nop) COPY file:aecf183c7d36bbcfbcb12c475b31de8c71e7e666e97f2cf301678fa17029d3e9 in /etc/nginx/conf.d/ " ], "ArgsEscaped": true, "Image": "sha256:e19398d06ec76aa515e9d7ea1161c1373edaf9606ed983cc6bcbdd153d72bce7", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": null, "Labels": { "maintainer": "NGINX Docker Maintainers " }, "StopSignal": "SIGTERM" }, "DockerVersion": "3.0.6", "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.17.4", "NJS_VERSION=0.3.5", "PKG_RELEASE=1~buster" ], "Cmd": [ "nginx", "-g", "daemon off;" ], "ArgsEscaped": true, "Image": "sha256:e19398d06ec76aa515e9d7ea1161c1373edaf9606ed983cc6bcbdd153d72bce7", "Volumes": null, "WorkingDir": "", "Entrypoint": null, "OnBuild": null, "Labels": { "maintainer": "NGINX Docker Maintainers " }, "StopSignal": "SIGTERM" }, "Architecture": "arm", "Os": "linux", "Size": 115036141, "VirtualSize": 115036141, "GraphDriver": { "Data": { "LowerDir": "/var/lib/docker/overlay2/b2b79ca769615249626d5de2a5478cbf3f652e9d74d2f99c36c1c5de3a5e9308/diff:/var/lib/docker/overlay2/b28c671f09e713380795b3a8ed93340488145959389d2e1905d158856e784ec0/diff:/var/lib/docker/overlay2/63e996db72521b3b315fdb5bff6ab5e16754ab8b2a8b1c25000c0eab2fd23b6b/diff:/var/lib/docker/overlay2/28241899bc5ddffe5c14223d0e4baa2b2968db86b6f36657d083b2c1e41d447c/diff", "MergedDir": "/var/lib/docker/overlay2/3353a23d47704a8592c2e60f0615a450af12a24bc0733b41f264884e660cb7e0/merged", "UpperDir": "/var/lib/docker/overlay2/3353a23d47704a8592c2e60f0615a450af12a24bc0733b41f264884e660cb7e0/diff", "WorkDir": "/var/lib/docker/overlay2/3353a23d47704a8592c2e60f0615a450af12a24bc0733b41f264884e660cb7e0/work" }, "Name": "overlay2" }, "RootFS": { "Type": "layers", "Layers": [ "sha256:a93c85ab44597fcae15c700862244ac659770f9c0dedd56e9f6b899abcc69266", "sha256:9dcd0d6d9b18859d6ec3360e355cc9639a5a2bb70cf18c57ae7df5beedc185d5", "sha256:cf0a6f63dc5d1825eef00463df5751c1b2d327a5d9b63e1115fa75d66955561f", "sha256:f65c9623089157ab7880dc3374ef76e259d64ed5843a74c223bf98af2efc5d06", "sha256:0a9dc7191bea2415b614e01d48394e5f757b6d71af05f568f60bd9a2e48ad659" ] }, "Metadata": { "LastTagTime": "0001-01-01T00:00:00Z" } } ]