[INFO] fetching crate threepm 0.2.1... [INFO] testing threepm-0.2.1 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate threepm 0.2.1 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate threepm 0.2.1 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate threepm 0.2.1 [INFO] tweaked toml for crates.io crate threepm 0.2.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate threepm 0.2.1 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate threepm 0.2.1 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" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hound v3.5.1 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec1626f0869a78e3113b8cc48015e7577e6b7e438ecfb37dfeafd827fa6a30b9 [INFO] running `Command { std: "docker" "start" "-a" "ec1626f0869a78e3113b8cc48015e7577e6b7e438ecfb37dfeafd827fa6a30b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec1626f0869a78e3113b8cc48015e7577e6b7e438ecfb37dfeafd827fa6a30b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec1626f0869a78e3113b8cc48015e7577e6b7e438ecfb37dfeafd827fa6a30b9", kill_on_drop: false }` [INFO] [stdout] ec1626f0869a78e3113b8cc48015e7577e6b7e438ecfb37dfeafd827fa6a30b9 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3961df34b6257568afe6347ceff83dc3c0b543345b733646c3603d8a58baa615 [INFO] running `Command { std: "docker" "start" "-a" "3961df34b6257568afe6347ceff83dc3c0b543345b733646c3603d8a58baa615", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.29 [INFO] [stderr] Compiling threepm v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `use-static-buffers` [INFO] [stdout] --> build.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(feature = "use-static-buffers")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `code-in-ram` [INFO] [stdout] = help: consider adding `use-static-buffers` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `use-static-buffers` [INFO] [stdout] --> build.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg(not(feature = "use-static-buffers"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `code-in-ram` [INFO] [stdout] = help: consider adding `use-static-buffers` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s [INFO] running `Command { std: "docker" "inspect" "3961df34b6257568afe6347ceff83dc3c0b543345b733646c3603d8a58baa615", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3961df34b6257568afe6347ceff83dc3c0b543345b733646c3603d8a58baa615", kill_on_drop: false }` [INFO] [stdout] 3961df34b6257568afe6347ceff83dc3c0b543345b733646c3603d8a58baa615 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2660746c98e95b552738d17e184b13f488abb3a9674618a18f102dcab1d7b38c [INFO] running `Command { std: "docker" "start" "-a" "2660746c98e95b552738d17e184b13f488abb3a9674618a18f102dcab1d7b38c", kill_on_drop: false }` [INFO] [stderr] Compiling hound v3.5.1 [INFO] [stderr] Compiling byte-slice-cast v1.2.3 [INFO] [stdout] warning: unexpected `cfg` condition value: `use-static-buffers` [INFO] [stdout] --> build.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[cfg(feature = "use-static-buffers")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `code-in-ram` [INFO] [stdout] = help: consider adding `use-static-buffers` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `use-static-buffers` [INFO] [stdout] --> build.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 21 | #[cfg(not(feature = "use-static-buffers"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `code-in-ram` [INFO] [stdout] = help: consider adding `use-static-buffers` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling threepm v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read `examples/../gs-16b-2c-44100hz.mp3`: No such file or directory (os error 2) [INFO] [stdout] --> examples/easymode_wave.rs:16:21 [INFO] [stdout] | [INFO] [stdout] 16 | static MP3: &[u8] = include_bytes!("../gs-16b-2c-44100hz.mp3"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `threepm` (example "easymode_wave") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't read `examples/../gs-16b-2c-44100hz.mp3`: No such file or directory (os error 2) [INFO] [stdout] --> examples/mp3_to_raw.rs:16:21 [INFO] [stdout] | [INFO] [stdout] 16 | static MP3: &[u8] = include_bytes!("../gs-16b-2c-44100hz.mp3"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `threepm` (example "mp3_to_raw") due to 1 previous error [INFO] [stdout] error: couldn't read `examples/../gs-16b-2c-44100hz.mp3`: No such file or directory (os error 2) [INFO] [stdout] --> examples/mp3_to_wave.rs:16:21 [INFO] [stdout] | [INFO] [stdout] 16 | static MP3: &[u8] = include_bytes!("../gs-16b-2c-44100hz.mp3"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `threepm` (example "mp3_to_wave") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "2660746c98e95b552738d17e184b13f488abb3a9674618a18f102dcab1d7b38c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2660746c98e95b552738d17e184b13f488abb3a9674618a18f102dcab1d7b38c", kill_on_drop: false }` [INFO] [stdout] 2660746c98e95b552738d17e184b13f488abb3a9674618a18f102dcab1d7b38c