[INFO] fetching crate quantum_world_state 0.1.0...
[INFO] testing quantum_world_state-0.1.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate quantum_world_state 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate quantum_world_state 0.1.0
[INFO] finished tweaking crates.io crate quantum_world_state 0.1.0
[INFO] tweaked toml for crates.io crate quantum_world_state 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate quantum_world_state 0.1.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 18 packages to latest compatible versions
[INFO] [stderr]       Adding derive_more v0.99.20 (available: v2.0.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 499cffeab114ff595f5457a16a3deef8aa0416981c1097cec57fb71ebe0e8c33
[INFO] running `Command { std: "docker" "start" "-a" "499cffeab114ff595f5457a16a3deef8aa0416981c1097cec57fb71ebe0e8c33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "499cffeab114ff595f5457a16a3deef8aa0416981c1097cec57fb71ebe0e8c33", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "499cffeab114ff595f5457a16a3deef8aa0416981c1097cec57fb71ebe0e8c33", kill_on_drop: false }`
[INFO] [stdout] 499cffeab114ff595f5457a16a3deef8aa0416981c1097cec57fb71ebe0e8c33
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bc60e85473a6844fa718107f833a1e0a7a53d50f1c129c4838a53121dc9c369e
[INFO] running `Command { std: "docker" "start" "-a" "bc60e85473a6844fa718107f833a1e0a7a53d50f1c129c4838a53121dc9c369e", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling maybe-owned v0.3.4
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling im v15.1.0
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling quantum_world_state v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:875:28
[INFO] [stdout]     |
[INFO] [stdout] 875 |     pub fn get_transaction(&self, transaction_id : QWSTransactionID) -> Result<QWSTransaction, QWSError> {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here                   ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 875 |     pub fn get_transaction(&self, transaction_id : QWSTransactionID) -> Result<QWSTransaction<'_>, QWSError> {
[INFO] [stdout]     |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:881:36
[INFO] [stdout]     |
[INFO] [stdout] 881 |     pub fn get_creator_transaction(&self, element_id : QWSElementID) -> Result<QWSTransaction, QWSError> {
[INFO] [stdout]     |                                    ^^^^^ the lifetime is elided here           ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 881 |     pub fn get_creator_transaction(&self, element_id : QWSElementID) -> Result<QWSTransaction<'_>, QWSError> {
[INFO] [stdout]     |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:921:28
[INFO] [stdout]     |
[INFO] [stdout] 921 |     pub fn add_transaction(&mut self,
[INFO] [stdout]     |                            ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 925 |     ) -> Result<QWSTransaction, QWSError> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 925 |     ) -> Result<QWSTransaction<'_>, QWSError> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:991:21
[INFO] [stdout]     |
[INFO] [stdout] 991 |     pub fn new_view(&self) -> QWSDataView {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 991 |     pub fn new_view(&self) -> QWSDataView<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1355:26
[INFO] [stdout]      |
[INFO] [stdout] 1355 |     pub fn elements_iter(&self) -> QWSElementsIterator {
[INFO] [stdout]      |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                          |         |
[INFO] [stdout]      |                          |         the same lifetime is hidden here
[INFO] [stdout]      |                          |         the same lifetime is hidden here
[INFO] [stdout]      |                          the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1355 |     pub fn elements_iter(&self) -> QWSElementsIterator<'_> {
[INFO] [stdout]      |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.44s
[INFO] running `Command { std: "docker" "inspect" "bc60e85473a6844fa718107f833a1e0a7a53d50f1c129c4838a53121dc9c369e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc60e85473a6844fa718107f833a1e0a7a53d50f1c129c4838a53121dc9c369e", kill_on_drop: false }`
[INFO] [stdout] bc60e85473a6844fa718107f833a1e0a7a53d50f1c129c4838a53121dc9c369e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6714ff5e34a948631e88e61b94b112f189388cff026f2d400c4ee988430f4861
[INFO] running `Command { std: "docker" "start" "-a" "6714ff5e34a948631e88e61b94b112f189388cff026f2d400c4ee988430f4861", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:875:28
[INFO] [stdout]     |
[INFO] [stdout] 875 |     pub fn get_transaction(&self, transaction_id : QWSTransactionID) -> Result<QWSTransaction, QWSError> {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here                   ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 875 |     pub fn get_transaction(&self, transaction_id : QWSTransactionID) -> Result<QWSTransaction<'_>, QWSError> {
[INFO] [stdout]     |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:881:36
[INFO] [stdout]     |
[INFO] [stdout] 881 |     pub fn get_creator_transaction(&self, element_id : QWSElementID) -> Result<QWSTransaction, QWSError> {
[INFO] [stdout]     |                                    ^^^^^ the lifetime is elided here           ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 881 |     pub fn get_creator_transaction(&self, element_id : QWSElementID) -> Result<QWSTransaction<'_>, QWSError> {
[INFO] [stdout]     |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:921:28
[INFO] [stdout]     |
[INFO] [stdout] 921 |     pub fn add_transaction(&mut self,
[INFO] [stdout]     |                            ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 925 |     ) -> Result<QWSTransaction, QWSError> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 925 |     ) -> Result<QWSTransaction<'_>, QWSError> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:991:21
[INFO] [stdout]     |
[INFO] [stdout] 991 |     pub fn new_view(&self) -> QWSDataView {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 991 |     pub fn new_view(&self) -> QWSDataView<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1355:26
[INFO] [stdout]      |
[INFO] [stdout] 1355 |     pub fn elements_iter(&self) -> QWSElementsIterator {
[INFO] [stdout]      |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                          |         |
[INFO] [stdout]      |                          |         the same lifetime is hidden here
[INFO] [stdout]      |                          |         the same lifetime is hidden here
[INFO] [stdout]      |                          the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1355 |     pub fn elements_iter(&self) -> QWSElementsIterator<'_> {
[INFO] [stdout]      |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quantum_world_state v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:875:28
[INFO] [stdout]     |
[INFO] [stdout] 875 |     pub fn get_transaction(&self, transaction_id : QWSTransactionID) -> Result<QWSTransaction, QWSError> {
[INFO] [stdout]     |                            ^^^^^ the lifetime is elided here                   ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 875 |     pub fn get_transaction(&self, transaction_id : QWSTransactionID) -> Result<QWSTransaction<'_>, QWSError> {
[INFO] [stdout]     |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:881:36
[INFO] [stdout]     |
[INFO] [stdout] 881 |     pub fn get_creator_transaction(&self, element_id : QWSElementID) -> Result<QWSTransaction, QWSError> {
[INFO] [stdout]     |                                    ^^^^^ the lifetime is elided here           ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 881 |     pub fn get_creator_transaction(&self, element_id : QWSElementID) -> Result<QWSTransaction<'_>, QWSError> {
[INFO] [stdout]     |                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:921:28
[INFO] [stdout]     |
[INFO] [stdout] 921 |     pub fn add_transaction(&mut self,
[INFO] [stdout]     |                            ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 925 |     ) -> Result<QWSTransaction, QWSError> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 925 |     ) -> Result<QWSTransaction<'_>, QWSError> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:991:21
[INFO] [stdout]     |
[INFO] [stdout] 991 |     pub fn new_view(&self) -> QWSDataView {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 991 |     pub fn new_view(&self) -> QWSDataView<'_> {
[INFO] [stdout]     |                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lib.rs:1355:26
[INFO] [stdout]      |
[INFO] [stdout] 1355 |     pub fn elements_iter(&self) -> QWSElementsIterator {
[INFO] [stdout]      |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |                          |         |
[INFO] [stdout]      |                          |         the same lifetime is hidden here
[INFO] [stdout]      |                          |         the same lifetime is hidden here
[INFO] [stdout]      |                          the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1355 |     pub fn elements_iter(&self) -> QWSElementsIterator<'_> {
[INFO] [stdout]      |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.47s
[INFO] running `Command { std: "docker" "inspect" "6714ff5e34a948631e88e61b94b112f189388cff026f2d400c4ee988430f4861", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6714ff5e34a948631e88e61b94b112f189388cff026f2d400c4ee988430f4861", kill_on_drop: false }`
[INFO] [stdout] 6714ff5e34a948631e88e61b94b112f189388cff026f2d400c4ee988430f4861
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 24e8c304c86da7e5907cce81cb53dfee6ae46c64832658d0f6ea14e066f8cf51
[INFO] running `Command { std: "docker" "start" "-a" "24e8c304c86da7e5907cce81cb53dfee6ae46c64832658d0f6ea14e066f8cf51", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:875:28
[INFO] [stderr]     |
[INFO] [stderr] 875 |     pub fn get_transaction(&self, transaction_id : QWSTransactionID) -> Result<QWSTransaction, QWSError> {
[INFO] [stderr]     |                            ^^^^^ the lifetime is elided here                   ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 875 |     pub fn get_transaction(&self, transaction_id : QWSTransactionID) -> Result<QWSTransaction<'_>, QWSError> {
[INFO] [stderr]     |                                                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:881:36
[INFO] [stderr]     |
[INFO] [stderr] 881 |     pub fn get_creator_transaction(&self, element_id : QWSElementID) -> Result<QWSTransaction, QWSError> {
[INFO] [stderr]     |                                    ^^^^^ the lifetime is elided here           ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 881 |     pub fn get_creator_transaction(&self, element_id : QWSElementID) -> Result<QWSTransaction<'_>, QWSError> {
[INFO] [stderr]     |                                                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:921:28
[INFO] [stderr]     |
[INFO] [stderr] 921 |     pub fn add_transaction(&mut self,
[INFO] [stderr]     |                            ^^^^^^^^^ the lifetime is elided here
[INFO] [stderr] ...
[INFO] [stderr] 925 |     ) -> Result<QWSTransaction, QWSError> {
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 925 |     ) -> Result<QWSTransaction<'_>, QWSError> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:991:21
[INFO] [stderr]     |
[INFO] [stderr] 991 |     pub fn new_view(&self) -> QWSDataView {
[INFO] [stderr]     |                     ^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 991 |     pub fn new_view(&self) -> QWSDataView<'_> {
[INFO] [stderr]     |                                          ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]     --> src/lib.rs:1355:26
[INFO] [stderr]      |
[INFO] [stderr] 1355 |     pub fn elements_iter(&self) -> QWSElementsIterator {
[INFO] [stderr]      |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |                          |         |
[INFO] [stderr]      |                          |         the same lifetime is hidden here
[INFO] [stderr]      |                          |         the same lifetime is hidden here
[INFO] [stderr]      |                          the lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]      |
[INFO] [stderr] 1355 |     pub fn elements_iter(&self) -> QWSElementsIterator<'_> {
[INFO] [stderr]      |                                                       ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `quantum_world_state` (lib) generated 5 warnings (run `cargo fix --lib -p quantum_world_state` to apply 5 suggestions)
[INFO] [stderr] warning: `quantum_world_state` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/quantum_world_state-e14e061b7f649f4b)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::co_created_elements ... ok
[INFO] [stdout] test tests::conflicting_transaction_exploration ... ok
[INFO] [stdout] test tests::query_test ... ok
[INFO] [stdout] test tests::parallel_chains ... ok
[INFO] [stdout] test tests::simple_chain ... ok
[INFO] [stdout] test tests::conflicting_chains ... ok
[INFO] [stdout] test tests::non_conflicting_transaction_exploration ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests quantum_world_state
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test src/lib.rs - QWSDataView<'a>::get_conflicting_transactions (line 1206) ... ok
[INFO] [stdout] test src/lib.rs - (line 91) ... ok
[INFO] [stdout] test src/lib.rs - QWSElement (line 237) ... ok
[INFO] [stdout] test src/lib.rs - QWSElement::as_any (line 294) ... ok
[INFO] [stdout] test src/lib.rs - (line 43) ... ok
[INFO] [stdout] test src/lib.rs - QWSDataView<'a>::visit_fully_collapsed_views (line 1264) ... ok
[INFO] [stdout] test src/lib.rs - QuantumWorldState::add_transaction (line 913) ... ok
[INFO] [stdout] test src/lib.rs - (line 104) ... ok
[INFO] [stdout] test src/lib.rs - (line 69) ... ok
[INFO] [stdout] test src/lib.rs - dynQWSElement+'dyn_trait::get_payload (line 312) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.66s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "24e8c304c86da7e5907cce81cb53dfee6ae46c64832658d0f6ea14e066f8cf51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24e8c304c86da7e5907cce81cb53dfee6ae46c64832658d0f6ea14e066f8cf51", kill_on_drop: false }`
[INFO] [stdout] 24e8c304c86da7e5907cce81cb53dfee6ae46c64832658d0f6ea14e066f8cf51
