[INFO] fetching crate px-llvm-codegen-utils-core 0.1.5...
[INFO] testing px-llvm-codegen-utils-core-0.1.5 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate px-llvm-codegen-utils-core 0.1.5 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate px-llvm-codegen-utils-core 0.1.5
[INFO] finished tweaking crates.io crate px-llvm-codegen-utils-core 0.1.5
[INFO] tweaked toml for crates.io crate px-llvm-codegen-utils-core 0.1.5 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate px-llvm-codegen-utils-core 0.1.5 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate px-llvm-codegen-utils-core 0.1.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f9107617f48b8cb47eeedda4dad4dc2718544176f413ae9ea8335f5757e14d35
[INFO] running `Command { std: "docker" "start" "-a" "f9107617f48b8cb47eeedda4dad4dc2718544176f413ae9ea8335f5757e14d35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f9107617f48b8cb47eeedda4dad4dc2718544176f413ae9ea8335f5757e14d35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9107617f48b8cb47eeedda4dad4dc2718544176f413ae9ea8335f5757e14d35", kill_on_drop: false }`
[INFO] [stdout] f9107617f48b8cb47eeedda4dad4dc2718544176f413ae9ea8335f5757e14d35
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4d36f9b3a1f32337ce9963a64781582dba344cec7d47c2dd19331532d456645c
[INFO] running `Command { std: "docker" "start" "-a" "4d36f9b3a1f32337ce9963a64781582dba344cec7d47c2dd19331532d456645c", kill_on_drop: false }`
[INFO] [stderr]    Compiling px-llvm-codegen-utils-version-macros v0.1.5
[INFO] [stderr]    Compiling nonempty v0.10.0
[INFO] [stderr]    Compiling px-llvm-codegen-utils-core v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `take`
[INFO] [stdout]  --> src/lib.rs:3:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::mem::{replace, take, MaybeUninit};
[INFO] [stdout]   |                         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Mutex`
[INFO] [stdout]  --> src/lib.rs:4:22
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::sync::{Arc, Mutex};
[INFO] [stdout]   |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread::LocalKey`
[INFO] [stdout]  --> src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::thread::LocalKey;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread_local`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::thread_local;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nonempty::NonEmpty`
[INFO] [stdout]  --> src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use nonempty::NonEmpty;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `typenum::Same`
[INFO] [stdout]  --> src/lib.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use typenum::Same;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `rest`
[INFO] [stdout]   --> src/lib.rs:54:14
[INFO] [stdout]    |
[INFO] [stdout] 54 | macro_rules! rest {
[INFO] [stdout]    |              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `seal`
[INFO] [stdout]    --> src/lib.rs:241:14
[INFO] [stdout]     |
[INFO] [stdout] 241 | macro_rules! seal {
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `impls`
[INFO] [stdout]    --> src/lib.rs:248:14
[INFO] [stdout]     |
[INFO] [stdout] 248 | macro_rules! impls {
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:189:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |         &'b self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 189 |     ) -> <Self::ValKind<'_, '_> as ValueKind>::Val<'g, Normal>
[INFO] [stdout]     |                         ^^  ^^ the same lifetime is elided here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the same 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: consistently use `'b`
[INFO] [stdout]     |
[INFO] [stdout] 189 -     ) -> <Self::ValKind<'_, '_> as ValueKind>::Val<'g, Normal>
[INFO] [stdout] 189 +     ) -> <Self::ValKind<'b, 'b> as ValueKind>::Val<'g, Normal>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:198:25
[INFO] [stdout]     |
[INFO] [stdout] 193 |         &'b self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 198 |     ) -> <Self::ValKind<'_, '_> as ValueKind>::Val<'g, Normal>
[INFO] [stdout]     |                         ^^  ^^ the same lifetime is elided here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]     |
[INFO] [stdout] 198 -     ) -> <Self::ValKind<'_, '_> as ValueKind>::Val<'g, Normal>
[INFO] [stdout] 198 +     ) -> <Self::ValKind<'b, 'b> as ValueKind>::Val<'g, Normal>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Alloca` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:119:14
[INFO] [stdout]     |
[INFO] [stdout] 119 |             [Alloca (('ty) @ ty: Self::Ty<'ty> as |x|x.ptr(), ('name) @ name : &'name CStr as |x|x.as_ptr())],
[INFO] [stdout]     |              ^^^^^^ help: convert the identifier to snake case: `alloca`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Load2` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:120:14
[INFO] [stdout]     |
[INFO] [stdout] 120 |             [Load2 (('ty) @ ty: Self::Ty<'ty> as |x|x.ptr(), ('ptr) @ pointer: <Self::ValKind<'a,'a> as ValueKind>::Val<'ptr,Normal> as |...
[INFO] [stdout]     |              ^^^^^ help: convert the identifier to snake case: `load2`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `StructGEP2` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:121:14
[INFO] [stdout]     |
[INFO] [stdout] 121 |             [StructGEP2 (('ty) @ ty: Self::Ty<'ty> as |x|x.ptr(), ('ptr) @ pointer: <Self::ValKind<'a,'a> as ValueKind>::Val<'ptr,Normal>...
[INFO] [stdout]     |              ^^^^^^^^^^ help: convert the identifier to snake case: `struct_gep2`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Store` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:123:14
[INFO] [stdout]     |
[INFO] [stdout] 123 |             [Store (('val) @ value: <Self::ValKind<'a,'a> as ValueKind>::Val<'val,Normal> as |x|x.ptr(), ('ptr) @ pointer: <Self::ValKind...
[INFO] [stdout]     |              ^^^^^ help: convert the identifier to snake case (notice the capitalization): `store`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Add` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:124:14
[INFO] [stdout]     |
[INFO] [stdout] 124 |             [Add (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> ...
[INFO] [stdout]     |              ^^^ help: convert the identifier to snake case: `add`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `And` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:125:14
[INFO] [stdout]     |
[INFO] [stdout] 125 |             [And (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> ...
[INFO] [stdout]     |              ^^^ help: convert the identifier to snake case: `and`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Neg` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:126:14
[INFO] [stdout]     |
[INFO] [stdout] 126 |             [Neg (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(),  ('name) @ name : &'name CStr as |x|...
[INFO] [stdout]     |              ^^^ help: convert the identifier to snake case: `neg`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Not` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:127:10
[INFO] [stdout]     |
[INFO] [stdout] 127 |       [  Not (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('name) @ name : &'name CStr as |x|x.as_...
[INFO] [stdout]     |          ^^^ help: convert the identifier to snake case: `not`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `TruncOrBitCast` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 |       [ TruncOrBitCast (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(),('ty) @ ty: Self::Ty<'ty> as |x...
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `trunc_or_bit_cast`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Mul` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:129:8
[INFO] [stdout]     |
[INFO] [stdout] 129 |       [Mul (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> as Val...
[INFO] [stdout]     |        ^^^ help: convert the identifier to snake case: `mul`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Or` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:130:8
[INFO] [stdout]     |
[INFO] [stdout] 130 |       [Or (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> as Valu...
[INFO] [stdout]     |        ^^ help: convert the identifier to snake case (notice the capitalization): `or`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Sub` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:131:8
[INFO] [stdout]     |
[INFO] [stdout] 131 |      [ Sub (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> as Val...
[INFO] [stdout]     |        ^^^ help: convert the identifier to snake case (notice the capitalization): `sub`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Xor` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:132:7
[INFO] [stdout]     |
[INFO] [stdout] 132 |      [Xor (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> as Valu...
[INFO] [stdout]     |       ^^^ help: convert the identifier to snake case (notice the capitalization): `xor`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `ICmp` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:133:11
[INFO] [stdout]     |
[INFO] [stdout] 133 |          [ICmp (('op) @ op: crate::ICmp as |a|a.into(),('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(),...
[INFO] [stdout]     |           ^^^^ help: convert the identifier to snake case (notice the capitalization): `icmp`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Br` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:135:8
[INFO] [stdout]     |
[INFO] [stdout] 135 |      [ Br (('dest) @ dest: Self::BB<'dest,'a,'a> as |x|x.ptr())],
[INFO] [stdout]     |        ^^ help: convert the identifier to snake case: `br`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `CondBr` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |      [CondBr (('cond) @ r#if: <Self::ValKind<'a,'a> as ValueKind>::Val<'cond,Normal> as |x|x.ptr(), ('then) @ then: Self::BB<'then,'a,'a>...
[INFO] [stdout]     |       ^^^^^^ help: convert the identifier to snake case: `cond_br`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
[INFO] running `Command { std: "docker" "inspect" "4d36f9b3a1f32337ce9963a64781582dba344cec7d47c2dd19331532d456645c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d36f9b3a1f32337ce9963a64781582dba344cec7d47c2dd19331532d456645c", kill_on_drop: false }`
[INFO] [stdout] 4d36f9b3a1f32337ce9963a64781582dba344cec7d47c2dd19331532d456645c
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1ff44cf2558fe6907710dbfa9faf3d6ba21b5297e74d95cb08b73956938a3d07
[INFO] running `Command { std: "docker" "start" "-a" "1ff44cf2558fe6907710dbfa9faf3d6ba21b5297e74d95cb08b73956938a3d07", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `take`
[INFO] [stdout]  --> src/lib.rs:3:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::mem::{replace, take, MaybeUninit};
[INFO] [stdout]   |                         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Mutex`
[INFO] [stdout]  --> src/lib.rs:4:22
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::sync::{Arc, Mutex};
[INFO] [stdout]   |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread::LocalKey`
[INFO] [stdout]  --> src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::thread::LocalKey;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread_local`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::thread_local;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nonempty::NonEmpty`
[INFO] [stdout]  --> src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use nonempty::NonEmpty;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `typenum::Same`
[INFO] [stdout]  --> src/lib.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use typenum::Same;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `rest`
[INFO] [stdout]   --> src/lib.rs:54:14
[INFO] [stdout]    |
[INFO] [stdout] 54 | macro_rules! rest {
[INFO] [stdout]    |              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `seal`
[INFO] [stdout]    --> src/lib.rs:241:14
[INFO] [stdout]     |
[INFO] [stdout] 241 | macro_rules! seal {
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `impls`
[INFO] [stdout]    --> src/lib.rs:248:14
[INFO] [stdout]     |
[INFO] [stdout] 248 | macro_rules! impls {
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:189:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |         &'b self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 189 |     ) -> <Self::ValKind<'_, '_> as ValueKind>::Val<'g, Normal>
[INFO] [stdout]     |                         ^^  ^^ the same lifetime is elided here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the same 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: consistently use `'b`
[INFO] [stdout]     |
[INFO] [stdout] 189 -     ) -> <Self::ValKind<'_, '_> as ValueKind>::Val<'g, Normal>
[INFO] [stdout] 189 +     ) -> <Self::ValKind<'b, 'b> as ValueKind>::Val<'g, Normal>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:198:25
[INFO] [stdout]     |
[INFO] [stdout] 193 |         &'b self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 198 |     ) -> <Self::ValKind<'_, '_> as ValueKind>::Val<'g, Normal>
[INFO] [stdout]     |                         ^^  ^^ the same lifetime is elided here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]     |
[INFO] [stdout] 198 -     ) -> <Self::ValKind<'_, '_> as ValueKind>::Val<'g, Normal>
[INFO] [stdout] 198 +     ) -> <Self::ValKind<'b, 'b> as ValueKind>::Val<'g, Normal>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Alloca` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:119:14
[INFO] [stdout]     |
[INFO] [stdout] 119 |             [Alloca (('ty) @ ty: Self::Ty<'ty> as |x|x.ptr(), ('name) @ name : &'name CStr as |x|x.as_ptr())],
[INFO] [stdout]     |              ^^^^^^ help: convert the identifier to snake case: `alloca`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Load2` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:120:14
[INFO] [stdout]     |
[INFO] [stdout] 120 |             [Load2 (('ty) @ ty: Self::Ty<'ty> as |x|x.ptr(), ('ptr) @ pointer: <Self::ValKind<'a,'a> as ValueKind>::Val<'ptr,Normal> as |...
[INFO] [stdout]     |              ^^^^^ help: convert the identifier to snake case: `load2`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `StructGEP2` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:121:14
[INFO] [stdout]     |
[INFO] [stdout] 121 |             [StructGEP2 (('ty) @ ty: Self::Ty<'ty> as |x|x.ptr(), ('ptr) @ pointer: <Self::ValKind<'a,'a> as ValueKind>::Val<'ptr,Normal>...
[INFO] [stdout]     |              ^^^^^^^^^^ help: convert the identifier to snake case: `struct_gep2`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Store` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:123:14
[INFO] [stdout]     |
[INFO] [stdout] 123 |             [Store (('val) @ value: <Self::ValKind<'a,'a> as ValueKind>::Val<'val,Normal> as |x|x.ptr(), ('ptr) @ pointer: <Self::ValKind...
[INFO] [stdout]     |              ^^^^^ help: convert the identifier to snake case (notice the capitalization): `store`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Add` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:124:14
[INFO] [stdout]     |
[INFO] [stdout] 124 |             [Add (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> ...
[INFO] [stdout]     |              ^^^ help: convert the identifier to snake case: `add`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `And` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:125:14
[INFO] [stdout]     |
[INFO] [stdout] 125 |             [And (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> ...
[INFO] [stdout]     |              ^^^ help: convert the identifier to snake case: `and`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Neg` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:126:14
[INFO] [stdout]     |
[INFO] [stdout] 126 |             [Neg (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(),  ('name) @ name : &'name CStr as |x|...
[INFO] [stdout]     |              ^^^ help: convert the identifier to snake case: `neg`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Not` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:127:10
[INFO] [stdout]     |
[INFO] [stdout] 127 |       [  Not (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('name) @ name : &'name CStr as |x|x.as_...
[INFO] [stdout]     |          ^^^ help: convert the identifier to snake case: `not`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `TruncOrBitCast` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 |       [ TruncOrBitCast (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(),('ty) @ ty: Self::Ty<'ty> as |x...
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `trunc_or_bit_cast`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Mul` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:129:8
[INFO] [stdout]     |
[INFO] [stdout] 129 |       [Mul (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> as Val...
[INFO] [stdout]     |        ^^^ help: convert the identifier to snake case: `mul`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Or` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:130:8
[INFO] [stdout]     |
[INFO] [stdout] 130 |       [Or (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> as Valu...
[INFO] [stdout]     |        ^^ help: convert the identifier to snake case (notice the capitalization): `or`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Sub` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:131:8
[INFO] [stdout]     |
[INFO] [stdout] 131 |      [ Sub (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> as Val...
[INFO] [stdout]     |        ^^^ help: convert the identifier to snake case (notice the capitalization): `sub`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Xor` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:132:7
[INFO] [stdout]     |
[INFO] [stdout] 132 |      [Xor (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> as Valu...
[INFO] [stdout]     |       ^^^ help: convert the identifier to snake case (notice the capitalization): `xor`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `ICmp` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:133:11
[INFO] [stdout]     |
[INFO] [stdout] 133 |          [ICmp (('op) @ op: crate::ICmp as |a|a.into(),('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(),...
[INFO] [stdout]     |           ^^^^ help: convert the identifier to snake case (notice the capitalization): `icmp`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Br` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:135:8
[INFO] [stdout]     |
[INFO] [stdout] 135 |      [ Br (('dest) @ dest: Self::BB<'dest,'a,'a> as |x|x.ptr())],
[INFO] [stdout]     |        ^^ help: convert the identifier to snake case: `br`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `CondBr` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |      [CondBr (('cond) @ r#if: <Self::ValKind<'a,'a> as ValueKind>::Val<'cond,Normal> as |x|x.ptr(), ('then) @ then: Self::BB<'then,'a,'a>...
[INFO] [stdout]     |       ^^^^^^ help: convert the identifier to snake case: `cond_br`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling px-llvm-codegen-utils-core v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `take`
[INFO] [stdout]  --> src/lib.rs:3:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::mem::{replace, take, MaybeUninit};
[INFO] [stdout]   |                         ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Mutex`
[INFO] [stdout]  --> src/lib.rs:4:22
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::sync::{Arc, Mutex};
[INFO] [stdout]   |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread::LocalKey`
[INFO] [stdout]  --> src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::thread::LocalKey;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::thread_local`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::thread_local;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nonempty::NonEmpty`
[INFO] [stdout]  --> src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use nonempty::NonEmpty;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `typenum::Same`
[INFO] [stdout]  --> src/lib.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use typenum::Same;
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `rest`
[INFO] [stdout]   --> src/lib.rs:54:14
[INFO] [stdout]    |
[INFO] [stdout] 54 | macro_rules! rest {
[INFO] [stdout]    |              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:90:19
[INFO] [stdout]     |
[INFO] [stdout]  90 |                 )?;
[INFO] [stdout]     |                   ^
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `seal`
[INFO] [stdout]    --> src/lib.rs:241:14
[INFO] [stdout]     |
[INFO] [stdout] 241 | macro_rules! seal {
[INFO] [stdout]     |              ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `impls`
[INFO] [stdout]    --> src/lib.rs:248:14
[INFO] [stdout]     |
[INFO] [stdout] 248 | macro_rules! impls {
[INFO] [stdout]     |              ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> src/lib.rs:92:27
[INFO] [stdout]     |
[INFO] [stdout]  92 |                 let res = unsafe{
[INFO] [stdout]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:189:25
[INFO] [stdout]     |
[INFO] [stdout] 184 |         &'b self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 189 |     ) -> <Self::ValKind<'_, '_> as ValueKind>::Val<'g, Normal>
[INFO] [stdout]     |                         ^^  ^^ the same lifetime is elided here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the same 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: consistently use `'b`
[INFO] [stdout]     |
[INFO] [stdout] 189 -     ) -> <Self::ValKind<'_, '_> as ValueKind>::Val<'g, Normal>
[INFO] [stdout] 189 +     ) -> <Self::ValKind<'b, 'b> as ValueKind>::Val<'g, Normal>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:198:25
[INFO] [stdout]     |
[INFO] [stdout] 193 |         &'b self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 198 |     ) -> <Self::ValKind<'_, '_> as ValueKind>::Val<'g, Normal>
[INFO] [stdout]     |                         ^^  ^^ the same lifetime is elided here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]     |
[INFO] [stdout] 198 -     ) -> <Self::ValKind<'_, '_> as ValueKind>::Val<'g, Normal>
[INFO] [stdout] 198 +     ) -> <Self::ValKind<'b, 'b> as ValueKind>::Val<'g, Normal>
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Alloca` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:119:14
[INFO] [stdout]     |
[INFO] [stdout] 119 |             [Alloca (('ty) @ ty: Self::Ty<'ty> as |x|x.ptr(), ('name) @ name : &'name CStr as |x|x.as_ptr())],
[INFO] [stdout]     |              ^^^^^^ help: convert the identifier to snake case: `alloca`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Load2` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:120:14
[INFO] [stdout]     |
[INFO] [stdout] 120 |             [Load2 (('ty) @ ty: Self::Ty<'ty> as |x|x.ptr(), ('ptr) @ pointer: <Self::ValKind<'a,'a> as ValueKind>::Val<'ptr,Normal> as |...
[INFO] [stdout]     |              ^^^^^ help: convert the identifier to snake case: `load2`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `StructGEP2` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:121:14
[INFO] [stdout]     |
[INFO] [stdout] 121 |             [StructGEP2 (('ty) @ ty: Self::Ty<'ty> as |x|x.ptr(), ('ptr) @ pointer: <Self::ValKind<'a,'a> as ValueKind>::Val<'ptr,Normal>...
[INFO] [stdout]     |              ^^^^^^^^^^ help: convert the identifier to snake case: `struct_gep2`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Store` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:123:14
[INFO] [stdout]     |
[INFO] [stdout] 123 |             [Store (('val) @ value: <Self::ValKind<'a,'a> as ValueKind>::Val<'val,Normal> as |x|x.ptr(), ('ptr) @ pointer: <Self::ValKind...
[INFO] [stdout]     |              ^^^^^ help: convert the identifier to snake case (notice the capitalization): `store`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Add` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:124:14
[INFO] [stdout]     |
[INFO] [stdout] 124 |             [Add (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> ...
[INFO] [stdout]     |              ^^^ help: convert the identifier to snake case: `add`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `And` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:125:14
[INFO] [stdout]     |
[INFO] [stdout] 125 |             [And (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> ...
[INFO] [stdout]     |              ^^^ help: convert the identifier to snake case: `and`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Neg` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:126:14
[INFO] [stdout]     |
[INFO] [stdout] 126 |             [Neg (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(),  ('name) @ name : &'name CStr as |x|...
[INFO] [stdout]     |              ^^^ help: convert the identifier to snake case: `neg`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Not` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:127:10
[INFO] [stdout]     |
[INFO] [stdout] 127 |       [  Not (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('name) @ name : &'name CStr as |x|x.as_...
[INFO] [stdout]     |          ^^^ help: convert the identifier to snake case: `not`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `TruncOrBitCast` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 |       [ TruncOrBitCast (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(),('ty) @ ty: Self::Ty<'ty> as |x...
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `trunc_or_bit_cast`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Mul` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:129:8
[INFO] [stdout]     |
[INFO] [stdout] 129 |       [Mul (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> as Val...
[INFO] [stdout]     |        ^^^ help: convert the identifier to snake case: `mul`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Or` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:130:8
[INFO] [stdout]     |
[INFO] [stdout] 130 |       [Or (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> as Valu...
[INFO] [stdout]     |        ^^ help: convert the identifier to snake case (notice the capitalization): `or`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Sub` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:131:8
[INFO] [stdout]     |
[INFO] [stdout] 131 |      [ Sub (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> as Val...
[INFO] [stdout]     |        ^^^ help: convert the identifier to snake case (notice the capitalization): `sub`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Xor` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:132:7
[INFO] [stdout]     |
[INFO] [stdout] 132 |      [Xor (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> as Valu...
[INFO] [stdout]     |       ^^^ help: convert the identifier to snake case (notice the capitalization): `xor`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `ICmp` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:133:11
[INFO] [stdout]     |
[INFO] [stdout] 133 |          [ICmp (('op) @ op: crate::ICmp as |a|a.into(),('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(),...
[INFO] [stdout]     |           ^^^^ help: convert the identifier to snake case (notice the capitalization): `icmp`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `Br` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:135:8
[INFO] [stdout]     |
[INFO] [stdout] 135 |      [ Br (('dest) @ dest: Self::BB<'dest,'a,'a> as |x|x.ptr())],
[INFO] [stdout]     |        ^^ help: convert the identifier to snake case: `br`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait method `CondBr` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:136:7
[INFO] [stdout]     |
[INFO] [stdout] 136 |      [CondBr (('cond) @ r#if: <Self::ValKind<'a,'a> as ValueKind>::Val<'cond,Normal> as |x|x.ptr(), ('then) @ then: Self::BB<'then,'a,'a>...
[INFO] [stdout]     |       ^^^^^^ help: convert the identifier to snake case: `cond_br`
[INFO] [stdout] ...
[INFO] [stdout] 201 |     default_insts!('a @ );
[INFO] [stdout]     |     --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s
[INFO] running `Command { std: "docker" "inspect" "1ff44cf2558fe6907710dbfa9faf3d6ba21b5297e74d95cb08b73956938a3d07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ff44cf2558fe6907710dbfa9faf3d6ba21b5297e74d95cb08b73956938a3d07", kill_on_drop: false }`
[INFO] [stdout] 1ff44cf2558fe6907710dbfa9faf3d6ba21b5297e74d95cb08b73956938a3d07
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ad993b09042adbf5daa73261675dd9d24e9d7b52fc8697c4859f5f6f44c4baff
[INFO] running `Command { std: "docker" "start" "-a" "ad993b09042adbf5daa73261675dd9d24e9d7b52fc8697c4859f5f6f44c4baff", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `take`
[INFO] [stderr]  --> src/lib.rs:3:25
[INFO] [stderr]   |
[INFO] [stderr] 3 | use std::mem::{replace, take, MaybeUninit};
[INFO] [stderr]   |                         ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Mutex`
[INFO] [stderr]  --> src/lib.rs:4:22
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::sync::{Arc, Mutex};
[INFO] [stderr]   |                      ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::thread::LocalKey`
[INFO] [stderr]  --> src/lib.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::thread::LocalKey;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::thread_local`
[INFO] [stderr]  --> src/lib.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use std::thread_local;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `nonempty::NonEmpty`
[INFO] [stderr]  --> src/lib.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use nonempty::NonEmpty;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `typenum::Same`
[INFO] [stderr]  --> src/lib.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use typenum::Same;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused macro definition: `rest`
[INFO] [stderr]   --> src/lib.rs:54:14
[INFO] [stderr]    |
[INFO] [stderr] 54 | macro_rules! rest {
[INFO] [stderr]    |              ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused macro definition: `seal`
[INFO] [stderr]    --> src/lib.rs:241:14
[INFO] [stderr]     |
[INFO] [stderr] 241 | macro_rules! seal {
[INFO] [stderr]     |              ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused macro definition: `impls`
[INFO] [stderr]    --> src/lib.rs:248:14
[INFO] [stderr]     |
[INFO] [stderr] 248 | macro_rules! impls {
[INFO] [stderr]     |              ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:92:27
[INFO] [stderr]     |
[INFO] [stderr]  92 |                 let res = unsafe{
[INFO] [stderr]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]    --> src/lib.rs:92:27
[INFO] [stderr]     |
[INFO] [stderr]  92 |                 let res = unsafe{
[INFO] [stderr]     |                           ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:189:25
[INFO] [stderr]     |
[INFO] [stderr] 184 |         &'b self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 189 |     ) -> <Self::ValKind<'_, '_> as ValueKind>::Val<'g, Normal>
[INFO] [stderr]     |                         ^^  ^^ the same lifetime is elided here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the same 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: consistently use `'b`
[INFO] [stderr]     |
[INFO] [stderr] 189 -     ) -> <Self::ValKind<'_, '_> as ValueKind>::Val<'g, Normal>
[INFO] [stderr] 189 +     ) -> <Self::ValKind<'b, 'b> as ValueKind>::Val<'g, Normal>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:198:25
[INFO] [stderr]     |
[INFO] [stderr] 193 |         &'b self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 198 |     ) -> <Self::ValKind<'_, '_> as ValueKind>::Val<'g, Normal>
[INFO] [stderr]     |                         ^^  ^^ the same lifetime is elided here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'b`
[INFO] [stderr]     |
[INFO] [stderr] 198 -     ) -> <Self::ValKind<'_, '_> as ValueKind>::Val<'g, Normal>
[INFO] [stderr] 198 +     ) -> <Self::ValKind<'b, 'b> as ValueKind>::Val<'g, Normal>
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: trait method `Alloca` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:119:14
[INFO] [stderr]     |
[INFO] [stderr] 119 |             [Alloca (('ty) @ ty: Self::Ty<'ty> as |x|x.ptr(), ('name) @ name : &'name CStr as |x|x.as_ptr())],
[INFO] [stderr]     |              ^^^^^^ help: convert the identifier to snake case: `alloca`
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait method `Load2` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:120:14
[INFO] [stderr]     |
[INFO] [stderr] 120 |             [Load2 (('ty) @ ty: Self::Ty<'ty> as |x|x.ptr(), ('ptr) @ pointer: <Self::ValKind<'a,'a> as ValueKind>::Val<'ptr,Normal> as |...
[INFO] [stderr]     |              ^^^^^ help: convert the identifier to snake case: `load2`
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait method `StructGEP2` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:121:14
[INFO] [stderr]     |
[INFO] [stderr] 121 |             [StructGEP2 (('ty) @ ty: Self::Ty<'ty> as |x|x.ptr(), ('ptr) @ pointer: <Self::ValKind<'a,'a> as ValueKind>::Val<'ptr,Normal>...
[INFO] [stderr]     |              ^^^^^^^^^^ help: convert the identifier to snake case: `struct_gep2`
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait method `Store` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:123:14
[INFO] [stderr]     |
[INFO] [stderr] 123 |             [Store (('val) @ value: <Self::ValKind<'a,'a> as ValueKind>::Val<'val,Normal> as |x|x.ptr(), ('ptr) @ pointer: <Self::ValKind...
[INFO] [stderr]     |              ^^^^^ help: convert the identifier to snake case (notice the capitalization): `store`
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait method `Add` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:124:14
[INFO] [stderr]     |
[INFO] [stderr] 124 |             [Add (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> ...
[INFO] [stderr]     |              ^^^ help: convert the identifier to snake case: `add`
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait method `And` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:125:14
[INFO] [stderr]     |
[INFO] [stderr] 125 |             [And (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> ...
[INFO] [stderr]     |              ^^^ help: convert the identifier to snake case: `and`
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait method `Neg` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:126:14
[INFO] [stderr]     |
[INFO] [stderr] 126 |             [Neg (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(),  ('name) @ name : &'name CStr as |x|...
[INFO] [stderr]     |              ^^^ help: convert the identifier to snake case: `neg`
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait method `Not` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:127:10
[INFO] [stderr]     |
[INFO] [stderr] 127 |       [  Not (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('name) @ name : &'name CStr as |x|x.as_...
[INFO] [stderr]     |          ^^^ help: convert the identifier to snake case: `not`
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait method `TruncOrBitCast` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:128:9
[INFO] [stderr]     |
[INFO] [stderr] 128 |       [ TruncOrBitCast (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(),('ty) @ ty: Self::Ty<'ty> as |x...
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `trunc_or_bit_cast`
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait method `Mul` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:129:8
[INFO] [stderr]     |
[INFO] [stderr] 129 |       [Mul (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> as Val...
[INFO] [stderr]     |        ^^^ help: convert the identifier to snake case: `mul`
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait method `Or` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:130:8
[INFO] [stderr]     |
[INFO] [stderr] 130 |       [Or (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> as Valu...
[INFO] [stderr]     |        ^^ help: convert the identifier to snake case (notice the capitalization): `or`
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait method `Sub` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:131:8
[INFO] [stderr]     |
[INFO] [stderr] 131 |      [ Sub (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> as Val...
[INFO] [stderr]     |        ^^^ help: convert the identifier to snake case (notice the capitalization): `sub`
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait method `Xor` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:132:7
[INFO] [stderr]     |
[INFO] [stderr] 132 |      [Xor (('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(), ('rhs) @ rhs: <Self::ValKind<'a,'a> as Valu...
[INFO] [stderr]     |       ^^^ help: convert the identifier to snake case (notice the capitalization): `xor`
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait method `ICmp` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:133:11
[INFO] [stderr]     |
[INFO] [stderr] 133 |          [ICmp (('op) @ op: crate::ICmp as |a|a.into(),('lhs) @ lhs: <Self::ValKind<'a,'a> as ValueKind>::Val<'lhs,Normal> as |x|x.ptr(),...
[INFO] [stderr]     |           ^^^^ help: convert the identifier to snake case (notice the capitalization): `icmp`
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait method `Br` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:135:8
[INFO] [stderr]     |
[INFO] [stderr] 135 |      [ Br (('dest) @ dest: Self::BB<'dest,'a,'a> as |x|x.ptr())],
[INFO] [stderr]     |        ^^ help: convert the identifier to snake case: `br`
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait method `CondBr` should have a snake case name
[INFO] [stderr]    --> src/lib.rs:136:7
[INFO] [stderr]     |
[INFO] [stderr] 136 |      [CondBr (('cond) @ r#if: <Self::ValKind<'a,'a> as ValueKind>::Val<'cond,Normal> as |x|x.ptr(), ('then) @ then: Self::BB<'then,'a,'a>...
[INFO] [stderr]     |       ^^^^^^ help: convert the identifier to snake case: `cond_br`
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `px-llvm-codegen-utils-core` (lib) generated 59 warnings (28 duplicates) (run `cargo fix --lib -p px-llvm-codegen-utils-core` to apply 8 suggestions)
[INFO] [stderr] warning: `px-llvm-codegen-utils-core` (lib test) generated 59 warnings (59 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/px_llvm_codegen_utils_core-df9007a65042953e)
[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] [stdout] 
[INFO] [stderr]    Doc-tests px_llvm_codegen_utils_core
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(redundant_semicolons)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary trailing semicolon
[INFO] [stderr]    --> src/lib.rs:90:19
[INFO] [stderr]     |
[INFO] [stderr]  90 |                 )?;
[INFO] [stderr]     |                   ^
[INFO] [stderr] ...
[INFO] [stderr] 201 |     default_insts!('a @ );
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `inst` which comes from the expansion of the macro `default_insts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: 16 warnings emitted
[INFO] [stderr] 
[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] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ad993b09042adbf5daa73261675dd9d24e9d7b52fc8697c4859f5f6f44c4baff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad993b09042adbf5daa73261675dd9d24e9d7b52fc8697c4859f5f6f44c4baff", kill_on_drop: false }`
[INFO] [stdout] ad993b09042adbf5daa73261675dd9d24e9d7b52fc8697c4859f5f6f44c4baff
