Oct 15 01:32:02.994 INFO testing cadaverine/huge-fibonacci-modulo against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 01:32:02.996 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 01:32:03.401 INFO blam! 0767fc4c7a59f8f5f6c347b9462b11cdd819e6f6bfeba01dcc9006c57562e1b3 Oct 15 01:32:03.415 INFO running `"docker" "start" "-a" "0767fc4c7a59f8f5f6c347b9462b11cdd819e6f6bfeba01dcc9006c57562e1b3"` Oct 15 01:32:04.572 INFO kablam! usermod: no changes Oct 15 01:32:04.611 INFO kablam! Compiling huge_fibonacci_modulo v0.1.0 (/source) Oct 15 01:32:04.911 INFO kablam! warning: unused variable: `start_pizano_idx` Oct 15 01:32:04.911 INFO kablam! --> src/main.rs:30:9 Oct 15 01:32:04.911 INFO kablam! | Oct 15 01:32:04.911 INFO kablam! 30 | let start_pizano_idx = 0; Oct 15 01:32:04.911 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_start_pizano_idx` instead Oct 15 01:32:04.911 INFO kablam! | Oct 15 01:32:04.911 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:32:04.911 INFO kablam! Oct 15 01:32:04.911 INFO kablam! warning: unused variable: `end_pizano_idx` Oct 15 01:32:04.911 INFO kablam! --> src/main.rs:31:13 Oct 15 01:32:04.911 INFO kablam! | Oct 15 01:32:04.911 INFO kablam! 31 | let mut end_pizano_idx = 1; Oct 15 01:32:04.911 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_end_pizano_idx` instead Oct 15 01:32:04.911 INFO kablam! Oct 15 01:32:04.911 INFO kablam! warning: unused variable: `cycle_value` Oct 15 01:32:04.911 INFO kablam! --> src/main.rs:33:13 Oct 15 01:32:04.911 INFO kablam! | Oct 15 01:32:04.911 INFO kablam! 33 | let mut cycle_value = 1; Oct 15 01:32:04.911 INFO kablam! | ^^^^^^^^^^^ help: consider using `_cycle_value` instead Oct 15 01:32:04.911 INFO kablam! Oct 15 01:32:04.911 INFO kablam! warning: unused variable: `cycle_counter` Oct 15 01:32:04.911 INFO kablam! --> src/main.rs:34:13 Oct 15 01:32:04.911 INFO kablam! | Oct 15 01:32:04.911 INFO kablam! 34 | let mut cycle_counter = 0; Oct 15 01:32:04.911 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_cycle_counter` instead Oct 15 01:32:04.911 INFO kablam! Oct 15 01:32:04.911 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:04.911 INFO kablam! --> src/main.rs:31:9 Oct 15 01:32:04.911 INFO kablam! | Oct 15 01:32:04.911 INFO kablam! 31 | let mut end_pizano_idx = 1; Oct 15 01:32:04.911 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 01:32:04.911 INFO kablam! | | Oct 15 01:32:04.911 INFO kablam! | help: remove this `mut` Oct 15 01:32:04.911 INFO kablam! | Oct 15 01:32:04.911 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:32:04.911 INFO kablam! Oct 15 01:32:04.911 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:04.911 INFO kablam! --> src/main.rs:33:9 Oct 15 01:32:04.911 INFO kablam! | Oct 15 01:32:04.911 INFO kablam! 33 | let mut cycle_value = 1; Oct 15 01:32:04.911 INFO kablam! | ----^^^^^^^^^^^ Oct 15 01:32:04.911 INFO kablam! | | Oct 15 01:32:04.911 INFO kablam! | help: remove this `mut` Oct 15 01:32:04.911 INFO kablam! Oct 15 01:32:04.911 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:04.911 INFO kablam! --> src/main.rs:34:9 Oct 15 01:32:04.911 INFO kablam! | Oct 15 01:32:04.911 INFO kablam! 34 | let mut cycle_counter = 0; Oct 15 01:32:04.911 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 01:32:04.911 INFO kablam! | | Oct 15 01:32:04.911 INFO kablam! | help: remove this `mut` Oct 15 01:32:04.911 INFO kablam! Oct 15 01:32:05.281 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.68s Oct 15 01:32:05.283 INFO kablam! su: No module specific data is present Oct 15 01:32:05.721 INFO running `"docker" "rm" "-f" "0767fc4c7a59f8f5f6c347b9462b11cdd819e6f6bfeba01dcc9006c57562e1b3"` Oct 15 01:32:05.835 INFO blam! 0767fc4c7a59f8f5f6c347b9462b11cdd819e6f6bfeba01dcc9006c57562e1b3 Oct 15 01:32:05.837 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 01:32:06.063 INFO blam! 0a57e59e46666c442ae90b457e6fcbdce9be7750010e81e2ed63937c9c0defe9 Oct 15 01:32:06.065 INFO running `"docker" "start" "-a" "0a57e59e46666c442ae90b457e6fcbdce9be7750010e81e2ed63937c9c0defe9"` Oct 15 01:32:06.460 INFO kablam! usermod: no changes Oct 15 01:32:06.487 INFO kablam! Compiling huge_fibonacci_modulo v0.1.0 (/source) Oct 15 01:32:06.835 INFO kablam! warning: unused variable: `start_pizano_idx` Oct 15 01:32:06.836 INFO kablam! --> src/main.rs:30:9 Oct 15 01:32:06.836 INFO kablam! | Oct 15 01:32:06.836 INFO kablam! 30 | let start_pizano_idx = 0; Oct 15 01:32:06.836 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_start_pizano_idx` instead Oct 15 01:32:06.836 INFO kablam! | Oct 15 01:32:06.837 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:32:06.837 INFO kablam! Oct 15 01:32:06.837 INFO kablam! warning: unused variable: `end_pizano_idx` Oct 15 01:32:06.837 INFO kablam! --> src/main.rs:31:13 Oct 15 01:32:06.837 INFO kablam! | Oct 15 01:32:06.837 INFO kablam! 31 | let mut end_pizano_idx = 1; Oct 15 01:32:06.838 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_end_pizano_idx` instead Oct 15 01:32:06.838 INFO kablam! Oct 15 01:32:06.838 INFO kablam! warning: unused variable: `cycle_value` Oct 15 01:32:06.838 INFO kablam! --> src/main.rs:33:13 Oct 15 01:32:06.838 INFO kablam! | Oct 15 01:32:06.838 INFO kablam! 33 | let mut cycle_value = 1; Oct 15 01:32:06.839 INFO kablam! | ^^^^^^^^^^^ help: consider using `_cycle_value` instead Oct 15 01:32:06.839 INFO kablam! Oct 15 01:32:06.839 INFO kablam! warning: unused variable: `cycle_counter` Oct 15 01:32:06.839 INFO kablam! --> src/main.rs:34:13 Oct 15 01:32:06.839 INFO kablam! | Oct 15 01:32:06.839 INFO kablam! 34 | let mut cycle_counter = 0; Oct 15 01:32:06.840 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_cycle_counter` instead Oct 15 01:32:06.840 INFO kablam! Oct 15 01:32:06.840 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:06.840 INFO kablam! --> src/main.rs:31:9 Oct 15 01:32:06.840 INFO kablam! | Oct 15 01:32:06.841 INFO kablam! 31 | let mut end_pizano_idx = 1; Oct 15 01:32:06.841 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 01:32:06.841 INFO kablam! | | Oct 15 01:32:06.841 INFO kablam! | help: remove this `mut` Oct 15 01:32:06.841 INFO kablam! | Oct 15 01:32:06.841 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:32:06.842 INFO kablam! Oct 15 01:32:06.842 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:06.842 INFO kablam! --> src/main.rs:33:9 Oct 15 01:32:06.842 INFO kablam! | Oct 15 01:32:06.842 INFO kablam! 33 | let mut cycle_value = 1; Oct 15 01:32:06.842 INFO kablam! | ----^^^^^^^^^^^ Oct 15 01:32:06.843 INFO kablam! | | Oct 15 01:32:06.843 INFO kablam! | help: remove this `mut` Oct 15 01:32:06.843 INFO kablam! Oct 15 01:32:06.843 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:06.843 INFO kablam! --> src/main.rs:34:9 Oct 15 01:32:06.843 INFO kablam! | Oct 15 01:32:06.843 INFO kablam! 34 | let mut cycle_counter = 0; Oct 15 01:32:06.844 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 01:32:06.844 INFO kablam! | | Oct 15 01:32:06.844 INFO kablam! | help: remove this `mut` Oct 15 01:32:06.844 INFO kablam! Oct 15 01:32:07.226 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.75s Oct 15 01:32:07.226 INFO kablam! su: No module specific data is present Oct 15 01:32:07.659 INFO running `"docker" "rm" "-f" "0a57e59e46666c442ae90b457e6fcbdce9be7750010e81e2ed63937c9c0defe9"` Oct 15 01:32:07.783 INFO blam! 0a57e59e46666c442ae90b457e6fcbdce9be7750010e81e2ed63937c9c0defe9 Oct 15 01:32:07.785 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 15 01:32:08.006 INFO blam! 0a958d2b6825f7e95e1ee4abe39dabcc38ab2c955f32436671bc00458c3a35f1 Oct 15 01:32:08.008 INFO running `"docker" "start" "-a" "0a958d2b6825f7e95e1ee4abe39dabcc38ab2c955f32436671bc00458c3a35f1"` Oct 15 01:32:08.347 INFO kablam! usermod: no changes Oct 15 01:32:08.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 01:32:08.380 INFO kablam! Running /target/debug/deps/huge_fibonacci_modulo-2c9350ce14272322 Oct 15 01:32:08.382 INFO blam! Oct 15 01:32:08.382 INFO blam! running 0 tests Oct 15 01:32:08.382 INFO blam! Oct 15 01:32:08.382 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:32:08.382 INFO blam! Oct 15 01:32:08.384 INFO kablam! su: No module specific data is present Oct 15 01:32:08.614 INFO running `"docker" "rm" "-f" "0a958d2b6825f7e95e1ee4abe39dabcc38ab2c955f32436671bc00458c3a35f1"` Oct 15 01:32:08.739 INFO blam! 0a958d2b6825f7e95e1ee4abe39dabcc38ab2c955f32436671bc00458c3a35f1