Oct 14 22:38:21.671 INFO testing dlin94/CSAPP-Rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:38:21.672 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 14 22:38:21.854 INFO blam! 3868d906bb5ed5e943a5bb1e0ac74e4a0869d36e7d957206af147807c2f8dda7 Oct 14 22:38:21.857 INFO running `"docker" "start" "-a" "3868d906bb5ed5e943a5bb1e0ac74e4a0869d36e7d957206af147807c2f8dda7"` Oct 14 22:38:22.258 INFO kablam! usermod: no changes Oct 14 22:38:22.286 INFO kablam! Compiling csapp v0.1.0 (/source) Oct 14 22:38:22.521 INFO kablam! warning: function is never used: `unsigned_decrement_infinite_loop` Oct 14 22:38:22.521 INFO kablam! --> src/ch2/overflow.rs:17:1 Oct 14 22:38:22.521 INFO kablam! | Oct 14 22:38:22.521 INFO kablam! 17 | pub fn unsigned_decrement_infinite_loop() { Oct 14 22:38:22.521 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:22.521 INFO kablam! | Oct 14 22:38:22.521 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:38:22.521 INFO kablam! Oct 14 22:38:22.521 INFO kablam! warning: function is never used: `uadd_ok` Oct 14 22:38:22.521 INFO kablam! --> src/ch2/overflow.rs:34:1 Oct 14 22:38:22.521 INFO kablam! | Oct 14 22:38:22.522 INFO kablam! 34 | pub fn uadd_ok(x: u32, y: u32) -> bool { Oct 14 22:38:22.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:22.522 INFO kablam! Oct 14 22:38:22.522 INFO kablam! warning: function is never used: `tadd_ok` Oct 14 22:38:22.522 INFO kablam! --> src/ch2/overflow.rs:47:1 Oct 14 22:38:22.522 INFO kablam! | Oct 14 22:38:22.522 INFO kablam! 47 | pub fn tadd_ok(x: i32, y: i32) -> bool { Oct 14 22:38:22.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:22.522 INFO kablam! Oct 14 22:38:22.522 INFO kablam! warning: function is never used: `tsub_ok` Oct 14 22:38:22.522 INFO kablam! --> src/ch2/overflow.rs:66:1 Oct 14 22:38:22.522 INFO kablam! | Oct 14 22:38:22.522 INFO kablam! 66 | pub fn tsub_ok(x: i32, y: i32) -> bool { Oct 14 22:38:22.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:22.522 INFO kablam! Oct 14 22:38:22.522 INFO kablam! warning: function is never used: `tmult_ok` Oct 14 22:38:22.522 INFO kablam! --> src/ch2/overflow.rs:85:1 Oct 14 22:38:22.522 INFO kablam! | Oct 14 22:38:22.522 INFO kablam! 85 | pub fn tmult_ok(x: i32, y: i32) -> bool { Oct 14 22:38:22.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:22.522 INFO kablam! Oct 14 22:38:22.522 INFO kablam! warning: function is never used: `tmult_ok_using_64_bit` Oct 14 22:38:22.522 INFO kablam! --> src/ch2/overflow.rs:102:1 Oct 14 22:38:22.522 INFO kablam! | Oct 14 22:38:22.522 INFO kablam! 102 | pub fn tmult_ok_using_64_bit(x: i32, y: i32) -> bool { Oct 14 22:38:22.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:22.522 INFO kablam! Oct 14 22:38:22.526 INFO kablam! warning: function is never used: `odd_ones` Oct 14 22:38:22.526 INFO kablam! --> src/ch2/bit_mask.rs:20:1 Oct 14 22:38:22.526 INFO kablam! | Oct 14 22:38:22.526 INFO kablam! 20 | pub fn odd_ones(x: u32) -> u32 { Oct 14 22:38:22.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:22.526 INFO kablam! Oct 14 22:38:22.526 INFO kablam! warning: function is never used: `leftmost_one` Oct 14 22:38:22.526 INFO kablam! --> src/ch2/bit_mask.rs:55:1 Oct 14 22:38:22.526 INFO kablam! | Oct 14 22:38:22.526 INFO kablam! 55 | pub fn leftmost_one(x: u32) -> u32 { Oct 14 22:38:22.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:22.526 INFO kablam! Oct 14 22:38:22.526 INFO kablam! warning: function is never used: `rotate_left` Oct 14 22:38:22.526 INFO kablam! --> src/ch2/bit_mask.rs:82:1 Oct 14 22:38:22.526 INFO kablam! | Oct 14 22:38:22.526 INFO kablam! 82 | pub fn rotate_left(x: u32, n: i32) -> u32 { Oct 14 22:38:22.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:22.526 INFO kablam! Oct 14 22:38:22.526 INFO kablam! warning: comparison is useless due to type limits Oct 14 22:38:22.526 INFO kablam! --> src/ch2/overflow.rs:20:11 Oct 14 22:38:22.526 INFO kablam! | Oct 14 22:38:22.526 INFO kablam! 20 | while i >= 0 { // Infinite loop! Oct 14 22:38:22.526 INFO kablam! | ^^^^^^ Oct 14 22:38:22.526 INFO kablam! | Oct 14 22:38:22.526 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 22:38:22.526 INFO kablam! Oct 14 22:38:22.751 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.47s Oct 14 22:38:22.753 INFO kablam! su: No module specific data is present Oct 14 22:38:23.019 INFO running `"docker" "rm" "-f" "3868d906bb5ed5e943a5bb1e0ac74e4a0869d36e7d957206af147807c2f8dda7"` Oct 14 22:38:23.163 INFO blam! 3868d906bb5ed5e943a5bb1e0ac74e4a0869d36e7d957206af147807c2f8dda7 Oct 14 22:38:23.170 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 14 22:38:23.466 INFO blam! 09485e413aa7722a47ec320cfcbcb1eb4d8fd8ab3b182668bc91ac295434fbf8 Oct 14 22:38:23.468 INFO running `"docker" "start" "-a" "09485e413aa7722a47ec320cfcbcb1eb4d8fd8ab3b182668bc91ac295434fbf8"` Oct 14 22:38:24.194 INFO kablam! usermod: no changes Oct 14 22:38:24.223 INFO kablam! Compiling csapp v0.1.0 (/source) Oct 14 22:38:24.506 INFO kablam! warning: function is never used: `unsigned_decrement_infinite_loop` Oct 14 22:38:24.506 INFO kablam! --> src/ch2/overflow.rs:17:1 Oct 14 22:38:24.506 INFO kablam! | Oct 14 22:38:24.506 INFO kablam! 17 | pub fn unsigned_decrement_infinite_loop() { Oct 14 22:38:24.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:24.506 INFO kablam! | Oct 14 22:38:24.506 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:38:24.506 INFO kablam! Oct 14 22:38:24.506 INFO kablam! warning: function is never used: `uadd_ok` Oct 14 22:38:24.506 INFO kablam! --> src/ch2/overflow.rs:34:1 Oct 14 22:38:24.506 INFO kablam! | Oct 14 22:38:24.506 INFO kablam! 34 | pub fn uadd_ok(x: u32, y: u32) -> bool { Oct 14 22:38:24.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:24.506 INFO kablam! Oct 14 22:38:24.506 INFO kablam! warning: function is never used: `tadd_ok` Oct 14 22:38:24.506 INFO kablam! --> src/ch2/overflow.rs:47:1 Oct 14 22:38:24.506 INFO kablam! | Oct 14 22:38:24.506 INFO kablam! 47 | pub fn tadd_ok(x: i32, y: i32) -> bool { Oct 14 22:38:24.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:24.506 INFO kablam! Oct 14 22:38:24.506 INFO kablam! warning: function is never used: `tsub_ok` Oct 14 22:38:24.506 INFO kablam! --> src/ch2/overflow.rs:66:1 Oct 14 22:38:24.506 INFO kablam! | Oct 14 22:38:24.506 INFO kablam! 66 | pub fn tsub_ok(x: i32, y: i32) -> bool { Oct 14 22:38:24.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:24.506 INFO kablam! Oct 14 22:38:24.506 INFO kablam! warning: function is never used: `tmult_ok` Oct 14 22:38:24.506 INFO kablam! --> src/ch2/overflow.rs:85:1 Oct 14 22:38:24.506 INFO kablam! | Oct 14 22:38:24.506 INFO kablam! 85 | pub fn tmult_ok(x: i32, y: i32) -> bool { Oct 14 22:38:24.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:24.506 INFO kablam! Oct 14 22:38:24.506 INFO kablam! warning: function is never used: `tmult_ok_using_64_bit` Oct 14 22:38:24.506 INFO kablam! --> src/ch2/overflow.rs:102:1 Oct 14 22:38:24.506 INFO kablam! | Oct 14 22:38:24.506 INFO kablam! 102 | pub fn tmult_ok_using_64_bit(x: i32, y: i32) -> bool { Oct 14 22:38:24.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:24.506 INFO kablam! Oct 14 22:38:24.506 INFO kablam! warning: function is never used: `odd_ones` Oct 14 22:38:24.506 INFO kablam! --> src/ch2/bit_mask.rs:20:1 Oct 14 22:38:24.506 INFO kablam! | Oct 14 22:38:24.506 INFO kablam! 20 | pub fn odd_ones(x: u32) -> u32 { Oct 14 22:38:24.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:24.506 INFO kablam! Oct 14 22:38:24.506 INFO kablam! warning: function is never used: `leftmost_one` Oct 14 22:38:24.506 INFO kablam! --> src/ch2/bit_mask.rs:55:1 Oct 14 22:38:24.506 INFO kablam! | Oct 14 22:38:24.506 INFO kablam! 55 | pub fn leftmost_one(x: u32) -> u32 { Oct 14 22:38:24.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:24.507 INFO kablam! Oct 14 22:38:24.507 INFO kablam! warning: function is never used: `rotate_left` Oct 14 22:38:24.507 INFO kablam! --> src/ch2/bit_mask.rs:82:1 Oct 14 22:38:24.507 INFO kablam! | Oct 14 22:38:24.507 INFO kablam! 82 | pub fn rotate_left(x: u32, n: i32) -> u32 { Oct 14 22:38:24.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:38:24.507 INFO kablam! Oct 14 22:38:24.507 INFO kablam! warning: comparison is useless due to type limits Oct 14 22:38:24.507 INFO kablam! --> src/ch2/overflow.rs:20:11 Oct 14 22:38:24.507 INFO kablam! | Oct 14 22:38:24.507 INFO kablam! 20 | while i >= 0 { // Infinite loop! Oct 14 22:38:24.507 INFO kablam! | ^^^^^^ Oct 14 22:38:24.507 INFO kablam! | Oct 14 22:38:24.507 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 22:38:24.507 INFO kablam! Oct 14 22:38:24.873 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Oct 14 22:38:24.873 INFO kablam! su: No module specific data is present Oct 14 22:38:25.173 INFO running `"docker" "rm" "-f" "09485e413aa7722a47ec320cfcbcb1eb4d8fd8ab3b182668bc91ac295434fbf8"` Oct 14 22:38:25.287 INFO blam! 09485e413aa7722a47ec320cfcbcb1eb4d8fd8ab3b182668bc91ac295434fbf8 Oct 14 22:38:25.291 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 14 22:38:25.471 INFO blam! e9413fdb79be0c25fdbe1bcb2345c19501413b7280a3131f75aa97c86523a361 Oct 14 22:38:25.471 INFO running `"docker" "start" "-a" "e9413fdb79be0c25fdbe1bcb2345c19501413b7280a3131f75aa97c86523a361"` Oct 14 22:38:25.915 INFO kablam! usermod: no changes Oct 14 22:38:25.957 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 22:38:25.958 INFO kablam! Running /target/debug/deps/csapp-87c9fcf211596bcc Oct 14 22:38:25.960 INFO blam! Oct 14 22:38:25.960 INFO blam! running 0 tests Oct 14 22:38:25.960 INFO blam! Oct 14 22:38:25.960 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:38:25.961 INFO blam! Oct 14 22:38:25.962 INFO kablam! su: No module specific data is present Oct 14 22:38:26.262 INFO running `"docker" "rm" "-f" "e9413fdb79be0c25fdbe1bcb2345c19501413b7280a3131f75aa97c86523a361"` Oct 14 22:38:26.377 INFO blam! e9413fdb79be0c25fdbe1bcb2345c19501413b7280a3131f75aa97c86523a361