Oct 12 06:26:50.130 INFO testing affine_transforms-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 06:26:50.130 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 06:26:50.428 INFO blam! 686a3877bdea4f65651360184ff8e4558709aaa24ba002722ba8dd0eb61587cd Oct 12 06:26:50.430 INFO running `"docker" "start" "-a" "686a3877bdea4f65651360184ff8e4558709aaa24ba002722ba8dd0eb61587cd"` Oct 12 06:26:51.524 INFO kablam! usermod: no changes Oct 12 06:26:51.560 INFO kablam! Compiling affine_transforms v0.2.0 (/source) Oct 12 06:26:52.243 INFO kablam! warning: method `Zero` should have a snake case name such as `zero` Oct 12 06:26:52.243 INFO kablam! --> src/matrices.rs:138:5 Oct 12 06:26:52.243 INFO kablam! | Oct 12 06:26:52.243 INFO kablam! 138 | / pub fn Zero() -> AffineMatrix { Oct 12 06:26:52.243 INFO kablam! 139 | | AffineMatrix::from_row_major(vec![0.0;16]) Oct 12 06:26:52.243 INFO kablam! 140 | | } Oct 12 06:26:52.243 INFO kablam! | |_____^ Oct 12 06:26:52.243 INFO kablam! | Oct 12 06:26:52.243 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 06:26:52.243 INFO kablam! Oct 12 06:26:52.243 INFO kablam! warning: method `Identity` should have a snake case name such as `identity` Oct 12 06:26:52.243 INFO kablam! --> src/matrices.rs:142:5 Oct 12 06:26:52.243 INFO kablam! | Oct 12 06:26:52.243 INFO kablam! 142 | / pub fn Identity() -> AffineMatrix { Oct 12 06:26:52.243 INFO kablam! 143 | | AffineMatrix { Oct 12 06:26:52.243 INFO kablam! 144 | | i1: 1., j1: 0., k1: 0., w1: 0., Oct 12 06:26:52.243 INFO kablam! 145 | | i2: 0., j2: 1., k2: 0., w2: 0., Oct 12 06:26:52.243 INFO kablam! ... | Oct 12 06:26:52.243 INFO kablam! 148 | | } Oct 12 06:26:52.243 INFO kablam! 149 | | } Oct 12 06:26:52.243 INFO kablam! | |_____^ Oct 12 06:26:52.243 INFO kablam! Oct 12 06:26:52.243 INFO kablam! warning: method `Translation` should have a snake case name such as `translation` Oct 12 06:26:52.243 INFO kablam! --> src/matrices.rs:151:5 Oct 12 06:26:52.243 INFO kablam! | Oct 12 06:26:52.243 INFO kablam! 151 | / pub fn Translation(x : f64, y : f64, z : f64) -> AffineMatrix { Oct 12 06:26:52.243 INFO kablam! 152 | | AffineMatrix { Oct 12 06:26:52.243 INFO kablam! 153 | | i1: 1., j1: 0., k1: 0., w1: x , Oct 12 06:26:52.243 INFO kablam! 154 | | i2: 0., j2: 1., k2: 0., w2: y , Oct 12 06:26:52.243 INFO kablam! ... | Oct 12 06:26:52.243 INFO kablam! 157 | | } Oct 12 06:26:52.243 INFO kablam! 158 | | } Oct 12 06:26:52.243 INFO kablam! | |_____^ Oct 12 06:26:52.243 INFO kablam! Oct 12 06:26:52.255 INFO kablam! warning: method `RotationX` should have a snake case name such as `rotation_x` Oct 12 06:26:52.256 INFO kablam! --> src/matrices.rs:160:5 Oct 12 06:26:52.256 INFO kablam! | Oct 12 06:26:52.257 INFO kablam! 160 | / pub fn RotationX(theta : f64) -> AffineMatrix { Oct 12 06:26:52.257 INFO kablam! 161 | | let c = theta.cos(); Oct 12 06:26:52.257 INFO kablam! 162 | | let s = theta.sin(); Oct 12 06:26:52.258 INFO kablam! 163 | | AffineMatrix { Oct 12 06:26:52.258 INFO kablam! ... | Oct 12 06:26:52.258 INFO kablam! 168 | | } Oct 12 06:26:52.259 INFO kablam! 169 | | } Oct 12 06:26:52.259 INFO kablam! | |_____^ Oct 12 06:26:52.259 INFO kablam! Oct 12 06:26:52.259 INFO kablam! warning: method `RotationY` should have a snake case name such as `rotation_y` Oct 12 06:26:52.259 INFO kablam! --> src/matrices.rs:171:5 Oct 12 06:26:52.259 INFO kablam! | Oct 12 06:26:52.259 INFO kablam! 171 | / pub fn RotationY(theta : f64) -> AffineMatrix { Oct 12 06:26:52.259 INFO kablam! 172 | | let c = theta.cos(); Oct 12 06:26:52.259 INFO kablam! 173 | | let s = theta.sin(); Oct 12 06:26:52.259 INFO kablam! 174 | | AffineMatrix { Oct 12 06:26:52.259 INFO kablam! ... | Oct 12 06:26:52.259 INFO kablam! 179 | | } Oct 12 06:26:52.259 INFO kablam! 180 | | } Oct 12 06:26:52.259 INFO kablam! | |_____^ Oct 12 06:26:52.259 INFO kablam! Oct 12 06:26:52.259 INFO kablam! warning: method `RotationZ` should have a snake case name such as `rotation_z` Oct 12 06:26:52.259 INFO kablam! --> src/matrices.rs:182:5 Oct 12 06:26:52.259 INFO kablam! | Oct 12 06:26:52.259 INFO kablam! 182 | / pub fn RotationZ(theta : f64) -> AffineMatrix { Oct 12 06:26:52.259 INFO kablam! 183 | | let c = theta.cos(); Oct 12 06:26:52.259 INFO kablam! 184 | | let s = theta.sin(); Oct 12 06:26:52.259 INFO kablam! 185 | | AffineMatrix { Oct 12 06:26:52.259 INFO kablam! ... | Oct 12 06:26:52.259 INFO kablam! 190 | | } Oct 12 06:26:52.259 INFO kablam! 191 | | } Oct 12 06:26:52.259 INFO kablam! | |_____^ Oct 12 06:26:52.259 INFO kablam! Oct 12 06:26:52.259 INFO kablam! warning: method `Scale` should have a snake case name such as `scale` Oct 12 06:26:52.259 INFO kablam! --> src/matrices.rs:193:5 Oct 12 06:26:52.259 INFO kablam! | Oct 12 06:26:52.259 INFO kablam! 193 | / pub fn Scale(x : f64, y : f64, z : f64) -> AffineMatrix { Oct 12 06:26:52.259 INFO kablam! 194 | | AffineMatrix { Oct 12 06:26:52.259 INFO kablam! 195 | | i1: x , j1: 0., k1: 0., w1: 0., Oct 12 06:26:52.259 INFO kablam! 196 | | i2: 0., j2: y , k2: 0., w2: 0., Oct 12 06:26:52.259 INFO kablam! ... | Oct 12 06:26:52.259 INFO kablam! 199 | | } Oct 12 06:26:52.259 INFO kablam! 200 | | } Oct 12 06:26:52.259 INFO kablam! | |_____^ Oct 12 06:26:52.259 INFO kablam! Oct 12 06:26:52.259 INFO kablam! warning: method `UniformScale` should have a snake case name such as `uniform_scale` Oct 12 06:26:52.259 INFO kablam! --> src/matrices.rs:202:5 Oct 12 06:26:52.259 INFO kablam! | Oct 12 06:26:52.259 INFO kablam! 202 | / pub fn UniformScale(s : f64) -> AffineMatrix { Oct 12 06:26:52.259 INFO kablam! 203 | | AffineMatrix { Oct 12 06:26:52.259 INFO kablam! 204 | | i1: s , j1: 0., k1: 0., w1: 0., Oct 12 06:26:52.259 INFO kablam! 205 | | i2: 0., j2: s , k2: 0., w2: 0., Oct 12 06:26:52.259 INFO kablam! ... | Oct 12 06:26:52.259 INFO kablam! 208 | | } Oct 12 06:26:52.259 INFO kablam! 209 | | } Oct 12 06:26:52.259 INFO kablam! | |_____^ Oct 12 06:26:52.259 INFO kablam! Oct 12 06:26:52.434 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Oct 12 06:26:52.437 INFO kablam! su: No module specific data is present Oct 12 06:26:52.758 INFO running `"docker" "rm" "-f" "686a3877bdea4f65651360184ff8e4558709aaa24ba002722ba8dd0eb61587cd"` Oct 12 06:26:52.868 INFO blam! 686a3877bdea4f65651360184ff8e4558709aaa24ba002722ba8dd0eb61587cd Oct 12 06:26:52.868 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 06:26:53.093 INFO blam! 54c93753d5e63e6a74665a1f8fc273cc1cdf5b1ae11a32e6fce0b2bda03f4785 Oct 12 06:26:53.098 INFO running `"docker" "start" "-a" "54c93753d5e63e6a74665a1f8fc273cc1cdf5b1ae11a32e6fce0b2bda03f4785"` Oct 12 06:26:53.608 INFO kablam! usermod: no changes Oct 12 06:26:53.640 INFO kablam! Compiling affine_transforms v0.2.0 (/source) Oct 12 06:26:54.849 INFO kablam! warning: method `Zero` should have a snake case name such as `zero` Oct 12 06:26:54.850 INFO kablam! --> src/matrices.rs:138:5 Oct 12 06:26:54.850 INFO kablam! | Oct 12 06:26:54.850 INFO kablam! 138 | / pub fn Zero() -> AffineMatrix { Oct 12 06:26:54.850 INFO kablam! 139 | | AffineMatrix::from_row_major(vec![0.0;16]) Oct 12 06:26:54.850 INFO kablam! 140 | | } Oct 12 06:26:54.850 INFO kablam! | |_____^ Oct 12 06:26:54.850 INFO kablam! | Oct 12 06:26:54.850 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 06:26:54.850 INFO kablam! Oct 12 06:26:54.850 INFO kablam! warning: method `Identity` should have a snake case name such as `identity` Oct 12 06:26:54.850 INFO kablam! --> src/matrices.rs:142:5 Oct 12 06:26:54.850 INFO kablam! | Oct 12 06:26:54.850 INFO kablam! 142 | / pub fn Identity() -> AffineMatrix { Oct 12 06:26:54.850 INFO kablam! 143 | | AffineMatrix { Oct 12 06:26:54.850 INFO kablam! 144 | | i1: 1., j1: 0., k1: 0., w1: 0., Oct 12 06:26:54.850 INFO kablam! 145 | | i2: 0., j2: 1., k2: 0., w2: 0., Oct 12 06:26:54.850 INFO kablam! ... | Oct 12 06:26:54.850 INFO kablam! 148 | | } Oct 12 06:26:54.850 INFO kablam! 149 | | } Oct 12 06:26:54.850 INFO kablam! | |_____^ Oct 12 06:26:54.850 INFO kablam! Oct 12 06:26:54.850 INFO kablam! warning: method `Translation` should have a snake case name such as `translation` Oct 12 06:26:54.850 INFO kablam! --> src/matrices.rs:151:5 Oct 12 06:26:54.850 INFO kablam! | Oct 12 06:26:54.850 INFO kablam! 151 | / pub fn Translation(x : f64, y : f64, z : f64) -> AffineMatrix { Oct 12 06:26:54.850 INFO kablam! 152 | | AffineMatrix { Oct 12 06:26:54.850 INFO kablam! 153 | | i1: 1., j1: 0., k1: 0., w1: x , Oct 12 06:26:54.850 INFO kablam! 154 | | i2: 0., j2: 1., k2: 0., w2: y , Oct 12 06:26:54.851 INFO kablam! ... | Oct 12 06:26:54.851 INFO kablam! 157 | | } Oct 12 06:26:54.851 INFO kablam! 158 | | } Oct 12 06:26:54.851 INFO kablam! | |_____^ Oct 12 06:26:54.851 INFO kablam! Oct 12 06:26:54.851 INFO kablam! warning: method `RotationX` should have a snake case name such as `rotation_x` Oct 12 06:26:54.851 INFO kablam! --> src/matrices.rs:160:5 Oct 12 06:26:54.851 INFO kablam! | Oct 12 06:26:54.851 INFO kablam! 160 | / pub fn RotationX(theta : f64) -> AffineMatrix { Oct 12 06:26:54.851 INFO kablam! 161 | | let c = theta.cos(); Oct 12 06:26:54.851 INFO kablam! 162 | | let s = theta.sin(); Oct 12 06:26:54.851 INFO kablam! 163 | | AffineMatrix { Oct 12 06:26:54.851 INFO kablam! ... | Oct 12 06:26:54.851 INFO kablam! 168 | | } Oct 12 06:26:54.851 INFO kablam! 169 | | } Oct 12 06:26:54.851 INFO kablam! | |_____^ Oct 12 06:26:54.851 INFO kablam! Oct 12 06:26:54.851 INFO kablam! warning: method `RotationY` should have a snake case name such as `rotation_y` Oct 12 06:26:54.851 INFO kablam! --> src/matrices.rs:171:5 Oct 12 06:26:54.851 INFO kablam! | Oct 12 06:26:54.851 INFO kablam! 171 | / pub fn RotationY(theta : f64) -> AffineMatrix { Oct 12 06:26:54.851 INFO kablam! 172 | | let c = theta.cos(); Oct 12 06:26:54.851 INFO kablam! 173 | | let s = theta.sin(); Oct 12 06:26:54.851 INFO kablam! 174 | | AffineMatrix { Oct 12 06:26:54.851 INFO kablam! ... | Oct 12 06:26:54.851 INFO kablam! 179 | | } Oct 12 06:26:54.851 INFO kablam! 180 | | } Oct 12 06:26:54.851 INFO kablam! | |_____^ Oct 12 06:26:54.851 INFO kablam! Oct 12 06:26:54.851 INFO kablam! warning: method `RotationZ` should have a snake case name such as `rotation_z` Oct 12 06:26:54.851 INFO kablam! --> src/matrices.rs:182:5 Oct 12 06:26:54.851 INFO kablam! | Oct 12 06:26:54.851 INFO kablam! 182 | / pub fn RotationZ(theta : f64) -> AffineMatrix { Oct 12 06:26:54.851 INFO kablam! 183 | | let c = theta.cos(); Oct 12 06:26:54.851 INFO kablam! 184 | | let s = theta.sin(); Oct 12 06:26:54.851 INFO kablam! 185 | | AffineMatrix { Oct 12 06:26:54.851 INFO kablam! ... | Oct 12 06:26:54.851 INFO kablam! 190 | | } Oct 12 06:26:54.851 INFO kablam! 191 | | } Oct 12 06:26:54.851 INFO kablam! | |_____^ Oct 12 06:26:54.851 INFO kablam! Oct 12 06:26:54.851 INFO kablam! warning: method `Scale` should have a snake case name such as `scale` Oct 12 06:26:54.851 INFO kablam! --> src/matrices.rs:193:5 Oct 12 06:26:54.851 INFO kablam! | Oct 12 06:26:54.851 INFO kablam! 193 | / pub fn Scale(x : f64, y : f64, z : f64) -> AffineMatrix { Oct 12 06:26:54.851 INFO kablam! 194 | | AffineMatrix { Oct 12 06:26:54.851 INFO kablam! 195 | | i1: x , j1: 0., k1: 0., w1: 0., Oct 12 06:26:54.851 INFO kablam! 196 | | i2: 0., j2: y , k2: 0., w2: 0., Oct 12 06:26:54.851 INFO kablam! ... | Oct 12 06:26:54.851 INFO kablam! 199 | | } Oct 12 06:26:54.851 INFO kablam! 200 | | } Oct 12 06:26:54.851 INFO kablam! | |_____^ Oct 12 06:26:54.851 INFO kablam! Oct 12 06:26:54.851 INFO kablam! warning: method `UniformScale` should have a snake case name such as `uniform_scale` Oct 12 06:26:54.851 INFO kablam! --> src/matrices.rs:202:5 Oct 12 06:26:54.851 INFO kablam! | Oct 12 06:26:54.851 INFO kablam! 202 | / pub fn UniformScale(s : f64) -> AffineMatrix { Oct 12 06:26:54.851 INFO kablam! 203 | | AffineMatrix { Oct 12 06:26:54.851 INFO kablam! 204 | | i1: s , j1: 0., k1: 0., w1: 0., Oct 12 06:26:54.851 INFO kablam! 205 | | i2: 0., j2: s , k2: 0., w2: 0., Oct 12 06:26:54.851 INFO kablam! ... | Oct 12 06:26:54.851 INFO kablam! 208 | | } Oct 12 06:26:54.851 INFO kablam! 209 | | } Oct 12 06:26:54.851 INFO kablam! | |_____^ Oct 12 06:26:54.851 INFO kablam! Oct 12 06:26:55.412 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.79s Oct 12 06:26:55.414 INFO kablam! su: No module specific data is present Oct 12 06:26:55.668 INFO running `"docker" "rm" "-f" "54c93753d5e63e6a74665a1f8fc273cc1cdf5b1ae11a32e6fce0b2bda03f4785"` Oct 12 06:26:55.778 INFO blam! 54c93753d5e63e6a74665a1f8fc273cc1cdf5b1ae11a32e6fce0b2bda03f4785 Oct 12 06:26:55.779 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 06:26:55.944 INFO blam! 5da58320d1cb50c9d318a3d481b68b35220632e8566828ca189c4045df681c21 Oct 12 06:26:55.947 INFO running `"docker" "start" "-a" "5da58320d1cb50c9d318a3d481b68b35220632e8566828ca189c4045df681c21"` Oct 12 06:26:56.459 INFO kablam! usermod: no changes Oct 12 06:26:56.486 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 06:26:56.486 INFO kablam! Running /target/debug/deps/affine_transforms-22a8b4da8d14eef2 Oct 12 06:26:56.503 INFO blam! Oct 12 06:26:56.503 INFO blam! running 26 tests Oct 12 06:26:56.512 INFO blam! test unit_tests::matrix_index_tests::tests::row_major_ctor_with_incrementing ... ok Oct 12 06:26:56.513 INFO blam! test unit_tests::matrix_index_tests::tests::column_major_ctor_with_incrementing ... ok Oct 12 06:26:56.513 INFO blam! test unit_tests::matrix_index_tests::tests::row_major_ctor_with_ones ... ok Oct 12 06:26:56.513 INFO blam! test unit_tests::matrix_op_tests::tests::inverse_affine_identity ... ok Oct 12 06:26:56.514 INFO blam! test unit_tests::matrix_op_tests::tests::inverse_rotation ... ok Oct 12 06:26:56.515 INFO blam! test unit_tests::matrix_index_tests::tests::column_major_ctor_with_ones ... ok Oct 12 06:26:56.515 INFO blam! test unit_tests::matrix_op_tests::tests::inverse_perspective ... ok Oct 12 06:26:56.516 INFO blam! test unit_tests::matrix_op_tests::tests::primitives_multiply_as_matrices ... ok Oct 12 06:26:56.517 INFO blam! test unit_tests::matrix_op_tests::tests::rotation_axis_tour ... ok Oct 12 06:26:56.517 INFO blam! test unit_tests::matrix_op_tests::tests::rotation_z_matrix ... ok Oct 12 06:26:56.517 INFO blam! test unit_tests::matrix_op_tests::tests::rotation_y_matrix ... ok Oct 12 06:26:56.517 INFO blam! test unit_tests::matrix_op_tests::tests::rotation_x_matrix ... ok Oct 12 06:26:56.517 INFO blam! test unit_tests::matrix_op_tests::tests::translate ... ok Oct 12 06:26:56.517 INFO blam! test unit_tests::vector_op_tests::tests::cross_product_normal ... ok Oct 12 06:26:56.517 INFO blam! test unit_tests::vector_op_tests::tests::add_one_plus_one ... ok Oct 12 06:26:56.517 INFO blam! test unit_tests::vector_op_tests::tests::triangle_add ... ok Oct 12 06:26:56.517 INFO blam! test unit_tests::vector_op_tests::tests::sub_one_minus_one ... ok Oct 12 06:26:56.517 INFO blam! test unit_tests::vector_op_tests::tests::cross_product ... ok Oct 12 06:26:56.517 INFO blam! test unit_tests::vector_op_tests::tests::triangle_scale ... ok Oct 12 06:26:56.517 INFO blam! test unit_tests::vector_op_tests::tests::v3_magnitude_squared ... ok Oct 12 06:26:56.520 INFO blam! test unit_tests::vector_op_tests::tests::vector_scale ... ok Oct 12 06:26:56.520 INFO blam! test unit_tests::vector_op_tests::tests::unit_magnitude_squared ... ok Oct 12 06:26:56.520 INFO blam! test unit_tests::vector_op_tests::tests::unit_vector ... ok Oct 12 06:26:56.520 INFO blam! test unit_tests::vector_op_tests::tests::v3_magnitude ... ok Oct 12 06:26:56.520 INFO blam! test unit_tests::vector_op_tests::tests::unary_sub ... ok Oct 12 06:26:56.521 INFO blam! test unit_tests::vector_op_tests::tests::unit_triangle ... ok Oct 12 06:26:56.521 INFO blam! Oct 12 06:26:56.521 INFO blam! test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:26:56.521 INFO blam! Oct 12 06:26:56.521 INFO kablam! Doc-tests affine_transforms Oct 12 06:26:57.872 INFO blam! Oct 12 06:26:57.873 INFO blam! running 0 tests Oct 12 06:26:57.873 INFO blam! Oct 12 06:26:57.873 INFO kablam! su: No module specific data is present Oct 12 06:26:57.873 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 06:26:57.874 INFO blam! Oct 12 06:26:58.157 INFO running `"docker" "rm" "-f" "5da58320d1cb50c9d318a3d481b68b35220632e8566828ca189c4045df681c21"` Oct 12 06:26:58.263 INFO blam! 5da58320d1cb50c9d318a3d481b68b35220632e8566828ca189c4045df681c21