[INFO] cloning repository https://github.com/dorayakikun/pixelmatch-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dorayakikun/pixelmatch-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdorayakikun%2Fpixelmatch-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdorayakikun%2Fpixelmatch-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 28b4a781f3e868fbdeb03808e51e347020402407 [INFO] testing dorayakikun/pixelmatch-rs against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdorayakikun%2Fpixelmatch-rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dorayakikun/pixelmatch-rs on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dorayakikun/pixelmatch-rs [INFO] finished tweaking git repo https://github.com/dorayakikun/pixelmatch-rs [INFO] tweaked toml for git repo https://github.com/dorayakikun/pixelmatch-rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/dorayakikun/pixelmatch-rs 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-2025-04-13" "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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c69459c99875a970797288026ae41c172a8265e387ade263f60a3f37ab8e442a [INFO] running `Command { std: "docker" "start" "-a" "c69459c99875a970797288026ae41c172a8265e387ade263f60a3f37ab8e442a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c69459c99875a970797288026ae41c172a8265e387ade263f60a3f37ab8e442a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c69459c99875a970797288026ae41c172a8265e387ade263f60a3f37ab8e442a", kill_on_drop: false }` [INFO] [stdout] c69459c99875a970797288026ae41c172a8265e387ade263f60a3f37ab8e442a [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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 39e2bb7d4eb0804f8149fa50c31292dc3f13c947ff43127131d90d24277a4854 [INFO] running `Command { std: "docker" "start" "-a" "39e2bb7d4eb0804f8149fa50c31292dc3f13c947ff43127131d90d24277a4854", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.142 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.12 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling futures-core v0.3.19 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling either v1.5.1 [INFO] [stderr] Compiling anstyle v1.0.0 [INFO] [stderr] Compiling weezl v0.1.7 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling anstyle-parse v0.2.0 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling futures-sink v0.3.19 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling miniz_oxide v0.5.4 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling anstream v0.5.0 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling thiserror v1.0.48 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.11 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling spin v0.9.2 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling bit_field v0.10.1 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.2 [INFO] [stderr] Compiling qoi v0.4.1 [INFO] [stderr] Compiling gif v0.12.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling clap_builder v4.4.4 [INFO] [stderr] Compiling syn v2.0.31 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling nanorand v0.6.1 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling png v0.17.7 [INFO] [stderr] Compiling thiserror-impl v1.0.48 [INFO] [stderr] Compiling clap v4.4.4 [INFO] [stderr] Compiling jpeg-decoder v0.3.0 [INFO] [stderr] Compiling tiff v0.9.0 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling flume v0.10.10 [INFO] [stderr] Compiling exr v1.5.1 [INFO] [stderr] Compiling image v0.24.7 [INFO] [stderr] Compiling pixelmatch-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustczB1zBf/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libpixelmatch_rs-74cacaf00ba2c4b5.rlib,libclap-708ab9ac464b39a9.rlib,libclap_builder-2cf51b10e4c50629.rlib,libstrsim-934c6b5db5b11ce4.rlib,libanstream-ba9ce65cb09b537c.rlib,libanstyle_query-bf88390deb1ad954.rlib,libcolorchoice-7e168c6abb6e41ad.rlib,libanstyle_parse-6b0c265976953904.rlib,libutf8parse-bf86fa6e8ff589fb.rlib,libclap_lex-779a5db0676d3668.rlib,libanstyle-a60f64ca435b8373.rlib,libanyhow-86f328f9bfe71f69.rlib,libthiserror-f77cec97a25eacee.rlib,libimage-56267018ed9e8d2f.rlib,libqoi-cfe7f025b18ca0df.rlib,libbytemuck-410e9c46579d0ec7.rlib,libpng-8701ee69b065e29a.rlib,libminiz_oxide-b57aacf0d6d21e45.rlib,libbitflags-dde12b0d7d495b50.rlib,libexr-2835609861ecb1c7.rlib,libflume-6e10de4643aac1f4.rlib,libspin-0efd472932079fe3.rlib,liblock_api-8e3851d444160ecd.rlib,libpin_project-a2e21fb240a29ec9.rlib,libfutures_sink-87796ae9f47b7732.rlib,libfutures_core-bf2dbde27c87037d.rlib,libnanorand-24175d16ec4eeae0.rlib,libgetrandom-01dd5c53313256c7.rlib,libthreadpool-5c216010b6242542.rlib,libminiz_oxide-e2641d973a78d67f.rlib,libadler-8a8ce72c9fb247b6.rlib,libbit_field-e2b639b9cacfe5b4.rlib,liblebe-5694b67511a9813c.rlib,libhalf-ab7070883a656f8b.rlib,libsmallvec-4d273beb6a432798.rlib,libnum_rational-00c41ea1e773c362.rlib,libnum_integer-e9592c7cee6057f7.rlib,libgif-3197465e60c352f2.rlib,libcolor_quant-72accfe2cafd1a2d.rlib,libbyteorder-9f385b8d892aa51f.rlib,libnum_traits-a8c54736f15e4389.rlib,libtiff-9e10c03c3ff9ff15.rlib,libflate2-966564210d14989e.rlib,libminiz_oxide-a2b9bcb37e582839.rlib,libadler-d6881ab7996285c2.rlib,libcrc32fast-8840e981a02d6463.rlib,libcfg_if-2e10d8a1746a0988.rlib,libweezl-2b90a14ccfb21c53.rlib,libjpeg_decoder-ddeb9a2b90692b23.rlib,librayon-353a5955b7754e29.rlib,librayon_core-f96b6fe6df8fe02a.rlib,libnum_cpus-4429187ae825fb69.rlib,liblibc-19258a9ce4c5121c.rlib,libcrossbeam_deque-e4dcc287c2027834.rlib,libcrossbeam_epoch-901c805a7e78581e.rlib,libmemoffset-16d35a5010bb96bb.rlib,libscopeguard-e318caba69bf687f.rlib,libcrossbeam_channel-cd81792f9b3052ca.rlib,libcrossbeam_utils-3fe57afb3b161e86.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib,libeither-c707faf413887274.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" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustczB1zBf/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/pixelmatch_rs-d58850d82c940138" "-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: /usr/bin/ld: final link failed: 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 `pixelmatch-rs` (bin "pixelmatch-rs") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "39e2bb7d4eb0804f8149fa50c31292dc3f13c947ff43127131d90d24277a4854", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39e2bb7d4eb0804f8149fa50c31292dc3f13c947ff43127131d90d24277a4854", kill_on_drop: false }` [INFO] [stdout] 39e2bb7d4eb0804f8149fa50c31292dc3f13c947ff43127131d90d24277a4854