Oct 11 01:39:51.547 INFO testing cadaverine/huge-fibonacci-modulo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:39:51.547 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:39:51.547 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 01:39:51.755 INFO blam! df4cb9efd67d3ef0248d0e0e288e910e33ee461b186e3cb3840039f9480bd5a3 Oct 11 01:39:51.758 INFO running `"docker" "start" "-a" "df4cb9efd67d3ef0248d0e0e288e910e33ee461b186e3cb3840039f9480bd5a3"` Oct 11 01:39:52.333 INFO kablam! usermod: no changes Oct 11 01:39:52.360 INFO kablam! Compiling huge_fibonacci_modulo v0.1.0 (/source) Oct 11 01:39:52.856 INFO kablam! warning: unused variable: `start_pizano_idx` Oct 11 01:39:52.857 INFO kablam! --> src/main.rs:30:9 Oct 11 01:39:52.857 INFO kablam! | Oct 11 01:39:52.857 INFO kablam! 30 | let start_pizano_idx = 0; Oct 11 01:39:52.857 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_start_pizano_idx` instead Oct 11 01:39:52.858 INFO kablam! | Oct 11 01:39:52.858 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:39:52.858 INFO kablam! Oct 11 01:39:52.858 INFO kablam! warning: unused variable: `end_pizano_idx` Oct 11 01:39:52.859 INFO kablam! --> src/main.rs:31:13 Oct 11 01:39:52.859 INFO kablam! | Oct 11 01:39:52.859 INFO kablam! 31 | let mut end_pizano_idx = 1; Oct 11 01:39:52.859 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_end_pizano_idx` instead Oct 11 01:39:52.860 INFO kablam! Oct 11 01:39:52.861 INFO kablam! warning: unused variable: `cycle_value` Oct 11 01:39:52.861 INFO kablam! --> src/main.rs:33:13 Oct 11 01:39:52.861 INFO kablam! | Oct 11 01:39:52.862 INFO kablam! 33 | let mut cycle_value = 1; Oct 11 01:39:52.862 INFO kablam! | ^^^^^^^^^^^ help: consider using `_cycle_value` instead Oct 11 01:39:52.862 INFO kablam! Oct 11 01:39:52.862 INFO kablam! warning: unused variable: `cycle_counter` Oct 11 01:39:52.863 INFO kablam! --> src/main.rs:34:13 Oct 11 01:39:52.863 INFO kablam! | Oct 11 01:39:52.863 INFO kablam! 34 | let mut cycle_counter = 0; Oct 11 01:39:52.863 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_cycle_counter` instead Oct 11 01:39:52.863 INFO kablam! Oct 11 01:39:52.863 INFO kablam! warning: variable does not need to be mutable Oct 11 01:39:52.864 INFO kablam! --> src/main.rs:31:9 Oct 11 01:39:52.864 INFO kablam! | Oct 11 01:39:52.864 INFO kablam! 31 | let mut end_pizano_idx = 1; Oct 11 01:39:52.864 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 01:39:52.864 INFO kablam! | | Oct 11 01:39:52.864 INFO kablam! | help: remove this `mut` Oct 11 01:39:52.865 INFO kablam! | Oct 11 01:39:52.865 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:39:52.865 INFO kablam! Oct 11 01:39:52.865 INFO kablam! warning: variable does not need to be mutable Oct 11 01:39:52.865 INFO kablam! --> src/main.rs:33:9 Oct 11 01:39:52.865 INFO kablam! | Oct 11 01:39:52.865 INFO kablam! 33 | let mut cycle_value = 1; Oct 11 01:39:52.865 INFO kablam! | ----^^^^^^^^^^^ Oct 11 01:39:52.866 INFO kablam! | | Oct 11 01:39:52.866 INFO kablam! | help: remove this `mut` Oct 11 01:39:52.866 INFO kablam! Oct 11 01:39:52.866 INFO kablam! warning: variable does not need to be mutable Oct 11 01:39:52.866 INFO kablam! --> src/main.rs:34:9 Oct 11 01:39:52.866 INFO kablam! | Oct 11 01:39:52.866 INFO kablam! 34 | let mut cycle_counter = 0; Oct 11 01:39:52.866 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 01:39:52.867 INFO kablam! | | Oct 11 01:39:52.867 INFO kablam! | help: remove this `mut` Oct 11 01:39:52.867 INFO kablam! Oct 11 01:39:53.208 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.85s Oct 11 01:39:53.215 INFO kablam! su: No module specific data is present Oct 11 01:39:53.669 INFO running `"docker" "rm" "-f" "df4cb9efd67d3ef0248d0e0e288e910e33ee461b186e3cb3840039f9480bd5a3"` Oct 11 01:39:53.772 INFO blam! df4cb9efd67d3ef0248d0e0e288e910e33ee461b186e3cb3840039f9480bd5a3 Oct 11 01:39:53.781 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:39:53.783 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 01:39:54.162 INFO blam! 319c2ff946db75e77e1b911ccde7923ba21e32e612ac45d44d543535f519e202 Oct 11 01:39:54.163 INFO running `"docker" "start" "-a" "319c2ff946db75e77e1b911ccde7923ba21e32e612ac45d44d543535f519e202"` Oct 11 01:39:54.701 INFO kablam! usermod: no changes Oct 11 01:39:54.729 INFO kablam! Compiling huge_fibonacci_modulo v0.1.0 (/source) Oct 11 01:39:55.400 INFO kablam! warning: unused variable: `start_pizano_idx` Oct 11 01:39:55.400 INFO kablam! --> src/main.rs:30:9 Oct 11 01:39:55.400 INFO kablam! | Oct 11 01:39:55.400 INFO kablam! 30 | let start_pizano_idx = 0; Oct 11 01:39:55.400 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_start_pizano_idx` instead Oct 11 01:39:55.400 INFO kablam! | Oct 11 01:39:55.400 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:39:55.400 INFO kablam! Oct 11 01:39:55.406 INFO kablam! warning: unused variable: `end_pizano_idx` Oct 11 01:39:55.406 INFO kablam! --> src/main.rs:31:13 Oct 11 01:39:55.406 INFO kablam! | Oct 11 01:39:55.406 INFO kablam! 31 | let mut end_pizano_idx = 1; Oct 11 01:39:55.406 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_end_pizano_idx` instead Oct 11 01:39:55.406 INFO kablam! Oct 11 01:39:55.406 INFO kablam! warning: unused variable: `cycle_value` Oct 11 01:39:55.406 INFO kablam! --> src/main.rs:33:13 Oct 11 01:39:55.406 INFO kablam! | Oct 11 01:39:55.406 INFO kablam! 33 | let mut cycle_value = 1; Oct 11 01:39:55.406 INFO kablam! | ^^^^^^^^^^^ help: consider using `_cycle_value` instead Oct 11 01:39:55.406 INFO kablam! Oct 11 01:39:55.406 INFO kablam! warning: unused variable: `cycle_counter` Oct 11 01:39:55.406 INFO kablam! --> src/main.rs:34:13 Oct 11 01:39:55.406 INFO kablam! | Oct 11 01:39:55.406 INFO kablam! 34 | let mut cycle_counter = 0; Oct 11 01:39:55.406 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_cycle_counter` instead Oct 11 01:39:55.406 INFO kablam! Oct 11 01:39:55.406 INFO kablam! warning: variable does not need to be mutable Oct 11 01:39:55.406 INFO kablam! --> src/main.rs:31:9 Oct 11 01:39:55.406 INFO kablam! | Oct 11 01:39:55.406 INFO kablam! 31 | let mut end_pizano_idx = 1; Oct 11 01:39:55.406 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 01:39:55.406 INFO kablam! | | Oct 11 01:39:55.406 INFO kablam! | help: remove this `mut` Oct 11 01:39:55.406 INFO kablam! | Oct 11 01:39:55.406 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:39:55.406 INFO kablam! Oct 11 01:39:55.406 INFO kablam! warning: variable does not need to be mutable Oct 11 01:39:55.406 INFO kablam! --> src/main.rs:33:9 Oct 11 01:39:55.406 INFO kablam! | Oct 11 01:39:55.406 INFO kablam! 33 | let mut cycle_value = 1; Oct 11 01:39:55.406 INFO kablam! | ----^^^^^^^^^^^ Oct 11 01:39:55.406 INFO kablam! | | Oct 11 01:39:55.406 INFO kablam! | help: remove this `mut` Oct 11 01:39:55.406 INFO kablam! Oct 11 01:39:55.406 INFO kablam! warning: variable does not need to be mutable Oct 11 01:39:55.406 INFO kablam! --> src/main.rs:34:9 Oct 11 01:39:55.406 INFO kablam! | Oct 11 01:39:55.406 INFO kablam! 34 | let mut cycle_counter = 0; Oct 11 01:39:55.406 INFO kablam! | ----^^^^^^^^^^^^^ Oct 11 01:39:55.406 INFO kablam! | | Oct 11 01:39:55.406 INFO kablam! | help: remove this `mut` Oct 11 01:39:55.406 INFO kablam! Oct 11 01:39:55.771 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 11 01:39:55.773 INFO kablam! su: No module specific data is present Oct 11 01:39:56.092 INFO running `"docker" "rm" "-f" "319c2ff946db75e77e1b911ccde7923ba21e32e612ac45d44d543535f519e202"` Oct 11 01:39:56.242 INFO blam! 319c2ff946db75e77e1b911ccde7923ba21e32e612ac45d44d543535f519e202 Oct 11 01:39:56.245 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:39:56.246 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 11 01:39:56.462 INFO blam! 576a3e3910fdf62ee5cf600dca404adcfa6341b8fc913cd50054de24c098fc46 Oct 11 01:39:56.463 INFO running `"docker" "start" "-a" "576a3e3910fdf62ee5cf600dca404adcfa6341b8fc913cd50054de24c098fc46"` Oct 11 01:39:57.027 INFO kablam! usermod: no changes Oct 11 01:39:57.068 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 01:39:57.068 INFO kablam! Running /target/debug/deps/huge_fibonacci_modulo-ad1d746d7165837f Oct 11 01:39:57.070 INFO blam! Oct 11 01:39:57.070 INFO blam! running 0 tests Oct 11 01:39:57.070 INFO blam! Oct 11 01:39:57.070 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:39:57.070 INFO blam! Oct 11 01:39:57.076 INFO kablam! su: No module specific data is present Oct 11 01:39:57.561 INFO running `"docker" "rm" "-f" "576a3e3910fdf62ee5cf600dca404adcfa6341b8fc913cd50054de24c098fc46"` Oct 11 01:39:57.744 INFO blam! 576a3e3910fdf62ee5cf600dca404adcfa6341b8fc913cd50054de24c098fc46