Oct 10 17:41:14.631 INFO testing ne0h12/fizzbuzz against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:41:14.631 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:41:14.631 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 17:41:15.033 INFO blam! c7e15eaa7bc5a94c773207c43b16710a159f661922100045578226a10a6bfb18 Oct 10 17:41:15.042 INFO running `"docker" "start" "-a" "c7e15eaa7bc5a94c773207c43b16710a159f661922100045578226a10a6bfb18"` Oct 10 17:41:16.152 INFO kablam! usermod: no changes Oct 10 17:41:16.186 INFO kablam! Compiling fizzbuzz v0.1.0 (/source) Oct 10 17:41:16.712 INFO kablam! warning: variable `remainderOfDivisionByThreeEqualZero` should have a snake case name such as `remainder_of_division_by_three_equal_zero` Oct 10 17:41:16.712 INFO kablam! --> src/main.rs:11:13 Oct 10 17:41:16.712 INFO kablam! | Oct 10 17:41:16.712 INFO kablam! 11 | let remainderOfDivisionByThreeEqualZero = digit % 3 == 0; Oct 10 17:41:16.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:41:16.712 INFO kablam! | Oct 10 17:41:16.712 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 17:41:16.712 INFO kablam! Oct 10 17:41:16.712 INFO kablam! warning: variable `remainderOfDivisionByFiveEqualZero` should have a snake case name such as `remainder_of_division_by_five_equal_zero` Oct 10 17:41:16.712 INFO kablam! --> src/main.rs:12:13 Oct 10 17:41:16.712 INFO kablam! | Oct 10 17:41:16.712 INFO kablam! 12 | let remainderOfDivisionByFiveEqualZero = digit % 5 == 0; Oct 10 17:41:16.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:41:16.712 INFO kablam! Oct 10 17:41:17.104 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 10 17:41:17.106 INFO kablam! su: No module specific data is present Oct 10 17:41:17.642 INFO running `"docker" "rm" "-f" "c7e15eaa7bc5a94c773207c43b16710a159f661922100045578226a10a6bfb18"` Oct 10 17:41:17.924 INFO blam! c7e15eaa7bc5a94c773207c43b16710a159f661922100045578226a10a6bfb18 Oct 10 17:41:17.926 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:41:17.926 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 17:41:18.333 INFO blam! bc127260e79ee998cb14ca9a1f0b92de36854102f97e0ec14a85a6ec80683af5 Oct 10 17:41:18.336 INFO running `"docker" "start" "-a" "bc127260e79ee998cb14ca9a1f0b92de36854102f97e0ec14a85a6ec80683af5"` Oct 10 17:41:19.839 INFO kablam! usermod: no changes Oct 10 17:41:19.907 INFO kablam! Compiling fizzbuzz v0.1.0 (/source) Oct 10 17:41:20.672 INFO kablam! warning: variable `remainderOfDivisionByThreeEqualZero` should have a snake case name such as `remainder_of_division_by_three_equal_zero` Oct 10 17:41:20.672 INFO kablam! --> src/main.rs:11:13 Oct 10 17:41:20.672 INFO kablam! | Oct 10 17:41:20.672 INFO kablam! 11 | let remainderOfDivisionByThreeEqualZero = digit % 3 == 0; Oct 10 17:41:20.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:41:20.672 INFO kablam! | Oct 10 17:41:20.672 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 17:41:20.672 INFO kablam! Oct 10 17:41:20.672 INFO kablam! warning: variable `remainderOfDivisionByFiveEqualZero` should have a snake case name such as `remainder_of_division_by_five_equal_zero` Oct 10 17:41:20.672 INFO kablam! --> src/main.rs:12:13 Oct 10 17:41:20.672 INFO kablam! | Oct 10 17:41:20.672 INFO kablam! 12 | let remainderOfDivisionByFiveEqualZero = digit % 5 == 0; Oct 10 17:41:20.672 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:41:20.672 INFO kablam! Oct 10 17:41:21.203 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.32s Oct 10 17:41:21.218 INFO kablam! su: No module specific data is present Oct 10 17:41:22.157 INFO running `"docker" "rm" "-f" "bc127260e79ee998cb14ca9a1f0b92de36854102f97e0ec14a85a6ec80683af5"` Oct 10 17:41:22.488 INFO blam! bc127260e79ee998cb14ca9a1f0b92de36854102f97e0ec14a85a6ec80683af5 Oct 10 17:41:22.489 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:41:22.491 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 10 17:41:22.902 INFO blam! 2514c9a7042c766a54db82f84ab918527fb112e7181bb5f7e17b0c5ed474a5a9 Oct 10 17:41:22.902 INFO running `"docker" "start" "-a" "2514c9a7042c766a54db82f84ab918527fb112e7181bb5f7e17b0c5ed474a5a9"` Oct 10 17:41:23.975 INFO kablam! usermod: no changes Oct 10 17:41:24.012 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 17:41:24.013 INFO kablam! Running /target/debug/deps/fizzbuzz-56bdf7504131b112 Oct 10 17:41:24.017 INFO blam! Oct 10 17:41:24.017 INFO blam! running 0 tests Oct 10 17:41:24.017 INFO blam! Oct 10 17:41:24.017 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:41:24.017 INFO blam! Oct 10 17:41:24.019 INFO kablam! su: No module specific data is present Oct 10 17:41:24.924 INFO running `"docker" "rm" "-f" "2514c9a7042c766a54db82f84ab918527fb112e7181bb5f7e17b0c5ed474a5a9"` Oct 10 17:41:25.132 INFO blam! 2514c9a7042c766a54db82f84ab918527fb112e7181bb5f7e17b0c5ed474a5a9