[INFO] cloning repository https://github.com/hanhossain/logql [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hanhossain/logql" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhanhossain%2Flogql", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhanhossain%2Flogql'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 610e64c6b5105ce99209659f826c9c7a9dd4166d [INFO] checking hanhossain/logql against master#90384941aae4ea38de00e4702b50757e9b882a19 for pr-138340 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhanhossain%2Flogql" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hanhossain/logql on toolchain 90384941aae4ea38de00e4702b50757e9b882a19 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+90384941aae4ea38de00e4702b50757e9b882a19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hanhossain/logql [INFO] finished tweaking git repo https://github.com/hanhossain/logql [INFO] tweaked toml for git repo https://github.com/hanhossain/logql written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/hanhossain/logql 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" "+90384941aae4ea38de00e4702b50757e9b882a19" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sqlparser v0.17.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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+90384941aae4ea38de00e4702b50757e9b882a19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c00b9539fb70108491ca6cef0103969b70eae224dcd96f37c3b24476f406a6b [INFO] running `Command { std: "docker" "start" "-a" "9c00b9539fb70108491ca6cef0103969b70eae224dcd96f37c3b24476f406a6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c00b9539fb70108491ca6cef0103969b70eae224dcd96f37c3b24476f406a6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c00b9539fb70108491ca6cef0103969b70eae224dcd96f37c3b24476f406a6b", kill_on_drop: false }` [INFO] [stdout] 9c00b9539fb70108491ca6cef0103969b70eae224dcd96f37c3b24476f406a6b [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=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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+90384941aae4ea38de00e4702b50757e9b882a19" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed286f27d91d0c92786c5630a0f50735594607b80aba310310672c87a2e96f78 [INFO] running `Command { std: "docker" "start" "-a" "ed286f27d91d0c92786c5630a0f50735594607b80aba310310672c87a2e96f78", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.96 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Checking once_cell v1.12.0 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling signal-hook v0.3.14 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Checking tracing-core v0.1.26 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling rustversion v1.0.6 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking gimli v0.26.1 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling indexmap v1.8.2 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Checking tracing v0.1.34 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking tracing-subscriber v0.3.11 [INFO] [stderr] Compiling eyre v0.6.8 [INFO] [stderr] Checking miniz_oxide v0.5.3 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Checking rustc-demangle v0.1.21 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking owo-colors v3.4.0 [INFO] [stderr] Checking ryu v1.0.10 [INFO] [stderr] Checking os_str_bytes v6.1.0 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking strum v0.24.0 [INFO] [stderr] Checking clap_lex v0.2.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking object v0.28.4 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking itoa v1.0.2 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking mio v0.8.3 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Checking regex-syntax v0.6.26 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking unicode-width v0.1.9 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Compiling backtrace v0.3.65 [INFO] [stderr] Checking sqlparser v0.17.0 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking signal-hook-mio v0.2.3 [INFO] [stderr] Checking tracing-error v0.2.0 [INFO] [stderr] Checking crossterm v0.23.2 [INFO] [stderr] Checking addr2line v0.17.0 [INFO] [stderr] Checking color-spantrace v0.2.0 [INFO] [stderr] Checking regex v1.5.6 [INFO] [stderr] Checking color-eyre v0.6.1 [INFO] [stderr] Compiling clap_derive v3.1.18 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling strum_macros v0.24.0 [INFO] [stderr] Checking comfy-table v6.0.0 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaiaBeFm" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `comfy-table` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `clap_derive` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/bin/rustc --crate-name clap_derive --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-3.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "unstable-v4"))' -C metadata=2f878683e57e96f1 -C extra-filename=-602cade3fc6d5b47 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern heck=/opt/rustwide/target/debug/deps/libheck-6875ce2b04c6b28a.rlib --extern proc_macro_error=/opt/rustwide/target/debug/deps/libproc_macro_error-bd78b60572960af4.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-271dc8c35f9ebbff.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-c501dc564182a279.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-0653032ce4c81650.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcT6VCRK/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcT6VCRK/symbols.o" "<16 object files omitted>" "/opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.1idupjku0ro8ny4e1nkgphqhw.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-0653032ce4c81650.rlib,libquote-c501dc564182a279.rlib,libproc_macro2-271dc8c35f9ebbff.rlib,libunicode_ident-529583a66dd5bf11.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcT6VCRK/raw-dylibs" "-B/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" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libthiserror_impl-cdf179c52ae1b06b.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] Stack dump: [INFO] [stdout] 0. Program arguments: /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -flavor gnu -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/cc6zrlQT.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -shared -z relro -o /opt/rustwide/target/debug/deps/libthiserror_impl-cdf179c52ae1b06b.so /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/tmp/rustcT6VCRK/raw-dylibs -L/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. --version-script=/tmp/rustcT6VCRK/list --no-undefined-version /tmp/rustcT6VCRK/symbols.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.thiserror_impl.5648692ba4723c9a-cgu.00.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.thiserror_impl.5648692ba4723c9a-cgu.01.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.thiserror_impl.5648692ba4723c9a-cgu.02.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.thiserror_impl.5648692ba4723c9a-cgu.03.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.thiserror_impl.5648692ba4723c9a-cgu.04.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.thiserror_impl.5648692ba4723c9a-cgu.05.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.thiserror_impl.5648692ba4723c9a-cgu.06.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.thiserror_impl.5648692ba4723c9a-cgu.07.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.thiserror_impl.5648692ba4723c9a-cgu.08.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.thiserror_impl.5648692ba4723c9a-cgu.09.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.thiserror_impl.5648692ba4723c9a-cgu.10.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.thiserror_impl.5648692ba4723c9a-cgu.11.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.thiserror_impl.5648692ba4723c9a-cgu.12.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.thiserror_impl.5648692ba4723c9a-cgu.13.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.thiserror_impl.5648692ba4723c9a-cgu.14.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.thiserror_impl.5648692ba4723c9a-cgu.15.rcgu.o /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.1idupjku0ro8ny4e1nkgphqhw.rcgu.rmeta /opt/rustwide/target/debug/deps/thiserror_impl-cdf179c52ae1b06b.bkordvgyzd6tompyw6658xtau.rcgu.o --as-needed -Bstatic /opt/rustwide/target/debug/deps/libsyn-0653032ce4c81650.rlib /opt/rustwide/target/debug/deps/libquote-c501dc564182a279.rlib /opt/rustwide/target/debug/deps/libproc_macro2-271dc8c35f9ebbff.rlib /opt/rustwide/target/debug/deps/libunicode_ident-529583a66dd5bf11.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-464a5489e75ff8d1.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-bef9ff2a661ad41c.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-853362b97afc2f85.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-e23f881d85955200.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-a49c48c72917b7fd.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-3ca1e42d18edf654.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-a781adec4bf6a44b.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-2968ce6079bb1f71.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-206136408988573f.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-054c4e8a42992d63.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b1b7572bf2bef56.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b1741068faf841b8.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-f0b81b684679327b.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a0b3d4c96ac57d57.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c93a46af375896b2.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c6beddec4685a323.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-96fab14884229a11.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-186a023b8864be69.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-74a8d2c13eeedc93.rlib /opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-b294c1429f78dd04.rlib -Bdynamic -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc -znostart-stop-gc --eh-frame-hdr -z noexecstack --gc-sections -z relro -z now /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o [INFO] [stdout] #0 0x00007904270dc707 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/libLLVM.so.20.1-rust-1.87.0-nightly+0x56dc707) [INFO] [stdout] #1 0x00007904270dcb1c SignalHandler(int) (/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/libLLVM.so.20.1-rust-1.87.0-nightly+0x56dcb1c) [INFO] [stdout] #2 0x0000790421819520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520) [INFO] [stdout] #3 0x00005dcfd0956a9a void lld::elf::writeResult >(lld::elf::Ctx&) (/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x557a9a) [INFO] [stdout] #4 0x00005dcfd076ff23 void lld::elf::LinkerDriver::link >(llvm::opt::InputArgList&) Driver.cpp:0:0 [INFO] [stdout] #5 0x00005dcfd074dbfa lld::elf::LinkerDriver::linkerMain(llvm::ArrayRef) Driver.cpp:0:0 [INFO] [stdout] #6 0x00005dcfd0749014 lld::elf::link(llvm::ArrayRef, llvm::raw_ostream&, llvm::raw_ostream&, bool, bool) (/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x34a014) [INFO] [stdout] #7 0x00005dcfd0657fb6 lld::unsafeLldMain(llvm::ArrayRef, llvm::raw_ostream&, llvm::raw_ostream&, llvm::ArrayRef, bool) (/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x258fb6) [INFO] [stdout] #8 0x00005dcfd0657000 lld_main(int, char**, llvm::ToolContext const&) (/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x258000) [INFO] [stdout] #9 0x00005dcfd06576b1 main (/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x2586b1) [INFO] [stdout] #10 0x0000790421800d90 (/lib/x86_64-linux-gnu/libc.so.6+0x29d90) [INFO] [stdout] #11 0x0000790421800e40 __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x29e40) [INFO] [stdout] #12 0x00005dcfd04d9c69 _start (/opt/rustwide/rustup-home/toolchains/90384941aae4ea38de00e4702b50757e9b882a19/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0xdac69) [INFO] [stdout] rust-lld: error: failed to write output '/opt/rustwide/target/debug/deps/libthiserror_impl-cdf179c52ae1b06b.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 `thiserror-impl` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "ed286f27d91d0c92786c5630a0f50735594607b80aba310310672c87a2e96f78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed286f27d91d0c92786c5630a0f50735594607b80aba310310672c87a2e96f78", kill_on_drop: false }` [INFO] [stdout] ed286f27d91d0c92786c5630a0f50735594607b80aba310310672c87a2e96f78