[INFO] fetching crate soyokaze 0.3.1...
[INFO] checking soyokaze-0.3.1 against 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6 for pr-160581
[INFO] extracting crate soyokaze 0.3.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate soyokaze 0.3.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate soyokaze 0.3.1
[INFO] tweaked toml for crates.io crate soyokaze 0.3.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate soyokaze 0.3.1 on toolchain 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate soyokaze 0.3.1 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" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] b26f6119bc7edadf460c966e9f1b47e9bb242ec22f3a9d9fdb87f3835afed892
[INFO] running `Command { std: "docker" "start" "b26f6119bc7edadf460c966e9f1b47e9bb242ec22f3a9d9fdb87f3835afed892", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b26f6119bc7edadf460c966e9f1b47e9bb242ec22f3a9d9fdb87f3835afed892", 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" "b26f6119bc7edadf460c966e9f1b47e9bb242ec22f3a9d9fdb87f3835afed892" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b26f6119bc7edadf460c966e9f1b47e9bb242ec22f3a9d9fdb87f3835afed892", 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" "b26f6119bc7edadf460c966e9f1b47e9bb242ec22f3a9d9fdb87f3835afed892" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking futures-core v0.3.33
[INFO] [stderr]     Checking futures-sink v0.3.33
[INFO] [stderr]    Compiling either v1.17.0
[INFO] [stderr]     Checking futures-task v0.3.33
[INFO] [stderr]     Checking futures-io v0.3.33
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-macro v0.3.33
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling zerocopy v0.8.55
[INFO] [stderr]     Checking futures-channel v0.3.33
[INFO] [stderr]    Compiling glob v0.3.4
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling slog v2.8.2
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling clang-sys v1.9.1
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling time-macros v0.2.32
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling regex-automata v0.4.16
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]    Compiling cc v1.4.0
[INFO] [stderr]     Checking mio v1.2.2
[INFO] [stderr]     Checking socket2 v0.6.5
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling rustc-hash v2.1.3
[INFO] [stderr]    Compiling bitflags v2.13.1
[INFO] [stderr]    Compiling trackable_derive v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling prost-derive v0.14.4
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking trackable v1.3.0
[INFO] [stderr]     Checking getrandom v0.4.3
[INFO] [stderr]    Compiling fslock v0.2.1
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]     Checking http-body-util v0.1.4
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling getset v0.1.7
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]    Compiling portable-atomic v1.14.0
[INFO] [stderr]     Checking rustc-demangle v0.1.28
[INFO] [stderr]    Compiling procfs v0.17.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking procfs-core v0.17.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]     Checking rand v0.10.2
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]    Compiling prometheus-client-derive-text-encode v0.3.0
[INFO] [stderr]     Checking prost v0.14.4
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling slog-async v2.8.0
[INFO] [stderr]    Compiling prometheus v0.14.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking futures-executor v0.3.33
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]     Checking const-hex v1.19.1
[INFO] [stderr]    Compiling serde_with_macros v3.21.0
[INFO] [stderr]     Checking prometheus-client v0.18.1
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking thrift_codec v0.3.2
[INFO] [stderr]     Checking hostname v0.4.2
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking crossbeam-channel v0.5.16
[INFO] [stderr]     Checking spinning_top v0.3.0
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking nonzero_ext v0.3.0
[INFO] [stderr]     Checking take_mut v0.2.2
[INFO] [stderr]    Compiling foundations v5.8.0
[INFO] [stderr]     Checking term v1.2.1
[INFO] [stderr]     Checking foreign-types-shared v0.3.1
[INFO] [stderr]     Checking futures-timer v3.0.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling foundations-macros v5.8.0
[INFO] [stderr]    Compiling cfg_aliases v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking arc-swap v1.9.2
[INFO] [stderr]     Checking rand v0.9.5
[INFO] [stderr]     Checking serde_with v3.21.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]    Compiling quiche v0.29.3
[INFO] [stderr]     Checking humantime v2.4.0
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]     Checking intrusive-collections v0.9.7
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling async-trait v0.1.91
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]    Compiling foreign-types-macros v0.2.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking governor v0.10.4
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking debug_panic v0.2.1
[INFO] [stderr]     Checking octets v0.3.6
[INFO] [stderr]     Checking futures v0.3.33
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking crossbeam v0.8.4
[INFO] [stderr]     Checking rustls-pki-types v1.15.1
[INFO] [stderr]     Checking yasna v0.6.0
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]     Checking foreign-types v0.5.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking thiserror v2.0.19
[INFO] [stderr]     Checking opentelemetry v0.31.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking opentelemetry_sdk v0.31.0
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking serde_yaml v0.8.26
[INFO] [stderr]     Checking prometools v0.2.3
[INFO] [stderr]     Checking ipnetwork v0.20.0
[INFO] [stderr]     Checking yaml-merge-keys v0.5.1
[INFO] [stderr]    Compiling neli-proc-macros v0.2.2
[INFO] [stderr]     Checking slog-json v2.6.1
[INFO] [stderr]     Checking slog-term v2.9.2
[INFO] [stderr]     Checking slog-scope v4.4.1
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking slog-stdlog v4.1.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling boring-sys v4.22.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking neli v0.7.4
[INFO] [stderr]     Checking rcgen v0.14.8
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]     Checking tokio-stream v0.1.19
[INFO] [stderr]     Checking cf-rustracing v1.4.0
[INFO] [stderr]     Checking task-killswitch v0.2.1
[INFO] [stderr]     Checking datagram-socket v0.8.0
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking local-ip-address v0.6.13
[INFO] [stderr]     Checking cf-rustracing-jaeger v1.3.0
[INFO] [stderr]     Checking hyper v1.11.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.14.6
[INFO] [stderr]     Checking tonic-prost v0.14.6
[INFO] [stderr]     Checking opentelemetry-proto v0.31.0
[INFO] [stderr]     Checking qlog v0.18.0
[INFO] [stderr]     Checking boring v4.22.0
[INFO] [stderr]     Checking tokio-boring v4.22.0
[INFO] [stderr]     Checking tokio-quiche v0.19.1
[INFO] [stderr]     Checking soyokaze v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: taking a mutable reference to a `const` item
[INFO] [stdout]    --> tests/ffi.rs:945:60
[INFO] [stdout]     |
[INFO] [stdout] 945 |     assert!(!unsafe { soyokaze_base64_decode(bad, bad_len, &mut Buffer::EMPTY) });
[INFO] [stdout]     |                                                            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: each usage of a `const` item creates a new temporary
[INFO] [stdout]     = note: the mutable reference will refer to this temporary, not the original `const` item
[INFO] [stdout] note: `const` item defined here
[INFO] [stdout]    --> src/ffi/mod.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub const EMPTY: Self = Self { data: std::ptr::null_mut(), len: 0, capacity: 0 };
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(const_item_mutation)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: taking a mutable reference to a `const` item
[INFO] [stdout]    --> tests/ffi.rs:961:74
[INFO] [stdout]     |
[INFO] [stdout] 961 |     assert!(!unsafe { soyokaze_huffman_decode(junk.as_ptr(), junk.len(), &mut Buffer::EMPTY) });
[INFO] [stdout]     |                                                                          ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: each usage of a `const` item creates a new temporary
[INFO] [stdout]     = note: the mutable reference will refer to this temporary, not the original `const` item
[INFO] [stdout] note: `const` item defined here
[INFO] [stdout]    --> src/ffi/mod.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub const EMPTY: Self = Self { data: std::ptr::null_mut(), len: 0, capacity: 0 };
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: tokio-quiche v0.19.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "b26f6119bc7edadf460c966e9f1b47e9bb242ec22f3a9d9fdb87f3835afed892", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b26f6119bc7edadf460c966e9f1b47e9bb242ec22f3a9d9fdb87f3835afed892", kill_on_drop: false }`
[INFO] [stdout] b26f6119bc7edadf460c966e9f1b47e9bb242ec22f3a9d9fdb87f3835afed892
