Oct 10 20:28:12.863 INFO testing kamalmarhubi/containy-thing against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:28:12.863 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:28:12.865 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 20:28:13.454 INFO blam! bdafee2c7c1d9b6126eb1a10455ec867145ad511790da1965eb4cdff96254ee3 Oct 10 20:28:13.456 INFO running `"docker" "start" "-a" "bdafee2c7c1d9b6126eb1a10455ec867145ad511790da1965eb4cdff96254ee3"` Oct 10 20:28:14.585 INFO kablam! usermod: no changes Oct 10 20:28:14.784 INFO kablam! Compiling term_size v0.1.1 Oct 10 20:28:14.784 INFO kablam! Compiling nix v0.5.1 Oct 10 20:28:14.799 INFO kablam! Compiling tempdir v0.3.4 Oct 10 20:28:14.799 INFO kablam! Compiling kernel32-sys v0.2.1 Oct 10 20:28:15.752 INFO kablam! Compiling thread-id v2.0.0 Oct 10 20:28:15.752 INFO kablam! Compiling walkdir v0.1.5 Oct 10 20:28:17.436 INFO kablam! Compiling clap v2.10.4 Oct 10 20:28:17.892 INFO kablam! Compiling thread_local v0.2.7 Oct 10 20:28:20.833 INFO kablam! Compiling regex v0.1.80 Oct 10 20:28:34.692 INFO kablam! Compiling env_logger v0.3.5 Oct 10 20:28:36.361 INFO kablam! Compiling containy-thing v0.1.0 (/source) Oct 10 20:28:37.913 INFO kablam! warning: unused import: `std::fmt` Oct 10 20:28:37.913 INFO kablam! --> src/main.rs:12:5 Oct 10 20:28:37.913 INFO kablam! | Oct 10 20:28:37.913 INFO kablam! 12 | use std::fmt; Oct 10 20:28:37.914 INFO kablam! | ^^^^^^^^ Oct 10 20:28:37.914 INFO kablam! | Oct 10 20:28:37.914 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:28:37.915 INFO kablam! Oct 10 20:28:37.915 INFO kablam! warning: unused imports: `MS_NODEV`, `MS_NOEXEC`, `MS_NOSUID`, `MsFlags` Oct 10 20:28:37.915 INFO kablam! --> src/main.rs:26:34 Oct 10 20:28:37.916 INFO kablam! | Oct 10 20:28:37.916 INFO kablam! 26 | use nix::mount::{mount, umount2, MsFlags, MNT_DETACH, MS_NODEV, MS_BIND, MS_NOSUID, MS_REC, MS_PRIVATE, MS_NOEXEC}; Oct 10 20:28:37.916 INFO kablam! | ^^^^^^^ ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ Oct 10 20:28:37.917 INFO kablam! Oct 10 20:28:37.917 INFO kablam! warning: unused imports: `CLONE_NEWIPC`, `CLONE_NEWNET`, `CLONE_NEWUTS` Oct 10 20:28:37.917 INFO kablam! --> src/main.rs:27:69 Oct 10 20:28:37.917 INFO kablam! | Oct 10 20:28:37.918 INFO kablam! 27 | use nix::sched::{unshare, CLONE_NEWUSER, CLONE_NEWNS, CLONE_NEWPID, CLONE_NEWUTS, CLONE_NEWNET, Oct 10 20:28:37.918 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 10 20:28:37.919 INFO kablam! 28 | CLONE_NEWIPC}; Oct 10 20:28:37.919 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:28:37.919 INFO kablam! Oct 10 20:28:37.919 INFO kablam! warning: unused imports: `WalkDirIterator`, `WalkDir` Oct 10 20:28:37.920 INFO kablam! --> src/main.rs:33:15 Oct 10 20:28:37.920 INFO kablam! | Oct 10 20:28:37.920 INFO kablam! 33 | use walkdir::{WalkDir, WalkDirIterator}; Oct 10 20:28:37.921 INFO kablam! | ^^^^^^^ ^^^^^^^^^^^^^^^ Oct 10 20:28:37.921 INFO kablam! Oct 10 20:28:38.038 INFO kablam! warning: unused variable: `gid` Oct 10 20:28:38.038 INFO kablam! --> src/main.rs:113:15 Oct 10 20:28:38.038 INFO kablam! | Oct 10 20:28:38.038 INFO kablam! 113 | let (uid, gid) = (getuid(), getgid()); Oct 10 20:28:38.038 INFO kablam! | ^^^ help: consider using `_gid` instead Oct 10 20:28:38.038 INFO kablam! | Oct 10 20:28:38.038 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:28:38.038 INFO kablam! Oct 10 20:28:40.320 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.71s Oct 10 20:28:40.325 INFO kablam! su: No module specific data is present Oct 10 20:28:40.933 INFO running `"docker" "rm" "-f" "bdafee2c7c1d9b6126eb1a10455ec867145ad511790da1965eb4cdff96254ee3"` Oct 10 20:28:41.248 INFO blam! bdafee2c7c1d9b6126eb1a10455ec867145ad511790da1965eb4cdff96254ee3 Oct 10 20:28:41.254 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:28:41.254 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 20:28:41.688 INFO blam! 5466eb680a1f699504be5050f2c42f6019126ff5533ffb936de78433796dff93 Oct 10 20:28:41.690 INFO running `"docker" "start" "-a" "5466eb680a1f699504be5050f2c42f6019126ff5533ffb936de78433796dff93"` Oct 10 20:28:42.901 INFO kablam! usermod: no changes Oct 10 20:28:42.987 INFO kablam! Compiling containy-thing v0.1.0 (/source) Oct 10 20:28:44.696 INFO kablam! warning: unused import: `std::fmt` Oct 10 20:28:44.696 INFO kablam! --> src/main.rs:12:5 Oct 10 20:28:44.696 INFO kablam! | Oct 10 20:28:44.696 INFO kablam! 12 | use std::fmt; Oct 10 20:28:44.696 INFO kablam! | ^^^^^^^^ Oct 10 20:28:44.696 INFO kablam! | Oct 10 20:28:44.696 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:28:44.696 INFO kablam! Oct 10 20:28:44.696 INFO kablam! warning: unused imports: `MS_NODEV`, `MS_NOEXEC`, `MS_NOSUID`, `MsFlags` Oct 10 20:28:44.696 INFO kablam! --> src/main.rs:26:34 Oct 10 20:28:44.696 INFO kablam! | Oct 10 20:28:44.696 INFO kablam! 26 | use nix::mount::{mount, umount2, MsFlags, MNT_DETACH, MS_NODEV, MS_BIND, MS_NOSUID, MS_REC, MS_PRIVATE, MS_NOEXEC}; Oct 10 20:28:44.696 INFO kablam! | ^^^^^^^ ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ Oct 10 20:28:44.696 INFO kablam! Oct 10 20:28:44.696 INFO kablam! warning: unused imports: `CLONE_NEWIPC`, `CLONE_NEWNET`, `CLONE_NEWUTS` Oct 10 20:28:44.696 INFO kablam! --> src/main.rs:27:69 Oct 10 20:28:44.696 INFO kablam! | Oct 10 20:28:44.696 INFO kablam! 27 | use nix::sched::{unshare, CLONE_NEWUSER, CLONE_NEWNS, CLONE_NEWPID, CLONE_NEWUTS, CLONE_NEWNET, Oct 10 20:28:44.696 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 10 20:28:44.696 INFO kablam! 28 | CLONE_NEWIPC}; Oct 10 20:28:44.696 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:28:44.696 INFO kablam! Oct 10 20:28:44.696 INFO kablam! warning: unused imports: `WalkDirIterator`, `WalkDir` Oct 10 20:28:44.696 INFO kablam! --> src/main.rs:33:15 Oct 10 20:28:44.696 INFO kablam! | Oct 10 20:28:44.696 INFO kablam! 33 | use walkdir::{WalkDir, WalkDirIterator}; Oct 10 20:28:44.696 INFO kablam! | ^^^^^^^ ^^^^^^^^^^^^^^^ Oct 10 20:28:44.696 INFO kablam! Oct 10 20:28:44.824 INFO kablam! warning: unused variable: `gid` Oct 10 20:28:44.825 INFO kablam! --> src/main.rs:113:15 Oct 10 20:28:44.825 INFO kablam! | Oct 10 20:28:44.825 INFO kablam! 113 | let (uid, gid) = (getuid(), getgid()); Oct 10 20:28:44.826 INFO kablam! | ^^^ help: consider using `_gid` instead Oct 10 20:28:44.826 INFO kablam! | Oct 10 20:28:44.826 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:28:44.827 INFO kablam! Oct 10 20:28:45.313 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.39s Oct 10 20:28:45.314 INFO kablam! su: No module specific data is present Oct 10 20:28:45.930 INFO running `"docker" "rm" "-f" "5466eb680a1f699504be5050f2c42f6019126ff5533ffb936de78433796dff93"` Oct 10 20:28:46.309 INFO blam! 5466eb680a1f699504be5050f2c42f6019126ff5533ffb936de78433796dff93 Oct 10 20:28:46.310 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:28:46.310 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 20:28:46.720 INFO blam! 6716e54f039a15161c4cba4b1cfc5ac2836de116cabb9a6d8e7b5953e599e847 Oct 10 20:28:46.723 INFO running `"docker" "start" "-a" "6716e54f039a15161c4cba4b1cfc5ac2836de116cabb9a6d8e7b5953e599e847"` Oct 10 20:28:48.139 INFO kablam! usermod: no changes Oct 10 20:28:48.317 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 10 20:28:48.325 INFO kablam! Running /target/debug/deps/containy_thing-83604a1e5ef0559a Oct 10 20:28:48.332 INFO kablam! su: No module specific data is present Oct 10 20:28:48.333 INFO blam! Oct 10 20:28:48.333 INFO blam! running 0 tests Oct 10 20:28:48.333 INFO blam! Oct 10 20:28:48.333 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:28:48.334 INFO blam! Oct 10 20:28:49.588 INFO running `"docker" "rm" "-f" "6716e54f039a15161c4cba4b1cfc5ac2836de116cabb9a6d8e7b5953e599e847"` Oct 10 20:28:49.888 INFO blam! 6716e54f039a15161c4cba4b1cfc5ac2836de116cabb9a6d8e7b5953e599e847