Oct 14 23:17:47.104 INFO testing dcarral/dining-philosophers-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:17:47.104 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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 14 23:17:47.596 INFO blam! d796baeaaaa081d9ee754fa9d0d7333ca813f62c1f3ce84ed749a2b65116f3a1 Oct 14 23:17:47.599 INFO running `"docker" "start" "-a" "d796baeaaaa081d9ee754fa9d0d7333ca813f62c1f3ce84ed749a2b65116f3a1"` Oct 14 23:17:48.507 INFO kablam! usermod: no changes Oct 14 23:17:48.534 INFO kablam! Compiling dining-philosophers-rust v0.1.0 (/source) Oct 14 23:17:48.687 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 14 23:17:48.687 INFO kablam! --> src/main.rs:25:9 Oct 14 23:17:48.687 INFO kablam! | Oct 14 23:17:48.687 INFO kablam! 25 | thread::sleep_ms(1000); // Applies a 'simultaneity fudge factor' Oct 14 23:17:48.687 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 23:17:48.687 INFO kablam! | Oct 14 23:17:48.687 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 23:17:48.687 INFO kablam! Oct 14 23:17:48.687 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 14 23:17:48.687 INFO kablam! --> src/main.rs:30:9 Oct 14 23:17:48.687 INFO kablam! | Oct 14 23:17:48.687 INFO kablam! 30 | thread::sleep_ms(1000); Oct 14 23:17:48.687 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 23:17:48.687 INFO kablam! Oct 14 23:17:49.038 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.51s Oct 14 23:17:49.039 INFO kablam! su: No module specific data is present Oct 14 23:17:49.340 INFO running `"docker" "rm" "-f" "d796baeaaaa081d9ee754fa9d0d7333ca813f62c1f3ce84ed749a2b65116f3a1"` Oct 14 23:17:49.453 INFO blam! d796baeaaaa081d9ee754fa9d0d7333ca813f62c1f3ce84ed749a2b65116f3a1 Oct 14 23:17:49.455 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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 14 23:17:49.725 INFO blam! cea19281a836b0bcbfbcca67a390cf051f2d4a8a9cb44577a9c3e71afcfa0d04 Oct 14 23:17:49.733 INFO running `"docker" "start" "-a" "cea19281a836b0bcbfbcca67a390cf051f2d4a8a9cb44577a9c3e71afcfa0d04"` Oct 14 23:17:50.407 INFO kablam! usermod: no changes Oct 14 23:17:50.446 INFO kablam! Compiling dining-philosophers-rust v0.1.0 (/source) Oct 14 23:17:50.775 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 14 23:17:50.775 INFO kablam! --> src/main.rs:25:9 Oct 14 23:17:50.775 INFO kablam! | Oct 14 23:17:50.775 INFO kablam! 25 | thread::sleep_ms(1000); // Applies a 'simultaneity fudge factor' Oct 14 23:17:50.775 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 23:17:50.775 INFO kablam! | Oct 14 23:17:50.775 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 23:17:50.775 INFO kablam! Oct 14 23:17:50.775 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 14 23:17:50.775 INFO kablam! --> src/main.rs:30:9 Oct 14 23:17:50.775 INFO kablam! | Oct 14 23:17:50.775 INFO kablam! 30 | thread::sleep_ms(1000); Oct 14 23:17:50.775 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 23:17:50.775 INFO kablam! Oct 14 23:17:51.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 14 23:17:51.427 INFO kablam! su: No module specific data is present Oct 14 23:17:52.391 INFO running `"docker" "rm" "-f" "cea19281a836b0bcbfbcca67a390cf051f2d4a8a9cb44577a9c3e71afcfa0d04"` Oct 14 23:17:52.746 INFO blam! cea19281a836b0bcbfbcca67a390cf051f2d4a8a9cb44577a9c3e71afcfa0d04 Oct 14 23:17:52.760 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/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" "-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 23:17:53.211 INFO blam! 5cd5ac8d745cbc702b179450de04a14ae2b93c5be11838946b17b782126ea9b4 Oct 14 23:17:53.215 INFO running `"docker" "start" "-a" "5cd5ac8d745cbc702b179450de04a14ae2b93c5be11838946b17b782126ea9b4"` Oct 14 23:17:54.415 INFO kablam! usermod: no changes Oct 14 23:17:54.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 23:17:54.475 INFO kablam! Running /target/debug/deps/dining_philosophers_rust-6a4fe4c7a54c7734 Oct 14 23:17:54.483 INFO kablam! su: No module specific data is present Oct 14 23:17:54.483 INFO blam! Oct 14 23:17:54.484 INFO blam! running 0 tests Oct 14 23:17:54.484 INFO blam! Oct 14 23:17:54.487 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:17:54.487 INFO blam! Oct 14 23:17:55.180 INFO running `"docker" "rm" "-f" "5cd5ac8d745cbc702b179450de04a14ae2b93c5be11838946b17b782126ea9b4"` Oct 14 23:17:55.415 INFO blam! 5cd5ac8d745cbc702b179450de04a14ae2b93c5be11838946b17b782126ea9b4