[INFO] fetching crate rsoundio 0.1.6... [INFO] testing rsoundio-0.1.6 against 1.90.0 for beta-1.91-3 [INFO] extracting crate rsoundio 0.1.6 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate rsoundio 0.1.6 [INFO] finished tweaking crates.io crate rsoundio 0.1.6 [INFO] tweaked toml for crates.io crate rsoundio 0.1.6 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rsoundio 0.1.6 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] [stderr] Adding rb v0.2.0 (available: v0.4.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rci v0.1.1 [INFO] [stderr] Downloaded rb v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6d30e02fb80499a91897910e9496570729abd6fb16f8fd79f4ef6a0c31b80c1c [INFO] running `Command { std: "docker" "start" "-a" "6d30e02fb80499a91897910e9496570729abd6fb16f8fd79f4ef6a0c31b80c1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d30e02fb80499a91897910e9496570729abd6fb16f8fd79f4ef6a0c31b80c1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d30e02fb80499a91897910e9496570729abd6fb16f8fd79f4ef6a0c31b80c1c", kill_on_drop: false }` [INFO] [stdout] 6d30e02fb80499a91897910e9496570729abd6fb16f8fd79f4ef6a0c31b80c1c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 613431006dfd4fc99bb447649a2f9e6db7fddf500acefea5cf03246a5a53086b [INFO] running `Command { std: "docker" "start" "-a" "613431006dfd4fc99bb447649a2f9e6db7fddf500acefea5cf03246a5a53086b", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling rsoundio v0.1.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `host` [INFO] [stdout] --> build.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | let host = env::var("HOST").unwrap(); [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_host` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `target` [INFO] [stdout] --> build.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | fn build(target: String) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_target` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> build.rs:73:21 [INFO] [stdout] | [INFO] [stdout] 73 | _ => panic!(format!("No release for format: {}", ext)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 73 - _ => panic!(format!("No release for format: {}", ext)), [INFO] [stdout] 73 + _ => panic!("No release for format: {}", ext), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> build.rs:18:33 [INFO] [stdout] | [INFO] [stdout] 18 | _ => panic!(format!("{}: {}", $msg, err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | err_exists!(fs::create_dir(&lib_dir), &lib_dir.display()); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `err_exists` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 18 - _ => panic!(format!("{}: {}", $msg, err)), [INFO] [stdout] 18 + _ => panic!("{}: {}", $msg, err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> build.rs:18:33 [INFO] [stdout] | [INFO] [stdout] 18 | _ => panic!(format!("{}: {}", $msg, err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 83 | err_exists!(fs::create_dir(&include_dir), &include_dir.display()); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `err_exists` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 18 - _ => panic!(format!("{}: {}", $msg, err)), [INFO] [stdout] 18 + _ => panic!("{}: {}", $msg, err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> build.rs:18:33 [INFO] [stdout] | [INFO] [stdout] 18 | _ => panic!(format!("{}: {}", $msg, err)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 108 | err_exists!(fs::create_dir(&build_dir), &build_dir.display()); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `err_exists` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 18 - _ => panic!(format!("{}: {}", $msg, err)), [INFO] [stdout] 18 + _ => panic!("{}: {}", $msg, err), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: failed to run custom build command for `rsoundio v0.1.6 (/opt/rustwide/workdir)` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/rsoundio-c7c60df797e35655/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=SOUNDIO_NO_PKG_CONFIG [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_PKG_CONFIG [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG [INFO] [stderr] cargo:rerun-if-env-changed=SOUNDIO_STATIC [INFO] [stderr] cargo:rerun-if-env-changed=SOUNDIO_DYNAMIC [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_PATH [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-linux-gnu [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_linux_gnu [INFO] [stderr] cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR [INFO] [stderr] cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR [INFO] [stderr] cargo:rustc-link-lib=dylib=soundio [INFO] [stderr] cargo:rustc-link-search=native=/opt/rustwide/target/debug/build/rsoundio-204bc3bcf263f8b8/out/lib [INFO] [stderr] cargo:include=/opt/rustwide/target/debug/build/rsoundio-204bc3bcf263f8b8/out/include [INFO] [stderr] cargo:root=/opt/rustwide/target/debug/build/rsoundio-204bc3bcf263f8b8/out [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at build.rs:108:5: [INFO] [stderr] /opt/rustwide/target/debug/build/rsoundio-204bc3bcf263f8b8/out/libsoundio-1.1.0/build: No such file or directory (os error 2) [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5ce3077257b2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5ce3077257b2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5ce3077257b2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5ce3077257b2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5ce3077464a3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x5ce3077464a3 - core::fmt::write::h8a494366950f23bb [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stderr] 6: 0x5ce307722a13 - std::io::default_write_fmt::ha27fbccbc65eb6fa [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x5ce307722a13 - std::io::Write::write_fmt::h6556609fca33d0b1 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stderr] 8: 0x5ce307725602 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x5ce3077268d3 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stderr] 10: 0x5ce3077266b5 - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x5ce3077272a5 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x5ce3076d49ab - std::panicking::begin_panic::{{closure}}::h7223c67d613356ab [INFO] [stderr] 13: 0x5ce3076d4476 - std::sys::backtrace::__rust_end_short_backtrace::h72f2b61f8f96ee72 [INFO] [stderr] 14: 0x5ce3076d494d - std::panicking::begin_panic::heab66ec861787bb2 [INFO] [stderr] 15: 0x5ce3076d7a8e - build_script_build::build::h682dcc60eed9010d [INFO] [stderr] 16: 0x5ce3076d5da0 - build_script_build::linux::h858075f289a7fe37 [INFO] [stderr] 17: 0x5ce3076d5fdf - build_script_build::main::h9c6f35123e3376b8 [INFO] [stderr] 18: 0x5ce3076d4af3 - core::ops::function::FnOnce::call_once::hb2eda6e3f8f98e94 [INFO] [stderr] 19: 0x5ce3076d4486 - std::sys::backtrace::__rust_begin_short_backtrace::h5edda9e17ef844c3 [INFO] [stderr] 20: 0x5ce3076d4269 - std::rt::lang_start::{{closure}}::h95905b83c983b857 [INFO] [stderr] 21: 0x5ce30771ef90 - core::ops::function::impls:: for &F>::call_once::h638295a043b40957 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21 [INFO] [stderr] 22: 0x5ce30771ef90 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stderr] 23: 0x5ce30771ef90 - std::panicking::catch_unwind::h50591d85bf847c7c [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stderr] 24: 0x5ce30771ef90 - std::panic::catch_unwind::h2487b4c4f2ae22c6 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stderr] 25: 0x5ce30771ef90 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24 [INFO] [stderr] 26: 0x5ce30771ef90 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stderr] 27: 0x5ce30771ef90 - std::panicking::catch_unwind::hf9a822ea043fb0d6 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stderr] 28: 0x5ce30771ef90 - std::panic::catch_unwind::h5b3cac802237ed89 [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stderr] 29: 0x5ce30771ef90 - std::rt::lang_start_internal::h34f9328d113fd60a [INFO] [stderr] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5 [INFO] [stderr] 30: 0x5ce3076d4251 - std::rt::lang_start::h29cce20b3ae8e914 [INFO] [stderr] 31: 0x5ce3076d7d05 - main [INFO] [stderr] 32: 0x7922b7ddd1ca - [INFO] [stderr] 33: 0x7922b7ddd28b - __libc_start_main [INFO] [stderr] 34: 0x5ce3076d3f15 - _start [INFO] [stderr] 35: 0x0 - [INFO] running `Command { std: "docker" "inspect" "613431006dfd4fc99bb447649a2f9e6db7fddf500acefea5cf03246a5a53086b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "613431006dfd4fc99bb447649a2f9e6db7fddf500acefea5cf03246a5a53086b", kill_on_drop: false }` [INFO] [stdout] 613431006dfd4fc99bb447649a2f9e6db7fddf500acefea5cf03246a5a53086b