[INFO] fetching crate m3d 0.0.1... [INFO] testing m3d-0.0.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate m3d 0.0.1 into /workspace/builds/worker-107/source [INFO] validating manifest of crates.io crate m3d 0.0.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate m3d 0.0.1 [INFO] finished tweaking crates.io crate m3d 0.0.1 [INFO] tweaked toml for crates.io crate m3d 0.0.1 written to /workspace/builds/worker-107/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 09d94f06fb086e67392e5f4c3379da730b707476cdda8caf580e3088b433af43 [INFO] running `Command { std: "docker" "start" "-a" "09d94f06fb086e67392e5f4c3379da730b707476cdda8caf580e3088b433af43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09d94f06fb086e67392e5f4c3379da730b707476cdda8caf580e3088b433af43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09d94f06fb086e67392e5f4c3379da730b707476cdda8caf580e3088b433af43", kill_on_drop: false }` [INFO] [stdout] 09d94f06fb086e67392e5f4c3379da730b707476cdda8caf580e3088b433af43 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 98f8f77b28cbaedcf9417194997f97365014221f52e0bce711fb4c7951d50cd0 [INFO] running `Command { std: "docker" "start" "-a" "98f8f77b28cbaedcf9417194997f97365014221f52e0bce711fb4c7951d50cd0", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling version-compare v0.1.0 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling sdl2 v0.35.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling sdl2-sys v0.35.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling m3d v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::matrices::Matrix4` [INFO] [stdout] --> src/quaternion.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use crate::matrices::Matrix4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/matrices.rs:915:18 [INFO] [stdout] | [INFO] [stdout] 915 | fn mul(self, rhs: F) -> Matrix4 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/matrices.rs:923:18 [INFO] [stdout] | [INFO] [stdout] 923 | fn div(self, rhs: Matrix4) -> Matrix4 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/matrices.rs:931:18 [INFO] [stdout] | [INFO] [stdout] 931 | fn div(self, rhs: F) -> Matrix4 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function cannot return without recursing [INFO] [stdout] --> src/quaternion.rs:504:5 [INFO] [stdout] | [INFO] [stdout] 504 | pub fn pow(self, n: F) -> Quaternion { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing [INFO] [stdout] 505 | self.exp() * self.pow(n - F::from(1.0).unwrap()) [INFO] [stdout] | ----------------------------------- recursive call site [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unconditional_recursion)]` on by default [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.78s [INFO] running `Command { std: "docker" "inspect" "98f8f77b28cbaedcf9417194997f97365014221f52e0bce711fb4c7951d50cd0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98f8f77b28cbaedcf9417194997f97365014221f52e0bce711fb4c7951d50cd0", kill_on_drop: false }` [INFO] [stdout] 98f8f77b28cbaedcf9417194997f97365014221f52e0bce711fb4c7951d50cd0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-107/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 396bffd2f8415538ab10ffa03da7df1e9db008a6643efe4ad00e9e401694661c [INFO] running `Command { std: "docker" "start" "-a" "396bffd2f8415538ab10ffa03da7df1e9db008a6643efe4ad00e9e401694661c", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.7 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stdout] warning: unused import: `crate::matrices::Matrix4` [INFO] [stdout] --> src/quaternion.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use crate::matrices::Matrix4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/matrices.rs:915:18 [INFO] [stdout] | [INFO] [stdout] 915 | fn mul(self, rhs: F) -> Matrix4 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/matrices.rs:923:18 [INFO] [stdout] | [INFO] [stdout] 923 | fn div(self, rhs: Matrix4) -> Matrix4 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/matrices.rs:931:18 [INFO] [stdout] | [INFO] [stdout] 931 | fn div(self, rhs: F) -> Matrix4 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function cannot return without recursing [INFO] [stdout] --> src/quaternion.rs:504:5 [INFO] [stdout] | [INFO] [stdout] 504 | pub fn pow(self, n: F) -> Quaternion { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing [INFO] [stdout] 505 | self.exp() * self.pow(n - F::from(1.0).unwrap()) [INFO] [stdout] | ----------------------------------- recursive call site [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unconditional_recursion)]` on by default [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling m3d v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `math3d` [INFO] [stdout] --> tests/utest_matrix3.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use math3d::matrices::Matrix3; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `math3d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `math3d` [INFO] [stdout] --> tests/utest_vector3.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use math3d::vectors::Vector3; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `math3d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::matrices::Matrix4` [INFO] [stdout] --> src/quaternion.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use crate::matrices::Matrix4; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `math3d` [INFO] [stdout] --> tests/utest_quaternion.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use math3d::quaternion::Quaternion; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `math3d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `math3d` [INFO] [stdout] --> tests/utest_quaternion.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use math3d::vectors::Vector3; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `math3d` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Matrix3` [INFO] [stdout] --> tests/utest_matrix3.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | let m1 = Matrix3::from_array_2d([ [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::matrices::Matrix3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Matrix3` [INFO] [stdout] --> tests/utest_matrix3.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 12 | let m2 = Matrix3::from_array_2d([ [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::matrices::Matrix3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Matrix3` [INFO] [stdout] --> tests/utest_matrix3.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | let e = Matrix3::from_array_2d([ [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::matrices::Matrix3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | let q1 = Quaternion::new(1.0, [2.0, 3.0, 4.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:10:11 [INFO] [stdout] | [INFO] [stdout] 10 | let q2 = Quaternion::new(1.0, [2.0, 3.0, 4.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | let q1 = Quaternion::::identity(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 17 | let q2 = Quaternion::identity(); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | let q1 = Quaternion::from_axis_angle(Vector3::from_array([1.0, 0.0, 0.0]), 90.0); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_quaternion.rs:23:39 [INFO] [stdout] | [INFO] [stdout] 23 | let q1 = Quaternion::from_axis_angle(Vector3::from_array([1.0, 0.0, 0.0]), 90.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:24:17 [INFO] [stdout] | [INFO] [stdout] 24 | let expected = Quaternion::new(0.7071067811865476, [0.7071067811865475, 0.0, 0.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 30 | let q1 = Quaternion::from_euler_angles(90.0, 0.0, 0.0); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | let expected = Quaternion::new(0.7071067811865476, [0.7071067811865475, 0.0, 0.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 37 | let q1 = Quaternion::new(1.0, [2.0, 3.0, 4.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:38:11 [INFO] [stdout] | [INFO] [stdout] 38 | let q2 = Quaternion::new(1.0, [2.0, 3.0, 4.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:39:17 [INFO] [stdout] | [INFO] [stdout] 39 | let expected = Quaternion::new(-28.0, [4.0, 6.0, 8.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:46:11 [INFO] [stdout] | [INFO] [stdout] 46 | let q1 = Quaternion::new(1.0, [2.0, 3.0, 4.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | let expected = Quaternion::new(1.0, [-2.0, -3.0, -4.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:54:11 [INFO] [stdout] | [INFO] [stdout] 54 | let q1 = Quaternion::new(1.0, [2.0, 3.0, 4.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | let q2 = Quaternion::new(1.0, [2.0, 3.0, 4.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | let expected = Quaternion::new(1.0, [0.5, 0.5, 0.5]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:63:11 [INFO] [stdout] | [INFO] [stdout] 63 | let q1 = Quaternion::new(1.0, [2.0, 3.0, 4.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:64:11 [INFO] [stdout] | [INFO] [stdout] 64 | let q2 = Quaternion::new(1.0, [2.0, 3.0, 4.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 65 | let expected = Quaternion::new(2.0, [4.0, 6.0, 8.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:73:11 [INFO] [stdout] | [INFO] [stdout] 73 | let q1 = Quaternion::new(1.0, [2.0, 3.0, 4.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | let q2 = Quaternion::new(5.0, [6.0, 7.0, 8.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 75 | let expected = Quaternion::new(-4.0, [-4.0, -4.0, -4.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:82:11 [INFO] [stdout] | [INFO] [stdout] 82 | let q1 = Quaternion::new(1.0, [2.0, 3.0, 4.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Quaternion` [INFO] [stdout] --> tests/utest_quaternion.rs:83:17 [INFO] [stdout] | [INFO] [stdout] 83 | let expected = Quaternion::new(1.0, [2.0, 3.0, 4.0]); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::quaternion::Quaternion; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | let v = Vector3::new(1.0, 2.0, 3.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `m3d` due to 5 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | let v = Vector3::from_array([1.0, 2.0, 3.0]); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | let v = Vector3::new(1.0, 2.0, 3.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | let v = Vector3::new(1.0, 2.0, 3.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | let v = Vector3::new(1.0, 2.0, 3.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:42:10 [INFO] [stdout] | [INFO] [stdout] 42 | let v = Vector3::new(1.0, 2.0, 3.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:48:11 [INFO] [stdout] | [INFO] [stdout] 48 | let v1 = Vector3::new(1.0, 2.0, 3.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 49 | let v2 = Vector3::new(2.0, 3.0, 4.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:58:11 [INFO] [stdout] | [INFO] [stdout] 58 | let v1 = Vector3::new(1.0, 2.0, 3.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:59:11 [INFO] [stdout] | [INFO] [stdout] 59 | let v2 = Vector3::new(2.0, 3.0, 4.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:68:11 [INFO] [stdout] | [INFO] [stdout] 68 | let v1 = Vector3::new(1.0, 2.0, 3.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:69:11 [INFO] [stdout] | [INFO] [stdout] 69 | let v2 = Vector3::new(2.0, 3.0, 4.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:78:11 [INFO] [stdout] | [INFO] [stdout] 78 | let v1 = Vector3::new(1.0, 2.0, 3.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | let v2 = Vector3::new(2.0, 4.0, 6.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:88:11 [INFO] [stdout] | [INFO] [stdout] 88 | let v1 = Vector3::new(1.0, 2.0, 3.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:89:11 [INFO] [stdout] | [INFO] [stdout] 89 | let v2 = Vector3::new(2.0, 3.0, 4.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:96:11 [INFO] [stdout] | [INFO] [stdout] 96 | let v1 = Vector3::new(1.0, 2.0, 3.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:97:11 [INFO] [stdout] | [INFO] [stdout] 97 | let v2 = Vector3::new(2.0, 3.0, 4.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:106:10 [INFO] [stdout] | [INFO] [stdout] 106 | let v = Vector3::new(1.0, 2.0, 3.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector3` [INFO] [stdout] --> tests/utest_vector3.rs:112:10 [INFO] [stdout] | [INFO] [stdout] 112 | let v = Vector3::new(1.0, 2.0, 3.0); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use m3d::vectors::Vector3; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 27 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `m3d` due to 28 previous errors [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/matrices.rs:915:18 [INFO] [stdout] | [INFO] [stdout] 915 | fn mul(self, rhs: F) -> Matrix4 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/matrices.rs:923:18 [INFO] [stdout] | [INFO] [stdout] 923 | fn div(self, rhs: Matrix4) -> Matrix4 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `rhs` [INFO] [stdout] --> src/matrices.rs:931:18 [INFO] [stdout] | [INFO] [stdout] 931 | fn div(self, rhs: F) -> Matrix4 { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_rhs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 21 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `m3d` due to 22 previous errors [INFO] [stdout] warning: function cannot return without recursing [INFO] [stdout] --> src/quaternion.rs:504:5 [INFO] [stdout] | [INFO] [stdout] 504 | pub fn pow(self, n: F) -> Quaternion { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing [INFO] [stdout] 505 | self.exp() * self.pow(n - F::from(1.0).unwrap()) [INFO] [stdout] | ----------------------------------- recursive call site [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unconditional_recursion)]` on by default [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "396bffd2f8415538ab10ffa03da7df1e9db008a6643efe4ad00e9e401694661c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "396bffd2f8415538ab10ffa03da7df1e9db008a6643efe4ad00e9e401694661c", kill_on_drop: false }` [INFO] [stdout] 396bffd2f8415538ab10ffa03da7df1e9db008a6643efe4ad00e9e401694661c