Oct 15 06:41:55.266 INFO testing SpamapS/rubble against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:41:55.266 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 15 06:41:55.690 INFO blam! dc36a23a3d728c66e4a13500abbc3a09723e9fecd65404e959c8fe425935f235 Oct 15 06:41:55.699 INFO running `"docker" "start" "-a" "dc36a23a3d728c66e4a13500abbc3a09723e9fecd65404e959c8fe425935f235"` Oct 15 06:41:56.539 INFO kablam! usermod: no changes Oct 15 06:41:56.687 INFO kablam! Compiling custom_derive v0.1.7 Oct 15 06:41:56.687 INFO kablam! Compiling enum_derive v0.1.7 Oct 15 06:41:56.687 INFO kablam! Compiling syscall v0.2.1 Oct 15 06:41:56.700 INFO kablam! Compiling isatty v0.1.3 Oct 15 06:41:56.700 INFO kablam! Compiling nix v0.8.0 Oct 15 06:41:56.705 INFO kablam! Compiling thread_local v0.3.3 Oct 15 06:41:56.707 INFO kablam! Compiling error-chain v0.8.1 Oct 15 06:41:58.163 INFO kablam! Compiling regex v0.2.1 Oct 15 06:41:59.597 INFO kablam! Compiling caps v0.0.1 Oct 15 06:42:07.321 INFO kablam! Compiling env_logger v0.4.2 Oct 15 06:42:08.750 INFO kablam! Compiling rubble v0.1.0 (/source) Oct 15 06:42:09.991 INFO kablam! warning: unused import: `CLONE_NEWIPC` Oct 15 06:42:09.991 INFO kablam! --> src/main.rs:24:73 Oct 15 06:42:09.991 INFO kablam! | Oct 15 06:42:09.991 INFO kablam! 24 | CLONE_NEWNS, CLONE_NEWUSER, CLONE_NEWPID, CLONE_NEWNET, CLONE_NEWIPC, CLONE_NEWUTS, Oct 15 06:42:09.991 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:42:09.991 INFO kablam! | Oct 15 06:42:09.991 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:42:09.991 INFO kablam! Oct 15 06:42:10.131 INFO kablam! warning: unused variable: `real_gid` Oct 15 06:42:10.131 INFO kablam! --> src/main.rs:54:35 Oct 15 06:42:10.131 INFO kablam! | Oct 15 06:42:10.131 INFO kablam! 54 | fn acquire_privs(real_uid: uid_t, real_gid: uid_t) -> bool { Oct 15 06:42:10.131 INFO kablam! | ^^^^^^^^ help: consider using `_real_gid` instead Oct 15 06:42:10.131 INFO kablam! | Oct 15 06:42:10.131 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:42:10.131 INFO kablam! Oct 15 06:42:10.131 INFO kablam! warning: unused variable: `overflow_uid` Oct 15 06:42:10.131 INFO kablam! --> src/main.rs:341:10 Oct 15 06:42:10.131 INFO kablam! | Oct 15 06:42:10.131 INFO kablam! 341 | let (overflow_uid, overflow_gid) = read_overflowids(); Oct 15 06:42:10.131 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_overflow_uid` instead Oct 15 06:42:10.131 INFO kablam! Oct 15 06:42:10.131 INFO kablam! warning: unused variable: `overflow_gid` Oct 15 06:42:10.131 INFO kablam! --> src/main.rs:341:24 Oct 15 06:42:10.131 INFO kablam! | Oct 15 06:42:10.131 INFO kablam! 341 | let (overflow_uid, overflow_gid) = read_overflowids(); Oct 15 06:42:10.131 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_overflow_gid` instead Oct 15 06:42:10.131 INFO kablam! Oct 15 06:42:10.131 INFO kablam! warning: variable `host_tty_dev` is assigned to, but never used Oct 15 06:42:10.131 INFO kablam! --> src/main.rs:343:13 Oct 15 06:42:10.131 INFO kablam! | Oct 15 06:42:10.131 INFO kablam! 343 | let mut host_tty_dev: Option = None; Oct 15 06:42:10.131 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:42:10.131 INFO kablam! | Oct 15 06:42:10.131 INFO kablam! = note: consider using `_host_tty_dev` instead Oct 15 06:42:10.131 INFO kablam! Oct 15 06:42:10.131 INFO kablam! warning: value assigned to `host_tty_dev` is never read Oct 15 06:42:10.131 INFO kablam! --> src/main.rs:345:9 Oct 15 06:42:10.131 INFO kablam! | Oct 15 06:42:10.131 INFO kablam! 345 | host_tty_dev = Some(unsafe { Oct 15 06:42:10.131 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:42:10.131 INFO kablam! | Oct 15 06:42:10.132 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:42:10.132 INFO kablam! Oct 15 06:42:10.132 INFO kablam! warning: unused variable: `opt_sandbox_uid` Oct 15 06:42:10.132 INFO kablam! --> src/main.rs:421:9 Oct 15 06:42:10.132 INFO kablam! | Oct 15 06:42:10.132 INFO kablam! 421 | let opt_sandbox_uid = match popts.sandbox_uid { Oct 15 06:42:10.132 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_opt_sandbox_uid` instead Oct 15 06:42:10.132 INFO kablam! Oct 15 06:42:10.132 INFO kablam! warning: unused variable: `opt_sandbox_gid` Oct 15 06:42:10.132 INFO kablam! --> src/main.rs:425:9 Oct 15 06:42:10.132 INFO kablam! | Oct 15 06:42:10.132 INFO kablam! 425 | let opt_sandbox_gid = match popts.sandbox_gid { Oct 15 06:42:10.132 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_opt_sandbox_gid` instead Oct 15 06:42:10.132 INFO kablam! Oct 15 06:42:10.132 INFO kablam! warning: unused variable: `proc_wd` Oct 15 06:42:10.132 INFO kablam! --> src/main.rs:447:9 Oct 15 06:42:10.132 INFO kablam! | Oct 15 06:42:10.132 INFO kablam! 447 | let proc_wd = WalkDir::new("/proc"); Oct 15 06:42:10.132 INFO kablam! | ^^^^^^^ help: consider using `_proc_wd` instead Oct 15 06:42:10.132 INFO kablam! Oct 15 06:42:10.132 INFO kablam! warning: variable `event_fd` is assigned to, but never used Oct 15 06:42:10.132 INFO kablam! --> src/main.rs:467:13 Oct 15 06:42:10.132 INFO kablam! | Oct 15 06:42:10.132 INFO kablam! 467 | let mut event_fd: Option = None; Oct 15 06:42:10.132 INFO kablam! | ^^^^^^^^ Oct 15 06:42:10.132 INFO kablam! | Oct 15 06:42:10.132 INFO kablam! = note: consider using `_event_fd` instead Oct 15 06:42:10.132 INFO kablam! Oct 15 06:42:10.132 INFO kablam! warning: value assigned to `event_fd` is never read Oct 15 06:42:10.132 INFO kablam! --> src/main.rs:469:9 Oct 15 06:42:10.132 INFO kablam! | Oct 15 06:42:10.132 INFO kablam! 469 | event_fd = match eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK) { Oct 15 06:42:10.132 INFO kablam! | ^^^^^^^^ Oct 15 06:42:10.132 INFO kablam! Oct 15 06:42:10.132 INFO kablam! warning: unused variable: `e` Oct 15 06:42:10.132 INFO kablam! --> src/main.rs:497:17 Oct 15 06:42:10.132 INFO kablam! | Oct 15 06:42:10.132 INFO kablam! 497 | Err(e) => panic!("stat on /proc/self/ns/cgroup failed"), Oct 15 06:42:10.132 INFO kablam! | ^ help: consider using `_e` instead Oct 15 06:42:10.132 INFO kablam! Oct 15 06:42:10.132 INFO kablam! warning: unused variable: `child_wait_fd` Oct 15 06:42:10.132 INFO kablam! --> src/main.rs:509:9 Oct 15 06:42:10.132 INFO kablam! | Oct 15 06:42:10.132 INFO kablam! 509 | let child_wait_fd = match eventfd(0, EFD_CLOEXEC) { Oct 15 06:42:10.132 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_child_wait_fd` instead Oct 15 06:42:10.132 INFO kablam! Oct 15 06:42:10.197 INFO kablam! error: attempt to subtract with overflow Oct 15 06:42:10.197 INFO kablam! --> src/main.rs:86:38 Oct 15 06:42:10.197 INFO kablam! | Oct 15 06:42:10.197 INFO kablam! 86 | let new_fsuid = setfsuid(0 - 1 as u32); Oct 15 06:42:10.197 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:42:10.197 INFO kablam! | Oct 15 06:42:10.197 INFO kablam! = note: #[deny(const_err)] on by default Oct 15 06:42:10.197 INFO kablam! Oct 15 06:42:10.307 INFO kablam! error: aborting due to previous error Oct 15 06:42:10.307 INFO kablam! Oct 15 06:42:10.327 INFO kablam! error: Could not compile `rubble`. Oct 15 06:42:10.327 INFO kablam! Oct 15 06:42:10.327 INFO kablam! To learn more, run the command again with --verbose. Oct 15 06:42:10.327 INFO kablam! su: No module specific data is present Oct 15 06:42:11.089 INFO running `"docker" "rm" "-f" "dc36a23a3d728c66e4a13500abbc3a09723e9fecd65404e959c8fe425935f235"` Oct 15 06:42:11.247 INFO blam! dc36a23a3d728c66e4a13500abbc3a09723e9fecd65404e959c8fe425935f235