Oct 10 14:01:31.178 INFO testing susu/kutyus-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:01:31.178 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:01:31.178 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 14:01:31.602 INFO blam! 8f18483a68b82e0006071c335c2587c18c2cd81c2cbd32409e39c2a8b486a631 Oct 10 14:01:31.606 INFO running `"docker" "start" "-a" "8f18483a68b82e0006071c335c2587c18c2cd81c2cbd32409e39c2a8b486a631"` Oct 10 14:01:32.477 INFO kablam! usermod: no changes Oct 10 14:01:32.647 INFO kablam! Compiling memchr v0.1.11 Oct 10 14:01:32.647 INFO kablam! Compiling memchr v1.0.2 Oct 10 14:01:32.647 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 10 14:01:32.647 INFO kablam! Compiling toml v0.4.5 Oct 10 14:01:32.647 INFO kablam! Compiling serde_json v1.0.11 Oct 10 14:01:32.647 INFO kablam! Compiling rmp v0.8.7 Oct 10 14:01:32.647 INFO kablam! Compiling thread-id v2.0.0 Oct 10 14:01:32.647 INFO kablam! Compiling rayon v0.8.2 Oct 10 14:01:33.220 INFO kablam! Compiling thread_local v0.2.7 Oct 10 14:01:34.908 INFO kablam! Compiling nom v3.2.1 Oct 10 14:01:34.924 INFO kablam! Compiling aho-corasick v0.5.3 Oct 10 14:01:37.770 INFO kablam! Compiling regex v0.1.80 Oct 10 14:01:41.364 INFO kablam! Compiling ring v0.12.1 Oct 10 14:01:48.969 INFO kablam! Compiling serde-hjson v0.8.1 Oct 10 14:01:55.452 INFO kablam! Compiling config v0.8.0 Oct 10 14:01:59.342 INFO kablam! Compiling backtrace v0.3.5 Oct 10 14:02:01.388 INFO kablam! Compiling error-chain v0.11.0 Oct 10 14:02:02.498 INFO kablam! Compiling kutyus_core v0.1.0 (/source/core) Oct 10 14:02:04.186 INFO kablam! Compiling kutyus v0.1.0 (/source) Oct 10 14:02:05.791 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 10 14:02:05.791 INFO kablam! --> src/config.rs:47:24 Oct 10 14:02:05.791 INFO kablam! | Oct 10 14:02:05.791 INFO kablam! 47 | let home_dir = env::home_dir().expect("Please set HOME env vars"); Oct 10 14:02:05.791 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 14:02:05.791 INFO kablam! | Oct 10 14:02:05.791 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 14:02:05.791 INFO kablam! Oct 10 14:02:08.377 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 10 14:02:08.377 INFO kablam! --> src/bin/ku.rs:136:28 Oct 10 14:02:08.377 INFO kablam! | Oct 10 14:02:08.377 INFO kablam! 136 | let home_dir = env::home_dir().expect("Please set HOME or XDG_CONFIG_HOME env vars"); Oct 10 14:02:08.377 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 14:02:08.377 INFO kablam! | Oct 10 14:02:08.377 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 14:02:08.377 INFO kablam! Oct 10 14:02:08.452 INFO kablam! warning: unused variable: `m` Oct 10 14:02:08.452 INFO kablam! --> src/bin/ku.rs:41:17 Oct 10 14:02:08.452 INFO kablam! | Oct 10 14:02:08.452 INFO kablam! 41 | if let Some(m) = matches.subcommand_matches("newfeed") { Oct 10 14:02:08.452 INFO kablam! | ^ help: consider using `_m` instead Oct 10 14:02:08.452 INFO kablam! | Oct 10 14:02:08.452 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:02:08.452 INFO kablam! Oct 10 14:02:08.452 INFO kablam! warning: unused variable: `m` Oct 10 14:02:08.452 INFO kablam! --> src/bin/ku.rs:46:17 Oct 10 14:02:08.452 INFO kablam! | Oct 10 14:02:08.452 INFO kablam! 46 | if let Some(m) = matches.subcommand_matches("append") { Oct 10 14:02:08.452 INFO kablam! | ^ help: consider using `_m` instead Oct 10 14:02:08.452 INFO kablam! Oct 10 14:02:11.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.94s Oct 10 14:02:11.444 INFO kablam! su: No module specific data is present Oct 10 14:02:11.965 INFO running `"docker" "rm" "-f" "8f18483a68b82e0006071c335c2587c18c2cd81c2cbd32409e39c2a8b486a631"` Oct 10 14:02:12.261 INFO blam! 8f18483a68b82e0006071c335c2587c18c2cd81c2cbd32409e39c2a8b486a631 Oct 10 14:02:12.270 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:02:12.270 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 14:02:12.748 INFO blam! 8fd82de57d07160f44eb722d1033f96a95fa635e632fd4613f614cdd39d90773 Oct 10 14:02:12.750 INFO running `"docker" "start" "-a" "8fd82de57d07160f44eb722d1033f96a95fa635e632fd4613f614cdd39d90773"` Oct 10 14:02:13.556 INFO kablam! usermod: no changes Oct 10 14:02:13.716 INFO kablam! Compiling kutyus v0.1.0 (/source) Oct 10 14:02:16.133 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 10 14:02:16.133 INFO kablam! --> src/config.rs:47:24 Oct 10 14:02:16.133 INFO kablam! | Oct 10 14:02:16.134 INFO kablam! 47 | let home_dir = env::home_dir().expect("Please set HOME env vars"); Oct 10 14:02:16.134 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 14:02:16.134 INFO kablam! | Oct 10 14:02:16.134 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 14:02:16.135 INFO kablam! Oct 10 14:02:16.189 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 10 14:02:16.189 INFO kablam! --> src/bin/ku.rs:136:28 Oct 10 14:02:16.189 INFO kablam! | Oct 10 14:02:16.190 INFO kablam! 136 | let home_dir = env::home_dir().expect("Please set HOME or XDG_CONFIG_HOME env vars"); Oct 10 14:02:16.190 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 14:02:16.191 INFO kablam! | Oct 10 14:02:16.191 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 14:02:16.191 INFO kablam! Oct 10 14:02:16.265 INFO kablam! warning: unused variable: `m` Oct 10 14:02:16.266 INFO kablam! --> src/bin/ku.rs:41:17 Oct 10 14:02:16.266 INFO kablam! | Oct 10 14:02:16.266 INFO kablam! 41 | if let Some(m) = matches.subcommand_matches("newfeed") { Oct 10 14:02:16.267 INFO kablam! | ^ help: consider using `_m` instead Oct 10 14:02:16.267 INFO kablam! | Oct 10 14:02:16.267 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:02:16.267 INFO kablam! Oct 10 14:02:16.268 INFO kablam! warning: unused variable: `m` Oct 10 14:02:16.268 INFO kablam! --> src/bin/ku.rs:46:17 Oct 10 14:02:16.268 INFO kablam! | Oct 10 14:02:16.268 INFO kablam! 46 | if let Some(m) = matches.subcommand_matches("append") { Oct 10 14:02:16.269 INFO kablam! | ^ help: consider using `_m` instead Oct 10 14:02:16.269 INFO kablam! Oct 10 14:02:16.912 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.32s Oct 10 14:02:16.913 INFO kablam! su: No module specific data is present Oct 10 14:02:17.573 INFO running `"docker" "rm" "-f" "8fd82de57d07160f44eb722d1033f96a95fa635e632fd4613f614cdd39d90773"` Oct 10 14:02:17.744 INFO blam! 8fd82de57d07160f44eb722d1033f96a95fa635e632fd4613f614cdd39d90773 Oct 10 14:02:17.746 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:02:17.748 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 10 14:02:18.134 INFO blam! 160cf7bfedca09faf091b561d56070296404928ff689a724e36ae6ad5fad1a43 Oct 10 14:02:18.144 INFO running `"docker" "start" "-a" "160cf7bfedca09faf091b561d56070296404928ff689a724e36ae6ad5fad1a43"` Oct 10 14:02:19.412 INFO kablam! usermod: no changes Oct 10 14:02:19.628 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 10 14:02:19.641 INFO kablam! Running /target/debug/deps/kutyus-9db105936680e17c Oct 10 14:02:19.644 INFO blam! Oct 10 14:02:19.644 INFO blam! running 0 tests Oct 10 14:02:19.644 INFO blam! Oct 10 14:02:19.644 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:02:19.644 INFO blam! Oct 10 14:02:19.645 INFO kablam! Running /target/debug/deps/ku-eebfe5a6bed1ba1e Oct 10 14:02:19.656 INFO kablam! Doc-tests kutyus Oct 10 14:02:19.656 INFO blam! Oct 10 14:02:19.656 INFO blam! running 0 tests Oct 10 14:02:19.656 INFO blam! Oct 10 14:02:19.656 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:02:19.656 INFO blam! Oct 10 14:02:23.155 INFO blam! Oct 10 14:02:23.155 INFO blam! running 0 tests Oct 10 14:02:23.156 INFO blam! Oct 10 14:02:23.156 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:02:23.156 INFO blam! Oct 10 14:02:23.164 INFO kablam! su: No module specific data is present Oct 10 14:02:23.681 INFO running `"docker" "rm" "-f" "160cf7bfedca09faf091b561d56070296404928ff689a724e36ae6ad5fad1a43"` Oct 10 14:02:23.915 INFO blam! 160cf7bfedca09faf091b561d56070296404928ff689a724e36ae6ad5fad1a43