[INFO] fetching crate runtime-macros 0.3.0... [INFO] testing runtime-macros-0.3.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate runtime-macros 0.3.0 into /workspace/builds/worker-17/source [INFO] validating manifest of crates.io crate runtime-macros 0.3.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate runtime-macros 0.3.0 [INFO] finished tweaking crates.io crate runtime-macros 0.3.0 [INFO] tweaked toml for crates.io crate runtime-macros 0.3.0 written to /workspace/builds/worker-17/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0384f020514227baf2e93b83421e50062968c97ce59362d37839ca9eb6899bac [INFO] running `Command { std: "docker" "start" "-a" "0384f020514227baf2e93b83421e50062968c97ce59362d37839ca9eb6899bac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0384f020514227baf2e93b83421e50062968c97ce59362d37839ca9eb6899bac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0384f020514227baf2e93b83421e50062968c97ce59362d37839ca9eb6899bac", kill_on_drop: false }` [INFO] [stdout] 0384f020514227baf2e93b83421e50062968c97ce59362d37839ca9eb6899bac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 83ccfe7ca6ec26230fa4e661a2524d9dcd1dca073fe554294cdbe3de610aff7d [INFO] running `Command { std: "docker" "start" "-a" "83ccfe7ca6ec26230fa4e661a2524d9dcd1dca073fe554294cdbe3de610aff7d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling runtime-macros v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:148:34 [INFO] [stdout] | [INFO] [stdout] 148 | fn source(&self) -> Option<&(std::error::Error+'static)> { [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] 148 - fn source(&self) -> Option<&(std::error::Error+'static)> { [INFO] [stdout] 148 + fn source(&self) -> Option<&(dyn std::error::Error+'static)> { [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 17.09s [INFO] running `Command { std: "docker" "inspect" "83ccfe7ca6ec26230fa4e661a2524d9dcd1dca073fe554294cdbe3de610aff7d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83ccfe7ca6ec26230fa4e661a2524d9dcd1dca073fe554294cdbe3de610aff7d", kill_on_drop: false }` [INFO] [stdout] 83ccfe7ca6ec26230fa4e661a2524d9dcd1dca073fe554294cdbe3de610aff7d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d052e682be796cb9e2991b32dffdc3e939c141118513ceaf524bc969d3bc9a9 [INFO] running `Command { std: "docker" "start" "-a" "3d052e682be796cb9e2991b32dffdc3e939c141118513ceaf524bc969d3bc9a9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling gimli v0.26.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling curl v0.4.43 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling plain v0.2.3 [INFO] [stderr] Compiling nix v0.12.1 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling home v0.3.4 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling shell-escape v0.1.5 [INFO] [stderr] Compiling rustc-workspace-hack v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling fallible-iterator v0.1.6 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling libnghttp2-sys v0.1.7+1.45.0 [INFO] [stderr] Compiling backtrace v0.3.64 [INFO] [stderr] Compiling libz-sys v1.1.5 [INFO] [stderr] Compiling curl-sys v0.4.53+curl-7.82.0 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling libssh2-sys v0.2.23 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling object v0.27.1 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling filetime v0.2.15 [INFO] [stderr] Compiling gzip-header v0.3.0 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling scroll_derive v0.9.5 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:148:34 [INFO] [stdout] | [INFO] [stdout] 148 | fn source(&self) -> Option<&(std::error::Error+'static)> { [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] 148 - fn source(&self) -> Option<&(std::error::Error+'static)> { [INFO] [stdout] 148 + fn source(&self) -> Option<&(dyn std::error::Error+'static)> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling miniz_oxide v0.5.1 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling parity-wasm v0.35.7 [INFO] [stderr] Compiling tar v0.4.38 [INFO] [stderr] error: could not compile `unicode-bidi` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name unicode_bidi --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a69ffc9ceeb64fbb -C extra-filename=-a69ffc9ceeb64fbb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "3d052e682be796cb9e2991b32dffdc3e939c141118513ceaf524bc969d3bc9a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d052e682be796cb9e2991b32dffdc3e939c141118513ceaf524bc969d3bc9a9", kill_on_drop: false }` [INFO] [stdout] 3d052e682be796cb9e2991b32dffdc3e939c141118513ceaf524bc969d3bc9a9