[INFO] fetching crate inori-mpd 0.2.2... [INFO] checking inori-mpd-0.2.2 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate inori-mpd 0.2.2 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate inori-mpd 0.2.2 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate inori-mpd 0.2.2 [INFO] tweaked toml for crates.io crate inori-mpd 0.2.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate inori-mpd 0.2.2 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate inori-mpd 0.2.2 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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ab5da2cec9ba64641e76a46efc749d12cf925cdf583fbb43936b30096fc41bc5 [INFO] running `Command { std: "docker" "start" "-a" "ab5da2cec9ba64641e76a46efc749d12cf925cdf583fbb43936b30096fc41bc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ab5da2cec9ba64641e76a46efc749d12cf925cdf583fbb43936b30096fc41bc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab5da2cec9ba64641e76a46efc749d12cf925cdf583fbb43936b30096fc41bc5", kill_on_drop: false }` [INFO] [stdout] ab5da2cec9ba64641e76a46efc749d12cf925cdf583fbb43936b30096fc41bc5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a185590c842f0d3e7968eb42a2f294d12deeb476860c3fe7b65ede9e45f5a1c3 [INFO] running `Command { std: "docker" "start" "-a" "a185590c842f0d3e7968eb42a2f294d12deeb476860c3fe7b65ede9e45f5a1c3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling rustix v0.38.43 [INFO] [stderr] Checking linux-raw-sys v0.4.15 [INFO] [stderr] Checking bufstream v0.1.4 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking tempfile v3.15.0 [INFO] [stderr] Checking inori-mpd v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/playlist.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> examples/example.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/outputs.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/options.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/reflect.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/idle.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (example "example") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/playback.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/search.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (test "playlist") due to 2 previous errors [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> benches/options.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (test "outputs") due to 2 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (test "reflect") due to 2 previous errors [INFO] [stderr] error: could not compile `inori-mpd` (test "idle") due to 2 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (bench "options") due to 1 previous error [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/stickers.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/song.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (test "options") due to 2 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (test "playback") due to 2 previous errors [INFO] [stderr] error: could not compile `inori-mpd` (test "search") due to 2 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (test "stickers") due to 2 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (test "song") due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "a185590c842f0d3e7968eb42a2f294d12deeb476860c3fe7b65ede9e45f5a1c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a185590c842f0d3e7968eb42a2f294d12deeb476860c3fe7b65ede9e45f5a1c3", kill_on_drop: false }` [INFO] [stdout] a185590c842f0d3e7968eb42a2f294d12deeb476860c3fe7b65ede9e45f5a1c3