[INFO] fetching crate hwaddr 0.1.7... [INFO] testing hwaddr-0.1.7 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate hwaddr 0.1.7 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate hwaddr 0.1.7 [INFO] finished tweaking crates.io crate hwaddr 0.1.7 [INFO] tweaked toml for crates.io crate hwaddr 0.1.7 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate hwaddr 0.1.7 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate hwaddr 0.1.7 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0bb14f92e0c6727c23509cefb4cf21ad92745597dd40cb9286240fe800e7d893 [INFO] running `Command { std: "docker" "start" "-a" "0bb14f92e0c6727c23509cefb4cf21ad92745597dd40cb9286240fe800e7d893", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0bb14f92e0c6727c23509cefb4cf21ad92745597dd40cb9286240fe800e7d893", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bb14f92e0c6727c23509cefb4cf21ad92745597dd40cb9286240fe800e7d893", kill_on_drop: false }` [INFO] [stdout] 0bb14f92e0c6727c23509cefb4cf21ad92745597dd40cb9286240fe800e7d893 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0f654ddf110e771575fe256d69245c234bf71c90c3d441eb5ed504c0a636570f [INFO] running `Command { std: "docker" "start" "-a" "0f654ddf110e771575fe256d69245c234bf71c90c3d441eb5ed504c0a636570f", kill_on_drop: false }` [INFO] [stderr] Compiling siphasher v0.3.3 [INFO] [stderr] Compiling hwaddr v0.1.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> build.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(features = "database")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] help: there is a config with a similar name and value [INFO] [stdout] | [INFO] [stdout] 17 - #[cfg(features = "database")] [INFO] [stdout] 17 + #[cfg(feature = "database")] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> build.rs:19:7 [INFO] [stdout] | [INFO] [stdout] 19 | #[cfg(features = "database")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] help: there is a config with a similar name and value [INFO] [stdout] | [INFO] [stdout] 19 - #[cfg(features = "database")] [INFO] [stdout] 19 + #[cfg(feature = "database")] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> build.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg(features = "database")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] help: there is a config with a similar name and value [INFO] [stdout] | [INFO] [stdout] 21 - #[cfg(features = "database")] [INFO] [stdout] 21 + #[cfg(feature = "database")] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> build.rs:29:8 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(features = "database")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] help: there is a config with a similar name and value [INFO] [stdout] | [INFO] [stdout] 29 - #[cfg(features = "database")] [INFO] [stdout] 29 + #[cfg(feature = "database")] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s [INFO] running `Command { std: "docker" "inspect" "0f654ddf110e771575fe256d69245c234bf71c90c3d441eb5ed504c0a636570f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0f654ddf110e771575fe256d69245c234bf71c90c3d441eb5ed504c0a636570f", kill_on_drop: false }` [INFO] [stdout] 0f654ddf110e771575fe256d69245c234bf71c90c3d441eb5ed504c0a636570f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 465b964b193df6d6dce4f3015af9cfdcbd0015ac3e4b583f0a151000579ef6d2 [INFO] running `Command { std: "docker" "start" "-a" "465b964b193df6d6dce4f3015af9cfdcbd0015ac3e4b583f0a151000579ef6d2", kill_on_drop: false }` [INFO] [stderr] Compiling hwaddr v0.1.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> build.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(features = "database")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] help: there is a config with a similar name and value [INFO] [stdout] | [INFO] [stdout] 17 - #[cfg(features = "database")] [INFO] [stdout] 17 + #[cfg(feature = "database")] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> build.rs:19:7 [INFO] [stdout] | [INFO] [stdout] 19 | #[cfg(features = "database")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] help: there is a config with a similar name and value [INFO] [stdout] | [INFO] [stdout] 19 - #[cfg(features = "database")] [INFO] [stdout] 19 + #[cfg(feature = "database")] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> build.rs:21:7 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg(features = "database")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] help: there is a config with a similar name and value [INFO] [stdout] | [INFO] [stdout] 21 - #[cfg(features = "database")] [INFO] [stdout] 21 + #[cfg(feature = "database")] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> build.rs:29:8 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(features = "database")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] help: there is a config with a similar name and value [INFO] [stdout] | [INFO] [stdout] 29 - #[cfg(features = "database")] [INFO] [stdout] 29 + #[cfg(feature = "database")] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `features` [INFO] [stdout] --> examples/producer.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(features = "database")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] help: there is a config with a similar name and value [INFO] [stdout] | [INFO] [stdout] 12 - #[cfg(features = "database")] [INFO] [stdout] 12 + #[cfg(feature = "database")] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.45s [INFO] running `Command { std: "docker" "inspect" "465b964b193df6d6dce4f3015af9cfdcbd0015ac3e4b583f0a151000579ef6d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "465b964b193df6d6dce4f3015af9cfdcbd0015ac3e4b583f0a151000579ef6d2", kill_on_drop: false }` [INFO] [stdout] 465b964b193df6d6dce4f3015af9cfdcbd0015ac3e4b583f0a151000579ef6d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9fc57b1862d5fa41cfdbd557a198b4ab4781d348354411a9ecf88c402f90a8fe [INFO] running `Command { std: "docker" "start" "-a" "9fc57b1862d5fa41cfdbd557a198b4ab4781d348354411a9ecf88c402f90a8fe", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `features` [INFO] [stderr] --> build.rs:17:7 [INFO] [stderr] | [INFO] [stderr] 17 | #[cfg(features = "database")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] help: there is a config with a similar name and value [INFO] [stderr] | [INFO] [stderr] 17 - #[cfg(features = "database")] [INFO] [stderr] 17 + #[cfg(feature = "database")] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `features` [INFO] [stderr] --> build.rs:19:7 [INFO] [stderr] | [INFO] [stderr] 19 | #[cfg(features = "database")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] help: there is a config with a similar name and value [INFO] [stderr] | [INFO] [stderr] 19 - #[cfg(features = "database")] [INFO] [stderr] 19 + #[cfg(feature = "database")] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `features` [INFO] [stderr] --> build.rs:21:7 [INFO] [stderr] | [INFO] [stderr] 21 | #[cfg(features = "database")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] help: there is a config with a similar name and value [INFO] [stderr] | [INFO] [stderr] 21 - #[cfg(features = "database")] [INFO] [stderr] 21 + #[cfg(feature = "database")] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `features` [INFO] [stderr] --> build.rs:29:8 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg(features = "database")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] help: there is a config with a similar name and value [INFO] [stderr] | [INFO] [stderr] 29 - #[cfg(features = "database")] [INFO] [stderr] 29 + #[cfg(feature = "database")] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `hwaddr` (build script) generated 4 warnings [INFO] [stderr] warning: unexpected `cfg` condition name: `features` [INFO] [stderr] --> examples/producer.rs:12:8 [INFO] [stderr] | [INFO] [stderr] 12 | #[cfg(features = "database")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] help: there is a config with a similar name and value [INFO] [stderr] | [INFO] [stderr] 12 - #[cfg(features = "database")] [INFO] [stderr] 12 + #[cfg(feature = "database")] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `hwaddr` (example "producer") generated 1 warning [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hwaddr-5517081a2e487836) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test addr::test::display ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests hwaddr [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/addr.rs - addr::HwAddr::octets (line 33) ... ok [INFO] [stdout] test src/addr.rs - addr::HwAddr::is_broadcast (line 47) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9fc57b1862d5fa41cfdbd557a198b4ab4781d348354411a9ecf88c402f90a8fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fc57b1862d5fa41cfdbd557a198b4ab4781d348354411a9ecf88c402f90a8fe", kill_on_drop: false }` [INFO] [stdout] 9fc57b1862d5fa41cfdbd557a198b4ab4781d348354411a9ecf88c402f90a8fe