Oct 14 15:49:54.244 INFO testing k-masatany/rust_self_study against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 15:49:54.244 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15:49:54.599 INFO blam! 1e33556b908a057558e0a45bc1345e40233dc5e00c9605deeca6fd56946594a2 Oct 14 15:49:54.601 INFO running `"docker" "start" "-a" "1e33556b908a057558e0a45bc1345e40233dc5e00c9605deeca6fd56946594a2"` Oct 14 15:49:55.046 INFO kablam! usermod: no changes Oct 14 15:49:55.082 INFO kablam! Compiling rust_self_study v0.1.0 (/source) Oct 14 15:49:55.315 INFO kablam! warning: unused variable: `n` Oct 14 15:49:55.315 INFO kablam! --> src/main.rs:7:9 Oct 14 15:49:55.315 INFO kablam! | Oct 14 15:49:55.315 INFO kablam! 7 | let n = buffer.trim().parse::().unwrap(); Oct 14 15:49:55.315 INFO kablam! | ^ help: consider using `_n` instead Oct 14 15:49:55.315 INFO kablam! | Oct 14 15:49:55.315 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:49:55.315 INFO kablam! Oct 14 15:49:55.323 INFO kablam! warning: function is never used: `multiples_of_3_and_5` Oct 14 15:49:55.323 INFO kablam! --> src/problems/prob1.rs:1:1 Oct 14 15:49:55.323 INFO kablam! | Oct 14 15:49:55.323 INFO kablam! 1 | pub fn multiples_of_3_and_5(n: u32) -> u64{ Oct 14 15:49:55.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:55.323 INFO kablam! | Oct 14 15:49:55.323 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:49:55.323 INFO kablam! Oct 14 15:49:55.323 INFO kablam! warning: function is never used: `tail_multiples_of_3_and_5` Oct 14 15:49:55.323 INFO kablam! --> src/problems/prob1.rs:5:1 Oct 14 15:49:55.323 INFO kablam! | Oct 14 15:49:55.323 INFO kablam! 5 | fn tail_multiples_of_3_and_5(n: u32, att: u64) -> u64 { Oct 14 15:49:55.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:55.323 INFO kablam! Oct 14 15:49:55.323 INFO kablam! warning: function is never used: `even_fibonacci_numbers` Oct 14 15:49:55.323 INFO kablam! --> src/problems/prob2.rs:1:1 Oct 14 15:49:55.323 INFO kablam! | Oct 14 15:49:55.323 INFO kablam! 1 | pub fn even_fibonacci_numbers(lim: u64) -> u64 { Oct 14 15:49:55.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:55.323 INFO kablam! Oct 14 15:49:55.323 INFO kablam! warning: function is never used: `tail_even_fibonacci_numbers` Oct 14 15:49:55.323 INFO kablam! --> src/problems/prob2.rs:5:1 Oct 14 15:49:55.323 INFO kablam! | Oct 14 15:49:55.323 INFO kablam! 5 | fn tail_even_fibonacci_numbers(lim: u64, current: u64, before: u64, att: u64) -> u64 { Oct 14 15:49:55.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:55.323 INFO kablam! Oct 14 15:49:55.323 INFO kablam! warning: function is never used: `largest_prime_factor` Oct 14 15:49:55.323 INFO kablam! --> src/problems/prob3.rs:1:1 Oct 14 15:49:55.323 INFO kablam! | Oct 14 15:49:55.323 INFO kablam! 1 | pub fn largest_prime_factor(n: u64) -> u64 { Oct 14 15:49:55.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:55.323 INFO kablam! Oct 14 15:49:55.323 INFO kablam! warning: function is never used: `tail_largest_prime_factor` Oct 14 15:49:55.323 INFO kablam! --> src/problems/prob3.rs:5:1 Oct 14 15:49:55.323 INFO kablam! | Oct 14 15:49:55.323 INFO kablam! 5 | fn tail_largest_prime_factor(n: u64, lpf: u64, att: u64) -> u64 { Oct 14 15:49:55.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:55.323 INFO kablam! Oct 14 15:49:56.105 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.03s Oct 14 15:49:56.107 INFO kablam! su: No module specific data is present Oct 14 15:49:56.717 INFO running `"docker" "rm" "-f" "1e33556b908a057558e0a45bc1345e40233dc5e00c9605deeca6fd56946594a2"` Oct 14 15:49:56.795 INFO blam! 1e33556b908a057558e0a45bc1345e40233dc5e00c9605deeca6fd56946594a2 Oct 14 15:49:56.796 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15:49:56.990 INFO blam! b245269e7c892f7098672c0087eb3b798fa146799d6a8b5faa1398fadb83eafc Oct 14 15:49:56.993 INFO running `"docker" "start" "-a" "b245269e7c892f7098672c0087eb3b798fa146799d6a8b5faa1398fadb83eafc"` Oct 14 15:49:57.323 INFO kablam! usermod: no changes Oct 14 15:49:57.358 INFO kablam! Compiling rust_self_study v0.1.0 (/source) Oct 14 15:49:57.587 INFO kablam! warning: unused variable: `n` Oct 14 15:49:57.587 INFO kablam! --> src/main.rs:7:9 Oct 14 15:49:57.587 INFO kablam! | Oct 14 15:49:57.587 INFO kablam! 7 | let n = buffer.trim().parse::().unwrap(); Oct 14 15:49:57.587 INFO kablam! | ^ help: consider using `_n` instead Oct 14 15:49:57.587 INFO kablam! | Oct 14 15:49:57.587 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:49:57.587 INFO kablam! Oct 14 15:49:57.597 INFO kablam! warning: function is never used: `multiples_of_3_and_5` Oct 14 15:49:57.597 INFO kablam! --> src/problems/prob1.rs:1:1 Oct 14 15:49:57.597 INFO kablam! | Oct 14 15:49:57.597 INFO kablam! 1 | pub fn multiples_of_3_and_5(n: u32) -> u64{ Oct 14 15:49:57.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:57.597 INFO kablam! | Oct 14 15:49:57.597 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:49:57.597 INFO kablam! Oct 14 15:49:57.597 INFO kablam! warning: function is never used: `tail_multiples_of_3_and_5` Oct 14 15:49:57.597 INFO kablam! --> src/problems/prob1.rs:5:1 Oct 14 15:49:57.597 INFO kablam! | Oct 14 15:49:57.597 INFO kablam! 5 | fn tail_multiples_of_3_and_5(n: u32, att: u64) -> u64 { Oct 14 15:49:57.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:57.597 INFO kablam! Oct 14 15:49:57.597 INFO kablam! warning: function is never used: `even_fibonacci_numbers` Oct 14 15:49:57.597 INFO kablam! --> src/problems/prob2.rs:1:1 Oct 14 15:49:57.597 INFO kablam! | Oct 14 15:49:57.597 INFO kablam! 1 | pub fn even_fibonacci_numbers(lim: u64) -> u64 { Oct 14 15:49:57.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:57.597 INFO kablam! Oct 14 15:49:57.597 INFO kablam! warning: function is never used: `tail_even_fibonacci_numbers` Oct 14 15:49:57.597 INFO kablam! --> src/problems/prob2.rs:5:1 Oct 14 15:49:57.597 INFO kablam! | Oct 14 15:49:57.597 INFO kablam! 5 | fn tail_even_fibonacci_numbers(lim: u64, current: u64, before: u64, att: u64) -> u64 { Oct 14 15:49:57.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:57.597 INFO kablam! Oct 14 15:49:57.597 INFO kablam! warning: function is never used: `largest_prime_factor` Oct 14 15:49:57.597 INFO kablam! --> src/problems/prob3.rs:1:1 Oct 14 15:49:57.597 INFO kablam! | Oct 14 15:49:57.597 INFO kablam! 1 | pub fn largest_prime_factor(n: u64) -> u64 { Oct 14 15:49:57.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:57.597 INFO kablam! Oct 14 15:49:57.597 INFO kablam! warning: function is never used: `tail_largest_prime_factor` Oct 14 15:49:57.597 INFO kablam! --> src/problems/prob3.rs:5:1 Oct 14 15:49:57.597 INFO kablam! | Oct 14 15:49:57.597 INFO kablam! 5 | fn tail_largest_prime_factor(n: u64, lpf: u64, att: u64) -> u64 { Oct 14 15:49:57.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:49:57.597 INFO kablam! Oct 14 15:49:57.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.61s Oct 14 15:49:57.961 INFO kablam! su: No module specific data is present Oct 14 15:49:58.419 INFO running `"docker" "rm" "-f" "b245269e7c892f7098672c0087eb3b798fa146799d6a8b5faa1398fadb83eafc"` Oct 14 15:49:58.609 INFO blam! b245269e7c892f7098672c0087eb3b798fa146799d6a8b5faa1398fadb83eafc Oct 14 15:49:58.612 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15:49:58.894 INFO blam! ba087e313391b398eb72e2d51794094420d2a958d1ce8be8ccabd626c07fabb8 Oct 14 15:49:58.898 INFO running `"docker" "start" "-a" "ba087e313391b398eb72e2d51794094420d2a958d1ce8be8ccabd626c07fabb8"` Oct 14 15:49:59.489 INFO kablam! usermod: no changes Oct 14 15:49:59.510 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 15:49:59.511 INFO kablam! Running /target/debug/deps/rust_self_study-2b990d263ad06780 Oct 14 15:49:59.533 INFO kablam! su: No module specific data is present Oct 14 15:49:59.533 INFO blam! Oct 14 15:49:59.533 INFO blam! running 0 tests Oct 14 15:49:59.533 INFO blam! Oct 14 15:49:59.533 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:49:59.533 INFO blam! Oct 14 15:49:59.771 INFO running `"docker" "rm" "-f" "ba087e313391b398eb72e2d51794094420d2a958d1ce8be8ccabd626c07fabb8"` Oct 14 15:49:59.947 INFO blam! ba087e313391b398eb72e2d51794094420d2a958d1ce8be8ccabd626c07fabb8