[INFO] fetching crate libcoinche 0.4.0... [INFO] testing libcoinche-0.4.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate libcoinche 0.4.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate libcoinche 0.4.0 [INFO] finished tweaking crates.io crate libcoinche 0.4.0 [INFO] tweaked toml for crates.io crate libcoinche 0.4.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate libcoinche 0.4.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 16 packages to latest compatible versions [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0ab8833125c258fbc138f0c6f8ef06245c59356faa66981cc61cb29c4145bdf8 [INFO] running `Command { std: "docker" "start" "-a" "0ab8833125c258fbc138f0c6f8ef06245c59356faa66981cc61cb29c4145bdf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0ab8833125c258fbc138f0c6f8ef06245c59356faa66981cc61cb29c4145bdf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0ab8833125c258fbc138f0c6f8ef06245c59356faa66981cc61cb29c4145bdf8", kill_on_drop: false }` [INFO] [stdout] 0ab8833125c258fbc138f0c6f8ef06245c59356faa66981cc61cb29c4145bdf8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 156c751d43d05c1db9f814e231b73be37ff7d34eefaba8f7bdc527cd2c78b5f2 [INFO] running `Command { std: "docker" "start" "-a" "156c751d43d05c1db9f814e231b73be37ff7d34eefaba8f7bdc527cd2c78b5f2", kill_on_drop: false }` [INFO] [stderr] Compiling libcoinche v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `use_bench` [INFO] [stdout] --> src/cards.rs:489:7 [INFO] [stdout] | [INFO] [stdout] 489 | #[cfg(feature = "use_bench")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `use_bench` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `use_bench` [INFO] [stdout] --> src/game.rs:495:7 [INFO] [stdout] | [INFO] [stdout] 495 | #[cfg(feature = "use_bench")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `use_bench` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s [INFO] running `Command { std: "docker" "inspect" "156c751d43d05c1db9f814e231b73be37ff7d34eefaba8f7bdc527cd2c78b5f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "156c751d43d05c1db9f814e231b73be37ff7d34eefaba8f7bdc527cd2c78b5f2", kill_on_drop: false }` [INFO] [stdout] 156c751d43d05c1db9f814e231b73be37ff7d34eefaba8f7bdc527cd2c78b5f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e87dc5fa43e3ff17f90d9915ce0e8a21d95594eea9942eb7c24f2d4c9454a75d [INFO] running `Command { std: "docker" "start" "-a" "e87dc5fa43e3ff17f90d9915ce0e8a21d95594eea9942eb7c24f2d4c9454a75d", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `use_bench` [INFO] [stdout] --> src/cards.rs:489:7 [INFO] [stdout] | [INFO] [stdout] 489 | #[cfg(feature = "use_bench")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `use_bench` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `use_bench` [INFO] [stdout] --> src/game.rs:495:7 [INFO] [stdout] | [INFO] [stdout] 495 | #[cfg(feature = "use_bench")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `use_bench` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling libcoinche v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `use_bench` [INFO] [stdout] --> src/cards.rs:489:7 [INFO] [stdout] | [INFO] [stdout] 489 | #[cfg(feature = "use_bench")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `use_bench` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `use_bench` [INFO] [stdout] --> src/game.rs:495:7 [INFO] [stdout] | [INFO] [stdout] 495 | #[cfg(feature = "use_bench")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `use_bench` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.89s [INFO] running `Command { std: "docker" "inspect" "e87dc5fa43e3ff17f90d9915ce0e8a21d95594eea9942eb7c24f2d4c9454a75d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e87dc5fa43e3ff17f90d9915ce0e8a21d95594eea9942eb7c24f2d4c9454a75d", kill_on_drop: false }` [INFO] [stdout] e87dc5fa43e3ff17f90d9915ce0e8a21d95594eea9942eb7c24f2d4c9454a75d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3cd04e9f9424c9d71c958fb3bca8408455f0d9a406572f379ab07c78eb10af20 [INFO] running `Command { std: "docker" "start" "-a" "3cd04e9f9424c9d71c958fb3bca8408455f0d9a406572f379ab07c78eb10af20", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `use_bench` [INFO] [stderr] --> src/cards.rs:489:7 [INFO] [stderr] | [INFO] [stderr] 489 | #[cfg(feature = "use_bench")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `use_bench` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `use_bench` [INFO] [stderr] --> src/game.rs:495:7 [INFO] [stderr] | [INFO] [stderr] 495 | #[cfg(feature = "use_bench")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `use_bench` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `libcoinche` (lib) generated 2 warnings [INFO] [stderr] warning: `libcoinche` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/libcoinche-4eda587cb37b8234) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test cards::tests::test_hand ... ok [INFO] [stdout] test cards::tests::test_deck ... ok [INFO] [stdout] test bid::tests::test_auction ... ok [INFO] [stdout] test cards::tests::test_cards ... ok [INFO] [stdout] test game::tests::test_has_higher_1 ... ok [INFO] [stdout] test game::tests::test_has_higher_3 ... ok [INFO] [stdout] test game::tests::test_has_higher_2 ... ok [INFO] [stderr] Doc-tests libcoinche [INFO] [stdout] test pos::tests::test_pos ... ok [INFO] [stdout] test pos::tests::test_teams ... ok [INFO] [stdout] test game::tests::test_has_higher_4 ... ok [INFO] [stdout] test test_deals ... ok [INFO] [stdout] test game::tests::test_play_card ... ok [INFO] [stdout] test game::tests::test_has_higher_5 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 7) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3cd04e9f9424c9d71c958fb3bca8408455f0d9a406572f379ab07c78eb10af20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3cd04e9f9424c9d71c958fb3bca8408455f0d9a406572f379ab07c78eb10af20", kill_on_drop: false }` [INFO] [stdout] 3cd04e9f9424c9d71c958fb3bca8408455f0d9a406572f379ab07c78eb10af20