[INFO] cloning repository https://github.com/jn3ff/dimerge [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jn3ff/dimerge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjn3ff%2Fdimerge", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjn3ff%2Fdimerge'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1b8515ad5a859a5a38b5b424a96d6fe2afdd6c39 [INFO] testing jn3ff/dimerge against beta-2026-04-21 for beta-1.96-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjn3ff%2Fdimerge" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jn3ff/dimerge [INFO] finished tweaking git repo https://github.com/jn3ff/dimerge [INFO] tweaked toml for git repo https://github.com/jn3ff/dimerge written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jn3ff/dimerge on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jn3ff/dimerge 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd624461ede7fd58dd3ef4416422bb140a7b2d075216b0a9ecbf572a5bb6ff4e [INFO] running `Command { std: "docker" "start" "-a" "cd624461ede7fd58dd3ef4416422bb140a7b2d075216b0a9ecbf572a5bb6ff4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd624461ede7fd58dd3ef4416422bb140a7b2d075216b0a9ecbf572a5bb6ff4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd624461ede7fd58dd3ef4416422bb140a7b2d075216b0a9ecbf572a5bb6ff4e", kill_on_drop: false }` [INFO] [stdout] cd624461ede7fd58dd3ef4416422bb140a7b2d075216b0a9ecbf572a5bb6ff4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 735900dcc97c9f234bc2e2e8866ae2b41e9ddb174eb0a82c6b9a1defd441869f [INFO] running `Command { std: "docker" "start" "-a" "735900dcc97c9f234bc2e2e8866ae2b41e9ddb174eb0a82c6b9a1defd441869f", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling unicode-ident v1.0.23 [INFO] [stderr] Compiling libc v0.2.181 [INFO] [stderr] Compiling itoa v1.0.17 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling regex-syntax v0.8.9 [INFO] [stderr] Compiling clap_lex v1.0.0 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling anyhow v1.0.101 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling iana-time-zone v0.1.65 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling clap_builder v4.5.58 [INFO] [stderr] Compiling syn v2.0.115 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling chrono v0.4.43 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling uuid v1.20.0 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling axum-core v0.5.6 [INFO] [stderr] Compiling clap v4.5.58 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Compiling dimerge v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.98s [INFO] running `Command { std: "docker" "inspect" "735900dcc97c9f234bc2e2e8866ae2b41e9ddb174eb0a82c6b9a1defd441869f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "735900dcc97c9f234bc2e2e8866ae2b41e9ddb174eb0a82c6b9a1defd441869f", kill_on_drop: false }` [INFO] [stdout] 735900dcc97c9f234bc2e2e8866ae2b41e9ddb174eb0a82c6b9a1defd441869f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd62918bc6bf64663de72f9cf3b12684b23afd1b1b9b885e50aca532299c04ae [INFO] running `Command { std: "docker" "start" "-a" "dd62918bc6bf64663de72f9cf3b12684b23afd1b1b9b885e50aca532299c04ae", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling tempfile v3.25.0 [INFO] [stderr] Compiling dimerge v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `dimerge` (bin "viewer" test) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: signal: 6 (SIGABRT) (core dumped) [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcYUlexE/symbols.o" "<10 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtempfile-310fcb0a91af718b,libgetrandom-8e78eefa0dc293fc,libfastrand-46d3783c18562080,librustix-338a416c935a010a,libbitflags-e970e635774c6f7e,liblinux_raw_sys-643c105a3c17340d}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libclap-e5f2fb0bbdcdc5b6,libclap_builder-08ab68eb2f3d48c4,libstrsim-7d9507ff4dccca86,libanstream-7556edfcb84820d5,libanstyle_query-4244f7f88fea0af5,libis_terminal_polyfill-4ad7c1f3c5c76031,libcolorchoice-b4cb121bc6e4b40c,libanstyle_parse-712f923b289d813b,libutf8parse-cc6465083e1503e1,libclap_lex-bdb94d9ee0ea0dfb,libanstyle-5de05ff4a29b559e,libaxum-c2e92f72c3d3486f,libserde_json-a3e2035ba05dd829,libmemchr-19f85ccd2b063f07,libzmij-32087f229b5896fd,libserde_path_to_error-8c3a27aed52d6b28,libserde_urlencoded-95650718c0022ce6,libryu-7c364cfb94c444f7,libserde-3e15f4c8e34f5da3,libform_urlencoded-0a6af76535a55b5e,libpercent_encoding-b8714e110ca16f4c,libhyper_util-6aa6026b29ff029c,libhyper-13b3a30d6931de6a,libhttparse-9c8043f0d8f65c21,libatomic_waker-4d8f3a876068a9c4,libhttpdate-ab2f2cdbe04a360b,libfutures_channel-7edad89c2b1b1b97,libmatchit-92d8670e621f5f38,libserde_core-106a30f641d26d10,libaxum_core-9ae560f1e7b3ce21,libmime-aa776e7d0d3a99c3,libhttp_body_util-09aa3a678b9a6799,libhttp_body-a0f6cf104627aa11,libhttp-739193c5c4929132,libitoa-958180966766c9e6,libtracing-2c2b68175caa7260,liblog-5081bf809293ba62,libtracing_core-cad8010058948a35,libonce_cell-9ec3b2d30075ab56,libtower-1b4276a43df96d58,libsync_wrapper-c0c7e58a7887b1e2,libtower_layer-3b63c02b4d0ef938,libfutures_util-ffd723dffa60fca6,libfutures_task-73af682d185a57bb,libpin_utils-e0a199353c6bf870,libfutures_core-5b72dc92615109c0,libtower_service-d85697bf5431d8b4,libtokio-331a343cee244e04,libsignal_hook_registry-9c20ede8db216564,liberrno-873d2dab4c34d501,libsocket2-e1a8a47c8ffbae3b,libbytes-00a102391b5f478f,libmio-6f0d2aa97aa5da2f,libparking_lot-0951d0cc459f3b91,libparking_lot_core-907fd03fbc4c1861,liblibc-2a93fe996feeffee,libcfg_if-73907a425b6e514e,libsmallvec-695d630f41d8414d,liblock_api-74619001a0e54eab,libscopeguard-96105b3e6a714ed4,libpin_project_lite-63e0d9d6cb6ec6cf}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcYUlexE/raw-dylibs" "-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/deps/viewer-eb188d326337efe9" "-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: Cannot create temporary file in /tmp/: No space left on device [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: signal: 6 (SIGABRT) (core dumped) [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustc17t5iY/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtempfile-310fcb0a91af718b,libfastrand-46d3783c18562080,librustix-338a416c935a010a,libbitflags-e970e635774c6f7e,liblinux_raw_sys-643c105a3c17340d,libchrono-53e85efbd6ba7acb,libiana_time_zone-e8fde29fdad667ba,libnum_traits-0b592801fe27ae75}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libtracing_subscriber-d3ed3f015658043e,libtracing_serde-802d9857677d6fea,libsharded_slab-09adf4328c5d351e,liblazy_static-58edaf41543212f3,libmatchers-37dd53a62feccb84,libregex_automata-afe1bc77c2c49aa6,libregex_syntax-53cb53f76f622a16,libnu_ansi_term-42172b803cfaa6c2,libthread_local-d943b13476cb4df6,libtracing_log-1ddb9818a4ced4b5,libclap-e5f2fb0bbdcdc5b6,libclap_builder-08ab68eb2f3d48c4,libstrsim-7d9507ff4dccca86,libanstream-7556edfcb84820d5,libanstyle_query-4244f7f88fea0af5,libis_terminal_polyfill-4ad7c1f3c5c76031,libcolorchoice-b4cb121bc6e4b40c,libanstyle_parse-712f923b289d813b,libutf8parse-cc6465083e1503e1,libclap_lex-bdb94d9ee0ea0dfb,libanstyle-5de05ff4a29b559e,libuuid-9e0e65adb9b444fb,libgetrandom-8e78eefa0dc293fc,libtokio-331a343cee244e04,libsignal_hook_registry-9c20ede8db216564,liberrno-873d2dab4c34d501,libsocket2-e1a8a47c8ffbae3b,libbytes-00a102391b5f478f,libmio-6f0d2aa97aa5da2f,libparking_lot-0951d0cc459f3b91,libparking_lot_core-907fd03fbc4c1861,liblibc-2a93fe996feeffee,libcfg_if-73907a425b6e514e,libsmallvec-695d630f41d8414d,liblock_api-74619001a0e54eab,libscopeguard-96105b3e6a714ed4,libserde_json-a3e2035ba05dd829,libmemchr-19f85ccd2b063f07,libitoa-958180966766c9e6,libzmij-32087f229b5896fd,libserde-3e15f4c8e34f5da3,libserde_core-106a30f641d26d10,libtracing-2c2b68175caa7260,liblog-5081bf809293ba62,libpin_project_lite-63e0d9d6cb6ec6cf,libtracing_core-cad8010058948a35,libonce_cell-9ec3b2d30075ab56,libanyhow-09dcdff9c940b341}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustc17t5iY/raw-dylibs" "-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/deps/dimerge-65a4f1de4e0b67d9" "-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: Cannot create temporary file in /tmp/: No space left on device [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dimerge` (bin "dimerge" test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "dd62918bc6bf64663de72f9cf3b12684b23afd1b1b9b885e50aca532299c04ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd62918bc6bf64663de72f9cf3b12684b23afd1b1b9b885e50aca532299c04ae", kill_on_drop: false }` [INFO] [stdout] dd62918bc6bf64663de72f9cf3b12684b23afd1b1b9b885e50aca532299c04ae