Oct 12 06:41:58.330 INFO testing act-0.1.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 06:41:58.331 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 06:41:58.753 INFO blam! a9c616dce37ad7628fd059e3e45890e37376612c3153ef4f4bac45d7c9f75292 Oct 12 06:41:58.756 INFO running `"docker" "start" "-a" "a9c616dce37ad7628fd059e3e45890e37376612c3153ef4f4bac45d7c9f75292"` Oct 12 06:41:59.628 INFO kablam! usermod: no changes Oct 12 06:41:59.700 INFO kablam! Compiling ansi-escapes v0.1.0 Oct 12 06:42:00.152 INFO kablam! Compiling act v0.1.1 (/source) Oct 12 06:42:00.384 INFO kablam! warning: unused macro definition Oct 12 06:42:00.385 INFO kablam! --> src/lib.rs:82:1 Oct 12 06:42:00.385 INFO kablam! | Oct 12 06:42:00.385 INFO kablam! 82 | / macro_rules! try_opt_res { Oct 12 06:42:00.386 INFO kablam! 83 | | ($o:expr) => { Oct 12 06:42:00.386 INFO kablam! 84 | | match $o { Oct 12 06:42:00.386 INFO kablam! 85 | | Ok(x) => x, Oct 12 06:42:00.386 INFO kablam! ... | Oct 12 06:42:00.387 INFO kablam! 88 | | } Oct 12 06:42:00.387 INFO kablam! 89 | | } Oct 12 06:42:00.387 INFO kablam! | |_^ Oct 12 06:42:00.387 INFO kablam! | Oct 12 06:42:00.388 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 06:42:00.388 INFO kablam! Oct 12 06:42:00.388 INFO kablam! warning: unused import: `std::io` Oct 12 06:42:00.389 INFO kablam! --> src/lib.rs:225:17 Oct 12 06:42:00.389 INFO kablam! | Oct 12 06:42:00.389 INFO kablam! 225 | use std::io; Oct 12 06:42:00.389 INFO kablam! | ^^^^^^^ Oct 12 06:42:00.390 INFO kablam! | Oct 12 06:42:00.390 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 06:42:00.390 INFO kablam! Oct 12 06:42:02.088 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.42s Oct 12 06:42:02.091 INFO kablam! su: No module specific data is present Oct 12 06:42:03.065 INFO running `"docker" "rm" "-f" "a9c616dce37ad7628fd059e3e45890e37376612c3153ef4f4bac45d7c9f75292"` Oct 12 06:42:03.348 INFO blam! a9c616dce37ad7628fd059e3e45890e37376612c3153ef4f4bac45d7c9f75292 Oct 12 06:42:03.360 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/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 12 06:42:03.901 INFO blam! da765a8ccb4b64fbfc084764e566b4eb194f77bae95ee3e72606c93b20d4828a Oct 12 06:42:03.904 INFO running `"docker" "start" "-a" "da765a8ccb4b64fbfc084764e566b4eb194f77bae95ee3e72606c93b20d4828a"` Oct 12 06:42:04.964 INFO kablam! usermod: no changes Oct 12 06:42:05.020 INFO kablam! Compiling act v0.1.1 (/source) Oct 12 06:42:05.510 INFO kablam! warning: unused macro definition Oct 12 06:42:05.511 INFO kablam! --> src/lib.rs:82:1 Oct 12 06:42:05.511 INFO kablam! | Oct 12 06:42:05.511 INFO kablam! 82 | / macro_rules! try_opt_res { Oct 12 06:42:05.511 INFO kablam! 83 | | ($o:expr) => { Oct 12 06:42:05.511 INFO kablam! 84 | | match $o { Oct 12 06:42:05.511 INFO kablam! 85 | | Ok(x) => x, Oct 12 06:42:05.511 INFO kablam! ... | Oct 12 06:42:05.511 INFO kablam! 88 | | } Oct 12 06:42:05.511 INFO kablam! 89 | | } Oct 12 06:42:05.511 INFO kablam! | |_^ Oct 12 06:42:05.511 INFO kablam! | Oct 12 06:42:05.511 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 12 06:42:05.511 INFO kablam! Oct 12 06:42:05.511 INFO kablam! warning: unused import: `std::io` Oct 12 06:42:05.511 INFO kablam! --> src/lib.rs:225:17 Oct 12 06:42:05.511 INFO kablam! | Oct 12 06:42:05.511 INFO kablam! 225 | use std::io; Oct 12 06:42:05.511 INFO kablam! | ^^^^^^^ Oct 12 06:42:05.511 INFO kablam! | Oct 12 06:42:05.511 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 06:42:05.511 INFO kablam! Oct 12 06:42:06.168 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 12 06:42:06.171 INFO kablam! su: No module specific data is present Oct 12 06:42:06.686 INFO running `"docker" "rm" "-f" "da765a8ccb4b64fbfc084764e566b4eb194f77bae95ee3e72606c93b20d4828a"` Oct 12 06:42:06.956 INFO blam! da765a8ccb4b64fbfc084764e566b4eb194f77bae95ee3e72606c93b20d4828a