Oct 11 01:58:16.202 INFO testing boustrophedon/rss-downloader against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:58:16.202 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:58:16.202 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 01:58:16.574 INFO blam! 548b0d24b3f7a09d68d57ab4b4153a63de0548365625207fc608b393679c7ba9 Oct 11 01:58:16.582 INFO running `"docker" "start" "-a" "548b0d24b3f7a09d68d57ab4b4153a63de0548365625207fc608b393679c7ba9"` Oct 11 01:58:17.469 INFO kablam! usermod: no changes Oct 11 01:58:17.928 INFO kablam! Compiling fern v0.5.4 Oct 11 01:58:17.938 INFO kablam! Compiling csv v1.0.0-beta.5 Oct 11 01:58:17.938 INFO kablam! Compiling openssl-sys v0.9.27 Oct 11 01:58:17.938 INFO kablam! Compiling openssl v0.9.24 Oct 11 01:58:17.938 INFO kablam! Compiling tokio-threadpool v0.1.0 Oct 11 01:58:17.948 INFO kablam! Compiling backtrace v0.3.5 Oct 11 01:58:17.948 INFO kablam! Compiling serde_urlencoded v0.5.1 Oct 11 01:58:17.948 INFO kablam! Compiling chrono v0.4.0 Oct 11 01:58:18.024 INFO kablam! Compiling structopt v0.2.5 Oct 11 01:58:24.512 INFO kablam! Compiling failure v0.1.1 Oct 11 01:58:27.840 INFO kablam! Compiling quick-xml v0.12.1 Oct 11 01:58:28.440 INFO kablam! Compiling tokio v0.1.3 Oct 11 01:58:32.308 INFO kablam! Compiling rss v1.4.0 Oct 11 01:58:36.091 INFO kablam! Compiling tokio-core v0.1.15 Oct 11 01:58:36.652 INFO kablam! Compiling native-tls v0.1.5 Oct 11 01:58:43.433 INFO kablam! Compiling tokio-proto v0.1.1 Oct 11 01:58:43.433 INFO kablam! Compiling tokio-tls v0.1.4 Oct 11 01:58:47.797 INFO kablam! Compiling hyper v0.11.22 Oct 11 01:58:59.030 INFO kablam! Compiling hyper-tls v0.1.2 Oct 11 01:59:03.315 INFO kablam! Compiling reqwest v0.8.5 Oct 11 01:59:15.208 INFO kablam! Compiling rss-torrent v0.1.0 (/source) Oct 11 01:59:22.488 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 11 01:59:22.488 INFO kablam! --> src/config.rs:123:20 Oct 11 01:59:22.488 INFO kablam! | Oct 11 01:59:22.488 INFO kablam! 123 | let home = env::home_dir(); Oct 11 01:59:22.488 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 01:59:22.488 INFO kablam! | Oct 11 01:59:22.488 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 01:59:22.488 INFO kablam! Oct 11 01:59:22.920 INFO kablam! warning: unused variable: `config` Oct 11 01:59:22.920 INFO kablam! --> src/update.rs:3:19 Oct 11 01:59:22.920 INFO kablam! | Oct 11 01:59:22.920 INFO kablam! 3 | pub fn run_update(config: &RTConfig) { Oct 11 01:59:22.920 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 11 01:59:22.920 INFO kablam! | Oct 11 01:59:22.920 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:59:22.920 INFO kablam! Oct 11 01:59:22.920 INFO kablam! warning: unused variable: `delete` Oct 11 01:59:22.920 INFO kablam! --> src/delete.rs:4:20 Oct 11 01:59:22.920 INFO kablam! | Oct 11 01:59:22.920 INFO kablam! 4 | pub fn delete_feed(delete: RTDelete, config: &RTConfig) { Oct 11 01:59:22.920 INFO kablam! | ^^^^^^ help: consider using `_delete` instead Oct 11 01:59:22.920 INFO kablam! Oct 11 01:59:22.920 INFO kablam! warning: unused variable: `config` Oct 11 01:59:22.920 INFO kablam! --> src/delete.rs:4:38 Oct 11 01:59:22.920 INFO kablam! | Oct 11 01:59:22.920 INFO kablam! 4 | pub fn delete_feed(delete: RTDelete, config: &RTConfig) { Oct 11 01:59:22.920 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 11 01:59:22.920 INFO kablam! Oct 11 01:59:29.529 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 12s Oct 11 01:59:29.545 INFO kablam! su: No module specific data is present Oct 11 01:59:30.212 INFO running `"docker" "rm" "-f" "548b0d24b3f7a09d68d57ab4b4153a63de0548365625207fc608b393679c7ba9"` Oct 11 01:59:30.519 INFO blam! 548b0d24b3f7a09d68d57ab4b4153a63de0548365625207fc608b393679c7ba9 Oct 11 01:59:30.525 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:59:30.526 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 01:59:31.167 INFO blam! b8c163d73c4a8da833cd354879724f772eadffbd5816e9e5ec3ce7d06e960077 Oct 11 01:59:31.173 INFO running `"docker" "start" "-a" "b8c163d73c4a8da833cd354879724f772eadffbd5816e9e5ec3ce7d06e960077"` Oct 11 01:59:32.200 INFO kablam! usermod: no changes Oct 11 01:59:32.585 INFO kablam! Compiling rss-torrent v0.1.0 (/source) Oct 11 01:59:39.400 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 11 01:59:39.400 INFO kablam! --> src/config.rs:123:20 Oct 11 01:59:39.400 INFO kablam! | Oct 11 01:59:39.400 INFO kablam! 123 | let home = env::home_dir(); Oct 11 01:59:39.400 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 01:59:39.400 INFO kablam! | Oct 11 01:59:39.400 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 01:59:39.400 INFO kablam! Oct 11 01:59:39.812 INFO kablam! warning: unused variable: `config` Oct 11 01:59:39.812 INFO kablam! --> src/update.rs:3:19 Oct 11 01:59:39.812 INFO kablam! | Oct 11 01:59:39.812 INFO kablam! 3 | pub fn run_update(config: &RTConfig) { Oct 11 01:59:39.812 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 11 01:59:39.812 INFO kablam! | Oct 11 01:59:39.812 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:59:39.812 INFO kablam! Oct 11 01:59:39.812 INFO kablam! warning: unused variable: `delete` Oct 11 01:59:39.812 INFO kablam! --> src/delete.rs:4:20 Oct 11 01:59:39.812 INFO kablam! | Oct 11 01:59:39.812 INFO kablam! 4 | pub fn delete_feed(delete: RTDelete, config: &RTConfig) { Oct 11 01:59:39.812 INFO kablam! | ^^^^^^ help: consider using `_delete` instead Oct 11 01:59:39.812 INFO kablam! Oct 11 01:59:39.812 INFO kablam! warning: unused variable: `config` Oct 11 01:59:39.812 INFO kablam! --> src/delete.rs:4:38 Oct 11 01:59:39.812 INFO kablam! | Oct 11 01:59:39.812 INFO kablam! 4 | pub fn delete_feed(delete: RTDelete, config: &RTConfig) { Oct 11 01:59:39.812 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 11 01:59:39.813 INFO kablam! Oct 11 01:59:40.558 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.33s Oct 11 01:59:40.583 INFO kablam! su: No module specific data is present Oct 11 01:59:41.117 INFO running `"docker" "rm" "-f" "b8c163d73c4a8da833cd354879724f772eadffbd5816e9e5ec3ce7d06e960077"` Oct 11 01:59:41.332 INFO blam! b8c163d73c4a8da833cd354879724f772eadffbd5816e9e5ec3ce7d06e960077 Oct 11 01:59:41.332 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:59:41.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 11 01:59:41.611 INFO blam! 1c7931ab87929f945d9a054d3167ecd1a39da1338e580271361bd26a041f8065 Oct 11 01:59:41.613 INFO running `"docker" "start" "-a" "1c7931ab87929f945d9a054d3167ecd1a39da1338e580271361bd26a041f8065"` Oct 11 01:59:42.504 INFO kablam! usermod: no changes Oct 11 01:59:42.726 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 11 01:59:42.745 INFO kablam! Running /target/debug/deps/rss_torrent-635ea80bcffdb50e Oct 11 01:59:42.748 INFO blam! Oct 11 01:59:42.748 INFO blam! running 0 tests Oct 11 01:59:42.749 INFO blam! Oct 11 01:59:42.749 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:59:42.749 INFO blam! Oct 11 01:59:42.759 INFO kablam! su: No module specific data is present Oct 11 01:59:43.274 INFO running `"docker" "rm" "-f" "1c7931ab87929f945d9a054d3167ecd1a39da1338e580271361bd26a041f8065"` Oct 11 01:59:43.540 INFO blam! 1c7931ab87929f945d9a054d3167ecd1a39da1338e580271361bd26a041f8065