[INFO] cloning repository https://github.com/qwerlkjasdf/zellij-test
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/qwerlkjasdf/zellij-test" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqwerlkjasdf%2Fzellij-test", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqwerlkjasdf%2Fzellij-test'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7e66ae3125bf5031b6c013dee8038c838b42bbc5
[INFO] testing qwerlkjasdf/zellij-test against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqwerlkjasdf%2Fzellij-test" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/qwerlkjasdf/zellij-test
[INFO] finished tweaking git repo https://github.com/qwerlkjasdf/zellij-test
[INFO] tweaked toml for git repo https://github.com/qwerlkjasdf/zellij-test written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/qwerlkjasdf/zellij-test on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/qwerlkjasdf/zellij-test 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1563ad1cdbe1b67cb18fb4c511008a8d3cff7c50fc84e86382c05c7e0b9aba91
[INFO] running `Command { std: "docker" "start" "-a" "1563ad1cdbe1b67cb18fb4c511008a8d3cff7c50fc84e86382c05c7e0b9aba91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1563ad1cdbe1b67cb18fb4c511008a8d3cff7c50fc84e86382c05c7e0b9aba91", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1563ad1cdbe1b67cb18fb4c511008a8d3cff7c50fc84e86382c05c7e0b9aba91", kill_on_drop: false }`
[INFO] [stdout] 1563ad1cdbe1b67cb18fb4c511008a8d3cff7c50fc84e86382c05c7e0b9aba91
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1b42cac15149577b4d29a08626bd868a3521e4095de1ba1408d1c88e1981994a
[INFO] running `Command { std: "docker" "start" "-a" "1b42cac15149577b4d29a08626bd868a3521e4095de1ba1408d1c88e1981994a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling syn v1.0.96
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling foldhash v0.1.4
[INFO] [stderr]    Compiling gimli v0.26.1
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling value-bag v1.0.0-alpha.9
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling semver v1.0.17
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling io-lifetimes v1.0.10
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling aho-corasick v1.0.1
[INFO] [stderr]    Compiling object v0.28.4
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling rustix v0.37.28
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling cc v1.2.23
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling linux-raw-sys v0.3.7
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling zerocopy v0.7.34
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling openssl-src v300.1.6+3.1.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling phf_shared v0.11.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling cpufeatures v0.2.2
[INFO] [stderr]    Compiling regex-syntax v0.7.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling phf_generator v0.11.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.8
[INFO] [stderr]    Compiling event-listener v2.5.2
[INFO] [stderr]    Compiling io-lifetimes v2.0.3
[INFO] [stderr]    Compiling atomic-waker v1.0.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling cranelift-isle v0.116.1
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling backtrace v0.3.65
[INFO] [stderr]    Compiling openssl-sys v0.9.93
[INFO] [stderr]    Compiling libnghttp2-sys v0.1.8+1.55.1
[INFO] [stderr]    Compiling libz-sys v1.1.8
[INFO] [stderr]    Compiling concurrent-queue v2.2.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.4
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.116.1
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling target-lexicon v0.13.1
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.116.1
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling aws-lc-sys v0.29.0
[INFO] [stderr]    Compiling regex v1.8.1
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling zerocopy v0.8.17
[INFO] [stderr]    Compiling io-extras v0.18.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling curl-sys v0.4.68+curl-8.4.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling wasmparser v0.221.3
[INFO] [stderr]    Compiling smawk v0.3.1
[INFO] [stderr]    Compiling cap-primitives v3.4.2
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling rustc-hash v2.1.0
[INFO] [stderr]    Compiling arbitrary v1.4.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling ambient-authority v0.0.2
[INFO] [stderr]    Compiling fs-set-times v0.20.1
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling ctor v0.1.22
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling unicode-linebreak v0.1.2
[INFO] [stderr]    Compiling wasmtime-versioned-export-macros v29.0.1
[INFO] [stderr]    Compiling cranelift-codegen v0.116.1
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:72:21
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 72 |             usize: (USIZE, OPTION_USIZE),
[INFO] [stdout]    |                     ^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:72:28
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 72 |             usize: (USIZE, OPTION_USIZE),
[INFO] [stdout]    |                            ^^^^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:73:18
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 73 |             u8: (U8, OPTION_U8),
[INFO] [stdout]    |                  ^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:73:22
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 73 |             u8: (U8, OPTION_U8),
[INFO] [stdout]    |                      ^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:74:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 74 |             u16: (U16, OPTION_U16),
[INFO] [stdout]    |                   ^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:74:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 74 |             u16: (U16, OPTION_U16),
[INFO] [stdout]    |                        ^^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:75:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 75 |             u32: (U32, OPTION_U32),
[INFO] [stdout]    |                   ^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:75:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 75 |             u32: (U32, OPTION_U32),
[INFO] [stdout]    |                        ^^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:76:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 76 |             u64: (U64, OPTION_U64),
[INFO] [stdout]    |                   ^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:76:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 76 |             u64: (U64, OPTION_U64),
[INFO] [stdout]    |                        ^^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:77:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 77 |             u128: (U128, OPTION_U128),
[INFO] [stdout]    |                    ^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:77:26
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 77 |             u128: (U128, OPTION_U128),
[INFO] [stdout]    |                          ^^^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:79:21
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 79 |             isize: (ISIZE, OPTION_ISIZE),
[INFO] [stdout]    |                     ^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:79:28
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 79 |             isize: (ISIZE, OPTION_ISIZE),
[INFO] [stdout]    |                            ^^^^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:80:18
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 80 |             i8: (I8, OPTION_I8),
[INFO] [stdout]    |                  ^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:80:22
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 80 |             i8: (I8, OPTION_I8),
[INFO] [stdout]    |                      ^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:81:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 81 |             i16: (I16, OPTION_I16),
[INFO] [stdout]    |                   ^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:81:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 81 |             i16: (I16, OPTION_I16),
[INFO] [stdout]    |                        ^^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:82:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 82 |             i32: (I32, OPTION_I32),
[INFO] [stdout]    |                   ^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:82:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 82 |             i32: (I32, OPTION_I32),
[INFO] [stdout]    |                        ^^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:83:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 83 |             i64: (I64, OPTION_I64),
[INFO] [stdout]    |                   ^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:83:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 83 |             i64: (I64, OPTION_I64),
[INFO] [stdout]    |                        ^^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:84:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 84 |             i128: (I128, OPTION_I128),
[INFO] [stdout]    |                    ^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:84:26
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 84 |             i128: (I128, OPTION_I128),
[INFO] [stdout]    |                          ^^^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:86:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 86 |             f32: (F32, OPTION_F32),
[INFO] [stdout]    |                   ^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:86:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 86 |             f32: (F32, OPTION_F32),
[INFO] [stdout]    |                        ^^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:87:19
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 87 |             f64: (F64, OPTION_F64),
[INFO] [stdout]    |                   ^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:87:24
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 87 |             f64: (F64, OPTION_F64),
[INFO] [stdout]    |                        ^^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:89:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 89 |             char: (CHAR, OPTION_CHAR),
[INFO] [stdout]    |                    ^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:89:26
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 89 |             char: (CHAR, OPTION_CHAR),
[INFO] [stdout]    |                          ^^^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:90:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 90 |             bool: (BOOL, OPTION_BOOL),
[INFO] [stdout]    |                    ^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:90:26
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 90 |             bool: (BOOL, OPTION_BOOL),
[INFO] [stdout]    |                          ^^^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:92:28
[INFO] [stdout]    |
[INFO] [stdout] 32 |                             const $const_ident: TypeId = TypeId::of::<$ty>();
[INFO] [stdout]    |                             -------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 92 |             &'static str: (STATIC_STR, OPTION_STATIC_STR),
[INFO] [stdout]    |                            ^^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:92:40
[INFO] [stdout]    |
[INFO] [stdout] 35 |                             const $option_ident: TypeId = TypeId::of::<Option<$ty>>();
[INFO] [stdout]    |                             --------------------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 92 |             &'static str: (STATIC_STR, OPTION_STATIC_STR),
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^ can't be used in patterns
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:55:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                           const STR: TypeId = TypeId::of::<str>();
[INFO] [stdout]    |                           ----------------- constant defined here
[INFO] [stdout] ...
[INFO] [stdout] 55 |                               STR => |v| Some(Internal::from(unsafe { &**(v as *const &'a Self as *const &'a str) })),
[INFO] [stdout]    |                               ^^^ can't be used in patterns
[INFO] [stdout] ...
[INFO] [stdout] 71 | /         to_internal![
[INFO] [stdout] 72 | |             usize: (USIZE, OPTION_USIZE),
[INFO] [stdout] 73 | |             u8: (U8, OPTION_U8),
[INFO] [stdout] 74 | |             u16: (U16, OPTION_U16),
[INFO] [stdout] ...  |
[INFO] [stdout] 96 | |             String: (STRING, OPTION_STRING),
[INFO] [stdout] 97 | |         ];
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see https://github.com/rust-lang/rust/issues/70861 for details
[INFO] [stdout]    = note: this error originates in the macro `to_internal` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `value-bag` (lib) due to 35 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "1b42cac15149577b4d29a08626bd868a3521e4095de1ba1408d1c88e1981994a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b42cac15149577b4d29a08626bd868a3521e4095de1ba1408d1c88e1981994a", kill_on_drop: false }`
[INFO] [stdout] 1b42cac15149577b4d29a08626bd868a3521e4095de1ba1408d1c88e1981994a
