Oct 14 15:46:08.645 INFO testing kamalmarhubi/containy-thing against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 15:46:08.646 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15:46:09.043 INFO blam! ded615f2db01813675867079d9a7047ce67f12d87882d4afced0e43f115225fc Oct 14 15:46:09.045 INFO running `"docker" "start" "-a" "ded615f2db01813675867079d9a7047ce67f12d87882d4afced0e43f115225fc"` Oct 14 15:46:10.846 INFO kablam! usermod: no changes Oct 14 15:46:10.979 INFO kablam! Compiling winapi v0.2.6 Oct 14 15:46:10.979 INFO kablam! Compiling unicode-segmentation v0.1.2 Oct 14 15:46:10.979 INFO kablam! Compiling either v1.0.1 Oct 14 15:46:10.979 INFO kablam! Compiling strsim v0.5.1 Oct 14 15:46:10.979 INFO kablam! Compiling vec_map v0.6.0 Oct 14 15:46:10.987 INFO kablam! Compiling ansi_term v0.8.0 Oct 14 15:46:10.987 INFO kablam! Compiling kernel32-sys v0.2.1 Oct 14 15:46:10.987 INFO kablam! Compiling term_size v0.1.1 Oct 14 15:46:12.519 INFO kablam! Compiling tempdir v0.3.4 Oct 14 15:46:12.540 INFO kablam! Compiling itertools v0.5.5 Oct 14 15:46:15.415 INFO kablam! Compiling clap v2.10.4 Oct 14 15:46:15.699 INFO kablam! Compiling thread-id v2.0.0 Oct 14 15:46:15.699 INFO kablam! Compiling walkdir v0.1.5 Oct 14 15:46:16.307 INFO kablam! Compiling thread_local v0.2.7 Oct 14 15:46:18.075 INFO kablam! Compiling regex v0.1.80 Oct 14 15:46:28.595 INFO kablam! Compiling env_logger v0.3.5 Oct 14 15:46:36.543 INFO kablam! Compiling containy-thing v0.1.0 (/source) Oct 14 15:46:37.007 INFO kablam! warning: unused import: `std::fmt` Oct 14 15:46:37.007 INFO kablam! --> src/main.rs:12:5 Oct 14 15:46:37.008 INFO kablam! | Oct 14 15:46:37.008 INFO kablam! 12 | use std::fmt; Oct 14 15:46:37.008 INFO kablam! | ^^^^^^^^ Oct 14 15:46:37.008 INFO kablam! | Oct 14 15:46:37.009 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:46:37.009 INFO kablam! Oct 14 15:46:37.009 INFO kablam! warning: unused imports: `MS_NODEV`, `MS_NOEXEC`, `MS_NOSUID`, `MsFlags` Oct 14 15:46:37.010 INFO kablam! --> src/main.rs:26:34 Oct 14 15:46:37.010 INFO kablam! | Oct 14 15:46:37.010 INFO kablam! 26 | use nix::mount::{mount, umount2, MsFlags, MNT_DETACH, MS_NODEV, MS_BIND, MS_NOSUID, MS_REC, MS_PRIVATE, MS_NOEXEC}; Oct 14 15:46:37.010 INFO kablam! | ^^^^^^^ ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ Oct 14 15:46:37.011 INFO kablam! Oct 14 15:46:37.011 INFO kablam! warning: unused imports: `CLONE_NEWIPC`, `CLONE_NEWNET`, `CLONE_NEWUTS` Oct 14 15:46:37.011 INFO kablam! --> src/main.rs:27:69 Oct 14 15:46:37.012 INFO kablam! | Oct 14 15:46:37.012 INFO kablam! 27 | use nix::sched::{unshare, CLONE_NEWUSER, CLONE_NEWNS, CLONE_NEWPID, CLONE_NEWUTS, CLONE_NEWNET, Oct 14 15:46:37.012 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 14 15:46:37.012 INFO kablam! 28 | CLONE_NEWIPC}; Oct 14 15:46:37.013 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:46:37.013 INFO kablam! Oct 14 15:46:37.013 INFO kablam! warning: unused imports: `WalkDirIterator`, `WalkDir` Oct 14 15:46:37.014 INFO kablam! --> src/main.rs:33:15 Oct 14 15:46:37.014 INFO kablam! | Oct 14 15:46:37.014 INFO kablam! 33 | use walkdir::{WalkDir, WalkDirIterator}; Oct 14 15:46:37.014 INFO kablam! | ^^^^^^^ ^^^^^^^^^^^^^^^ Oct 14 15:46:37.015 INFO kablam! Oct 14 15:46:37.190 INFO kablam! warning: unused variable: `gid` Oct 14 15:46:37.191 INFO kablam! --> src/main.rs:113:15 Oct 14 15:46:37.191 INFO kablam! | Oct 14 15:46:37.191 INFO kablam! 113 | let (uid, gid) = (getuid(), getgid()); Oct 14 15:46:37.191 INFO kablam! | ^^^ help: consider using `_gid` instead Oct 14 15:46:37.191 INFO kablam! | Oct 14 15:46:37.191 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:46:37.191 INFO kablam! Oct 14 15:46:39.612 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.73s Oct 14 15:46:39.616 INFO kablam! su: No module specific data is present Oct 14 15:46:40.327 INFO running `"docker" "rm" "-f" "ded615f2db01813675867079d9a7047ce67f12d87882d4afced0e43f115225fc"` Oct 14 15:46:40.663 INFO blam! ded615f2db01813675867079d9a7047ce67f12d87882d4afced0e43f115225fc Oct 14 15:46:40.672 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15:46:41.079 INFO blam! 99495281db1919caced349976826603c5878ac4de2ce59d1bab42b500e7ee4e3 Oct 14 15:46:41.087 INFO running `"docker" "start" "-a" "99495281db1919caced349976826603c5878ac4de2ce59d1bab42b500e7ee4e3"` Oct 14 15:46:42.103 INFO kablam! usermod: no changes Oct 14 15:46:42.203 INFO kablam! Compiling containy-thing v0.1.0 (/source) Oct 14 15:46:42.655 INFO kablam! warning: unused import: `std::fmt` Oct 14 15:46:42.655 INFO kablam! --> src/main.rs:12:5 Oct 14 15:46:42.655 INFO kablam! | Oct 14 15:46:42.655 INFO kablam! 12 | use std::fmt; Oct 14 15:46:42.655 INFO kablam! | ^^^^^^^^ Oct 14 15:46:42.655 INFO kablam! | Oct 14 15:46:42.655 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 15:46:42.655 INFO kablam! Oct 14 15:46:42.655 INFO kablam! warning: unused imports: `MS_NODEV`, `MS_NOEXEC`, `MS_NOSUID`, `MsFlags` Oct 14 15:46:42.655 INFO kablam! --> src/main.rs:26:34 Oct 14 15:46:42.655 INFO kablam! | Oct 14 15:46:42.655 INFO kablam! 26 | use nix::mount::{mount, umount2, MsFlags, MNT_DETACH, MS_NODEV, MS_BIND, MS_NOSUID, MS_REC, MS_PRIVATE, MS_NOEXEC}; Oct 14 15:46:42.655 INFO kablam! | ^^^^^^^ ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^^ Oct 14 15:46:42.655 INFO kablam! Oct 14 15:46:42.655 INFO kablam! warning: unused imports: `CLONE_NEWIPC`, `CLONE_NEWNET`, `CLONE_NEWUTS` Oct 14 15:46:42.655 INFO kablam! --> src/main.rs:27:69 Oct 14 15:46:42.655 INFO kablam! | Oct 14 15:46:42.655 INFO kablam! 27 | use nix::sched::{unshare, CLONE_NEWUSER, CLONE_NEWNS, CLONE_NEWPID, CLONE_NEWUTS, CLONE_NEWNET, Oct 14 15:46:42.655 INFO kablam! | ^^^^^^^^^^^^ ^^^^^^^^^^^^ Oct 14 15:46:42.655 INFO kablam! 28 | CLONE_NEWIPC}; Oct 14 15:46:42.655 INFO kablam! | ^^^^^^^^^^^^ Oct 14 15:46:42.655 INFO kablam! Oct 14 15:46:42.655 INFO kablam! warning: unused imports: `WalkDirIterator`, `WalkDir` Oct 14 15:46:42.655 INFO kablam! --> src/main.rs:33:15 Oct 14 15:46:42.655 INFO kablam! | Oct 14 15:46:42.655 INFO kablam! 33 | use walkdir::{WalkDir, WalkDirIterator}; Oct 14 15:46:42.655 INFO kablam! | ^^^^^^^ ^^^^^^^^^^^^^^^ Oct 14 15:46:42.655 INFO kablam! Oct 14 15:46:42.779 INFO kablam! warning: unused variable: `gid` Oct 14 15:46:42.779 INFO kablam! --> src/main.rs:113:15 Oct 14 15:46:42.779 INFO kablam! | Oct 14 15:46:42.779 INFO kablam! 113 | let (uid, gid) = (getuid(), getgid()); Oct 14 15:46:42.779 INFO kablam! | ^^^ help: consider using `_gid` instead Oct 14 15:46:42.779 INFO kablam! | Oct 14 15:46:42.779 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:46:42.779 INFO kablam! Oct 14 15:46:43.414 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 14 15:46:43.414 INFO kablam! su: No module specific data is present Oct 14 15:46:44.458 INFO running `"docker" "rm" "-f" "99495281db1919caced349976826603c5878ac4de2ce59d1bab42b500e7ee4e3"` Oct 14 15:46:44.771 INFO blam! 99495281db1919caced349976826603c5878ac4de2ce59d1bab42b500e7ee4e3 Oct 14 15:46:44.779 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 15:46:45.363 INFO blam! b160af400dbe50a99198327de82a6f0b7c14d2ad5839aa98fd290622c962c043 Oct 14 15:46:45.365 INFO running `"docker" "start" "-a" "b160af400dbe50a99198327de82a6f0b7c14d2ad5839aa98fd290622c962c043"` Oct 14 15:46:46.451 INFO kablam! usermod: no changes Oct 14 15:46:46.547 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 15:46:46.563 INFO kablam! Running /target/debug/deps/containy_thing-cc0c11a09399f86d Oct 14 15:46:46.563 INFO blam! Oct 14 15:46:46.564 INFO kablam! su: No module specific data is present Oct 14 15:46:46.564 INFO blam! running 0 tests Oct 14 15:46:46.564 INFO blam! Oct 14 15:46:46.565 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:46:46.565 INFO blam! Oct 14 15:46:47.162 INFO running `"docker" "rm" "-f" "b160af400dbe50a99198327de82a6f0b7c14d2ad5839aa98fd290622c962c043"` Oct 14 15:46:47.399 INFO blam! b160af400dbe50a99198327de82a6f0b7c14d2ad5839aa98fd290622c962c043