[INFO] fetching crate hilbert-curve-rust 0.1.2... [INFO] testing hilbert-curve-rust-0.1.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7 [INFO] extracting crate hilbert-curve-rust 0.1.2 into /workspace/builds/worker-7-tc2/source [INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml [INFO] started tweaking crates.io crate hilbert-curve-rust 0.1.2 [INFO] finished tweaking crates.io crate hilbert-curve-rust 0.1.2 [INFO] tweaked toml for crates.io crate hilbert-curve-rust 0.1.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate hilbert-curve-rust 0.1.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 105 packages to latest compatible versions [INFO] [stderr] Adding criterion v0.4.0 (available: v0.7.0) [INFO] [stderr] Adding fast_hilbert v1.0.1 (available: v2.0.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 548128811ccadc9603c6f2f6ad0e4facceca73ddf6b0df36a04c9708e93bb462 [INFO] running `Command { std: "docker" "start" "-a" "548128811ccadc9603c6f2f6ad0e4facceca73ddf6b0df36a04c9708e93bb462", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "548128811ccadc9603c6f2f6ad0e4facceca73ddf6b0df36a04c9708e93bb462", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "548128811ccadc9603c6f2f6ad0e4facceca73ddf6b0df36a04c9708e93bb462", kill_on_drop: false }` [INFO] [stdout] 548128811ccadc9603c6f2f6ad0e4facceca73ddf6b0df36a04c9708e93bb462 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 67373df2dc9befe849dca404dd305d8f4de659522fd856b239217b65643bf651 [INFO] running `Command { std: "docker" "start" "-a" "67373df2dc9befe849dca404dd305d8f4de659522fd856b239217b65643bf651", kill_on_drop: false }` [INFO] [stderr] Compiling hilbert-curve-rust v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/hilbert_curve_algorithm.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | fn rotate_point(mut point: &mut CoordinateValue, rx: u32, ry: u32, number_columns: u32) -> () { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/hilbert_curve_algorithm.rs:76:19 [INFO] [stdout] | [INFO] [stdout] 76 | fn move_point(mut point: &mut CoordinateValue, rx: u32, ry: u32, order_index: u32) -> () { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.24s [INFO] running `Command { std: "docker" "inspect" "67373df2dc9befe849dca404dd305d8f4de659522fd856b239217b65643bf651", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67373df2dc9befe849dca404dd305d8f4de659522fd856b239217b65643bf651", kill_on_drop: false }` [INFO] [stdout] 67373df2dc9befe849dca404dd305d8f4de659522fd856b239217b65643bf651 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 676f3d601a364de48fc66bdf438a02804b60d71b22b6ad9ba9a1054414382854 [INFO] running `Command { std: "docker" "start" "-a" "676f3d601a364de48fc66bdf438a02804b60d71b22b6ad9ba9a1054414382854", kill_on_drop: false }` [INFO] [stderr] Compiling num-bigint v0.1.45 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling rustc-serialize v0.3.25 [INFO] [stderr] Compiling num-rational v0.1.43 [INFO] [stderr] Compiling num-complex v0.1.44 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling os_str_bytes v6.6.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling textwrap v0.16.2 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling fast_hilbert v1.0.1 [INFO] [stderr] Compiling hilbert_2d v1.1.0 [INFO] [stderr] Compiling hilbert_curve v0.2.0 [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/hilbert_curve_algorithm.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | fn rotate_point(mut point: &mut CoordinateValue, rx: u32, ry: u32, number_columns: u32) -> () { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/hilbert_curve_algorithm.rs:76:19 [INFO] [stdout] | [INFO] [stdout] 76 | fn move_point(mut point: &mut CoordinateValue, rx: u32, ry: u32, order_index: u32) -> () { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling num v0.1.43 [INFO] [stderr] Compiling spectral v0.6.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling csv v1.4.0 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling criterion v0.4.0 [INFO] [stderr] Compiling hilbert v0.1.2 [INFO] [stderr] Compiling hilbert-curve-rust v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/hilbert_curve_algorithm.rs:67:21 [INFO] [stdout] | [INFO] [stdout] 67 | fn rotate_point(mut point: &mut CoordinateValue, rx: u32, ry: u32, number_columns: u32) -> () { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/hilbert_curve_algorithm.rs:76:19 [INFO] [stdout] | [INFO] [stdout] 76 | fn move_point(mut point: &mut CoordinateValue, rx: u32, ry: u32, order_index: u32) -> () { [INFO] [stdout] | ----^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 25.48s [INFO] running `Command { std: "docker" "inspect" "676f3d601a364de48fc66bdf438a02804b60d71b22b6ad9ba9a1054414382854", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "676f3d601a364de48fc66bdf438a02804b60d71b22b6ad9ba9a1054414382854", kill_on_drop: false }` [INFO] [stdout] 676f3d601a364de48fc66bdf438a02804b60d71b22b6ad9ba9a1054414382854 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3981bfcb293b08a3335aa776183386b33914abf74493b51c06447ff574eaba27 [INFO] running `Command { std: "docker" "start" "-a" "3981bfcb293b08a3335aa776183386b33914abf74493b51c06447ff574eaba27", kill_on_drop: false }` [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/hilbert_curve_algorithm.rs:67:21 [INFO] [stderr] | [INFO] [stderr] 67 | fn rotate_point(mut point: &mut CoordinateValue, rx: u32, ry: u32, number_columns: u32) -> () { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/hilbert_curve_algorithm.rs:76:19 [INFO] [stderr] | [INFO] [stderr] 76 | fn move_point(mut point: &mut CoordinateValue, rx: u32, ry: u32, order_index: u32) -> () { [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: `hilbert-curve-rust` (lib) generated 2 warnings (run `cargo fix --lib -p hilbert-curve-rust` to apply 2 suggestions) [INFO] [stderr] warning: `hilbert-curve-rust` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hilbert_curve_rust-08032a69d4128379) [INFO] [stdout] running 37 tests [INFO] [stdout] test hilbert_curve_algorithm::test_deoffset_point::test_offset_point_positive ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_get_new_index_from_rows::get_new_index_from_rows_index_1_x_0_y_0 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_get_new_index_from_rows::get_new_index_from_rows_index_1_x_1_y_1 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_get_new_index_from_rows::get_new_index_from_rows_index_2_x_0_y_0 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_get_new_index_from_rows::get_new_index_from_rows_index_2_x_1_y_0 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_get_new_index_from_rows::get_new_index_from_rows_index_2_x_0_y_1 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_get_point_value_from_number::internal_get_point_value_from_number_order4 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_get_rx::internal_get_rx ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_get_ry::internal_get_ry_with_rx_0 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_get_new_index_from_rows::get_new_index_from_rows_index_1_x_0_y_1 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_move_point::internal_move_point_order_1_ry_1_move ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_move_point::internal_move_point_order_2_rx_0_no_move ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_move_point::internal_move_point_order_2_rx_1_move ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_move_point::internal_move_point_order_2_ry_0_no_move ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_move_point::internal_move_point_order_2_ry_1_move ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_get_ry::internal_get_ry_with_rx_1 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_get_point_value_from_number::internal_get_point_value_from_number_order2 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_move_point::internal_move_point_order_1_rx_0_no_move ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_rotate_point::internal_rotate_point_0_0_col1_x_1_y_0 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_rotate_point::internal_rotate_point_0_0_col1_x_1_y_1 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_rotate_point::internal_rotate_point_1_2_col1_x_0_y_0 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_rotate_point::internal_rotate_point_1_2_col1_x_0_y_1 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_rotate_point::internal_rotate_point_numbercolumn_8_point_0_0_x_0_y_1 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_rotate_point::internal_rotate_point_numbercolumn_8_point_0_0_x_1_y_0 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_rotate_point::internal_rotate_point_numbercolumn_8_point_0_0_x_1_y_1 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_rotate_point::internal_rotate_point_numbercolumn_8_point_1_1_x_1_y_0 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_rotate_point::internal_rotate_point_1_1_col1_x_1_y_1 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_rotate_point::internal_rotate_point_numbercolumn_8_point_0_0_x_0_y_0 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_get_new_index_from_rows::get_new_index_from_rows_index_2_x_1_y_1 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_get_point_value_from_number::internal_get_point_value_from_number_order1 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_move_point::internal_move_point_order_1_rx_1_move ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_move_point::internal_move_point_order_1_ry_0_no_move ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_offset_point::test_offset_point_positive ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_rotate_point::internal_rotate_point_0_0_col1_x_0_y_0 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_rotate_point::internal_rotate_point_0_0_col1_x_0_y_1 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_get_new_index_from_rows::get_new_index_from_rows_index_1_x_1_y_0 ... ok [INFO] [stdout] test hilbert_curve_algorithm::test_rotate_point::internal_rotate_point_1_1_col1_x_1_y_0 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running tests/hilbert_curve_algorithm.rs (/opt/rustwide/target/debug/deps/hilbert_curve_algorithm-c4a988a6906c04d4) [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test index_to_point_first_order_index_0 ... ok [INFO] [stdout] test index_to_point_first_order_index_3 ... ok [INFO] [stdout] test index_to_point_second_order_index_0 ... ok [INFO] [stdout] test index_to_point_second_order_index_1 ... ok [INFO] [stdout] test index_to_point_second_order_index_15 ... ok [INFO] [stdout] test index_to_point_third_order_index_0 ... ok [INFO] [stdout] test index_to_point_second_order_index_7 ... ok [INFO] [stdout] test index_to_point_second_order_index_2 ... ok [INFO] [stdout] test index_to_point_second_order_index_11 ... ok [INFO] [stdout] test index_to_point_first_order_index_1 ... ok [INFO] [stdout] test index_to_point_third_order_index_15 ... ok [INFO] [stdout] test index_to_point_third_order_index_2 ... ok [INFO] [stdout] test index_to_point_third_order_index_7 ... ok [INFO] [stdout] test index_to_point_third_order_index_1 ... ok [INFO] [stdout] test point_to_index_first_order_point_0_0 ... ok [INFO] [stdout] test point_to_index_first_order_point_0_1 ... ok [INFO] [stdout] test point_to_index_first_order_point_1_0 ... ok [INFO] [stdout] test point_to_index_first_order_point_1_1 ... ok [INFO] [stdout] test point_to_index_second_order_point_0_0 ... ok [INFO] [stdout] test point_to_index_second_order_point_1_0 ... ok [INFO] [stdout] test point_to_index_second_order_point_1_1 ... ok [INFO] [stdout] test point_to_index_second_order_point_3_0 ... ok [INFO] [stdout] test point_to_index_second_order_point_1_2 ... ok [INFO] [stdout] test point_to_index_second_order_point_3_2 ... ok [INFO] [stdout] test point_to_index_third_order_point_0_0 ... ok [INFO] [stdout] test point_to_index_third_order_point_1_0 ... ok [INFO] [stdout] test point_to_index_third_order_point_1_1 ... ok [INFO] [stdout] test point_to_index_third_order_point_3_0 ... ok [INFO] [stdout] test point_to_index_third_order_point_1_2 ... ok [INFO] [stdout] test index_to_point_third_order_index_11 ... ok [INFO] [stdout] test point_to_index_third_order_point_3_2 ... ok [INFO] [stdout] test index_to_point_second_order_index_4 - should panic ... ok [INFO] [stdout] test index_to_point_thid_order_index_16 - should panic ... ok [INFO] [stdout] test point_to_index_first_order_point_2_2 - should panic ... ok [INFO] [stdout] test point_to_index_second_order_point_4_4 - should panic ... ok [INFO] [stdout] test point_to_index_third_order_point_5_5 - should panic ... ok [INFO] [stdout] test index_to_point_first_order_index_2 ... ok [INFO] [stdout] test index_to_point_second_order_index_16 - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Doc-tests hilbert_curve_rust [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] running `Command { std: "docker" "inspect" "3981bfcb293b08a3335aa776183386b33914abf74493b51c06447ff574eaba27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3981bfcb293b08a3335aa776183386b33914abf74493b51c06447ff574eaba27", kill_on_drop: false }` [INFO] [stdout] 3981bfcb293b08a3335aa776183386b33914abf74493b51c06447ff574eaba27