[INFO] cloning repository https://github.com/tirr-c/jxl-oxide [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tirr-c/jxl-oxide" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftirr-c%2Fjxl-oxide", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftirr-c%2Fjxl-oxide'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c0cc4c7ea57c1207f38ff2970d94757470613be4 [INFO] checking tirr-c/jxl-oxide against 14450d27a2d0d3b3cb66037c8111ee3da14ed3c2 for pr-160391 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftirr-c%2Fjxl-oxide" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/tirr-c/jxl-oxide [INFO] finished tweaking git repo https://github.com/tirr-c/jxl-oxide [INFO] tweaked toml for git repo https://github.com/tirr-c/jxl-oxide written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/tirr-c/jxl-oxide on toolchain 14450d27a2d0d3b3cb66037c8111ee3da14ed3c2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+14450d27a2d0d3b3cb66037c8111ee3da14ed3c2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/tirr-c/jxl-oxide 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" "+14450d27a2d0d3b3cb66037c8111ee3da14ed3c2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 32e19739bc80d03cd6117c2538d6f76df84cbc7935f4d5ce514ae2205b9fb1fe [INFO] running `Command { std: "docker" "start" "32e19739bc80d03cd6117c2538d6f76df84cbc7935f4d5ce514ae2205b9fb1fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "32e19739bc80d03cd6117c2538d6f76df84cbc7935f4d5ce514ae2205b9fb1fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "32e19739bc80d03cd6117c2538d6f76df84cbc7935f4d5ce514ae2205b9fb1fe" "/opt/rustwide/cargo-home/bin/cargo" "+14450d27a2d0d3b3cb66037c8111ee3da14ed3c2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "32e19739bc80d03cd6117c2538d6f76df84cbc7935f4d5ce514ae2205b9fb1fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "32e19739bc80d03cd6117c2538d6f76df84cbc7935f4d5ce514ae2205b9fb1fe" "/opt/rustwide/cargo-home/bin/cargo" "+14450d27a2d0d3b3cb66037c8111ee3da14ed3c2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.189 [INFO] [stderr] Compiling find-msvc-tools v0.1.11 [INFO] [stderr] Compiling pkg-config v0.3.34 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking smallvec v1.15.2 [INFO] [stderr] Checking bytes v1.12.1 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking bytemuck v1.25.2 [INFO] [stderr] Checking futures-core v0.3.34 [INFO] [stderr] Checking pxfm v0.1.30 [INFO] [stderr] Checking foreign-types-shared v0.3.1 [INFO] [stderr] Compiling syn v2.0.119 [INFO] [stderr] Compiling syn v3.0.3 [INFO] [stderr] Checking brotli-decompressor v5.0.3 [INFO] [stderr] Checking futures-sink v0.3.34 [INFO] [stderr] Checking futures-io v0.3.34 [INFO] [stderr] Checking jxl-bitstream v1.1.0 (/opt/rustwide/workdir/crates/jxl-bitstream) [INFO] [stderr] Checking jxl-grid v0.6.2 (/opt/rustwide/workdir/crates/jxl-grid) [INFO] [stderr] Checking jxl-threadpool v1.0.0 (/opt/rustwide/workdir/crates/jxl-threadpool) [INFO] [stderr] Checking log v0.4.33 [INFO] [stderr] Checking futures-task v0.3.34 [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::::fetch_update`: renamed to `try_update` for consistency [INFO] [stdout] --> crates/jxl-grid/src/alloc_tracker.rs:32:44 [INFO] [stdout] | [INFO] [stdout] 32 | let result = self.inner.bytes_left.fetch_update( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] help: replace the use of the deprecated method [INFO] [stdout] | [INFO] [stdout] 32 - let result = self.inner.bytes_left.fetch_update( [INFO] [stdout] 32 + let result = self.inner.bytes_left.try_update( [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::::fetch_update`: renamed to `try_update` for consistency [INFO] [stdout] --> crates/jxl-grid/src/alloc_tracker.rs:63:44 [INFO] [stdout] | [INFO] [stdout] 63 | let result = self.inner.bytes_left.fetch_update( [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: replace the use of the deprecated method [INFO] [stdout] | [INFO] [stdout] 63 - let result = self.inner.bytes_left.fetch_update( [INFO] [stdout] 63 + let result = self.inner.bytes_left.try_update( [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling aws-lc-rs v1.18.0 [INFO] [stderr] Checking jxl-oxide-common v1.0.0 (/opt/rustwide/workdir/crates/jxl-oxide-common) [INFO] [stderr] Checking jxl-coding v1.0.1 (/opt/rustwide/workdir/crates/jxl-coding) [INFO] [stderr] Checking regex-syntax v0.8.11 [INFO] [stderr] Checking futures-util v0.3.34 [INFO] [stderr] Checking writeable v0.6.4 [INFO] [stderr] Checking zeroize v1.9.0 [INFO] [stderr] Checking jxl-image v0.13.0 (/opt/rustwide/workdir/crates/jxl-image) [INFO] [stderr] Checking litemap v0.8.3 [INFO] [stderr] Compiling icu_normalizer_data v2.3.0 [INFO] [stderr] Compiling icu_properties_data v2.3.0 [INFO] [stderr] Checking rustls-pki-types v1.15.1 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.127 [INFO] [stderr] Checking clap_builder v4.6.6 [INFO] [stderr] Checking jxl-modular v0.11.3 (/opt/rustwide/workdir/crates/jxl-modular) [INFO] [stderr] Checking jxl-color v0.11.0 (/opt/rustwide/workdir/crates/jxl-color) [INFO] [stderr] Compiling rustls v0.23.43 [INFO] [stderr] Compiling zerocopy v0.8.56 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking futures-channel v0.3.34 [INFO] [stderr] Checking http v1.5.0 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking regex-automata v0.4.18 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking ipnet v2.12.1 [INFO] [stderr] Compiling yuvxyb-math v0.1.1 [INFO] [stderr] Checking num-integer v0.1.47 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Checking plotters-backend v0.3.7 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling getrandom v0.4.3 [INFO] [stderr] Compiling bumpalo v3.20.3 [INFO] [stderr] Checking byte-slice-cast v1.2.3 [INFO] [stderr] Checking mio v1.2.2 [INFO] [stderr] Checking socket2 v0.6.5 [INFO] [stderr] Checking jxl-vardct v0.11.1 (/opt/rustwide/workdir/crates/jxl-vardct) [INFO] [stderr] Checking rustls-native-certs v0.8.4 [INFO] [stderr] Checking num-bigint v0.4.8 [INFO] [stderr] Checking plotters-svg v0.3.7 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking png v0.18.1 [INFO] [stderr] Compiling ssimulacra2 v0.5.1 [INFO] [stderr] Checking serde_json v1.0.151 [INFO] [stderr] Compiling wasm-bindgen v0.2.127 [INFO] [stderr] Checking http-body v1.1.0 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Compiling jobserver v0.1.35 [INFO] [stderr] Checking tokio v1.53.1 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking unicode-ident v1.0.24 [INFO] [stderr] Checking http-body-util v0.1.5 [INFO] [stderr] Compiling cc v1.4.3 [INFO] [stderr] Checking jxl-frame v0.13.3 (/opt/rustwide/workdir/crates/jxl-frame) [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking is-terminal v0.4.17 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.10 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Checking moxcms v0.8.1 [INFO] [stderr] Checking moxcms v0.9.0 [INFO] [stderr] Checking oorandom v11.1.5 [INFO] [stderr] Checking rand v0.10.2 [INFO] [stderr] Checking crossterm v0.29.0 [INFO] [stderr] Checking jxl-render v0.12.4 (/opt/rustwide/workdir/crates/jxl-render) [INFO] [stderr] Checking jxl-jbr v0.2.1 (/opt/rustwide/workdir/crates/jxl-jbr) [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Compiling cmake v0.1.58 [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/14450d27a2d0d3b3cb66037c8111ee3da14ed3c2/bin/rustc --crate-name syn --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=3842b2c3c92462fe -C extra-filename=-48e3f852bab2cce4 --out-dir /opt/rustwide/target/debug/build/syn/48e3f852bab2cce4/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out -L dependency=/opt/rustwide/target/debug/build/quote/97307b84563a2c10/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/ee684499ef27f3b8/out/libproc_macro2-ee684499ef27f3b8.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/97307b84563a2c10/out/libquote-97307b84563a2c10.rmeta --extern unicode_ident=/opt/rustwide/target/debug/build/unicode-ident/8c98a1a0e58216a9/out/libunicode_ident-8c98a1a0e58216a9.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `futures-util` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/14450d27a2d0d3b3cb66037c8111ee3da14ed3c2/bin/rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="futures-io"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "portable-atomic-alloc", "portable-atomic-util", "portable_atomic_crate", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=37617f85e316b1d1 -C extra-filename=-3ae50fbb5de1ac6a --out-dir /opt/rustwide/target/debug/build/futures-util/3ae50fbb5de1ac6a/out -L dependency=/opt/rustwide/target/debug/build/futures-core/e61316190f86a7bd/out -L dependency=/opt/rustwide/target/debug/build/futures-io/1831beca475a5f7c/out -L dependency=/opt/rustwide/target/debug/build/futures-sink/9a0374bdfb2f9ab6/out -L dependency=/opt/rustwide/target/debug/build/futures-task/e6dcbbfe3a416c43/out -L dependency=/opt/rustwide/target/debug/build/memchr/b924193483665774/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out -L dependency=/opt/rustwide/target/debug/build/slab/ae595133c23c4338/out --extern futures_core=/opt/rustwide/target/debug/build/futures-core/e61316190f86a7bd/out/libfutures_core-e61316190f86a7bd.rmeta --extern futures_io=/opt/rustwide/target/debug/build/futures-io/1831beca475a5f7c/out/libfutures_io-1831beca475a5f7c.rmeta --extern futures_sink=/opt/rustwide/target/debug/build/futures-sink/9a0374bdfb2f9ab6/out/libfutures_sink-9a0374bdfb2f9ab6.rmeta --extern futures_task=/opt/rustwide/target/debug/build/futures-task/e6dcbbfe3a416c43/out/libfutures_task-e6dcbbfe3a416c43.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/b924193483665774/out/libmemchr-b924193483665774.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out/libpin_project_lite-7176d3be2b7ee2e1.rmeta --extern slab=/opt/rustwide/target/debug/build/slab/ae595133c23c4338/out/libslab-ae595133c23c4338.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "32e19739bc80d03cd6117c2538d6f76df84cbc7935f4d5ce514ae2205b9fb1fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32e19739bc80d03cd6117c2538d6f76df84cbc7935f4d5ce514ae2205b9fb1fe", kill_on_drop: false }` [INFO] [stdout] 32e19739bc80d03cd6117c2538d6f76df84cbc7935f4d5ce514ae2205b9fb1fe