Oct 11 00:07:15.067 INFO testing dlin94/CSAPP-Rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:07:15.067 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:07:15.069 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 00:07:15.467 INFO blam! 9622d14d4ba4864441e6134ae77132217f7cfe2433eccfb4db49fd938e833d8f Oct 11 00:07:15.470 INFO running `"docker" "start" "-a" "9622d14d4ba4864441e6134ae77132217f7cfe2433eccfb4db49fd938e833d8f"` Oct 11 00:07:16.281 INFO kablam! usermod: no changes Oct 11 00:07:16.332 INFO kablam! Compiling csapp v0.1.0 (/source) Oct 11 00:07:16.921 INFO kablam! warning: function is never used: `unsigned_decrement_infinite_loop` Oct 11 00:07:16.921 INFO kablam! --> src/ch2/overflow.rs:17:1 Oct 11 00:07:16.921 INFO kablam! | Oct 11 00:07:16.921 INFO kablam! 17 | pub fn unsigned_decrement_infinite_loop() { Oct 11 00:07:16.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:16.921 INFO kablam! | Oct 11 00:07:16.921 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:07:16.921 INFO kablam! Oct 11 00:07:16.921 INFO kablam! warning: function is never used: `uadd_ok` Oct 11 00:07:16.921 INFO kablam! --> src/ch2/overflow.rs:34:1 Oct 11 00:07:16.921 INFO kablam! | Oct 11 00:07:16.921 INFO kablam! 34 | pub fn uadd_ok(x: u32, y: u32) -> bool { Oct 11 00:07:16.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:16.921 INFO kablam! Oct 11 00:07:16.921 INFO kablam! warning: function is never used: `tadd_ok` Oct 11 00:07:16.921 INFO kablam! --> src/ch2/overflow.rs:47:1 Oct 11 00:07:16.921 INFO kablam! | Oct 11 00:07:16.922 INFO kablam! 47 | pub fn tadd_ok(x: i32, y: i32) -> bool { Oct 11 00:07:16.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:16.922 INFO kablam! Oct 11 00:07:16.922 INFO kablam! warning: function is never used: `tsub_ok` Oct 11 00:07:16.922 INFO kablam! --> src/ch2/overflow.rs:66:1 Oct 11 00:07:16.922 INFO kablam! | Oct 11 00:07:16.922 INFO kablam! 66 | pub fn tsub_ok(x: i32, y: i32) -> bool { Oct 11 00:07:16.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:16.922 INFO kablam! Oct 11 00:07:16.922 INFO kablam! warning: function is never used: `tmult_ok` Oct 11 00:07:16.922 INFO kablam! --> src/ch2/overflow.rs:85:1 Oct 11 00:07:16.922 INFO kablam! | Oct 11 00:07:16.922 INFO kablam! 85 | pub fn tmult_ok(x: i32, y: i32) -> bool { Oct 11 00:07:16.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:16.922 INFO kablam! Oct 11 00:07:16.922 INFO kablam! warning: function is never used: `tmult_ok_using_64_bit` Oct 11 00:07:16.922 INFO kablam! --> src/ch2/overflow.rs:102:1 Oct 11 00:07:16.922 INFO kablam! | Oct 11 00:07:16.922 INFO kablam! 102 | pub fn tmult_ok_using_64_bit(x: i32, y: i32) -> bool { Oct 11 00:07:16.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:16.922 INFO kablam! Oct 11 00:07:16.922 INFO kablam! warning: function is never used: `odd_ones` Oct 11 00:07:16.922 INFO kablam! --> src/ch2/bit_mask.rs:20:1 Oct 11 00:07:16.922 INFO kablam! | Oct 11 00:07:16.922 INFO kablam! 20 | pub fn odd_ones(x: u32) -> u32 { Oct 11 00:07:16.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:16.922 INFO kablam! Oct 11 00:07:16.922 INFO kablam! warning: function is never used: `leftmost_one` Oct 11 00:07:16.922 INFO kablam! --> src/ch2/bit_mask.rs:55:1 Oct 11 00:07:16.922 INFO kablam! | Oct 11 00:07:16.922 INFO kablam! 55 | pub fn leftmost_one(x: u32) -> u32 { Oct 11 00:07:16.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:16.922 INFO kablam! Oct 11 00:07:16.922 INFO kablam! warning: function is never used: `rotate_left` Oct 11 00:07:16.922 INFO kablam! --> src/ch2/bit_mask.rs:82:1 Oct 11 00:07:16.922 INFO kablam! | Oct 11 00:07:16.922 INFO kablam! 82 | pub fn rotate_left(x: u32, n: i32) -> u32 { Oct 11 00:07:16.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:16.922 INFO kablam! Oct 11 00:07:16.922 INFO kablam! warning: comparison is useless due to type limits Oct 11 00:07:16.922 INFO kablam! --> src/ch2/overflow.rs:20:11 Oct 11 00:07:16.922 INFO kablam! | Oct 11 00:07:16.922 INFO kablam! 20 | while i >= 0 { // Infinite loop! Oct 11 00:07:16.922 INFO kablam! | ^^^^^^ Oct 11 00:07:16.922 INFO kablam! | Oct 11 00:07:16.922 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 11 00:07:16.922 INFO kablam! Oct 11 00:07:17.208 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Oct 11 00:07:17.224 INFO kablam! su: No module specific data is present Oct 11 00:07:17.662 INFO running `"docker" "rm" "-f" "9622d14d4ba4864441e6134ae77132217f7cfe2433eccfb4db49fd938e833d8f"` Oct 11 00:07:17.833 INFO blam! 9622d14d4ba4864441e6134ae77132217f7cfe2433eccfb4db49fd938e833d8f Oct 11 00:07:17.836 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:07:17.837 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 00:07:18.138 INFO blam! 83594001d96c6b64885494da10ffc331f37ea790b2e826166c9745d702e292da Oct 11 00:07:18.152 INFO running `"docker" "start" "-a" "83594001d96c6b64885494da10ffc331f37ea790b2e826166c9745d702e292da"` Oct 11 00:07:18.764 INFO kablam! usermod: no changes Oct 11 00:07:18.796 INFO kablam! Compiling csapp v0.1.0 (/source) Oct 11 00:07:19.544 INFO kablam! warning: function is never used: `unsigned_decrement_infinite_loop` Oct 11 00:07:19.544 INFO kablam! --> src/ch2/overflow.rs:17:1 Oct 11 00:07:19.544 INFO kablam! | Oct 11 00:07:19.544 INFO kablam! 17 | pub fn unsigned_decrement_infinite_loop() { Oct 11 00:07:19.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:19.544 INFO kablam! | Oct 11 00:07:19.544 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:07:19.544 INFO kablam! Oct 11 00:07:19.544 INFO kablam! warning: function is never used: `uadd_ok` Oct 11 00:07:19.544 INFO kablam! --> src/ch2/overflow.rs:34:1 Oct 11 00:07:19.544 INFO kablam! | Oct 11 00:07:19.544 INFO kablam! 34 | pub fn uadd_ok(x: u32, y: u32) -> bool { Oct 11 00:07:19.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:19.544 INFO kablam! Oct 11 00:07:19.544 INFO kablam! warning: function is never used: `tadd_ok` Oct 11 00:07:19.544 INFO kablam! --> src/ch2/overflow.rs:47:1 Oct 11 00:07:19.544 INFO kablam! | Oct 11 00:07:19.544 INFO kablam! 47 | pub fn tadd_ok(x: i32, y: i32) -> bool { Oct 11 00:07:19.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:19.545 INFO kablam! Oct 11 00:07:19.545 INFO kablam! warning: function is never used: `tsub_ok` Oct 11 00:07:19.545 INFO kablam! --> src/ch2/overflow.rs:66:1 Oct 11 00:07:19.545 INFO kablam! | Oct 11 00:07:19.545 INFO kablam! 66 | pub fn tsub_ok(x: i32, y: i32) -> bool { Oct 11 00:07:19.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:19.545 INFO kablam! Oct 11 00:07:19.545 INFO kablam! warning: function is never used: `tmult_ok` Oct 11 00:07:19.545 INFO kablam! --> src/ch2/overflow.rs:85:1 Oct 11 00:07:19.545 INFO kablam! | Oct 11 00:07:19.545 INFO kablam! 85 | pub fn tmult_ok(x: i32, y: i32) -> bool { Oct 11 00:07:19.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:19.545 INFO kablam! Oct 11 00:07:19.545 INFO kablam! warning: function is never used: `tmult_ok_using_64_bit` Oct 11 00:07:19.545 INFO kablam! --> src/ch2/overflow.rs:102:1 Oct 11 00:07:19.545 INFO kablam! | Oct 11 00:07:19.545 INFO kablam! 102 | pub fn tmult_ok_using_64_bit(x: i32, y: i32) -> bool { Oct 11 00:07:19.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:19.545 INFO kablam! Oct 11 00:07:19.545 INFO kablam! warning: function is never used: `odd_ones` Oct 11 00:07:19.545 INFO kablam! --> src/ch2/bit_mask.rs:20:1 Oct 11 00:07:19.545 INFO kablam! | Oct 11 00:07:19.545 INFO kablam! 20 | pub fn odd_ones(x: u32) -> u32 { Oct 11 00:07:19.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:19.545 INFO kablam! Oct 11 00:07:19.545 INFO kablam! warning: function is never used: `leftmost_one` Oct 11 00:07:19.545 INFO kablam! --> src/ch2/bit_mask.rs:55:1 Oct 11 00:07:19.545 INFO kablam! | Oct 11 00:07:19.545 INFO kablam! 55 | pub fn leftmost_one(x: u32) -> u32 { Oct 11 00:07:19.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:19.545 INFO kablam! Oct 11 00:07:19.545 INFO kablam! warning: function is never used: `rotate_left` Oct 11 00:07:19.545 INFO kablam! --> src/ch2/bit_mask.rs:82:1 Oct 11 00:07:19.545 INFO kablam! | Oct 11 00:07:19.545 INFO kablam! 82 | pub fn rotate_left(x: u32, n: i32) -> u32 { Oct 11 00:07:19.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:07:19.545 INFO kablam! Oct 11 00:07:19.545 INFO kablam! warning: comparison is useless due to type limits Oct 11 00:07:19.545 INFO kablam! --> src/ch2/overflow.rs:20:11 Oct 11 00:07:19.545 INFO kablam! | Oct 11 00:07:19.545 INFO kablam! 20 | while i >= 0 { // Infinite loop! Oct 11 00:07:19.545 INFO kablam! | ^^^^^^ Oct 11 00:07:19.545 INFO kablam! | Oct 11 00:07:19.545 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 11 00:07:19.545 INFO kablam! Oct 11 00:07:20.033 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 11 00:07:20.042 INFO kablam! su: No module specific data is present Oct 11 00:07:20.468 INFO running `"docker" "rm" "-f" "83594001d96c6b64885494da10ffc331f37ea790b2e826166c9745d702e292da"` Oct 11 00:07:20.712 INFO blam! 83594001d96c6b64885494da10ffc331f37ea790b2e826166c9745d702e292da Oct 11 00:07:20.719 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:07:20.721 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 00:07:21.023 INFO blam! 2d6b536488e2843a71e94ba3d5b6308cc38922ddf9874e3ce2f7cb6b881189c7 Oct 11 00:07:21.027 INFO running `"docker" "start" "-a" "2d6b536488e2843a71e94ba3d5b6308cc38922ddf9874e3ce2f7cb6b881189c7"` Oct 11 00:07:21.716 INFO kablam! usermod: no changes Oct 11 00:07:21.756 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 00:07:21.756 INFO blam! Oct 11 00:07:21.756 INFO kablam! Running /target/debug/deps/csapp-87c9fcf211596bcc Oct 11 00:07:21.756 INFO blam! running 0 tests Oct 11 00:07:21.756 INFO blam! Oct 11 00:07:21.756 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:07:21.756 INFO blam! Oct 11 00:07:21.772 INFO kablam! su: No module specific data is present Oct 11 00:07:22.347 INFO running `"docker" "rm" "-f" "2d6b536488e2843a71e94ba3d5b6308cc38922ddf9874e3ce2f7cb6b881189c7"` Oct 11 00:07:22.477 INFO blam! 2d6b536488e2843a71e94ba3d5b6308cc38922ddf9874e3ce2f7cb6b881189c7