Oct 10 11:54:11.820 INFO testing yszk0123-sandbox/hello-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 11:54:11.821 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 11:54:11.821 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11:54:12.297 INFO blam! e4b86bb32a2165f4df48fdb59fd22cdfbc5cf4a1e172dca23c0b85822eee732f Oct 10 11:54:12.299 INFO running `"docker" "start" "-a" "e4b86bb32a2165f4df48fdb59fd22cdfbc5cf4a1e172dca23c0b85822eee732f"` Oct 10 11:54:13.920 INFO kablam! usermod: no changes Oct 10 11:54:13.980 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 11:54:13.980 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 11:54:13.980 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 11:54:13.980 INFO kablam! files will be included as a binary target: Oct 10 11:54:13.980 INFO kablam! Oct 10 11:54:13.980 INFO kablam! * /source/src/main.rs Oct 10 11:54:13.980 INFO kablam! Oct 10 11:54:13.980 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 11:54:13.980 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 11:54:13.980 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 11:54:13.980 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 11:54:13.980 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 11:54:13.980 INFO kablam! Oct 10 11:54:13.980 INFO kablam! For more information on this warning you can consult Oct 10 11:54:13.980 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 11:54:13.980 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello-rust-bin`, Oct 10 11:54:13.980 INFO kablam! please set bin.path in Cargo.toml Oct 10 11:54:13.980 INFO kablam! Compiling hello-rust v0.0.1 (/source) Oct 10 11:54:14.536 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 10 11:54:14.536 INFO kablam! --> src/trait_examples/without_trait.rs:1:1 Oct 10 11:54:14.536 INFO kablam! | Oct 10 11:54:14.536 INFO kablam! 1 | struct Rectangle { Oct 10 11:54:14.536 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 11:54:14.536 INFO kablam! | Oct 10 11:54:14.536 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 11:54:14.536 INFO kablam! Oct 10 11:54:14.536 INFO kablam! warning: method is never used: `area` Oct 10 11:54:14.536 INFO kablam! --> src/trait_examples/without_trait.rs:9:5 Oct 10 11:54:14.536 INFO kablam! | Oct 10 11:54:14.536 INFO kablam! 9 | fn area(&self) -> f64 { Oct 10 11:54:14.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 11:54:14.536 INFO kablam! Oct 10 11:54:14.536 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 10 11:54:14.536 INFO kablam! --> src/trait_examples/with_trait.rs:1:1 Oct 10 11:54:14.536 INFO kablam! | Oct 10 11:54:14.536 INFO kablam! 1 | struct Rectangle { Oct 10 11:54:14.536 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 11:54:14.536 INFO kablam! Oct 10 11:54:15.431 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.47s Oct 10 11:54:15.431 INFO kablam! su: No module specific data is present Oct 10 11:54:16.068 INFO running `"docker" "rm" "-f" "e4b86bb32a2165f4df48fdb59fd22cdfbc5cf4a1e172dca23c0b85822eee732f"` Oct 10 11:54:16.464 INFO blam! e4b86bb32a2165f4df48fdb59fd22cdfbc5cf4a1e172dca23c0b85822eee732f Oct 10 11:54:16.466 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 11:54:16.466 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11:54:16.924 INFO blam! 378464bb317bbc14e67aa260b7bc727e311f8eeea9b5589159b1d4883c7b2195 Oct 10 11:54:16.926 INFO running `"docker" "start" "-a" "378464bb317bbc14e67aa260b7bc727e311f8eeea9b5589159b1d4883c7b2195"` Oct 10 11:54:18.068 INFO kablam! usermod: no changes Oct 10 11:54:18.114 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 11:54:18.114 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 11:54:18.114 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 11:54:18.114 INFO kablam! files will be included as a binary target: Oct 10 11:54:18.114 INFO kablam! Oct 10 11:54:18.114 INFO kablam! * /source/src/main.rs Oct 10 11:54:18.114 INFO kablam! Oct 10 11:54:18.114 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 11:54:18.114 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 11:54:18.114 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 11:54:18.114 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 11:54:18.114 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 11:54:18.114 INFO kablam! Oct 10 11:54:18.115 INFO kablam! For more information on this warning you can consult Oct 10 11:54:18.115 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 11:54:18.115 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello-rust-bin`, Oct 10 11:54:18.115 INFO kablam! please set bin.path in Cargo.toml Oct 10 11:54:18.120 INFO kablam! Compiling hello-rust v0.0.1 (/source) Oct 10 11:54:19.359 INFO kablam! warning: field is never used: `x` Oct 10 11:54:19.359 INFO kablam! --> src/trait_examples/without_trait.rs:2:5 Oct 10 11:54:19.360 INFO kablam! | Oct 10 11:54:19.360 INFO kablam! 2 | x: f64, Oct 10 11:54:19.360 INFO kablam! | ^^^^^^ Oct 10 11:54:19.360 INFO kablam! | Oct 10 11:54:19.360 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 11:54:19.360 INFO kablam! Oct 10 11:54:19.360 INFO kablam! warning: field is never used: `y` Oct 10 11:54:19.360 INFO kablam! --> src/trait_examples/without_trait.rs:3:5 Oct 10 11:54:19.360 INFO kablam! | Oct 10 11:54:19.360 INFO kablam! 3 | y: f64, Oct 10 11:54:19.360 INFO kablam! | ^^^^^^ Oct 10 11:54:19.360 INFO kablam! Oct 10 11:54:19.360 INFO kablam! warning: field is never used: `x` Oct 10 11:54:19.360 INFO kablam! --> src/trait_examples/with_trait.rs:2:5 Oct 10 11:54:19.360 INFO kablam! | Oct 10 11:54:19.360 INFO kablam! 2 | x: f64, Oct 10 11:54:19.360 INFO kablam! | ^^^^^^ Oct 10 11:54:19.360 INFO kablam! Oct 10 11:54:19.360 INFO kablam! warning: field is never used: `y` Oct 10 11:54:19.360 INFO kablam! --> src/trait_examples/with_trait.rs:3:5 Oct 10 11:54:19.360 INFO kablam! | Oct 10 11:54:19.360 INFO kablam! 3 | y: f64, Oct 10 11:54:19.360 INFO kablam! | ^^^^^^ Oct 10 11:54:19.360 INFO kablam! Oct 10 11:54:20.063 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 10 11:54:20.066 INFO kablam! su: No module specific data is present Oct 10 11:54:21.604 INFO running `"docker" "rm" "-f" "378464bb317bbc14e67aa260b7bc727e311f8eeea9b5589159b1d4883c7b2195"` Oct 10 11:54:21.873 INFO blam! 378464bb317bbc14e67aa260b7bc727e311f8eeea9b5589159b1d4883c7b2195 Oct 10 11:54:21.874 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 11:54:21.876 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11:54:22.342 INFO blam! fef30ff68ae8001181a979cfd59d74fb3e2a5561fa78f92415cc6d67b1c55a3b Oct 10 11:54:22.344 INFO running `"docker" "start" "-a" "fef30ff68ae8001181a979cfd59d74fb3e2a5561fa78f92415cc6d67b1c55a3b"` Oct 10 11:54:23.864 INFO kablam! usermod: no changes Oct 10 11:54:23.921 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 11:54:23.921 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 11:54:23.921 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 11:54:23.921 INFO kablam! files will be included as a binary target: Oct 10 11:54:23.921 INFO kablam! Oct 10 11:54:23.921 INFO kablam! * /source/src/main.rs Oct 10 11:54:23.921 INFO kablam! Oct 10 11:54:23.921 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 11:54:23.921 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 11:54:23.921 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 11:54:23.921 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 11:54:23.921 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 11:54:23.921 INFO kablam! Oct 10 11:54:23.921 INFO kablam! For more information on this warning you can consult Oct 10 11:54:23.921 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 11:54:23.921 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello-rust-bin`, Oct 10 11:54:23.921 INFO kablam! please set bin.path in Cargo.toml Oct 10 11:54:23.925 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 11:54:23.941 INFO kablam! Running /target/debug/deps/hello_rust-a41853538b0e9983 Oct 10 11:54:23.943 INFO blam! Oct 10 11:54:23.943 INFO blam! running 5 tests Oct 10 11:54:23.943 INFO blam! test trait_examples::without_trait::call_area_test ... ok Oct 10 11:54:23.943 INFO blam! test trait_examples::with_trait::call_area_test ... ok Oct 10 11:54:23.943 INFO blam! test match_examples::basic::call_with_undefined_number_test ... ok Oct 10 11:54:23.943 INFO blam! test match_examples::basic::call_with_defined_number_test ... ok Oct 10 11:54:23.952 INFO blam! test closure_examples::basic::call_with_one_argument_test ... ok Oct 10 11:54:23.952 INFO blam! Oct 10 11:54:23.952 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:54:23.952 INFO blam! Oct 10 11:54:23.952 INFO kablam! Running /target/debug/deps/hello_rust_bin-2f6e7b89d3edb61b Oct 10 11:54:23.958 INFO blam! Oct 10 11:54:23.958 INFO blam! running 0 tests Oct 10 11:54:23.958 INFO blam! Oct 10 11:54:23.958 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:54:23.958 INFO blam! Oct 10 11:54:23.961 INFO kablam! Doc-tests hello-rust Oct 10 11:54:24.664 INFO blam! Oct 10 11:54:24.664 INFO blam! running 0 tests Oct 10 11:54:24.664 INFO blam! Oct 10 11:54:24.664 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:54:24.664 INFO blam! Oct 10 11:54:24.673 INFO kablam! su: No module specific data is present Oct 10 11:54:26.122 INFO running `"docker" "rm" "-f" "fef30ff68ae8001181a979cfd59d74fb3e2a5561fa78f92415cc6d67b1c55a3b"` Oct 10 11:54:26.384 INFO blam! fef30ff68ae8001181a979cfd59d74fb3e2a5561fa78f92415cc6d67b1c55a3b