Oct 15 02:06:36.205 INFO testing boustrophedon/rss-downloader against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:06:36.205 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 02:06:36.640 INFO blam! f7108c20477504dd74b9e3f1ff6bb13e5f868ff18b90aa185cc673d2ed56c0df Oct 15 02:06:36.651 INFO running `"docker" "start" "-a" "f7108c20477504dd74b9e3f1ff6bb13e5f868ff18b90aa185cc673d2ed56c0df"` Oct 15 02:06:37.576 INFO kablam! usermod: no changes Oct 15 02:06:37.927 INFO kablam! Compiling net2 v0.2.32 Oct 15 02:06:37.928 INFO kablam! Compiling tokio-executor v0.1.0 Oct 15 02:06:37.930 INFO kablam! Compiling serde_json v1.0.11 Oct 15 02:06:37.930 INFO kablam! Compiling fern v0.5.4 Oct 15 02:06:37.930 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 15 02:06:37.930 INFO kablam! Compiling csv-core v0.1.4 Oct 15 02:06:37.930 INFO kablam! Compiling crossbeam-epoch v0.4.0 Oct 15 02:06:37.934 INFO kablam! Compiling tokio-io v0.1.6 Oct 15 02:06:43.482 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 15 02:06:43.482 INFO kablam! Compiling derive_builder_core v0.2.0 Oct 15 02:06:43.485 INFO kablam! Compiling csv v1.0.0-beta.5 Oct 15 02:06:43.486 INFO kablam! Compiling mio v0.6.14 Oct 15 02:06:43.493 INFO kablam! Compiling crossbeam-deque v0.3.0 Oct 15 02:06:43.519 INFO kablam! Compiling openssl v0.9.24 Oct 15 02:06:43.625 INFO kablam! Compiling structopt-derive v0.2.5 Oct 15 02:06:45.335 INFO kablam! Compiling chrono v0.4.0 Oct 15 02:06:48.111 INFO kablam! Compiling backtrace v0.3.5 Oct 15 02:06:48.167 INFO kablam! Compiling tokio-threadpool v0.1.0 Oct 15 02:07:02.557 INFO kablam! Compiling failure v0.1.1 Oct 15 02:07:02.615 INFO kablam! Compiling tokio-reactor v0.1.0 Oct 15 02:07:02.643 INFO kablam! Compiling derive_builder v0.5.1 Oct 15 02:07:04.860 INFO kablam! Compiling structopt v0.2.5 Oct 15 02:07:06.984 INFO kablam! Compiling quick-xml v0.12.1 Oct 15 02:07:10.712 INFO kablam! Compiling tokio v0.1.3 Oct 15 02:07:10.716 INFO kablam! Compiling native-tls v0.1.5 Oct 15 02:07:15.426 INFO kablam! Compiling rss v1.4.0 Oct 15 02:07:17.407 INFO kablam! Compiling tokio-core v0.1.15 Oct 15 02:07:24.255 INFO kablam! Compiling tokio-proto v0.1.1 Oct 15 02:07:24.255 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 02:07:28.499 INFO kablam! Compiling hyper v0.11.22 Oct 15 02:07:39.715 INFO kablam! Compiling hyper-tls v0.1.2 Oct 15 02:07:42.041 INFO kablam! Compiling reqwest v0.8.5 Oct 15 02:07:52.237 INFO kablam! Compiling rss-torrent v0.1.0 (/source) Oct 15 02:07:55.421 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 15 02:07:55.421 INFO kablam! --> src/config.rs:123:20 Oct 15 02:07:55.421 INFO kablam! | Oct 15 02:07:55.421 INFO kablam! 123 | let home = env::home_dir(); Oct 15 02:07:55.421 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 02:07:55.421 INFO kablam! | Oct 15 02:07:55.421 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 02:07:55.421 INFO kablam! Oct 15 02:07:55.951 INFO kablam! warning: unused variable: `config` Oct 15 02:07:55.951 INFO kablam! --> src/update.rs:3:19 Oct 15 02:07:55.951 INFO kablam! | Oct 15 02:07:55.951 INFO kablam! 3 | pub fn run_update(config: &RTConfig) { Oct 15 02:07:55.951 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 15 02:07:55.951 INFO kablam! | Oct 15 02:07:55.951 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:07:55.951 INFO kablam! Oct 15 02:07:55.951 INFO kablam! warning: unused variable: `delete` Oct 15 02:07:55.951 INFO kablam! --> src/delete.rs:4:20 Oct 15 02:07:55.951 INFO kablam! | Oct 15 02:07:55.951 INFO kablam! 4 | pub fn delete_feed(delete: RTDelete, config: &RTConfig) { Oct 15 02:07:55.951 INFO kablam! | ^^^^^^ help: consider using `_delete` instead Oct 15 02:07:55.951 INFO kablam! Oct 15 02:07:55.951 INFO kablam! warning: unused variable: `config` Oct 15 02:07:55.951 INFO kablam! --> src/delete.rs:4:38 Oct 15 02:07:55.951 INFO kablam! | Oct 15 02:07:55.951 INFO kablam! 4 | pub fn delete_feed(delete: RTDelete, config: &RTConfig) { Oct 15 02:07:55.951 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 15 02:07:55.951 INFO kablam! Oct 15 02:08:02.367 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 24s Oct 15 02:08:02.388 INFO kablam! su: No module specific data is present Oct 15 02:08:03.017 INFO running `"docker" "rm" "-f" "f7108c20477504dd74b9e3f1ff6bb13e5f868ff18b90aa185cc673d2ed56c0df"` Oct 15 02:08:03.283 INFO blam! f7108c20477504dd74b9e3f1ff6bb13e5f868ff18b90aa185cc673d2ed56c0df Oct 15 02:08:03.303 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 02:08:03.726 INFO blam! 84498904f8b8166aec4b787abef06c5093665cd51112770f51bdc9c0a193a66c Oct 15 02:08:03.728 INFO running `"docker" "start" "-a" "84498904f8b8166aec4b787abef06c5093665cd51112770f51bdc9c0a193a66c"` Oct 15 02:08:05.119 INFO kablam! usermod: no changes Oct 15 02:08:05.395 INFO kablam! Compiling rss-torrent v0.1.0 (/source) Oct 15 02:08:08.371 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 15 02:08:08.371 INFO kablam! --> src/config.rs:123:20 Oct 15 02:08:08.372 INFO kablam! | Oct 15 02:08:08.372 INFO kablam! 123 | let home = env::home_dir(); Oct 15 02:08:08.372 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 02:08:08.373 INFO kablam! | Oct 15 02:08:08.373 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 02:08:08.373 INFO kablam! Oct 15 02:08:08.787 INFO kablam! warning: unused variable: `config` Oct 15 02:08:08.787 INFO kablam! --> src/update.rs:3:19 Oct 15 02:08:08.787 INFO kablam! | Oct 15 02:08:08.787 INFO kablam! 3 | pub fn run_update(config: &RTConfig) { Oct 15 02:08:08.787 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 15 02:08:08.787 INFO kablam! | Oct 15 02:08:08.787 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 02:08:08.787 INFO kablam! Oct 15 02:08:08.787 INFO kablam! warning: unused variable: `delete` Oct 15 02:08:08.787 INFO kablam! --> src/delete.rs:4:20 Oct 15 02:08:08.787 INFO kablam! | Oct 15 02:08:08.787 INFO kablam! 4 | pub fn delete_feed(delete: RTDelete, config: &RTConfig) { Oct 15 02:08:08.787 INFO kablam! | ^^^^^^ help: consider using `_delete` instead Oct 15 02:08:08.787 INFO kablam! Oct 15 02:08:08.787 INFO kablam! warning: unused variable: `config` Oct 15 02:08:08.787 INFO kablam! --> src/delete.rs:4:38 Oct 15 02:08:08.787 INFO kablam! | Oct 15 02:08:08.787 INFO kablam! 4 | pub fn delete_feed(delete: RTDelete, config: &RTConfig) { Oct 15 02:08:08.787 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 15 02:08:08.787 INFO kablam! Oct 15 02:08:09.615 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.47s Oct 15 02:08:09.634 INFO kablam! su: No module specific data is present Oct 15 02:08:10.294 INFO running `"docker" "rm" "-f" "84498904f8b8166aec4b787abef06c5093665cd51112770f51bdc9c0a193a66c"` Oct 15 02:08:10.639 INFO blam! 84498904f8b8166aec4b787abef06c5093665cd51112770f51bdc9c0a193a66c Oct 15 02:08:10.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 15 02:08:11.186 INFO blam! ecc85675d71d5a159310acabc6ecf70dd577d205b90f7c9b43e2f12a8e34c4df Oct 15 02:08:11.191 INFO running `"docker" "start" "-a" "ecc85675d71d5a159310acabc6ecf70dd577d205b90f7c9b43e2f12a8e34c4df"` Oct 15 02:08:12.618 INFO kablam! usermod: no changes Oct 15 02:08:13.015 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.37s Oct 15 02:08:13.026 INFO kablam! Running /target/debug/deps/rss_torrent-635ea80bcffdb50e Oct 15 02:08:13.032 INFO blam! Oct 15 02:08:13.032 INFO blam! running 0 tests Oct 15 02:08:13.032 INFO blam! Oct 15 02:08:13.033 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:08:13.033 INFO blam! Oct 15 02:08:13.036 INFO kablam! su: No module specific data is present Oct 15 02:08:14.143 INFO running `"docker" "rm" "-f" "ecc85675d71d5a159310acabc6ecf70dd577d205b90f7c9b43e2f12a8e34c4df"` Oct 15 02:08:14.401 INFO blam! ecc85675d71d5a159310acabc6ecf70dd577d205b90f7c9b43e2f12a8e34c4df