Oct 13 03:50:51.396 INFO testing pjungwir/rust-initialization-functions against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:50:51.396 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 03:50:51.687 INFO blam! 15add8f0a5f415ffd1523f4907ebe384ab0b97c3487e8220e7783d84c2160af8 Oct 13 03:50:51.688 INFO running `"docker" "start" "-a" "15add8f0a5f415ffd1523f4907ebe384ab0b97c3487e8220e7783d84c2160af8"` Oct 13 03:50:52.635 INFO kablam! usermod: no changes Oct 13 03:50:52.823 INFO kablam! Compiling siphasher v0.2.1 Oct 13 03:50:52.823 INFO kablam! Compiling openssl v0.9.7 Oct 13 03:50:52.823 INFO kablam! Compiling md5 v0.3.3 Oct 13 03:50:52.823 INFO kablam! Compiling bit-vec v0.4.3 Oct 13 03:50:52.823 INFO kablam! Compiling bufstream v0.1.2 Oct 13 03:50:52.823 INFO kablam! Compiling openssl-sys v0.9.7 Oct 13 03:50:52.823 INFO kablam! Compiling chan v0.1.19 Oct 13 03:50:52.823 INFO kablam! Compiling num v0.1.37 Oct 13 03:50:53.885 INFO kablam! Compiling chrono v0.2.25 Oct 13 03:50:54.997 INFO kablam! Compiling phf_shared v0.7.21 Oct 13 03:50:55.963 INFO kablam! Compiling bit-set v0.4.0 Oct 13 03:50:56.499 INFO kablam! Compiling postgres-protocol v0.2.1 Oct 13 03:50:56.523 INFO kablam! Compiling phf v0.7.21 Oct 13 03:50:58.467 INFO kablam! Compiling chan-signal v0.2.0 Oct 13 03:51:00.087 INFO kablam! Compiling postgres-shared v0.1.1 Oct 13 03:51:04.717 INFO kablam! Compiling postgres v0.13.6 Oct 13 03:51:07.947 INFO kablam! Compiling initialization-functions v0.1.0 (/source) Oct 13 03:51:08.687 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:51:08.687 INFO kablam! --> src/main.rs:2:1 Oct 13 03:51:08.687 INFO kablam! | Oct 13 03:51:08.687 INFO kablam! 2 | #[macro_use] Oct 13 03:51:08.687 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:51:08.687 INFO kablam! | Oct 13 03:51:08.687 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:51:08.687 INFO kablam! Oct 13 03:51:08.687 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 13 03:51:08.687 INFO kablam! --> src/main.rs:6:5 Oct 13 03:51:08.687 INFO kablam! | Oct 13 03:51:08.687 INFO kablam! 6 | use std::io::prelude::*; Oct 13 03:51:08.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 03:51:08.687 INFO kablam! Oct 13 03:51:08.687 INFO kablam! warning: unused import: `Read` Oct 13 03:51:08.687 INFO kablam! --> src/main.rs:8:15 Oct 13 03:51:08.687 INFO kablam! | Oct 13 03:51:08.687 INFO kablam! 8 | use std::io::{Read, Write}; Oct 13 03:51:08.687 INFO kablam! | ^^^^ Oct 13 03:51:08.687 INFO kablam! Oct 13 03:51:08.687 INFO kablam! warning: unused import: `postgres::types::ToSql` Oct 13 03:51:08.687 INFO kablam! --> src/main.rs:13:5 Oct 13 03:51:08.687 INFO kablam! | Oct 13 03:51:08.687 INFO kablam! 13 | use postgres::types::ToSql; Oct 13 03:51:08.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:51:08.687 INFO kablam! Oct 13 03:51:08.687 INFO kablam! warning: unused import: `postgres::transaction::Transaction` Oct 13 03:51:08.687 INFO kablam! --> src/main.rs:14:5 Oct 13 03:51:08.687 INFO kablam! | Oct 13 03:51:08.687 INFO kablam! 14 | use postgres::transaction::Transaction; Oct 13 03:51:08.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:51:08.687 INFO kablam! Oct 13 03:51:08.744 INFO kablam! warning: variable `job_id` is assigned to, but never used Oct 13 03:51:08.744 INFO kablam! --> src/main.rs:20:11 Oct 13 03:51:08.744 INFO kablam! | Oct 13 03:51:08.744 INFO kablam! 20 | let mut job_id = None; Oct 13 03:51:08.744 INFO kablam! | ^^^^^^ Oct 13 03:51:08.744 INFO kablam! | Oct 13 03:51:08.744 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:51:08.744 INFO kablam! = note: consider using `_job_id` instead Oct 13 03:51:08.744 INFO kablam! Oct 13 03:51:08.744 INFO kablam! warning: value assigned to `job_id` is never read Oct 13 03:51:08.744 INFO kablam! --> src/main.rs:23:5 Oct 13 03:51:08.744 INFO kablam! | Oct 13 03:51:08.744 INFO kablam! 23 | job_id = Some(val.clone()); Oct 13 03:51:08.744 INFO kablam! | ^^^^^^ Oct 13 03:51:08.744 INFO kablam! | Oct 13 03:51:08.744 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 03:51:08.744 INFO kablam! Oct 13 03:51:08.744 INFO kablam! warning: unused variable: `signal` Oct 13 03:51:08.744 INFO kablam! --> src/main.rs:42:7 Oct 13 03:51:08.744 INFO kablam! | Oct 13 03:51:08.744 INFO kablam! 42 | let signal = chan_signal::notify(&[Signal::INT, Signal::TERM]); Oct 13 03:51:08.744 INFO kablam! | ^^^^^^ help: consider using `_signal` instead Oct 13 03:51:08.744 INFO kablam! Oct 13 03:51:08.744 INFO kablam! warning: unused variable: `log` Oct 13 03:51:08.744 INFO kablam! --> src/main.rs:54:30 Oct 13 03:51:08.744 INFO kablam! | Oct 13 03:51:08.744 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 13 03:51:08.744 INFO kablam! | ^^^ help: consider using `_log` instead Oct 13 03:51:08.744 INFO kablam! Oct 13 03:51:08.744 INFO kablam! warning: unused variable: `db` Oct 13 03:51:08.744 INFO kablam! --> src/main.rs:54:38 Oct 13 03:51:08.744 INFO kablam! | Oct 13 03:51:08.744 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 13 03:51:08.744 INFO kablam! | ^^ help: consider using `_db` instead Oct 13 03:51:08.744 INFO kablam! Oct 13 03:51:08.755 INFO kablam! warning: variable does not need to be mutable Oct 13 03:51:08.755 INFO kablam! --> src/main.rs:54:26 Oct 13 03:51:08.755 INFO kablam! | Oct 13 03:51:08.755 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 13 03:51:08.755 INFO kablam! | ----^^^ Oct 13 03:51:08.755 INFO kablam! | | Oct 13 03:51:08.755 INFO kablam! | help: remove this `mut` Oct 13 03:51:08.755 INFO kablam! | Oct 13 03:51:08.755 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:51:08.755 INFO kablam! Oct 13 03:51:10.371 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.70s Oct 13 03:51:10.379 INFO kablam! su: No module specific data is present Oct 13 03:51:11.245 INFO running `"docker" "rm" "-f" "15add8f0a5f415ffd1523f4907ebe384ab0b97c3487e8220e7783d84c2160af8"` Oct 13 03:51:11.504 INFO blam! 15add8f0a5f415ffd1523f4907ebe384ab0b97c3487e8220e7783d84c2160af8 Oct 13 03:51:11.505 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 03:51:11.926 INFO blam! c9cbf703587b0ede0aa7da8e1fb93e21f78933a1e1f11ff5bbb43425c3e60064 Oct 13 03:51:11.926 INFO running `"docker" "start" "-a" "c9cbf703587b0ede0aa7da8e1fb93e21f78933a1e1f11ff5bbb43425c3e60064"` Oct 13 03:51:12.992 INFO kablam! usermod: no changes Oct 13 03:51:13.127 INFO kablam! Compiling initialization-functions v0.1.0 (/source) Oct 13 03:51:13.932 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:51:13.932 INFO kablam! --> src/main.rs:2:1 Oct 13 03:51:13.932 INFO kablam! | Oct 13 03:51:13.933 INFO kablam! 2 | #[macro_use] Oct 13 03:51:13.933 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:51:13.933 INFO kablam! | Oct 13 03:51:13.933 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:51:13.933 INFO kablam! Oct 13 03:51:13.933 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 13 03:51:13.933 INFO kablam! --> src/main.rs:6:5 Oct 13 03:51:13.933 INFO kablam! | Oct 13 03:51:13.933 INFO kablam! 6 | use std::io::prelude::*; Oct 13 03:51:13.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 03:51:13.933 INFO kablam! Oct 13 03:51:13.933 INFO kablam! warning: unused import: `Read` Oct 13 03:51:13.933 INFO kablam! --> src/main.rs:8:15 Oct 13 03:51:13.933 INFO kablam! | Oct 13 03:51:13.933 INFO kablam! 8 | use std::io::{Read, Write}; Oct 13 03:51:13.933 INFO kablam! | ^^^^ Oct 13 03:51:13.933 INFO kablam! Oct 13 03:51:13.933 INFO kablam! warning: unused import: `postgres::types::ToSql` Oct 13 03:51:13.933 INFO kablam! --> src/main.rs:13:5 Oct 13 03:51:13.933 INFO kablam! | Oct 13 03:51:13.933 INFO kablam! 13 | use postgres::types::ToSql; Oct 13 03:51:13.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:51:13.933 INFO kablam! Oct 13 03:51:13.933 INFO kablam! warning: unused import: `postgres::transaction::Transaction` Oct 13 03:51:13.933 INFO kablam! --> src/main.rs:14:5 Oct 13 03:51:13.933 INFO kablam! | Oct 13 03:51:13.933 INFO kablam! 14 | use postgres::transaction::Transaction; Oct 13 03:51:13.933 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:51:13.933 INFO kablam! Oct 13 03:51:13.990 INFO kablam! warning: variable `job_id` is assigned to, but never used Oct 13 03:51:13.990 INFO kablam! --> src/main.rs:20:11 Oct 13 03:51:13.990 INFO kablam! | Oct 13 03:51:13.990 INFO kablam! 20 | let mut job_id = None; Oct 13 03:51:13.990 INFO kablam! | ^^^^^^ Oct 13 03:51:13.990 INFO kablam! | Oct 13 03:51:13.990 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:51:13.990 INFO kablam! = note: consider using `_job_id` instead Oct 13 03:51:13.990 INFO kablam! Oct 13 03:51:13.990 INFO kablam! warning: value assigned to `job_id` is never read Oct 13 03:51:13.990 INFO kablam! --> src/main.rs:23:5 Oct 13 03:51:13.990 INFO kablam! | Oct 13 03:51:13.990 INFO kablam! 23 | job_id = Some(val.clone()); Oct 13 03:51:13.990 INFO kablam! | ^^^^^^ Oct 13 03:51:13.990 INFO kablam! | Oct 13 03:51:13.991 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 03:51:13.991 INFO kablam! Oct 13 03:51:13.991 INFO kablam! warning: unused variable: `signal` Oct 13 03:51:13.991 INFO kablam! --> src/main.rs:42:7 Oct 13 03:51:13.991 INFO kablam! | Oct 13 03:51:13.991 INFO kablam! 42 | let signal = chan_signal::notify(&[Signal::INT, Signal::TERM]); Oct 13 03:51:13.991 INFO kablam! | ^^^^^^ help: consider using `_signal` instead Oct 13 03:51:13.991 INFO kablam! Oct 13 03:51:13.991 INFO kablam! warning: unused variable: `log` Oct 13 03:51:13.991 INFO kablam! --> src/main.rs:54:30 Oct 13 03:51:13.991 INFO kablam! | Oct 13 03:51:13.991 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 13 03:51:13.991 INFO kablam! | ^^^ help: consider using `_log` instead Oct 13 03:51:13.991 INFO kablam! Oct 13 03:51:13.991 INFO kablam! warning: unused variable: `db` Oct 13 03:51:13.991 INFO kablam! --> src/main.rs:54:38 Oct 13 03:51:13.991 INFO kablam! | Oct 13 03:51:13.991 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 13 03:51:13.991 INFO kablam! | ^^ help: consider using `_db` instead Oct 13 03:51:13.991 INFO kablam! Oct 13 03:51:13.997 INFO kablam! warning: variable does not need to be mutable Oct 13 03:51:13.997 INFO kablam! --> src/main.rs:54:26 Oct 13 03:51:14.001 INFO kablam! | Oct 13 03:51:14.001 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 13 03:51:14.001 INFO kablam! | ----^^^ Oct 13 03:51:14.001 INFO kablam! | | Oct 13 03:51:14.001 INFO kablam! | help: remove this `mut` Oct 13 03:51:14.001 INFO kablam! | Oct 13 03:51:14.001 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:51:14.006 INFO kablam! Oct 13 03:51:14.583 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 13 03:51:14.583 INFO kablam! su: No module specific data is present Oct 13 03:51:15.542 INFO running `"docker" "rm" "-f" "c9cbf703587b0ede0aa7da8e1fb93e21f78933a1e1f11ff5bbb43425c3e60064"` Oct 13 03:51:15.955 INFO blam! c9cbf703587b0ede0aa7da8e1fb93e21f78933a1e1f11ff5bbb43425c3e60064 Oct 13 03:51:15.967 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 03:51:16.459 INFO blam! 416629f16c3e23b422af63520eeca8fe43091874ba052dce9e47241011a5bdc1 Oct 13 03:51:16.467 INFO running `"docker" "start" "-a" "416629f16c3e23b422af63520eeca8fe43091874ba052dce9e47241011a5bdc1"` Oct 13 03:51:18.087 INFO kablam! usermod: no changes Oct 13 03:51:18.187 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 13 03:51:18.187 INFO kablam! Running /target/debug/deps/initialization_functions-9a5eb098409446df Oct 13 03:51:18.199 INFO blam! Oct 13 03:51:18.199 INFO blam! running 0 tests Oct 13 03:51:18.199 INFO blam! Oct 13 03:51:18.199 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:51:18.199 INFO blam! Oct 13 03:51:18.199 INFO kablam! su: No module specific data is present Oct 13 03:51:18.959 INFO running `"docker" "rm" "-f" "416629f16c3e23b422af63520eeca8fe43091874ba052dce9e47241011a5bdc1"` Oct 13 03:51:19.242 INFO blam! 416629f16c3e23b422af63520eeca8fe43091874ba052dce9e47241011a5bdc1