Oct 10 19:07:41.703 INFO testing madeinfree/hello-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:07:41.703 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:07:41.705 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 19:07:42.133 INFO blam! 8062153a97881fc554e547a011531e1bba6f8e4586226a24ac6b6efff9489ae0 Oct 10 19:07:42.135 INFO running `"docker" "start" "-a" "8062153a97881fc554e547a011531e1bba6f8e4586226a24ac6b6efff9489ae0"` Oct 10 19:07:43.499 INFO kablam! usermod: no changes Oct 10 19:07:43.640 INFO kablam! Compiling hello v0.1.0 (/source) Oct 10 19:07:44.560 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 10 19:07:44.560 INFO kablam! --> src/main.rs:567:17 Oct 10 19:07:44.560 INFO kablam! | Oct 10 19:07:44.560 INFO kablam! 567 | for number in (1..5) { Oct 10 19:07:44.560 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 10 19:07:44.560 INFO kablam! | Oct 10 19:07:44.560 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 19:07:44.560 INFO kablam! Oct 10 19:07:44.673 INFO kablam! warning: unreachable statement Oct 10 19:07:44.673 INFO kablam! --> src/main.rs:254:3 Oct 10 19:07:44.673 INFO kablam! | Oct 10 19:07:44.673 INFO kablam! 254 | println!("{}", "Run here?"); // Not run Oct 10 19:07:44.673 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.673 INFO kablam! | Oct 10 19:07:44.676 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 19:07:44.676 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 10 19:07:44.676 INFO kablam! Oct 10 19:07:44.739 INFO kablam! warning: unused variable: `f` Oct 10 19:07:44.740 INFO kablam! --> src/main.rs:188:7 Oct 10 19:07:44.740 INFO kablam! | Oct 10 19:07:44.740 INFO kablam! 188 | let f = match f { Oct 10 19:07:44.740 INFO kablam! | ^ help: consider using `_f` instead Oct 10 19:07:44.740 INFO kablam! | Oct 10 19:07:44.740 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:07:44.740 INFO kablam! Oct 10 19:07:44.740 INFO kablam! warning: unused variable: `row` Oct 10 19:07:44.740 INFO kablam! --> src/main.rs:301:7 Oct 10 19:07:44.740 INFO kablam! | Oct 10 19:07:44.740 INFO kablam! 301 | let row = vec![ Oct 10 19:07:44.740 INFO kablam! | ^^^ help: consider using `_row` instead Oct 10 19:07:44.740 INFO kablam! Oct 10 19:07:44.740 INFO kablam! warning: unused variable: `six` Oct 10 19:07:44.740 INFO kablam! --> src/main.rs:358:7 Oct 10 19:07:44.740 INFO kablam! | Oct 10 19:07:44.740 INFO kablam! 358 | let six = plus_one(five); Oct 10 19:07:44.740 INFO kablam! | ^^^ help: consider using `_six` instead Oct 10 19:07:44.740 INFO kablam! Oct 10 19:07:44.740 INFO kablam! warning: unused variable: `none` Oct 10 19:07:44.740 INFO kablam! --> src/main.rs:359:7 Oct 10 19:07:44.740 INFO kablam! | Oct 10 19:07:44.740 INFO kablam! 359 | let none = plus_one(None); Oct 10 19:07:44.740 INFO kablam! | ^^^^ help: consider using `_none` instead Oct 10 19:07:44.740 INFO kablam! Oct 10 19:07:44.740 INFO kablam! warning: unused variable: `home` Oct 10 19:07:44.740 INFO kablam! --> src/main.rs:380:7 Oct 10 19:07:44.740 INFO kablam! | Oct 10 19:07:44.740 INFO kablam! 380 | let home = IpAddr { Oct 10 19:07:44.740 INFO kablam! | ^^^^ help: consider using `_home` instead Oct 10 19:07:44.740 INFO kablam! Oct 10 19:07:44.740 INFO kablam! warning: unused variable: `r1` Oct 10 19:07:44.740 INFO kablam! --> src/main.rs:498:9 Oct 10 19:07:44.740 INFO kablam! | Oct 10 19:07:44.740 INFO kablam! 498 | let r1 = &mut s; Oct 10 19:07:44.740 INFO kablam! | ^^ help: consider using `_r1` instead Oct 10 19:07:44.740 INFO kablam! Oct 10 19:07:44.740 INFO kablam! warning: unused variable: `r2` Oct 10 19:07:44.740 INFO kablam! --> src/main.rs:500:7 Oct 10 19:07:44.740 INFO kablam! | Oct 10 19:07:44.740 INFO kablam! 500 | let r2 = &mut s; Oct 10 19:07:44.740 INFO kablam! | ^^ help: consider using `_r2` instead Oct 10 19:07:44.741 INFO kablam! Oct 10 19:07:44.801 INFO kablam! warning: function is never used: `longest` Oct 10 19:07:44.801 INFO kablam! --> src/main.rs:53:3 Oct 10 19:07:44.801 INFO kablam! | Oct 10 19:07:44.801 INFO kablam! 53 | fn longest<'a>(x: &'a str, y: &'a str) -> &'a str { Oct 10 19:07:44.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.801 INFO kablam! | Oct 10 19:07:44.801 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:07:44.801 INFO kablam! Oct 10 19:07:44.801 INFO kablam! warning: function is never used: `sample_impl_trait_type` Oct 10 19:07:44.801 INFO kablam! --> src/main.rs:94:1 Oct 10 19:07:44.801 INFO kablam! | Oct 10 19:07:44.801 INFO kablam! 94 | fn sample_impl_trait_type() { Oct 10 19:07:44.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.801 INFO kablam! Oct 10 19:07:44.801 INFO kablam! warning: function is never used: `sample_generic_types` Oct 10 19:07:44.801 INFO kablam! --> src/main.rs:151:1 Oct 10 19:07:44.801 INFO kablam! | Oct 10 19:07:44.801 INFO kablam! 151 | fn sample_generic_types() { Oct 10 19:07:44.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.801 INFO kablam! Oct 10 19:07:44.801 INFO kablam! warning: function is never used: `sample_error_result` Oct 10 19:07:44.801 INFO kablam! --> src/main.rs:177:1 Oct 10 19:07:44.801 INFO kablam! | Oct 10 19:07:44.801 INFO kablam! 177 | fn sample_error_result() { Oct 10 19:07:44.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.801 INFO kablam! Oct 10 19:07:44.801 INFO kablam! warning: function is never used: `sample_error_panic` Oct 10 19:07:44.801 INFO kablam! --> src/main.rs:250:1 Oct 10 19:07:44.801 INFO kablam! | Oct 10 19:07:44.801 INFO kablam! 250 | fn sample_error_panic() { Oct 10 19:07:44.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.801 INFO kablam! Oct 10 19:07:44.801 INFO kablam! warning: function is never used: `sample_hash_map` Oct 10 19:07:44.801 INFO kablam! --> src/main.rs:257:1 Oct 10 19:07:44.801 INFO kablam! | Oct 10 19:07:44.801 INFO kablam! 257 | fn sample_hash_map() { Oct 10 19:07:44.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.801 INFO kablam! Oct 10 19:07:44.801 INFO kablam! warning: function is never used: `sample_vector` Oct 10 19:07:44.801 INFO kablam! --> src/main.rs:285:1 Oct 10 19:07:44.801 INFO kablam! | Oct 10 19:07:44.801 INFO kablam! 285 | fn sample_vector() { Oct 10 19:07:44.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.801 INFO kablam! Oct 10 19:07:44.801 INFO kablam! warning: function is never used: `sample_if_let` Oct 10 19:07:44.801 INFO kablam! --> src/main.rs:309:1 Oct 10 19:07:44.801 INFO kablam! | Oct 10 19:07:44.801 INFO kablam! 309 | fn sample_if_let() { Oct 10 19:07:44.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.801 INFO kablam! Oct 10 19:07:44.801 INFO kablam! warning: function is never used: `sample_match` Oct 10 19:07:44.801 INFO kablam! --> src/main.rs:324:1 Oct 10 19:07:44.801 INFO kablam! | Oct 10 19:07:44.801 INFO kablam! 324 | fn sample_match() { Oct 10 19:07:44.801 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.801 INFO kablam! Oct 10 19:07:44.801 INFO kablam! warning: function is never used: `sample_enum` Oct 10 19:07:44.801 INFO kablam! --> src/main.rs:370:1 Oct 10 19:07:44.801 INFO kablam! | Oct 10 19:07:44.801 INFO kablam! 370 | fn sample_enum() { Oct 10 19:07:44.801 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 19:07:44.801 INFO kablam! Oct 10 19:07:44.801 INFO kablam! warning: function is never used: `sample_method_syntax` Oct 10 19:07:44.802 INFO kablam! --> src/main.rs:386:1 Oct 10 19:07:44.802 INFO kablam! | Oct 10 19:07:44.802 INFO kablam! 386 | fn sample_method_syntax() { Oct 10 19:07:44.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.802 INFO kablam! Oct 10 19:07:44.802 INFO kablam! warning: function is never used: `sample_use_struct` Oct 10 19:07:44.802 INFO kablam! --> src/main.rs:407:1 Oct 10 19:07:44.802 INFO kablam! | Oct 10 19:07:44.802 INFO kablam! 407 | fn sample_use_struct() { Oct 10 19:07:44.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.802 INFO kablam! Oct 10 19:07:44.802 INFO kablam! warning: function is never used: `sample_defining_struct` Oct 10 19:07:44.802 INFO kablam! --> src/main.rs:430:1 Oct 10 19:07:44.802 INFO kablam! | Oct 10 19:07:44.802 INFO kablam! 430 | fn sample_defining_struct() { Oct 10 19:07:44.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.802 INFO kablam! Oct 10 19:07:44.802 INFO kablam! warning: function is never used: `sample_string_slice` Oct 10 19:07:44.802 INFO kablam! --> src/main.rs:453:1 Oct 10 19:07:44.802 INFO kablam! | Oct 10 19:07:44.802 INFO kablam! 453 | fn sample_string_slice() { Oct 10 19:07:44.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.802 INFO kablam! Oct 10 19:07:44.802 INFO kablam! warning: function is never used: `sample_slice_type` Oct 10 19:07:44.802 INFO kablam! --> src/main.rs:478:1 Oct 10 19:07:44.802 INFO kablam! | Oct 10 19:07:44.802 INFO kablam! 478 | fn sample_slice_type() { Oct 10 19:07:44.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.802 INFO kablam! Oct 10 19:07:44.802 INFO kablam! warning: function is never used: `sample_ownership_multi_ref` Oct 10 19:07:44.802 INFO kablam! --> src/main.rs:494:1 Oct 10 19:07:44.802 INFO kablam! | Oct 10 19:07:44.802 INFO kablam! 494 | fn sample_ownership_multi_ref() { Oct 10 19:07:44.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.802 INFO kablam! Oct 10 19:07:44.802 INFO kablam! warning: function is never used: `sample_ownership_ref` Oct 10 19:07:44.802 INFO kablam! --> src/main.rs:507:1 Oct 10 19:07:44.802 INFO kablam! | Oct 10 19:07:44.802 INFO kablam! 507 | fn sample_ownership_ref() { Oct 10 19:07:44.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.802 INFO kablam! Oct 10 19:07:44.802 INFO kablam! warning: function is never used: `sample_ownership` Oct 10 19:07:44.802 INFO kablam! --> src/main.rs:536:1 Oct 10 19:07:44.802 INFO kablam! | Oct 10 19:07:44.802 INFO kablam! 536 | fn sample_ownership() { Oct 10 19:07:44.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.802 INFO kablam! Oct 10 19:07:44.802 INFO kablam! warning: function is never used: `sample_control_flow` Oct 10 19:07:44.802 INFO kablam! --> src/main.rs:562:1 Oct 10 19:07:44.802 INFO kablam! | Oct 10 19:07:44.802 INFO kablam! 562 | fn sample_control_flow() { Oct 10 19:07:44.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.802 INFO kablam! Oct 10 19:07:44.802 INFO kablam! warning: function is never used: `sample_function_call` Oct 10 19:07:44.802 INFO kablam! --> src/main.rs:609:1 Oct 10 19:07:44.802 INFO kablam! | Oct 10 19:07:44.802 INFO kablam! 609 | fn sample_function_call() { Oct 10 19:07:44.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.802 INFO kablam! Oct 10 19:07:44.802 INFO kablam! warning: function is never used: `sample_type` Oct 10 19:07:44.802 INFO kablam! --> src/main.rs:635:1 Oct 10 19:07:44.802 INFO kablam! | Oct 10 19:07:44.802 INFO kablam! 635 | fn sample_type() { Oct 10 19:07:44.802 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 19:07:44.802 INFO kablam! Oct 10 19:07:44.802 INFO kablam! warning: function is never used: `sample_len` Oct 10 19:07:44.802 INFO kablam! --> src/main.rs:643:1 Oct 10 19:07:44.802 INFO kablam! | Oct 10 19:07:44.802 INFO kablam! 643 | fn sample_len() { Oct 10 19:07:44.802 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 19:07:44.802 INFO kablam! Oct 10 19:07:44.802 INFO kablam! warning: function is never used: `sample_rang` Oct 10 19:07:44.802 INFO kablam! --> src/main.rs:648:1 Oct 10 19:07:44.802 INFO kablam! | Oct 10 19:07:44.802 INFO kablam! 648 | fn sample_rang() { Oct 10 19:07:44.802 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 19:07:44.802 INFO kablam! Oct 10 19:07:44.802 INFO kablam! warning: trait method `summarizeD` should have a snake case name such as `summarize_d` Oct 10 19:07:44.802 INFO kablam! --> src/main.rs:102:5 Oct 10 19:07:44.802 INFO kablam! | Oct 10 19:07:44.802 INFO kablam! 102 | fn summarizeD(&self) -> String; Oct 10 19:07:44.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.802 INFO kablam! | Oct 10 19:07:44.802 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 19:07:44.802 INFO kablam! Oct 10 19:07:44.802 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:07:44.802 INFO kablam! --> src/main.rs:223:5 Oct 10 19:07:44.803 INFO kablam! | Oct 10 19:07:44.803 INFO kablam! 223 | File::open("./src/hello.txt")?.read_to_string(&mut s2); Oct 10 19:07:44.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:44.803 INFO kablam! | Oct 10 19:07:44.803 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 19:07:44.803 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:07:44.803 INFO kablam! Oct 10 19:07:44.803 INFO kablam! warning: variable `commonS` should have a snake case name such as `common_s` Oct 10 19:07:44.803 INFO kablam! --> src/main.rs:455:7 Oct 10 19:07:44.803 INFO kablam! | Oct 10 19:07:44.803 INFO kablam! 455 | let commonS = "Hello Common World"; Oct 10 19:07:44.803 INFO kablam! | ^^^^^^^ Oct 10 19:07:44.803 INFO kablam! Oct 10 19:07:45.548 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.02s Oct 10 19:07:45.551 INFO kablam! su: No module specific data is present Oct 10 19:07:46.282 INFO running `"docker" "rm" "-f" "8062153a97881fc554e547a011531e1bba6f8e4586226a24ac6b6efff9489ae0"` Oct 10 19:07:46.644 INFO blam! 8062153a97881fc554e547a011531e1bba6f8e4586226a24ac6b6efff9489ae0 Oct 10 19:07:46.648 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:07:46.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 19:07:47.082 INFO blam! 7a8264207f4d393acbf819ef8cc386c9e415da8154fdc1f28d15c7a38c2302c5 Oct 10 19:07:47.089 INFO running `"docker" "start" "-a" "7a8264207f4d393acbf819ef8cc386c9e415da8154fdc1f28d15c7a38c2302c5"` Oct 10 19:07:48.560 INFO kablam! usermod: no changes Oct 10 19:07:48.652 INFO kablam! Compiling hello v0.1.0 (/source) Oct 10 19:07:49.420 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 10 19:07:49.420 INFO kablam! --> src/main.rs:567:17 Oct 10 19:07:49.420 INFO kablam! | Oct 10 19:07:49.421 INFO kablam! 567 | for number in (1..5) { Oct 10 19:07:49.421 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 10 19:07:49.421 INFO kablam! | Oct 10 19:07:49.421 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 19:07:49.421 INFO kablam! Oct 10 19:07:49.512 INFO kablam! warning: unreachable statement Oct 10 19:07:49.512 INFO kablam! --> src/main.rs:254:3 Oct 10 19:07:49.512 INFO kablam! | Oct 10 19:07:49.514 INFO kablam! 254 | println!("{}", "Run here?"); // Not run Oct 10 19:07:49.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.514 INFO kablam! | Oct 10 19:07:49.514 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 10 19:07:49.514 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 10 19:07:49.514 INFO kablam! Oct 10 19:07:49.576 INFO kablam! warning: unused variable: `f` Oct 10 19:07:49.577 INFO kablam! --> src/main.rs:188:7 Oct 10 19:07:49.577 INFO kablam! | Oct 10 19:07:49.578 INFO kablam! 188 | let f = match f { Oct 10 19:07:49.578 INFO kablam! | ^ help: consider using `_f` instead Oct 10 19:07:49.578 INFO kablam! | Oct 10 19:07:49.578 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:07:49.578 INFO kablam! Oct 10 19:07:49.578 INFO kablam! warning: unused variable: `row` Oct 10 19:07:49.578 INFO kablam! --> src/main.rs:301:7 Oct 10 19:07:49.578 INFO kablam! | Oct 10 19:07:49.578 INFO kablam! 301 | let row = vec![ Oct 10 19:07:49.578 INFO kablam! | ^^^ help: consider using `_row` instead Oct 10 19:07:49.578 INFO kablam! Oct 10 19:07:49.580 INFO kablam! warning: unused variable: `six` Oct 10 19:07:49.580 INFO kablam! --> src/main.rs:358:7 Oct 10 19:07:49.580 INFO kablam! | Oct 10 19:07:49.580 INFO kablam! 358 | let six = plus_one(five); Oct 10 19:07:49.580 INFO kablam! | ^^^ help: consider using `_six` instead Oct 10 19:07:49.580 INFO kablam! Oct 10 19:07:49.582 INFO kablam! warning: unused variable: `none` Oct 10 19:07:49.582 INFO kablam! --> src/main.rs:359:7 Oct 10 19:07:49.582 INFO kablam! | Oct 10 19:07:49.582 INFO kablam! 359 | let none = plus_one(None); Oct 10 19:07:49.583 INFO kablam! | ^^^^ help: consider using `_none` instead Oct 10 19:07:49.583 INFO kablam! Oct 10 19:07:49.583 INFO kablam! warning: unused variable: `home` Oct 10 19:07:49.583 INFO kablam! --> src/main.rs:380:7 Oct 10 19:07:49.583 INFO kablam! | Oct 10 19:07:49.584 INFO kablam! 380 | let home = IpAddr { Oct 10 19:07:49.584 INFO kablam! | ^^^^ help: consider using `_home` instead Oct 10 19:07:49.584 INFO kablam! Oct 10 19:07:49.584 INFO kablam! warning: unused variable: `r1` Oct 10 19:07:49.584 INFO kablam! --> src/main.rs:498:9 Oct 10 19:07:49.586 INFO kablam! | Oct 10 19:07:49.586 INFO kablam! 498 | let r1 = &mut s; Oct 10 19:07:49.586 INFO kablam! | ^^ help: consider using `_r1` instead Oct 10 19:07:49.586 INFO kablam! Oct 10 19:07:49.586 INFO kablam! warning: unused variable: `r2` Oct 10 19:07:49.586 INFO kablam! --> src/main.rs:500:7 Oct 10 19:07:49.586 INFO kablam! | Oct 10 19:07:49.586 INFO kablam! 500 | let r2 = &mut s; Oct 10 19:07:49.586 INFO kablam! | ^^ help: consider using `_r2` instead Oct 10 19:07:49.586 INFO kablam! Oct 10 19:07:49.629 INFO kablam! warning: function is never used: `longest` Oct 10 19:07:49.629 INFO kablam! --> src/main.rs:53:3 Oct 10 19:07:49.629 INFO kablam! | Oct 10 19:07:49.629 INFO kablam! 53 | fn longest<'a>(x: &'a str, y: &'a str) -> &'a str { Oct 10 19:07:49.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.629 INFO kablam! | Oct 10 19:07:49.629 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:07:49.629 INFO kablam! Oct 10 19:07:49.629 INFO kablam! warning: function is never used: `sample_impl_trait_type` Oct 10 19:07:49.629 INFO kablam! --> src/main.rs:94:1 Oct 10 19:07:49.629 INFO kablam! | Oct 10 19:07:49.632 INFO kablam! 94 | fn sample_impl_trait_type() { Oct 10 19:07:49.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.632 INFO kablam! Oct 10 19:07:49.632 INFO kablam! warning: function is never used: `sample_generic_types` Oct 10 19:07:49.632 INFO kablam! --> src/main.rs:151:1 Oct 10 19:07:49.632 INFO kablam! | Oct 10 19:07:49.632 INFO kablam! 151 | fn sample_generic_types() { Oct 10 19:07:49.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.634 INFO kablam! Oct 10 19:07:49.634 INFO kablam! warning: function is never used: `sample_error_result` Oct 10 19:07:49.634 INFO kablam! --> src/main.rs:177:1 Oct 10 19:07:49.634 INFO kablam! | Oct 10 19:07:49.634 INFO kablam! 177 | fn sample_error_result() { Oct 10 19:07:49.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.634 INFO kablam! Oct 10 19:07:49.636 INFO kablam! warning: function is never used: `sample_error_panic` Oct 10 19:07:49.636 INFO kablam! --> src/main.rs:250:1 Oct 10 19:07:49.636 INFO kablam! | Oct 10 19:07:49.636 INFO kablam! 250 | fn sample_error_panic() { Oct 10 19:07:49.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.636 INFO kablam! Oct 10 19:07:49.636 INFO kablam! warning: function is never used: `sample_hash_map` Oct 10 19:07:49.636 INFO kablam! --> src/main.rs:257:1 Oct 10 19:07:49.636 INFO kablam! | Oct 10 19:07:49.636 INFO kablam! 257 | fn sample_hash_map() { Oct 10 19:07:49.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.636 INFO kablam! Oct 10 19:07:49.638 INFO kablam! warning: function is never used: `sample_vector` Oct 10 19:07:49.638 INFO kablam! --> src/main.rs:285:1 Oct 10 19:07:49.638 INFO kablam! | Oct 10 19:07:49.638 INFO kablam! 285 | fn sample_vector() { Oct 10 19:07:49.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.639 INFO kablam! Oct 10 19:07:49.639 INFO kablam! warning: function is never used: `sample_if_let` Oct 10 19:07:49.639 INFO kablam! --> src/main.rs:309:1 Oct 10 19:07:49.639 INFO kablam! | Oct 10 19:07:49.639 INFO kablam! 309 | fn sample_if_let() { Oct 10 19:07:49.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.639 INFO kablam! Oct 10 19:07:49.641 INFO kablam! warning: function is never used: `sample_match` Oct 10 19:07:49.641 INFO kablam! --> src/main.rs:324:1 Oct 10 19:07:49.641 INFO kablam! | Oct 10 19:07:49.641 INFO kablam! 324 | fn sample_match() { Oct 10 19:07:49.641 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.641 INFO kablam! Oct 10 19:07:49.642 INFO kablam! warning: function is never used: `sample_enum` Oct 10 19:07:49.642 INFO kablam! --> src/main.rs:370:1 Oct 10 19:07:49.642 INFO kablam! | Oct 10 19:07:49.642 INFO kablam! 370 | fn sample_enum() { Oct 10 19:07:49.642 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 19:07:49.642 INFO kablam! Oct 10 19:07:49.642 INFO kablam! warning: function is never used: `sample_method_syntax` Oct 10 19:07:49.642 INFO kablam! --> src/main.rs:386:1 Oct 10 19:07:49.642 INFO kablam! | Oct 10 19:07:49.642 INFO kablam! 386 | fn sample_method_syntax() { Oct 10 19:07:49.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.642 INFO kablam! Oct 10 19:07:49.645 INFO kablam! warning: function is never used: `sample_use_struct` Oct 10 19:07:49.645 INFO kablam! --> src/main.rs:407:1 Oct 10 19:07:49.645 INFO kablam! | Oct 10 19:07:49.645 INFO kablam! 407 | fn sample_use_struct() { Oct 10 19:07:49.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.646 INFO kablam! Oct 10 19:07:49.646 INFO kablam! warning: function is never used: `sample_defining_struct` Oct 10 19:07:49.646 INFO kablam! --> src/main.rs:430:1 Oct 10 19:07:49.646 INFO kablam! | Oct 10 19:07:49.646 INFO kablam! 430 | fn sample_defining_struct() { Oct 10 19:07:49.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.646 INFO kablam! Oct 10 19:07:49.646 INFO kablam! warning: function is never used: `sample_string_slice` Oct 10 19:07:49.646 INFO kablam! --> src/main.rs:453:1 Oct 10 19:07:49.646 INFO kablam! | Oct 10 19:07:49.646 INFO kablam! 453 | fn sample_string_slice() { Oct 10 19:07:49.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.646 INFO kablam! Oct 10 19:07:49.646 INFO kablam! warning: function is never used: `sample_slice_type` Oct 10 19:07:49.646 INFO kablam! --> src/main.rs:478:1 Oct 10 19:07:49.646 INFO kablam! | Oct 10 19:07:49.646 INFO kablam! 478 | fn sample_slice_type() { Oct 10 19:07:49.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.646 INFO kablam! Oct 10 19:07:49.646 INFO kablam! warning: function is never used: `sample_ownership_multi_ref` Oct 10 19:07:49.646 INFO kablam! --> src/main.rs:494:1 Oct 10 19:07:49.646 INFO kablam! | Oct 10 19:07:49.646 INFO kablam! 494 | fn sample_ownership_multi_ref() { Oct 10 19:07:49.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.646 INFO kablam! Oct 10 19:07:49.646 INFO kablam! warning: function is never used: `sample_ownership_ref` Oct 10 19:07:49.646 INFO kablam! --> src/main.rs:507:1 Oct 10 19:07:49.646 INFO kablam! | Oct 10 19:07:49.646 INFO kablam! 507 | fn sample_ownership_ref() { Oct 10 19:07:49.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.646 INFO kablam! Oct 10 19:07:49.646 INFO kablam! warning: function is never used: `sample_ownership` Oct 10 19:07:49.646 INFO kablam! --> src/main.rs:536:1 Oct 10 19:07:49.646 INFO kablam! | Oct 10 19:07:49.646 INFO kablam! 536 | fn sample_ownership() { Oct 10 19:07:49.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.646 INFO kablam! Oct 10 19:07:49.646 INFO kablam! warning: function is never used: `sample_control_flow` Oct 10 19:07:49.646 INFO kablam! --> src/main.rs:562:1 Oct 10 19:07:49.646 INFO kablam! | Oct 10 19:07:49.646 INFO kablam! 562 | fn sample_control_flow() { Oct 10 19:07:49.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.646 INFO kablam! Oct 10 19:07:49.646 INFO kablam! warning: function is never used: `sample_function_call` Oct 10 19:07:49.646 INFO kablam! --> src/main.rs:609:1 Oct 10 19:07:49.646 INFO kablam! | Oct 10 19:07:49.646 INFO kablam! 609 | fn sample_function_call() { Oct 10 19:07:49.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.646 INFO kablam! Oct 10 19:07:49.646 INFO kablam! warning: function is never used: `sample_type` Oct 10 19:07:49.646 INFO kablam! --> src/main.rs:635:1 Oct 10 19:07:49.646 INFO kablam! | Oct 10 19:07:49.646 INFO kablam! 635 | fn sample_type() { Oct 10 19:07:49.646 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 19:07:49.646 INFO kablam! Oct 10 19:07:49.646 INFO kablam! warning: function is never used: `sample_len` Oct 10 19:07:49.646 INFO kablam! --> src/main.rs:643:1 Oct 10 19:07:49.646 INFO kablam! | Oct 10 19:07:49.646 INFO kablam! 643 | fn sample_len() { Oct 10 19:07:49.646 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 19:07:49.646 INFO kablam! Oct 10 19:07:49.647 INFO kablam! warning: function is never used: `sample_rang` Oct 10 19:07:49.647 INFO kablam! --> src/main.rs:648:1 Oct 10 19:07:49.647 INFO kablam! | Oct 10 19:07:49.647 INFO kablam! 648 | fn sample_rang() { Oct 10 19:07:49.647 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 19:07:49.647 INFO kablam! Oct 10 19:07:49.662 INFO kablam! warning: trait method `summarizeD` should have a snake case name such as `summarize_d` Oct 10 19:07:49.662 INFO kablam! --> src/main.rs:102:5 Oct 10 19:07:49.662 INFO kablam! | Oct 10 19:07:49.662 INFO kablam! 102 | fn summarizeD(&self) -> String; Oct 10 19:07:49.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.662 INFO kablam! | Oct 10 19:07:49.662 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 19:07:49.662 INFO kablam! Oct 10 19:07:49.663 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 19:07:49.663 INFO kablam! --> src/main.rs:223:5 Oct 10 19:07:49.663 INFO kablam! | Oct 10 19:07:49.663 INFO kablam! 223 | File::open("./src/hello.txt")?.read_to_string(&mut s2); Oct 10 19:07:49.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:07:49.663 INFO kablam! | Oct 10 19:07:49.663 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 19:07:49.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 19:07:49.663 INFO kablam! Oct 10 19:07:49.668 INFO kablam! warning: variable `commonS` should have a snake case name such as `common_s` Oct 10 19:07:49.668 INFO kablam! --> src/main.rs:455:7 Oct 10 19:07:49.668 INFO kablam! | Oct 10 19:07:49.668 INFO kablam! 455 | let commonS = "Hello Common World"; Oct 10 19:07:49.668 INFO kablam! | ^^^^^^^ Oct 10 19:07:49.668 INFO kablam! Oct 10 19:07:50.344 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.75s Oct 10 19:07:50.368 INFO kablam! su: No module specific data is present Oct 10 19:07:50.928 INFO running `"docker" "rm" "-f" "7a8264207f4d393acbf819ef8cc386c9e415da8154fdc1f28d15c7a38c2302c5"` Oct 10 19:07:51.124 INFO blam! 7a8264207f4d393acbf819ef8cc386c9e415da8154fdc1f28d15c7a38c2302c5 Oct 10 19:07:51.127 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:07:51.127 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 19:07:51.643 INFO blam! aaf282abf02b5823b963693d474fa4617e01e502b87444924a8a24ea80cef016 Oct 10 19:07:51.650 INFO running `"docker" "start" "-a" "aaf282abf02b5823b963693d474fa4617e01e502b87444924a8a24ea80cef016"` Oct 10 19:07:52.896 INFO kablam! usermod: no changes Oct 10 19:07:52.941 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 19:07:52.947 INFO kablam! Running /target/debug/deps/hello-fc72ff715ce17f1d Oct 10 19:07:52.947 INFO blam! Oct 10 19:07:52.947 INFO blam! running 0 tests Oct 10 19:07:52.947 INFO blam! Oct 10 19:07:52.947 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:07:52.947 INFO blam! Oct 10 19:07:52.949 INFO kablam! su: No module specific data is present Oct 10 19:07:53.948 INFO running `"docker" "rm" "-f" "aaf282abf02b5823b963693d474fa4617e01e502b87444924a8a24ea80cef016"` Oct 10 19:07:54.312 INFO blam! aaf282abf02b5823b963693d474fa4617e01e502b87444924a8a24ea80cef016