[INFO] updating cached repository https://github.com/rsaarelm/phage [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7c14c618a6679ade99bcd48288a7fc6abd156380 [INFO] checking rsaarelm/phage against master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frsaarelm%2Fphage" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rsaarelm/phage on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rsaarelm/phage [INFO] removed path dependency calx from git repo https://github.com/rsaarelm/phage [INFO] removed path dependency world from git repo https://github.com/rsaarelm/phage [INFO] finished tweaking git repo https://github.com/rsaarelm/phage [INFO] tweaked toml for git repo https://github.com/rsaarelm/phage written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/rsaarelm/phage already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (calx) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (world) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (calx) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (world) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 66e58c47b2327ea86d9010e049ac1e123ed8c959f5872efda479c531da95ea46 [INFO] running `"docker" "start" "-a" "66e58c47b2327ea86d9010e049ac1e123ed8c959f5872efda479c531da95ea46"` [INFO] [stderr] warning: dependency (calx) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (world) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling bindgen v0.53.2 [INFO] [stderr] Checking world v0.0.0 [INFO] [stderr] Compiling regex v1.3.6 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking png v0.9.0 [INFO] [stderr] Compiling clang-sys v0.29.3 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Checking image v0.15.0 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling coreaudio-sys v0.2.4 [INFO] [stderr] error: failed to run custom build command for `coreaudio-sys v0.2.4` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/coreaudio-sys-bd07b0b71f1861d4/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'coreaudio-sys requires macos or ios target', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coreaudio-sys-0.2.4/build.rs:113:9 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x561fafc996e4 - backtrace::backtrace::libunwind::trace::ha1e5a41b7d3ba0cf [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stderr] 1: 0x561fafc996e4 - backtrace::backtrace::trace_unsynchronized::hf18b8c2f3ff8383d [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x561fafc996e4 - std::sys_common::backtrace::_print_fmt::hedecd22228c490e0 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stderr] 3: 0x561fafc996e4 - ::fmt::h340395315789722a [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stderr] 4: 0x561fafcc41ec - core::fmt::write::h0facfeb5ca58bc9e [INFO] [stderr] at src/libcore/fmt/mod.rs:1069 [INFO] [stderr] 5: 0x561fafc96083 - std::io::Write::write_fmt::h497f72bb257eb6ad [INFO] [stderr] at src/libstd/io/mod.rs:1504 [INFO] [stderr] 6: 0x561fafc9beb5 - std::sys_common::backtrace::_print::h6eaeb972ca7f43b9 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stderr] 7: 0x561fafc9beb5 - std::sys_common::backtrace::print::h263d3fc63b334d91 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x561fafc9beb5 - std::panicking::default_hook::{{closure}}::h64185686d42f14f7 [INFO] [stderr] at src/libstd/panicking.rs:198 [INFO] [stderr] 9: 0x561fafc9bbf2 - std::panicking::default_hook::h8d87bde850f1425e [INFO] [stderr] at src/libstd/panicking.rs:218 [INFO] [stderr] 10: 0x561fafc9c512 - std::panicking::rust_panic_with_hook::h066ce8fe1fd73277 [INFO] [stderr] at src/libstd/panicking.rs:511 [INFO] [stderr] 11: 0x561fafc16bf1 - std::panicking::begin_panic::h43b9314c91f3e25b [INFO] [stderr] at /rustc/ba72b15666b2491415aec703a02c2364fe5e2790/src/libstd/panicking.rs:438 [INFO] [stderr] 12: 0x561faf7e8b8c - build_script_build::main::hc338064d7d9d3bd7 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/coreaudio-sys-0.2.4/build.rs:113 [INFO] [stderr] 13: 0x561faf7e9eeb - std::rt::lang_start::{{closure}}::hc31a96a5484202b0 [INFO] [stderr] at /rustc/ba72b15666b2491415aec703a02c2364fe5e2790/src/libstd/rt.rs:67 [INFO] [stderr] 14: 0x561fafc9c958 - std::rt::lang_start_internal::{{closure}}::hc6afa970c742b02f [INFO] [stderr] at src/libstd/rt.rs:52 [INFO] [stderr] 15: 0x561fafc9c958 - std::panicking::try::do_call::h1c002a9a857ea77b [INFO] [stderr] at src/libstd/panicking.rs:331 [INFO] [stderr] 16: 0x561fafc9c958 - std::panicking::try::hccaa00db5e9f336f [INFO] [stderr] at src/libstd/panicking.rs:274 [INFO] [stderr] 17: 0x561fafc9c958 - std::panic::catch_unwind::h3fae1eafc1fa8e97 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 18: 0x561fafc9c958 - std::rt::lang_start_internal::hfc8f39fad1a9db56 [INFO] [stderr] at src/libstd/rt.rs:51 [INFO] [stderr] 19: 0x561faf7e9ec7 - std::rt::lang_start::h400640e5b6bdade1 [INFO] [stderr] at /rustc/ba72b15666b2491415aec703a02c2364fe5e2790/src/libstd/rt.rs:67 [INFO] [stderr] 20: 0x561faf7e8cca - main [INFO] [stderr] 21: 0x7f1cf3cecb97 - __libc_start_main [INFO] [stderr] 22: 0x561faf7e782a - _start [INFO] [stderr] 23: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "66e58c47b2327ea86d9010e049ac1e123ed8c959f5872efda479c531da95ea46"` [INFO] running `"docker" "rm" "-f" "66e58c47b2327ea86d9010e049ac1e123ed8c959f5872efda479c531da95ea46"` [INFO] [stdout] 66e58c47b2327ea86d9010e049ac1e123ed8c959f5872efda479c531da95ea46