Oct 12 17:51:02.083 INFO testing yszk0123-sandbox/hello-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 17:51:02.085 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 17:51:02.568 INFO blam! b35cc868726b6ac363ef3acacc50e4b2b03cfc2aef1fd7cfbd348ac68255ca45 Oct 12 17:51:02.569 INFO running `"docker" "start" "-a" "b35cc868726b6ac363ef3acacc50e4b2b03cfc2aef1fd7cfbd348ac68255ca45"` Oct 12 17:51:03.979 INFO kablam! usermod: no changes Oct 12 17:51:04.021 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 17:51:04.021 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 17:51:04.021 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 17:51:04.021 INFO kablam! files will be included as a binary target: Oct 12 17:51:04.021 INFO kablam! Oct 12 17:51:04.021 INFO kablam! * /source/src/main.rs Oct 12 17:51:04.021 INFO kablam! Oct 12 17:51:04.021 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 17:51:04.021 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 17:51:04.021 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 17:51:04.021 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 17:51:04.021 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 17:51:04.021 INFO kablam! Oct 12 17:51:04.021 INFO kablam! For more information on this warning you can consult Oct 12 17:51:04.021 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 17:51:04.021 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello-rust-bin`, Oct 12 17:51:04.021 INFO kablam! please set bin.path in Cargo.toml Oct 12 17:51:04.025 INFO kablam! Compiling hello-rust v0.0.1 (/source) Oct 12 17:51:04.263 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 12 17:51:04.263 INFO kablam! --> src/trait_examples/without_trait.rs:1:1 Oct 12 17:51:04.263 INFO kablam! | Oct 12 17:51:04.263 INFO kablam! 1 | struct Rectangle { Oct 12 17:51:04.263 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 17:51:04.263 INFO kablam! | Oct 12 17:51:04.263 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:51:04.263 INFO kablam! Oct 12 17:51:04.263 INFO kablam! warning: method is never used: `area` Oct 12 17:51:04.263 INFO kablam! --> src/trait_examples/without_trait.rs:9:5 Oct 12 17:51:04.263 INFO kablam! | Oct 12 17:51:04.263 INFO kablam! 9 | fn area(&self) -> f64 { Oct 12 17:51:04.263 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:51:04.263 INFO kablam! Oct 12 17:51:04.271 INFO kablam! warning: struct is never constructed: `Rectangle` Oct 12 17:51:04.271 INFO kablam! --> src/trait_examples/with_trait.rs:1:1 Oct 12 17:51:04.271 INFO kablam! | Oct 12 17:51:04.271 INFO kablam! 1 | struct Rectangle { Oct 12 17:51:04.271 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 17:51:04.271 INFO kablam! Oct 12 17:51:04.957 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.95s Oct 12 17:51:04.960 INFO kablam! su: No module specific data is present Oct 12 17:51:06.021 INFO running `"docker" "rm" "-f" "b35cc868726b6ac363ef3acacc50e4b2b03cfc2aef1fd7cfbd348ac68255ca45"` Oct 12 17:51:06.294 INFO blam! b35cc868726b6ac363ef3acacc50e4b2b03cfc2aef1fd7cfbd348ac68255ca45 Oct 12 17:51:06.299 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 17:51:06.835 INFO blam! b0036d75eb54384d7cb848945ef53959818d8df6d4e55525211ae6f4e3684504 Oct 12 17:51:06.836 INFO running `"docker" "start" "-a" "b0036d75eb54384d7cb848945ef53959818d8df6d4e55525211ae6f4e3684504"` Oct 12 17:51:07.999 INFO kablam! usermod: no changes Oct 12 17:51:08.063 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 17:51:08.063 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 17:51:08.063 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 17:51:08.063 INFO kablam! files will be included as a binary target: Oct 12 17:51:08.063 INFO kablam! Oct 12 17:51:08.063 INFO kablam! * /source/src/main.rs Oct 12 17:51:08.063 INFO kablam! Oct 12 17:51:08.063 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 17:51:08.063 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 17:51:08.063 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 17:51:08.063 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 17:51:08.063 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 17:51:08.063 INFO kablam! Oct 12 17:51:08.063 INFO kablam! For more information on this warning you can consult Oct 12 17:51:08.063 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 17:51:08.063 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello-rust-bin`, Oct 12 17:51:08.063 INFO kablam! please set bin.path in Cargo.toml Oct 12 17:51:08.079 INFO kablam! Compiling hello-rust v0.0.1 (/source) Oct 12 17:51:08.583 INFO kablam! warning: field is never used: `x` Oct 12 17:51:08.583 INFO kablam! --> src/trait_examples/without_trait.rs:2:5 Oct 12 17:51:08.583 INFO kablam! | Oct 12 17:51:08.583 INFO kablam! 2 | x: f64, Oct 12 17:51:08.584 INFO kablam! | ^^^^^^ Oct 12 17:51:08.584 INFO kablam! | Oct 12 17:51:08.584 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:51:08.584 INFO kablam! Oct 12 17:51:08.584 INFO kablam! warning: field is never used: `y` Oct 12 17:51:08.585 INFO kablam! --> src/trait_examples/without_trait.rs:3:5 Oct 12 17:51:08.585 INFO kablam! | Oct 12 17:51:08.585 INFO kablam! 3 | y: f64, Oct 12 17:51:08.585 INFO kablam! | ^^^^^^ Oct 12 17:51:08.585 INFO kablam! Oct 12 17:51:08.585 INFO kablam! warning: field is never used: `x` Oct 12 17:51:08.586 INFO kablam! --> src/trait_examples/with_trait.rs:2:5 Oct 12 17:51:08.586 INFO kablam! | Oct 12 17:51:08.586 INFO kablam! 2 | x: f64, Oct 12 17:51:08.586 INFO kablam! | ^^^^^^ Oct 12 17:51:08.586 INFO kablam! Oct 12 17:51:08.586 INFO kablam! warning: field is never used: `y` Oct 12 17:51:08.587 INFO kablam! --> src/trait_examples/with_trait.rs:3:5 Oct 12 17:51:08.587 INFO kablam! | Oct 12 17:51:08.587 INFO kablam! 3 | y: f64, Oct 12 17:51:08.587 INFO kablam! | ^^^^^^ Oct 12 17:51:08.587 INFO kablam! Oct 12 17:51:09.399 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.37s Oct 12 17:51:09.406 INFO kablam! su: No module specific data is present Oct 12 17:51:10.508 INFO running `"docker" "rm" "-f" "b0036d75eb54384d7cb848945ef53959818d8df6d4e55525211ae6f4e3684504"` Oct 12 17:51:10.783 INFO blam! b0036d75eb54384d7cb848945ef53959818d8df6d4e55525211ae6f4e3684504 Oct 12 17:51:10.787 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 17:51:11.148 INFO blam! ce4edba94e85a808655e949878100f7c31698aeda4a0cfda6dc3d54c2f5347da Oct 12 17:51:11.155 INFO running `"docker" "start" "-a" "ce4edba94e85a808655e949878100f7c31698aeda4a0cfda6dc3d54c2f5347da"` Oct 12 17:51:12.470 INFO kablam! usermod: no changes Oct 12 17:51:12.543 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 17:51:12.543 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 17:51:12.543 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 17:51:12.543 INFO kablam! files will be included as a binary target: Oct 12 17:51:12.543 INFO kablam! Oct 12 17:51:12.543 INFO kablam! * /source/src/main.rs Oct 12 17:51:12.543 INFO kablam! Oct 12 17:51:12.543 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 17:51:12.543 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 17:51:12.543 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 17:51:12.543 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 17:51:12.543 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 17:51:12.543 INFO kablam! Oct 12 17:51:12.543 INFO kablam! For more information on this warning you can consult Oct 12 17:51:12.543 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 17:51:12.543 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `hello-rust-bin`, Oct 12 17:51:12.543 INFO kablam! please set bin.path in Cargo.toml Oct 12 17:51:12.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 12 17:51:12.547 INFO kablam! Running /target/debug/deps/hello_rust-62df2fba99e48288 Oct 12 17:51:12.548 INFO blam! Oct 12 17:51:12.548 INFO blam! running 5 tests Oct 12 17:51:12.550 INFO blam! test match_examples::basic::call_with_undefined_number_test ... ok Oct 12 17:51:12.550 INFO blam! test match_examples::basic::call_with_defined_number_test ... ok Oct 12 17:51:12.550 INFO blam! test trait_examples::with_trait::call_area_test ... ok Oct 12 17:51:12.550 INFO blam! test closure_examples::basic::call_with_one_argument_test ... ok Oct 12 17:51:12.550 INFO blam! test trait_examples::without_trait::call_area_test ... ok Oct 12 17:51:12.550 INFO blam! Oct 12 17:51:12.550 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:51:12.550 INFO blam! Oct 12 17:51:12.559 INFO blam! Oct 12 17:51:12.559 INFO blam! running 0 tests Oct 12 17:51:12.559 INFO blam! Oct 12 17:51:12.559 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:51:12.559 INFO blam! Oct 12 17:51:12.559 INFO kablam! Running /target/debug/deps/hello_rust_bin-5dfa5a0b14d117f5 Oct 12 17:51:12.567 INFO kablam! Doc-tests hello-rust Oct 12 17:51:12.871 INFO blam! Oct 12 17:51:12.871 INFO blam! running 0 tests Oct 12 17:51:12.871 INFO blam! Oct 12 17:51:12.871 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:51:12.871 INFO blam! Oct 12 17:51:12.874 INFO kablam! su: No module specific data is present Oct 12 17:51:13.974 INFO running `"docker" "rm" "-f" "ce4edba94e85a808655e949878100f7c31698aeda4a0cfda6dc3d54c2f5347da"` Oct 12 17:51:14.272 INFO blam! ce4edba94e85a808655e949878100f7c31698aeda4a0cfda6dc3d54c2f5347da