[INFO] updating cached repository https://github.com/eritscher/dash_hue [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 88061d5c3e5baf6413c0ed5194a467e8b2fc5bd2 [INFO] testing eritscher/dash_hue against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Feritscher%2Fdash_hue" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eritscher/dash_hue on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/eritscher/dash_hue [INFO] finished tweaking git repo https://github.com/eritscher/dash_hue [INFO] tweaked toml for git repo https://github.com/eritscher/dash_hue written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/eritscher/dash_hue already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 8cbbc7728b14248ef44e540c9d8739113ad1d7b24f206c9a8254397ebf20ea19 [INFO] running `"docker" "start" "-a" "8cbbc7728b14248ef44e540c9d8739113ad1d7b24f206c9a8254397ebf20ea19"` [INFO] [stderr] Compiling openssl v0.10.19 [INFO] [stderr] Compiling openssl-src v111.2.1+1.1.1b [INFO] [stderr] Compiling tokio-sync v0.1.4 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling tokio-executor v0.1.6 [INFO] [stderr] Compiling iovec v0.1.2 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling pnet_sys v0.22.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling ipnetwork v0.14.0 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling regex v1.0.6 [INFO] [stderr] Compiling uuid v0.7.2 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling tokio-timer v0.2.10 [INFO] [stderr] Compiling tokio-current-thread v0.1.5 [INFO] [stderr] Compiling tokio-threadpool v0.1.12 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling openssl-sys v0.9.42 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling pnet_datalink v0.22.0 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.16 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.17 [INFO] [stderr] Compiling h2 v0.1.17 [INFO] [stderr] Compiling hyper v0.12.25 [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros v0.22.0 [INFO] [stderr] Compiling pnet_packet v0.22.0 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.11 [INFO] [stderr] Compiling pnet_transport v0.22.0 [INFO] [stderr] Compiling pnet v0.22.0 [INFO] [stderr] Compiling dash_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `EtherTypes` [INFO] [stderr] --> src/main/listener.rs:5:30 [INFO] [stderr] | [INFO] [stderr] 5 | use pnet::packet::ethernet::{EtherTypes, EthernetPacket}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main/listener.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | hooks: Vec>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Events` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 29s [INFO] running `"docker" "inspect" "8cbbc7728b14248ef44e540c9d8739113ad1d7b24f206c9a8254397ebf20ea19"` [INFO] running `"docker" "rm" "-f" "8cbbc7728b14248ef44e540c9d8739113ad1d7b24f206c9a8254397ebf20ea19"` [INFO] [stdout] 8cbbc7728b14248ef44e540c9d8739113ad1d7b24f206c9a8254397ebf20ea19 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 13b3a8917d81170761c49191c86b3eed1429ea3e7b08c42047416dce68ad9ff2 [INFO] running `"docker" "start" "-a" "13b3a8917d81170761c49191c86b3eed1429ea3e7b08c42047416dce68ad9ff2"` [INFO] [stderr] Compiling dash_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `EtherTypes` [INFO] [stderr] --> src/main/listener.rs:5:30 [INFO] [stderr] | [INFO] [stderr] 5 | use pnet::packet::ethernet::{EtherTypes, EthernetPacket}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main/listener.rs:10:18 [INFO] [stderr] | [INFO] [stderr] 10 | hooks: Vec>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Events` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.38s [INFO] running `"docker" "inspect" "13b3a8917d81170761c49191c86b3eed1429ea3e7b08c42047416dce68ad9ff2"` [INFO] running `"docker" "rm" "-f" "13b3a8917d81170761c49191c86b3eed1429ea3e7b08c42047416dce68ad9ff2"` [INFO] [stdout] 13b3a8917d81170761c49191c86b3eed1429ea3e7b08c42047416dce68ad9ff2 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] abac8d03ff74520c821e0a9ce246dbb00ce36a743d0f53e0b9e15f4cd4a5d1c1 [INFO] running `"docker" "start" "-a" "abac8d03ff74520c821e0a9ce246dbb00ce36a743d0f53e0b9e15f4cd4a5d1c1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dash_hue_controller-241f938910602bb4 [INFO] [stderr] Running /opt/rustwide/target/debug/deps/find_buttons-ada2ce4520bbe03a [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "abac8d03ff74520c821e0a9ce246dbb00ce36a743d0f53e0b9e15f4cd4a5d1c1"` [INFO] running `"docker" "rm" "-f" "abac8d03ff74520c821e0a9ce246dbb00ce36a743d0f53e0b9e15f4cd4a5d1c1"` [INFO] [stdout] abac8d03ff74520c821e0a9ce246dbb00ce36a743d0f53e0b9e15f4cd4a5d1c1