Oct 11 06:50:18.919 INFO testing EthanLuisMcDonough/emask against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:50:18.919 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:50:18.921 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 06:50:19.344 INFO blam! fd879bbe9313a3915212d82602ff84af8da0ed64eb141741a25ba472e6438d35 Oct 11 06:50:19.349 INFO running `"docker" "start" "-a" "fd879bbe9313a3915212d82602ff84af8da0ed64eb141741a25ba472e6438d35"` Oct 11 06:50:21.231 INFO kablam! usermod: no changes Oct 11 06:50:21.272 INFO kablam! Compiling emask v0.1.0 (/source) Oct 11 06:50:22.088 INFO kablam! warning: variable does not need to be mutable Oct 11 06:50:22.088 INFO kablam! --> src/main.rs:188:9 Oct 11 06:50:22.088 INFO kablam! | Oct 11 06:50:22.088 INFO kablam! 188 | let mut h = Thing::all(); Oct 11 06:50:22.088 INFO kablam! | ----^ Oct 11 06:50:22.088 INFO kablam! | | Oct 11 06:50:22.088 INFO kablam! | help: remove this `mut` Oct 11 06:50:22.088 INFO kablam! | Oct 11 06:50:22.088 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:50:22.088 INFO kablam! Oct 11 06:50:22.092 INFO kablam! warning: method is never used: `is_full` Oct 11 06:50:22.092 INFO kablam! --> src/main.rs:60:5 Oct 11 06:50:22.092 INFO kablam! | Oct 11 06:50:22.092 INFO kablam! 60 | fn is_full(&self) -> bool { Oct 11 06:50:22.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:50:22.092 INFO kablam! | Oct 11 06:50:22.092 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:50:22.092 INFO kablam! Oct 11 06:50:22.092 INFO kablam! warning: method is never used: `is_empty` Oct 11 06:50:22.092 INFO kablam! --> src/main.rs:64:5 Oct 11 06:50:22.092 INFO kablam! | Oct 11 06:50:22.092 INFO kablam! 64 | fn is_empty(&self) -> bool { Oct 11 06:50:22.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:50:22.092 INFO kablam! Oct 11 06:50:22.100 INFO kablam! warning: module `A` should have a snake case name such as `a` Oct 11 06:50:22.100 INFO kablam! --> src/main.rs:180:1 Oct 11 06:50:22.100 INFO kablam! | Oct 11 06:50:22.100 INFO kablam! 180 | / mod A { Oct 11 06:50:22.100 INFO kablam! 181 | | use super::{MaskManager, MaskValue}; Oct 11 06:50:22.100 INFO kablam! 182 | | emask!(pub Thing { A, B, C }); Oct 11 06:50:22.100 INFO kablam! 183 | | } Oct 11 06:50:22.100 INFO kablam! | |_^ Oct 11 06:50:22.100 INFO kablam! | Oct 11 06:50:22.100 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:50:22.100 INFO kablam! Oct 11 06:50:22.624 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.37s Oct 11 06:50:22.626 INFO kablam! su: No module specific data is present Oct 11 06:50:23.522 INFO running `"docker" "rm" "-f" "fd879bbe9313a3915212d82602ff84af8da0ed64eb141741a25ba472e6438d35"` Oct 11 06:50:23.772 INFO blam! fd879bbe9313a3915212d82602ff84af8da0ed64eb141741a25ba472e6438d35 Oct 11 06:50:23.777 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:50:23.779 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 06:50:24.208 INFO blam! 65a744a3f354231ae9fae87e17d17c3626b4b27eeac6c55104d38de995e2e663 Oct 11 06:50:24.209 INFO running `"docker" "start" "-a" "65a744a3f354231ae9fae87e17d17c3626b4b27eeac6c55104d38de995e2e663"` Oct 11 06:50:25.379 INFO kablam! usermod: no changes Oct 11 06:50:25.448 INFO kablam! Compiling emask v0.1.0 (/source) Oct 11 06:50:26.537 INFO kablam! warning: variable does not need to be mutable Oct 11 06:50:26.544 INFO kablam! --> src/main.rs:188:9 Oct 11 06:50:26.549 INFO kablam! | Oct 11 06:50:26.549 INFO kablam! 188 | let mut h = Thing::all(); Oct 11 06:50:26.549 INFO kablam! | ----^ Oct 11 06:50:26.549 INFO kablam! | | Oct 11 06:50:26.550 INFO kablam! | help: remove this `mut` Oct 11 06:50:26.550 INFO kablam! | Oct 11 06:50:26.550 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 06:50:26.551 INFO kablam! Oct 11 06:50:26.551 INFO kablam! warning: method is never used: `is_full` Oct 11 06:50:26.551 INFO kablam! --> src/main.rs:60:5 Oct 11 06:50:26.551 INFO kablam! | Oct 11 06:50:26.552 INFO kablam! 60 | fn is_full(&self) -> bool { Oct 11 06:50:26.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:50:26.552 INFO kablam! | Oct 11 06:50:26.553 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:50:26.553 INFO kablam! Oct 11 06:50:26.553 INFO kablam! warning: method is never used: `is_empty` Oct 11 06:50:26.553 INFO kablam! --> src/main.rs:64:5 Oct 11 06:50:26.554 INFO kablam! | Oct 11 06:50:26.554 INFO kablam! 64 | fn is_empty(&self) -> bool { Oct 11 06:50:26.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:50:26.554 INFO kablam! Oct 11 06:50:26.555 INFO kablam! warning: module `A` should have a snake case name such as `a` Oct 11 06:50:26.555 INFO kablam! --> src/main.rs:180:1 Oct 11 06:50:26.555 INFO kablam! | Oct 11 06:50:26.556 INFO kablam! 180 | / mod A { Oct 11 06:50:26.556 INFO kablam! 181 | | use super::{MaskManager, MaskValue}; Oct 11 06:50:26.556 INFO kablam! 182 | | emask!(pub Thing { A, B, C }); Oct 11 06:50:26.556 INFO kablam! 183 | | } Oct 11 06:50:26.556 INFO kablam! | |_^ Oct 11 06:50:26.556 INFO kablam! | Oct 11 06:50:26.556 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:50:26.556 INFO kablam! Oct 11 06:50:27.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.66s Oct 11 06:50:27.078 INFO kablam! su: No module specific data is present Oct 11 06:50:28.192 INFO running `"docker" "rm" "-f" "65a744a3f354231ae9fae87e17d17c3626b4b27eeac6c55104d38de995e2e663"` Oct 11 06:50:28.444 INFO blam! 65a744a3f354231ae9fae87e17d17c3626b4b27eeac6c55104d38de995e2e663 Oct 11 06:50:28.450 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:50:28.452 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 06:50:28.910 INFO blam! 3a008f03690ceccaa23becfea6ad1ad0146f466d4b6109f00407c80138064629 Oct 11 06:50:28.912 INFO running `"docker" "start" "-a" "3a008f03690ceccaa23becfea6ad1ad0146f466d4b6109f00407c80138064629"` Oct 11 06:50:30.761 INFO kablam! usermod: no changes Oct 11 06:50:30.800 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 06:50:30.801 INFO kablam! Running /target/debug/deps/emask-fa163a32c64eeab4 Oct 11 06:50:30.811 INFO blam! Oct 11 06:50:30.811 INFO blam! running 0 tests Oct 11 06:50:30.811 INFO blam! Oct 11 06:50:30.811 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:50:30.811 INFO blam! Oct 11 06:50:30.816 INFO kablam! su: No module specific data is present Oct 11 06:50:31.639 INFO running `"docker" "rm" "-f" "3a008f03690ceccaa23becfea6ad1ad0146f466d4b6109f00407c80138064629"` Oct 11 06:50:31.948 INFO blam! 3a008f03690ceccaa23becfea6ad1ad0146f466d4b6109f00407c80138064629