All events across the system including workload changes, task updates, and worker activities
| Event | Type | Related | Source | Time |
|---|---|---|---|---|
Worker Unregistered | worker.unregistered | control | 12/11/2025, 3:13:41 PM | |
Task Failed metadata{
"error": "failed to build dev binary: failed to build project at /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3: signal: killed\nBuild output:\n Compiling proc-macro2 v1.0.95\n Compiling unicode-ident v1.0.18\n Compiling thiserror v2.0.12\n Compiling anyhow v1.0.98\n Compiling pounce v2.0.2 (/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3)\n Compiling rand_core v0.9.3\n Compiling bitflags v2.9.1\n Compiling arrayvec v0.7.6\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2 CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>:Alex Crichton <[email protected]>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.95 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=95 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature=\"default\"' --cfg 'feature=\"proc-macro\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"default\", \"nightly\", \"proc-macro\", \"span-locations\"))' -C metadata=ace7711270a2b42f -C extra-filename=-a141ab7f01210ff9 --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/proc-macro2-a141ab7f01210ff9 -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps --cap-lints warn`\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/unicode-ident CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/unicode-ident/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-3.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.18 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_ident --edition=2018 /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/unicode-ident/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac120fb4e2f46703 -C extra-filename=-b0a37b5225d70a96 --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps --cap-lints warn`\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.12 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature=\"default\"' --cfg 'feature=\"std\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"default\", \"std\"))' -C metadata=bc207e717d06be63 -C extra-filename=-baada064e80f484e --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/thiserror-baada064e80f484e -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps --cap-lints warn`\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.98 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=98 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature=\"default\"' --cfg 'feature=\"std\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"backtrace\", \"default\", \"std\"))' -C metadata=16e11bdab4aba600 -C extra-filename=-dde2ee622af15f89 --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/anyhow-dde2ee622af15f89 -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps --cap-lints warn`\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3 CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/Cargo.toml CARGO_PKG_AUTHORS='alex flick' CARGO_PKG_DESCRIPTION='A mediocre (but trying its best) uci chess engine' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pounce CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/0xflick/pounce' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_SBOM_PATH='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2024 build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"clap\", \"ctrlc\", \"datagen\", \"serde\", \"serde_json\", \"wiz\"))' -C metadata=81475d751baadc58 -C extra-filename=-9638747b204a59cb --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/pounce-9638747b204a59cb -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps`\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/rand_core CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/rand_core/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation.\n' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.9.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand_core --edition=2021 /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/rand_core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature=\"std\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"os_rng\", \"serde\", \"std\"))' -C metadata=f4062668333a8115 -C extra-filename=-ccc82d5a8655cb1c --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps --cap-lints warn`\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/bitflags CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/bitflags/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.\n' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.9.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/bitflags/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"arbitrary\", \"bytemuck\", \"compiler_builtins\", \"core\", \"example_generated\", \"rustc-dep-of-std\", \"serde\", \"std\"))' -C metadata=99a906d936eaad6f -C extra-filename=-b5a93ca0d14d0608 --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps --cap-lints warn`\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=arrayvec CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/arrayvec CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/arrayvec/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=0.7.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name arrayvec --edition=2018 /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/arrayvec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature=\"default\"' --cfg 'feature=\"std\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"borsh\", \"default\", \"serde\", \"std\", \"zeroize\"))' -C metadata=7d0d6221ff5f4da0 -C extra-filename=-0cfaac91fdb46db1 --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps --cap-lints warn`\n Compiling rand v0.9.2\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/rand CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/rand/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality.\n' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.9.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand --edition=2021 /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/rand/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature=\"alloc\"' --cfg 'feature=\"small_rng\"' --cfg 'feature=\"std\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"alloc\", \"default\", \"log\", \"nightly\", \"os_rng\", \"serde\", \"simd_support\", \"small_rng\", \"std\", \"std_rng\", \"thread_rng\", \"unbiased\"))' -C metadata=4aa5a684b265ddc2 -C extra-filename=-7eeb640b9886d0b8 --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps --extern rand_core=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/librand_core-ccc82d5a8655cb1c.rmeta --cap-lints warn`\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/arrayvec/src/arrayvec.rs:605:21\n |\n605 | pub fn drain<R>(&mut self, range: R) -> Drain<T, CAP>\n | ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\n = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default\nhelp: use `'_` for type paths\n |\n605 | pub fn drain<R>(&mut self, range: R) -> Drain<'_, T, CAP>\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/arrayvec/src/arrayvec.rs:632:20\n |\n632 | fn drain_range(&mut self, start: usize, end: usize) -> Drain<T, CAP>\n | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n632 | fn drain_range(&mut self, start: usize, end: usize) -> Drain<'_, T, CAP>\n | +++\n\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=musl CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3 CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/Cargo.toml CARGO_PKG_AUTHORS='alex flick' CARGO_PKG_DESCRIPTION='A mediocre (but trying its best) uci chess engine' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pounce CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/0xflick/pounce' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-linux-musl LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib/rustlib/x86_64-unknown-linux-musl/lib:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' NUM_JOBS=43 OPT_LEVEL=3 OUT_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/pounce-8fc67d7c78dadd43/out PROFILE=release RUSTC=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc RUSTDOC=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustdoc TARGET=x86_64-unknown-linux-musl /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/pounce-9638747b204a59cb/build-script-build`\n[pounce 2.0.2] cargo::rerun-if-changed=build.rs\n[pounce 2.0.2] cargo::rerun-if-changed=.git/HEAD\n[pounce 2.0.2] cargo::rerun-if-changed=.git/index\n[pounce 2.0.2] cargo::rustc-env=BUILD_DATE=2025-12-11\n[pounce 2.0.2] cargo::rustc-env=BUILD_OPT_LEVEL=3\n[pounce 2.0.2] cargo::rustc-env=BUILD_GIT_DESCRIBE=unknown\n[pounce 2.0.2] cargo::rustc-env=BUILD_GIT_SHA=unknown\n[pounce 2.0.2] cargo::rustc-env=BUILD_GIT_BRANCH=unknown\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=musl CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.12 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-linux-musl LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib/rustlib/x86_64-unknown-linux-musl/lib:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' NUM_JOBS=43 OPT_LEVEL=3 OUT_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/thiserror-df0eda747ca7b32b/out PROFILE=release RUSTC=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc RUSTDOC=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustdoc TARGET=x86_64-unknown-linux-musl /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/thiserror-baada064e80f484e/build-script-build`\n[thiserror 2.0.12] cargo:rerun-if-changed=build/probe.rs\n[thiserror 2.0.12] cargo:rustc-check-cfg=cfg(error_generic_member_access)\n[thiserror 2.0.12] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)\n[thiserror 2.0.12] cargo:rustc-check-cfg=cfg(thiserror_no_backtrace_type)\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CFG_FEATURE=default,proc-macro CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=musl CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2 CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>:Alex Crichton <[email protected]>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.95 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=95 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-linux-musl LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib/rustlib/x86_64-unknown-linux-musl/lib:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' NUM_JOBS=43 OPT_LEVEL=0 OUT_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/proc-macro2-bba9a300d083ae2b/out PROFILE=release RUSTC=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc RUSTDOC=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustdoc TARGET=x86_64-unknown-linux-musl /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/proc-macro2-a141ab7f01210ff9/build-script-build`\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=musl CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.98 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=98 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-linux-musl LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib/rustlib/x86_64-unknown-linux-musl/lib:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' NUM_JOBS=43 OPT_LEVEL=3 OUT_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/anyhow-82bb4ae1ae1aadde/out PROFILE=release RUSTC=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc RUSTDOC=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustdoc TARGET=x86_64-unknown-linux-musl /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/anyhow-dde2ee622af15f89/build-script-build`\n[anyhow 1.0.98] cargo:rerun-if-changed=src/nightly.rs\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(fuzzing)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(no_is_available)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(no_literal_byte_character)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(no_literal_c_string)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(no_source_text)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(proc_macro_span)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(procmacro2_backtrace)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(randomize_layout)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(span_locations)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(super_unstable)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(wrap_proc_macro)\n[proc-macro2 1.0.95] cargo:rerun-if-changed=build/probe.rs\nwarning: `arrayvec` (lib) generated 2 warnings\n[thiserror 2.0.12] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP\n[anyhow 1.0.98] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP\n[proc-macro2 1.0.95] cargo:rustc-cfg=wrap_proc_macro\n[proc-macro2 1.0.95] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2 CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>:Alex Crichton <[email protected]>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.95 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=95 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' OUT_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/proc-macro2-bba9a300d083ae2b/out /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature=\"default\"' --cfg 'feature=\"proc-macro\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"default\", \"nightly\", \"proc-macro\", \"span-locations\"))' -C metadata=90e00adee2e2a526 -C extra-filename=-af60a92686f42aaa --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps --extern unicode_ident=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libunicode_ident-b0a37b5225d70a96.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(anyhow_build_probe)\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(anyhow_nightly_testing)\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(anyhow_no_core_error)\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(anyhow_no_core_unwind_safe)\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str)\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(error_generic_member_access)\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(std_backtrace)\n[anyhow 1.0.98] cargo:rustc-cfg=std_backtrace\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.98 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=98 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' OUT_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/anyhow-82bb4ae1ae1aadde/out /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature=\"default\"' --cfg 'feature=\"std\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"backtrace\", \"default\", \"std\"))' -C metadata=8f04cd0c790ec0ec -C extra-filename=-6684edad5ff7a8c4 --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps --cap-lints warn --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow/src/error.rs:489:18\n |\n489 | pub fn chain(&self) -> Chain {\n | ^^^^^ ^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\n = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default\nhelp: use `'_` for type paths\n |\n489 | pub fn chain(&self) -> Chain<'_> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow/src/error.rs:919:20\n |\n919 | fn no_backtrace(e: Ref<ErrorImpl>) -> Option<&Backtrace> {\n | ^^^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here\n | |\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n919 | fn no_backtrace(e: Ref<'_, ErrorImpl>) -> Option<&Backtrace> {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow/src/error.rs:1044:35\n |\n1044 | unsafe fn context_backtrace<C>(e: Ref<ErrorImpl>) -> Option<&Backtrace>\n | ^^^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here\n | |\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n1044 | unsafe fn context_backtrace<C>(e: Ref<'_, ErrorImpl>) -> Option<&Backtrace>\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow/src/error.rs:1082:14\n |\n1082 | fn erase(&self) -> Ref<ErrorImpl> {\n | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n1082 | fn erase(&self) -> Ref<'_, ErrorImpl> {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow/src/error.rs:1091:38\n |\n1091 | pub(crate) unsafe fn error(this: Ref<Self>) -> &(dyn StdError + Send + Sync + 'static) {\n | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here\n | |\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n1091 | pub(crate) unsafe fn error(this: Ref<'_, Self>) -> &(dyn StdError + Send + Sync + 'static) {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow/src/error.rs:1098:42\n |\n1098 | pub(crate) unsafe fn error_mut(this: Mut<Self>) -> &mut (dyn StdError + Send + Sync + 'static) {\n | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here\n | |\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n1098 | pub(crate) unsafe fn error_mut(this: Mut<'_, Self>) -> &mut (dyn StdError + Send + Sync + 'static) {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow/src/error.rs:1114:42\n |\n1114 | pub(crate) unsafe fn backtrace(this: Ref<Self>) -> &Backtrace {\n | ^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here\n | |\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n1114 | pub(crate) unsafe fn backtrace(this: Ref<'_, Self>) -> &Backtrace {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow/src/ptr.rs:48:19\n |\n48 | pub fn by_ref(&self) -> Ref<T> {\n | ^^^^^ ^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n48 | pub fn by_ref(&self) -> Ref<'_, T> {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/anyhow/src/ptr.rs:55:19\n |\n55 | pub fn by_mut(&mut self) -> Mut<T> {\n | ^^^^^^^^^ ^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n55 | pub fn by_mut(&mut self) -> Mut<'_, T> {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2/src/parse.rs:125:25\n |\n125 | fn block_comment(input: Cursor) -> PResult<&str> {\n | ^^^^^^ ^^^^^^^^^^^^^\n | | | |\n | | | the same lifetime is elided here\n | | the same lifetime is hidden here\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\n = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default\nhelp: use `'_` for type paths\n |\n125 | fn block_comment(input: Cursor<'_>) -> PResult<'_, &str> {\n | ++++ +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2/src/parse.rs:318:25\n |\n318 | fn ident_not_raw(input: Cursor) -> PResult<&str> {\n | ^^^^^^ ^^^^^^^^^^^^^\n | | | |\n | | | the same lifetime is elided here\n | | the same lifetime is hidden here\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n318 | fn ident_not_raw(input: Cursor<'_>) -> PResult<'_, &str> {\n | ++++ +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2/src/parse.rs:474:35\n |\n474 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> {\n | ^^^^^^ ^^^^^^^^^^^^^\n | | | |\n | | | the same lifetime is elided here\n | | the same lifetime is hidden here\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n474 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<'_, &str> {\n | ++++ +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2/src/parse.rs:957:32\n |\n957 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> {\n | ^^^^^^ ^^^^^^^^^^^^^^^^^^^^^\n | | | |\n | | | the same lifetime is elided here\n | | the same lifetime is hidden here\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n957 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<'_, (&str, bool)> {\n | ++++ +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2/src/parse.rs:980:37\n |\n980 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) {\n | ^^^^^^ ^^^^^^ ^^^^ the same lifetime is elided here\n | | |\n | | the same lifetime is hidden here\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n980 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor<'_>, &str) {\n | ++++ ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2/src/rcvec.rs:33:24\n |\n33 | pub(crate) fn iter(&self) -> slice::Iter<T> {\n | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n33 | pub(crate) fn iter(&self) -> slice::Iter<'_, T> {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2/src/rcvec.rs:37:28\n |\n37 | pub(crate) fn make_mut(&mut self) -> RcVecMut<T>\n | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n37 | pub(crate) fn make_mut(&mut self) -> RcVecMut<'_, T>\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2/src/rcvec.rs:46:27\n |\n46 | pub(crate) fn get_mut(&mut self) -> Option<RcVecMut<T>> {\n | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n46 | pub(crate) fn get_mut(&mut self) -> Option<RcVecMut<'_, T>> {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2/src/rcvec.rs:83:26\n |\n83 | pub(crate) fn as_mut(&mut self) -> RcVecMut<T> {\n | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n83 | pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2/src/rcvec.rs:105:26\n |\n105 | pub(crate) fn as_mut(&mut self) -> RcVecMut<T> {\n | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n105 | pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/proc-macro2/src/fallback.rs:204:20\n |\n204 | fn get_cursor(src: &str) -> Cursor {\n | ^^^^ ^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n204 | fn get_cursor(src: &str) -> Cursor<'_> {\n | ++++\n\n Compiling quote v1.0.40\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/quote CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/quote/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.40 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=40 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/quote/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature=\"default\"' --cfg 'feature=\"proc-macro\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"default\", \"proc-macro\"))' -C metadata=34c1062028f23016 -C extra-filename=-7b428aad79f4507c --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps --extern proc_macro2=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libproc_macro2-af60a92686f42aaa.rmeta --cap-lints warn`\nwarning: `anyhow` (lib) generated 9 warnings\nwarning: `proc-macro2` (lib) generated 11 warnings\n Compiling syn v2.0.104\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/syn CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/syn/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.104 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=104 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/syn/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature=\"clone-impls\"' --cfg 'feature=\"default\"' --cfg 'feature=\"derive\"' --cfg 'feature=\"parsing\"' --cfg 'feature=\"printing\"' --cfg 'feature=\"proc-macro\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"clone-impls\", \"default\", \"derive\", \"extra-traits\", \"fold\", \"full\", \"parsing\", \"printing\", \"proc-macro\", \"test\", \"visit\", \"visit-mut\"))' -C metadata=b7198569333adb1c -C extra-filename=-75eda5f9b872f690 --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps --extern proc_macro2=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libproc_macro2-af60a92686f42aaa.rmeta --extern quote=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libquote-7b428aad79f4507c.rmeta --extern unicode_ident=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libunicode_ident-b0a37b5225d70a96.rmeta --cap-lints warn`\nwarning: unused import: `Token`\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/syn/src/scan_expr.rs:4:81\n |\n4 | use syn::{AngleBracketedGenericArguments, BinOp, Expr, ExprPath, Lifetime, Lit, Token, Type};\n | ^^^^^\n |\n = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default\n\nwarning: `syn` (lib) generated 1 warning\n Compiling thiserror-impl v2.0.12\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror-impl CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror-impl/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.12 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e407f93769fa928e -C extra-filename=-1b8029605e9911a5 --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps --extern proc_macro2=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libproc_macro2-af60a92686f42aaa.rlib --extern quote=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libquote-7b428aad79f4507c.rlib --extern syn=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libsyn-75eda5f9b872f690.rlib --extern proc_macro --cap-lints warn`\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror-impl/src/attr.rs:69:19\n |\n69 | pub fn get(input: &[Attribute]) -> Result<Attrs> {\n | ^^^^^^^^^^^^ ^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\n = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default\nhelp: use `'_` for type paths\n |\n69 | pub fn get(input: &[Attribute]) -> Result<Attrs<'_>> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror-impl/src/prop.rs:7:30\n |\n7 | pub(crate) fn from_field(&self) -> Option<&Field> {\n | ^^^^^ ^^^^^^\n | | ||\n | | |the same lifetime is hidden here\n | | the same lifetime is elided here\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n7 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror-impl/src/prop.rs:11:32\n |\n11 | pub(crate) fn source_field(&self) -> Option<&Field> {\n | ^^^^^ ^^^^^^\n | | ||\n | | |the same lifetime is hidden here\n | | the same lifetime is elided here\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n11 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror-impl/src/prop.rs:15:35\n |\n15 | pub(crate) fn backtrace_field(&self) -> Option<&Field> {\n | ^^^^^ ^^^^^^\n | | ||\n | | |the same lifetime is hidden here\n | | the same lifetime is elided here\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n15 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror-impl/src/prop.rs:19:44\n |\n19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {\n | ^^^^^ ^^^^^^\n | | ||\n | | |the same lifetime is hidden here\n | | the same lifetime is elided here\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror-impl/src/prop.rs:54:30\n |\n54 | pub(crate) fn from_field(&self) -> Option<&Field> {\n | ^^^^^ ^^^^^^\n | | ||\n | | |the same lifetime is hidden here\n | | the same lifetime is elided here\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n54 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror-impl/src/prop.rs:58:32\n |\n58 | pub(crate) fn source_field(&self) -> Option<&Field> {\n | ^^^^^ ^^^^^^\n | | ||\n | | |the same lifetime is hidden here\n | | the same lifetime is elided here\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n58 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror-impl/src/prop.rs:62:35\n |\n62 | pub(crate) fn backtrace_field(&self) -> Option<&Field> {\n | ^^^^^ ^^^^^^\n | | ||\n | | |the same lifetime is hidden here\n | | the same lifetime is elided here\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n62 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror-impl/src/prop.rs:66:44\n |\n66 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {\n | ^^^^^ ^^^^^^\n | | ||\n | | |the same lifetime is hidden here\n | | the same lifetime is elided here\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n66 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {\n | ++++\n\nwarning: `thiserror-impl` (lib) generated 9 warnings\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.12 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' OUT_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/thiserror-df0eda747ca7b32b/out /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/vendor/thiserror/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature=\"default\"' --cfg 'feature=\"std\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"default\", \"std\"))' -C metadata=9ec928c1bf033acc -C extra-filename=-5912b62b00b07727 --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps --extern thiserror_impl=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libthiserror_impl-1b8029605e9911a5.so --cap-lints warn --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`\n Running `BUILD_DATE=2025-12-11 BUILD_GIT_BRANCH=unknown BUILD_GIT_DESCRIBE=unknown BUILD_GIT_SHA=unknown BUILD_OPT_LEVEL=3 CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=pounce CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3 CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/Cargo.toml CARGO_PKG_AUTHORS='alex flick' CARGO_PKG_DESCRIPTION='A mediocre (but trying its best) uci chess engine' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pounce CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/0xflick/pounce' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_SBOM_PATH='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' OUT_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/pounce-8fc67d7c78dadd43/out /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pounce --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"clap\", \"ctrlc\", \"datagen\", \"serde\", \"serde_json\", \"wiz\"))' -C metadata=f566c8645051f421 -C extra-filename=-f2cf5fb32179576f --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps --extern anyhow=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libanyhow-6684edad5ff7a8c4.rmeta --extern arrayvec=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libarrayvec-0cfaac91fdb46db1.rmeta --extern bitflags=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libbitflags-b5a93ca0d14d0608.rmeta --extern rand=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/librand-7eeb640b9886d0b8.rmeta --extern thiserror=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libthiserror-5912b62b00b07727.rmeta`\n Running `BUILD_DATE=2025-12-11 BUILD_GIT_BRANCH=unknown BUILD_GIT_DESCRIBE=unknown BUILD_GIT_SHA=unknown BUILD_OPT_LEVEL=3 CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_BIN_NAME=pounce CARGO_CRATE_NAME=pounce CARGO_MANIFEST_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3 CARGO_MANIFEST_PATH=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/Cargo.toml CARGO_PKG_AUTHORS='alex flick' CARGO_PKG_DESCRIPTION='A mediocre (but trying its best) uci chess engine' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pounce CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/0xflick/pounce' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_SBOM_PATH='' LD_LIBRARY_PATH='/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' OUT_DIR=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/build/pounce-8fc67d7c78dadd43/out /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pounce --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C panic=abort -C lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"clap\", \"ctrlc\", \"datagen\", \"serde\", \"serde_json\", \"wiz\"))' -C metadata=b1a6987f9b4369c3 -C extra-filename=-ba69a0971f10d674 --out-dir /pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps --extern anyhow=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libanyhow-6684edad5ff7a8c4.rlib --extern arrayvec=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libarrayvec-0cfaac91fdb46db1.rlib --extern bitflags=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libbitflags-b5a93ca0d14d0608.rlib --extern pounce=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libpounce-f2cf5fb32179576f.rlib --extern rand=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/librand-7eeb640b9886d0b8.rlib --extern thiserror=/pouncetest/dev/019b0df8-eb82-7e3d-a8da-7bea2293cbd3/target/release/deps/libthiserror-5912b62b00b07727.rlib`\n"
} | task.failed | control | 12/11/2025, 3:13:41 PM | |
Workload Canceled metadata{
"newStatus": "canceled",
"previousStatus": "running"
} | workload.canceled | gateway | 12/11/2025, 3:13:41 PM | |
Task Stale metadata{
"reason": "worker_stale"
} | task.stale | control | 12/11/2025, 3:13:41 PM | |
Task Superseded metadata{
"reason": "reassignment"
} | task.superseded | control | 12/11/2025, 3:13:41 PM | |
Worker Heartbeated | worker.heartbeated | control | 12/11/2025, 3:13:15 PM | |
Task Received | worker.task_received | control | 12/11/2025, 3:12:56 PM | |
Task Assigned metadata{
"workerId": "019b0df6-05fd-7ae0-92c7-ac8e0fd42355",
"workloadId": "019b0df4-2884-7911-bda4-bf0af67fb34c"
} | task.assigned | control | 12/11/2025, 3:12:55 PM | |
Task Stopped | worker.task_stopped | control | 12/11/2025, 3:12:55 PM | |
Task Failed metadata{
"error": "fastchess warning: Warning; Illegal move a2a3 played by dev-612f8c8cd16d846f993275ebad73aa448cb3b16b"
} | task.failed | control | 12/11/2025, 3:12:54 PM | |
Task Updated metadata{
"updatedData": {
"datagenTaskStats": null,
"stats": {
"baseCrashes": 0,
"baseTimeLosses": 0,
"dd": 1,
"devCrashes": 0,
"devTimeLosses": 0,
"draws": 0,
"ld": 0,
"ll": 0,
"losses": 1,
"wd": 0,
"wins": 1,
"ww": 0
}
}
} | task.updated | control | 12/11/2025, 3:12:54 PM | |
Worker Heartbeated | worker.heartbeated | control | 12/11/2025, 3:12:45 PM | |
Task Started | worker.task_started | control | 12/11/2025, 3:12:24 PM | |
Task Initialized | worker.task_initialized | control | 12/11/2025, 3:12:24 PM | |
Worker Heartbeated | worker.heartbeated | control | 12/11/2025, 3:12:15 PM | |
Worker Heartbeated | worker.heartbeated | control | 12/11/2025, 3:11:45 PM | |
Task Received | worker.task_received | control | 12/11/2025, 3:11:37 PM | |
Task Assigned metadata{
"workerId": "019b0df6-05fd-7ae0-92c7-ac8e0fd42355",
"workloadId": "019b0df4-2884-7911-bda4-bf0af67fb34c"
} | task.assigned | control | 12/11/2025, 3:11:37 PM | |
Task Stopped | worker.task_stopped | control | 12/11/2025, 3:11:37 PM | |
Task Failed metadata{
"error": "fastchess warning: Warning; Illegal move g6c2 played by base-612f8c8cd16d846f993275ebad73aa448cb3b16b"
} | task.failed | control | 12/11/2025, 3:11:37 PM | |
Task Updated metadata{
"updatedData": {
"datagenTaskStats": null,
"stats": {
"baseCrashes": 0,
"baseTimeLosses": 0,
"dd": 1,
"devCrashes": 0,
"devTimeLosses": 0,
"draws": 2,
"ld": 0,
"ll": 0,
"losses": 0,
"wd": 0,
"wins": 0,
"ww": 0
}
}
} | task.updated | control | 12/11/2025, 3:11:36 PM | |
Workload running metadata{
"newStatus": "running",
"previousStatus": "queued"
} | workload.started | control | 12/11/2025, 3:11:36 PM | |
Worker Heartbeated | worker.heartbeated | control | 12/11/2025, 3:11:15 PM | |
Task Initialized | worker.task_initialized | control | 12/11/2025, 3:11:06 PM | |
Task Started | worker.task_started | control | 12/11/2025, 3:11:06 PM | |
Worker Heartbeated | worker.heartbeated | control | 12/11/2025, 3:10:45 PM | |
Worker Heartbeated | worker.heartbeated | control | 12/11/2025, 3:10:15 PM | |
Worker Offline | worker.offline | control | 12/11/2025, 3:10:15 PM | |
Task Received | worker.task_received | control | 12/11/2025, 3:09:51 PM | |
Task Assigned metadata{
"workerId": "019b0df6-05fd-7ae0-92c7-ac8e0fd42355",
"workloadId": "019b0df4-2884-7911-bda4-bf0af67fb34c"
} | task.assigned | control | 12/11/2025, 3:09:50 PM | |
Worker Registered | worker.registered | control | 12/11/2025, 3:09:45 PM | |
Workload Created metadata{
"description": null,
"name": "pseudo legal",
"ref0": "612f8c8",
"ref1": "612f8c8",
"type": "sprt"
} | workload.created | gateway | 12/11/2025, 3:07:44 PM | |
Task Failed metadata{
"error": "failed to build base binary: failed to build project at /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1: signal: killed\nBuild output:\n Compiling proc-macro2 v1.0.95\n Compiling unicode-ident v1.0.18\n Compiling anyhow v1.0.98\n Compiling thiserror v2.0.12\n Compiling rand_core v0.9.3\n Compiling pounce v2.0.2 (/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1)\n Compiling arrayvec v0.7.6\n Compiling bitflags v2.9.1\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2 CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>:Alex Crichton <[email protected]>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.95 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=95 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature=\"default\"' --cfg 'feature=\"proc-macro\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"default\", \"nightly\", \"proc-macro\", \"span-locations\"))' -C metadata=ace7711270a2b42f -C extra-filename=-a141ab7f01210ff9 --out-dir /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/build/proc-macro2-a141ab7f01210ff9 -C strip=debuginfo -L dependency=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps --cap-lints warn`\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=unicode_ident CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/unicode-ident CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/unicode-ident/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='(MIT OR Apache-2.0) AND Unicode-3.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-ident CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/unicode-ident' CARGO_PKG_RUST_VERSION=1.31 CARGO_PKG_VERSION=1.0.18 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_ident --edition=2018 /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/unicode-ident/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac120fb4e2f46703 -C extra-filename=-b0a37b5225d70a96 --out-dir /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps --cap-lints warn`\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.98 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=98 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature=\"default\"' --cfg 'feature=\"std\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"backtrace\", \"default\", \"std\"))' -C metadata=16e11bdab4aba600 -C extra-filename=-dde2ee622af15f89 --out-dir /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/build/anyhow-dde2ee622af15f89 -C strip=debuginfo -L dependency=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps --cap-lints warn`\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.12 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature=\"default\"' --cfg 'feature=\"std\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"default\", \"std\"))' -C metadata=bc207e717d06be63 -C extra-filename=-baada064e80f484e --out-dir /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/build/thiserror-baada064e80f484e -C strip=debuginfo -L dependency=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps --cap-lints warn`\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=rand_core CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/rand_core CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/rand_core/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Core random number generator traits and tools for implementation.\n' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand_core CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.9.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand_core --edition=2021 /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/rand_core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature=\"std\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"os_rng\", \"serde\", \"std\"))' -C metadata=f4062668333a8115 -C extra-filename=-ccc82d5a8655cb1c --out-dir /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps --cap-lints warn`\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1 CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/Cargo.toml CARGO_PKG_AUTHORS='alex flick' CARGO_PKG_DESCRIPTION='A mediocre (but trying its best) uci chess engine' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pounce CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/0xflick/pounce' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_SBOM_PATH='' LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2024 build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"clap\", \"ctrlc\", \"datagen\", \"serde\", \"serde_json\", \"wiz\"))' -C metadata=81475d751baadc58 -C extra-filename=-9638747b204a59cb --out-dir /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/build/pounce-9638747b204a59cb -C strip=debuginfo -L dependency=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps`\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=arrayvec CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/arrayvec CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/arrayvec/Cargo.toml CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayvec CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_RUST_VERSION=1.51 CARGO_PKG_VERSION=0.7.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name arrayvec --edition=2018 /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/arrayvec/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature=\"default\"' --cfg 'feature=\"std\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"borsh\", \"default\", \"serde\", \"std\", \"zeroize\"))' -C metadata=7d0d6221ff5f4da0 -C extra-filename=-0cfaac91fdb46db1 --out-dir /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps --cap-lints warn`\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/bitflags CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/bitflags/Cargo.toml CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.\n' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_RUST_VERSION=1.56.0 CARGO_PKG_VERSION=2.9.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/bitflags/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"arbitrary\", \"bytemuck\", \"compiler_builtins\", \"core\", \"example_generated\", \"rustc-dep-of-std\", \"serde\", \"std\"))' -C metadata=99a906d936eaad6f -C extra-filename=-b5a93ca0d14d0608 --out-dir /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps --cap-lints warn`\n Compiling rand v0.9.2\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=rand CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/rand CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/rand/Cargo.toml CARGO_PKG_AUTHORS='The Rand Project Developers:The Rust Project Developers' CARGO_PKG_DESCRIPTION='Random number generators and other randomness functionality.\n' CARGO_PKG_HOMEPAGE='https://rust-random.github.io/book' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rand CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/rust-random/rand' CARGO_PKG_RUST_VERSION=1.63 CARGO_PKG_VERSION=0.9.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rand --edition=2021 /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/rand/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature=\"alloc\"' --cfg 'feature=\"small_rng\"' --cfg 'feature=\"std\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"alloc\", \"default\", \"log\", \"nightly\", \"os_rng\", \"serde\", \"simd_support\", \"small_rng\", \"std\", \"std_rng\", \"thread_rng\", \"unbiased\"))' -C metadata=4aa5a684b265ddc2 -C extra-filename=-7eeb640b9886d0b8 --out-dir /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps --extern rand_core=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps/librand_core-ccc82d5a8655cb1c.rmeta --cap-lints warn`\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/arrayvec/src/arrayvec.rs:605:21\n |\n605 | pub fn drain<R>(&mut self, range: R) -> Drain<T, CAP>\n | ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\n = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default\nhelp: use `'_` for type paths\n |\n605 | pub fn drain<R>(&mut self, range: R) -> Drain<'_, T, CAP>\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/arrayvec/src/arrayvec.rs:632:20\n |\n632 | fn drain_range(&mut self, start: usize, end: usize) -> Drain<T, CAP>\n | ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^ the same lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n632 | fn drain_range(&mut self, start: usize, end: usize) -> Drain<'_, T, CAP>\n | +++\n\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CFG_FEATURE='' CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=musl CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1 CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/Cargo.toml CARGO_PKG_AUTHORS='alex flick' CARGO_PKG_DESCRIPTION='A mediocre (but trying its best) uci chess engine' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pounce CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/0xflick/pounce' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-linux-musl LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib/rustlib/x86_64-unknown-linux-musl/lib:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' NUM_JOBS=43 OPT_LEVEL=3 OUT_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/build/pounce-8fc67d7c78dadd43/out PROFILE=release RUSTC=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc RUSTDOC=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustdoc TARGET=x86_64-unknown-linux-musl /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/build/pounce-9638747b204a59cb/build-script-build`\n[pounce 2.0.2] cargo::rerun-if-changed=build.rs\n[pounce 2.0.2] cargo::rerun-if-changed=.git/HEAD\n[pounce 2.0.2] cargo::rerun-if-changed=.git/index\n[pounce 2.0.2] cargo::rustc-env=BUILD_DATE=2025-12-11\n[pounce 2.0.2] cargo::rustc-env=BUILD_OPT_LEVEL=3\n[pounce 2.0.2] cargo::rustc-env=BUILD_GIT_DESCRIBE=unknown\n[pounce 2.0.2] cargo::rustc-env=BUILD_GIT_SHA=unknown\n[pounce 2.0.2] cargo::rustc-env=BUILD_GIT_BRANCH=unknown\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=musl CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.98 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=98 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-linux-musl LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib/rustlib/x86_64-unknown-linux-musl/lib:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' NUM_JOBS=43 OPT_LEVEL=3 OUT_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/build/anyhow-82bb4ae1ae1aadde/out PROFILE=release RUSTC=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc RUSTDOC=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustdoc TARGET=x86_64-unknown-linux-musl /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/build/anyhow-dde2ee622af15f89/build-script-build`\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CFG_FEATURE=default,std CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=musl CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_STD=1 CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.12 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-linux-musl LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib/rustlib/x86_64-unknown-linux-musl/lib:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' NUM_JOBS=43 OPT_LEVEL=3 OUT_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/build/thiserror-df0eda747ca7b32b/out PROFILE=release RUSTC=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc RUSTDOC=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustdoc TARGET=x86_64-unknown-linux-musl /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/build/thiserror-baada064e80f484e/build-script-build`\n[anyhow 1.0.98] cargo:rerun-if-changed=src/nightly.rs\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CFG_FEATURE=default,proc-macro CARGO_CFG_PANIC=unwind CARGO_CFG_TARGET_ABI='' CARGO_CFG_TARGET_ARCH=x86_64 CARGO_CFG_TARGET_ENDIAN=little CARGO_CFG_TARGET_ENV=musl CARGO_CFG_TARGET_FAMILY=unix CARGO_CFG_TARGET_FEATURE=fxsr,sse,sse2 CARGO_CFG_TARGET_HAS_ATOMIC=16,32,64,8,ptr CARGO_CFG_TARGET_OS=linux CARGO_CFG_TARGET_POINTER_WIDTH=64 CARGO_CFG_TARGET_VENDOR=unknown CARGO_CFG_UNIX='' CARGO_ENCODED_RUSTFLAGS='' CARGO_FEATURE_DEFAULT=1 CARGO_FEATURE_PROC_MACRO=1 CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2 CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>:Alex Crichton <[email protected]>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.95 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=95 CARGO_PKG_VERSION_PRE='' DEBUG=false HOST=x86_64-unknown-linux-musl LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib/rustlib/x86_64-unknown-linux-musl/lib:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' NUM_JOBS=43 OPT_LEVEL=0 OUT_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/build/proc-macro2-bba9a300d083ae2b/out PROFILE=release RUSTC=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc RUSTDOC=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustdoc TARGET=x86_64-unknown-linux-musl /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/build/proc-macro2-a141ab7f01210ff9/build-script-build`\n[thiserror 2.0.12] cargo:rerun-if-changed=build/probe.rs\n[thiserror 2.0.12] cargo:rustc-check-cfg=cfg(error_generic_member_access)\n[thiserror 2.0.12] cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)\n[thiserror 2.0.12] cargo:rustc-check-cfg=cfg(thiserror_no_backtrace_type)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(fuzzing)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(no_is_available)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(no_literal_byte_character)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(no_literal_c_string)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(no_source_text)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(proc_macro_span)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(procmacro2_backtrace)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(randomize_layout)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(span_locations)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(super_unstable)\n[proc-macro2 1.0.95] cargo:rustc-check-cfg=cfg(wrap_proc_macro)\n[proc-macro2 1.0.95] cargo:rerun-if-changed=build/probe.rs\nwarning: `arrayvec` (lib) generated 2 warnings\n[thiserror 2.0.12] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP\n[anyhow 1.0.98] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP\n[proc-macro2 1.0.95] cargo:rustc-cfg=wrap_proc_macro\n[proc-macro2 1.0.95] cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=proc_macro2 CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2 CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>:Alex Crichton <[email protected]>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\\''s `proc_macro` API to decouple token-based libraries from the procedural macro use case.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.95 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=95 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' OUT_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/build/proc-macro2-bba9a300d083ae2b/out /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature=\"default\"' --cfg 'feature=\"proc-macro\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"default\", \"nightly\", \"proc-macro\", \"span-locations\"))' -C metadata=90e00adee2e2a526 -C extra-filename=-af60a92686f42aaa --out-dir /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps --extern unicode_ident=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps/libunicode_ident-b0a37b5225d70a96.rmeta --cap-lints warn --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(anyhow_build_probe)\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(anyhow_nightly_testing)\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(anyhow_no_core_error)\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(anyhow_no_core_unwind_safe)\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(anyhow_no_fmt_arguments_as_str)\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(anyhow_no_ptr_addr_of)\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(error_generic_member_access)\n[anyhow 1.0.98] cargo:rustc-check-cfg=cfg(std_backtrace)\n[anyhow 1.0.98] cargo:rustc-cfg=std_backtrace\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=anyhow CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_RUST_VERSION=1.39 CARGO_PKG_VERSION=1.0.98 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=98 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' OUT_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/build/anyhow-82bb4ae1ae1aadde/out /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature=\"default\"' --cfg 'feature=\"std\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"backtrace\", \"default\", \"std\"))' -C metadata=8f04cd0c790ec0ec -C extra-filename=-6684edad5ff7a8c4 --out-dir /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps --cap-lints warn --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow/src/error.rs:489:18\n |\n489 | pub fn chain(&self) -> Chain {\n | ^^^^^ ^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\n = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default\nhelp: use `'_` for type paths\n |\n489 | pub fn chain(&self) -> Chain<'_> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow/src/error.rs:919:20\n |\n919 | fn no_backtrace(e: Ref<ErrorImpl>) -> Option<&Backtrace> {\n | ^^^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here\n | |\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n919 | fn no_backtrace(e: Ref<'_, ErrorImpl>) -> Option<&Backtrace> {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow/src/error.rs:1044:35\n |\n1044 | unsafe fn context_backtrace<C>(e: Ref<ErrorImpl>) -> Option<&Backtrace>\n | ^^^^^^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here\n | |\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n1044 | unsafe fn context_backtrace<C>(e: Ref<'_, ErrorImpl>) -> Option<&Backtrace>\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow/src/error.rs:1082:14\n |\n1082 | fn erase(&self) -> Ref<ErrorImpl> {\n | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n1082 | fn erase(&self) -> Ref<'_, ErrorImpl> {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow/src/error.rs:1091:38\n |\n1091 | pub(crate) unsafe fn error(this: Ref<Self>) -> &(dyn StdError + Send + Sync + 'static) {\n | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here\n | |\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n1091 | pub(crate) unsafe fn error(this: Ref<'_, Self>) -> &(dyn StdError + Send + Sync + 'static) {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow/src/error.rs:1098:42\n |\n1098 | pub(crate) unsafe fn error_mut(this: Mut<Self>) -> &mut (dyn StdError + Send + Sync + 'static) {\n | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here\n | |\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n1098 | pub(crate) unsafe fn error_mut(this: Mut<'_, Self>) -> &mut (dyn StdError + Send + Sync + 'static) {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow/src/error.rs:1114:42\n |\n1114 | pub(crate) unsafe fn backtrace(this: Ref<Self>) -> &Backtrace {\n | ^^^^^^^^^ ^^^^^^^^^^ the same lifetime is elided here\n | |\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n1114 | pub(crate) unsafe fn backtrace(this: Ref<'_, Self>) -> &Backtrace {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow/src/ptr.rs:48:19\n |\n48 | pub fn by_ref(&self) -> Ref<T> {\n | ^^^^^ ^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n48 | pub fn by_ref(&self) -> Ref<'_, T> {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/anyhow/src/ptr.rs:55:19\n |\n55 | pub fn by_mut(&mut self) -> Mut<T> {\n | ^^^^^^^^^ ^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n55 | pub fn by_mut(&mut self) -> Mut<'_, T> {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2/src/parse.rs:125:25\n |\n125 | fn block_comment(input: Cursor) -> PResult<&str> {\n | ^^^^^^ ^^^^^^^^^^^^^\n | | | |\n | | | the same lifetime is elided here\n | | the same lifetime is hidden here\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\n = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default\nhelp: use `'_` for type paths\n |\n125 | fn block_comment(input: Cursor<'_>) -> PResult<'_, &str> {\n | ++++ +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2/src/parse.rs:318:25\n |\n318 | fn ident_not_raw(input: Cursor) -> PResult<&str> {\n | ^^^^^^ ^^^^^^^^^^^^^\n | | | |\n | | | the same lifetime is elided here\n | | the same lifetime is hidden here\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n318 | fn ident_not_raw(input: Cursor<'_>) -> PResult<'_, &str> {\n | ++++ +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2/src/parse.rs:474:35\n |\n474 | fn delimiter_of_raw_string(input: Cursor) -> PResult<&str> {\n | ^^^^^^ ^^^^^^^^^^^^^\n | | | |\n | | | the same lifetime is elided here\n | | the same lifetime is hidden here\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n474 | fn delimiter_of_raw_string(input: Cursor<'_>) -> PResult<'_, &str> {\n | ++++ +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2/src/parse.rs:957:32\n |\n957 | fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> {\n | ^^^^^^ ^^^^^^^^^^^^^^^^^^^^^\n | | | |\n | | | the same lifetime is elided here\n | | the same lifetime is hidden here\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n957 | fn doc_comment_contents(input: Cursor<'_>) -> PResult<'_, (&str, bool)> {\n | ++++ +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2/src/parse.rs:980:37\n |\n980 | fn take_until_newline_or_eof(input: Cursor) -> (Cursor, &str) {\n | ^^^^^^ ^^^^^^ ^^^^ the same lifetime is elided here\n | | |\n | | the same lifetime is hidden here\n | the lifetime is hidden here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n980 | fn take_until_newline_or_eof(input: Cursor<'_>) -> (Cursor<'_>, &str) {\n | ++++ ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2/src/rcvec.rs:33:24\n |\n33 | pub(crate) fn iter(&self) -> slice::Iter<T> {\n | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n33 | pub(crate) fn iter(&self) -> slice::Iter<'_, T> {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2/src/rcvec.rs:37:28\n |\n37 | pub(crate) fn make_mut(&mut self) -> RcVecMut<T>\n | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n37 | pub(crate) fn make_mut(&mut self) -> RcVecMut<'_, T>\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2/src/rcvec.rs:46:27\n |\n46 | pub(crate) fn get_mut(&mut self) -> Option<RcVecMut<T>> {\n | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n46 | pub(crate) fn get_mut(&mut self) -> Option<RcVecMut<'_, T>> {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2/src/rcvec.rs:83:26\n |\n83 | pub(crate) fn as_mut(&mut self) -> RcVecMut<T> {\n | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n83 | pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2/src/rcvec.rs:105:26\n |\n105 | pub(crate) fn as_mut(&mut self) -> RcVecMut<T> {\n | ^^^^^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n105 | pub(crate) fn as_mut(&mut self) -> RcVecMut<'_, T> {\n | +++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/proc-macro2/src/fallback.rs:204:20\n |\n204 | fn get_cursor(src: &str) -> Cursor {\n | ^^^^ ^^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n204 | fn get_cursor(src: &str) -> Cursor<'_> {\n | ++++\n\n Compiling quote v1.0.40\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=quote CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/quote CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/quote/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='Quasi-quoting macro quote'\\!'(...)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=quote CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/quote' CARGO_PKG_RUST_VERSION=1.56 CARGO_PKG_VERSION=1.0.40 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=40 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/quote/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature=\"default\"' --cfg 'feature=\"proc-macro\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"default\", \"proc-macro\"))' -C metadata=34c1062028f23016 -C extra-filename=-7b428aad79f4507c --out-dir /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps --extern proc_macro2=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps/libproc_macro2-af60a92686f42aaa.rmeta --cap-lints warn`\nwarning: `anyhow` (lib) generated 9 warnings\nwarning: `proc-macro2` (lib) generated 11 warnings\n Compiling syn v2.0.104\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=syn CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/syn CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/syn/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.104 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=104 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/syn/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature=\"clone-impls\"' --cfg 'feature=\"default\"' --cfg 'feature=\"derive\"' --cfg 'feature=\"parsing\"' --cfg 'feature=\"printing\"' --cfg 'feature=\"proc-macro\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"clone-impls\", \"default\", \"derive\", \"extra-traits\", \"fold\", \"full\", \"parsing\", \"printing\", \"proc-macro\", \"test\", \"visit\", \"visit-mut\"))' -C metadata=b7198569333adb1c -C extra-filename=-75eda5f9b872f690 --out-dir /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps --extern proc_macro2=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps/libproc_macro2-af60a92686f42aaa.rmeta --extern quote=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps/libquote-7b428aad79f4507c.rmeta --extern unicode_ident=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps/libunicode_ident-b0a37b5225d70a96.rmeta --cap-lints warn`\nwarning: unused import: `Token`\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/syn/src/scan_expr.rs:4:81\n |\n4 | use syn::{AngleBracketedGenericArguments, BinOp, Expr, ExprPath, Lifetime, Lit, Token, Type};\n | ^^^^^\n |\n = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default\n\nwarning: `syn` (lib) generated 1 warning\n Compiling thiserror-impl v2.0.12\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=thiserror_impl CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror-impl CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror-impl/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='Implementation detail of the `thiserror` crate' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror-impl CARGO_PKG_README='' CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.12 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e407f93769fa928e -C extra-filename=-1b8029605e9911a5 --out-dir /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps --extern proc_macro2=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps/libproc_macro2-af60a92686f42aaa.rlib --extern quote=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps/libquote-7b428aad79f4507c.rlib --extern syn=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps/libsyn-75eda5f9b872f690.rlib --extern proc_macro --cap-lints warn`\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror-impl/src/attr.rs:69:19\n |\n69 | pub fn get(input: &[Attribute]) -> Result<Attrs> {\n | ^^^^^^^^^^^^ ^^^^^ the same lifetime is hidden here\n | |\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\n = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default\nhelp: use `'_` for type paths\n |\n69 | pub fn get(input: &[Attribute]) -> Result<Attrs<'_>> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror-impl/src/prop.rs:7:30\n |\n7 | pub(crate) fn from_field(&self) -> Option<&Field> {\n | ^^^^^ ^^^^^^\n | | ||\n | | |the same lifetime is hidden here\n | | the same lifetime is elided here\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n7 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror-impl/src/prop.rs:11:32\n |\n11 | pub(crate) fn source_field(&self) -> Option<&Field> {\n | ^^^^^ ^^^^^^\n | | ||\n | | |the same lifetime is hidden here\n | | the same lifetime is elided here\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n11 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror-impl/src/prop.rs:15:35\n |\n15 | pub(crate) fn backtrace_field(&self) -> Option<&Field> {\n | ^^^^^ ^^^^^^\n | | ||\n | | |the same lifetime is hidden here\n | | the same lifetime is elided here\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n15 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror-impl/src/prop.rs:19:44\n |\n19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {\n | ^^^^^ ^^^^^^\n | | ||\n | | |the same lifetime is hidden here\n | | the same lifetime is elided here\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n19 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror-impl/src/prop.rs:54:30\n |\n54 | pub(crate) fn from_field(&self) -> Option<&Field> {\n | ^^^^^ ^^^^^^\n | | ||\n | | |the same lifetime is hidden here\n | | the same lifetime is elided here\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n54 | pub(crate) fn from_field(&self) -> Option<&Field<'_>> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror-impl/src/prop.rs:58:32\n |\n58 | pub(crate) fn source_field(&self) -> Option<&Field> {\n | ^^^^^ ^^^^^^\n | | ||\n | | |the same lifetime is hidden here\n | | the same lifetime is elided here\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n58 | pub(crate) fn source_field(&self) -> Option<&Field<'_>> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror-impl/src/prop.rs:62:35\n |\n62 | pub(crate) fn backtrace_field(&self) -> Option<&Field> {\n | ^^^^^ ^^^^^^\n | | ||\n | | |the same lifetime is hidden here\n | | the same lifetime is elided here\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n62 | pub(crate) fn backtrace_field(&self) -> Option<&Field<'_>> {\n | ++++\n\nwarning: hiding a lifetime that's elided elsewhere is confusing\n --> /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror-impl/src/prop.rs:66:44\n |\n66 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {\n | ^^^^^ ^^^^^^\n | | ||\n | | |the same lifetime is hidden here\n | | the same lifetime is elided here\n | the lifetime is elided here\n |\n = help: the same lifetime is referred to in inconsistent ways, making the signature confusing\nhelp: use `'_` for type paths\n |\n66 | pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field<'_>> {\n | ++++\n\nwarning: `thiserror-impl` (lib) generated 9 warnings\n Running `CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=thiserror CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror/Cargo.toml CARGO_PKG_AUTHORS='David Tolnay <[email protected]>' CARGO_PKG_DESCRIPTION='derive(Error)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=thiserror CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/dtolnay/thiserror' CARGO_PKG_RUST_VERSION=1.61 CARGO_PKG_VERSION=2.0.12 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=12 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' OUT_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/build/thiserror-df0eda747ca7b32b/out /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/vendor/thiserror/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature=\"default\"' --cfg 'feature=\"std\"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"default\", \"std\"))' -C metadata=9ec928c1bf033acc -C extra-filename=-5912b62b00b07727 --out-dir /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps --extern thiserror_impl=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps/libthiserror_impl-1b8029605e9911a5.so --cap-lints warn --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`\n Running `BUILD_DATE=2025-12-11 BUILD_GIT_BRANCH=unknown BUILD_GIT_DESCRIBE=unknown BUILD_GIT_SHA=unknown BUILD_OPT_LEVEL=3 CARGO=/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/cargo CARGO_CRATE_NAME=pounce CARGO_MANIFEST_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1 CARGO_MANIFEST_PATH=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/Cargo.toml CARGO_PKG_AUTHORS='alex flick' CARGO_PKG_DESCRIPTION='A mediocre (but trying its best) uci chess engine' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pounce CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY='https://github.com/0xflick/pounce' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.0.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' CARGO_PRIMARY_PACKAGE=1 CARGO_SBOM_PATH='' LD_LIBRARY_PATH='/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps:/rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/lib' OUT_DIR=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/build/pounce-8fc67d7c78dadd43/out /rust/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pounce --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values(\"clap\", \"ctrlc\", \"datagen\", \"serde\", \"serde_json\", \"wiz\"))' -C metadata=f566c8645051f421 -C extra-filename=-f2cf5fb32179576f --out-dir /pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps -C strip=debuginfo -L dependency=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps --extern anyhow=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps/libanyhow-6684edad5ff7a8c4.rmeta --extern arrayvec=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps/libarrayvec-0cfaac91fdb46db1.rmeta --extern bitflags=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps/libbitflags-b5a93ca0d14d0608.rmeta --extern rand=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps/librand-7eeb640b9886d0b8.rmeta --extern thiserror=/pouncetest/base/019b0ded-1487-7b5b-91c5-71d76c7afbf1/target/release/deps/libthiserror-5912b62b00b07727.rmeta`\n"
} | task.failed | control | 12/11/2025, 3:00:17 PM | |
Worker Unregistered | worker.unregistered | control | 12/11/2025, 3:00:17 PM | |
Workload Canceled metadata{
"newStatus": "canceled",
"previousStatus": "queued"
} | workload.canceled | gateway | 12/11/2025, 3:00:17 PM | |
Task Stale metadata{
"reason": "worker_stale"
} | task.stale | control | 12/11/2025, 3:00:17 PM | |
Task Superseded metadata{
"reason": "reassignment"
} | task.superseded | control | 12/11/2025, 3:00:17 PM | |
Task Received | worker.task_received | control | 12/11/2025, 2:59:59 PM | |
Task Assigned metadata{
"workerId": "019b0deb-30e5-7921-9932-210be5fe7671",
"workloadId": "019b0de9-4bba-76c5-ba1f-31f98eeb2a78"
} | task.assigned | control | 12/11/2025, 2:59:59 PM | |
Task Stopped | worker.task_stopped | control | 12/11/2025, 2:59:59 PM | |
Task Failed metadata{
"error": "fastchess warning: Warning; Illegal move g1f2 played by dev-6eb487ce4232879efded790be309c4c22b93deb1"
} | task.failed | control | 12/11/2025, 2:59:59 PM | |
Worker Heartbeated | worker.heartbeated | control | 12/11/2025, 2:59:57 PM | |
Task Started | worker.task_started | control | 12/11/2025, 2:59:29 PM | |
Task Initialized | worker.task_initialized | control | 12/11/2025, 2:59:29 PM | |
Worker Heartbeated | worker.heartbeated | control | 12/11/2025, 2:59:27 PM | |
Worker Heartbeated | worker.heartbeated | control | 12/11/2025, 2:58:57 PM | |
Worker Heartbeated | worker.heartbeated | control | 12/11/2025, 2:58:27 PM | |
Worker Offline | worker.offline | control | 12/11/2025, 2:58:27 PM | |
Task Received | worker.task_received | control | 12/11/2025, 2:58:02 PM | |
Task Assigned metadata{
"workerId": "019b0deb-30e5-7921-9932-210be5fe7671",
"workloadId": "019b0de9-4bba-76c5-ba1f-31f98eeb2a78"
} | task.assigned | control | 12/11/2025, 2:58:02 PM |
Showing 1 to 50 of 192521 events