[INFO] fetching crate blaze-rs 1.0.3...
[INFO] testing blaze-rs-1.0.3 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate blaze-rs 1.0.3 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate blaze-rs 1.0.3
[INFO] finished tweaking crates.io crate blaze-rs 1.0.3
[INFO] tweaked toml for crates.io crate blaze-rs 1.0.3 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate blaze-rs 1.0.3 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 89 packages to latest compatible versions
[INFO] [stderr]       Adding bitflags v1.3.2 (available: v2.10.0)
[INFO] [stderr]       Adding num_enum v0.6.1 (available: v0.7.5)
[INFO] [stderr]       Adding opencl-sys v0.2.9 (available: v0.6.1)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded elor v1.1.4
[INFO] [stderr]   Downloaded docfg v0.1.0
[INFO] [stderr]   Downloaded utils-atomics v1.1.2
[INFO] [stderr]   Downloaded blaze-proc v1.0.0
[INFO] [stderr]   Downloaded opencl-sys v0.2.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e14168a5a55711acde95a31331544aa95511504456986c2f412c0add200c5f6f
[INFO] running `Command { std: "docker" "start" "-a" "e14168a5a55711acde95a31331544aa95511504456986c2f412c0add200c5f6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e14168a5a55711acde95a31331544aa95511504456986c2f412c0add200c5f6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e14168a5a55711acde95a31331544aa95511504456986c2f412c0add200c5f6f", kill_on_drop: false }`
[INFO] [stdout] e14168a5a55711acde95a31331544aa95511504456986c2f412c0add200c5f6f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4792aae629edf7b79f07c17278947be1cb1b073dc9103567a1fd5da85f49df68
[INFO] running `Command { std: "docker" "start" "-a" "4792aae629edf7b79f07c17278947be1cb1b073dc9103567a1fd5da85f49df68", kill_on_drop: false }`
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling camino v1.2.1
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling opencl-sys v0.2.9
[INFO] [stderr]    Compiling bytemuck v1.24.0
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling blaze-rs v1.0.3 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling num_enum_derive v0.6.1
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling derive-syn-parse v0.1.5
[INFO] [stderr]    Compiling docfg v0.1.0
[INFO] [stderr]    Compiling num_enum v0.6.1
[INFO] [stderr]    Compiling utils-atomics v1.1.2
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling elor v1.1.4
[INFO] [stderr]    Compiling blaze-proc v1.0.0
[INFO] [stdout] warning: unexpected `cfg` condition value: `image`
[INFO] [stdout]    --> src/lib.rs:145:7
[INFO] [stdout]     |
[INFO] [stdout] 145 | #[cfg(feature = "image")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `cl1_1`, `cl1_2`, `cl2`, `cl2_1`, `cl2_2`, `cl3`, `futures`, `nightly`, `strict`, and `svm`
[INFO] [stdout]     = help: consider adding `image` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `image`
[INFO] [stdout]    --> src/context/raw.rs:232:11
[INFO] [stdout]     |
[INFO] [stdout] 232 |     #[cfg(feature = "image")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `cl1_1`, `cl1_2`, `cl2`, `cl2_1`, `cl2_2`, `cl3`, `futures`, `nightly`, `strict`, and `svm`
[INFO] [stdout]     = help: consider adding `image` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `featurew`
[INFO] [stdout]    --> src/core/device.rs:440:13
[INFO] [stdout]     |
[INFO] [stdout] 440 |     #[docfg(featurew = "cl2")]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 440 -     #[docfg(featurew = "cl2")]
[INFO] [stdout] 440 +     #[docfg(feature = "cl2")]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `half`
[INFO] [stdout]    --> src/core/device.rs:568:36
[INFO] [stdout]     |
[INFO] [stdout] 568 |     #[docfg(all(feature = "cl1_1", feature = "half"))]
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `cl1_1`, `cl1_2`, `cl2`, `cl2_1`, `cl2_2`, `cl3`, `futures`, `nightly`, `strict`, and `svm`
[INFO] [stdout]     = help: consider adding `half` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]  --> src/event/status.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::intrinsics::transmute;
[INFO] [stdout]   |                      ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:174:38
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub const fn wait_list_from_ref(evt: &RawEvent) -> WaitList {
[INFO] [stdout]     |                                      ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub const fn wait_list_from_ref(evt: &RawEvent) -> WaitList<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: pointers cannot be transmuted to integers during const eval
[INFO] [stdout]    --> src/lib.rs:202:25
[INFO] [stdout]     |
[INFO] [stdout] 202 |             if unsafe { ::core::mem::transmute::<*mut T, usize>(ptr) == 0 } {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: at compile-time, pointers do not have an integer value
[INFO] [stdout]     = note: avoiding this restriction via `union` or raw pointers leads to compile-time undefined behavior
[INFO] [stdout]     = help: for more information, see https://doc.rust-lang.org/std/mem/fn.transmute.html
[INFO] [stdout]     = note: `#[warn(ptr_to_integer_transmute_in_consts)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.02s
[INFO] running `Command { std: "docker" "inspect" "4792aae629edf7b79f07c17278947be1cb1b073dc9103567a1fd5da85f49df68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4792aae629edf7b79f07c17278947be1cb1b073dc9103567a1fd5da85f49df68", kill_on_drop: false }`
[INFO] [stdout] 4792aae629edf7b79f07c17278947be1cb1b073dc9103567a1fd5da85f49df68
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5f6cff60a039bb6f484a7d4a9825e2edb1c4ad00baede7157aa61b1ba8bb0d72
[INFO] running `Command { std: "docker" "start" "-a" "5f6cff60a039bb6f484a7d4a9825e2edb1c4ad00baede7157aa61b1ba8bb0d72", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stdout] warning: unexpected `cfg` condition value: `image`
[INFO] [stdout]    --> src/lib.rs:145:7
[INFO] [stdout]     |
[INFO] [stdout] 145 | #[cfg(feature = "image")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `cl1_1`, `cl1_2`, `cl2`, `cl2_1`, `cl2_2`, `cl3`, `futures`, `nightly`, `strict`, and `svm`
[INFO] [stdout]     = help: consider adding `image` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `image`
[INFO] [stdout]    --> src/context/raw.rs:232:11
[INFO] [stdout]     |
[INFO] [stdout] 232 |     #[cfg(feature = "image")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `cl1_1`, `cl1_2`, `cl2`, `cl2_1`, `cl2_2`, `cl3`, `futures`, `nightly`, `strict`, and `svm`
[INFO] [stdout]     = help: consider adding `image` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `featurew`
[INFO] [stdout]    --> src/core/device.rs:440:13
[INFO] [stdout]     |
[INFO] [stdout] 440 |     #[docfg(featurew = "cl2")]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 440 -     #[docfg(featurew = "cl2")]
[INFO] [stdout] 440 +     #[docfg(feature = "cl2")]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `half`
[INFO] [stdout]    --> src/core/device.rs:568:36
[INFO] [stdout]     |
[INFO] [stdout] 568 |     #[docfg(all(feature = "cl1_1", feature = "half"))]
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `cl1_1`, `cl1_2`, `cl2`, `cl2_1`, `cl2_2`, `cl3`, `futures`, `nightly`, `strict`, and `svm`
[INFO] [stdout]     = help: consider adding `half` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]  --> src/event/status.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::intrinsics::transmute;
[INFO] [stdout]   |                      ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:174:38
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub const fn wait_list_from_ref(evt: &RawEvent) -> WaitList {
[INFO] [stdout]     |                                      ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub const fn wait_list_from_ref(evt: &RawEvent) -> WaitList<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: pointers cannot be transmuted to integers during const eval
[INFO] [stdout]    --> src/lib.rs:202:25
[INFO] [stdout]     |
[INFO] [stdout] 202 |             if unsafe { ::core::mem::transmute::<*mut T, usize>(ptr) == 0 } {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: at compile-time, pointers do not have an integer value
[INFO] [stdout]     = note: avoiding this restriction via `union` or raw pointers leads to compile-time undefined behavior
[INFO] [stdout]     = help: for more information, see https://doc.rust-lang.org/std/mem/fn.transmute.html
[INFO] [stdout]     = note: `#[warn(ptr_to_integer_transmute_in_consts)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling blaze-rs v1.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `image`
[INFO] [stdout]    --> src/lib.rs:145:7
[INFO] [stdout]     |
[INFO] [stdout] 145 | #[cfg(feature = "image")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `cl1_1`, `cl1_2`, `cl2`, `cl2_1`, `cl2_2`, `cl3`, `futures`, `nightly`, `strict`, and `svm`
[INFO] [stdout]     = help: consider adding `image` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `image`
[INFO] [stdout]    --> src/context/raw.rs:232:11
[INFO] [stdout]     |
[INFO] [stdout] 232 |     #[cfg(feature = "image")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `cl1_1`, `cl1_2`, `cl2`, `cl2_1`, `cl2_2`, `cl3`, `futures`, `nightly`, `strict`, and `svm`
[INFO] [stdout]     = help: consider adding `image` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `featurew`
[INFO] [stdout]    --> src/core/device.rs:440:13
[INFO] [stdout]     |
[INFO] [stdout] 440 |     #[docfg(featurew = "cl2")]
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]     |
[INFO] [stdout] 440 -     #[docfg(featurew = "cl2")]
[INFO] [stdout] 440 +     #[docfg(feature = "cl2")]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `half`
[INFO] [stdout]    --> src/core/device.rs:568:36
[INFO] [stdout]     |
[INFO] [stdout] 568 |     #[docfg(all(feature = "cl1_1", feature = "half"))]
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `cl1_1`, `cl1_2`, `cl2`, `cl2_1`, `cl2_2`, `cl3`, `futures`, `nightly`, `strict`, and `svm`
[INFO] [stdout]     = help: consider adding `half` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stdout]  --> src/event/status.rs:1:22
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::intrinsics::transmute;
[INFO] [stdout]   |                      ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:174:38
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub const fn wait_list_from_ref(evt: &RawEvent) -> WaitList {
[INFO] [stdout]     |                                      ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 174 | pub const fn wait_list_from_ref(evt: &RawEvent) -> WaitList<'_> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: pointers cannot be transmuted to integers during const eval
[INFO] [stdout]    --> src/lib.rs:202:25
[INFO] [stdout]     |
[INFO] [stdout] 202 |             if unsafe { ::core::mem::transmute::<*mut T, usize>(ptr) == 0 } {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: at compile-time, pointers do not have an integer value
[INFO] [stdout]     = note: avoiding this restriction via `union` or raw pointers leads to compile-time undefined behavior
[INFO] [stdout]     = help: for more information, see https://doc.rust-lang.org/std/mem/fn.transmute.html
[INFO] [stdout]     = note: `#[warn(ptr_to_integer_transmute_in_consts)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.22s
[INFO] running `Command { std: "docker" "inspect" "5f6cff60a039bb6f484a7d4a9825e2edb1c4ad00baede7157aa61b1ba8bb0d72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f6cff60a039bb6f484a7d4a9825e2edb1c4ad00baede7157aa61b1ba8bb0d72", kill_on_drop: false }`
[INFO] [stdout] 5f6cff60a039bb6f484a7d4a9825e2edb1c4ad00baede7157aa61b1ba8bb0d72
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b5caa7d28ca275e3c5392dbbdbeae0b6331180ac254c92dd709412477b906504
[INFO] running `Command { std: "docker" "start" "-a" "b5caa7d28ca275e3c5392dbbdbeae0b6331180ac254c92dd709412477b906504", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `image`
[INFO] [stderr]    --> src/lib.rs:145:7
[INFO] [stderr]     |
[INFO] [stderr] 145 | #[cfg(feature = "image")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `cl1_1`, `cl1_2`, `cl2`, `cl2_1`, `cl2_2`, `cl3`, `futures`, `nightly`, `strict`, and `svm`
[INFO] [stderr]     = help: consider adding `image` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `image`
[INFO] [stderr]    --> src/context/raw.rs:232:11
[INFO] [stderr]     |
[INFO] [stderr] 232 |     #[cfg(feature = "image")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `cl1_1`, `cl1_2`, `cl2`, `cl2_1`, `cl2_2`, `cl3`, `futures`, `nightly`, `strict`, and `svm`
[INFO] [stderr]     = help: consider adding `image` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition name: `featurew`
[INFO] [stderr]    --> src/core/device.rs:440:13
[INFO] [stderr]     |
[INFO] [stderr] 440 |     #[docfg(featurew = "cl2")]
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]     |
[INFO] [stderr] 440 -     #[docfg(featurew = "cl2")]
[INFO] [stderr] 440 +     #[docfg(feature = "cl2")]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `half`
[INFO] [stderr]    --> src/core/device.rs:568:36
[INFO] [stderr]     |
[INFO] [stderr] 568 |     #[docfg(all(feature = "cl1_1", feature = "half"))]
[INFO] [stderr]     |                                    ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `cl1_1`, `cl1_2`, `cl2`, `cl2_1`, `cl2_2`, `cl3`, `futures`, `nightly`, `strict`, and `svm`
[INFO] [stderr]     = help: consider adding `half` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated module `std::intrinsics`: import this function via `std::mem` instead
[INFO] [stderr]  --> src/event/status.rs:1:22
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::intrinsics::transmute;
[INFO] [stderr]   |                      ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:174:38
[INFO] [stderr]     |
[INFO] [stderr] 174 | pub const fn wait_list_from_ref(evt: &RawEvent) -> WaitList {
[INFO] [stderr]     |                                      ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                      |
[INFO] [stderr]     |                                      the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 174 | pub const fn wait_list_from_ref(evt: &RawEvent) -> WaitList<'_> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: pointers cannot be transmuted to integers during const eval
[INFO] [stderr]    --> src/lib.rs:202:25
[INFO] [stderr]     |
[INFO] [stderr] 202 |             if unsafe { ::core::mem::transmute::<*mut T, usize>(ptr) == 0 } {
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: at compile-time, pointers do not have an integer value
[INFO] [stderr]     = note: avoiding this restriction via `union` or raw pointers leads to compile-time undefined behavior
[INFO] [stderr]     = help: for more information, see https://doc.rust-lang.org/std/mem/fn.transmute.html
[INFO] [stderr]     = note: `#[warn(ptr_to_integer_transmute_in_consts)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `blaze-rs` (lib) generated 7 warnings (run `cargo fix --lib -p blaze-rs` to apply 1 suggestion)
[INFO] [stderr] warning: `blaze-rs` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/blaze_rs-d7a26e971669168e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]      Running tests/buf.rs (/opt/rustwide/target/debug/deps/buf-c0f35dd3dc5475c5)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test write ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stderr] error: test failed, to rerun pass `--test buf`
[INFO] [stdout] 
[INFO] [stdout] ---- write stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'write' (19) panicked at src/core/platform.rs:12:9:
[INFO] [stdout] Unknown(-1001)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56e687fc0192 - std::backtrace_rs::backtrace::libunwind::trace::ha50a1f28c7a10cf8
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56e687fc0192 - std::backtrace_rs::backtrace::trace_unsynchronized::h34f8c4ec82a320bc
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56e687fc0192 - std::sys::backtrace::_print_fmt::h2d23e84e13d343bc
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x56e687fc0192 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hde21067283f7e82e
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x56e687fd023f - core::fmt::rt::Argument::fmt::he65307037dca33c6
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x56e687fd023f - core::fmt::write::h24186904251c31cb
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x56e687f8d993 - std::io::default_write_fmt::h4e8d11c5c4b9cafe
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56e687f8d993 - std::io::Write::write_fmt::ha849be0824d095ef
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x56e687f996e2 - std::sys::backtrace::BacktraceLock::print::he038489aba5894a6
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x56e687f9e31f - std::panicking::default_hook::{{closure}}::h80a26d916c49679b
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x56e687f9e1b1 - std::panicking::default_hook::he2e9efee79b3dce9
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x56e687f515ce - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h202f496763929329
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x56e687f515ce - test::test_main_with_exit_callback::{{closure}}::h805a6913adddaea3
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56e687f9e9df - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h2883c9d2dbd4e81c
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x56e687f9e9df - std::panicking::panic_with_hook::hf5648b7cec6bc73e
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x56e687f9e78a - std::panicking::panic_handler::{{closure}}::h1b2ed3864ba94359
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x56e687f99819 - std::sys::backtrace::__rust_end_short_backtrace::hd0186b2b27f5aaa7
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x56e687f8201d - __rustc[f7dae8b92efe1d7a]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x56e687fd7c80 - core::panicking::panic_fmt::hb5d6b83773432920
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56e687f7dca9 - blaze_rs::core::platform::PLATFORMS::{{closure}}::h1c49ee82b11af966
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:57:13
[INFO] [stdout]   20:     0x56e687f73f0a - core::ops::function::FnOnce::call_once::hfb542f3225075a4f
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21:     0x56e687f73db2 - core::ops::function::FnOnce::call_once::h69060ebaba2c076a
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x56e687f77bcf - once_cell::sync::Lazy<T,F>::force::{{closure}}::hd37fc9b837ad2914
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1310:28
[INFO] [stdout]   23:     0x56e687f77c3e - once_cell::sync::OnceCell<T>::get_or_init::{{closure}}::h6d4b30673803ed41
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1120:57
[INFO] [stdout]   24:     0x56e687f7de13 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h82b88099a1a71e87
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs:72:23
[INFO] [stdout]   25:     0x56e687f80836 - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut::h082e8da474351497
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/ops/function.rs:298:21
[INFO] [stdout]   26:     0x56e687f8184b - once_cell::imp::initialize_or_wait::ha3b454d76603abc0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs:196:20
[INFO] [stdout]   27:     0x56e687f7ddc2 - once_cell::imp::OnceCell<T>::initialize::h8e8a23e9499e2ef3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs:68:9
[INFO] [stdout]   28:     0x56e687f77d21 - once_cell::sync::OnceCell<T>::get_or_try_init::h95ab1ccdea713a50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1161:20
[INFO] [stdout]   29:     0x56e687f77c14 - once_cell::sync::OnceCell<T>::get_or_init::h9bd7190caa16be70
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1120:24
[INFO] [stdout]   30:     0x56e687f77b61 - once_cell::sync::Lazy<T,F>::force::h1457bed2dba33616
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1309:23
[INFO] [stdout]   31:     0x56e687f7661b - <once_cell::sync::Lazy<T,F> as core::ops::deref::Deref>::deref::h2ac1e0a537387353
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1376:13
[INFO] [stdout]   32:     0x56e687f785f0 - blaze_rs::core::platform::RawPlatform::all::he94650ecc6bb8e3b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/platform.rs:93:9
[INFO] [stdout]   33:     0x56e687f785f0 - blaze_rs::core::device::DEVICES::{{closure}}::hc04b7a850abb75c1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/device.rs:17:25
[INFO] [stdout]   34:     0x56e687f73eca - core::ops::function::FnOnce::call_once::hfb47353dfee93053
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   35:     0x56e687f1e4a2 - core::ops::function::FnOnce::call_once::h6914c421da05c379
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   36:     0x56e687f3095e - once_cell::sync::Lazy<T,F>::force::{{closure}}::h8891049560985035
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1310:28
[INFO] [stdout]   37:     0x56e687f30acd - once_cell::sync::OnceCell<T>::get_or_init::{{closure}}::h8274d9a3e3cf6df1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1120:57
[INFO] [stdout]   38:     0x56e687f305b0 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h6661477a715060c0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs:72:23
[INFO] [stdout]   39:     0x56e687f80836 - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut::h082e8da474351497
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/ops/function.rs:298:21
[INFO] [stdout]   40:     0x56e687f8184b - once_cell::imp::initialize_or_wait::ha3b454d76603abc0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs:196:20
[INFO] [stdout]   41:     0x56e687f303b2 - once_cell::imp::OnceCell<T>::initialize::hae81f172d19824eb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs:68:9
[INFO] [stdout]   42:     0x56e687f30bb9 - once_cell::sync::OnceCell<T>::get_or_try_init::h5220c61db5feb8a5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1161:20
[INFO] [stdout]   43:     0x56e687f30a53 - once_cell::sync::OnceCell<T>::get_or_init::h788dc3d1a77aafc1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1120:24
[INFO] [stdout]   44:     0x56e687f308d0 - once_cell::sync::Lazy<T,F>::force::h5be4ec4c12e810c1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1309:23
[INFO] [stdout]   45:     0x56e687f2e83a - <once_cell::sync::Lazy<T,F> as core::ops::deref::Deref>::deref::hea187a650a151d53
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1376:13
[INFO] [stdout]   46:     0x56e687f2b7a2 - blaze_rs::core::device::RawDevice::first::hecf3fa8aa1bf0886
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/device.rs:1044:9
[INFO] [stdout]   47:     0x56e687f2b7a2 - blaze_rs::context::single::SimpleContext::default::h42bed4101949ff40
[INFO] [stdout]                                at /opt/rustwide/workdir/src/context/single.rs:29:22
[INFO] [stdout]   48:     0x56e687f2b7a2 - buf::CONTEXT::{{closure}}::h55a0972d55af4cff
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/buf.rs:4:33
[INFO] [stdout]   49:     0x56e687f1e6d6 - core::ops::function::FnOnce::call_once::hd360a8ccb59c2fb6
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   50:     0x56e687f1e432 - core::ops::function::FnOnce::call_once::h3dced7ecd66724d1
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   51:     0x56e687f309ee - once_cell::sync::Lazy<T,F>::force::{{closure}}::h90b02ea6015fd834
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1310:28
[INFO] [stdout]   52:     0x56e687f30a7d - once_cell::sync::OnceCell<T>::get_or_init::{{closure}}::h0a41cf87a0972774
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1120:57
[INFO] [stdout]   53:     0x56e687f30400 - once_cell::imp::OnceCell<T>::initialize::{{closure}}::h2974de42652f3653
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs:72:23
[INFO] [stdout]   54:     0x56e687f80836 - core::ops::function::impls::<impl core::ops::function::FnMut<A> for &mut F>::call_mut::h082e8da474351497
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/ops/function.rs:298:21
[INFO] [stdout]   55:     0x56e687f8184b - once_cell::imp::initialize_or_wait::ha3b454d76603abc0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs:196:20
[INFO] [stdout]   56:     0x56e687f30322 - once_cell::imp::OnceCell<T>::initialize::h07f18f8292f79f50
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/imp_std.rs:68:9
[INFO] [stdout]   57:     0x56e687f30cd9 - once_cell::sync::OnceCell<T>::get_or_try_init::hdfe5c1cc5dd44d1d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1161:20
[INFO] [stdout]   58:     0x56e687f30a33 - once_cell::sync::OnceCell<T>::get_or_init::h2c1cef314b673c91
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1120:24
[INFO] [stdout]   59:     0x56e687f308f0 - once_cell::sync::Lazy<T,F>::force::h98865c09b68f0437
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs:1309:23
[INFO] [stdout]   60:     0x56e687f30ded - __blaze__global__as_raw
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/buf.rs:3:1
[INFO] [stdout]   61:     0x56e687f25cbb - <blaze_rs::context::global::Global as blaze_rs::context::Context>::as_raw::h185704ff01660378
[INFO] [stdout]                                at /opt/rustwide/workdir/src/context/global.rs:32:18
[INFO] [stdout]   62:     0x56e687f25cbb - blaze_rs::buffer::complex::Buffer<T,C>::create_in::h3000265da70933cf
[INFO] [stdout]                                at /opt/rustwide/workdir/src/buffer/complex.rs:249:43
[INFO] [stdout]   63:     0x56e687f25baa - blaze_rs::buffer::complex::Buffer<T,C>::new_in::h82dd5b88c83adcaf
[INFO] [stdout]                                at /opt/rustwide/workdir/src/buffer/complex.rs:186:18
[INFO] [stdout]   64:     0x56e687f2afa6 - blaze_rs::buffer::complex::Buffer<T>::new::hf2e681c88658297c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/buffer/complex.rs:143:9
[INFO] [stdout]   65:     0x56e687f2afa6 - buf::write::h34f4c63aa654ad16
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/buf.rs:45:19
[INFO] [stdout]   66:     0x56e687f2b75d - buf::write::{{closure}}::hf3cd5526f4fca44d
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/buf.rs:44:15
[INFO] [stdout]   67:     0x56e687f1e4c6 - core::ops::function::FnOnce::call_once::h70ce5f1e3927371d
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   68:     0x56e687f5143b - core::ops::function::FnOnce::call_once::h3a2d82edd1a9b770
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   69:     0x56e687f5143b - test::__rust_begin_short_backtrace::h85d4fe5033219107
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/test/src/lib.rs:663:18
[INFO] [stdout]   70:     0x56e687f6542d - test::run_test_in_process::{{closure}}::h67b48a81b9c9d7b6
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/test/src/lib.rs:686:74
[INFO] [stdout]   71:     0x56e687f6542d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h7680585480377cb5
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   72:     0x56e687f6542d - std::panicking::catch_unwind::do_call::hf71351b2657d4002
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:590:40
[INFO] [stdout]   73:     0x56e687f6542d - std::panicking::catch_unwind::h7fcb5c0312d9e172
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:553:19
[INFO] [stdout]   74:     0x56e687f6542d - std::panic::catch_unwind::h5cf3c9bdee894ebe
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panic.rs:359:14
[INFO] [stdout]   75:     0x56e687f6542d - test::run_test_in_process::h1469cb85193a3a25
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/test/src/lib.rs:686:27
[INFO] [stdout]   76:     0x56e687f6542d - test::run_test::{{closure}}::h59d45b3cd6453d69
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/test/src/lib.rs:607:43
[INFO] [stdout]   77:     0x56e687f3e974 - test::run_test::{{closure}}::h9baa0c3d443f28c9
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/test/src/lib.rs:637:41
[INFO] [stdout]   78:     0x56e687f3e974 - std::sys::backtrace::__rust_begin_short_backtrace::h97ea8cee4828663e
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   79:     0x56e687f421ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h5d7539d5f78cee61
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   80:     0x56e687f421ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::he4c551e23c5e9b22
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   81:     0x56e687f421ca - std::panicking::catch_unwind::do_call::h522b41a6c157aaba
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:590:40
[INFO] [stdout]   82:     0x56e687f421ca - std::panicking::catch_unwind::h0efbf72006b8e365
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:553:19
[INFO] [stdout]   83:     0x56e687f421ca - std::panic::catch_unwind::h3b081041e6c97066
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panic.rs:359:14
[INFO] [stdout]   84:     0x56e687f421ca - std::thread::Builder::spawn_unchecked_::{{closure}}::ha751309815d5d8cf
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   85:     0x56e687f421ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::h2084b887a5fe25a7
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   86:     0x56e687f94c1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h3adbd6ccf5f737af
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   87:     0x56e687f94c1f - std::sys::thread::unix::Thread::new::thread_start::hb3dc6483caa1b987
[INFO] [stdout]                                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   88:     0x75d612908aa4 - <unknown>
[INFO] [stdout]   89:     0x75d612995a64 - clone
[INFO] [stdout]   90:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     write
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b5caa7d28ca275e3c5392dbbdbeae0b6331180ac254c92dd709412477b906504", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5caa7d28ca275e3c5392dbbdbeae0b6331180ac254c92dd709412477b906504", kill_on_drop: false }`
[INFO] [stdout] b5caa7d28ca275e3c5392dbbdbeae0b6331180ac254c92dd709412477b906504
