Oct 11 14:34:28.633 INFO testing process_lock-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 14:34:28.633 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 14:34:28.634 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-3/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 11 14:34:28.978 INFO blam! df5e43ccbb67c390e51c83b81c042c52261ff2fb0be967dd88bb6138b87504a7 Oct 11 14:34:28.985 INFO running `"docker" "start" "-a" "df5e43ccbb67c390e51c83b81c042c52261ff2fb0be967dd88bb6138b87504a7"` Oct 11 14:34:30.140 INFO kablam! usermod: no changes Oct 11 14:34:30.196 INFO kablam! Compiling winapi v0.3.6 Oct 11 14:34:33.328 INFO kablam! Compiling process_lock v0.1.0 (/source) Oct 11 14:34:34.442 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.27s Oct 11 14:34:34.445 INFO kablam! su: No module specific data is present Oct 11 14:34:35.178 INFO running `"docker" "rm" "-f" "df5e43ccbb67c390e51c83b81c042c52261ff2fb0be967dd88bb6138b87504a7"` Oct 11 14:34:35.426 INFO blam! df5e43ccbb67c390e51c83b81c042c52261ff2fb0be967dd88bb6138b87504a7 Oct 11 14:34:35.427 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 14:34:35.428 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-3/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 11 14:34:35.886 INFO blam! 7ef5dfbf35e95bf4c075bf19478a577d3be230cc74c25cb8589d0535aca7869a Oct 11 14:34:35.888 INFO running `"docker" "start" "-a" "7ef5dfbf35e95bf4c075bf19478a577d3be230cc74c25cb8589d0535aca7869a"` Oct 11 14:34:37.307 INFO kablam! usermod: no changes Oct 11 14:34:37.368 INFO kablam! Compiling process_lock v0.1.0 (/source) Oct 11 14:34:39.175 INFO kablam! warning: unused import: `Duration` Oct 11 14:34:39.175 INFO kablam! --> examples/lock1.rs:3:17 Oct 11 14:34:39.175 INFO kablam! | Oct 11 14:34:39.175 INFO kablam! 3 | use std::time::{Duration, Instant}; Oct 11 14:34:39.175 INFO kablam! | ^^^^^^^^ Oct 11 14:34:39.175 INFO kablam! | Oct 11 14:34:39.175 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 14:34:39.175 INFO kablam! Oct 11 14:34:39.287 INFO kablam! warning: unused import: `Duration` Oct 11 14:34:39.287 INFO kablam! --> examples/lock.rs:2:17 Oct 11 14:34:39.288 INFO kablam! | Oct 11 14:34:39.288 INFO kablam! 2 | use std::time::{Duration, Instant}; Oct 11 14:34:39.288 INFO kablam! | ^^^^^^^^ Oct 11 14:34:39.288 INFO kablam! | Oct 11 14:34:39.288 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 14:34:39.288 INFO kablam! Oct 11 14:34:39.351 INFO kablam! warning: variable does not need to be mutable Oct 11 14:34:39.351 INFO kablam! --> examples/lock1.rs:9:9 Oct 11 14:34:39.351 INFO kablam! | Oct 11 14:34:39.351 INFO kablam! 9 | let mut lock = ProcessLock::new(String::from(".xxx1"), None).unwrap(); Oct 11 14:34:39.351 INFO kablam! | ----^^^^ Oct 11 14:34:39.351 INFO kablam! | | Oct 11 14:34:39.351 INFO kablam! | help: remove this `mut` Oct 11 14:34:39.351 INFO kablam! | Oct 11 14:34:39.351 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 14:34:39.351 INFO kablam! Oct 11 14:34:40.154 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.82s Oct 11 14:34:40.156 INFO kablam! su: No module specific data is present Oct 11 14:34:41.347 INFO running `"docker" "rm" "-f" "7ef5dfbf35e95bf4c075bf19478a577d3be230cc74c25cb8589d0535aca7869a"` Oct 11 14:34:41.604 INFO blam! 7ef5dfbf35e95bf4c075bf19478a577d3be230cc74c25cb8589d0535aca7869a Oct 11 14:34:41.608 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 14:34:41.610 INFO running `"docker" "create" "-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/target-dirs/rustdoc-test-static-cling/worker-3/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 11 14:34:41.990 INFO blam! cb33ecc917ca932461fd1449f1347030e4053ede099077348a77021de0784959 Oct 11 14:34:41.992 INFO running `"docker" "start" "-a" "cb33ecc917ca932461fd1449f1347030e4053ede099077348a77021de0784959"` Oct 11 14:34:43.428 INFO kablam! usermod: no changes Oct 11 14:34:43.542 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 14:34:43.548 INFO kablam! Running /target/debug/deps/process_lock-a7559a1ef3b055c3 Oct 11 14:34:43.552 INFO kablam! Doc-tests process_lock Oct 11 14:34:43.553 INFO blam! Oct 11 14:34:43.553 INFO blam! running 0 tests Oct 11 14:34:43.553 INFO blam! Oct 11 14:34:43.553 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:34:43.553 INFO blam! Oct 11 14:34:44.996 INFO blam! Oct 11 14:34:44.996 INFO blam! running 1 test Oct 11 14:34:46.849 INFO blam! test src/lib.rs - ProcessLock (line 15) ... ok Oct 11 14:34:46.849 INFO blam! Oct 11 14:34:46.849 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 14:34:46.849 INFO blam! Oct 11 14:34:46.856 INFO kablam! su: No module specific data is present Oct 11 14:34:47.839 INFO running `"docker" "rm" "-f" "cb33ecc917ca932461fd1449f1347030e4053ede099077348a77021de0784959"` Oct 11 14:34:48.038 INFO blam! cb33ecc917ca932461fd1449f1347030e4053ede099077348a77021de0784959