[INFO] cloning repository https://github.com/stevenlovegrove/xlink-sys [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stevenlovegrove/xlink-sys" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevenlovegrove%2Fxlink-sys", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevenlovegrove%2Fxlink-sys'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4c231bb56fe293275a950e5f20991814366d32a4 [INFO] checking stevenlovegrove/xlink-sys against master#9f48dedc9763334a587c66558974635807a113ed for pr-137394 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstevenlovegrove%2Fxlink-sys" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stevenlovegrove/xlink-sys on toolchain 9f48dedc9763334a587c66558974635807a113ed [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f48dedc9763334a587c66558974635807a113ed" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/stevenlovegrove/xlink-sys [INFO] finished tweaking git repo https://github.com/stevenlovegrove/xlink-sys [INFO] tweaked toml for git repo https://github.com/stevenlovegrove/xlink-sys written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/stevenlovegrove/xlink-sys 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" "+9f48dedc9763334a587c66558974635807a113ed" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+9f48dedc9763334a587c66558974635807a113ed" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 51f49c273fbb20b4d531b011e5e0d67c8567f90d813b37a995eaf2596119ab3d [INFO] running `Command { std: "docker" "start" "-a" "51f49c273fbb20b4d531b011e5e0d67c8567f90d813b37a995eaf2596119ab3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "51f49c273fbb20b4d531b011e5e0d67c8567f90d813b37a995eaf2596119ab3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51f49c273fbb20b4d531b011e5e0d67c8567f90d813b37a995eaf2596119ab3d", kill_on_drop: false }` [INFO] [stdout] 51f49c273fbb20b4d531b011e5e0d67c8567f90d813b37a995eaf2596119ab3d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+9f48dedc9763334a587c66558974635807a113ed" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a215966ea7d52bfd1f430969513379824054b32b01ddf474d4f0a7ab12f25f0 [INFO] running `Command { std: "docker" "start" "-a" "2a215966ea7d52bfd1f430969513379824054b32b01ddf474d4f0a7ab12f25f0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling prettyplease v0.2.16 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling clang-sys v1.7.0 [INFO] [stderr] Compiling libloading v0.8.1 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling bindgen v0.69.4 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling syn v2.0.49 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling regex-automata v0.4.5 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling regex v1.10.3 [INFO] [stderr] Compiling xlink-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcav4VFv/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libbindgen-6c0da018b9df176a.rlib,libprettyplease-6d73b288d8f1c7bd.rlib,libwhich-7ad0bc40e79b330f.rlib,libhome-bd3f7da54558ea36.rlib,librustix-8b7ab98fcd3f0d35.rlib,liblinux_raw_sys-f766d582d88231dc.rlib,libshlex-258c8bec04b9d869.rlib,librustc_hash-c94cda88a025c06c.rlib,libregex-eee1861ee8d3d333.rlib,libregex_automata-c5e353a3df6d323d.rlib,libregex_syntax-203b4681a28d7a20.rlib,liblazycell-94413c5e4ac1eb3a.rlib,libitertools-4d2d41bb3a7c9d8e.rlib,libeither-ac8f4c91e40f782d.rlib,libcexpr-142453cdac3f5039.rlib,libnom-1c80a2fb3678b368.rlib,libmemchr-ba445f766b9f6fc2.rlib,libclang_sys-9bddcb168e9d994e.rlib,liblibloading-68b9ef3e9a4addd3.rlib,libcfg_if-a6ec14cb1a24e6b7.rlib,libglob-3a1c0b92f1eb37f5.rlib,libsyn-2c9c0d0b798ea95c.rlib,liblog-e6b98240a3bec45e.rlib,libquote-020071938e36b3d5.rlib,libproc_macro2-315219b16fb53fa7.rlib,libunicode_ident-f2de522ba645d884.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*}.rlib" "/opt/rustwide/target/debug/deps/{liblazy_static-7bef99ab27b53866.rlib,libbitflags-421d5b75c1d1b3f4.rlib,libcmake-6a30cd7efcb1d74a.rlib,libcc-bc930873cbcb2e69.rlib,liblibc-877b55f935b997e9.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{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" "-ldl" "-lc" "-lm" "-lrt" "-lpthread" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/xlink-sys-f82e9374f25dfd14/build_script_build-f82e9374f25dfd14" "-Wl,--gc-sections" "-pie" "-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/9f48dedc9763334a587c66558974635807a113ed/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/ccNH8O56.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o /opt/rustwide/target/debug/build/xlink-sys-f82e9374f25dfd14/build_script_build-f82e9374f25dfd14 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /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/opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/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/../../.. /tmp/rustcav4VFv/symbols.o /opt/rustwide/target/debug/build/xlink-sys-f82e9374f25dfd14/build_script_build-f82e9374f25dfd14.build_script_build.450b88722cedfd66-cgu.0.rcgu.o /opt/rustwide/target/debug/build/xlink-sys-f82e9374f25dfd14/build_script_build-f82e9374f25dfd14.c85q6esc3x1t1bxfr4ccrib0d.rcgu.o --as-needed -Bstatic /opt/rustwide/target/debug/deps/libbindgen-6c0da018b9df176a.rlib /opt/rustwide/target/debug/deps/libprettyplease-6d73b288d8f1c7bd.rlib /opt/rustwide/target/debug/deps/libwhich-7ad0bc40e79b330f.rlib /opt/rustwide/target/debug/deps/libhome-bd3f7da54558ea36.rlib /opt/rustwide/target/debug/deps/librustix-8b7ab98fcd3f0d35.rlib /opt/rustwide/target/debug/deps/liblinux_raw_sys-f766d582d88231dc.rlib /opt/rustwide/target/debug/deps/libshlex-258c8bec04b9d869.rlib /opt/rustwide/target/debug/deps/librustc_hash-c94cda88a025c06c.rlib /opt/rustwide/target/debug/deps/libregex-eee1861ee8d3d333.rlib /opt/rustwide/target/debug/deps/libregex_automata-c5e353a3df6d323d.rlib /opt/rustwide/target/debug/deps/libregex_syntax-203b4681a28d7a20.rlib /opt/rustwide/target/debug/deps/liblazycell-94413c5e4ac1eb3a.rlib /opt/rustwide/target/debug/deps/libitertools-4d2d41bb3a7c9d8e.rlib /opt/rustwide/target/debug/deps/libeither-ac8f4c91e40f782d.rlib /opt/rustwide/target/debug/deps/libcexpr-142453cdac3f5039.rlib /opt/rustwide/target/debug/deps/libnom-1c80a2fb3678b368.rlib /opt/rustwide/target/debug/deps/libmemchr-ba445f766b9f6fc2.rlib /opt/rustwide/target/debug/deps/libclang_sys-9bddcb168e9d994e.rlib /opt/rustwide/target/debug/deps/liblibloading-68b9ef3e9a4addd3.rlib /opt/rustwide/target/debug/deps/libcfg_if-a6ec14cb1a24e6b7.rlib /opt/rustwide/target/debug/deps/libglob-3a1c0b92f1eb37f5.rlib /opt/rustwide/target/debug/deps/libsyn-2c9c0d0b798ea95c.rlib /opt/rustwide/target/debug/deps/liblog-e6b98240a3bec45e.rlib /opt/rustwide/target/debug/deps/libquote-020071938e36b3d5.rlib /opt/rustwide/target/debug/deps/libproc_macro2-315219b16fb53fa7.rlib /opt/rustwide/target/debug/deps/libunicode_ident-f2de522ba645d884.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-1815433bb77cee8f.rlib /opt/rustwide/target/debug/deps/liblazy_static-7bef99ab27b53866.rlib /opt/rustwide/target/debug/deps/libbitflags-421d5b75c1d1b3f4.rlib /opt/rustwide/target/debug/deps/libcmake-6a30cd7efcb1d74a.rlib /opt/rustwide/target/debug/deps/libcc-bc930873cbcb2e69.rlib /opt/rustwide/target/debug/deps/liblibc-877b55f935b997e9.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-bd3f4c5fdfb888bb.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ba0cf80100c1478.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-179efac7a6a7f723.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-e46000396b0bba78.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d2eaf444c66aba45.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-db2f80839eb9ecce.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-2eda189d452afd61.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-331cfd83ce1f8ea1.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-b0408ac1de21093e.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-911e190b93f6b508.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-07405a1ed864919d.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-cc831637d52fbfcd.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-9d10dda95c3cb0d6.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2f7afbf46dcfa51d.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9a70dd751e922712.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-24c3ea97e9242675.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-747298ada1b3fdc7.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d31de6036608c8f.rlib /opt/rustwide/rustup-home/toolchains/9f48dedc9763334a587c66558974635807a113ed/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-b0bdd73c853bcf5c.rlib -Bdynamic -ldl -lc -lm -lrt -lpthread -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc --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] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `xlink-sys` (build script) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "2a215966ea7d52bfd1f430969513379824054b32b01ddf474d4f0a7ab12f25f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a215966ea7d52bfd1f430969513379824054b32b01ddf474d4f0a7ab12f25f0", kill_on_drop: false }` [INFO] [stdout] 2a215966ea7d52bfd1f430969513379824054b32b01ddf474d4f0a7ab12f25f0