Oct 14 12:43:45.404 INFO testing madeinfree/hello-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 12:43:45.404 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.990 INFO blam! 271ac66258c6e210d887bcf53767128a2839bece031bfcd926e83f7b4fdb87fa Oct 14 12:43:45.994 INFO running `"docker" "start" "-a" "271ac66258c6e210d887bcf53767128a2839bece031bfcd926e83f7b4fdb87fa"` Oct 14 12:43:48.018 INFO kablam! usermod: no changes Oct 14 12:43:48.127 INFO kablam! Compiling rand v0.5.2 Oct 14 12:43:51.807 INFO kablam! Compiling hello v0.1.0 (/source) Oct 14 12:43:52.071 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 12:43:52.071 INFO kablam! --> src/main.rs:567:17 Oct 14 12:43:52.071 INFO kablam! | Oct 14 12:43:52.071 INFO kablam! 567 | for number in (1..5) { Oct 14 12:43:52.071 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 14 12:43:52.071 INFO kablam! | Oct 14 12:43:52.071 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 12:43:52.071 INFO kablam! Oct 14 12:43:52.167 INFO kablam! warning: unreachable statement Oct 14 12:43:52.167 INFO kablam! --> src/main.rs:254:3 Oct 14 12:43:52.167 INFO kablam! | Oct 14 12:43:52.167 INFO kablam! 254 | println!("{}", "Run here?"); // Not run Oct 14 12:43:52.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.167 INFO kablam! | Oct 14 12:43:52.167 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 12:43:52.167 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:52.167 INFO kablam! Oct 14 12:43:52.235 INFO kablam! warning: unused variable: `f` Oct 14 12:43:52.235 INFO kablam! --> src/main.rs:188:7 Oct 14 12:43:52.235 INFO kablam! | Oct 14 12:43:52.235 INFO kablam! 188 | let f = match f { Oct 14 12:43:52.235 INFO kablam! | ^ help: consider using `_f` instead Oct 14 12:43:52.235 INFO kablam! | Oct 14 12:43:52.235 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:43:52.235 INFO kablam! Oct 14 12:43:52.235 INFO kablam! warning: unused variable: `row` Oct 14 12:43:52.235 INFO kablam! --> src/main.rs:301:7 Oct 14 12:43:52.235 INFO kablam! | Oct 14 12:43:52.235 INFO kablam! 301 | let row = vec![ Oct 14 12:43:52.235 INFO kablam! | ^^^ help: consider using `_row` instead Oct 14 12:43:52.235 INFO kablam! Oct 14 12:43:52.235 INFO kablam! warning: unused variable: `six` Oct 14 12:43:52.235 INFO kablam! --> src/main.rs:358:7 Oct 14 12:43:52.235 INFO kablam! | Oct 14 12:43:52.235 INFO kablam! 358 | let six = plus_one(five); Oct 14 12:43:52.235 INFO kablam! | ^^^ help: consider using `_six` instead Oct 14 12:43:52.235 INFO kablam! Oct 14 12:43:52.235 INFO kablam! warning: unused variable: `none` Oct 14 12:43:52.235 INFO kablam! --> src/main.rs:359:7 Oct 14 12:43:52.235 INFO kablam! | Oct 14 12:43:52.235 INFO kablam! 359 | let none = plus_one(None); Oct 14 12:43:52.235 INFO kablam! | ^^^^ help: consider using `_none` instead Oct 14 12:43:52.235 INFO kablam! Oct 14 12:43:52.235 INFO kablam! warning: unused variable: `home` Oct 14 12:43:52.235 INFO kablam! --> src/main.rs:380:7 Oct 14 12:43:52.235 INFO kablam! | Oct 14 12:43:52.235 INFO kablam! 380 | let home = IpAddr { Oct 14 12:43:52.235 INFO kablam! | ^^^^ help: consider using `_home` instead Oct 14 12:43:52.235 INFO kablam! Oct 14 12:43:52.235 INFO kablam! warning: unused variable: `r1` Oct 14 12:43:52.235 INFO kablam! --> src/main.rs:498:9 Oct 14 12:43:52.235 INFO kablam! | Oct 14 12:43:52.235 INFO kablam! 498 | let r1 = &mut s; Oct 14 12:43:52.235 INFO kablam! | ^^ help: consider using `_r1` instead Oct 14 12:43:52.235 INFO kablam! Oct 14 12:43:52.235 INFO kablam! warning: unused variable: `r2` Oct 14 12:43:52.235 INFO kablam! --> src/main.rs:500:7 Oct 14 12:43:52.235 INFO kablam! | Oct 14 12:43:52.235 INFO kablam! 500 | let r2 = &mut s; Oct 14 12:43:52.235 INFO kablam! | ^^ help: consider using `_r2` instead Oct 14 12:43:52.235 INFO kablam! Oct 14 12:43:52.299 INFO kablam! warning: function is never used: `longest` Oct 14 12:43:52.299 INFO kablam! --> src/main.rs:53:3 Oct 14 12:43:52.299 INFO kablam! | Oct 14 12:43:52.299 INFO kablam! 53 | fn longest<'a>(x: &'a str, y: &'a str) -> &'a str { Oct 14 12:43:52.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.299 INFO kablam! | Oct 14 12:43:52.299 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:43:52.299 INFO kablam! Oct 14 12:43:52.299 INFO kablam! warning: function is never used: `sample_impl_trait_type` Oct 14 12:43:52.299 INFO kablam! --> src/main.rs:94:1 Oct 14 12:43:52.299 INFO kablam! | Oct 14 12:43:52.299 INFO kablam! 94 | fn sample_impl_trait_type() { Oct 14 12:43:52.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.299 INFO kablam! Oct 14 12:43:52.300 INFO kablam! warning: function is never used: `sample_generic_types` Oct 14 12:43:52.300 INFO kablam! --> src/main.rs:151:1 Oct 14 12:43:52.300 INFO kablam! | Oct 14 12:43:52.300 INFO kablam! 151 | fn sample_generic_types() { Oct 14 12:43:52.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.300 INFO kablam! Oct 14 12:43:52.300 INFO kablam! warning: function is never used: `sample_error_result` Oct 14 12:43:52.300 INFO kablam! --> src/main.rs:177:1 Oct 14 12:43:52.300 INFO kablam! | Oct 14 12:43:52.300 INFO kablam! 177 | fn sample_error_result() { Oct 14 12:43:52.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.300 INFO kablam! Oct 14 12:43:52.300 INFO kablam! warning: function is never used: `sample_error_panic` Oct 14 12:43:52.300 INFO kablam! --> src/main.rs:250:1 Oct 14 12:43:52.300 INFO kablam! | Oct 14 12:43:52.300 INFO kablam! 250 | fn sample_error_panic() { Oct 14 12:43:52.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.300 INFO kablam! Oct 14 12:43:52.300 INFO kablam! warning: function is never used: `sample_hash_map` Oct 14 12:43:52.300 INFO kablam! --> src/main.rs:257:1 Oct 14 12:43:52.300 INFO kablam! | Oct 14 12:43:52.300 INFO kablam! 257 | fn sample_hash_map() { Oct 14 12:43:52.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.300 INFO kablam! Oct 14 12:43:52.300 INFO kablam! warning: function is never used: `sample_vector` Oct 14 12:43:52.300 INFO kablam! --> src/main.rs:285:1 Oct 14 12:43:52.300 INFO kablam! | Oct 14 12:43:52.300 INFO kablam! 285 | fn sample_vector() { Oct 14 12:43:52.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.300 INFO kablam! Oct 14 12:43:52.300 INFO kablam! warning: function is never used: `sample_if_let` Oct 14 12:43:52.300 INFO kablam! --> src/main.rs:309:1 Oct 14 12:43:52.300 INFO kablam! | Oct 14 12:43:52.300 INFO kablam! 309 | fn sample_if_let() { Oct 14 12:43:52.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.300 INFO kablam! Oct 14 12:43:52.300 INFO kablam! warning: function is never used: `sample_match` Oct 14 12:43:52.300 INFO kablam! --> src/main.rs:324:1 Oct 14 12:43:52.301 INFO kablam! | Oct 14 12:43:52.301 INFO kablam! 324 | fn sample_match() { Oct 14 12:43:52.301 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.301 INFO kablam! Oct 14 12:43:52.301 INFO kablam! warning: function is never used: `sample_enum` Oct 14 12:43:52.301 INFO kablam! --> src/main.rs:370:1 Oct 14 12:43:52.301 INFO kablam! | Oct 14 12:43:52.301 INFO kablam! 370 | fn sample_enum() { Oct 14 12:43:52.301 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 12:43:52.301 INFO kablam! Oct 14 12:43:52.301 INFO kablam! warning: function is never used: `sample_method_syntax` Oct 14 12:43:52.301 INFO kablam! --> src/main.rs:386:1 Oct 14 12:43:52.301 INFO kablam! | Oct 14 12:43:52.301 INFO kablam! 386 | fn sample_method_syntax() { Oct 14 12:43:52.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.301 INFO kablam! Oct 14 12:43:52.301 INFO kablam! warning: function is never used: `sample_use_struct` Oct 14 12:43:52.301 INFO kablam! --> src/main.rs:407:1 Oct 14 12:43:52.301 INFO kablam! | Oct 14 12:43:52.301 INFO kablam! 407 | fn sample_use_struct() { Oct 14 12:43:52.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.301 INFO kablam! Oct 14 12:43:52.301 INFO kablam! warning: function is never used: `sample_defining_struct` Oct 14 12:43:52.301 INFO kablam! --> src/main.rs:430:1 Oct 14 12:43:52.301 INFO kablam! | Oct 14 12:43:52.301 INFO kablam! 430 | fn sample_defining_struct() { Oct 14 12:43:52.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.301 INFO kablam! Oct 14 12:43:52.301 INFO kablam! warning: function is never used: `sample_string_slice` Oct 14 12:43:52.301 INFO kablam! --> src/main.rs:453:1 Oct 14 12:43:52.301 INFO kablam! | Oct 14 12:43:52.301 INFO kablam! 453 | fn sample_string_slice() { Oct 14 12:43:52.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.301 INFO kablam! Oct 14 12:43:52.301 INFO kablam! warning: function is never used: `sample_slice_type` Oct 14 12:43:52.301 INFO kablam! --> src/main.rs:478:1 Oct 14 12:43:52.301 INFO kablam! | Oct 14 12:43:52.301 INFO kablam! 478 | fn sample_slice_type() { Oct 14 12:43:52.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.301 INFO kablam! Oct 14 12:43:52.301 INFO kablam! warning: function is never used: `sample_ownership_multi_ref` Oct 14 12:43:52.301 INFO kablam! --> src/main.rs:494:1 Oct 14 12:43:52.301 INFO kablam! | Oct 14 12:43:52.301 INFO kablam! 494 | fn sample_ownership_multi_ref() { Oct 14 12:43:52.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.301 INFO kablam! Oct 14 12:43:52.301 INFO kablam! warning: function is never used: `sample_ownership_ref` Oct 14 12:43:52.301 INFO kablam! --> src/main.rs:507:1 Oct 14 12:43:52.301 INFO kablam! | Oct 14 12:43:52.301 INFO kablam! 507 | fn sample_ownership_ref() { Oct 14 12:43:52.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.301 INFO kablam! Oct 14 12:43:52.301 INFO kablam! warning: function is never used: `sample_ownership` Oct 14 12:43:52.301 INFO kablam! --> src/main.rs:536:1 Oct 14 12:43:52.301 INFO kablam! | Oct 14 12:43:52.301 INFO kablam! 536 | fn sample_ownership() { Oct 14 12:43:52.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.301 INFO kablam! Oct 14 12:43:52.301 INFO kablam! warning: function is never used: `sample_control_flow` Oct 14 12:43:52.301 INFO kablam! --> src/main.rs:562:1 Oct 14 12:43:52.301 INFO kablam! | Oct 14 12:43:52.301 INFO kablam! 562 | fn sample_control_flow() { Oct 14 12:43:52.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.301 INFO kablam! Oct 14 12:43:52.301 INFO kablam! warning: function is never used: `sample_function_call` Oct 14 12:43:52.301 INFO kablam! --> src/main.rs:609:1 Oct 14 12:43:52.301 INFO kablam! | Oct 14 12:43:52.301 INFO kablam! 609 | fn sample_function_call() { Oct 14 12:43:52.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.301 INFO kablam! Oct 14 12:43:52.301 INFO kablam! warning: function is never used: `sample_type` Oct 14 12:43:52.301 INFO kablam! --> src/main.rs:635:1 Oct 14 12:43:52.301 INFO kablam! | Oct 14 12:43:52.301 INFO kablam! 635 | fn sample_type() { Oct 14 12:43:52.301 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 12:43:52.301 INFO kablam! Oct 14 12:43:52.302 INFO kablam! warning: function is never used: `sample_len` Oct 14 12:43:52.302 INFO kablam! --> src/main.rs:643:1 Oct 14 12:43:52.302 INFO kablam! | Oct 14 12:43:52.302 INFO kablam! 643 | fn sample_len() { Oct 14 12:43:52.302 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 12:43:52.302 INFO kablam! Oct 14 12:43:52.302 INFO kablam! warning: function is never used: `sample_rang` Oct 14 12:43:52.302 INFO kablam! --> src/main.rs:648:1 Oct 14 12:43:52.302 INFO kablam! | Oct 14 12:43:52.302 INFO kablam! 648 | fn sample_rang() { Oct 14 12:43:52.302 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 12:43:52.302 INFO kablam! Oct 14 12:43:52.307 INFO kablam! warning: trait method `summarizeD` should have a snake case name such as `summarize_d` Oct 14 12:43:52.307 INFO kablam! --> src/main.rs:102:5 Oct 14 12:43:52.307 INFO kablam! | Oct 14 12:43:52.307 INFO kablam! 102 | fn summarizeD(&self) -> String; Oct 14 12:43:52.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.307 INFO kablam! | Oct 14 12:43:52.307 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 12:43:52.307 INFO kablam! Oct 14 12:43:52.307 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:43:52.307 INFO kablam! --> src/main.rs:223:5 Oct 14 12:43:52.307 INFO kablam! | Oct 14 12:43:52.307 INFO kablam! 223 | File::open("./src/hello.txt")?.read_to_string(&mut s2); Oct 14 12:43:52.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:52.307 INFO kablam! | Oct 14 12:43:52.307 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:43:52.307 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:43:52.307 INFO kablam! Oct 14 12:43:52.307 INFO kablam! warning: variable `commonS` should have a snake case name such as `common_s` Oct 14 12:43:52.307 INFO kablam! --> src/main.rs:455:7 Oct 14 12:43:52.307 INFO kablam! | Oct 14 12:43:52.307 INFO kablam! 455 | let commonS = "Hello Common World"; Oct 14 12:43:52.307 INFO kablam! | ^^^^^^^ Oct 14 12:43:52.307 INFO kablam! Oct 14 12:43:52.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.94s Oct 14 12:43:52.983 INFO kablam! su: No module specific data is present Oct 14 12:43:53.808 INFO running `"docker" "rm" "-f" "271ac66258c6e210d887bcf53767128a2839bece031bfcd926e83f7b4fdb87fa"` Oct 14 12:43:54.051 INFO blam! 271ac66258c6e210d887bcf53767128a2839bece031bfcd926e83f7b4fdb87fa Oct 14 12:43:54.059 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.515 INFO blam! 811089968ca2c339ec91b0f9f59656d4621159a8fbb7d7b5442dd0ecd7ca3bcb Oct 14 12:43:54.519 INFO running `"docker" "start" "-a" "811089968ca2c339ec91b0f9f59656d4621159a8fbb7d7b5442dd0ecd7ca3bcb"` Oct 14 12:43:56.499 INFO kablam! usermod: no changes Oct 14 12:43:56.583 INFO kablam! Compiling hello v0.1.0 (/source) Oct 14 12:43:56.843 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 12:43:56.843 INFO kablam! --> src/main.rs:567:17 Oct 14 12:43:56.843 INFO kablam! | Oct 14 12:43:56.843 INFO kablam! 567 | for number in (1..5) { Oct 14 12:43:56.843 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 14 12:43:56.843 INFO kablam! | Oct 14 12:43:56.843 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 12:43:56.843 INFO kablam! Oct 14 12:43:56.954 INFO kablam! warning: unreachable statement Oct 14 12:43:56.954 INFO kablam! --> src/main.rs:254:3 Oct 14 12:43:56.954 INFO kablam! | Oct 14 12:43:56.954 INFO kablam! 254 | println!("{}", "Run here?"); // Not run Oct 14 12:43:56.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:56.954 INFO kablam! | Oct 14 12:43:56.963 INFO kablam! = note: #[warn(unreachable_code)] on by default Oct 14 12:43:56.963 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.963 INFO kablam! Oct 14 12:43:57.043 INFO kablam! warning: unused variable: `f` Oct 14 12:43:57.043 INFO kablam! --> src/main.rs:188:7 Oct 14 12:43:57.044 INFO kablam! | Oct 14 12:43:57.044 INFO kablam! 188 | let f = match f { Oct 14 12:43:57.044 INFO kablam! | ^ help: consider using `_f` instead Oct 14 12:43:57.045 INFO kablam! | Oct 14 12:43:57.045 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:43:57.045 INFO kablam! Oct 14 12:43:57.046 INFO kablam! warning: unused variable: `row` Oct 14 12:43:57.046 INFO kablam! --> src/main.rs:301:7 Oct 14 12:43:57.046 INFO kablam! | Oct 14 12:43:57.046 INFO kablam! 301 | let row = vec![ Oct 14 12:43:57.047 INFO kablam! | ^^^ help: consider using `_row` instead Oct 14 12:43:57.047 INFO kablam! Oct 14 12:43:57.047 INFO kablam! warning: unused variable: `six` Oct 14 12:43:57.047 INFO kablam! --> src/main.rs:358:7 Oct 14 12:43:57.048 INFO kablam! | Oct 14 12:43:57.048 INFO kablam! 358 | let six = plus_one(five); Oct 14 12:43:57.048 INFO kablam! | ^^^ help: consider using `_six` instead Oct 14 12:43:57.048 INFO kablam! Oct 14 12:43:57.049 INFO kablam! warning: unused variable: `none` Oct 14 12:43:57.049 INFO kablam! --> src/main.rs:359:7 Oct 14 12:43:57.049 INFO kablam! | Oct 14 12:43:57.049 INFO kablam! 359 | let none = plus_one(None); Oct 14 12:43:57.050 INFO kablam! | ^^^^ help: consider using `_none` instead Oct 14 12:43:57.050 INFO kablam! Oct 14 12:43:57.050 INFO kablam! warning: unused variable: `home` Oct 14 12:43:57.050 INFO kablam! --> src/main.rs:380:7 Oct 14 12:43:57.051 INFO kablam! | Oct 14 12:43:57.051 INFO kablam! 380 | let home = IpAddr { Oct 14 12:43:57.051 INFO kablam! | ^^^^ help: consider using `_home` instead Oct 14 12:43:57.051 INFO kablam! Oct 14 12:43:57.052 INFO kablam! warning: unused variable: `r1` Oct 14 12:43:57.052 INFO kablam! --> src/main.rs:498:9 Oct 14 12:43:57.052 INFO kablam! | Oct 14 12:43:57.053 INFO kablam! 498 | let r1 = &mut s; Oct 14 12:43:57.053 INFO kablam! | ^^ help: consider using `_r1` instead Oct 14 12:43:57.053 INFO kablam! Oct 14 12:43:57.054 INFO kablam! warning: unused variable: `r2` Oct 14 12:43:57.054 INFO kablam! --> src/main.rs:500:7 Oct 14 12:43:57.054 INFO kablam! | Oct 14 12:43:57.054 INFO kablam! 500 | let r2 = &mut s; Oct 14 12:43:57.055 INFO kablam! | ^^ help: consider using `_r2` instead Oct 14 12:43:57.055 INFO kablam! Oct 14 12:43:57.112 INFO kablam! warning: function is never used: `longest` Oct 14 12:43:57.112 INFO kablam! --> src/main.rs:53:3 Oct 14 12:43:57.112 INFO kablam! | Oct 14 12:43:57.112 INFO kablam! 53 | fn longest<'a>(x: &'a str, y: &'a str) -> &'a str { Oct 14 12:43:57.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.113 INFO kablam! | Oct 14 12:43:57.113 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:43:57.114 INFO kablam! Oct 14 12:43:57.114 INFO kablam! warning: function is never used: `sample_impl_trait_type` Oct 14 12:43:57.114 INFO kablam! --> src/main.rs:94:1 Oct 14 12:43:57.114 INFO kablam! | Oct 14 12:43:57.115 INFO kablam! 94 | fn sample_impl_trait_type() { Oct 14 12:43:57.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.115 INFO kablam! Oct 14 12:43:57.115 INFO kablam! warning: function is never used: `sample_generic_types` Oct 14 12:43:57.116 INFO kablam! --> src/main.rs:151:1 Oct 14 12:43:57.116 INFO kablam! | Oct 14 12:43:57.116 INFO kablam! 151 | fn sample_generic_types() { Oct 14 12:43:57.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.117 INFO kablam! Oct 14 12:43:57.117 INFO kablam! warning: function is never used: `sample_error_result` Oct 14 12:43:57.117 INFO kablam! --> src/main.rs:177:1 Oct 14 12:43:57.117 INFO kablam! | Oct 14 12:43:57.118 INFO kablam! 177 | fn sample_error_result() { Oct 14 12:43:57.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.118 INFO kablam! Oct 14 12:43:57.118 INFO kablam! warning: function is never used: `sample_error_panic` Oct 14 12:43:57.119 INFO kablam! --> src/main.rs:250:1 Oct 14 12:43:57.119 INFO kablam! | Oct 14 12:43:57.119 INFO kablam! 250 | fn sample_error_panic() { Oct 14 12:43:57.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.120 INFO kablam! Oct 14 12:43:57.120 INFO kablam! warning: function is never used: `sample_hash_map` Oct 14 12:43:57.120 INFO kablam! --> src/main.rs:257:1 Oct 14 12:43:57.120 INFO kablam! | Oct 14 12:43:57.121 INFO kablam! 257 | fn sample_hash_map() { Oct 14 12:43:57.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.121 INFO kablam! Oct 14 12:43:57.121 INFO kablam! warning: function is never used: `sample_vector` Oct 14 12:43:57.122 INFO kablam! --> src/main.rs:285:1 Oct 14 12:43:57.122 INFO kablam! | Oct 14 12:43:57.122 INFO kablam! 285 | fn sample_vector() { Oct 14 12:43:57.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.123 INFO kablam! Oct 14 12:43:57.123 INFO kablam! warning: function is never used: `sample_if_let` Oct 14 12:43:57.123 INFO kablam! --> src/main.rs:309:1 Oct 14 12:43:57.123 INFO kablam! | Oct 14 12:43:57.123 INFO kablam! 309 | fn sample_if_let() { Oct 14 12:43:57.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.123 INFO kablam! Oct 14 12:43:57.123 INFO kablam! warning: function is never used: `sample_match` Oct 14 12:43:57.123 INFO kablam! --> src/main.rs:324:1 Oct 14 12:43:57.123 INFO kablam! | Oct 14 12:43:57.123 INFO kablam! 324 | fn sample_match() { Oct 14 12:43:57.123 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.123 INFO kablam! Oct 14 12:43:57.123 INFO kablam! warning: function is never used: `sample_enum` Oct 14 12:43:57.123 INFO kablam! --> src/main.rs:370:1 Oct 14 12:43:57.123 INFO kablam! | Oct 14 12:43:57.123 INFO kablam! 370 | fn sample_enum() { Oct 14 12:43:57.123 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 12:43:57.123 INFO kablam! Oct 14 12:43:57.123 INFO kablam! warning: function is never used: `sample_method_syntax` Oct 14 12:43:57.123 INFO kablam! --> src/main.rs:386:1 Oct 14 12:43:57.123 INFO kablam! | Oct 14 12:43:57.123 INFO kablam! 386 | fn sample_method_syntax() { Oct 14 12:43:57.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.123 INFO kablam! Oct 14 12:43:57.123 INFO kablam! warning: function is never used: `sample_use_struct` Oct 14 12:43:57.123 INFO kablam! --> src/main.rs:407:1 Oct 14 12:43:57.123 INFO kablam! | Oct 14 12:43:57.123 INFO kablam! 407 | fn sample_use_struct() { Oct 14 12:43:57.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.123 INFO kablam! Oct 14 12:43:57.123 INFO kablam! warning: function is never used: `sample_defining_struct` Oct 14 12:43:57.123 INFO kablam! --> src/main.rs:430:1 Oct 14 12:43:57.123 INFO kablam! | Oct 14 12:43:57.123 INFO kablam! 430 | fn sample_defining_struct() { Oct 14 12:43:57.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.124 INFO kablam! Oct 14 12:43:57.124 INFO kablam! warning: function is never used: `sample_string_slice` Oct 14 12:43:57.124 INFO kablam! --> src/main.rs:453:1 Oct 14 12:43:57.124 INFO kablam! | Oct 14 12:43:57.124 INFO kablam! 453 | fn sample_string_slice() { Oct 14 12:43:57.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.124 INFO kablam! Oct 14 12:43:57.124 INFO kablam! warning: function is never used: `sample_slice_type` Oct 14 12:43:57.124 INFO kablam! --> src/main.rs:478:1 Oct 14 12:43:57.124 INFO kablam! | Oct 14 12:43:57.124 INFO kablam! 478 | fn sample_slice_type() { Oct 14 12:43:57.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.124 INFO kablam! Oct 14 12:43:57.124 INFO kablam! warning: function is never used: `sample_ownership_multi_ref` Oct 14 12:43:57.124 INFO kablam! --> src/main.rs:494:1 Oct 14 12:43:57.124 INFO kablam! | Oct 14 12:43:57.124 INFO kablam! 494 | fn sample_ownership_multi_ref() { Oct 14 12:43:57.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.124 INFO kablam! Oct 14 12:43:57.124 INFO kablam! warning: function is never used: `sample_ownership_ref` Oct 14 12:43:57.124 INFO kablam! --> src/main.rs:507:1 Oct 14 12:43:57.124 INFO kablam! | Oct 14 12:43:57.124 INFO kablam! 507 | fn sample_ownership_ref() { Oct 14 12:43:57.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.124 INFO kablam! Oct 14 12:43:57.124 INFO kablam! warning: function is never used: `sample_ownership` Oct 14 12:43:57.124 INFO kablam! --> src/main.rs:536:1 Oct 14 12:43:57.124 INFO kablam! | Oct 14 12:43:57.124 INFO kablam! 536 | fn sample_ownership() { Oct 14 12:43:57.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.124 INFO kablam! Oct 14 12:43:57.124 INFO kablam! warning: function is never used: `sample_control_flow` Oct 14 12:43:57.124 INFO kablam! --> src/main.rs:562:1 Oct 14 12:43:57.124 INFO kablam! | Oct 14 12:43:57.124 INFO kablam! 562 | fn sample_control_flow() { Oct 14 12:43:57.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.124 INFO kablam! Oct 14 12:43:57.124 INFO kablam! warning: function is never used: `sample_function_call` Oct 14 12:43:57.124 INFO kablam! --> src/main.rs:609:1 Oct 14 12:43:57.124 INFO kablam! | Oct 14 12:43:57.124 INFO kablam! 609 | fn sample_function_call() { Oct 14 12:43:57.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.124 INFO kablam! Oct 14 12:43:57.124 INFO kablam! warning: function is never used: `sample_type` Oct 14 12:43:57.124 INFO kablam! --> src/main.rs:635:1 Oct 14 12:43:57.124 INFO kablam! | Oct 14 12:43:57.124 INFO kablam! 635 | fn sample_type() { Oct 14 12:43:57.124 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 12:43:57.124 INFO kablam! Oct 14 12:43:57.124 INFO kablam! warning: function is never used: `sample_len` Oct 14 12:43:57.124 INFO kablam! --> src/main.rs:643:1 Oct 14 12:43:57.124 INFO kablam! | Oct 14 12:43:57.124 INFO kablam! 643 | fn sample_len() { Oct 14 12:43:57.124 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 12:43:57.124 INFO kablam! Oct 14 12:43:57.124 INFO kablam! warning: function is never used: `sample_rang` Oct 14 12:43:57.124 INFO kablam! --> src/main.rs:648:1 Oct 14 12:43:57.124 INFO kablam! | Oct 14 12:43:57.124 INFO kablam! 648 | fn sample_rang() { Oct 14 12:43:57.124 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 12:43:57.124 INFO kablam! Oct 14 12:43:57.124 INFO kablam! warning: trait method `summarizeD` should have a snake case name such as `summarize_d` Oct 14 12:43:57.124 INFO kablam! --> src/main.rs:102:5 Oct 14 12:43:57.124 INFO kablam! | Oct 14 12:43:57.124 INFO kablam! 102 | fn summarizeD(&self) -> String; Oct 14 12:43:57.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.124 INFO kablam! | Oct 14 12:43:57.124 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 12:43:57.124 INFO kablam! Oct 14 12:43:57.124 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 12:43:57.124 INFO kablam! --> src/main.rs:223:5 Oct 14 12:43:57.124 INFO kablam! | Oct 14 12:43:57.124 INFO kablam! 223 | File::open("./src/hello.txt")?.read_to_string(&mut s2); Oct 14 12:43:57.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:43:57.124 INFO kablam! | Oct 14 12:43:57.124 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 12:43:57.124 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 12:43:57.124 INFO kablam! Oct 14 12:43:57.124 INFO kablam! warning: variable `commonS` should have a snake case name such as `common_s` Oct 14 12:43:57.124 INFO kablam! --> src/main.rs:455:7 Oct 14 12:43:57.124 INFO kablam! | Oct 14 12:43:57.124 INFO kablam! 455 | let commonS = "Hello Common World"; Oct 14 12:43:57.124 INFO kablam! | ^^^^^^^ Oct 14 12:43:57.124 INFO kablam! Oct 14 12:43:57.713 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 14 12:43:57.716 INFO kablam! su: No module specific data is present Oct 14 12:43:58.489 INFO running `"docker" "rm" "-f" "811089968ca2c339ec91b0f9f59656d4621159a8fbb7d7b5442dd0ecd7ca3bcb"` Oct 14 12:43:58.799 INFO blam! 811089968ca2c339ec91b0f9f59656d4621159a8fbb7d7b5442dd0ecd7ca3bcb Oct 14 12:43:58.808 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:59.281 INFO blam! 4f182139a0380912b15601751a0994315baf133ca33b5ae02fcb3e51b016c30d Oct 14 12:43:59.287 INFO running `"docker" "start" "-a" "4f182139a0380912b15601751a0994315baf133ca33b5ae02fcb3e51b016c30d"` Oct 14 12:44:01.067 INFO kablam! usermod: no changes Oct 14 12:44:01.186 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 14 12:44:01.186 INFO blam! Oct 14 12:44:01.186 INFO kablam! Running /target/debug/deps/hello-fc72ff715ce17f1d Oct 14 12:44:01.186 INFO blam! running 0 tests Oct 14 12:44:01.186 INFO blam! Oct 14 12:44:01.186 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:44:01.186 INFO blam! Oct 14 12:44:01.188 INFO kablam! su: No module specific data is present Oct 14 12:44:02.089 INFO running `"docker" "rm" "-f" "4f182139a0380912b15601751a0994315baf133ca33b5ae02fcb3e51b016c30d"` Oct 14 12:44:02.387 INFO blam! 4f182139a0380912b15601751a0994315baf133ca33b5ae02fcb3e51b016c30d