Oct 15 23:29:20.054 INFO testing process_lock-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 23:29:20.056 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 23:29:20.444 INFO blam! ce5c69cc78b1667cc26ece5e3b8f7c86934b53596d5ca2fe3e4deebff8fef3c1 Oct 15 23:29:20.447 INFO running `"docker" "start" "-a" "ce5c69cc78b1667cc26ece5e3b8f7c86934b53596d5ca2fe3e4deebff8fef3c1"` Oct 15 23:29:21.839 INFO kablam! usermod: no changes Oct 15 23:29:21.935 INFO kablam! Compiling winapi v0.3.6 Oct 15 23:29:24.759 INFO kablam! Compiling process_lock v0.1.0 (/source) Oct 15 23:29:25.663 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.79s Oct 15 23:29:25.664 INFO kablam! su: No module specific data is present Oct 15 23:29:26.243 INFO running `"docker" "rm" "-f" "ce5c69cc78b1667cc26ece5e3b8f7c86934b53596d5ca2fe3e4deebff8fef3c1"` Oct 15 23:29:26.600 INFO blam! ce5c69cc78b1667cc26ece5e3b8f7c86934b53596d5ca2fe3e4deebff8fef3c1 Oct 15 23:29:26.607 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 23:29:27.004 INFO blam! 284813335a6ee0d5915fccf9fbe94182036af4ee08eb97a87ca45a6c7cc55788 Oct 15 23:29:27.006 INFO running `"docker" "start" "-a" "284813335a6ee0d5915fccf9fbe94182036af4ee08eb97a87ca45a6c7cc55788"` Oct 15 23:29:29.195 INFO kablam! usermod: no changes Oct 15 23:29:29.319 INFO kablam! Compiling process_lock v0.1.0 (/source) Oct 15 23:29:30.971 INFO kablam! warning: unused import: `Duration` Oct 15 23:29:30.971 INFO kablam! --> examples/lock1.rs:3:17 Oct 15 23:29:30.971 INFO kablam! | Oct 15 23:29:30.971 INFO kablam! 3 | use std::time::{Duration, Instant}; Oct 15 23:29:30.971 INFO kablam! | ^^^^^^^^ Oct 15 23:29:30.971 INFO kablam! | Oct 15 23:29:30.971 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 23:29:30.971 INFO kablam! Oct 15 23:29:30.999 INFO kablam! warning: unused import: `Duration` Oct 15 23:29:30.999 INFO kablam! --> examples/lock.rs:2:17 Oct 15 23:29:30.999 INFO kablam! | Oct 15 23:29:31.003 INFO kablam! 2 | use std::time::{Duration, Instant}; Oct 15 23:29:31.003 INFO kablam! | ^^^^^^^^ Oct 15 23:29:31.003 INFO kablam! | Oct 15 23:29:31.003 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 23:29:31.003 INFO kablam! Oct 15 23:29:31.114 INFO kablam! warning: variable does not need to be mutable Oct 15 23:29:31.127 INFO kablam! --> examples/lock1.rs:9:9 Oct 15 23:29:31.128 INFO kablam! | Oct 15 23:29:31.128 INFO kablam! 9 | let mut lock = ProcessLock::new(String::from(".xxx1"), None).unwrap(); Oct 15 23:29:31.128 INFO kablam! | ----^^^^ Oct 15 23:29:31.129 INFO kablam! | | Oct 15 23:29:31.129 INFO kablam! | help: remove this `mut` Oct 15 23:29:31.129 INFO kablam! | Oct 15 23:29:31.130 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 23:29:31.130 INFO kablam! Oct 15 23:29:32.297 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.06s Oct 15 23:29:32.297 INFO kablam! su: No module specific data is present Oct 15 23:29:33.211 INFO running `"docker" "rm" "-f" "284813335a6ee0d5915fccf9fbe94182036af4ee08eb97a87ca45a6c7cc55788"` Oct 15 23:29:33.467 INFO blam! 284813335a6ee0d5915fccf9fbe94182036af4ee08eb97a87ca45a6c7cc55788 Oct 15 23:29:33.467 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 23:29:33.965 INFO blam! 22151f2a6269a0eb8406e76b94293908dfe2079762a99264e5adad7c48ea03cb Oct 15 23:29:33.967 INFO running `"docker" "start" "-a" "22151f2a6269a0eb8406e76b94293908dfe2079762a99264e5adad7c48ea03cb"` Oct 15 23:29:35.331 INFO kablam! usermod: no changes Oct 15 23:29:35.399 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 23:29:35.407 INFO kablam! Running /target/debug/deps/process_lock-d3715314da82cfed Oct 15 23:29:35.411 INFO blam! Oct 15 23:29:35.411 INFO blam! running 0 tests Oct 15 23:29:35.411 INFO blam! Oct 15 23:29:35.411 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 23:29:35.411 INFO blam! Oct 15 23:29:35.415 INFO kablam! Doc-tests process_lock Oct 15 23:29:36.228 INFO blam! Oct 15 23:29:36.228 INFO blam! running 1 test Oct 15 23:29:37.204 INFO blam! test src/lib.rs - ProcessLock (line 15) ... ok Oct 15 23:29:37.204 INFO blam! Oct 15 23:29:37.204 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 23:29:37.204 INFO blam! Oct 15 23:29:37.227 INFO kablam! su: No module specific data is present Oct 15 23:29:38.298 INFO running `"docker" "rm" "-f" "22151f2a6269a0eb8406e76b94293908dfe2079762a99264e5adad7c48ea03cb"` Oct 15 23:29:38.707 INFO blam! 22151f2a6269a0eb8406e76b94293908dfe2079762a99264e5adad7c48ea03cb