Oct 12 02:42:41.049 INFO testing congredi-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 02:42:41.050 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 02:42:41.342 INFO blam! 5b249b425dbd7d634c4d3ef939f7a181142a641e82075f617bd9b4388a9dce3a Oct 12 02:42:41.349 INFO running `"docker" "start" "-a" "5b249b425dbd7d634c4d3ef939f7a181142a641e82075f617bd9b4388a9dce3a"` Oct 12 02:42:42.420 INFO kablam! usermod: no changes Oct 12 02:42:42.720 INFO kablam! Compiling nodrop v0.1.12 Oct 12 02:42:42.720 INFO kablam! Compiling memoffset v0.2.1 Oct 12 02:42:42.728 INFO kablam! Compiling scopeguard v0.3.3 Oct 12 02:42:42.728 INFO kablam! Compiling untrusted v0.5.1 Oct 12 02:42:42.728 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 12 02:42:42.728 INFO kablam! Compiling log v0.4.5 Oct 12 02:42:42.728 INFO kablam! Compiling num_cpus v1.8.0 Oct 12 02:42:42.736 INFO kablam! Compiling sha1 v0.1.1 Oct 12 02:42:43.036 INFO kablam! Compiling thread_local v0.3.6 Oct 12 02:42:43.148 INFO kablam! Compiling flate2 v0.2.20 Oct 12 02:42:43.340 INFO kablam! Compiling arrayvec v0.4.7 Oct 12 02:42:43.768 INFO kablam! Compiling semver-parser v0.6.2 Oct 12 02:42:45.864 INFO kablam! Compiling log v0.3.9 Oct 12 02:42:45.872 INFO kablam! Compiling mio v0.6.16 Oct 12 02:42:45.936 INFO kablam! Compiling regex v1.0.5 Oct 12 02:42:45.936 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 12 02:42:45.936 INFO kablam! Compiling redis v0.5.4 Oct 12 02:42:49.008 INFO kablam! Compiling semver v0.5.1 Oct 12 02:42:49.616 INFO kablam! Compiling mime v0.2.6 Oct 12 02:42:51.312 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 12 02:42:52.837 INFO kablam! Compiling hyper v0.10.13 Oct 12 02:42:53.600 INFO kablam! Compiling rayon-core v1.4.1 Oct 12 02:42:57.821 INFO kablam! Compiling rayon v0.7.1 Oct 12 02:43:04.177 INFO kablam! Compiling unidiff v0.2.1 Oct 12 02:43:06.924 INFO kablam! Compiling ring v0.9.7 Oct 12 02:43:15.334 INFO kablam! Compiling rusted_cypher v1.1.0 Oct 12 02:43:20.275 INFO kablam! Compiling webpki v0.12.1 Oct 12 02:43:21.516 INFO kablam! Compiling rustls v0.8.0 Oct 12 02:43:31.096 INFO kablam! Compiling congredi v0.1.0 (/source) Oct 12 02:43:31.436 INFO kablam! warning: unused import: `ring` Oct 12 02:43:31.436 INFO kablam! --> src/crypto/primatives/asym.rs:1:5 Oct 12 02:43:31.436 INFO kablam! | Oct 12 02:43:31.436 INFO kablam! 1 | use ring; Oct 12 02:43:31.436 INFO kablam! | ^^^^ Oct 12 02:43:31.436 INFO kablam! | Oct 12 02:43:31.436 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 02:43:31.436 INFO kablam! Oct 12 02:43:31.436 INFO kablam! warning: unused import: `untrusted` Oct 12 02:43:31.436 INFO kablam! --> src/crypto/primatives/asym.rs:2:5 Oct 12 02:43:31.436 INFO kablam! | Oct 12 02:43:31.437 INFO kablam! 2 | use untrusted; Oct 12 02:43:31.437 INFO kablam! | ^^^^^^^^^ Oct 12 02:43:31.437 INFO kablam! Oct 12 02:43:31.437 INFO kablam! warning: unused import: `signature` Oct 12 02:43:31.437 INFO kablam! --> src/crypto/primatives/asym.rs:5:22 Oct 12 02:43:31.437 INFO kablam! | Oct 12 02:43:31.437 INFO kablam! 5 | use ring::{rand, signature}; Oct 12 02:43:31.437 INFO kablam! | ^^^^^^^^^ Oct 12 02:43:31.437 INFO kablam! Oct 12 02:43:31.437 INFO kablam! warning: unused import: `crypto::primatives::asym` Oct 12 02:43:31.437 INFO kablam! --> src/lib.rs:12:5 Oct 12 02:43:31.437 INFO kablam! | Oct 12 02:43:31.437 INFO kablam! 12 | use crypto::primatives::asym; Oct 12 02:43:31.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:43:31.437 INFO kablam! Oct 12 02:43:31.531 INFO kablam! warning: unused variable: `rng` Oct 12 02:43:31.531 INFO kablam! --> src/crypto/primatives/asym.rs:8:9 Oct 12 02:43:31.531 INFO kablam! | Oct 12 02:43:31.531 INFO kablam! 8 | let rng = rand::SystemRandom::new(); Oct 12 02:43:31.531 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 12 02:43:31.531 INFO kablam! | Oct 12 02:43:31.531 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 02:43:31.531 INFO kablam! Oct 12 02:43:31.531 INFO kablam! warning: unused variable: `compressed_bytes` Oct 12 02:43:31.531 INFO kablam! --> src/store/compress.rs:10:9 Oct 12 02:43:31.531 INFO kablam! | Oct 12 02:43:31.531 INFO kablam! 10 | let compressed_bytes = e.finish(); Oct 12 02:43:31.531 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_compressed_bytes` instead Oct 12 02:43:31.531 INFO kablam! Oct 12 02:43:31.540 INFO kablam! warning: function is never used: `thingy` Oct 12 02:43:31.540 INFO kablam! --> src/crypto/primatives/asym.rs:4:1 Oct 12 02:43:31.540 INFO kablam! | Oct 12 02:43:31.540 INFO kablam! 4 | fn thingy(){ Oct 12 02:43:31.540 INFO kablam! | ^^^^^^^^^^^ Oct 12 02:43:31.540 INFO kablam! | Oct 12 02:43:31.540 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 02:43:31.540 INFO kablam! Oct 12 02:43:31.540 INFO kablam! warning: method is never used: `wrap` Oct 12 02:43:31.540 INFO kablam! --> src/crypto/methods/onion.rs:4:5 Oct 12 02:43:31.540 INFO kablam! | Oct 12 02:43:31.541 INFO kablam! 4 | fn wrap(&mut self) -> i32 { Oct 12 02:43:31.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:43:31.541 INFO kablam! Oct 12 02:43:31.541 INFO kablam! warning: method is never used: `peel` Oct 12 02:43:31.541 INFO kablam! --> src/crypto/methods/onion.rs:8:5 Oct 12 02:43:31.541 INFO kablam! | Oct 12 02:43:31.541 INFO kablam! 8 | fn peel(&mut self) -> (i32, bool) { Oct 12 02:43:31.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:43:31.541 INFO kablam! Oct 12 02:43:31.541 INFO kablam! warning: struct is never constructed: `Onion` Oct 12 02:43:31.541 INFO kablam! --> src/crypto/methods/onion.rs:18:1 Oct 12 02:43:31.541 INFO kablam! | Oct 12 02:43:31.541 INFO kablam! 18 | struct Onion { Oct 12 02:43:31.541 INFO kablam! | ^^^^^^^^^^^^ Oct 12 02:43:31.541 INFO kablam! Oct 12 02:43:31.541 INFO kablam! warning: function is never used: `main` Oct 12 02:43:31.541 INFO kablam! --> src/store/compress.rs:6:1 Oct 12 02:43:31.541 INFO kablam! | Oct 12 02:43:31.541 INFO kablam! 6 | fn main() { Oct 12 02:43:31.541 INFO kablam! | ^^^^^^^^^ Oct 12 02:43:31.541 INFO kablam! Oct 12 02:43:31.541 INFO kablam! warning: function is never used: `fetch_an_integer` Oct 12 02:43:31.541 INFO kablam! --> src/store/redis.rs:4:1 Oct 12 02:43:31.541 INFO kablam! | Oct 12 02:43:31.541 INFO kablam! 4 | fn fetch_an_integer() -> redis::RedisResult { Oct 12 02:43:31.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:43:31.541 INFO kablam! Oct 12 02:43:31.541 INFO kablam! warning: module `POW` should have a snake case name such as `pow` Oct 12 02:43:31.541 INFO kablam! --> src/crypto/methods/mod.rs:2:1 Oct 12 02:43:31.541 INFO kablam! | Oct 12 02:43:31.541 INFO kablam! 2 | pub mod POW; Oct 12 02:43:31.541 INFO kablam! | ^^^^^^^^^^^^ Oct 12 02:43:31.541 INFO kablam! | Oct 12 02:43:31.541 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 02:43:31.541 INFO kablam! Oct 12 02:43:31.541 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 02:43:31.541 INFO kablam! --> src/store/compress.rs:8:5 Oct 12 02:43:31.541 INFO kablam! | Oct 12 02:43:31.541 INFO kablam! 8 | e.write(b"foo"); Oct 12 02:43:31.541 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 02:43:31.541 INFO kablam! | Oct 12 02:43:31.541 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 02:43:31.541 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 02:43:31.541 INFO kablam! Oct 12 02:43:31.541 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 02:43:31.541 INFO kablam! --> src/store/compress.rs:9:5 Oct 12 02:43:31.541 INFO kablam! | Oct 12 02:43:31.541 INFO kablam! 9 | e.write(b"bar"); Oct 12 02:43:31.541 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 02:43:31.541 INFO kablam! | Oct 12 02:43:31.541 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 02:43:31.541 INFO kablam! Oct 12 02:43:31.876 INFO kablam! warning: unused import: `congredi::schedule` Oct 12 02:43:31.877 INFO kablam! --> src/main.rs:2:5 Oct 12 02:43:31.877 INFO kablam! | Oct 12 02:43:31.877 INFO kablam! 2 | use congredi::schedule; Oct 12 02:43:31.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 02:43:31.877 INFO kablam! | Oct 12 02:43:31.877 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 02:43:31.877 INFO kablam! Oct 12 02:43:32.239 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.78s Oct 12 02:43:32.253 INFO kablam! su: No module specific data is present Oct 12 02:43:33.165 INFO running `"docker" "rm" "-f" "5b249b425dbd7d634c4d3ef939f7a181142a641e82075f617bd9b4388a9dce3a"` Oct 12 02:43:33.552 INFO blam! 5b249b425dbd7d634c4d3ef939f7a181142a641e82075f617bd9b4388a9dce3a Oct 12 02:43:33.560 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 02:43:33.946 INFO blam! 38763952ed114d435f77763fb40c902e18988e2e1270a033be626dc64f55ef29 Oct 12 02:43:33.948 INFO running `"docker" "start" "-a" "38763952ed114d435f77763fb40c902e18988e2e1270a033be626dc64f55ef29"` Oct 12 02:43:34.968 INFO kablam! usermod: no changes Oct 12 02:43:35.136 INFO kablam! Compiling congredi v0.1.0 (/source) Oct 12 02:43:35.424 INFO kablam! warning: unused import: `ring` Oct 12 02:43:35.424 INFO kablam! --> src/crypto/primatives/asym.rs:1:5 Oct 12 02:43:35.424 INFO kablam! | Oct 12 02:43:35.424 INFO kablam! 1 | use ring; Oct 12 02:43:35.424 INFO kablam! | ^^^^ Oct 12 02:43:35.424 INFO kablam! | Oct 12 02:43:35.424 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 02:43:35.424 INFO kablam! Oct 12 02:43:35.424 INFO kablam! warning: unused import: `untrusted` Oct 12 02:43:35.424 INFO kablam! --> src/crypto/primatives/asym.rs:2:5 Oct 12 02:43:35.424 INFO kablam! | Oct 12 02:43:35.424 INFO kablam! 2 | use untrusted; Oct 12 02:43:35.424 INFO kablam! | ^^^^^^^^^ Oct 12 02:43:35.424 INFO kablam! Oct 12 02:43:35.424 INFO kablam! warning: unused import: `signature` Oct 12 02:43:35.424 INFO kablam! --> src/crypto/primatives/asym.rs:5:22 Oct 12 02:43:35.424 INFO kablam! | Oct 12 02:43:35.424 INFO kablam! 5 | use ring::{rand, signature}; Oct 12 02:43:35.424 INFO kablam! | ^^^^^^^^^ Oct 12 02:43:35.425 INFO kablam! Oct 12 02:43:35.425 INFO kablam! warning: unused import: `crypto::primatives::asym` Oct 12 02:43:35.425 INFO kablam! --> src/lib.rs:12:5 Oct 12 02:43:35.425 INFO kablam! | Oct 12 02:43:35.425 INFO kablam! 12 | use crypto::primatives::asym; Oct 12 02:43:35.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:43:35.425 INFO kablam! Oct 12 02:43:35.425 INFO kablam! warning: unused import: `congredi::schedule` Oct 12 02:43:35.425 INFO kablam! --> src/main.rs:2:5 Oct 12 02:43:35.425 INFO kablam! | Oct 12 02:43:35.425 INFO kablam! 2 | use congredi::schedule; Oct 12 02:43:35.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 02:43:35.425 INFO kablam! | Oct 12 02:43:35.425 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 02:43:35.425 INFO kablam! Oct 12 02:43:35.480 INFO kablam! warning: unused variable: `rng` Oct 12 02:43:35.480 INFO kablam! --> src/crypto/primatives/asym.rs:8:9 Oct 12 02:43:35.480 INFO kablam! | Oct 12 02:43:35.480 INFO kablam! 8 | let rng = rand::SystemRandom::new(); Oct 12 02:43:35.480 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 12 02:43:35.480 INFO kablam! | Oct 12 02:43:35.480 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 02:43:35.480 INFO kablam! Oct 12 02:43:35.480 INFO kablam! warning: unused variable: `compressed_bytes` Oct 12 02:43:35.480 INFO kablam! --> src/store/compress.rs:10:9 Oct 12 02:43:35.480 INFO kablam! | Oct 12 02:43:35.480 INFO kablam! 10 | let compressed_bytes = e.finish(); Oct 12 02:43:35.480 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_compressed_bytes` instead Oct 12 02:43:35.480 INFO kablam! Oct 12 02:43:35.488 INFO kablam! warning: function is never used: `thingy` Oct 12 02:43:35.488 INFO kablam! --> src/crypto/primatives/asym.rs:4:1 Oct 12 02:43:35.488 INFO kablam! | Oct 12 02:43:35.488 INFO kablam! 4 | fn thingy(){ Oct 12 02:43:35.488 INFO kablam! | ^^^^^^^^^^^ Oct 12 02:43:35.489 INFO kablam! | Oct 12 02:43:35.489 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 02:43:35.489 INFO kablam! Oct 12 02:43:35.489 INFO kablam! warning: method is never used: `wrap` Oct 12 02:43:35.489 INFO kablam! --> src/crypto/methods/onion.rs:4:5 Oct 12 02:43:35.489 INFO kablam! | Oct 12 02:43:35.489 INFO kablam! 4 | fn wrap(&mut self) -> i32 { Oct 12 02:43:35.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:43:35.489 INFO kablam! Oct 12 02:43:35.489 INFO kablam! warning: method is never used: `peel` Oct 12 02:43:35.489 INFO kablam! --> src/crypto/methods/onion.rs:8:5 Oct 12 02:43:35.489 INFO kablam! | Oct 12 02:43:35.489 INFO kablam! 8 | fn peel(&mut self) -> (i32, bool) { Oct 12 02:43:35.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:43:35.489 INFO kablam! Oct 12 02:43:35.490 INFO kablam! warning: struct is never constructed: `Onion` Oct 12 02:43:35.491 INFO kablam! --> src/crypto/methods/onion.rs:18:1 Oct 12 02:43:35.491 INFO kablam! | Oct 12 02:43:35.491 INFO kablam! 18 | struct Onion { Oct 12 02:43:35.491 INFO kablam! | ^^^^^^^^^^^^ Oct 12 02:43:35.491 INFO kablam! Oct 12 02:43:35.491 INFO kablam! warning: function is never used: `main` Oct 12 02:43:35.491 INFO kablam! --> src/store/compress.rs:6:1 Oct 12 02:43:35.491 INFO kablam! | Oct 12 02:43:35.491 INFO kablam! 6 | fn main() { Oct 12 02:43:35.491 INFO kablam! | ^^^^^^^^^ Oct 12 02:43:35.492 INFO kablam! Oct 12 02:43:35.492 INFO kablam! warning: function is never used: `fetch_an_integer` Oct 12 02:43:35.492 INFO kablam! --> src/store/redis.rs:4:1 Oct 12 02:43:35.492 INFO kablam! | Oct 12 02:43:35.492 INFO kablam! 4 | fn fetch_an_integer() -> redis::RedisResult { Oct 12 02:43:35.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 02:43:35.492 INFO kablam! Oct 12 02:43:35.492 INFO kablam! warning: module `POW` should have a snake case name such as `pow` Oct 12 02:43:35.492 INFO kablam! --> src/crypto/methods/mod.rs:2:1 Oct 12 02:43:35.492 INFO kablam! | Oct 12 02:43:35.493 INFO kablam! 2 | pub mod POW; Oct 12 02:43:35.493 INFO kablam! | ^^^^^^^^^^^^ Oct 12 02:43:35.493 INFO kablam! | Oct 12 02:43:35.493 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 02:43:35.493 INFO kablam! Oct 12 02:43:35.495 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 02:43:35.495 INFO kablam! --> src/store/compress.rs:8:5 Oct 12 02:43:35.495 INFO kablam! | Oct 12 02:43:35.495 INFO kablam! 8 | e.write(b"foo"); Oct 12 02:43:35.495 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 02:43:35.496 INFO kablam! | Oct 12 02:43:35.496 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 02:43:35.496 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 02:43:35.496 INFO kablam! Oct 12 02:43:35.496 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 02:43:35.496 INFO kablam! --> src/store/compress.rs:9:5 Oct 12 02:43:35.496 INFO kablam! | Oct 12 02:43:35.496 INFO kablam! 9 | e.write(b"bar"); Oct 12 02:43:35.496 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 02:43:35.496 INFO kablam! | Oct 12 02:43:35.500 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 02:43:35.500 INFO kablam! Oct 12 02:43:36.208 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Oct 12 02:43:36.224 INFO kablam! su: No module specific data is present Oct 12 02:43:37.128 INFO running `"docker" "rm" "-f" "38763952ed114d435f77763fb40c902e18988e2e1270a033be626dc64f55ef29"` Oct 12 02:43:37.417 INFO blam! 38763952ed114d435f77763fb40c902e18988e2e1270a033be626dc64f55ef29 Oct 12 02:43:37.428 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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" "-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 02:43:37.942 INFO blam! da205a157e1bfa0c81ae32d04fffc0088b30bbc575df3c20c7555f2ee2694e06 Oct 12 02:43:37.949 INFO running `"docker" "start" "-a" "da205a157e1bfa0c81ae32d04fffc0088b30bbc575df3c20c7555f2ee2694e06"` Oct 12 02:43:38.912 INFO kablam! usermod: no changes Oct 12 02:43:39.075 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 12 02:43:39.094 INFO kablam! Running /target/debug/deps/congredi-60b0c144e6c349b7 Oct 12 02:43:39.096 INFO blam! Oct 12 02:43:39.097 INFO blam! running 1 test Oct 12 02:43:39.101 INFO blam! test tests::it_works ... ok Oct 12 02:43:39.101 INFO blam! Oct 12 02:43:39.101 INFO kablam! Running /target/debug/deps/congredidaemon-1a453e150aa8aaf2 Oct 12 02:43:39.101 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:43:39.101 INFO blam! Oct 12 02:43:39.103 INFO blam! Oct 12 02:43:39.103 INFO blam! running 0 tests Oct 12 02:43:39.103 INFO blam! Oct 12 02:43:39.103 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:43:39.103 INFO blam! Oct 12 02:43:39.104 INFO kablam! Doc-tests congredi Oct 12 02:43:39.407 INFO blam! Oct 12 02:43:39.407 INFO blam! running 0 tests Oct 12 02:43:39.407 INFO blam! Oct 12 02:43:39.407 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 02:43:39.407 INFO blam! Oct 12 02:43:39.416 INFO kablam! su: No module specific data is present Oct 12 02:43:39.785 INFO running `"docker" "rm" "-f" "da205a157e1bfa0c81ae32d04fffc0088b30bbc575df3c20c7555f2ee2694e06"` Oct 12 02:43:39.951 INFO blam! da205a157e1bfa0c81ae32d04fffc0088b30bbc575df3c20c7555f2ee2694e06