Oct 15 01:32:03.204 INFO testing cadaverine/huge-fibonacci-modulo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 01:32:03.206 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 01:32:03.615 INFO blam! 9cef5bc6d5f75530088b5b125fcd3c8a640e43070e0d1e75b75b69357f9fe8dc Oct 15 01:32:03.617 INFO running `"docker" "start" "-a" "9cef5bc6d5f75530088b5b125fcd3c8a640e43070e0d1e75b75b69357f9fe8dc"` Oct 15 01:32:04.963 INFO kablam! usermod: no changes Oct 15 01:32:05.008 INFO kablam! Compiling huge_fibonacci_modulo v0.1.0 (/source) Oct 15 01:32:05.284 INFO kablam! warning: unused variable: `start_pizano_idx` Oct 15 01:32:05.284 INFO kablam! --> src/main.rs:30:9 Oct 15 01:32:05.284 INFO kablam! | Oct 15 01:32:05.284 INFO kablam! 30 | let start_pizano_idx = 0; Oct 15 01:32:05.284 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_start_pizano_idx` instead Oct 15 01:32:05.284 INFO kablam! | Oct 15 01:32:05.284 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:32:05.284 INFO kablam! Oct 15 01:32:05.284 INFO kablam! warning: unused variable: `end_pizano_idx` Oct 15 01:32:05.284 INFO kablam! --> src/main.rs:31:13 Oct 15 01:32:05.284 INFO kablam! | Oct 15 01:32:05.284 INFO kablam! 31 | let mut end_pizano_idx = 1; Oct 15 01:32:05.284 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_end_pizano_idx` instead Oct 15 01:32:05.284 INFO kablam! Oct 15 01:32:05.287 INFO kablam! warning: unused variable: `cycle_value` Oct 15 01:32:05.287 INFO kablam! --> src/main.rs:33:13 Oct 15 01:32:05.287 INFO kablam! | Oct 15 01:32:05.287 INFO kablam! 33 | let mut cycle_value = 1; Oct 15 01:32:05.287 INFO kablam! | ^^^^^^^^^^^ help: consider using `_cycle_value` instead Oct 15 01:32:05.287 INFO kablam! Oct 15 01:32:05.287 INFO kablam! warning: unused variable: `cycle_counter` Oct 15 01:32:05.287 INFO kablam! --> src/main.rs:34:13 Oct 15 01:32:05.287 INFO kablam! | Oct 15 01:32:05.287 INFO kablam! 34 | let mut cycle_counter = 0; Oct 15 01:32:05.287 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_cycle_counter` instead Oct 15 01:32:05.287 INFO kablam! Oct 15 01:32:05.287 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:05.287 INFO kablam! --> src/main.rs:31:9 Oct 15 01:32:05.287 INFO kablam! | Oct 15 01:32:05.287 INFO kablam! 31 | let mut end_pizano_idx = 1; Oct 15 01:32:05.287 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 01:32:05.287 INFO kablam! | | Oct 15 01:32:05.287 INFO kablam! | help: remove this `mut` Oct 15 01:32:05.287 INFO kablam! | Oct 15 01:32:05.287 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:32:05.287 INFO kablam! Oct 15 01:32:05.287 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:05.287 INFO kablam! --> src/main.rs:33:9 Oct 15 01:32:05.287 INFO kablam! | Oct 15 01:32:05.287 INFO kablam! 33 | let mut cycle_value = 1; Oct 15 01:32:05.287 INFO kablam! | ----^^^^^^^^^^^ Oct 15 01:32:05.287 INFO kablam! | | Oct 15 01:32:05.287 INFO kablam! | help: remove this `mut` Oct 15 01:32:05.287 INFO kablam! Oct 15 01:32:05.287 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:05.287 INFO kablam! --> src/main.rs:34:9 Oct 15 01:32:05.287 INFO kablam! | Oct 15 01:32:05.287 INFO kablam! 34 | let mut cycle_counter = 0; Oct 15 01:32:05.287 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 01:32:05.287 INFO kablam! | | Oct 15 01:32:05.287 INFO kablam! | help: remove this `mut` Oct 15 01:32:05.287 INFO kablam! Oct 15 01:32:05.577 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.59s Oct 15 01:32:05.580 INFO kablam! su: No module specific data is present Oct 15 01:32:05.891 INFO running `"docker" "rm" "-f" "9cef5bc6d5f75530088b5b125fcd3c8a640e43070e0d1e75b75b69357f9fe8dc"` Oct 15 01:32:06.023 INFO blam! 9cef5bc6d5f75530088b5b125fcd3c8a640e43070e0d1e75b75b69357f9fe8dc Oct 15 01:32:06.025 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 01:32:06.215 INFO blam! b41d4ea0b29b26e313ea545ec2bb0ae00077f5892070280a105dcab8e658eb01 Oct 15 01:32:06.218 INFO running `"docker" "start" "-a" "b41d4ea0b29b26e313ea545ec2bb0ae00077f5892070280a105dcab8e658eb01"` Oct 15 01:32:06.719 INFO kablam! usermod: no changes Oct 15 01:32:06.747 INFO kablam! Compiling huge_fibonacci_modulo v0.1.0 (/source) Oct 15 01:32:07.091 INFO kablam! warning: unused variable: `start_pizano_idx` Oct 15 01:32:07.091 INFO kablam! --> src/main.rs:30:9 Oct 15 01:32:07.091 INFO kablam! | Oct 15 01:32:07.091 INFO kablam! 30 | let start_pizano_idx = 0; Oct 15 01:32:07.091 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_start_pizano_idx` instead Oct 15 01:32:07.091 INFO kablam! | Oct 15 01:32:07.091 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:32:07.091 INFO kablam! Oct 15 01:32:07.091 INFO kablam! warning: unused variable: `end_pizano_idx` Oct 15 01:32:07.091 INFO kablam! --> src/main.rs:31:13 Oct 15 01:32:07.091 INFO kablam! | Oct 15 01:32:07.091 INFO kablam! 31 | let mut end_pizano_idx = 1; Oct 15 01:32:07.091 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_end_pizano_idx` instead Oct 15 01:32:07.091 INFO kablam! Oct 15 01:32:07.091 INFO kablam! warning: unused variable: `cycle_value` Oct 15 01:32:07.091 INFO kablam! --> src/main.rs:33:13 Oct 15 01:32:07.091 INFO kablam! | Oct 15 01:32:07.091 INFO kablam! 33 | let mut cycle_value = 1; Oct 15 01:32:07.091 INFO kablam! | ^^^^^^^^^^^ help: consider using `_cycle_value` instead Oct 15 01:32:07.091 INFO kablam! Oct 15 01:32:07.091 INFO kablam! warning: unused variable: `cycle_counter` Oct 15 01:32:07.091 INFO kablam! --> src/main.rs:34:13 Oct 15 01:32:07.091 INFO kablam! | Oct 15 01:32:07.091 INFO kablam! 34 | let mut cycle_counter = 0; Oct 15 01:32:07.091 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_cycle_counter` instead Oct 15 01:32:07.091 INFO kablam! Oct 15 01:32:07.099 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:07.099 INFO kablam! --> src/main.rs:31:9 Oct 15 01:32:07.099 INFO kablam! | Oct 15 01:32:07.099 INFO kablam! 31 | let mut end_pizano_idx = 1; Oct 15 01:32:07.099 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 15 01:32:07.099 INFO kablam! | | Oct 15 01:32:07.099 INFO kablam! | help: remove this `mut` Oct 15 01:32:07.099 INFO kablam! | Oct 15 01:32:07.099 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:32:07.099 INFO kablam! Oct 15 01:32:07.099 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:07.099 INFO kablam! --> src/main.rs:33:9 Oct 15 01:32:07.099 INFO kablam! | Oct 15 01:32:07.099 INFO kablam! 33 | let mut cycle_value = 1; Oct 15 01:32:07.099 INFO kablam! | ----^^^^^^^^^^^ Oct 15 01:32:07.099 INFO kablam! | | Oct 15 01:32:07.099 INFO kablam! | help: remove this `mut` Oct 15 01:32:07.099 INFO kablam! Oct 15 01:32:07.099 INFO kablam! warning: variable does not need to be mutable Oct 15 01:32:07.099 INFO kablam! --> src/main.rs:34:9 Oct 15 01:32:07.099 INFO kablam! | Oct 15 01:32:07.099 INFO kablam! 34 | let mut cycle_counter = 0; Oct 15 01:32:07.099 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 01:32:07.099 INFO kablam! | | Oct 15 01:32:07.099 INFO kablam! | help: remove this `mut` Oct 15 01:32:07.099 INFO kablam! Oct 15 01:32:07.629 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Oct 15 01:32:07.630 INFO kablam! su: No module specific data is present Oct 15 01:32:08.007 INFO running `"docker" "rm" "-f" "b41d4ea0b29b26e313ea545ec2bb0ae00077f5892070280a105dcab8e658eb01"` Oct 15 01:32:08.108 INFO blam! b41d4ea0b29b26e313ea545ec2bb0ae00077f5892070280a105dcab8e658eb01 Oct 15 01:32:08.114 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 01:32:08.269 INFO blam! e13b80ffe5ab662bd439b50fb02f63c382f6f19ae75ce3340e7d21013c2b59c4 Oct 15 01:32:08.271 INFO running `"docker" "start" "-a" "e13b80ffe5ab662bd439b50fb02f63c382f6f19ae75ce3340e7d21013c2b59c4"` Oct 15 01:32:08.676 INFO kablam! usermod: no changes Oct 15 01:32:08.704 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 01:32:08.705 INFO blam! Oct 15 01:32:08.705 INFO kablam! Running /target/debug/deps/huge_fibonacci_modulo-ad1d746d7165837f Oct 15 01:32:08.705 INFO blam! running 0 tests Oct 15 01:32:08.705 INFO kablam! su: No module specific data is present Oct 15 01:32:08.706 INFO blam! Oct 15 01:32:08.706 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:32:08.706 INFO blam! Oct 15 01:32:08.969 INFO running `"docker" "rm" "-f" "e13b80ffe5ab662bd439b50fb02f63c382f6f19ae75ce3340e7d21013c2b59c4"` Oct 15 01:32:09.069 INFO blam! e13b80ffe5ab662bd439b50fb02f63c382f6f19ae75ce3340e7d21013c2b59c4