Oct 11 05:41:46.092 INFO testing MaikKlein/becs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:41:46.092 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:41:46.092 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 05:41:46.280 INFO blam! d33e36f7b237dd1751de9f45cfdc24e7fe3f5c70f4415ae2a9b9a3d3ac57d711 Oct 11 05:41:46.280 INFO running `"docker" "start" "-a" "d33e36f7b237dd1751de9f45cfdc24e7fe3f5c70f4415ae2a9b9a3d3ac57d711"` Oct 11 05:41:47.016 INFO kablam! usermod: no changes Oct 11 05:41:47.057 INFO kablam! Compiling becs v0.1.0 (/source) Oct 11 05:41:47.652 INFO kablam! warning: unused import: `std::mem::transmute` Oct 11 05:41:47.652 INFO kablam! --> src/lib.rs:3:5 Oct 11 05:41:47.652 INFO kablam! | Oct 11 05:41:47.652 INFO kablam! 3 | use std::mem::transmute; Oct 11 05:41:47.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 05:41:47.652 INFO kablam! | Oct 11 05:41:47.652 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:41:47.652 INFO kablam! Oct 11 05:41:47.652 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 05:41:47.652 INFO kablam! --> src/lib.rs:135:12 Oct 11 05:41:47.652 INFO kablam! | Oct 11 05:41:47.652 INFO kablam! 135 | if (r1.is_none() || r2.is_none()) { Oct 11 05:41:47.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 05:41:47.652 INFO kablam! | Oct 11 05:41:47.652 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 05:41:47.652 INFO kablam! Oct 11 05:41:47.868 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 11 05:41:47.870 INFO kablam! su: No module specific data is present Oct 11 05:41:48.115 INFO running `"docker" "rm" "-f" "d33e36f7b237dd1751de9f45cfdc24e7fe3f5c70f4415ae2a9b9a3d3ac57d711"` Oct 11 05:41:48.195 INFO blam! d33e36f7b237dd1751de9f45cfdc24e7fe3f5c70f4415ae2a9b9a3d3ac57d711 Oct 11 05:41:48.197 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:41:48.198 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 05:41:48.347 INFO blam! 8f8fc21bc0f4702ff0153698a359120aec60397f5afcbdaea2f4a447d9658df6 Oct 11 05:41:48.349 INFO running `"docker" "start" "-a" "8f8fc21bc0f4702ff0153698a359120aec60397f5afcbdaea2f4a447d9658df6"` Oct 11 05:41:48.932 INFO kablam! usermod: no changes Oct 11 05:41:48.988 INFO kablam! Compiling becs v0.1.0 (/source) Oct 11 05:41:49.748 INFO kablam! warning: unused import: `std::mem::transmute` Oct 11 05:41:49.749 INFO kablam! --> src/lib.rs:3:5 Oct 11 05:41:49.749 INFO kablam! | Oct 11 05:41:49.749 INFO kablam! 3 | use std::mem::transmute; Oct 11 05:41:49.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 05:41:49.749 INFO kablam! | Oct 11 05:41:49.749 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:41:49.749 INFO kablam! Oct 11 05:41:49.749 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 05:41:49.749 INFO kablam! --> src/lib.rs:135:12 Oct 11 05:41:49.749 INFO kablam! | Oct 11 05:41:49.749 INFO kablam! 135 | if (r1.is_none() || r2.is_none()) { Oct 11 05:41:49.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 05:41:49.749 INFO kablam! | Oct 11 05:41:49.749 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 05:41:49.749 INFO kablam! Oct 11 05:41:50.269 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 11 05:41:50.272 INFO kablam! su: No module specific data is present Oct 11 05:41:50.985 INFO running `"docker" "rm" "-f" "8f8fc21bc0f4702ff0153698a359120aec60397f5afcbdaea2f4a447d9658df6"` Oct 11 05:41:51.321 INFO blam! 8f8fc21bc0f4702ff0153698a359120aec60397f5afcbdaea2f4a447d9658df6 Oct 11 05:41:51.336 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:41:51.336 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 05:41:51.804 INFO blam! b791d6ac6ec0431cef1c43b0e962411fed59debfc7e9bf7352a6002daac72b09 Oct 11 05:41:51.804 INFO running `"docker" "start" "-a" "b791d6ac6ec0431cef1c43b0e962411fed59debfc7e9bf7352a6002daac72b09"` Oct 11 05:41:52.941 INFO kablam! usermod: no changes Oct 11 05:41:53.005 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 05:41:53.013 INFO kablam! Running /target/debug/deps/becs-ea79c4a503a21265 Oct 11 05:41:53.014 INFO blam! Oct 11 05:41:53.014 INFO kablam! Doc-tests becs Oct 11 05:41:53.015 INFO blam! running 0 tests Oct 11 05:41:53.015 INFO blam! Oct 11 05:41:53.015 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:41:53.015 INFO blam! Oct 11 05:41:54.476 INFO blam! Oct 11 05:41:54.476 INFO blam! running 0 tests Oct 11 05:41:54.476 INFO blam! Oct 11 05:41:54.476 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:41:54.476 INFO blam! Oct 11 05:41:54.481 INFO kablam! su: No module specific data is present Oct 11 05:41:55.080 INFO running `"docker" "rm" "-f" "b791d6ac6ec0431cef1c43b0e962411fed59debfc7e9bf7352a6002daac72b09"` Oct 11 05:41:55.337 INFO blam! b791d6ac6ec0431cef1c43b0e962411fed59debfc7e9bf7352a6002daac72b09