Oct 12 06:42:00.507 INFO testing act-0.1.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 06:42:00.507 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 06:42:00.916 INFO blam! 0db48a0b9a912feee59257575db89b8eb6d7c0d0d31dd38c5992c14ccc5e8753 Oct 12 06:42:00.918 INFO running `"docker" "start" "-a" "0db48a0b9a912feee59257575db89b8eb6d7c0d0d31dd38c5992c14ccc5e8753"` Oct 12 06:42:01.788 INFO kablam! usermod: no changes Oct 12 06:42:01.928 INFO kablam! Compiling act v0.1.1 (/source) Oct 12 06:42:02.940 INFO kablam! warning: unused macro definition Oct 12 06:42:02.940 INFO kablam! --> src/lib.rs:82:1 Oct 12 06:42:02.940 INFO kablam! | Oct 12 06:42:02.940 INFO kablam! 82 | / macro_rules! try_opt_res { Oct 12 06:42:02.940 INFO kablam! 83 | | ($o:expr) => { Oct 12 06:42:02.940 INFO kablam! 84 | | match $o { Oct 12 06:42:02.940 INFO kablam! 85 | | Ok(x) => x, Oct 12 06:42:02.940 INFO kablam! ... | Oct 12 06:42:02.940 INFO kablam! 88 | | } Oct 12 06:42:02.940 INFO kablam! 89 | | } Oct 12 06:42:02.940 INFO kablam! | |_^ Oct 12 06:42:02.940 INFO kablam! | Oct 12 06:42:02.940 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 06:42:02.940 INFO kablam! Oct 12 06:42:02.940 INFO kablam! warning: unused import: `std::io` Oct 12 06:42:02.940 INFO kablam! --> src/lib.rs:225:17 Oct 12 06:42:02.940 INFO kablam! | Oct 12 06:42:02.940 INFO kablam! 225 | use std::io; Oct 12 06:42:02.940 INFO kablam! | ^^^^^^^ Oct 12 06:42:02.940 INFO kablam! | Oct 12 06:42:02.941 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 06:42:02.941 INFO kablam! Oct 12 06:42:05.892 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.05s Oct 12 06:42:05.892 INFO kablam! su: No module specific data is present Oct 12 06:42:06.441 INFO running `"docker" "rm" "-f" "0db48a0b9a912feee59257575db89b8eb6d7c0d0d31dd38c5992c14ccc5e8753"` Oct 12 06:42:06.672 INFO blam! 0db48a0b9a912feee59257575db89b8eb6d7c0d0d31dd38c5992c14ccc5e8753 Oct 12 06:42:06.676 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 06:42:07.119 INFO blam! 88377c4a51a2b1a9fd0fa38d9dda9c55d367ec31223de9f3a5f38f4715968086 Oct 12 06:42:07.120 INFO running `"docker" "start" "-a" "88377c4a51a2b1a9fd0fa38d9dda9c55d367ec31223de9f3a5f38f4715968086"` Oct 12 06:42:08.183 INFO kablam! usermod: no changes Oct 12 06:42:08.257 INFO kablam! Compiling act v0.1.1 (/source) Oct 12 06:42:09.548 INFO kablam! warning: unused macro definition Oct 12 06:42:09.548 INFO kablam! --> src/lib.rs:82:1 Oct 12 06:42:09.548 INFO kablam! | Oct 12 06:42:09.548 INFO kablam! 82 | / macro_rules! try_opt_res { Oct 12 06:42:09.548 INFO kablam! 83 | | ($o:expr) => { Oct 12 06:42:09.548 INFO kablam! 84 | | match $o { Oct 12 06:42:09.548 INFO kablam! 85 | | Ok(x) => x, Oct 12 06:42:09.548 INFO kablam! ... | Oct 12 06:42:09.548 INFO kablam! 88 | | } Oct 12 06:42:09.548 INFO kablam! 89 | | } Oct 12 06:42:09.548 INFO kablam! | |_^ Oct 12 06:42:09.548 INFO kablam! | Oct 12 06:42:09.548 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 06:42:09.548 INFO kablam! Oct 12 06:42:09.548 INFO kablam! warning: unused import: `std::io` Oct 12 06:42:09.548 INFO kablam! --> src/lib.rs:225:17 Oct 12 06:42:09.548 INFO kablam! | Oct 12 06:42:09.549 INFO kablam! 225 | use std::io; Oct 12 06:42:09.549 INFO kablam! | ^^^^^^^ Oct 12 06:42:09.549 INFO kablam! | Oct 12 06:42:09.549 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 06:42:09.549 INFO kablam! Oct 12 06:42:10.247 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.03s Oct 12 06:42:10.247 INFO kablam! su: No module specific data is present Oct 12 06:42:10.808 INFO running `"docker" "rm" "-f" "88377c4a51a2b1a9fd0fa38d9dda9c55d367ec31223de9f3a5f38f4715968086"` Oct 12 06:42:11.048 INFO blam! 88377c4a51a2b1a9fd0fa38d9dda9c55d367ec31223de9f3a5f38f4715968086