[INFO] cloning repository https://github.com/iovis/diesel_example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iovis/diesel_example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiovis%2Fdiesel_example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiovis%2Fdiesel_example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 927ad0f4b8e159a361dd291e55d825323542b62f
[INFO] checking iovis/diesel_example against master#8a65ee08296b36342bf7c3cdc15312ccbc357227 for pr-142704
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiovis%2Fdiesel_example" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/iovis/diesel_example on toolchain 8a65ee08296b36342bf7c3cdc15312ccbc357227
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/iovis/diesel_example
[INFO] finished tweaking git repo https://github.com/iovis/diesel_example
[INFO] tweaked toml for git repo https://github.com/iovis/diesel_example written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/iovis/diesel_example already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3bc1e532783387a823828a2e4a24ab14baf0c5fae368ec47e91e08fd795bce92
[INFO] running `Command { std: "docker" "start" "-a" "3bc1e532783387a823828a2e4a24ab14baf0c5fae368ec47e91e08fd795bce92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3bc1e532783387a823828a2e4a24ab14baf0c5fae368ec47e91e08fd795bce92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3bc1e532783387a823828a2e4a24ab14baf0c5fae368ec47e91e08fd795bce92", kill_on_drop: false }`
[INFO] [stdout] 3bc1e532783387a823828a2e4a24ab14baf0c5fae368ec47e91e08fd795bce92
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 184e8f00b6c6650de2e0ed4d55e1f3a4b8163b23594b03dad3a0c9a975fef169
[INFO] running `Command { std: "docker" "start" "-a" "184e8f00b6c6650de2e0ed4d55e1f3a4b8163b23594b03dad3a0c9a975fef169", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.84
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]     Checking dotenvy v0.15.7
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling libsqlite3-sys v0.27.0
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling darling_core v0.20.9
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.2.0
[INFO] [stderr]    Compiling darling_macro v0.20.9
[INFO] [stderr]    Compiling darling v0.20.9
[INFO] [stderr]    Compiling dsl_auto_type v0.1.0
[INFO] [stderr]    Compiling diesel_derives v2.2.0
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-Wl,--version-script=/tmp/rustcFJxXwD/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcFJxXwD/symbols.o" "<16 object files omitted>" "/tmp/rustcFJxXwD/rmeta.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libdsl_auto_type-a606f9a62cdf4a8e.rlib,libeither-0e063fbf045c6a90.rlib,libdarling-73553b827716dd74.rlib,libdarling_core-c24dd9491f816993.rlib,libstrsim-9754e702f19a9357.rlib,libfnv-bd60753855300b18.rlib,libident_case-ecc112105bc5215b.rlib,libheck-8e1f98ffb0a497ae.rlib,libdiesel_table_macro_syntax-7ad53ff507bd62ab.rlib,libsyn-0c445061e382cc97.rlib,libquote-12bb3ad3443cd669.rlib,libproc_macro2-4f5e15ee8695b7d0.rlib,libunicode_ident-f2de522ba645d884.rlib}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcFJxXwD/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libdiesel_derives-97fabf094d30e89f.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
[INFO] [stdout]            #0 0x0000793217744d67 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x5744d67)
[INFO] [stdout]            #1 0x0000793217745183 SignalHandler(int) (/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x5745183)
[INFO] [stdout]            #2 0x000079321bc58330 (/lib/x86_64-linux-gnu/libc.so.6+0x45330)
[INFO] [stdout]            #3 0x000079321bd9ba9d (/lib/x86_64-linux-gnu/libc.so.6+0x188a9d)
[INFO] [stdout]            #4 0x000079321aa5af8a llvm::StringTableBuilder::write(unsigned char*) const (.warm) bolt-pseudo.o:0:0
[INFO] [stdout]            #5 0x00007932176f4ba1 std::_Function_handler<void (), llvm::parallelFor(unsigned long, unsigned long, llvm::function_ref<void (unsigned long)>)::$_0>::_M_invoke(std::_Any_data const&) (/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x56f4ba1)
[INFO] [stdout]            #6 0x00007932176f3a78 llvm::parallelFor(unsigned long, unsigned long, llvm::function_ref<void (unsigned long)>) (/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x56f3a78)
[INFO] [stdout]            #7 0x0000580a93ed09ad lld::elf::MergeNoTailSection::writeTo(unsigned char*) (/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x4cc9ad)
[INFO] [stdout]            #8 0x0000580a93e5ca4a void lld::elf::OutputSection::writeTo<llvm::object::ELFType<(llvm::endianness)1, true>>(lld::elf::Ctx&, unsigned char*, llvm::parallel::TaskGroup&)::'lambda'(unsigned long, unsigned long)::operator()(unsigned long, unsigned long) const OutputSections.cpp:0:0
[INFO] [stdout]            #9 0x00007932176f4a72 std::_Function_handler<void (), llvm::parallel::TaskGroup::spawn(std::function<void ()>)::$_0>::_M_invoke(std::_Any_data const&) (/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x56f4a72)
[INFO] [stdout]           #10 0x00007932176f44da llvm::parallel::detail::(anonymous namespace)::ThreadPoolExecutor::work(llvm::ThreadPoolStrategy, unsigned int) (/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x56f44da)
[INFO] [stdout]           #11 0x000079321766f110 execute_native_thread_routine (/opt/rustwide/rustup-home/toolchains/8a65ee08296b36342bf7c3cdc15312ccbc357227/lib/libLLVM.so.20.1-rust-1.89.0-nightly+0x566f110)
[INFO] [stdout]           #12 0x000079321bcafaa4 (/lib/x86_64-linux-gnu/libc.so.6+0x9caa4)
[INFO] [stdout]           #13 0x000079321bd3ca34 clone (/lib/x86_64-linux-gnu/libc.so.6+0x129a34)
[INFO] [stdout]           rust-lld: error: failed to write output '/opt/rustwide/target/debug/deps/libdiesel_derives-97fabf094d30e89f.so': No such file or directory
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `diesel_derives` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "184e8f00b6c6650de2e0ed4d55e1f3a4b8163b23594b03dad3a0c9a975fef169", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "184e8f00b6c6650de2e0ed4d55e1f3a4b8163b23594b03dad3a0c9a975fef169", kill_on_drop: false }`
[INFO] [stdout] 184e8f00b6c6650de2e0ed4d55e1f3a4b8163b23594b03dad3a0c9a975fef169
