[INFO] fetching crate ittech 0.3.0... [INFO] checking ittech-0.3.0 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate ittech 0.3.0 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate ittech 0.3.0 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ittech 0.3.0 [INFO] finished tweaking crates.io crate ittech 0.3.0 [INFO] tweaked toml for crates.io crate ittech 0.3.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate crates.io crate ittech 0.3.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" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e95ac825de5efd57139b8789c9c7fc1fd652e6231c6819019f39a3bb93933330 [INFO] running `Command { std: "docker" "start" "-a" "e95ac825de5efd57139b8789c9c7fc1fd652e6231c6819019f39a3bb93933330", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e95ac825de5efd57139b8789c9c7fc1fd652e6231c6819019f39a3bb93933330", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e95ac825de5efd57139b8789c9c7fc1fd652e6231c6819019f39a3bb93933330", kill_on_drop: false }` [INFO] [stdout] e95ac825de5efd57139b8789c9c7fc1fd652e6231c6819019f39a3bb93933330 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ead334b48117787bbe5dcaf07a2418e4136b800d4bb7db835e8bf2a610d7f202 [INFO] running `Command { std: "docker" "start" "-a" "ead334b48117787bbe5dcaf07a2418e4136b800d4bb7db835e8bf2a610d7f202", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling minimal-lexical v0.1.2 [INFO] [stderr] Compiling anyhow v1.0.43 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Checking pretty_assertions v0.6.1 [INFO] [stderr] Checking nom v7.0.0 [INFO] [stderr] Checking ittech v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wav` [INFO] [stdout] --> examples/render.rs:31:15 [INFO] [stdout] | [INFO] [stdout] 31 | let fmt = wav::Format::new( [INFO] [stdout] | ^^^ use of undeclared crate or module `wav` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wav` [INFO] [stdout] --> examples/render.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | wav::Channels::Mono, [INFO] [stdout] | ^^^ use of undeclared crate or module `wav` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wav` [INFO] [stdout] --> examples/render.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | wav::BitDepth::B16, [INFO] [stdout] | ^^^ use of undeclared crate or module `wav` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wav` [INFO] [stdout] --> examples/render.rs:40:21 [INFO] [stdout] | [INFO] [stdout] 40 | wav::write(fmt, wav::PCMData::B16(buffer), &mut outfile) [INFO] [stdout] | ^^^ use of undeclared crate or module `wav` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `wav` [INFO] [stdout] --> examples/render.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | wav::write(fmt, wav::PCMData::B16(buffer), &mut outfile) [INFO] [stdout] | ^^^ use of undeclared crate or module `wav` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ittech` (example "render") due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "ead334b48117787bbe5dcaf07a2418e4136b800d4bb7db835e8bf2a610d7f202", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ead334b48117787bbe5dcaf07a2418e4136b800d4bb7db835e8bf2a610d7f202", kill_on_drop: false }` [INFO] [stdout] ead334b48117787bbe5dcaf07a2418e4136b800d4bb7db835e8bf2a610d7f202