Oct 13 03:50:45.882 INFO testing pjungwir/rust-initialization-functions against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 03:50:45.884 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:46.425 INFO blam! bffbc77efb0d40f940b7a442987dff069af54514a2a2c616d15a5725ba826f4a Oct 13 03:50:46.427 INFO running `"docker" "start" "-a" "bffbc77efb0d40f940b7a442987dff069af54514a2a2c616d15a5725ba826f4a"` Oct 13 03:50:48.010 INFO kablam! usermod: no changes Oct 13 03:50:48.146 INFO kablam! Compiling siphasher v0.2.1 Oct 13 03:50:48.150 INFO kablam! Compiling openssl v0.9.7 Oct 13 03:50:48.150 INFO kablam! Compiling md5 v0.3.3 Oct 13 03:50:48.153 INFO kablam! Compiling bit-vec v0.4.3 Oct 13 03:50:48.153 INFO kablam! Compiling openssl-sys v0.9.7 Oct 13 03:50:48.153 INFO kablam! Compiling chan v0.1.19 Oct 13 03:50:48.153 INFO kablam! Compiling num v0.1.37 Oct 13 03:50:49.063 INFO kablam! Compiling chrono v0.2.25 Oct 13 03:50:50.237 INFO kablam! Compiling phf_shared v0.7.21 Oct 13 03:50:50.271 INFO kablam! Compiling postgres-protocol v0.2.1 Oct 13 03:50:51.305 INFO kablam! Compiling bit-set v0.4.0 Oct 13 03:50:51.343 INFO kablam! Compiling phf v0.7.21 Oct 13 03:50:53.579 INFO kablam! Compiling chan-signal v0.2.0 Oct 13 03:50:55.159 INFO kablam! Compiling postgres-shared v0.1.1 Oct 13 03:51:01.779 INFO kablam! Compiling postgres v0.13.6 Oct 13 03:51:04.610 INFO kablam! Compiling initialization-functions v0.1.0 (/source) Oct 13 03:51:05.139 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:51:05.139 INFO kablam! --> src/main.rs:2:1 Oct 13 03:51:05.139 INFO kablam! | Oct 13 03:51:05.139 INFO kablam! 2 | #[macro_use] Oct 13 03:51:05.139 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:51:05.139 INFO kablam! | Oct 13 03:51:05.139 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:51:05.139 INFO kablam! Oct 13 03:51:05.139 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 13 03:51:05.139 INFO kablam! --> src/main.rs:6:5 Oct 13 03:51:05.139 INFO kablam! | Oct 13 03:51:05.139 INFO kablam! 6 | use std::io::prelude::*; Oct 13 03:51:05.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 03:51:05.139 INFO kablam! Oct 13 03:51:05.139 INFO kablam! warning: unused import: `Read` Oct 13 03:51:05.139 INFO kablam! --> src/main.rs:8:15 Oct 13 03:51:05.139 INFO kablam! | Oct 13 03:51:05.139 INFO kablam! 8 | use std::io::{Read, Write}; Oct 13 03:51:05.139 INFO kablam! | ^^^^ Oct 13 03:51:05.139 INFO kablam! Oct 13 03:51:05.139 INFO kablam! warning: unused import: `postgres::types::ToSql` Oct 13 03:51:05.139 INFO kablam! --> src/main.rs:13:5 Oct 13 03:51:05.139 INFO kablam! | Oct 13 03:51:05.139 INFO kablam! 13 | use postgres::types::ToSql; Oct 13 03:51:05.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:51:05.139 INFO kablam! Oct 13 03:51:05.139 INFO kablam! warning: unused import: `postgres::transaction::Transaction` Oct 13 03:51:05.139 INFO kablam! --> src/main.rs:14:5 Oct 13 03:51:05.139 INFO kablam! | Oct 13 03:51:05.139 INFO kablam! 14 | use postgres::transaction::Transaction; Oct 13 03:51:05.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:51:05.139 INFO kablam! Oct 13 03:51:05.184 INFO kablam! warning: variable `job_id` is assigned to, but never used Oct 13 03:51:05.184 INFO kablam! --> src/main.rs:20:11 Oct 13 03:51:05.184 INFO kablam! | Oct 13 03:51:05.184 INFO kablam! 20 | let mut job_id = None; Oct 13 03:51:05.184 INFO kablam! | ^^^^^^ Oct 13 03:51:05.184 INFO kablam! | Oct 13 03:51:05.184 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:51:05.184 INFO kablam! = note: consider using `_job_id` instead Oct 13 03:51:05.184 INFO kablam! Oct 13 03:51:05.184 INFO kablam! warning: value assigned to `job_id` is never read Oct 13 03:51:05.184 INFO kablam! --> src/main.rs:23:5 Oct 13 03:51:05.184 INFO kablam! | Oct 13 03:51:05.184 INFO kablam! 23 | job_id = Some(val.clone()); Oct 13 03:51:05.184 INFO kablam! | ^^^^^^ Oct 13 03:51:05.184 INFO kablam! | Oct 13 03:51:05.184 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 03:51:05.184 INFO kablam! Oct 13 03:51:05.184 INFO kablam! warning: unused variable: `signal` Oct 13 03:51:05.184 INFO kablam! --> src/main.rs:42:7 Oct 13 03:51:05.184 INFO kablam! | Oct 13 03:51:05.184 INFO kablam! 42 | let signal = chan_signal::notify(&[Signal::INT, Signal::TERM]); Oct 13 03:51:05.184 INFO kablam! | ^^^^^^ help: consider using `_signal` instead Oct 13 03:51:05.184 INFO kablam! Oct 13 03:51:05.184 INFO kablam! warning: unused variable: `log` Oct 13 03:51:05.184 INFO kablam! --> src/main.rs:54:30 Oct 13 03:51:05.184 INFO kablam! | Oct 13 03:51:05.184 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 13 03:51:05.184 INFO kablam! | ^^^ help: consider using `_log` instead Oct 13 03:51:05.184 INFO kablam! Oct 13 03:51:05.184 INFO kablam! warning: unused variable: `db` Oct 13 03:51:05.184 INFO kablam! --> src/main.rs:54:38 Oct 13 03:51:05.184 INFO kablam! | Oct 13 03:51:05.184 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 13 03:51:05.184 INFO kablam! | ^^ help: consider using `_db` instead Oct 13 03:51:05.184 INFO kablam! Oct 13 03:51:05.189 INFO kablam! warning: variable does not need to be mutable Oct 13 03:51:05.189 INFO kablam! --> src/main.rs:54:26 Oct 13 03:51:05.189 INFO kablam! | Oct 13 03:51:05.189 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 13 03:51:05.189 INFO kablam! | ----^^^ Oct 13 03:51:05.189 INFO kablam! | | Oct 13 03:51:05.189 INFO kablam! | help: remove this `mut` Oct 13 03:51:05.189 INFO kablam! | Oct 13 03:51:05.189 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:51:05.189 INFO kablam! Oct 13 03:51:06.239 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.20s Oct 13 03:51:06.247 INFO kablam! su: No module specific data is present Oct 13 03:51:06.659 INFO running `"docker" "rm" "-f" "bffbc77efb0d40f940b7a442987dff069af54514a2a2c616d15a5725ba826f4a"` Oct 13 03:51:06.946 INFO blam! bffbc77efb0d40f940b7a442987dff069af54514a2a2c616d15a5725ba826f4a Oct 13 03:51:06.946 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:07.327 INFO blam! dccf0a378d517fc05096ad56acfb73454c1a24c8831b9b1debf4030d594b8889 Oct 13 03:51:07.335 INFO running `"docker" "start" "-a" "dccf0a378d517fc05096ad56acfb73454c1a24c8831b9b1debf4030d594b8889"` Oct 13 03:51:08.319 INFO kablam! usermod: no changes Oct 13 03:51:08.447 INFO kablam! Compiling initialization-functions v0.1.0 (/source) Oct 13 03:51:09.147 INFO kablam! warning: unused `#[macro_use]` import Oct 13 03:51:09.147 INFO kablam! --> src/main.rs:2:1 Oct 13 03:51:09.147 INFO kablam! | Oct 13 03:51:09.147 INFO kablam! 2 | #[macro_use] Oct 13 03:51:09.147 INFO kablam! | ^^^^^^^^^^^^ Oct 13 03:51:09.147 INFO kablam! | Oct 13 03:51:09.147 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 03:51:09.147 INFO kablam! Oct 13 03:51:09.147 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 13 03:51:09.147 INFO kablam! --> src/main.rs:6:5 Oct 13 03:51:09.147 INFO kablam! | Oct 13 03:51:09.147 INFO kablam! 6 | use std::io::prelude::*; Oct 13 03:51:09.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 03:51:09.147 INFO kablam! Oct 13 03:51:09.147 INFO kablam! warning: unused import: `Read` Oct 13 03:51:09.147 INFO kablam! --> src/main.rs:8:15 Oct 13 03:51:09.147 INFO kablam! | Oct 13 03:51:09.147 INFO kablam! 8 | use std::io::{Read, Write}; Oct 13 03:51:09.147 INFO kablam! | ^^^^ Oct 13 03:51:09.147 INFO kablam! Oct 13 03:51:09.147 INFO kablam! warning: unused import: `postgres::types::ToSql` Oct 13 03:51:09.147 INFO kablam! --> src/main.rs:13:5 Oct 13 03:51:09.147 INFO kablam! | Oct 13 03:51:09.147 INFO kablam! 13 | use postgres::types::ToSql; Oct 13 03:51:09.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:51:09.147 INFO kablam! Oct 13 03:51:09.147 INFO kablam! warning: unused import: `postgres::transaction::Transaction` Oct 13 03:51:09.147 INFO kablam! --> src/main.rs:14:5 Oct 13 03:51:09.147 INFO kablam! | Oct 13 03:51:09.147 INFO kablam! 14 | use postgres::transaction::Transaction; Oct 13 03:51:09.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:51:09.147 INFO kablam! Oct 13 03:51:09.227 INFO kablam! warning: variable `job_id` is assigned to, but never used Oct 13 03:51:09.227 INFO kablam! --> src/main.rs:20:11 Oct 13 03:51:09.227 INFO kablam! | Oct 13 03:51:09.227 INFO kablam! 20 | let mut job_id = None; Oct 13 03:51:09.227 INFO kablam! | ^^^^^^ Oct 13 03:51:09.227 INFO kablam! | Oct 13 03:51:09.227 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 03:51:09.227 INFO kablam! = note: consider using `_job_id` instead Oct 13 03:51:09.227 INFO kablam! Oct 13 03:51:09.227 INFO kablam! warning: value assigned to `job_id` is never read Oct 13 03:51:09.227 INFO kablam! --> src/main.rs:23:5 Oct 13 03:51:09.227 INFO kablam! | Oct 13 03:51:09.227 INFO kablam! 23 | job_id = Some(val.clone()); Oct 13 03:51:09.227 INFO kablam! | ^^^^^^ Oct 13 03:51:09.227 INFO kablam! | Oct 13 03:51:09.227 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 03:51:09.227 INFO kablam! Oct 13 03:51:09.227 INFO kablam! warning: unused variable: `signal` Oct 13 03:51:09.227 INFO kablam! --> src/main.rs:42:7 Oct 13 03:51:09.227 INFO kablam! | Oct 13 03:51:09.227 INFO kablam! 42 | let signal = chan_signal::notify(&[Signal::INT, Signal::TERM]); Oct 13 03:51:09.227 INFO kablam! | ^^^^^^ help: consider using `_signal` instead Oct 13 03:51:09.227 INFO kablam! Oct 13 03:51:09.227 INFO kablam! warning: unused variable: `log` Oct 13 03:51:09.227 INFO kablam! --> src/main.rs:54:30 Oct 13 03:51:09.227 INFO kablam! | Oct 13 03:51:09.227 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 13 03:51:09.227 INFO kablam! | ^^^ help: consider using `_log` instead Oct 13 03:51:09.227 INFO kablam! Oct 13 03:51:09.227 INFO kablam! warning: unused variable: `db` Oct 13 03:51:09.227 INFO kablam! --> src/main.rs:54:38 Oct 13 03:51:09.227 INFO kablam! | Oct 13 03:51:09.227 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 13 03:51:09.227 INFO kablam! | ^^ help: consider using `_db` instead Oct 13 03:51:09.227 INFO kablam! Oct 13 03:51:09.231 INFO kablam! warning: variable does not need to be mutable Oct 13 03:51:09.231 INFO kablam! --> src/main.rs:54:26 Oct 13 03:51:09.231 INFO kablam! | Oct 13 03:51:09.231 INFO kablam! 54 | fn do_the_work(mut log: W, db: &MyAppDb) { Oct 13 03:51:09.231 INFO kablam! | ----^^^ Oct 13 03:51:09.231 INFO kablam! | | Oct 13 03:51:09.231 INFO kablam! | help: remove this `mut` Oct 13 03:51:09.231 INFO kablam! | Oct 13 03:51:09.231 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 03:51:09.231 INFO kablam! Oct 13 03:51:09.790 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 13 03:51:09.802 INFO kablam! su: No module specific data is present Oct 13 03:51:10.502 INFO running `"docker" "rm" "-f" "dccf0a378d517fc05096ad56acfb73454c1a24c8831b9b1debf4030d594b8889"` Oct 13 03:51:10.803 INFO blam! dccf0a378d517fc05096ad56acfb73454c1a24c8831b9b1debf4030d594b8889 Oct 13 03:51:10.808 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:11.367 INFO blam! 45d9073519d84769bb4a0961cac3409b02038e72a4b29e86b32a03836ff22b39 Oct 13 03:51:11.367 INFO running `"docker" "start" "-a" "45d9073519d84769bb4a0961cac3409b02038e72a4b29e86b32a03836ff22b39"` Oct 13 03:51:12.575 INFO kablam! usermod: no changes Oct 13 03:51:12.655 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 13 03:51:12.679 INFO kablam! Running /target/debug/deps/initialization_functions-5b738e00e5e2dcf6 Oct 13 03:51:12.679 INFO blam! Oct 13 03:51:12.679 INFO kablam! su: No module specific data is present Oct 13 03:51:12.679 INFO blam! running 0 tests Oct 13 03:51:12.679 INFO blam! Oct 13 03:51:12.679 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:51:12.679 INFO blam! Oct 13 03:51:13.508 INFO running `"docker" "rm" "-f" "45d9073519d84769bb4a0961cac3409b02038e72a4b29e86b32a03836ff22b39"` Oct 13 03:51:13.795 INFO blam! 45d9073519d84769bb4a0961cac3409b02038e72a4b29e86b32a03836ff22b39