Oct 10 13:38:58.395 INFO testing teuron/rust-graphic-lib against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:38:58.395 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:38:58.397 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 13:38:58.858 INFO blam! d556a57c523e14f0a9e6543912fdf68f312940f9d611ad3381871142ba9dc225 Oct 10 13:38:58.869 INFO running `"docker" "start" "-a" "d556a57c523e14f0a9e6543912fdf68f312940f9d611ad3381871142ba9dc225"` Oct 10 13:39:00.089 INFO kablam! usermod: no changes Oct 10 13:39:00.156 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 13:39:00.156 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 13:39:00.156 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 13:39:00.156 INFO kablam! files will be included as a binary target: Oct 10 13:39:00.156 INFO kablam! Oct 10 13:39:00.156 INFO kablam! * /source/src/main.rs Oct 10 13:39:00.156 INFO kablam! Oct 10 13:39:00.156 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 13:39:00.156 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 13:39:00.156 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 13:39:00.156 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 13:39:00.156 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 13:39:00.156 INFO kablam! Oct 10 13:39:00.156 INFO kablam! For more information on this warning you can consult Oct 10 13:39:00.156 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 13:39:00.156 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `graphic_bin`, Oct 10 13:39:00.156 INFO kablam! please set bin.path in Cargo.toml Oct 10 13:39:00.157 INFO kablam! warning: unused manifest key: batches Oct 10 13:39:00.230 INFO kablam! Compiling png v0.5.2 Oct 10 13:39:02.663 INFO kablam! Compiling image v0.10.4 Oct 10 13:39:13.440 INFO kablam! Compiling raster v0.1.0 Oct 10 13:39:16.288 INFO kablam! Compiling graphic_library v0.1.0 (/source) Oct 10 13:39:21.430 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.30s Oct 10 13:39:21.434 INFO kablam! su: No module specific data is present Oct 10 13:39:22.446 INFO running `"docker" "rm" "-f" "d556a57c523e14f0a9e6543912fdf68f312940f9d611ad3381871142ba9dc225"` Oct 10 13:39:22.802 INFO blam! d556a57c523e14f0a9e6543912fdf68f312940f9d611ad3381871142ba9dc225 Oct 10 13:39:22.812 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:39:22.813 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 13:39:23.224 INFO blam! 6229cfcbee1df43a66774132d85a9b6ff77374aa9ced22ef9f80cda3450aeb1a Oct 10 13:39:23.224 INFO running `"docker" "start" "-a" "6229cfcbee1df43a66774132d85a9b6ff77374aa9ced22ef9f80cda3450aeb1a"` Oct 10 13:39:25.156 INFO kablam! usermod: no changes Oct 10 13:39:25.192 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 13:39:25.192 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 13:39:25.192 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 13:39:25.192 INFO kablam! files will be included as a binary target: Oct 10 13:39:25.192 INFO kablam! Oct 10 13:39:25.192 INFO kablam! * /source/src/main.rs Oct 10 13:39:25.192 INFO kablam! Oct 10 13:39:25.192 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 13:39:25.192 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 13:39:25.192 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 13:39:25.192 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 13:39:25.192 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 13:39:25.192 INFO kablam! Oct 10 13:39:25.192 INFO kablam! For more information on this warning you can consult Oct 10 13:39:25.192 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 13:39:25.192 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `graphic_bin`, Oct 10 13:39:25.192 INFO kablam! please set bin.path in Cargo.toml Oct 10 13:39:25.192 INFO kablam! warning: unused manifest key: batches Oct 10 13:39:25.256 INFO kablam! Compiling graphic_library v0.1.0 (/source) Oct 10 13:39:29.886 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.70s Oct 10 13:39:29.892 INFO kablam! su: No module specific data is present Oct 10 13:39:30.541 INFO running `"docker" "rm" "-f" "6229cfcbee1df43a66774132d85a9b6ff77374aa9ced22ef9f80cda3450aeb1a"` Oct 10 13:39:30.908 INFO blam! 6229cfcbee1df43a66774132d85a9b6ff77374aa9ced22ef9f80cda3450aeb1a Oct 10 13:39:30.910 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:39:30.912 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 13:39:31.348 INFO blam! c8a333dbd03f6571d911abbab25d19900c16f0aee28512fe79140175b8674506 Oct 10 13:39:31.350 INFO running `"docker" "start" "-a" "c8a333dbd03f6571d911abbab25d19900c16f0aee28512fe79140175b8674506"` Oct 10 13:39:32.696 INFO kablam! usermod: no changes Oct 10 13:39:32.736 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 13:39:32.736 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 13:39:32.736 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 13:39:32.736 INFO kablam! files will be included as a binary target: Oct 10 13:39:32.736 INFO kablam! Oct 10 13:39:32.736 INFO kablam! * /source/src/main.rs Oct 10 13:39:32.736 INFO kablam! Oct 10 13:39:32.736 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 13:39:32.736 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 13:39:32.736 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 13:39:32.736 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 13:39:32.736 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 13:39:32.736 INFO kablam! Oct 10 13:39:32.736 INFO kablam! For more information on this warning you can consult Oct 10 13:39:32.736 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 13:39:32.736 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `graphic_bin`, Oct 10 13:39:32.736 INFO kablam! please set bin.path in Cargo.toml Oct 10 13:39:32.736 INFO kablam! warning: unused manifest key: batches Oct 10 13:39:32.776 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 13:39:32.784 INFO kablam! Running /target/debug/deps/graphic_library-2cf8297105b76df8 Oct 10 13:39:32.788 INFO blam! Oct 10 13:39:32.788 INFO blam! running 6 tests Oct 10 13:39:32.788 INFO blam! test geometric::point2d::tests::scale ... ok Oct 10 13:39:32.788 INFO blam! test geometric::point2d::tests::scale_from_point ... ok Oct 10 13:39:32.788 INFO blam! test geometric::point2d::tests::transform ... ok Oct 10 13:39:32.788 INFO blam! test geometric::point2d::tests::homogenize ... ok Oct 10 13:39:32.792 INFO blam! test geometric::point2d::tests::rotate_from_point ... ok Oct 10 13:39:32.793 INFO blam! test geometric::point2d::tests::rotate ... ok Oct 10 13:39:32.793 INFO blam! Oct 10 13:39:32.793 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:39:32.793 INFO blam! Oct 10 13:39:32.800 INFO kablam! Running /target/debug/deps/graphic_bin-6bb7744584a8c61b Oct 10 13:39:32.807 INFO blam! Oct 10 13:39:32.807 INFO blam! running 0 tests Oct 10 13:39:32.807 INFO blam! Oct 10 13:39:32.807 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:39:32.807 INFO blam! Oct 10 13:39:32.808 INFO kablam! Doc-tests graphic_library Oct 10 13:39:35.720 INFO blam! Oct 10 13:39:35.721 INFO blam! running 9 tests Oct 10 13:39:49.120 INFO blam! test src/geometric/geometric.rs - geometric::geometric::interpolate (line 97) ... ok Oct 10 13:39:51.708 INFO blam! test src/geometric/geometric.rs - geometric::geometric::interpolate_barycentric (line 122) ... ok Oct 10 13:39:52.070 INFO blam! test src/geometric/point2d.rs - geometric::point2d::Point2D::new_inhomogenized (line 54) ... ok Oct 10 13:39:52.497 INFO blam! test src/geometric/point2d.rs - geometric::point2d::Point2D::new (line 32) ... ok Oct 10 13:39:53.900 INFO blam! test src/geometric/point2d.rs - geometric::point2d::Point2D::new_color_inhomogenized (line 101) ... ok Oct 10 13:39:54.148 INFO blam! test src/geometric/line2d.rs - geometric::line2d::Line2D::new (line 26) ... ok Oct 10 13:39:54.172 INFO blam! test src/geometric/point2d.rs - geometric::point2d::Point2D::new_color (line 76) ... ok Oct 10 13:39:54.312 INFO blam! test src/geometric/circle2d.rs - geometric::circle2d::Circle2D::new (line 28) ... ok Oct 10 13:39:56.265 INFO blam! test src/geometric/triangle2d.rs - geometric::triangle2d::Triangle2D::new (line 29) ... ok Oct 10 13:39:56.265 INFO blam! Oct 10 13:39:56.266 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:39:56.266 INFO blam! Oct 10 13:39:56.278 INFO kablam! su: No module specific data is present Oct 10 13:39:57.031 INFO running `"docker" "rm" "-f" "c8a333dbd03f6571d911abbab25d19900c16f0aee28512fe79140175b8674506"` Oct 10 13:39:57.416 INFO blam! c8a333dbd03f6571d911abbab25d19900c16f0aee28512fe79140175b8674506