[INFO] fetching crate tool 0.2.1... [INFO] testing tool-0.2.1 against master#0d13f6afeba4935499abe0c9a07426c94492c94e for pr-96025 [INFO] extracting crate tool 0.2.1 into /workspace/builds/worker-87/source [INFO] validating manifest of crates.io crate tool 0.2.1 on toolchain 0d13f6afeba4935499abe0c9a07426c94492c94e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tool 0.2.1 [INFO] finished tweaking crates.io crate tool 0.2.1 [INFO] tweaked toml for crates.io crate tool 0.2.1 written to /workspace/builds/worker-87/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cde0c6ae7fc20d2bd2de07f3a1ef1df8d56b06f8f5248fe9fd587933627c0a98 [INFO] running `Command { std: "docker" "start" "-a" "cde0c6ae7fc20d2bd2de07f3a1ef1df8d56b06f8f5248fe9fd587933627c0a98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cde0c6ae7fc20d2bd2de07f3a1ef1df8d56b06f8f5248fe9fd587933627c0a98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cde0c6ae7fc20d2bd2de07f3a1ef1df8d56b06f8f5248fe9fd587933627c0a98", kill_on_drop: false }` [INFO] [stdout] cde0c6ae7fc20d2bd2de07f3a1ef1df8d56b06f8f5248fe9fd587933627c0a98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d72ea69415a57769f93ec1738de32985c8904999f009e188ad0f8eb91fcccf1 [INFO] running `Command { std: "docker" "start" "-a" "0d72ea69415a57769f93ec1738de32985c8904999f009e188ad0f8eb91fcccf1", kill_on_drop: false }` [INFO] [stderr] Compiling tool v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/functor.rs:51:18 [INFO] [stdout] | [INFO] [stdout] 51 | where F: Fn(&Fn(A)-> B, A) -> B [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 51 - where F: Fn(&Fn(A)-> B, A) -> B [INFO] [stdout] 51 + where F: Fn(&dyn Fn(A)-> B, A) -> B [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/functor.rs:59:44 [INFO] [stdout] | [INFO] [stdout] 59 | fun_holder = Cell::new(&tmp_fn as &Fn(A) -> B); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 59 - fun_holder = Cell::new(&tmp_fn as &Fn(A) -> B); [INFO] [stdout] 59 + fun_holder = Cell::new(&tmp_fn as &dyn Fn(A) -> B); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/functor.rs:61:33 [INFO] [stdout] | [INFO] [stdout] 61 | fun_holder.set(&fun as &Fn(A) -> B); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 - fun_holder.set(&fun as &Fn(A) -> B); [INFO] [stdout] 61 + fun_holder.set(&fun as &dyn Fn(A) -> B); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.66s [INFO] running `Command { std: "docker" "inspect" "0d72ea69415a57769f93ec1738de32985c8904999f009e188ad0f8eb91fcccf1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d72ea69415a57769f93ec1738de32985c8904999f009e188ad0f8eb91fcccf1", kill_on_drop: false }` [INFO] [stdout] 0d72ea69415a57769f93ec1738de32985c8904999f009e188ad0f8eb91fcccf1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+0d13f6afeba4935499abe0c9a07426c94492c94e" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7536cfea83bbe2aff6212d7300c870bf80592f18668b36aa913a41fc2718ad63 [INFO] running `Command { std: "docker" "start" "-a" "7536cfea83bbe2aff6212d7300c870bf80592f18668b36aa913a41fc2718ad63", kill_on_drop: false }` [INFO] [stderr] Compiling tool v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/functor.rs:51:18 [INFO] [stdout] | [INFO] [stdout] 51 | where F: Fn(&Fn(A)-> B, A) -> B [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 51 - where F: Fn(&Fn(A)-> B, A) -> B [INFO] [stdout] 51 + where F: Fn(&dyn Fn(A)-> B, A) -> B [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/functor.rs:59:44 [INFO] [stdout] | [INFO] [stdout] 59 | fun_holder = Cell::new(&tmp_fn as &Fn(A) -> B); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 59 - fun_holder = Cell::new(&tmp_fn as &Fn(A) -> B); [INFO] [stdout] 59 + fun_holder = Cell::new(&tmp_fn as &dyn Fn(A) -> B); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/functor.rs:61:33 [INFO] [stdout] | [INFO] [stdout] 61 | fun_holder.set(&fun as &Fn(A) -> B); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 - fun_holder.set(&fun as &Fn(A) -> B); [INFO] [stdout] 61 + fun_holder.set(&fun as &dyn Fn(A) -> B); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/functor.rs:51:18 [INFO] [stdout] | [INFO] [stdout] 51 | where F: Fn(&Fn(A)-> B, A) -> B [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 51 - where F: Fn(&Fn(A)-> B, A) -> B [INFO] [stdout] 51 + where F: Fn(&dyn Fn(A)-> B, A) -> B [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.28s [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/functor.rs:59:44 [INFO] [stdout] | [INFO] [stdout] 59 | fun_holder = Cell::new(&tmp_fn as &Fn(A) -> B); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 59 - fun_holder = Cell::new(&tmp_fn as &Fn(A) -> B); [INFO] [stdout] 59 + fun_holder = Cell::new(&tmp_fn as &dyn Fn(A) -> B); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/tool-cb671a4f52f4476d) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/functor.rs:61:33 [INFO] [stdout] | [INFO] [stdout] 61 | fun_holder.set(&fun as &Fn(A) -> B); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 61 - fun_holder.set(&fun as &Fn(A) -> B); [INFO] [stdout] 61 + fun_holder.set(&fun as &dyn Fn(A) -> B); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Executable tests/functor.rs (/opt/rustwide/target/debug/deps/functor-70dd3cdf6af952b1) [INFO] [stderr] Executable tests/sequence.rs (/opt/rustwide/target/debug/deps/sequence-7566001c7e7bb0aa) [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "7536cfea83bbe2aff6212d7300c870bf80592f18668b36aa913a41fc2718ad63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7536cfea83bbe2aff6212d7300c870bf80592f18668b36aa913a41fc2718ad63", kill_on_drop: false }` [INFO] [stdout] 7536cfea83bbe2aff6212d7300c870bf80592f18668b36aa913a41fc2718ad63