[INFO] cloning repository https://github.com/SalOne22/rimage [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SalOne22/rimage" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSalOne22%2Frimage", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSalOne22%2Frimage'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5d4200be6ee90bc72765dc86ac11fcd1585e6edc [INFO] testing SalOne22/rimage against try#d724b5ab2f4ac098ff483349a80b6a3799a5177b for pr-113843 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSalOne22%2Frimage" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/SalOne22/rimage on toolchain d724b5ab2f4ac098ff483349a80b6a3799a5177b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d724b5ab2f4ac098ff483349a80b6a3799a5177b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/SalOne22/rimage [INFO] finished tweaking git repo https://github.com/SalOne22/rimage [INFO] tweaked toml for git repo https://github.com/SalOne22/rimage written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/SalOne22/rimage 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" "+d724b5ab2f4ac098ff483349a80b6a3799a5177b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+d724b5ab2f4ac098ff483349a80b6a3799a5177b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 16e281bd72aec2067eb4ee14c324abdb47fa357b55c9007d8be4cf17522d9c44 [INFO] running `Command { std: "docker" "start" "-a" "16e281bd72aec2067eb4ee14c324abdb47fa357b55c9007d8be4cf17522d9c44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "16e281bd72aec2067eb4ee14c324abdb47fa357b55c9007d8be4cf17522d9c44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16e281bd72aec2067eb4ee14c324abdb47fa357b55c9007d8be4cf17522d9c44", kill_on_drop: false }` [INFO] [stdout] 16e281bd72aec2067eb4ee14c324abdb47fa357b55c9007d8be4cf17522d9c44 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+d724b5ab2f4ac098ff483349a80b6a3799a5177b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4ae6ab265a1411422b8c7bd78e4e3d999ef2eeab670981959d0cb0b27367f3e0 [INFO] running `Command { std: "docker" "start" "-a" "4ae6ab265a1411422b8c7bd78e4e3d999ef2eeab670981959d0cb0b27367f3e0", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling proc-macro2 v1.0.63 [INFO] [stderr] Compiling quote v1.0.28 [INFO] [stderr] Compiling unicode-ident v1.0.9 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling serde v1.0.164 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling jobserver v0.1.26 [INFO] [stderr] Compiling syn v2.0.22 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling semver v1.0.17 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling rustix v0.37.20 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling log v0.4.19 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling nasm-rs v0.2.5 [INFO] [stderr] Compiling num-rational v0.4.1 [INFO] [stderr] Compiling simd-adler32 v0.3.5 [INFO] [stderr] Compiling rust_hawktracer_normal_macro v0.4.1 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Compiling rust_hawktracer_proc_macro v0.4.1 [INFO] [stderr] Compiling bytemuck v1.13.1 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling rust_hawktracer v0.7.0 [INFO] [stderr] Compiling rgb v0.8.36 [INFO] [stderr] Compiling is-terminal v0.4.7 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling paste v1.0.12 [INFO] [stderr] Compiling noop_proc_macro v0.3.0 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling libdeflate-sys v0.14.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling serde_derive v1.0.164 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling anstyle v1.0.1 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling libdav1d-sys v0.5.0 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling dunce v1.0.4 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling mozjpeg-sys v1.1.0 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling libwebp-sys2 v0.1.7 [INFO] [stderr] Compiling arg_enum_proc_macro v0.3.2 [INFO] [stderr] Compiling maybe-rayon v0.1.1 [INFO] [stderr] Compiling tikv-jemalloc-sys v0.5.3+5.3.0-patched [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling cmake v0.1.50 [INFO] [stderr] Compiling simd_helpers v0.1.0 [INFO] [stderr] Compiling v_frame v0.3.4 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling regex-syntax v0.7.2 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling bitstream-io v1.6.0 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling const_fn_assert v0.1.3+deprecated [INFO] [stderr] Compiling scan_fmt v0.2.6 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling portable-atomic v1.3.3 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling clap_builder v4.3.10 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling clap_derive v4.3.2 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling regex v1.8.4 [INFO] [stderr] Compiling libavif-sys v0.14.3 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling equivalent v1.0.0 [INFO] [stderr] Compiling imgref v1.9.4 [INFO] [stderr] Compiling typed-arena v2.0.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling hashbrown v0.14.0 [INFO] [stderr] Compiling funty v2.0.0 [INFO] [stderr] Compiling indexmap v2.0.0 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling console v0.15.7 [INFO] [stderr] Compiling av1-grain v0.2.2 [INFO] [stderr] Compiling avif-serialize v0.8.1 [INFO] [stderr] Compiling loop9 v0.1.3 [INFO] [stderr] Compiling zopfli v0.7.4 [INFO] [stderr] Compiling cargo-lock v8.0.3 [INFO] [stderr] Compiling fallible_collections v0.4.8 [INFO] [stderr] Compiling stderrlog v0.5.4 [INFO] [stderr] Compiling flate2 v1.0.26 [INFO] [stderr] Compiling built v0.5.2 [INFO] [stderr] Compiling clap v4.3.10 [INFO] [stderr] Compiling fdeflate v0.3.0 [INFO] [stderr] Compiling filetime v0.2.21 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling wild v2.1.0 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling libwebp v0.1.2 [INFO] [stderr] Compiling resize v0.7.4 [INFO] [stderr] Compiling imagequant v4.2.0 [INFO] [stderr] Compiling indicatif v0.17.5 [INFO] [stderr] Compiling png v0.17.9 [INFO] [stderr] Compiling pretty_env_logger v0.5.0 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling rav1e v0.6.3 [INFO] [stderr] Compiling libdeflater v0.14.0 [INFO] [stderr] Compiling oxipng v8.0.0 (https://github.com/shssoichiro/oxipng.git?rev=4ae64c56#4ae64c56) [INFO] [stderr] Compiling mozjpeg v0.9.6 [INFO] [stderr] Compiling ravif v0.11.2 [INFO] [stderr] error: could not compile `rav1e` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d724b5ab2f4ac098ff483349a80b6a3799a5177b/bin/rustc --crate-name rav1e --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rav1e-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="asm"' --cfg 'feature="capi"' --cfg 'feature="cc"' --cfg 'feature="nasm-rs"' --cfg 'feature="scan_fmt"' --cfg 'feature="threading"' -C metadata=754c0e832531c7b6 -C extra-filename=-754c0e832531c7b6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arg_enum_proc_macro=/opt/rustwide/target/debug/deps/libarg_enum_proc_macro-52bdc503e02a03ae.so --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-cb6bbcf48effbe87.rmeta --extern av1_grain=/opt/rustwide/target/debug/deps/libav1_grain-0c4f3eab486c1517.rmeta --extern bitstream_io=/opt/rustwide/target/debug/deps/libbitstream_io-b85262a8f50f2522.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-d4664edabea63f35.rmeta --extern const_fn_assert=/opt/rustwide/target/debug/deps/libconst_fn_assert-a25a68a7f17d6883.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-984871af0d436c93.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-d0e6cae748766111.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-27705ca7a13934be.rmeta --extern rayon=/opt/rustwide/target/debug/deps/libmaybe_rayon-63aa2e1814e33e4c.rmeta --extern debug_unreachable=/opt/rustwide/target/debug/deps/libdebug_unreachable-050b31068f8a5ceb.rmeta --extern noop_proc_macro=/opt/rustwide/target/debug/deps/libnoop_proc_macro-81e81ea762d4d6cd.so --extern num_derive=/opt/rustwide/target/debug/deps/libnum_derive-2f98f8b90273b143.so --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-0e96fa37554ce5ad.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-8ddb0c67efdf005e.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-61596324ddf9acba.so --extern rust_hawktracer=/opt/rustwide/target/debug/deps/librust_hawktracer-5efa80cd913fc167.rmeta --extern scan_fmt=/opt/rustwide/target/debug/deps/libscan_fmt-9db48fe9528e2e21.rmeta --extern simd_helpers=/opt/rustwide/target/debug/deps/libsimd_helpers-67e7e7a9b9f735be.so --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-d5893b557988d16e.rmeta --extern v_frame=/opt/rustwide/target/debug/deps/libv_frame-252938d858e3520f.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/rav1e-841eba52ba84800f/out -l static=rav1easm -l static=rav1easm --cfg nightly_rustc --cfg nasm_x86_64` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "4ae6ab265a1411422b8c7bd78e4e3d999ef2eeab670981959d0cb0b27367f3e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ae6ab265a1411422b8c7bd78e4e3d999ef2eeab670981959d0cb0b27367f3e0", kill_on_drop: false }` [INFO] [stdout] 4ae6ab265a1411422b8c7bd78e4e3d999ef2eeab670981959d0cb0b27367f3e0