[INFO] fetching crate spru 0.1.0...
[INFO] testing spru-0.1.0 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate spru 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate spru 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate spru 0.1.0
[INFO] tweaked toml for crates.io crate spru 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate spru 0.1.0 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate spru 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e1894882e301608962e50fdec12cff11e3d77f9133f5038daf2c1f88e0988dc6
[INFO] running `Command { std: "docker" "start" "-a" "e1894882e301608962e50fdec12cff11e3d77f9133f5038daf2c1f88e0988dc6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e1894882e301608962e50fdec12cff11e3d77f9133f5038daf2c1f88e0988dc6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1894882e301608962e50fdec12cff11e3d77f9133f5038daf2c1f88e0988dc6", kill_on_drop: false }`
[INFO] [stdout] e1894882e301608962e50fdec12cff11e3d77f9133f5038daf2c1f88e0988dc6
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 73bd518c8aca0fb17c57a7bd4e77a63605194e6dc5b6f8ef48d169438afc3754
[INFO] running `Command { std: "docker" "start" "-a" "73bd518c8aca0fb17c57a7bd4e77a63605194e6dc5b6f8ef48d169438afc3754", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling winnow v0.6.18
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling no_std_io2 v0.8.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling syn v2.0.102
[INFO] [stderr]    Compiling rmp v0.8.14
[INFO] [stderr]    Compiling toml_edit v0.22.20
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling directed-visit v0.3.2
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling implied-bounds-proc_macros v0.1.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling derive-where v1.6.0
[INFO] [stderr]    Compiling spru-macro v0.1.0
[INFO] [stderr]    Compiling implied-bounds v0.1.0
[INFO] [stderr]    Compiling telety-impl v0.4.0
[INFO] [stderr]    Compiling derive_more v1.0.0
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling deku_derive v0.18.1
[INFO] [stderr]    Compiling telety-macro v0.4.0
[INFO] [stderr]    Compiling telety v0.4.0
[INFO] [stderr]    Compiling tagset-macro v0.1.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling deku v0.18.1
[INFO] [stderr]    Compiling halfbrown v0.3.0
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling rmp-serde v1.3.0
[INFO] [stderr]    Compiling tagset v0.1.2
[INFO] [stderr]    Compiling spru v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.05s
[INFO] running `Command { std: "docker" "inspect" "73bd518c8aca0fb17c57a7bd4e77a63605194e6dc5b6f8ef48d169438afc3754", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73bd518c8aca0fb17c57a7bd4e77a63605194e6dc5b6f8ef48d169438afc3754", kill_on_drop: false }`
[INFO] [stdout] 73bd518c8aca0fb17c57a7bd4e77a63605194e6dc5b6f8ef48d169438afc3754
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da5d4eb8b311ab455dc56e57af0d3558078e124b3c4ba34fec95359df4f461db
[INFO] running `Command { std: "docker" "start" "-a" "da5d4eb8b311ab455dc56e57af0d3558078e124b3c4ba34fec95359df4f461db", kill_on_drop: false }`
[INFO] [stderr]    Compiling spru v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.72s
[INFO] running `Command { std: "docker" "inspect" "da5d4eb8b311ab455dc56e57af0d3558078e124b3c4ba34fec95359df4f461db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da5d4eb8b311ab455dc56e57af0d3558078e124b3c4ba34fec95359df4f461db", kill_on_drop: false }`
[INFO] [stdout] da5d4eb8b311ab455dc56e57af0d3558078e124b3c4ba34fec95359df4f461db
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 683b2bcd7e908d0f6e683df1896a00599a69cfd84d93e4179494515e9b6cf553
[INFO] running `Command { std: "docker" "start" "-a" "683b2bcd7e908d0f6e683df1896a00599a69cfd84d93e4179494515e9b6cf553", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/spru-b6e278b7ab53245b)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/scratch.rs (/opt/rustwide/target/debug/deps/scratch-42433dfdee0b1b2b)
[INFO] [stdout] running 2 tests
[INFO] [stdout] test item::storage::canonical::test::round_trip ... ok
[INFO] [stdout] test server::log::test::pinning ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests spru
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/action/mod.rs - action::Action (line 79) ... ignored
[INFO] [stdout] test src/action/mod.rs - action::Action (line 85) ... ignored
[INFO] [stdout] test src/common/error.rs - common::error::FatalErrorState::make_fatal (line 287) ... ignored
[INFO] [stdout] test src/interactor/mod.rs - interactor::with (line 19) ... ignored
[INFO] [stdout] test src/interactor/mod.rs - interactor::with (line 26) ... ignored
[INFO] [stdout] test src/state/mod.rs - state::State (line 7) ... ignored
[INFO] [stdout] test src/action/mod.rs - action::Action (line 50) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.64s; merged doctests compilation took 0.63s
[INFO] running `Command { std: "docker" "inspect" "683b2bcd7e908d0f6e683df1896a00599a69cfd84d93e4179494515e9b6cf553", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "683b2bcd7e908d0f6e683df1896a00599a69cfd84d93e4179494515e9b6cf553", kill_on_drop: false }`
[INFO] [stdout] 683b2bcd7e908d0f6e683df1896a00599a69cfd84d93e4179494515e9b6cf553
