[INFO] fetching crate protocols 0.0.1... [INFO] testing protocols-0.0.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate protocols 0.0.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate protocols 0.0.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate protocols 0.0.1 [INFO] finished tweaking crates.io crate protocols 0.0.1 [INFO] tweaked toml for crates.io crate protocols 0.0.1 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded signals v0.0.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4e3ab02afa77f4e4e04bab9b5ee08be8110a24619f36e5b25a71b90720ab30ca [INFO] running `Command { std: "docker" "start" "-a" "4e3ab02afa77f4e4e04bab9b5ee08be8110a24619f36e5b25a71b90720ab30ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4e3ab02afa77f4e4e04bab9b5ee08be8110a24619f36e5b25a71b90720ab30ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e3ab02afa77f4e4e04bab9b5ee08be8110a24619f36e5b25a71b90720ab30ca", kill_on_drop: false }` [INFO] [stdout] 4e3ab02afa77f4e4e04bab9b5ee08be8110a24619f36e5b25a71b90720ab30ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f99e302c5383c4e1ca5a8b356f4d7d561bff3527976d500333fa1ad4c9415264 [INFO] running `Command { std: "docker" "start" "-a" "f99e302c5383c4e1ca5a8b356f4d7d561bff3527976d500333fa1ad4c9415264", 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] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling notify v4.0.17 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling signals v0.0.2 [INFO] [stderr] Compiling protocols v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pluginmanager.rs:139:71 [INFO] [stdout] | [INFO] [stdout] 139 | fn blocking_watch_directory(watch_path: &str, on_path_changed: Am>) -> Result<(), Error> { [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] 139 - fn blocking_watch_directory(watch_path: &str, on_path_changed: Am>) -> Result<(), Error> { [INFO] [stdout] 139 + fn blocking_watch_directory(watch_path: &str, on_path_changed: Am>) -> Result<(), Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.51s [INFO] running `Command { std: "docker" "inspect" "f99e302c5383c4e1ca5a8b356f4d7d561bff3527976d500333fa1ad4c9415264", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f99e302c5383c4e1ca5a8b356f4d7d561bff3527976d500333fa1ad4c9415264", kill_on_drop: false }` [INFO] [stdout] f99e302c5383c4e1ca5a8b356f4d7d561bff3527976d500333fa1ad4c9415264 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2f6091c3eb92190f7794dee4f61d24b23a041c4698ad84df4d8b428ff2193bb8 [INFO] running `Command { std: "docker" "start" "-a" "2f6091c3eb92190f7794dee4f61d24b23a041c4698ad84df4d8b428ff2193bb8", kill_on_drop: false }` [INFO] [stderr] Compiling protocols v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pluginmanager.rs:139:71 [INFO] [stdout] | [INFO] [stdout] 139 | fn blocking_watch_directory(watch_path: &str, on_path_changed: Am>) -> Result<(), Error> { [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] 139 - fn blocking_watch_directory(watch_path: &str, on_path_changed: Am>) -> Result<(), Error> { [INFO] [stdout] 139 + fn blocking_watch_directory(watch_path: &str, on_path_changed: Am>) -> Result<(), Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read examples/../libraries/root-message/hash.txt: No such file or directory (os error 2) [INFO] [stdout] --> examples/sender.rs:15:30 [INFO] [stdout] | [INFO] [stdout] 15 | let root_protocol_hash = include_str!("../libraries/root-message/hash.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read examples/../libraries/test-protocol/hash.txt: No such file or directory (os error 2) [INFO] [stdout] --> examples/sender.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | let test_protocol_hash = include_str!("../libraries/test-protocol/hash.txt"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `protocols` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't read examples/../libraries/root-message/hash.txt: No such file or directory (os error 2) [INFO] [stdout] --> examples/receiver.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | let root_message_hash = include_str!("../libraries/root-message/hash.txt").to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/pluginmanager.rs:139:71 [INFO] [stdout] | [INFO] [stdout] 139 | fn blocking_watch_directory(watch_path: &str, on_path_changed: Am>) -> Result<(), Error> { [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] 139 - fn blocking_watch_directory(watch_path: &str, on_path_changed: Am>) -> Result<(), Error> { [INFO] [stdout] 139 + fn blocking_watch_directory(watch_path: &str, on_path_changed: Am>) -> Result<(), Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "2f6091c3eb92190f7794dee4f61d24b23a041c4698ad84df4d8b428ff2193bb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f6091c3eb92190f7794dee4f61d24b23a041c4698ad84df4d8b428ff2193bb8", kill_on_drop: false }` [INFO] [stdout] 2f6091c3eb92190f7794dee4f61d24b23a041c4698ad84df4d8b428ff2193bb8