[INFO] cloning repository https://github.com/Ninja3047/load-symbols [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Ninja3047/load-symbols" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNinja3047%2Fload-symbols", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNinja3047%2Fload-symbols'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 14a317b8fa5377d18367f2b674b8be24956cb446 [INFO] checking Ninja3047/load-symbols against try#8ea250bdb76176ecb0225baa34aa634b024ae0e2 for pr-101692 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNinja3047%2Fload-symbols" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Ninja3047/load-symbols on toolchain 8ea250bdb76176ecb0225baa34aa634b024ae0e2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Ninja3047/load-symbols [INFO] finished tweaking git repo https://github.com/Ninja3047/load-symbols [INFO] tweaked toml for git repo https://github.com/Ninja3047/load-symbols written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/Ninja3047/load-symbols already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f38da7b060ede34481e6e7b983414f5d91475f58331e7c7a60c6564e502bcaef [INFO] running `Command { std: "docker" "start" "-a" "f38da7b060ede34481e6e7b983414f5d91475f58331e7c7a60c6564e502bcaef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f38da7b060ede34481e6e7b983414f5d91475f58331e7c7a60c6564e502bcaef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f38da7b060ede34481e6e7b983414f5d91475f58331e7c7a60c6564e502bcaef", kill_on_drop: false }` [INFO] [stdout] f38da7b060ede34481e6e7b983414f5d91475f58331e7c7a60c6564e502bcaef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f805c22a2082667796a6fdef4d4f2f8292836f8f8a7d88cf4ce9ab72f6fc4a29 [INFO] running `Command { std: "docker" "start" "-a" "f805c22a2082667796a6fdef4d4f2f8292836f8f8a7d88cf4ce9ab72f6fc4a29", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling bindgen v0.59.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling either v1.7.0 [INFO] [stderr] Compiling shlex v1.1.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling cpp_demangle v0.3.5 [INFO] [stderr] Compiling load-symbols v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling libloading v0.7.3 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clang-sys v1.3.3 [INFO] [stderr] Checking miniz_oxide v0.5.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v4.2.5 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Checking memmap2 v0.5.5 [INFO] [stderr] Checking flate2 v1.0.24 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Checking object v0.29.0 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling binaryninjacore-sys v0.1.0 (https://github.com/Vector35/binaryninja-api.git?branch=dev#2692f60e) [INFO] [stderr] error: failed to run custom build command for `binaryninjacore-sys v0.1.0 (https://github.com/Vector35/binaryninja-api.git?branch=dev#2692f60e)` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/binaryninjacore-sys-01a4369fe54890f8/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=../../binaryninjacore.h [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'failed to create required symlink: Os { code: 17, kind: AlreadyExists, message: "File exists" }', /opt/rustwide/cargo-home/git/checkouts/binaryninja-api-3c86176688a74ccb/2692f60/rust/binaryninjacore-sys/build.rs:70:14 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5586b6336500 - std::backtrace_rs::backtrace::libunwind::trace::h07f6f3f62143c2f1 [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 1: 0x5586b6336500 - std::backtrace_rs::backtrace::trace_unsynchronized::ha4af296646eff8ca [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5586b6336500 - std::sys_common::backtrace::_print_fmt::h6c078bd86d05ddda [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x5586b6336500 - ::fmt::hee15a79371583970 [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x5586b635b4ce - core::fmt::write::hf2e27bdaba79f677 [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/core/src/fmt/mod.rs:1202:17 [INFO] [stderr] 5: 0x5586b63330e5 - std::io::Write::write_fmt::ha1817aee185c081a [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/io/mod.rs:1679:15 [INFO] [stderr] 6: 0x5586b6337d03 - std::sys_common::backtrace::_print::hf9a456aef6ad95d2 [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x5586b6337d03 - std::sys_common::backtrace::print::h2da0b4b6a2c7b2ed [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x5586b6337d03 - std::panicking::default_hook::{{closure}}::he4468ced72b6d9a8 [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x5586b63379ef - std::panicking::default_hook::h1bb5aeb06711134e [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x5586b63383aa - std::panicking::rust_panic_with_hook::haa10863c66cdd6aa [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/panicking.rs:698:17 [INFO] [stderr] 11: 0x5586b63382a7 - std::panicking::begin_panic_handler::{{closure}}::h4b82d065222c5bc4 [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/panicking.rs:588:13 [INFO] [stderr] 12: 0x5586b63369ac - std::sys_common::backtrace::__rust_end_short_backtrace::hac689cdb68db7f01 [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stderr] 13: 0x5586b6337fc2 - rust_begin_unwind [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/panicking.rs:584:5 [INFO] [stderr] 14: 0x5586b5e19ae3 - core::panicking::panic_fmt::hbc8818ca15fe0c9e [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/core/src/panicking.rs:142:14 [INFO] [stderr] 15: 0x5586b5e19c33 - core::result::unwrap_failed::hff414e20c1083613 [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/core/src/result.rs:1785:5 [INFO] [stderr] 16: 0x5586b5f7dffb - core::result::Result::expect::hd08fdbd0aa0d4594 [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/core/src/result.rs:1064:23 [INFO] [stderr] 17: 0x5586b5e1e58f - build_script_build::main::h741dec7d1fc1a902 [INFO] [stderr] at /opt/rustwide/cargo-home/git/checkouts/binaryninja-api-3c86176688a74ccb/2692f60/rust/binaryninjacore-sys/build.rs:66:13 [INFO] [stderr] 18: 0x5586b5e1c52b - core::ops::function::FnOnce::call_once::he4837300ee72ba28 [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/core/src/ops/function.rs:248:5 [INFO] [stderr] 19: 0x5586b5e1c3ce - std::sys_common::backtrace::__rust_begin_short_backtrace::hbaa5628433b3f2a3 [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stderr] 20: 0x5586b5e1c2a1 - std::rt::lang_start::{{closure}}::h7f002a7563c0ec40 [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/rt.rs:166:18 [INFO] [stderr] 21: 0x5586b632f78f - core::ops::function::impls:: for &F>::call_once::hc214aeaf2bdd199e [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/core/src/ops/function.rs:280:13 [INFO] [stderr] 22: 0x5586b632f78f - std::panicking::try::do_call::hcff8a9964c5a8ed9 [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/panicking.rs:492:40 [INFO] [stderr] 23: 0x5586b632f78f - std::panicking::try::h43dbacefe2436fcd [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/panicking.rs:456:19 [INFO] [stderr] 24: 0x5586b632f78f - std::panic::catch_unwind::h44cc723b3d02a7c5 [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/panic.rs:137:14 [INFO] [stderr] 25: 0x5586b632f78f - std::rt::lang_start_internal::{{closure}}::h248747dd5aea9860 [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/rt.rs:148:48 [INFO] [stderr] 26: 0x5586b632f78f - std::panicking::try::do_call::h4646f69ac0b58d7d [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/panicking.rs:492:40 [INFO] [stderr] 27: 0x5586b632f78f - std::panicking::try::h029dda102f1c6d71 [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/panicking.rs:456:19 [INFO] [stderr] 28: 0x5586b632f78f - std::panic::catch_unwind::h0def18963bdd482a [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/panic.rs:137:14 [INFO] [stderr] 29: 0x5586b632f78f - std::rt::lang_start_internal::h7bcbe5e0d7f0056f [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/rt.rs:148:20 [INFO] [stderr] 30: 0x5586b5e1c27a - std::rt::lang_start::h1c33017887c40b0e [INFO] [stderr] at /rustc/8ea250bdb76176ecb0225baa34aa634b024ae0e2/library/std/src/rt.rs:165:17 [INFO] [stderr] 31: 0x5586b5e1f2c1 - main [INFO] [stderr] 32: 0x7f859cce7083 - __libc_start_main [INFO] [stderr] 33: 0x5586b5e19e1e - _start [INFO] [stderr] 34: 0x0 - [INFO] running `Command { std: "docker" "inspect" "f805c22a2082667796a6fdef4d4f2f8292836f8f8a7d88cf4ce9ab72f6fc4a29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f805c22a2082667796a6fdef4d4f2f8292836f8f8a7d88cf4ce9ab72f6fc4a29", kill_on_drop: false }` [INFO] [stdout] f805c22a2082667796a6fdef4d4f2f8292836f8f8a7d88cf4ce9ab72f6fc4a29