Oct 10 12:12:36.130 INFO testing woshilapin/centaurus against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:12:36.130 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:12:36.130 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:12:36.401 INFO blam! 99e7642301f5cf9e9be020221f350b23bad4d5975413fec7a0b321b9be44a9cf Oct 10 12:12:36.404 INFO running `"docker" "start" "-a" "99e7642301f5cf9e9be020221f350b23bad4d5975413fec7a0b321b9be44a9cf"` Oct 10 12:12:36.993 INFO kablam! usermod: no changes Oct 10 12:12:37.232 INFO kablam! Compiling rand v0.5.4 Oct 10 12:12:37.232 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 10 12:12:37.232 INFO kablam! Compiling num-complex v0.2.0 Oct 10 12:12:37.232 INFO kablam! Compiling approx v0.2.0 Oct 10 12:12:39.013 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 10 12:12:39.551 INFO kablam! Compiling alga v0.6.0 Oct 10 12:12:39.902 INFO kablam! Compiling rayon-core v1.4.0 Oct 10 12:12:42.848 INFO kablam! Compiling rayon v1.0.1 Oct 10 12:12:44.972 INFO kablam! Compiling nalgebra v0.15.3 Oct 10 12:12:47.090 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 10 12:12:50.590 INFO kablam! Compiling image v0.19.0 Oct 10 12:13:23.444 INFO kablam! Compiling centaurus v0.1.0 (/source/centaurus) Oct 10 12:13:24.445 INFO kablam! warning: unused variable: `ray` Oct 10 12:13:24.446 INFO kablam! --> centaurus/src/object/mod.rs:6:25 Oct 10 12:13:24.449 INFO kablam! | Oct 10 12:13:24.449 INFO kablam! 6 | fn intersect(&self, ray: &Ray) -> Option { Oct 10 12:13:24.449 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 10 12:13:24.450 INFO kablam! | Oct 10 12:13:24.450 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:13:24.450 INFO kablam! Oct 10 12:13:24.450 INFO kablam! warning: unused variable: `i` Oct 10 12:13:24.451 INFO kablam! --> centaurus/src/image/mod.rs:12:13 Oct 10 12:13:24.451 INFO kablam! | Oct 10 12:13:24.451 INFO kablam! 12 | for i in 0..w { Oct 10 12:13:24.452 INFO kablam! | ^ help: consider using `_i` instead Oct 10 12:13:24.452 INFO kablam! Oct 10 12:13:24.452 INFO kablam! warning: unused variable: `j` Oct 10 12:13:24.452 INFO kablam! --> centaurus/src/image/mod.rs:14:17 Oct 10 12:13:24.453 INFO kablam! | Oct 10 12:13:24.453 INFO kablam! 14 | for j in 0..h { Oct 10 12:13:24.453 INFO kablam! | ^ help: consider using `_j` instead Oct 10 12:13:24.454 INFO kablam! Oct 10 12:13:24.454 INFO kablam! warning: unused variable: `illuminated_position` Oct 10 12:13:24.454 INFO kablam! --> centaurus/src/light/sun.rs:18:31 Oct 10 12:13:24.455 INFO kablam! | Oct 10 12:13:24.455 INFO kablam! 18 | fn light_direction(&self, illuminated_position: &Point3) -> Option> { Oct 10 12:13:24.455 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: consider using `_illuminated_position` instead Oct 10 12:13:24.455 INFO kablam! Oct 10 12:13:24.456 INFO kablam! warning: unused variable: `camera` Oct 10 12:13:24.456 INFO kablam! --> centaurus/src/lib.rs:91:13 Oct 10 12:13:24.456 INFO kablam! | Oct 10 12:13:24.457 INFO kablam! 91 | let camera = Camera::new( Oct 10 12:13:24.457 INFO kablam! | ^^^^^^ help: consider using `_camera` instead Oct 10 12:13:24.457 INFO kablam! Oct 10 12:13:24.457 INFO kablam! warning: unused variable: `light` Oct 10 12:13:24.458 INFO kablam! --> centaurus/src/lib.rs:97:13 Oct 10 12:13:24.458 INFO kablam! | Oct 10 12:13:24.458 INFO kablam! 97 | let light = Lightbulb::new(Point3::new(0.0, 0.0, -2.0)); Oct 10 12:13:24.459 INFO kablam! | ^^^^^ help: consider using `_light` instead Oct 10 12:13:24.459 INFO kablam! Oct 10 12:13:24.464 INFO kablam! warning: field is never used: `position` Oct 10 12:13:24.464 INFO kablam! --> centaurus/src/camera.rs:4:5 Oct 10 12:13:24.464 INFO kablam! | Oct 10 12:13:24.464 INFO kablam! 4 | position: Point3, Oct 10 12:13:24.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:13:24.465 INFO kablam! | Oct 10 12:13:24.465 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:13:24.466 INFO kablam! Oct 10 12:13:24.466 INFO kablam! warning: field is never used: `direction` Oct 10 12:13:24.466 INFO kablam! --> centaurus/src/camera.rs:5:5 Oct 10 12:13:24.467 INFO kablam! | Oct 10 12:13:24.467 INFO kablam! 5 | direction: Vector3, Oct 10 12:13:24.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:13:24.467 INFO kablam! Oct 10 12:13:24.468 INFO kablam! warning: field is never used: `focal_length` Oct 10 12:13:24.468 INFO kablam! --> centaurus/src/camera.rs:6:5 Oct 10 12:13:24.468 INFO kablam! | Oct 10 12:13:24.469 INFO kablam! 6 | focal_length: f64, Oct 10 12:13:24.469 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 12:13:24.470 INFO kablam! Oct 10 12:13:24.470 INFO kablam! warning: field is never used: `upper_bound` Oct 10 12:13:24.470 INFO kablam! --> centaurus/src/camera.rs:7:5 Oct 10 12:13:24.471 INFO kablam! | Oct 10 12:13:24.471 INFO kablam! 7 | upper_bound: f64, Oct 10 12:13:24.471 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 12:13:24.472 INFO kablam! Oct 10 12:13:24.472 INFO kablam! warning: field is never used: `lower_bound` Oct 10 12:13:24.472 INFO kablam! --> centaurus/src/camera.rs:8:5 Oct 10 12:13:24.473 INFO kablam! | Oct 10 12:13:24.473 INFO kablam! 8 | lower_bound: f64, Oct 10 12:13:24.473 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 12:13:24.473 INFO kablam! Oct 10 12:13:24.474 INFO kablam! warning: field is never used: `left_bound` Oct 10 12:13:24.474 INFO kablam! --> centaurus/src/camera.rs:9:5 Oct 10 12:13:24.474 INFO kablam! | Oct 10 12:13:24.475 INFO kablam! 9 | left_bound: f64, Oct 10 12:13:24.475 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 12:13:24.475 INFO kablam! Oct 10 12:13:24.476 INFO kablam! warning: field is never used: `right_bound` Oct 10 12:13:24.476 INFO kablam! --> centaurus/src/camera.rs:10:5 Oct 10 12:13:24.476 INFO kablam! | Oct 10 12:13:24.477 INFO kablam! 10 | right_bound: f64, Oct 10 12:13:24.477 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 12:13:24.477 INFO kablam! Oct 10 12:13:24.478 INFO kablam! warning: struct is never constructed: `Sun` Oct 10 12:13:24.478 INFO kablam! --> centaurus/src/light/sun.rs:5:1 Oct 10 12:13:24.478 INFO kablam! | Oct 10 12:13:24.479 INFO kablam! 5 | pub struct Sun { Oct 10 12:13:24.479 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 12:13:24.479 INFO kablam! Oct 10 12:13:24.479 INFO kablam! warning: method is never used: `new` Oct 10 12:13:24.480 INFO kablam! --> centaurus/src/light/sun.rs:10:5 Oct 10 12:13:24.480 INFO kablam! | Oct 10 12:13:24.480 INFO kablam! 10 | pub fn new(direction: Vector3) -> Sun { Oct 10 12:13:24.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:13:24.481 INFO kablam! Oct 10 12:13:24.481 INFO kablam! warning: field is never used: `angle` Oct 10 12:13:24.482 INFO kablam! --> centaurus/src/light/spot.rs:8:5 Oct 10 12:13:24.482 INFO kablam! | Oct 10 12:13:24.482 INFO kablam! 8 | angle: f64, Oct 10 12:13:24.483 INFO kablam! | ^^^^^^^^^^ Oct 10 12:13:24.483 INFO kablam! Oct 10 12:13:25.624 INFO kablam! Compiling centaurus-cli v0.1.0 (/source/centaurus-cli) Oct 10 12:13:31.420 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.40s Oct 10 12:13:31.436 INFO kablam! su: No module specific data is present Oct 10 12:13:32.998 INFO running `"docker" "rm" "-f" "99e7642301f5cf9e9be020221f350b23bad4d5975413fec7a0b321b9be44a9cf"` Oct 10 12:13:33.337 INFO blam! 99e7642301f5cf9e9be020221f350b23bad4d5975413fec7a0b321b9be44a9cf Oct 10 12:13:33.338 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:13:33.338 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:13:33.829 INFO blam! deb4ef305d07ad92190453e13886b76ef0d3f54eb4e64cfeb1f7c0dc7dfe0fee Oct 10 12:13:33.833 INFO running `"docker" "start" "-a" "deb4ef305d07ad92190453e13886b76ef0d3f54eb4e64cfeb1f7c0dc7dfe0fee"` Oct 10 12:13:34.936 INFO kablam! usermod: no changes Oct 10 12:13:35.246 INFO kablam! Compiling csv-core v0.1.4 Oct 10 12:13:35.256 INFO kablam! Compiling criterion-plot v0.2.4 Oct 10 12:13:35.256 INFO kablam! Compiling pest_derive v1.0.7 Oct 10 12:13:35.288 INFO kablam! Compiling criterion-stats v0.2.4 Oct 10 12:13:35.288 INFO kablam! Compiling regex v1.0.1 Oct 10 12:13:35.288 INFO kablam! Compiling chrono v0.4.4 Oct 10 12:13:35.288 INFO kablam! Compiling itertools-num v0.1.1 Oct 10 12:13:35.288 INFO kablam! Compiling backtrace v0.3.9 Oct 10 12:13:37.466 INFO kablam! Compiling centaurus-cli v0.1.0 (/source/centaurus-cli) Oct 10 12:13:40.136 INFO kablam! Compiling failure v0.1.1 Oct 10 12:13:41.577 INFO kablam! Compiling csv v1.0.0 Oct 10 12:13:47.316 INFO kablam! Compiling simplelog v0.5.2 Oct 10 12:14:00.970 INFO kablam! Compiling handlebars v0.32.4 Oct 10 12:14:10.396 INFO kablam! Compiling criterion v0.2.4 Oct 10 12:14:21.684 INFO kablam! Compiling centaurus v0.1.0 (/source/centaurus) Oct 10 12:14:22.900 INFO kablam! warning: unused variable: `ray` Oct 10 12:14:22.901 INFO kablam! --> centaurus/src/object/mod.rs:6:25 Oct 10 12:14:22.901 INFO kablam! | Oct 10 12:14:22.901 INFO kablam! 6 | fn intersect(&self, ray: &Ray) -> Option { Oct 10 12:14:22.901 INFO kablam! | ^^^ help: consider using `_ray` instead Oct 10 12:14:22.901 INFO kablam! | Oct 10 12:14:22.901 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:14:22.901 INFO kablam! Oct 10 12:14:22.901 INFO kablam! warning: unused variable: `i` Oct 10 12:14:22.901 INFO kablam! --> centaurus/src/image/mod.rs:12:13 Oct 10 12:14:22.901 INFO kablam! | Oct 10 12:14:22.901 INFO kablam! 12 | for i in 0..w { Oct 10 12:14:22.901 INFO kablam! | ^ help: consider using `_i` instead Oct 10 12:14:22.901 INFO kablam! Oct 10 12:14:22.901 INFO kablam! warning: unused variable: `j` Oct 10 12:14:22.901 INFO kablam! --> centaurus/src/image/mod.rs:14:17 Oct 10 12:14:22.901 INFO kablam! | Oct 10 12:14:22.901 INFO kablam! 14 | for j in 0..h { Oct 10 12:14:22.901 INFO kablam! | ^ help: consider using `_j` instead Oct 10 12:14:22.901 INFO kablam! Oct 10 12:14:22.901 INFO kablam! warning: unused variable: `illuminated_position` Oct 10 12:14:22.901 INFO kablam! --> centaurus/src/light/sun.rs:18:31 Oct 10 12:14:22.901 INFO kablam! | Oct 10 12:14:22.901 INFO kablam! 18 | fn light_direction(&self, illuminated_position: &Point3) -> Option> { Oct 10 12:14:22.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: consider using `_illuminated_position` instead Oct 10 12:14:22.901 INFO kablam! Oct 10 12:14:22.901 INFO kablam! warning: unused variable: `camera` Oct 10 12:14:22.901 INFO kablam! --> centaurus/src/lib.rs:91:13 Oct 10 12:14:22.901 INFO kablam! | Oct 10 12:14:22.901 INFO kablam! 91 | let camera = Camera::new( Oct 10 12:14:22.901 INFO kablam! | ^^^^^^ help: consider using `_camera` instead Oct 10 12:14:22.901 INFO kablam! Oct 10 12:14:22.901 INFO kablam! warning: unused variable: `light` Oct 10 12:14:22.901 INFO kablam! --> centaurus/src/lib.rs:97:13 Oct 10 12:14:22.901 INFO kablam! | Oct 10 12:14:22.901 INFO kablam! 97 | let light = Lightbulb::new(Point3::new(0.0, 0.0, -2.0)); Oct 10 12:14:22.901 INFO kablam! | ^^^^^ help: consider using `_light` instead Oct 10 12:14:22.901 INFO kablam! Oct 10 12:14:22.936 INFO kablam! warning: field is never used: `position` Oct 10 12:14:22.936 INFO kablam! --> centaurus/src/camera.rs:4:5 Oct 10 12:14:22.936 INFO kablam! | Oct 10 12:14:22.936 INFO kablam! 4 | position: Point3, Oct 10 12:14:22.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:14:22.936 INFO kablam! | Oct 10 12:14:22.936 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:14:22.936 INFO kablam! Oct 10 12:14:22.936 INFO kablam! warning: field is never used: `direction` Oct 10 12:14:22.936 INFO kablam! --> centaurus/src/camera.rs:5:5 Oct 10 12:14:22.936 INFO kablam! | Oct 10 12:14:22.936 INFO kablam! 5 | direction: Vector3, Oct 10 12:14:22.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:14:22.936 INFO kablam! Oct 10 12:14:22.936 INFO kablam! warning: field is never used: `focal_length` Oct 10 12:14:22.936 INFO kablam! --> centaurus/src/camera.rs:6:5 Oct 10 12:14:22.936 INFO kablam! | Oct 10 12:14:22.936 INFO kablam! 6 | focal_length: f64, Oct 10 12:14:22.936 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 12:14:22.936 INFO kablam! Oct 10 12:14:22.936 INFO kablam! warning: field is never used: `upper_bound` Oct 10 12:14:22.937 INFO kablam! --> centaurus/src/camera.rs:7:5 Oct 10 12:14:22.937 INFO kablam! | Oct 10 12:14:22.937 INFO kablam! 7 | upper_bound: f64, Oct 10 12:14:22.937 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 12:14:22.937 INFO kablam! Oct 10 12:14:22.937 INFO kablam! warning: field is never used: `lower_bound` Oct 10 12:14:22.937 INFO kablam! --> centaurus/src/camera.rs:8:5 Oct 10 12:14:22.937 INFO kablam! | Oct 10 12:14:22.937 INFO kablam! 8 | lower_bound: f64, Oct 10 12:14:22.937 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 12:14:22.937 INFO kablam! Oct 10 12:14:22.937 INFO kablam! warning: field is never used: `left_bound` Oct 10 12:14:22.937 INFO kablam! --> centaurus/src/camera.rs:9:5 Oct 10 12:14:22.937 INFO kablam! | Oct 10 12:14:22.937 INFO kablam! 9 | left_bound: f64, Oct 10 12:14:22.937 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 12:14:22.937 INFO kablam! Oct 10 12:14:22.937 INFO kablam! warning: field is never used: `right_bound` Oct 10 12:14:22.937 INFO kablam! --> centaurus/src/camera.rs:10:5 Oct 10 12:14:22.937 INFO kablam! | Oct 10 12:14:22.937 INFO kablam! 10 | right_bound: f64, Oct 10 12:14:22.937 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 12:14:22.937 INFO kablam! Oct 10 12:14:22.937 INFO kablam! warning: struct is never constructed: `Sun` Oct 10 12:14:22.937 INFO kablam! --> centaurus/src/light/sun.rs:5:1 Oct 10 12:14:22.937 INFO kablam! | Oct 10 12:14:22.937 INFO kablam! 5 | pub struct Sun { Oct 10 12:14:22.937 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 12:14:22.937 INFO kablam! Oct 10 12:14:22.937 INFO kablam! warning: method is never used: `new` Oct 10 12:14:22.937 INFO kablam! --> centaurus/src/light/sun.rs:10:5 Oct 10 12:14:22.937 INFO kablam! | Oct 10 12:14:22.937 INFO kablam! 10 | pub fn new(direction: Vector3) -> Sun { Oct 10 12:14:22.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:14:22.937 INFO kablam! Oct 10 12:14:22.937 INFO kablam! warning: field is never used: `angle` Oct 10 12:14:22.937 INFO kablam! --> centaurus/src/light/spot.rs:8:5 Oct 10 12:14:22.937 INFO kablam! | Oct 10 12:14:22.937 INFO kablam! 8 | angle: f64, Oct 10 12:14:22.937 INFO kablam! | ^^^^^^^^^^ Oct 10 12:14:22.937 INFO kablam! Oct 10 12:14:24.417 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.44s Oct 10 12:14:24.431 INFO kablam! su: No module specific data is present Oct 10 12:14:25.148 INFO running `"docker" "rm" "-f" "deb4ef305d07ad92190453e13886b76ef0d3f54eb4e64cfeb1f7c0dc7dfe0fee"` Oct 10 12:14:25.512 INFO blam! deb4ef305d07ad92190453e13886b76ef0d3f54eb4e64cfeb1f7c0dc7dfe0fee Oct 10 12:14:25.514 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:14:25.514 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 12:14:25.912 INFO blam! 646ef1fec9f285c498ae612a1e57a088e56a8913b782416c253191f540d89dfb Oct 10 12:14:25.917 INFO running `"docker" "start" "-a" "646ef1fec9f285c498ae612a1e57a088e56a8913b782416c253191f540d89dfb"` Oct 10 12:14:27.066 INFO kablam! usermod: no changes Oct 10 12:14:27.290 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 10 12:14:27.290 INFO kablam! Running /target/debug/deps/centaurus-70a57e7309efe181 Oct 10 12:14:27.292 INFO blam! Oct 10 12:14:27.292 INFO blam! running 7 tests Oct 10 12:14:27.294 INFO blam! test tests::default_constructor ... ok Oct 10 12:14:27.294 INFO blam! test object::triangle::tests::no_intersection_with_perpendicular_plan ... ok Oct 10 12:14:27.295 INFO blam! test object::triangle::tests::intersection_with_triangle ... ok Oct 10 12:14:27.296 INFO blam! test object::triangle::tests::intersection_outside_triangle ... ok Oct 10 12:14:27.297 INFO blam! test object::triangle::tests::intersection_inside_symetric_triangle ... ok Oct 10 12:14:27.297 INFO blam! test image::color::tests::default_constructor ... ok Oct 10 12:14:27.297 INFO blam! test image::tests::default_constructor ... ok Oct 10 12:14:27.297 INFO blam! Oct 10 12:14:27.297 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:14:27.297 INFO blam! Oct 10 12:14:27.299 INFO kablam! Running /target/debug/deps/centaurus_cli-51b3e28e88c2a7aa Oct 10 12:14:27.307 INFO blam! Oct 10 12:14:27.307 INFO blam! running 0 tests Oct 10 12:14:27.307 INFO blam! Oct 10 12:14:27.307 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:14:27.308 INFO blam! Oct 10 12:14:27.312 INFO kablam! Doc-tests centaurus Oct 10 12:14:28.910 INFO blam! Oct 10 12:14:28.910 INFO blam! running 0 tests Oct 10 12:14:28.910 INFO blam! Oct 10 12:14:28.910 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:14:28.910 INFO blam! Oct 10 12:14:28.918 INFO kablam! su: No module specific data is present Oct 10 12:14:29.683 INFO running `"docker" "rm" "-f" "646ef1fec9f285c498ae612a1e57a088e56a8913b782416c253191f540d89dfb"` Oct 10 12:14:30.068 INFO blam! 646ef1fec9f285c498ae612a1e57a088e56a8913b782416c253191f540d89dfb