[INFO] fetching crate ube 0.0.1... [INFO] testing ube-0.0.1 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-2 [INFO] extracting crate ube 0.0.1 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate ube 0.0.1 [INFO] finished tweaking crates.io crate ube 0.0.1 [INFO] tweaked toml for crates.io crate ube 0.0.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ube 0.0.1 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate ube 0.0.1 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4813dd86cd5dafbbab4d688f4b71777b127bf1c84a53864e4d8df8afb72e0c73 [INFO] running `Command { std: "docker" "start" "-a" "4813dd86cd5dafbbab4d688f4b71777b127bf1c84a53864e4d8df8afb72e0c73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4813dd86cd5dafbbab4d688f4b71777b127bf1c84a53864e4d8df8afb72e0c73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4813dd86cd5dafbbab4d688f4b71777b127bf1c84a53864e4d8df8afb72e0c73", kill_on_drop: false }` [INFO] [stdout] 4813dd86cd5dafbbab4d688f4b71777b127bf1c84a53864e4d8df8afb72e0c73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cf03f07e58078fb9169b456e602efa66da6e99a68ebf979bd12f7a18081838a9 [INFO] running `Command { std: "docker" "start" "-a" "cf03f07e58078fb9169b456e602efa66da6e99a68ebf979bd12f7a18081838a9", kill_on_drop: false }` [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling ube v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/spatial/grid.rs:277:17 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn iter(&self) -> Cells { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 277 | pub fn iter(&self) -> Cells<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.24s [INFO] running `Command { std: "docker" "inspect" "cf03f07e58078fb9169b456e602efa66da6e99a68ebf979bd12f7a18081838a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf03f07e58078fb9169b456e602efa66da6e99a68ebf979bd12f7a18081838a9", kill_on_drop: false }` [INFO] [stdout] cf03f07e58078fb9169b456e602efa66da6e99a68ebf979bd12f7a18081838a9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0149b36a784e0a6f9cf35f0f0183608ed17cc2671fd93bae579b5c6de1e837dd [INFO] running `Command { std: "docker" "start" "-a" "0149b36a784e0a6f9cf35f0f0183608ed17cc2671fd93bae579b5c6de1e837dd", kill_on_drop: false }` [INFO] [stderr] Compiling ube v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/spatial/grid.rs:277:17 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn iter(&self) -> Cells { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 277 | pub fn iter(&self) -> Cells<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/spatial/grid.rs:277:17 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn iter(&self) -> Cells { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 277 | pub fn iter(&self) -> Cells<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.36s [INFO] running `Command { std: "docker" "inspect" "0149b36a784e0a6f9cf35f0f0183608ed17cc2671fd93bae579b5c6de1e837dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0149b36a784e0a6f9cf35f0f0183608ed17cc2671fd93bae579b5c6de1e837dd", kill_on_drop: false }` [INFO] [stdout] 0149b36a784e0a6f9cf35f0f0183608ed17cc2671fd93bae579b5c6de1e837dd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d978402389b48bcd5455930e516949e6db6aed9b83cade3584977b66d215b56b [INFO] running `Command { std: "docker" "start" "-a" "d978402389b48bcd5455930e516949e6db6aed9b83cade3584977b66d215b56b", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/spatial/grid.rs:277:17 [INFO] [stderr] | [INFO] [stderr] 277 | pub fn iter(&self) -> Cells { [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 277 | pub fn iter(&self) -> Cells<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `ube` (lib) generated 1 warning (run `cargo fix --lib -p ube` to apply 1 suggestion) [INFO] [stderr] warning: `ube` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ube-bc57756f1603b8ea) [INFO] [stdout] [INFO] [stdout] running 43 tests [INFO] [stdout] test spatial::direction::tests::direction8_to_point ... ok [INFO] [stdout] test spatial::direction::tests::direction4_to_point ... ok [INFO] [stdout] test spatial::direction::tests::format_direction4 ... ok [INFO] [stdout] test spatial::direction::tests::iterate_direction4 ... ok [INFO] [stdout] test spatial::direction::tests::format_direction8 ... ok [INFO] [stdout] test spatial::direction::tests::iterate_direction8 ... ok [INFO] [stdout] test spatial::direction::tests::parse_direction_insensitive ... ok [INFO] [stderr] Doc-tests ube [INFO] [stdout] test spatial::direction::tests::parse_direction_unrecogonized ... ok [INFO] [stdout] test spatial::point2::tests::can_format_points ... ok [INFO] [stdout] test spatial::point2::tests::add ... ok [INFO] [stdout] test spatial::point2::tests::compare_points ... ok [INFO] [stdout] test spatial::direction::tests::parse_direction ... ok [INFO] [stdout] test spatial::point2::tests::convert_from_2_tuple ... ok [INFO] [stdout] test spatial::point2::tests::convert_into_2_tuple ... ok [INFO] [stdout] test spatial::point2::tests::div ... ok [INFO] [stdout] test spatial::direction::tests::parse_direction8 ... ok [INFO] [stdout] test spatial::point2::tests::component_index ... ok [INFO] [stdout] test spatial::direction::tests::parse_direction8_insensitive ... ok [INFO] [stdout] test spatial::point2::tests::mul ... ok [INFO] [stdout] test spatial::point2::tests::point2_abs ... ok [INFO] [stdout] test spatial::point2::tests::parse_points ... ok [INFO] [stdout] test spatial::point2::tests::negate ... ok [INFO] [stdout] test spatial::point2::tests::point2_max ... ok [INFO] [stdout] test spatial::point2::tests::one_point ... ok [INFO] [stdout] test spatial::point2::tests::point_equality ... ok [INFO] [stdout] test spatial::point2::tests::point_unit_y ... ok [INFO] [stdout] test spatial::point2::tests::new_constructor ... ok [INFO] [stdout] test spatial::point2::tests::set_components_via_index ... ok [INFO] [stdout] test utils::tests::test_combinations_single ... ok [INFO] [stdout] test spatial::point2::tests::point2_min ... ok [INFO] [stdout] test spatial::point2::tests::zero_point ... ok [INFO] [stdout] test spatial::point2::tests::sub ... ok [INFO] [stdout] test spatial::point2::tests::default_point_is_zeroed ... ok [INFO] [stdout] test spatial::point2::tests::get_xy ... ok [INFO] [stdout] test spatial::point2::tests::iter_rows_inclusive_param_order_doesnt_matter ... ok [INFO] [stdout] test utils::tests::test_combinations ... ok [INFO] [stdout] test spatial::point2::tests::iter_rows_inclusive_region ... ok [INFO] [stdout] test utils::tests::test_combinations_empty ... ok [INFO] [stdout] test spatial::point2::tests::point2_supports_send_and_sync ... ok [INFO] [stdout] test utils::tests::test_combinations_double ... ok [INFO] [stdout] test spatial::point2::tests::point_unit_x ... ok [INFO] [stdout] test spatial::direction::tests::parse_direction8_unrecogonized ... ok [INFO] [stdout] test utils::tests::find_ints_in_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test src/utils.rs - utils::pairwise_combinations (line 51) ... ok [INFO] [stdout] test src/spatial/grid.rs - spatial::grid::Grid::x_count (line 185) ... ok [INFO] [stdout] test src/spatial/grid.rs - spatial::grid::Grid::y_count (line 198) ... ok [INFO] [stdout] test src/spatial/direction.rs - spatial::direction::Direction4::all (line 46) ... ok [INFO] [stdout] test src/spatial/grid.rs - spatial::grid::Grid (line 42) ... ok [INFO] [stdout] test src/spatial/grid.rs - spatial::grid::Grid::with_values (line 144) ... ok [INFO] [stdout] test src/spatial/direction.rs - spatial::direction::Direction8::all (line 153) ... ok [INFO] [stdout] test src/spatial/grid.rs - spatial::grid::Grid::find (line 332) ... ok [INFO] [stdout] test src/utils.rs - utils::find_digits (line 14) ... ok [INFO] [stdout] test src/utils.rs - utils::find_ints (line 33) ... ok [INFO] [stdout] test src/spatial/direction.rs - spatial::direction::Direction4::rotated_90_cw (line 29) ... ok [INFO] [stdout] test src/spatial/grid.rs - spatial::grid::Grid::parse_str (line 110) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.51s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d978402389b48bcd5455930e516949e6db6aed9b83cade3584977b66d215b56b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d978402389b48bcd5455930e516949e6db6aed9b83cade3584977b66d215b56b", kill_on_drop: false }` [INFO] [stdout] d978402389b48bcd5455930e516949e6db6aed9b83cade3584977b66d215b56b