[INFO] cloning repository https://github.com/descawed/samurai [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/descawed/samurai" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdescawed%2Fsamurai", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdescawed%2Fsamurai'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 280af7ea1e839a6bd23842a3f69a81125321dda9 [INFO] testing descawed/samurai against master#9e136a30a965bf4e63f03095c57df7257bf96fd6 for pr-134530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdescawed%2Fsamurai" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/descawed/samurai on toolchain 9e136a30a965bf4e63f03095c57df7257bf96fd6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/descawed/samurai [INFO] finished tweaking git repo https://github.com/descawed/samurai [INFO] tweaked toml for git repo https://github.com/descawed/samurai written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/descawed/samurai 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" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ordered_hash_map v0.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] df73420c426bfa90f9c11dfbb2c375ddd3e7c3a9879b366498cee2abb2742c1c [INFO] running `Command { std: "docker" "start" "-a" "df73420c426bfa90f9c11dfbb2c375ddd3e7c3a9879b366498cee2abb2742c1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "df73420c426bfa90f9c11dfbb2c375ddd3e7c3a9879b366498cee2abb2742c1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "df73420c426bfa90f9c11dfbb2c375ddd3e7c3a9879b366498cee2abb2742c1c", kill_on_drop: false }` [INFO] [stdout] df73420c426bfa90f9c11dfbb2c375ddd3e7c3a9879b366498cee2abb2742c1c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 511e249bc1a111583311f84857ae2b6ae2052a8cc642072627a97a7cb81f86a2 [INFO] running `Command { std: "docker" "start" "-a" "511e249bc1a111583311f84857ae2b6ae2052a8cc642072627a97a7cb81f86a2", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.2.0 [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling anyhow v1.0.82 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling built v0.7.2 [INFO] [stderr] Compiling aligned-vec v0.5.0 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling bytemuck v1.15.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling rav1e v0.7.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling anstyle-parse v0.2.3 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling imgref v1.10.1 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.6 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling binrw_derive v0.13.3 [INFO] [stderr] Compiling weezl v0.1.8 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling bitstream-io v2.2.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling anstyle-query v1.0.2 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling anstream v0.6.13 [INFO] [stderr] Compiling flume v0.11.0 [INFO] [stderr] Compiling loop9 v0.1.5 [INFO] [stderr] Compiling rgb v0.8.37 [INFO] [stderr] Compiling syn v2.0.58 [INFO] [stderr] Compiling avif-serialize v0.8.1 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling fdeflate v0.3.4 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling binrw v0.13.3 [INFO] [stderr] Compiling jpeg-decoder v0.3.1 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling v_frame v0.3.8 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling zune-core v0.4.12 [INFO] [stderr] Compiling owo-colors v3.5.0 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling gif v0.13.1 [INFO] [stderr] Compiling zune-jpeg v0.4.11 [INFO] [stderr] Compiling png v0.17.13 [INFO] [stderr] Compiling clap_builder v4.5.2 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling exr v1.72.0 [INFO] [stderr] Compiling array-init v2.1.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling tiff v0.9.1 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling ordered_hash_map v0.4.0 [INFO] [stderr] Compiling av1-grain v0.2.3 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling clap v4.5.4 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling profiling-procmacros v1.0.15 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.4 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling profiling v1.0.15 [INFO] [stderr] Compiling image-webp v0.1.1 [INFO] [stderr] Compiling ravif v0.11.5 [INFO] [stderr] Compiling image v0.25.1 [INFO] [stderr] Compiling samurai v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `Command { std: "docker" "inspect" "511e249bc1a111583311f84857ae2b6ae2052a8cc642072627a97a7cb81f86a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "511e249bc1a111583311f84857ae2b6ae2052a8cc642072627a97a7cb81f86a2", kill_on_drop: false }` [INFO] [stdout] 511e249bc1a111583311f84857ae2b6ae2052a8cc642072627a97a7cb81f86a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a288b5cff4edc6f0b1f0e1d87c7f90d832b101dee22cf95e5e9ca53a7decc73d [INFO] running `Command { std: "docker" "start" "-a" "a288b5cff4edc6f0b1f0e1d87c7f90d832b101dee22cf95e5e9ca53a7decc73d", kill_on_drop: false }` [INFO] [stderr] Compiling samurai v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetamwnM3C" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `samurai` (lib test) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcttIR7D/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libpathdiff-aa7c4144031a5892.rlib}" "/opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-5b337cbd81a5a91e.rlib,libgetopts-b3d751a359439e5c.rlib,libunicode_width-b94cd6aeaf6d0888.rlib,librustc_std_workspace_std-7eff89145b2e518b.rlib}" "/opt/rustwide/target/debug/deps/{libsamurai-4a2ccc7bfefcf16f.rlib,libordered_hash_map-b91b892c52aac3ef.rlib,libhashbrown-547d00ff53e63b10.rlib,libahash-f75c785635f8c99f.rlib,libonce_cell-24c5d665b6879050.rlib,libzerocopy-8e600753138a11ca.rlib,libimage-cf271831b7b68310.rlib,libimage_webp-25dc0fa1d7c4bdfa.rlib,libqoi-86dec59824738a97.rlib,libpng-6d4be5a854c9548a.rlib,libfdeflate-2676e2396689691a.rlib,libbitflags-e2b4db6c651223da.rlib,libexr-7ae459fe808e5eca.rlib,libflume-3df48d40dd8309a0.rlib,libzune_inflate-249878d2816071b4.rlib,libbit_field-eda3227a244109cb.rlib,liblebe-dd40720b17de66d8.rlib,libhalf-8828d1a34d8bd812.rlib,libsmallvec-8045c56aeb050430.rlib,libzune_jpeg-27f69ef2fcb5b2b5.rlib,libzune_core-e448b15fbf642cb4.rlib,libgif-d5ddca0d037621a1.rlib,libcolor_quant-fa7ff1de0e6ea74b.rlib,libbyteorder-1efcbe4f07366651.rlib,libravif-e9e4028416e200c5.rlib,libloop9-a00110964edb7656.rlib,libavif_serialize-462a2c6d348ebf69.rlib,libquick_error-8d402ad4d863a69d.rlib,librgb-dd9f392c1f45a436.rlib,librav1e-1953e314d87733bf.rlib,libprofiling-a65181d31873e982.rlib,libav1_grain-4c0d7d0abf3e4121.rlib,libnom-39a42f822b2d7154.rlib,libmemchr-432786887273eca9.rlib,libnum_rational-157c6ddf71846775.rlib,libnum_bigint-e52eff3c1a063aff.rlib,libnum_integer-eaa35f7d55eff352.rlib,libdebug_unreachable-64be8850bfcabca1.rlib,libmaybe_rayon-2b807eb76f75fe21.rlib,librayon-27f63802ebdb52aa.rlib,librayon_core-706f24b732877e98.rlib,libcrossbeam_deque-5e31c0983b068b96.rlib,libcrossbeam_epoch-13c69baa8b46551d.rlib,libcrossbeam_utils-cc91f8ce4c69491d.rlib,libv_frame-1f201fc178a23b59.rlib,libaligned_vec-ab53b3b8648dcc44.rlib,libarrayvec-f942e8c771b56381.rlib,libthiserror-076d306e47e5d0db.rlib,libbitstream_io-4b12d843572219e2.rlib,libitertools-0bead5acf83741ec.rlib,libeither-c223d816b347c1a2.rlib,liblog-a3845e017a80cb8a.rlib,libimgref-8300d2ee6b200c5b.rlib,libnum_traits-ed086f9edf4db8fb.rlib,libtiff-cd3c20a184ef44bb.rlib,libflate2-f8f6c63e33cedf67.rlib,libminiz_oxide-3d4b64de72f97cc3.rlib,libsimd_adler32-eda01a159841bab2.rlib,libcrc32fast-5f9f4d343513b5eb.rlib,libweezl-a28855e8054185c9.rlib,libjpeg_decoder-5020c691837dd46e.rlib,libbinrw-6279d97d8dda0669.rlib,libbytemuck-a51f1a037e7dc8e3.rlib,libarray_init-1facded160f30040.rlib,libencoding_rs-721451430cd4dde4.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libwalkdir-1a00c768f8c7f3de.rlib,libsame_file-1ceb7b6153588b15.rlib,libclap-f18fdbb186f5c374.rlib,libclap_builder-af537826c5b2ee6a.rlib,libstrsim-24acdad2526b95b7.rlib,libanstream-c64133867fc8176d.rlib,libanstyle_query-8d3653252a5c3fa6.rlib,libcolorchoice-bfe75a9d19074058.rlib,libanstyle_parse-1f4e0b1d916c325f.rlib,libutf8parse-e98db3169219ea11.rlib,libclap_lex-b5c2fb94a3ed7e8d.rlib,libanstyle-3f5f62a5160c2726.rlib,libanyhow-ee70fbd11e6fed51.rlib}" "/opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-c961c021679cb080.rlib,libpanic_unwind-cf53e161ed1cff61.rlib,libobject-cb648d8066e1f446.rlib,libmemchr-c5d4f358058ea4b7.rlib,libaddr2line-c3d71356250e6616.rlib,libgimli-f87b04c9c9484f11.rlib,librustc_demangle-bcb6f2ec634b4b7c.rlib,libstd_detect-7c9c37927c8e6d84.rlib,libhashbrown-c2c9b281c2c2a277.rlib,librustc_std_workspace_alloc-436fb8ec294074ae.rlib,libminiz_oxide-8d1606a7c3a02301.rlib,libadler-b9d368accc529045.rlib,libunwind-8fa2d9148abc4bd4.rlib,libcfg_if-04c8eb04b1ca0e2e.rlib,liblibc-ac32c271036f683f.rlib,liballoc-954db56effadca87.rlib,librustc_std_workspace_core-395a38b8e0851c9b.rlib,libcore-d453bab70303062c.rlib,libcompiler_builtins-d643a4794e0b0ebc.rlib}" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/9e136a30a965bf4e63f03095c57df7257bf96fd6/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/samurai-0761d9d513e4394e" "-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: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `samurai` (bin "samurai" test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "a288b5cff4edc6f0b1f0e1d87c7f90d832b101dee22cf95e5e9ca53a7decc73d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a288b5cff4edc6f0b1f0e1d87c7f90d832b101dee22cf95e5e9ca53a7decc73d", kill_on_drop: false }` [INFO] [stdout] a288b5cff4edc6f0b1f0e1d87c7f90d832b101dee22cf95e5e9ca53a7decc73d