Oct 10 16:41:00.322 INFO testing pjungwir/rust-initialization-functions against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:41:00.322 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:41:00.322 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 16:41:00.766 INFO blam! 28ccd5889c1a836a9e3301d1b5e53e8e7164bd098aff3deb8fa638514c4f02c3 Oct 10 16:41:00.772 INFO running `"docker" "start" "-a" "28ccd5889c1a836a9e3301d1b5e53e8e7164bd098aff3deb8fa638514c4f02c3"` Oct 10 16:41:02.056 INFO kablam! usermod: no changes Oct 10 16:41:02.228 INFO kablam! Compiling siphasher v0.2.1 Oct 10 16:41:02.237 INFO kablam! Compiling md5 v0.3.3 Oct 10 16:41:02.237 INFO kablam! Compiling chan v0.1.19 Oct 10 16:41:02.238 INFO kablam! Compiling openssl-sys v0.9.7 Oct 10 16:41:02.238 INFO kablam! Compiling chrono v0.2.25 Oct 10 16:41:03.892 INFO kablam! Compiling phf_shared v0.7.21 Oct 10 16:41:05.432 INFO kablam! Compiling postgres-protocol v0.2.1 Oct 10 16:41:05.452 INFO kablam! Compiling phf v0.7.21 Oct 10 16:41:06.312 INFO kablam! Compiling openssl v0.9.7 Oct 10 16:41:09.613 INFO kablam! Compiling chan-signal v0.2.0 Oct 10 16:41:10.792 INFO kablam! Compiling postgres-shared v0.1.1 Oct 10 16:41:17.839 INFO kablam! Compiling postgres v0.13.6 Oct 10 16:41:22.504 INFO kablam! Compiling initialization-functions v0.1.0 (/source) Oct 10 16:41:24.141 INFO kablam! warning: unused `#[macro_use]` import Oct 10 16:41:24.141 INFO kablam! --> src/main.rs:2:1 Oct 10 16:41:24.141 INFO kablam! | Oct 10 16:41:24.141 INFO kablam! 2 | #[macro_use] Oct 10 16:41:24.141 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:41:24.141 INFO kablam! | Oct 10 16:41:24.141 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:41:24.141 INFO kablam! Oct 10 16:41:24.141 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 10 16:41:24.141 INFO kablam! --> src/main.rs:6:5 Oct 10 16:41:24.141 INFO kablam! | Oct 10 16:41:24.141 INFO kablam! 6 | use std::io::prelude::*; Oct 10 16:41:24.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 16:41:24.141 INFO kablam! Oct 10 16:41:24.141 INFO kablam! warning: unused import: `Read` Oct 10 16:41:24.141 INFO kablam! --> src/main.rs:8:15 Oct 10 16:41:24.144 INFO kablam! | Oct 10 16:41:24.144 INFO kablam! 8 | use std::io::{Read, Write}; Oct 10 16:41:24.144 INFO kablam! | ^^^^ Oct 10 16:41:24.144 INFO kablam! Oct 10 16:41:24.144 INFO kablam! warning: unused import: `postgres::types::ToSql` Oct 10 16:41:24.144 INFO kablam! --> src/main.rs:13:5 Oct 10 16:41:24.144 INFO kablam! | Oct 10 16:41:24.144 INFO kablam! 13 | use postgres::types::ToSql; Oct 10 16:41:24.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:41:24.144 INFO kablam! Oct 10 16:41:24.144 INFO kablam! warning: unused import: `postgres::transaction::Transaction` Oct 10 16:41:24.144 INFO kablam! --> src/main.rs:14:5 Oct 10 16:41:24.144 INFO kablam! | Oct 10 16:41:24.144 INFO kablam! 14 | use postgres::transaction::Transaction; Oct 10 16:41:24.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:41:24.144 INFO kablam! Oct 10 16:41:24.214 INFO kablam! warning: variable `job_id` is assigned to, but never used Oct 10 16:41:24.214 INFO kablam! --> src/main.rs:20:11 Oct 10 16:41:24.214 INFO kablam! | Oct 10 16:41:24.215 INFO kablam! 20 | let mut job_id = None; Oct 10 16:41:24.215 INFO kablam! | ^^^^^^ Oct 10 16:41:24.215 INFO kablam! | Oct 10 16:41:24.215 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:41:24.216 INFO kablam! = note: consider using `_job_id` instead Oct 10 16:41:24.216 INFO kablam! Oct 10 16:41:24.216 INFO kablam! warning: value assigned to `job_id` is never read Oct 10 16:41:24.217 INFO kablam! --> src/main.rs:23:5 Oct 10 16:41:24.217 INFO kablam! | Oct 10 16:41:24.217 INFO kablam! 23 | job_id = Some(val.clone()); Oct 10 16:41:24.218 INFO kablam! | ^^^^^^ Oct 10 16:41:24.218 INFO kablam! | Oct 10 16:41:24.218 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 16:41:24.218 INFO kablam! Oct 10 16:41:24.219 INFO kablam! warning: unused variable: `signal` Oct 10 16:41:24.219 INFO kablam! --> src/main.rs:42:7 Oct 10 16:41:24.219 INFO kablam! | Oct 10 16:41:24.220 INFO kablam! 42 | let signal = chan_signal::notify(&[Signal::INT, Signal::TERM]); Oct 10 16:41:24.220 INFO kablam! | ^^^^^^ help: consider using `_signal` instead Oct 10 16:41:24.220 INFO kablam! Oct 10 16:41:24.221 INFO kablam! warning: unused variable: `log` Oct 10 16:41:24.221 INFO kablam! --> src/main.rs:54:30 Oct 10 16:41:24.221 INFO kablam! | Oct 10 16:41:24.222 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 10 16:41:24.222 INFO kablam! | ^^^ help: consider using `_log` instead Oct 10 16:41:24.222 INFO kablam! Oct 10 16:41:24.222 INFO kablam! warning: unused variable: `db` Oct 10 16:41:24.223 INFO kablam! --> src/main.rs:54:38 Oct 10 16:41:24.223 INFO kablam! | Oct 10 16:41:24.223 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 10 16:41:24.224 INFO kablam! | ^^ help: consider using `_db` instead Oct 10 16:41:24.224 INFO kablam! Oct 10 16:41:24.224 INFO kablam! warning: variable does not need to be mutable Oct 10 16:41:24.225 INFO kablam! --> src/main.rs:54:26 Oct 10 16:41:24.225 INFO kablam! | Oct 10 16:41:24.225 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 10 16:41:24.226 INFO kablam! | ----^^^ Oct 10 16:41:24.226 INFO kablam! | | Oct 10 16:41:24.226 INFO kablam! | help: remove this `mut` Oct 10 16:41:24.226 INFO kablam! | Oct 10 16:41:24.227 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 16:41:24.227 INFO kablam! Oct 10 16:41:25.596 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.50s Oct 10 16:41:25.607 INFO kablam! su: No module specific data is present Oct 10 16:41:26.367 INFO running `"docker" "rm" "-f" "28ccd5889c1a836a9e3301d1b5e53e8e7164bd098aff3deb8fa638514c4f02c3"` Oct 10 16:41:26.544 INFO blam! 28ccd5889c1a836a9e3301d1b5e53e8e7164bd098aff3deb8fa638514c4f02c3 Oct 10 16:41:26.555 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:41:26.557 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 16:41:26.908 INFO blam! 3ae3a4c6173ff80896f242ecda9b98d9892ac9181e0ca17b03a676671d8c9ea9 Oct 10 16:41:26.909 INFO running `"docker" "start" "-a" "3ae3a4c6173ff80896f242ecda9b98d9892ac9181e0ca17b03a676671d8c9ea9"` Oct 10 16:41:28.138 INFO kablam! usermod: no changes Oct 10 16:41:28.236 INFO kablam! Compiling initialization-functions v0.1.0 (/source) Oct 10 16:41:30.027 INFO kablam! warning: unused `#[macro_use]` import Oct 10 16:41:30.027 INFO kablam! --> src/main.rs:2:1 Oct 10 16:41:30.027 INFO kablam! | Oct 10 16:41:30.027 INFO kablam! 2 | #[macro_use] Oct 10 16:41:30.027 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:41:30.027 INFO kablam! | Oct 10 16:41:30.027 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:41:30.027 INFO kablam! Oct 10 16:41:30.027 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 10 16:41:30.027 INFO kablam! --> src/main.rs:6:5 Oct 10 16:41:30.027 INFO kablam! | Oct 10 16:41:30.027 INFO kablam! 6 | use std::io::prelude::*; Oct 10 16:41:30.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 16:41:30.027 INFO kablam! Oct 10 16:41:30.027 INFO kablam! warning: unused import: `Read` Oct 10 16:41:30.027 INFO kablam! --> src/main.rs:8:15 Oct 10 16:41:30.028 INFO kablam! | Oct 10 16:41:30.028 INFO kablam! 8 | use std::io::{Read, Write}; Oct 10 16:41:30.028 INFO kablam! | ^^^^ Oct 10 16:41:30.028 INFO kablam! Oct 10 16:41:30.028 INFO kablam! warning: unused import: `postgres::types::ToSql` Oct 10 16:41:30.028 INFO kablam! --> src/main.rs:13:5 Oct 10 16:41:30.028 INFO kablam! | Oct 10 16:41:30.028 INFO kablam! 13 | use postgres::types::ToSql; Oct 10 16:41:30.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:41:30.028 INFO kablam! Oct 10 16:41:30.028 INFO kablam! warning: unused import: `postgres::transaction::Transaction` Oct 10 16:41:30.028 INFO kablam! --> src/main.rs:14:5 Oct 10 16:41:30.028 INFO kablam! | Oct 10 16:41:30.028 INFO kablam! 14 | use postgres::transaction::Transaction; Oct 10 16:41:30.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:41:30.028 INFO kablam! Oct 10 16:41:30.092 INFO kablam! warning: variable `job_id` is assigned to, but never used Oct 10 16:41:30.092 INFO kablam! --> src/main.rs:20:11 Oct 10 16:41:30.092 INFO kablam! | Oct 10 16:41:30.092 INFO kablam! 20 | let mut job_id = None; Oct 10 16:41:30.092 INFO kablam! | ^^^^^^ Oct 10 16:41:30.092 INFO kablam! | Oct 10 16:41:30.092 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:41:30.092 INFO kablam! = note: consider using `_job_id` instead Oct 10 16:41:30.092 INFO kablam! Oct 10 16:41:30.092 INFO kablam! warning: value assigned to `job_id` is never read Oct 10 16:41:30.092 INFO kablam! --> src/main.rs:23:5 Oct 10 16:41:30.092 INFO kablam! | Oct 10 16:41:30.092 INFO kablam! 23 | job_id = Some(val.clone()); Oct 10 16:41:30.093 INFO kablam! | ^^^^^^ Oct 10 16:41:30.093 INFO kablam! | Oct 10 16:41:30.093 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 16:41:30.093 INFO kablam! Oct 10 16:41:30.093 INFO kablam! warning: unused variable: `signal` Oct 10 16:41:30.093 INFO kablam! --> src/main.rs:42:7 Oct 10 16:41:30.093 INFO kablam! | Oct 10 16:41:30.093 INFO kablam! 42 | let signal = chan_signal::notify(&[Signal::INT, Signal::TERM]); Oct 10 16:41:30.093 INFO kablam! | ^^^^^^ help: consider using `_signal` instead Oct 10 16:41:30.093 INFO kablam! Oct 10 16:41:30.093 INFO kablam! warning: unused variable: `log` Oct 10 16:41:30.093 INFO kablam! --> src/main.rs:54:30 Oct 10 16:41:30.093 INFO kablam! | Oct 10 16:41:30.093 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 10 16:41:30.093 INFO kablam! | ^^^ help: consider using `_log` instead Oct 10 16:41:30.093 INFO kablam! Oct 10 16:41:30.093 INFO kablam! warning: unused variable: `db` Oct 10 16:41:30.093 INFO kablam! --> src/main.rs:54:38 Oct 10 16:41:30.093 INFO kablam! | Oct 10 16:41:30.093 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 10 16:41:30.093 INFO kablam! | ^^ help: consider using `_db` instead Oct 10 16:41:30.093 INFO kablam! Oct 10 16:41:30.100 INFO kablam! warning: variable does not need to be mutable Oct 10 16:41:30.100 INFO kablam! --> src/main.rs:54:26 Oct 10 16:41:30.100 INFO kablam! | Oct 10 16:41:30.100 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 10 16:41:30.100 INFO kablam! | ----^^^ Oct 10 16:41:30.100 INFO kablam! | | Oct 10 16:41:30.100 INFO kablam! | help: remove this `mut` Oct 10 16:41:30.100 INFO kablam! | Oct 10 16:41:30.100 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 16:41:30.100 INFO kablam! Oct 10 16:41:30.651 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.48s Oct 10 16:41:30.657 INFO kablam! su: No module specific data is present Oct 10 16:41:31.470 INFO running `"docker" "rm" "-f" "3ae3a4c6173ff80896f242ecda9b98d9892ac9181e0ca17b03a676671d8c9ea9"` Oct 10 16:41:31.724 INFO blam! 3ae3a4c6173ff80896f242ecda9b98d9892ac9181e0ca17b03a676671d8c9ea9 Oct 10 16:41:31.730 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:41:31.732 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 16:41:32.130 INFO blam! b778a52c9ab6493c94d7e9d9217c91ce16136e2661c4ecaff5c5c9cc4500822d Oct 10 16:41:32.132 INFO running `"docker" "start" "-a" "b778a52c9ab6493c94d7e9d9217c91ce16136e2661c4ecaff5c5c9cc4500822d"` Oct 10 16:41:33.399 INFO kablam! usermod: no changes Oct 10 16:41:33.537 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 10 16:41:33.549 INFO kablam! Running /target/debug/deps/initialization_functions-9a5eb098409446df Oct 10 16:41:33.551 INFO blam! Oct 10 16:41:33.551 INFO blam! running 0 tests Oct 10 16:41:33.551 INFO blam! Oct 10 16:41:33.551 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:41:33.551 INFO blam! Oct 10 16:41:33.553 INFO kablam! su: No module specific data is present Oct 10 16:41:34.278 INFO running `"docker" "rm" "-f" "b778a52c9ab6493c94d7e9d9217c91ce16136e2661c4ecaff5c5c9cc4500822d"` Oct 10 16:41:34.499 INFO blam! b778a52c9ab6493c94d7e9d9217c91ce16136e2661c4ecaff5c5c9cc4500822d