[INFO] fetching crate poppy 0.0.1... [INFO] checking poppy-0.0.1 against try#8810c24b0958114d8dbb32d878444e8956fce80f for pr-66063 [INFO] extracting crate poppy 0.0.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate poppy 0.0.1 on toolchain 8810c24b0958114d8dbb32d878444e8956fce80f [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate poppy 0.0.1 [INFO] finished tweaking crates.io crate poppy 0.0.1 [INFO] tweaked toml for crates.io crate poppy 0.0.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded opus-sys v0.1.2 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+8810c24b0958114d8dbb32d878444e8956fce80f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3c52e86ee0880e4aa5060dcedafa63a63308a7ff665d3672ce6223d2ab1145ac [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "3c52e86ee0880e4aa5060dcedafa63a63308a7ff665d3672ce6223d2ab1145ac"` [INFO] [stderr] Checking poppy v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking hound v3.4.0 [INFO] [stderr] Compiling opus-sys v0.1.2 [INFO] [stderr] error[E0425]: cannot find value `OPUS_APPLICATION_VOIP` in crate `opus` [INFO] [stderr] --> src/lib.rs:28:74 [INFO] [stderr] | [INFO] [stderr] 28 | let encoder = unsafe { opus::opus_encoder_create(48000, 2, opus::OPUS_APPLICATION_VOIP as _, &mut err) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in `opus` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `OPUS_SET_BITRATE_REQUEST` in crate `opus` [INFO] [stderr] --> src/lib.rs:31:62 [INFO] [stderr] | [INFO] [stderr] 31 | err = unsafe { opus::opus_encoder_ctl(encoder, opus::OPUS_SET_BITRATE_REQUEST as i32, BITRATE) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in `opus` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `poppy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3c52e86ee0880e4aa5060dcedafa63a63308a7ff665d3672ce6223d2ab1145ac"` [INFO] running `"docker" "rm" "-f" "3c52e86ee0880e4aa5060dcedafa63a63308a7ff665d3672ce6223d2ab1145ac"` [INFO] [stdout] 3c52e86ee0880e4aa5060dcedafa63a63308a7ff665d3672ce6223d2ab1145ac