[INFO] fetching crate trait-theories-std 0.1.0... [INFO] testing trait-theories-std-0.1.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate trait-theories-std 0.1.0 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate trait-theories-std 0.1.0 [INFO] finished tweaking crates.io crate trait-theories-std 0.1.0 [INFO] tweaked toml for crates.io crate trait-theories-std 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate trait-theories-std 0.1.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "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" "+caccb4d0368bd918ef6668af8e13834d07040417" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4c3ed9dd8e27f2d8dbef447bb6482d660c3beea476ffdee823db48921b19c51e [INFO] running `Command { std: "docker" "start" "-a" "4c3ed9dd8e27f2d8dbef447bb6482d660c3beea476ffdee823db48921b19c51e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4c3ed9dd8e27f2d8dbef447bb6482d660c3beea476ffdee823db48921b19c51e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c3ed9dd8e27f2d8dbef447bb6482d660c3beea476ffdee823db48921b19c51e", kill_on_drop: false }` [INFO] [stdout] 4c3ed9dd8e27f2d8dbef447bb6482d660c3beea476ffdee823db48921b19c51e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f54a46b89b97c9d5cb93ba6f0ef8ff69519917b34f889a6f0864e35cf9aab1d6 [INFO] running `Command { std: "docker" "start" "-a" "f54a46b89b97c9d5cb93ba6f0ef8ff69519917b34f889a6f0864e35cf9aab1d6", kill_on_drop: false }` [INFO] [stderr] Compiling trait-theories-std v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `pure_clone` [INFO] [stdout] --> src/pure_clone.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | #[cfg(pure_clone)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pure_clone)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pure_clone)");` to the top of the `build.rs` [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 name: `pure_clone` [INFO] [stdout] --> src/pure_clone.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | #[cfg(not(pure_clone))] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pure_clone)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pure_clone)");` to the top of the `build.rs` [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.16s [INFO] running `Command { std: "docker" "inspect" "f54a46b89b97c9d5cb93ba6f0ef8ff69519917b34f889a6f0864e35cf9aab1d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f54a46b89b97c9d5cb93ba6f0ef8ff69519917b34f889a6f0864e35cf9aab1d6", kill_on_drop: false }` [INFO] [stdout] f54a46b89b97c9d5cb93ba6f0ef8ff69519917b34f889a6f0864e35cf9aab1d6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36cea162c0b2584db35a83d676d4ad2d3c9054f94b62af190e871b6774b0d0b6 [INFO] running `Command { std: "docker" "start" "-a" "36cea162c0b2584db35a83d676d4ad2d3c9054f94b62af190e871b6774b0d0b6", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition name: `pure_clone` [INFO] [stdout] --> src/pure_clone.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | #[cfg(pure_clone)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pure_clone)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pure_clone)");` to the top of the `build.rs` [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 name: `pure_clone` [INFO] [stdout] --> src/pure_clone.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | #[cfg(not(pure_clone))] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pure_clone)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pure_clone)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling trait-theories-std v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `pure_clone` [INFO] [stdout] --> src/pure_clone.rs:5:7 [INFO] [stdout] | [INFO] [stdout] 5 | #[cfg(pure_clone)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pure_clone)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pure_clone)");` to the top of the `build.rs` [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 name: `pure_clone` [INFO] [stdout] --> src/pure_clone.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | #[cfg(not(pure_clone))] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pure_clone)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pure_clone)");` to the top of the `build.rs` [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.48s [INFO] running `Command { std: "docker" "inspect" "36cea162c0b2584db35a83d676d4ad2d3c9054f94b62af190e871b6774b0d0b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36cea162c0b2584db35a83d676d4ad2d3c9054f94b62af190e871b6774b0d0b6", kill_on_drop: false }` [INFO] [stdout] 36cea162c0b2584db35a83d676d4ad2d3c9054f94b62af190e871b6774b0d0b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f5ca87050a150f24ec0562bbc694229613b6a952980ade8e35d760bad0119f4b [INFO] running `Command { std: "docker" "start" "-a" "f5ca87050a150f24ec0562bbc694229613b6a952980ade8e35d760bad0119f4b", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition name: `pure_clone` [INFO] [stderr] --> src/pure_clone.rs:5:7 [INFO] [stderr] | [INFO] [stderr] 5 | #[cfg(pure_clone)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pure_clone)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pure_clone)");` to the top of the `build.rs` [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 name: `pure_clone` [INFO] [stderr] --> src/pure_clone.rs:53:11 [INFO] [stderr] | [INFO] [stderr] 53 | #[cfg(not(pure_clone))] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(pure_clone)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(pure_clone)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `trait-theories-std` (lib) generated 2 warnings [INFO] [stderr] warning: `trait-theories-std` (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/trait_theories_std-93f8462042bbedbf) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test fused_iterators::tests::test_range_iterator ... 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 trait_theories_std [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f5ca87050a150f24ec0562bbc694229613b6a952980ade8e35d760bad0119f4b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5ca87050a150f24ec0562bbc694229613b6a952980ade8e35d760bad0119f4b", kill_on_drop: false }` [INFO] [stdout] f5ca87050a150f24ec0562bbc694229613b6a952980ade8e35d760bad0119f4b