Oct 14 12:43:45.196 INFO testing madeinfree/hello-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 12:43:45.196 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 14 12:43:45.889 INFO blam! d88aad6a688133eeab2dd1ab4992fe413a0cd425975dc645724814126102df97 Oct 14 12:43:45.892 INFO running `"docker" "start" "-a" "d88aad6a688133eeab2dd1ab4992fe413a0cd425975dc645724814126102df97"` Oct 14 12:43:47.354 INFO kablam! usermod: no changes Oct 14 12:43:47.470 INFO kablam! Compiling rand v0.5.2 Oct 14 12:43:51.515 INFO kablam! Compiling hello v0.1.0 (/source) Oct 14 12:43:51.675 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 12:43:51.675 INFO kablam! --> src/main.rs:567:17 Oct 14 12:43:51.675 INFO kablam! | Oct 14 12:43:51.675 INFO kablam! 567 | for number in (1..5) { Oct 14 12:43:51.675 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 14 12:43:51.675 INFO kablam! | Oct 14 12:43:51.675 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 12:43:51.675 INFO kablam! Oct 14 12:43:51.771 INFO kablam! warning: unreachable statement Oct 14 12:43:51.771 INFO kablam! --> src/main.rs:254:3 Oct 14 12:43:51.771 INFO kablam! | Oct 14 12:43:51.771 INFO kablam! 254 | println!("{}", "Run here?"); // Not run Oct 14 12:43:51.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.771 INFO kablam! | Oct 14 12:43:51.771 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 12:43:51.771 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 12:43:51.771 INFO kablam! Oct 14 12:43:51.863 INFO kablam! warning: unused variable: `f` Oct 14 12:43:51.863 INFO kablam! --> src/main.rs:188:7 Oct 14 12:43:51.863 INFO kablam! | Oct 14 12:43:51.863 INFO kablam! 188 | let f = match f { Oct 14 12:43:51.863 INFO kablam! | ^ help: consider using `_f` instead Oct 14 12:43:51.863 INFO kablam! | Oct 14 12:43:51.863 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:43:51.863 INFO kablam! Oct 14 12:43:51.863 INFO kablam! warning: unused variable: `row` Oct 14 12:43:51.863 INFO kablam! --> src/main.rs:301:7 Oct 14 12:43:51.863 INFO kablam! | Oct 14 12:43:51.863 INFO kablam! 301 | let row = vec![ Oct 14 12:43:51.863 INFO kablam! | ^^^ help: consider using `_row` instead Oct 14 12:43:51.863 INFO kablam! Oct 14 12:43:51.863 INFO kablam! warning: unused variable: `six` Oct 14 12:43:51.863 INFO kablam! --> src/main.rs:358:7 Oct 14 12:43:51.863 INFO kablam! | Oct 14 12:43:51.863 INFO kablam! 358 | let six = plus_one(five); Oct 14 12:43:51.863 INFO kablam! | ^^^ help: consider using `_six` instead Oct 14 12:43:51.863 INFO kablam! Oct 14 12:43:51.863 INFO kablam! warning: unused variable: `none` Oct 14 12:43:51.863 INFO kablam! --> src/main.rs:359:7 Oct 14 12:43:51.863 INFO kablam! | Oct 14 12:43:51.863 INFO kablam! 359 | let none = plus_one(None); Oct 14 12:43:51.863 INFO kablam! | ^^^^ help: consider using `_none` instead Oct 14 12:43:51.863 INFO kablam! Oct 14 12:43:51.863 INFO kablam! warning: unused variable: `home` Oct 14 12:43:51.863 INFO kablam! --> src/main.rs:380:7 Oct 14 12:43:51.863 INFO kablam! | Oct 14 12:43:51.863 INFO kablam! 380 | let home = IpAddr { Oct 14 12:43:51.863 INFO kablam! | ^^^^ help: consider using `_home` instead Oct 14 12:43:51.863 INFO kablam! Oct 14 12:43:51.863 INFO kablam! warning: unused variable: `r1` Oct 14 12:43:51.863 INFO kablam! --> src/main.rs:498:9 Oct 14 12:43:51.863 INFO kablam! | Oct 14 12:43:51.863 INFO kablam! 498 | let r1 = &mut s; Oct 14 12:43:51.863 INFO kablam! | ^^ help: consider using `_r1` instead Oct 14 12:43:51.863 INFO kablam! Oct 14 12:43:51.863 INFO kablam! warning: unused variable: `r2` Oct 14 12:43:51.863 INFO kablam! --> src/main.rs:500:7 Oct 14 12:43:51.863 INFO kablam! | Oct 14 12:43:51.863 INFO kablam! 500 | let r2 = &mut s; Oct 14 12:43:51.863 INFO kablam! | ^^ help: consider using `_r2` instead Oct 14 12:43:51.863 INFO kablam! Oct 14 12:43:51.931 INFO kablam! warning: function is never used: `longest` Oct 14 12:43:51.931 INFO kablam! --> src/main.rs:53:3 Oct 14 12:43:51.931 INFO kablam! | Oct 14 12:43:51.931 INFO kablam! 53 | fn longest<'a>(x: &'a str, y: &'a str) -> &'a str { Oct 14 12:43:51.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.931 INFO kablam! | Oct 14 12:43:51.931 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:43:51.931 INFO kablam! Oct 14 12:43:51.931 INFO kablam! warning: function is never used: `sample_impl_trait_type` Oct 14 12:43:51.931 INFO kablam! --> src/main.rs:94:1 Oct 14 12:43:51.931 INFO kablam! | Oct 14 12:43:51.931 INFO kablam! 94 | fn sample_impl_trait_type() { Oct 14 12:43:51.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.931 INFO kablam! Oct 14 12:43:51.931 INFO kablam! warning: function is never used: `sample_generic_types` Oct 14 12:43:51.931 INFO kablam! --> src/main.rs:151:1 Oct 14 12:43:51.931 INFO kablam! | Oct 14 12:43:51.931 INFO kablam! 151 | fn sample_generic_types() { Oct 14 12:43:51.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.931 INFO kablam! Oct 14 12:43:51.931 INFO kablam! warning: function is never used: `sample_error_result` Oct 14 12:43:51.931 INFO kablam! --> src/main.rs:177:1 Oct 14 12:43:51.931 INFO kablam! | Oct 14 12:43:51.931 INFO kablam! 177 | fn sample_error_result() { Oct 14 12:43:51.931 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.931 INFO kablam! Oct 14 12:43:51.932 INFO kablam! warning: function is never used: `sample_error_panic` Oct 14 12:43:51.932 INFO kablam! --> src/main.rs:250:1 Oct 14 12:43:51.932 INFO kablam! | Oct 14 12:43:51.932 INFO kablam! 250 | fn sample_error_panic() { Oct 14 12:43:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.932 INFO kablam! Oct 14 12:43:51.932 INFO kablam! warning: function is never used: `sample_hash_map` Oct 14 12:43:51.932 INFO kablam! --> src/main.rs:257:1 Oct 14 12:43:51.932 INFO kablam! | Oct 14 12:43:51.932 INFO kablam! 257 | fn sample_hash_map() { Oct 14 12:43:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.932 INFO kablam! Oct 14 12:43:51.932 INFO kablam! warning: function is never used: `sample_vector` Oct 14 12:43:51.932 INFO kablam! --> src/main.rs:285:1 Oct 14 12:43:51.932 INFO kablam! | Oct 14 12:43:51.932 INFO kablam! 285 | fn sample_vector() { Oct 14 12:43:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.932 INFO kablam! Oct 14 12:43:51.932 INFO kablam! warning: function is never used: `sample_if_let` Oct 14 12:43:51.932 INFO kablam! --> src/main.rs:309:1 Oct 14 12:43:51.932 INFO kablam! | Oct 14 12:43:51.932 INFO kablam! 309 | fn sample_if_let() { Oct 14 12:43:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.932 INFO kablam! Oct 14 12:43:51.932 INFO kablam! warning: function is never used: `sample_match` Oct 14 12:43:51.932 INFO kablam! --> src/main.rs:324:1 Oct 14 12:43:51.932 INFO kablam! | Oct 14 12:43:51.932 INFO kablam! 324 | fn sample_match() { Oct 14 12:43:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.932 INFO kablam! Oct 14 12:43:51.932 INFO kablam! warning: function is never used: `sample_enum` Oct 14 12:43:51.932 INFO kablam! --> src/main.rs:370:1 Oct 14 12:43:51.932 INFO kablam! | Oct 14 12:43:51.932 INFO kablam! 370 | fn sample_enum() { Oct 14 12:43:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 12:43:51.932 INFO kablam! Oct 14 12:43:51.932 INFO kablam! warning: function is never used: `sample_method_syntax` Oct 14 12:43:51.932 INFO kablam! --> src/main.rs:386:1 Oct 14 12:43:51.932 INFO kablam! | Oct 14 12:43:51.932 INFO kablam! 386 | fn sample_method_syntax() { Oct 14 12:43:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.932 INFO kablam! Oct 14 12:43:51.932 INFO kablam! warning: function is never used: `sample_use_struct` Oct 14 12:43:51.932 INFO kablam! --> src/main.rs:407:1 Oct 14 12:43:51.932 INFO kablam! | Oct 14 12:43:51.932 INFO kablam! 407 | fn sample_use_struct() { Oct 14 12:43:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.932 INFO kablam! Oct 14 12:43:51.932 INFO kablam! warning: function is never used: `sample_defining_struct` Oct 14 12:43:51.932 INFO kablam! --> src/main.rs:430:1 Oct 14 12:43:51.932 INFO kablam! | Oct 14 12:43:51.932 INFO kablam! 430 | fn sample_defining_struct() { Oct 14 12:43:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.932 INFO kablam! Oct 14 12:43:51.932 INFO kablam! warning: function is never used: `sample_string_slice` Oct 14 12:43:51.932 INFO kablam! --> src/main.rs:453:1 Oct 14 12:43:51.932 INFO kablam! | Oct 14 12:43:51.932 INFO kablam! 453 | fn sample_string_slice() { Oct 14 12:43:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.932 INFO kablam! Oct 14 12:43:51.932 INFO kablam! warning: function is never used: `sample_slice_type` Oct 14 12:43:51.932 INFO kablam! --> src/main.rs:478:1 Oct 14 12:43:51.932 INFO kablam! | Oct 14 12:43:51.932 INFO kablam! 478 | fn sample_slice_type() { Oct 14 12:43:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.932 INFO kablam! Oct 14 12:43:51.932 INFO kablam! warning: function is never used: `sample_ownership_multi_ref` Oct 14 12:43:51.932 INFO kablam! --> src/main.rs:494:1 Oct 14 12:43:51.932 INFO kablam! | Oct 14 12:43:51.932 INFO kablam! 494 | fn sample_ownership_multi_ref() { Oct 14 12:43:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.932 INFO kablam! Oct 14 12:43:51.932 INFO kablam! warning: function is never used: `sample_ownership_ref` Oct 14 12:43:51.932 INFO kablam! --> src/main.rs:507:1 Oct 14 12:43:51.932 INFO kablam! | Oct 14 12:43:51.932 INFO kablam! 507 | fn sample_ownership_ref() { Oct 14 12:43:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.932 INFO kablam! Oct 14 12:43:51.932 INFO kablam! warning: function is never used: `sample_ownership` Oct 14 12:43:51.932 INFO kablam! --> src/main.rs:536:1 Oct 14 12:43:51.932 INFO kablam! | Oct 14 12:43:51.932 INFO kablam! 536 | fn sample_ownership() { Oct 14 12:43:51.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.932 INFO kablam! Oct 14 12:43:51.932 INFO kablam! warning: function is never used: `sample_control_flow` Oct 14 12:43:51.933 INFO kablam! --> src/main.rs:562:1 Oct 14 12:43:51.933 INFO kablam! | Oct 14 12:43:51.933 INFO kablam! 562 | fn sample_control_flow() { Oct 14 12:43:51.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.933 INFO kablam! Oct 14 12:43:51.933 INFO kablam! warning: function is never used: `sample_function_call` Oct 14 12:43:51.933 INFO kablam! --> src/main.rs:609:1 Oct 14 12:43:51.933 INFO kablam! | Oct 14 12:43:51.933 INFO kablam! 609 | fn sample_function_call() { Oct 14 12:43:51.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.933 INFO kablam! Oct 14 12:43:51.933 INFO kablam! warning: function is never used: `sample_type` Oct 14 12:43:51.933 INFO kablam! --> src/main.rs:635:1 Oct 14 12:43:51.933 INFO kablam! | Oct 14 12:43:51.933 INFO kablam! 635 | fn sample_type() { Oct 14 12:43:51.933 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 12:43:51.933 INFO kablam! Oct 14 12:43:51.933 INFO kablam! warning: function is never used: `sample_len` Oct 14 12:43:51.933 INFO kablam! --> src/main.rs:643:1 Oct 14 12:43:51.933 INFO kablam! | Oct 14 12:43:51.933 INFO kablam! 643 | fn sample_len() { Oct 14 12:43:51.933 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 12:43:51.933 INFO kablam! Oct 14 12:43:51.933 INFO kablam! warning: function is never used: `sample_rang` Oct 14 12:43:51.933 INFO kablam! --> src/main.rs:648:1 Oct 14 12:43:51.933 INFO kablam! | Oct 14 12:43:51.933 INFO kablam! 648 | fn sample_rang() { Oct 14 12:43:51.933 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 12:43:51.933 INFO kablam! Oct 14 12:43:51.947 INFO kablam! warning: trait method `summarizeD` should have a snake case name such as `summarize_d` Oct 14 12:43:51.947 INFO kablam! --> src/main.rs:102:5 Oct 14 12:43:51.947 INFO kablam! | Oct 14 12:43:51.947 INFO kablam! 102 | fn summarizeD(&self) -> String; Oct 14 12:43:51.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.947 INFO kablam! | Oct 14 12:43:51.947 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 12:43:51.947 INFO kablam! Oct 14 12:43:51.951 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:43:51.951 INFO kablam! --> src/main.rs:223:5 Oct 14 12:43:51.951 INFO kablam! | Oct 14 12:43:51.951 INFO kablam! 223 | File::open("./src/hello.txt")?.read_to_string(&mut s2); Oct 14 12:43:51.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:51.951 INFO kablam! | Oct 14 12:43:51.951 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:43:51.951 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:43:51.951 INFO kablam! Oct 14 12:43:51.951 INFO kablam! warning: variable `commonS` should have a snake case name such as `common_s` Oct 14 12:43:51.951 INFO kablam! --> src/main.rs:455:7 Oct 14 12:43:51.951 INFO kablam! | Oct 14 12:43:51.951 INFO kablam! 455 | let commonS = "Hello Common World"; Oct 14 12:43:51.951 INFO kablam! | ^^^^^^^ Oct 14 12:43:51.951 INFO kablam! Oct 14 12:43:52.565 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.18s Oct 14 12:43:52.570 INFO kablam! su: No module specific data is present Oct 14 12:43:53.325 INFO running `"docker" "rm" "-f" "d88aad6a688133eeab2dd1ab4992fe413a0cd425975dc645724814126102df97"` Oct 14 12:43:53.623 INFO blam! d88aad6a688133eeab2dd1ab4992fe413a0cd425975dc645724814126102df97 Oct 14 12:43:53.628 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 14 12:43:54.127 INFO blam! b22d5693575561ce9f7a2db4a3f76bc2322bccefb3c2428fc0f9346dbd6ae5eb Oct 14 12:43:54.135 INFO running `"docker" "start" "-a" "b22d5693575561ce9f7a2db4a3f76bc2322bccefb3c2428fc0f9346dbd6ae5eb"` Oct 14 12:43:55.875 INFO kablam! usermod: no changes Oct 14 12:43:55.955 INFO kablam! Compiling hello v0.1.0 (/source) Oct 14 12:43:56.192 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 12:43:56.192 INFO kablam! --> src/main.rs:567:17 Oct 14 12:43:56.192 INFO kablam! | Oct 14 12:43:56.192 INFO kablam! 567 | for number in (1..5) { Oct 14 12:43:56.192 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 14 12:43:56.192 INFO kablam! | Oct 14 12:43:56.192 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 12:43:56.192 INFO kablam! Oct 14 12:43:56.287 INFO kablam! warning: unreachable statement Oct 14 12:43:56.287 INFO kablam! --> src/main.rs:254:3 Oct 14 12:43:56.287 INFO kablam! | Oct 14 12:43:56.287 INFO kablam! 254 | println!("{}", "Run here?"); // Not run Oct 14 12:43:56.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.287 INFO kablam! | Oct 14 12:43:56.287 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 12:43:56.287 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 12:43:56.287 INFO kablam! Oct 14 12:43:56.359 INFO kablam! warning: unused variable: `f` Oct 14 12:43:56.359 INFO kablam! --> src/main.rs:188:7 Oct 14 12:43:56.359 INFO kablam! | Oct 14 12:43:56.359 INFO kablam! 188 | let f = match f { Oct 14 12:43:56.359 INFO kablam! | ^ help: consider using `_f` instead Oct 14 12:43:56.360 INFO kablam! | Oct 14 12:43:56.360 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:43:56.360 INFO kablam! Oct 14 12:43:56.360 INFO kablam! warning: unused variable: `row` Oct 14 12:43:56.360 INFO kablam! --> src/main.rs:301:7 Oct 14 12:43:56.360 INFO kablam! | Oct 14 12:43:56.360 INFO kablam! 301 | let row = vec![ Oct 14 12:43:56.360 INFO kablam! | ^^^ help: consider using `_row` instead Oct 14 12:43:56.360 INFO kablam! Oct 14 12:43:56.360 INFO kablam! warning: unused variable: `six` Oct 14 12:43:56.360 INFO kablam! --> src/main.rs:358:7 Oct 14 12:43:56.360 INFO kablam! | Oct 14 12:43:56.360 INFO kablam! 358 | let six = plus_one(five); Oct 14 12:43:56.360 INFO kablam! | ^^^ help: consider using `_six` instead Oct 14 12:43:56.360 INFO kablam! Oct 14 12:43:56.360 INFO kablam! warning: unused variable: `none` Oct 14 12:43:56.360 INFO kablam! --> src/main.rs:359:7 Oct 14 12:43:56.360 INFO kablam! | Oct 14 12:43:56.360 INFO kablam! 359 | let none = plus_one(None); Oct 14 12:43:56.360 INFO kablam! | ^^^^ help: consider using `_none` instead Oct 14 12:43:56.360 INFO kablam! Oct 14 12:43:56.360 INFO kablam! warning: unused variable: `home` Oct 14 12:43:56.360 INFO kablam! --> src/main.rs:380:7 Oct 14 12:43:56.360 INFO kablam! | Oct 14 12:43:56.360 INFO kablam! 380 | let home = IpAddr { Oct 14 12:43:56.360 INFO kablam! | ^^^^ help: consider using `_home` instead Oct 14 12:43:56.360 INFO kablam! Oct 14 12:43:56.360 INFO kablam! warning: unused variable: `r1` Oct 14 12:43:56.360 INFO kablam! --> src/main.rs:498:9 Oct 14 12:43:56.360 INFO kablam! | Oct 14 12:43:56.360 INFO kablam! 498 | let r1 = &mut s; Oct 14 12:43:56.360 INFO kablam! | ^^ help: consider using `_r1` instead Oct 14 12:43:56.360 INFO kablam! Oct 14 12:43:56.360 INFO kablam! warning: unused variable: `r2` Oct 14 12:43:56.360 INFO kablam! --> src/main.rs:500:7 Oct 14 12:43:56.360 INFO kablam! | Oct 14 12:43:56.360 INFO kablam! 500 | let r2 = &mut s; Oct 14 12:43:56.361 INFO kablam! | ^^ help: consider using `_r2` instead Oct 14 12:43:56.361 INFO kablam! Oct 14 12:43:56.412 INFO kablam! warning: function is never used: `longest` Oct 14 12:43:56.412 INFO kablam! --> src/main.rs:53:3 Oct 14 12:43:56.412 INFO kablam! | Oct 14 12:43:56.412 INFO kablam! 53 | fn longest<'a>(x: &'a str, y: &'a str) -> &'a str { Oct 14 12:43:56.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.412 INFO kablam! | Oct 14 12:43:56.414 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:43:56.414 INFO kablam! Oct 14 12:43:56.414 INFO kablam! warning: function is never used: `sample_impl_trait_type` Oct 14 12:43:56.414 INFO kablam! --> src/main.rs:94:1 Oct 14 12:43:56.414 INFO kablam! | Oct 14 12:43:56.414 INFO kablam! 94 | fn sample_impl_trait_type() { Oct 14 12:43:56.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.414 INFO kablam! Oct 14 12:43:56.414 INFO kablam! warning: function is never used: `sample_generic_types` Oct 14 12:43:56.414 INFO kablam! --> src/main.rs:151:1 Oct 14 12:43:56.414 INFO kablam! | Oct 14 12:43:56.414 INFO kablam! 151 | fn sample_generic_types() { Oct 14 12:43:56.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.414 INFO kablam! Oct 14 12:43:56.414 INFO kablam! warning: function is never used: `sample_error_result` Oct 14 12:43:56.414 INFO kablam! --> src/main.rs:177:1 Oct 14 12:43:56.414 INFO kablam! | Oct 14 12:43:56.414 INFO kablam! 177 | fn sample_error_result() { Oct 14 12:43:56.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.414 INFO kablam! Oct 14 12:43:56.414 INFO kablam! warning: function is never used: `sample_error_panic` Oct 14 12:43:56.414 INFO kablam! --> src/main.rs:250:1 Oct 14 12:43:56.414 INFO kablam! | Oct 14 12:43:56.414 INFO kablam! 250 | fn sample_error_panic() { Oct 14 12:43:56.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.414 INFO kablam! Oct 14 12:43:56.414 INFO kablam! warning: function is never used: `sample_hash_map` Oct 14 12:43:56.414 INFO kablam! --> src/main.rs:257:1 Oct 14 12:43:56.414 INFO kablam! | Oct 14 12:43:56.414 INFO kablam! 257 | fn sample_hash_map() { Oct 14 12:43:56.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.414 INFO kablam! Oct 14 12:43:56.414 INFO kablam! warning: function is never used: `sample_vector` Oct 14 12:43:56.415 INFO kablam! --> src/main.rs:285:1 Oct 14 12:43:56.415 INFO kablam! | Oct 14 12:43:56.415 INFO kablam! 285 | fn sample_vector() { Oct 14 12:43:56.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.415 INFO kablam! Oct 14 12:43:56.415 INFO kablam! warning: function is never used: `sample_if_let` Oct 14 12:43:56.415 INFO kablam! --> src/main.rs:309:1 Oct 14 12:43:56.415 INFO kablam! | Oct 14 12:43:56.415 INFO kablam! 309 | fn sample_if_let() { Oct 14 12:43:56.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.415 INFO kablam! Oct 14 12:43:56.415 INFO kablam! warning: function is never used: `sample_match` Oct 14 12:43:56.415 INFO kablam! --> src/main.rs:324:1 Oct 14 12:43:56.415 INFO kablam! | Oct 14 12:43:56.415 INFO kablam! 324 | fn sample_match() { Oct 14 12:43:56.415 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.415 INFO kablam! Oct 14 12:43:56.415 INFO kablam! warning: function is never used: `sample_enum` Oct 14 12:43:56.415 INFO kablam! --> src/main.rs:370:1 Oct 14 12:43:56.415 INFO kablam! | Oct 14 12:43:56.415 INFO kablam! 370 | fn sample_enum() { Oct 14 12:43:56.415 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 12:43:56.415 INFO kablam! Oct 14 12:43:56.415 INFO kablam! warning: function is never used: `sample_method_syntax` Oct 14 12:43:56.415 INFO kablam! --> src/main.rs:386:1 Oct 14 12:43:56.415 INFO kablam! | Oct 14 12:43:56.415 INFO kablam! 386 | fn sample_method_syntax() { Oct 14 12:43:56.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.415 INFO kablam! Oct 14 12:43:56.415 INFO kablam! warning: function is never used: `sample_use_struct` Oct 14 12:43:56.415 INFO kablam! --> src/main.rs:407:1 Oct 14 12:43:56.415 INFO kablam! | Oct 14 12:43:56.415 INFO kablam! 407 | fn sample_use_struct() { Oct 14 12:43:56.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.415 INFO kablam! Oct 14 12:43:56.415 INFO kablam! warning: function is never used: `sample_defining_struct` Oct 14 12:43:56.415 INFO kablam! --> src/main.rs:430:1 Oct 14 12:43:56.415 INFO kablam! | Oct 14 12:43:56.415 INFO kablam! 430 | fn sample_defining_struct() { Oct 14 12:43:56.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.415 INFO kablam! Oct 14 12:43:56.415 INFO kablam! warning: function is never used: `sample_string_slice` Oct 14 12:43:56.415 INFO kablam! --> src/main.rs:453:1 Oct 14 12:43:56.415 INFO kablam! | Oct 14 12:43:56.415 INFO kablam! 453 | fn sample_string_slice() { Oct 14 12:43:56.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.415 INFO kablam! Oct 14 12:43:56.415 INFO kablam! warning: function is never used: `sample_slice_type` Oct 14 12:43:56.415 INFO kablam! --> src/main.rs:478:1 Oct 14 12:43:56.415 INFO kablam! | Oct 14 12:43:56.415 INFO kablam! 478 | fn sample_slice_type() { Oct 14 12:43:56.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.415 INFO kablam! Oct 14 12:43:56.415 INFO kablam! warning: function is never used: `sample_ownership_multi_ref` Oct 14 12:43:56.415 INFO kablam! --> src/main.rs:494:1 Oct 14 12:43:56.415 INFO kablam! | Oct 14 12:43:56.415 INFO kablam! 494 | fn sample_ownership_multi_ref() { Oct 14 12:43:56.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.415 INFO kablam! Oct 14 12:43:56.415 INFO kablam! warning: function is never used: `sample_ownership_ref` Oct 14 12:43:56.415 INFO kablam! --> src/main.rs:507:1 Oct 14 12:43:56.415 INFO kablam! | Oct 14 12:43:56.415 INFO kablam! 507 | fn sample_ownership_ref() { Oct 14 12:43:56.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.415 INFO kablam! Oct 14 12:43:56.415 INFO kablam! warning: function is never used: `sample_ownership` Oct 14 12:43:56.415 INFO kablam! --> src/main.rs:536:1 Oct 14 12:43:56.415 INFO kablam! | Oct 14 12:43:56.415 INFO kablam! 536 | fn sample_ownership() { Oct 14 12:43:56.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.415 INFO kablam! Oct 14 12:43:56.415 INFO kablam! warning: function is never used: `sample_control_flow` Oct 14 12:43:56.415 INFO kablam! --> src/main.rs:562:1 Oct 14 12:43:56.415 INFO kablam! | Oct 14 12:43:56.415 INFO kablam! 562 | fn sample_control_flow() { Oct 14 12:43:56.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.415 INFO kablam! Oct 14 12:43:56.415 INFO kablam! warning: function is never used: `sample_function_call` Oct 14 12:43:56.415 INFO kablam! --> src/main.rs:609:1 Oct 14 12:43:56.415 INFO kablam! | Oct 14 12:43:56.415 INFO kablam! 609 | fn sample_function_call() { Oct 14 12:43:56.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.415 INFO kablam! Oct 14 12:43:56.415 INFO kablam! warning: function is never used: `sample_type` Oct 14 12:43:56.415 INFO kablam! --> src/main.rs:635:1 Oct 14 12:43:56.415 INFO kablam! | Oct 14 12:43:56.415 INFO kablam! 635 | fn sample_type() { Oct 14 12:43:56.415 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 12:43:56.415 INFO kablam! Oct 14 12:43:56.416 INFO kablam! warning: function is never used: `sample_len` Oct 14 12:43:56.416 INFO kablam! --> src/main.rs:643:1 Oct 14 12:43:56.416 INFO kablam! | Oct 14 12:43:56.416 INFO kablam! 643 | fn sample_len() { Oct 14 12:43:56.416 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 12:43:56.416 INFO kablam! Oct 14 12:43:56.416 INFO kablam! warning: function is never used: `sample_rang` Oct 14 12:43:56.416 INFO kablam! --> src/main.rs:648:1 Oct 14 12:43:56.416 INFO kablam! | Oct 14 12:43:56.416 INFO kablam! 648 | fn sample_rang() { Oct 14 12:43:56.416 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 12:43:56.431 INFO kablam! Oct 14 12:43:56.431 INFO kablam! warning: trait method `summarizeD` should have a snake case name such as `summarize_d` Oct 14 12:43:56.431 INFO kablam! --> src/main.rs:102:5 Oct 14 12:43:56.431 INFO kablam! | Oct 14 12:43:56.431 INFO kablam! 102 | fn summarizeD(&self) -> String; Oct 14 12:43:56.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.431 INFO kablam! | Oct 14 12:43:56.431 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 12:43:56.431 INFO kablam! Oct 14 12:43:56.431 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:43:56.431 INFO kablam! --> src/main.rs:223:5 Oct 14 12:43:56.431 INFO kablam! | Oct 14 12:43:56.431 INFO kablam! 223 | File::open("./src/hello.txt")?.read_to_string(&mut s2); Oct 14 12:43:56.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.431 INFO kablam! | Oct 14 12:43:56.431 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:43:56.431 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:43:56.431 INFO kablam! Oct 14 12:43:56.431 INFO kablam! warning: variable `commonS` should have a snake case name such as `common_s` Oct 14 12:43:56.431 INFO kablam! --> src/main.rs:455:7 Oct 14 12:43:56.431 INFO kablam! | Oct 14 12:43:56.431 INFO kablam! 455 | let commonS = "Hello Common World"; Oct 14 12:43:56.431 INFO kablam! | ^^^^^^^ Oct 14 12:43:56.431 INFO kablam! Oct 14 12:43:56.975 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.06s Oct 14 12:43:56.975 INFO kablam! su: No module specific data is present Oct 14 12:43:58.188 INFO running `"docker" "rm" "-f" "b22d5693575561ce9f7a2db4a3f76bc2322bccefb3c2428fc0f9346dbd6ae5eb"` Oct 14 12:43:58.490 INFO blam! b22d5693575561ce9f7a2db4a3f76bc2322bccefb3c2428fc0f9346dbd6ae5eb Oct 14 12:43:58.499 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 14 12:43:58.911 INFO blam! ad20c3c33d6ce6af6831b3a52b4b132747da8358151143add4535f65a7b69d74 Oct 14 12:43:58.918 INFO running `"docker" "start" "-a" "ad20c3c33d6ce6af6831b3a52b4b132747da8358151143add4535f65a7b69d74"` Oct 14 12:44:00.306 INFO kablam! usermod: no changes Oct 14 12:44:00.398 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 12:44:00.401 INFO kablam! Running /target/debug/deps/hello-cef333750f7487a3 Oct 14 12:44:00.411 INFO blam! Oct 14 12:44:00.411 INFO blam! running 0 tests Oct 14 12:44:00.411 INFO blam! Oct 14 12:44:00.411 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:44:00.411 INFO blam! Oct 14 12:44:00.415 INFO kablam! su: No module specific data is present Oct 14 12:44:01.391 INFO running `"docker" "rm" "-f" "ad20c3c33d6ce6af6831b3a52b4b132747da8358151143add4535f65a7b69d74"` Oct 14 12:44:01.779 INFO blam! ad20c3c33d6ce6af6831b3a52b4b132747da8358151143add4535f65a7b69d74