[INFO] updating cached repository https://github.com/oxcable/subtractive-synth [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] be36f42912b54051bd058abcc8000864508d2f45 [INFO] checking oxcable/subtractive-synth against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Foxcable%2Fsubtractive-synth" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/oxcable/subtractive-synth on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/oxcable/subtractive-synth [INFO] finished tweaking git repo https://github.com/oxcable/subtractive-synth [INFO] tweaked toml for git repo https://github.com/oxcable/subtractive-synth written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/oxcable/subtractive-synth already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-3/source/src/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: path `/workspace/builds/worker-3/source/src/main.rs` was erroneously implicitly accepted for binary `run-subtractive-synth`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-3/source/src/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: path `/workspace/builds/worker-3/source/src/main.rs` was erroneously implicitly accepted for binary `run-subtractive-synth`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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] ca48e9199a5f867eb4fb9247a79843ff37a03c3f65e5986441d92326a553c9d0 [INFO] running `"docker" "start" "-a" "ca48e9199a5f867eb4fb9247a79843ff37a03c3f65e5986441d92326a553c9d0"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/src/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] warning: path `/opt/rustwide/workdir/src/main.rs` was erroneously implicitly accepted for binary `run-subtractive-synth`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] Compiling portaudio v0.5.1 [INFO] [stderr] Checking portmidi v0.1.6 [INFO] [stderr] error: failed to run custom build command for `portaudio v0.5.1` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/portaudio-791003bf622d0b3e/build-script-build` (exit code: 101) [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'No such file or directory (os error 2)', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/portaudio-0.5.1/build.rs:83:23 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x55c5a33aada4 - backtrace::backtrace::libunwind::trace::h836120cb2cfba712 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/libunwind.rs:88 [INFO] [stderr] 1: 0x55c5a33aada4 - backtrace::backtrace::trace_unsynchronized::h363db4af51bde585 [INFO] [stderr] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.37/src/backtrace/mod.rs:66 [INFO] [stderr] 2: 0x55c5a33aada4 - std::sys_common::backtrace::_print_fmt::h33a80c84a606d44e [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:76 [INFO] [stderr] 3: 0x55c5a33aada4 - ::fmt::hc3acf58b6df6127f [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:60 [INFO] [stderr] 4: 0x55c5a33c920c - core::fmt::write::hdef7f8cce8f6a662 [INFO] [stderr] at src/libcore/fmt/mod.rs:1028 [INFO] [stderr] 5: 0x55c5a33a8157 - std::io::Write::write_fmt::h42f193674aa0004e [INFO] [stderr] at src/libstd/io/mod.rs:1412 [INFO] [stderr] 6: 0x55c5a33ad265 - std::sys_common::backtrace::_print::h5da26908d886b2c7 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:64 [INFO] [stderr] 7: 0x55c5a33ad265 - std::sys_common::backtrace::print::h8a6f66fe88800872 [INFO] [stderr] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stderr] 8: 0x55c5a33ad265 - std::panicking::default_hook::{{closure}}::h2eebe3935948e7ad [INFO] [stderr] at src/libstd/panicking.rs:196 [INFO] [stderr] 9: 0x55c5a33acf56 - std::panicking::default_hook::h6b14b1c7e8865653 [INFO] [stderr] at src/libstd/panicking.rs:210 [INFO] [stderr] 10: 0x55c5a33ad8b5 - std::panicking::rust_panic_with_hook::h41b9717c69a7f473 [INFO] [stderr] at src/libstd/panicking.rs:473 [INFO] [stderr] 11: 0x55c5a33ad452 - std::panicking::continue_panic_fmt::ha3ba417ec3a5f012 [INFO] [stderr] at src/libstd/panicking.rs:380 [INFO] [stderr] 12: 0x55c5a33ad3ac - std::panicking::begin_panic_fmt::h602c5c3dcb40cb68 [INFO] [stderr] at src/libstd/panicking.rs:335 [INFO] [stderr] 13: 0x55c5a3364a47 - build_script_build::unix_platform::build::h95f684ff4450f93b [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/portaudio-0.5.1/build.rs:83 [INFO] [stderr] 14: 0x55c5a3365d4d - build_script_build::platform::build::h2be0e936ccc4d512 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/portaudio-0.5.1/build.rs:140 [INFO] [stderr] 15: 0x55c5a3366144 - build_script_build::build::hb81ba751d805f66f [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/portaudio-0.5.1/build.rs:49 [INFO] [stderr] 16: 0x55c5a336600c - build_script_build::main::ha70a01ff0863a297 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/portaudio-0.5.1/build.rs:38 [INFO] [stderr] 17: 0x55c5a3367480 - std::rt::lang_start::{{closure}}::h6a15a1d3c1641887 [INFO] [stderr] at /rustc/b61e69433951e31f7bd746e22f516a48ad41623b/src/libstd/rt.rs:64 [INFO] [stderr] 18: 0x55c5a33ad333 - std::rt::lang_start_internal::{{closure}}::h9d98976b820605e6 [INFO] [stderr] at src/libstd/rt.rs:49 [INFO] [stderr] 19: 0x55c5a33ad333 - std::panicking::try::do_call::heb5bc60e15dbcb52 [INFO] [stderr] at src/libstd/panicking.rs:292 [INFO] [stderr] 20: 0x55c5a33b3a2a - __rust_maybe_catch_panic [INFO] [stderr] at src/libpanic_unwind/lib.rs:80 [INFO] [stderr] 21: 0x55c5a33addad - std::panicking::try::hf9b0b6a7905c4995 [INFO] [stderr] at src/libstd/panicking.rs:271 [INFO] [stderr] 22: 0x55c5a33addad - std::panic::catch_unwind::h4f7be31483141e83 [INFO] [stderr] at src/libstd/panic.rs:394 [INFO] [stderr] 23: 0x55c5a33addad - std::rt::lang_start_internal::h3053de7339f9193e [INFO] [stderr] at src/libstd/rt.rs:48 [INFO] [stderr] 24: 0x55c5a3367459 - std::rt::lang_start::h3738f41dc096c7a0 [INFO] [stderr] at /rustc/b61e69433951e31f7bd746e22f516a48ad41623b/src/libstd/rt.rs:64 [INFO] [stderr] 25: 0x55c5a33661ca - main [INFO] [stderr] 26: 0x7fa68087cb97 - __libc_start_main [INFO] [stderr] 27: 0x55c5a336464a - _start [INFO] [stderr] 28: 0x0 - [INFO] [stderr] [INFO] running `"docker" "inspect" "ca48e9199a5f867eb4fb9247a79843ff37a03c3f65e5986441d92326a553c9d0"` [INFO] running `"docker" "rm" "-f" "ca48e9199a5f867eb4fb9247a79843ff37a03c3f65e5986441d92326a553c9d0"` [INFO] [stdout] ca48e9199a5f867eb4fb9247a79843ff37a03c3f65e5986441d92326a553c9d0