[INFO] fetching crate sparrow 0.1.0... [INFO] testing sparrow-0.1.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate sparrow 0.1.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate sparrow 0.1.0 [INFO] finished tweaking crates.io crate sparrow 0.1.0 [INFO] tweaked toml for crates.io crate sparrow 0.1.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate sparrow 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] crate crates.io crate sparrow 0.1.0 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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded time v0.1.44 [INFO] [stderr] Downloaded proc-macro2 v1.0.24 [INFO] [stderr] Downloaded quote v1.0.7 [INFO] [stderr] Downloaded syn v1.0.50 [INFO] [stderr] Downloaded libc v0.2.80 [INFO] [stderr] Downloaded unicode-xid v0.2.1 [INFO] [stderr] Downloaded rstest v0.6.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 70407d4f4fc99f6f549bd14cce0b83e1fb77ee71df73bb05dfb0773ec916144b [INFO] running `Command { std: "docker" "start" "-a" "70407d4f4fc99f6f549bd14cce0b83e1fb77ee71df73bb05dfb0773ec916144b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70407d4f4fc99f6f549bd14cce0b83e1fb77ee71df73bb05dfb0773ec916144b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70407d4f4fc99f6f549bd14cce0b83e1fb77ee71df73bb05dfb0773ec916144b", kill_on_drop: false }` [INFO] [stdout] 70407d4f4fc99f6f549bd14cce0b83e1fb77ee71df73bb05dfb0773ec916144b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] c41bf81217bf1cd0ddd5218c165557b97425d6a4935cc53f33a9efd450eff1b9 [INFO] running `Command { std: "docker" "start" "-a" "c41bf81217bf1cd0ddd5218c165557b97425d6a4935cc53f33a9efd450eff1b9", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling sparrow v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cli/mod.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn new(engine: &'_ mut core::Sparrow) -> Cli { [INFO] [stdout] | ^^ ^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn new(engine: &'_ mut core::Sparrow) -> Cli<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s [INFO] running `Command { std: "docker" "inspect" "c41bf81217bf1cd0ddd5218c165557b97425d6a4935cc53f33a9efd450eff1b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c41bf81217bf1cd0ddd5218c165557b97425d6a4935cc53f33a9efd450eff1b9", kill_on_drop: false }` [INFO] [stdout] c41bf81217bf1cd0ddd5218c165557b97425d6a4935cc53f33a9efd450eff1b9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 4f58464e0f4c495402c5bc16cf122e231da9e688bed26ae3c1a49a9b5a5f897e [INFO] running `Command { std: "docker" "start" "-a" "4f58464e0f4c495402c5bc16cf122e231da9e688bed26ae3c1a49a9b5a5f897e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.50 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling rstest v0.6.4 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cli/mod.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn new(engine: &'_ mut core::Sparrow) -> Cli { [INFO] [stdout] | ^^ ^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn new(engine: &'_ mut core::Sparrow) -> Cli<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling sparrow v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/cli/mod.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn new(engine: &'_ mut core::Sparrow) -> Cli { [INFO] [stdout] | ^^ ^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn new(engine: &'_ mut core::Sparrow) -> Cli<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 8.70s [INFO] running `Command { std: "docker" "inspect" "4f58464e0f4c495402c5bc16cf122e231da9e688bed26ae3c1a49a9b5a5f897e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f58464e0f4c495402c5bc16cf122e231da9e688bed26ae3c1a49a9b5a5f897e", kill_on_drop: false }` [INFO] [stdout] 4f58464e0f4c495402c5bc16cf122e231da9e688bed26ae3c1a49a9b5a5f897e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 8e037538d265c7402812cd9cc3fed13cbf25b1e20c8937d1d169c0d00eeb61d4 [INFO] running `Command { std: "docker" "start" "-a" "8e037538d265c7402812cd9cc3fed13cbf25b1e20c8937d1d169c0d00eeb61d4", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/cli/mod.rs:27:23 [INFO] [stderr] | [INFO] [stderr] 27 | pub fn new(engine: &'_ mut core::Sparrow) -> Cli { [INFO] [stderr] | ^^ ^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 27 | pub fn new(engine: &'_ mut core::Sparrow) -> Cli<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `sparrow` (lib) generated 1 warning (run `cargo fix --lib -p sparrow` to apply 1 suggestion) [INFO] [stderr] warning: `sparrow` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sparrow-3f0f73018230197e) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test core::nest::tests::test_nest_get ... ok [INFO] [stdout] test core::egg::tests::test_egg_getters ... ok [INFO] [stdout] test core::nest::tests::test_nest_pop ... ok [INFO] [stdout] test core::egg::tests::test_egg_display_impl ... ok [INFO] [stdout] test core::nest::tests::test_nest_insert ... ok [INFO] [stdout] test core::sparrow::tests::test_sparrow_get ... ok [INFO] [stdout] test core::sparrow::tests::test_sparrow_new ... ok [INFO] [stdout] test core::sparrow::tests::test_sparrow_insert ... ok [INFO] [stdout] test core::nest::tests::test_nest_new ... ok [INFO] [stdout] test core::egg::tests::test_egg_new ... ok [INFO] [stdout] test core::nest::tests::test_new_nest ... ok [INFO] [stdout] test core::sparrow::tests::test_sparrow_pop ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sparrow-7201300dc022947f) [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] [stderr] Doc-tests sparrow [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" "8e037538d265c7402812cd9cc3fed13cbf25b1e20c8937d1d169c0d00eeb61d4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e037538d265c7402812cd9cc3fed13cbf25b1e20c8937d1d169c0d00eeb61d4", kill_on_drop: false }` [INFO] [stdout] 8e037538d265c7402812cd9cc3fed13cbf25b1e20c8937d1d169c0d00eeb61d4