Oct 12 22:35:40.817 INFO testing susu/kutyus-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 22:35:40.817 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 12 22:35:41.131 INFO blam! 29663e872074d4c29cf5b4b9ff9dd6bea12800c8f175e60cb762a189e232d26e Oct 12 22:35:41.135 INFO running `"docker" "start" "-a" "29663e872074d4c29cf5b4b9ff9dd6bea12800c8f175e60cb762a189e232d26e"` Oct 12 22:35:42.519 INFO kablam! usermod: no changes Oct 12 22:35:42.704 INFO kablam! Compiling cfg-if v0.1.2 Oct 12 22:35:42.704 INFO kablam! Compiling lazy_static v1.0.0 Oct 12 22:35:42.712 INFO kablam! Compiling serde v1.0.29 Oct 12 22:35:42.721 INFO kablam! Compiling num_cpus v1.8.0 Oct 12 22:35:42.727 INFO kablam! Compiling memchr v0.1.11 Oct 12 22:35:42.727 INFO kablam! Compiling memchr v1.0.2 Oct 12 22:35:42.728 INFO kablam! Compiling atty v0.2.8 Oct 12 22:35:42.728 INFO kablam! Compiling rmp v0.8.7 Oct 12 22:35:43.201 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 12 22:35:43.471 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 12 22:35:43.823 INFO kablam! Compiling thread-id v2.0.0 Oct 12 22:35:43.858 INFO kablam! Compiling clap v2.31.1 Oct 12 22:35:44.747 INFO kablam! Compiling backtrace v0.3.5 Oct 12 22:35:44.767 INFO kablam! Compiling thread_local v0.2.7 Oct 12 22:35:44.808 INFO kablam! Compiling nom v3.2.1 Oct 12 22:35:46.303 INFO kablam! Compiling aho-corasick v0.5.3 Oct 12 22:35:46.379 INFO kablam! Compiling crossbeam-epoch v0.3.0 Oct 12 22:35:50.027 INFO kablam! Compiling error-chain v0.11.0 Oct 12 22:35:50.367 INFO kablam! Compiling regex v0.1.80 Oct 12 22:35:50.505 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 12 22:35:52.347 INFO kablam! Compiling rayon-core v1.4.0 Oct 12 22:36:06.247 INFO kablam! Compiling rayon v0.8.2 Oct 12 22:36:07.188 INFO kablam! Compiling serde-hjson v0.8.1 Oct 12 22:36:23.075 INFO kablam! Compiling ring v0.12.1 Oct 12 22:36:34.791 INFO kablam! Compiling serde_json v1.0.11 Oct 12 22:36:34.791 INFO kablam! Compiling toml v0.4.5 Oct 12 22:36:38.879 INFO kablam! Compiling kutyus_core v0.1.0 (/source/core) Oct 12 22:36:44.593 INFO kablam! Compiling config v0.8.0 Oct 12 22:36:47.715 INFO kablam! Compiling kutyus v0.1.0 (/source) Oct 12 22:36:48.283 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 12 22:36:48.283 INFO kablam! --> src/config.rs:47:24 Oct 12 22:36:48.283 INFO kablam! | Oct 12 22:36:48.283 INFO kablam! 47 | let home_dir = env::home_dir().expect("Please set HOME env vars"); Oct 12 22:36:48.283 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 22:36:48.283 INFO kablam! | Oct 12 22:36:48.283 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 22:36:48.283 INFO kablam! Oct 12 22:36:49.447 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 12 22:36:49.448 INFO kablam! --> src/bin/ku.rs:136:28 Oct 12 22:36:49.448 INFO kablam! | Oct 12 22:36:49.448 INFO kablam! 136 | let home_dir = env::home_dir().expect("Please set HOME or XDG_CONFIG_HOME env vars"); Oct 12 22:36:49.448 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 22:36:49.449 INFO kablam! | Oct 12 22:36:49.449 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 22:36:49.449 INFO kablam! Oct 12 22:36:49.504 INFO kablam! warning: unused variable: `m` Oct 12 22:36:49.504 INFO kablam! --> src/bin/ku.rs:41:17 Oct 12 22:36:49.505 INFO kablam! | Oct 12 22:36:49.505 INFO kablam! 41 | if let Some(m) = matches.subcommand_matches("newfeed") { Oct 12 22:36:49.505 INFO kablam! | ^ help: consider using `_m` instead Oct 12 22:36:49.506 INFO kablam! | Oct 12 22:36:49.506 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:36:49.506 INFO kablam! Oct 12 22:36:49.507 INFO kablam! warning: unused variable: `m` Oct 12 22:36:49.507 INFO kablam! --> src/bin/ku.rs:46:17 Oct 12 22:36:49.507 INFO kablam! | Oct 12 22:36:49.508 INFO kablam! 46 | if let Some(m) = matches.subcommand_matches("append") { Oct 12 22:36:49.508 INFO kablam! | ^ help: consider using `_m` instead Oct 12 22:36:49.508 INFO kablam! Oct 12 22:36:52.099 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 12 22:36:52.101 INFO kablam! su: No module specific data is present Oct 12 22:36:53.007 INFO running `"docker" "rm" "-f" "29663e872074d4c29cf5b4b9ff9dd6bea12800c8f175e60cb762a189e232d26e"` Oct 12 22:36:53.343 INFO blam! 29663e872074d4c29cf5b4b9ff9dd6bea12800c8f175e60cb762a189e232d26e Oct 12 22:36:53.350 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 12 22:36:53.761 INFO blam! 8ebe008ae4174e56e2911735e0596eb4d1f3db74425ad0d7b6e79704c63179f7 Oct 12 22:36:53.762 INFO running `"docker" "start" "-a" "8ebe008ae4174e56e2911735e0596eb4d1f3db74425ad0d7b6e79704c63179f7"` Oct 12 22:36:55.135 INFO kablam! usermod: no changes Oct 12 22:36:55.311 INFO kablam! Compiling kutyus v0.1.0 (/source) Oct 12 22:36:56.259 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 12 22:36:56.259 INFO kablam! --> src/config.rs:47:24 Oct 12 22:36:56.259 INFO kablam! | Oct 12 22:36:56.259 INFO kablam! 47 | let home_dir = env::home_dir().expect("Please set HOME env vars"); Oct 12 22:36:56.259 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 22:36:56.259 INFO kablam! | Oct 12 22:36:56.259 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 22:36:56.259 INFO kablam! Oct 12 22:36:56.275 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 12 22:36:56.275 INFO kablam! --> src/bin/ku.rs:136:28 Oct 12 22:36:56.275 INFO kablam! | Oct 12 22:36:56.275 INFO kablam! 136 | let home_dir = env::home_dir().expect("Please set HOME or XDG_CONFIG_HOME env vars"); Oct 12 22:36:56.275 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 22:36:56.275 INFO kablam! | Oct 12 22:36:56.275 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 22:36:56.275 INFO kablam! Oct 12 22:36:56.342 INFO kablam! warning: unused variable: `m` Oct 12 22:36:56.342 INFO kablam! --> src/bin/ku.rs:41:17 Oct 12 22:36:56.342 INFO kablam! | Oct 12 22:36:56.342 INFO kablam! 41 | if let Some(m) = matches.subcommand_matches("newfeed") { Oct 12 22:36:56.343 INFO kablam! | ^ help: consider using `_m` instead Oct 12 22:36:56.343 INFO kablam! | Oct 12 22:36:56.343 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:36:56.343 INFO kablam! Oct 12 22:36:56.343 INFO kablam! warning: unused variable: `m` Oct 12 22:36:56.343 INFO kablam! --> src/bin/ku.rs:46:17 Oct 12 22:36:56.343 INFO kablam! | Oct 12 22:36:56.343 INFO kablam! 46 | if let Some(m) = matches.subcommand_matches("append") { Oct 12 22:36:56.343 INFO kablam! | ^ help: consider using `_m` instead Oct 12 22:36:56.343 INFO kablam! Oct 12 22:36:57.027 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 12 22:36:57.027 INFO kablam! su: No module specific data is present Oct 12 22:36:57.887 INFO running `"docker" "rm" "-f" "8ebe008ae4174e56e2911735e0596eb4d1f3db74425ad0d7b6e79704c63179f7"` Oct 12 22:36:58.155 INFO blam! 8ebe008ae4174e56e2911735e0596eb4d1f3db74425ad0d7b6e79704c63179f7 Oct 12 22:36:58.165 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 12 22:36:58.513 INFO blam! 5a953c0b8a399e92eb7409dd76624d03b6fd147259ddb7e9b2de4f5fa461a266 Oct 12 22:36:58.519 INFO running `"docker" "start" "-a" "5a953c0b8a399e92eb7409dd76624d03b6fd147259ddb7e9b2de4f5fa461a266"` Oct 12 22:36:59.102 INFO kablam! usermod: no changes Oct 12 22:36:59.203 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 12 22:36:59.218 INFO kablam! Running /target/debug/deps/kutyus-9db105936680e17c Oct 12 22:36:59.220 INFO blam! Oct 12 22:36:59.220 INFO blam! running 0 tests Oct 12 22:36:59.220 INFO blam! Oct 12 22:36:59.220 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:36:59.220 INFO blam! Oct 12 22:36:59.222 INFO kablam! Running /target/debug/deps/ku-eebfe5a6bed1ba1e Oct 12 22:36:59.223 INFO kablam! Doc-tests kutyus Oct 12 22:36:59.223 INFO blam! Oct 12 22:36:59.223 INFO blam! running 0 tests Oct 12 22:36:59.223 INFO blam! Oct 12 22:36:59.223 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:36:59.223 INFO blam! Oct 12 22:37:00.132 INFO blam! Oct 12 22:37:00.132 INFO blam! running 0 tests Oct 12 22:37:00.133 INFO blam! Oct 12 22:37:00.133 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 22:37:00.133 INFO blam! Oct 12 22:37:00.137 INFO kablam! su: No module specific data is present Oct 12 22:37:00.614 INFO running `"docker" "rm" "-f" "5a953c0b8a399e92eb7409dd76624d03b6fd147259ddb7e9b2de4f5fa461a266"` Oct 12 22:37:00.803 INFO blam! 5a953c0b8a399e92eb7409dd76624d03b6fd147259ddb7e9b2de4f5fa461a266