[INFO] updating cached repository https://github.com/aaronriekenberg/rust-dhcp-leases [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] 80ce3cae3c4299f47cd19e8587d6e633f1b0a256 [INFO] testing aaronriekenberg/rust-dhcp-leases against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Faaronriekenberg%2Frust-dhcp-leases" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aaronriekenberg/rust-dhcp-leases on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/aaronriekenberg/rust-dhcp-leases [INFO] finished tweaking git repo https://github.com/aaronriekenberg/rust-dhcp-leases [INFO] tweaked toml for git repo https://github.com/aaronriekenberg/rust-dhcp-leases written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/aaronriekenberg/rust-dhcp-leases already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 8caa4e445d328e2313239371a080ccf06fa5d6d2e672e9abde2b3f0a2a75f65e [INFO] running `"docker" "start" "-a" "8caa4e445d328e2313239371a080ccf06fa5d6d2e672e9abde2b3f0a2a75f65e"` [INFO] [stderr] Compiling reexport-proc-macro v1.0.5 [INFO] [stderr] Compiling array-macro v1.0.2 [INFO] [stderr] Compiling eui48 v0.3.2 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling enum-map-derive v0.2.10 [INFO] [stderr] Compiling enum-map v0.2.36 [INFO] [stderr] Compiling rust-dhcp-leases v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:66:54 [INFO] [stderr] | [INFO] [stderr] 66 | fn read_dhcpd_leases() -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:177:72 [INFO] [stderr] | [INFO] [stderr] 177 | fn read_oui_file(mut oui_set: OuiSet) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.05s [INFO] running `"docker" "inspect" "8caa4e445d328e2313239371a080ccf06fa5d6d2e672e9abde2b3f0a2a75f65e"` [INFO] running `"docker" "rm" "-f" "8caa4e445d328e2313239371a080ccf06fa5d6d2e672e9abde2b3f0a2a75f65e"` [INFO] [stdout] 8caa4e445d328e2313239371a080ccf06fa5d6d2e672e9abde2b3f0a2a75f65e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a08fa9eb9162c519121c4f5c590166c1b32dbc85e53f2ffd01ded69b5586dc22 [INFO] running `"docker" "start" "-a" "a08fa9eb9162c519121c4f5c590166c1b32dbc85e53f2ffd01ded69b5586dc22"` [INFO] [stderr] Compiling rust-dhcp-leases v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:66:54 [INFO] [stderr] | [INFO] [stderr] 66 | fn read_dhcpd_leases() -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:177:72 [INFO] [stderr] | [INFO] [stderr] 177 | fn read_oui_file(mut oui_set: OuiSet) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.33s [INFO] running `"docker" "inspect" "a08fa9eb9162c519121c4f5c590166c1b32dbc85e53f2ffd01ded69b5586dc22"` [INFO] running `"docker" "rm" "-f" "a08fa9eb9162c519121c4f5c590166c1b32dbc85e53f2ffd01ded69b5586dc22"` [INFO] [stdout] a08fa9eb9162c519121c4f5c590166c1b32dbc85e53f2ffd01ded69b5586dc22 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 316cccdd70ee9b59d00f86dc3603228e8988234a5db056d92e4e61674f2ba703 [INFO] running `"docker" "start" "-a" "316cccdd70ee9b59d00f86dc3603228e8988234a5db056d92e4e61674f2ba703"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_dhcp_leases-29e8c801197f9e0e [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" "316cccdd70ee9b59d00f86dc3603228e8988234a5db056d92e4e61674f2ba703"` [INFO] running `"docker" "rm" "-f" "316cccdd70ee9b59d00f86dc3603228e8988234a5db056d92e4e61674f2ba703"` [INFO] [stdout] 316cccdd70ee9b59d00f86dc3603228e8988234a5db056d92e4e61674f2ba703