Oct 11 17:05:15.532 INFO testing mascheroni-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 17:05:15.532 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 17:05:15.532 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 17:05:15.800 INFO blam! c6eb55ee8a879716ff94a6cc767da6e61692fba55b378d0946f91f8073fed7ba Oct 11 17:05:15.801 INFO running `"docker" "start" "-a" "c6eb55ee8a879716ff94a6cc767da6e61692fba55b378d0946f91f8073fed7ba"` Oct 11 17:05:16.370 INFO kablam! usermod: no changes Oct 11 17:05:16.398 INFO kablam! Compiling mascheroni v0.2.0 (/source) Oct 11 17:05:17.144 INFO kablam! warning: unused variable: `ret` Oct 11 17:05:17.144 INFO kablam! --> src/lib.rs:40:13 Oct 11 17:05:17.144 INFO kablam! | Oct 11 17:05:17.144 INFO kablam! 40 | let mut ret: u64 = 0; Oct 11 17:05:17.144 INFO kablam! | ^^^ help: consider using `_ret` instead Oct 11 17:05:17.144 INFO kablam! | Oct 11 17:05:17.144 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 17:05:17.144 INFO kablam! Oct 11 17:05:17.149 INFO kablam! warning: variable does not need to be mutable Oct 11 17:05:17.150 INFO kablam! --> src/lib.rs:40:9 Oct 11 17:05:17.150 INFO kablam! | Oct 11 17:05:17.150 INFO kablam! 40 | let mut ret: u64 = 0; Oct 11 17:05:17.150 INFO kablam! | ----^^^ Oct 11 17:05:17.151 INFO kablam! | | Oct 11 17:05:17.151 INFO kablam! | help: remove this `mut` Oct 11 17:05:17.151 INFO kablam! | Oct 11 17:05:17.151 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 17:05:17.152 INFO kablam! Oct 11 17:05:17.156 INFO kablam! warning: function is never used: `test_is_not_palindrome` Oct 11 17:05:17.156 INFO kablam! --> src/lib.rs:112:1 Oct 11 17:05:17.156 INFO kablam! | Oct 11 17:05:17.156 INFO kablam! 112 | fn test_is_not_palindrome() { Oct 11 17:05:17.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:05:17.156 INFO kablam! | Oct 11 17:05:17.156 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 17:05:17.156 INFO kablam! Oct 11 17:05:17.577 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.19s Oct 11 17:05:17.594 INFO kablam! su: No module specific data is present Oct 11 17:05:18.241 INFO running `"docker" "rm" "-f" "c6eb55ee8a879716ff94a6cc767da6e61692fba55b378d0946f91f8073fed7ba"` Oct 11 17:05:18.498 INFO blam! c6eb55ee8a879716ff94a6cc767da6e61692fba55b378d0946f91f8073fed7ba Oct 11 17:05:18.502 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 17:05:18.504 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 17:05:18.877 INFO blam! 1772a9b5f814d36dec399e9affd20213a08bb2d0f5cf4ddf6d95241c6c7f0f08 Oct 11 17:05:18.884 INFO running `"docker" "start" "-a" "1772a9b5f814d36dec399e9affd20213a08bb2d0f5cf4ddf6d95241c6c7f0f08"` Oct 11 17:05:19.964 INFO kablam! usermod: no changes Oct 11 17:05:20.012 INFO kablam! Compiling mascheroni v0.2.0 (/source) Oct 11 17:05:21.009 INFO kablam! warning: unused variable: `ret` Oct 11 17:05:21.010 INFO kablam! --> src/lib.rs:40:13 Oct 11 17:05:21.010 INFO kablam! | Oct 11 17:05:21.010 INFO kablam! 40 | let mut ret: u64 = 0; Oct 11 17:05:21.011 INFO kablam! | ^^^ help: consider using `_ret` instead Oct 11 17:05:21.011 INFO kablam! | Oct 11 17:05:21.011 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 17:05:21.011 INFO kablam! Oct 11 17:05:21.012 INFO kablam! warning: variable does not need to be mutable Oct 11 17:05:21.012 INFO kablam! --> src/lib.rs:40:9 Oct 11 17:05:21.012 INFO kablam! | Oct 11 17:05:21.012 INFO kablam! 40 | let mut ret: u64 = 0; Oct 11 17:05:21.013 INFO kablam! | ----^^^ Oct 11 17:05:21.013 INFO kablam! | | Oct 11 17:05:21.013 INFO kablam! | help: remove this `mut` Oct 11 17:05:21.014 INFO kablam! | Oct 11 17:05:21.014 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 17:05:21.014 INFO kablam! Oct 11 17:05:21.014 INFO kablam! warning: function is never used: `test_is_not_palindrome` Oct 11 17:05:21.015 INFO kablam! --> src/lib.rs:112:1 Oct 11 17:05:21.015 INFO kablam! | Oct 11 17:05:21.015 INFO kablam! 112 | fn test_is_not_palindrome() { Oct 11 17:05:21.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 17:05:21.016 INFO kablam! | Oct 11 17:05:21.016 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 17:05:21.016 INFO kablam! Oct 11 17:05:21.676 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.69s Oct 11 17:05:21.676 INFO kablam! su: No module specific data is present Oct 11 17:05:22.228 INFO running `"docker" "rm" "-f" "1772a9b5f814d36dec399e9affd20213a08bb2d0f5cf4ddf6d95241c6c7f0f08"` Oct 11 17:05:22.552 INFO blam! 1772a9b5f814d36dec399e9affd20213a08bb2d0f5cf4ddf6d95241c6c7f0f08 Oct 11 17:05:22.564 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 17:05:22.564 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 17:05:23.048 INFO blam! 356ecddfd7eaa106f018b016cd1626d3ca953fa25785c3fd93d80ad1dfd747c0 Oct 11 17:05:23.050 INFO running `"docker" "start" "-a" "356ecddfd7eaa106f018b016cd1626d3ca953fa25785c3fd93d80ad1dfd747c0"` Oct 11 17:05:24.256 INFO kablam! usermod: no changes Oct 11 17:05:24.329 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 17:05:24.329 INFO kablam! Running /target/debug/deps/mascheroni-07bc2f34e1856fe7 Oct 11 17:05:24.353 INFO blam! Oct 11 17:05:24.353 INFO blam! running 2 tests Oct 11 17:05:24.359 INFO blam! test test_is_palindrome ... ok Oct 11 17:05:24.359 INFO kablam! Doc-tests mascheroni Oct 11 17:05:24.359 INFO blam! test test_string2u64 ... ok Oct 11 17:05:24.359 INFO blam! Oct 11 17:05:24.359 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:05:24.359 INFO blam! Oct 11 17:05:25.824 INFO blam! Oct 11 17:05:25.824 INFO blam! running 0 tests Oct 11 17:05:25.824 INFO blam! Oct 11 17:05:25.824 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 17:05:25.824 INFO blam! Oct 11 17:05:25.825 INFO kablam! su: No module specific data is present Oct 11 17:05:26.228 INFO running `"docker" "rm" "-f" "356ecddfd7eaa106f018b016cd1626d3ca953fa25785c3fd93d80ad1dfd747c0"` Oct 11 17:05:26.381 INFO blam! 356ecddfd7eaa106f018b016cd1626d3ca953fa25785c3fd93d80ad1dfd747c0