Oct 13 03:59:33.709 INFO testing piedoom/kaiwa against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:59:33.709 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 13 03:59:34.160 INFO blam! 6c1345ed0a202ad5520c796efdb7f685fd08332a5f63813950ffe71c0fd2495e Oct 13 03:59:34.162 INFO running `"docker" "start" "-a" "6c1345ed0a202ad5520c796efdb7f685fd08332a5f63813950ffe71c0fd2495e"` Oct 13 03:59:35.995 INFO kablam! usermod: no changes Oct 13 03:59:36.339 INFO kablam! Compiling isatty v0.1.9 Oct 13 03:59:36.349 INFO kablam! Compiling aho-corasick v0.6.8 Oct 13 03:59:36.350 INFO kablam! Compiling serde v1.0.78 Oct 13 03:59:36.350 INFO kablam! Compiling r2d2 v0.8.2 Oct 13 03:59:36.359 INFO kablam! Compiling thread_local v0.3.6 Oct 13 03:59:36.359 INFO kablam! Compiling failure v0.1.2 Oct 13 03:59:39.355 INFO kablam! Compiling regex v1.0.5 Oct 13 03:59:55.481 INFO kablam! Compiling dotenv v0.13.0 Oct 13 04:00:02.331 INFO kablam! Compiling toml v0.4.6 Oct 13 04:00:02.331 INFO kablam! Compiling serde_json v1.0.27 Oct 13 04:00:02.331 INFO kablam! Compiling chrono v0.4.6 Oct 13 04:00:11.171 INFO kablam! Compiling diesel v1.3.3 Oct 13 04:00:12.768 INFO kablam! Compiling rocket v0.3.16 Oct 13 04:00:29.463 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 13 04:00:29.463 INFO kablam! Compiling rocket_contrib v0.3.16 Oct 13 04:01:20.603 INFO kablam! Compiling kaiwa v0.1.0 (/source) Oct 13 04:01:22.775 INFO kablam! warning: unused `#[macro_use]` import Oct 13 04:01:22.775 INFO kablam! --> src/main.rs:7:1 Oct 13 04:01:22.775 INFO kablam! | Oct 13 04:01:22.775 INFO kablam! 7 | #[macro_use] Oct 13 04:01:22.775 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:01:22.775 INFO kablam! | Oct 13 04:01:22.775 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:01:22.775 INFO kablam! Oct 13 04:01:22.783 INFO kablam! warning: unused `#[macro_use]` import Oct 13 04:01:22.783 INFO kablam! --> src/main.rs:15:1 Oct 13 04:01:22.783 INFO kablam! | Oct 13 04:01:22.783 INFO kablam! 15 | #[macro_use] Oct 13 04:01:22.783 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:01:22.783 INFO kablam! Oct 13 04:01:22.783 INFO kablam! warning: unused import: `chrono::Utc` Oct 13 04:01:22.783 INFO kablam! --> src/kaiwa/controllers/comments.rs:1:5 Oct 13 04:01:22.783 INFO kablam! | Oct 13 04:01:22.783 INFO kablam! 1 | use chrono::Utc; Oct 13 04:01:22.783 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:01:22.783 INFO kablam! Oct 13 04:01:22.783 INFO kablam! warning: unused import: `kaiwa::db::Conn` Oct 13 04:01:22.783 INFO kablam! --> src/kaiwa/models/comment.rs:2:5 Oct 13 04:01:22.783 INFO kablam! | Oct 13 04:01:22.783 INFO kablam! 2 | use kaiwa::db::Conn; Oct 13 04:01:22.783 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 04:01:22.783 INFO kablam! Oct 13 04:01:23.638 INFO kablam! warning: unused variable: `site` Oct 13 04:01:23.638 INFO kablam! --> src/kaiwa/controllers/comments.rs:14:5 Oct 13 04:01:23.639 INFO kablam! | Oct 13 04:01:23.639 INFO kablam! 14 | site: String, Oct 13 04:01:23.639 INFO kablam! | ^^^^ help: consider using `_site` instead Oct 13 04:01:23.639 INFO kablam! | Oct 13 04:01:23.639 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:01:23.639 INFO kablam! Oct 13 04:01:23.639 INFO kablam! warning: unused variable: `page` Oct 13 04:01:23.639 INFO kablam! --> src/kaiwa/controllers/comments.rs:15:5 Oct 13 04:01:23.639 INFO kablam! | Oct 13 04:01:23.639 INFO kablam! 15 | page: String, Oct 13 04:01:23.639 INFO kablam! | ^^^^ help: consider using `_page` instead Oct 13 04:01:23.639 INFO kablam! Oct 13 04:01:23.639 INFO kablam! warning: unused variable: `site` Oct 13 04:01:23.639 INFO kablam! --> src/kaiwa/controllers/comments.rs:28:13 Oct 13 04:01:23.639 INFO kablam! | Oct 13 04:01:23.639 INFO kablam! 28 | pub fn read(site: String, page: String, comment_id: i32, conn: Conn) -> Json { Oct 13 04:01:23.639 INFO kablam! | ^^^^ help: consider using `_site` instead Oct 13 04:01:23.639 INFO kablam! Oct 13 04:01:23.639 INFO kablam! warning: unused variable: `page` Oct 13 04:01:23.639 INFO kablam! --> src/kaiwa/controllers/comments.rs:28:27 Oct 13 04:01:23.639 INFO kablam! | Oct 13 04:01:23.639 INFO kablam! 28 | pub fn read(site: String, page: String, comment_id: i32, conn: Conn) -> Json { Oct 13 04:01:23.639 INFO kablam! | ^^^^ help: consider using `_page` instead Oct 13 04:01:23.639 INFO kablam! Oct 13 04:01:23.837 INFO kablam! warning: struct is never constructed: `Error` Oct 13 04:01:23.837 INFO kablam! --> src/kaiwa/error.rs:1:1 Oct 13 04:01:23.837 INFO kablam! | Oct 13 04:01:23.837 INFO kablam! 1 | struct Error; Oct 13 04:01:23.837 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 04:01:23.837 INFO kablam! | Oct 13 04:01:23.837 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:01:23.838 INFO kablam! Oct 13 04:01:28.881 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 52s Oct 13 04:01:28.892 INFO kablam! su: No module specific data is present Oct 13 04:01:30.142 INFO running `"docker" "rm" "-f" "6c1345ed0a202ad5520c796efdb7f685fd08332a5f63813950ffe71c0fd2495e"` Oct 13 04:01:30.479 INFO blam! 6c1345ed0a202ad5520c796efdb7f685fd08332a5f63813950ffe71c0fd2495e Oct 13 04:01:30.491 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 13 04:01:30.880 INFO blam! 7ca682af3697ced5c1889bdc91e85ed0d5162e3addd1c343a5c4380ffed510cd Oct 13 04:01:30.882 INFO running `"docker" "start" "-a" "7ca682af3697ced5c1889bdc91e85ed0d5162e3addd1c343a5c4380ffed510cd"` Oct 13 04:01:32.893 INFO kablam! usermod: no changes Oct 13 04:01:33.123 INFO kablam! Compiling kaiwa v0.1.0 (/source) Oct 13 04:01:35.039 INFO kablam! warning: unused `#[macro_use]` import Oct 13 04:01:35.039 INFO kablam! --> src/main.rs:7:1 Oct 13 04:01:35.039 INFO kablam! | Oct 13 04:01:35.039 INFO kablam! 7 | #[macro_use] Oct 13 04:01:35.039 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:01:35.039 INFO kablam! | Oct 13 04:01:35.039 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:01:35.039 INFO kablam! Oct 13 04:01:35.039 INFO kablam! warning: unused `#[macro_use]` import Oct 13 04:01:35.039 INFO kablam! --> src/main.rs:15:1 Oct 13 04:01:35.039 INFO kablam! | Oct 13 04:01:35.039 INFO kablam! 15 | #[macro_use] Oct 13 04:01:35.039 INFO kablam! | ^^^^^^^^^^^^ Oct 13 04:01:35.039 INFO kablam! Oct 13 04:01:35.039 INFO kablam! warning: unused import: `chrono::Utc` Oct 13 04:01:35.039 INFO kablam! --> src/kaiwa/controllers/comments.rs:1:5 Oct 13 04:01:35.039 INFO kablam! | Oct 13 04:01:35.039 INFO kablam! 1 | use chrono::Utc; Oct 13 04:01:35.039 INFO kablam! | ^^^^^^^^^^^ Oct 13 04:01:35.039 INFO kablam! Oct 13 04:01:35.039 INFO kablam! warning: unused import: `kaiwa::db::Conn` Oct 13 04:01:35.039 INFO kablam! --> src/kaiwa/models/comment.rs:2:5 Oct 13 04:01:35.039 INFO kablam! | Oct 13 04:01:35.039 INFO kablam! 2 | use kaiwa::db::Conn; Oct 13 04:01:35.039 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 04:01:35.039 INFO kablam! Oct 13 04:01:36.031 INFO kablam! warning: unused variable: `site` Oct 13 04:01:36.031 INFO kablam! --> src/kaiwa/controllers/comments.rs:14:5 Oct 13 04:01:36.031 INFO kablam! | Oct 13 04:01:36.031 INFO kablam! 14 | site: String, Oct 13 04:01:36.031 INFO kablam! | ^^^^ help: consider using `_site` instead Oct 13 04:01:36.031 INFO kablam! | Oct 13 04:01:36.031 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:01:36.031 INFO kablam! Oct 13 04:01:36.031 INFO kablam! warning: unused variable: `page` Oct 13 04:01:36.031 INFO kablam! --> src/kaiwa/controllers/comments.rs:15:5 Oct 13 04:01:36.031 INFO kablam! | Oct 13 04:01:36.031 INFO kablam! 15 | page: String, Oct 13 04:01:36.031 INFO kablam! | ^^^^ help: consider using `_page` instead Oct 13 04:01:36.031 INFO kablam! Oct 13 04:01:36.031 INFO kablam! warning: unused variable: `site` Oct 13 04:01:36.031 INFO kablam! --> src/kaiwa/controllers/comments.rs:28:13 Oct 13 04:01:36.031 INFO kablam! | Oct 13 04:01:36.031 INFO kablam! 28 | pub fn read(site: String, page: String, comment_id: i32, conn: Conn) -> Json { Oct 13 04:01:36.031 INFO kablam! | ^^^^ help: consider using `_site` instead Oct 13 04:01:36.031 INFO kablam! Oct 13 04:01:36.031 INFO kablam! warning: unused variable: `page` Oct 13 04:01:36.031 INFO kablam! --> src/kaiwa/controllers/comments.rs:28:27 Oct 13 04:01:36.031 INFO kablam! | Oct 13 04:01:36.031 INFO kablam! 28 | pub fn read(site: String, page: String, comment_id: i32, conn: Conn) -> Json { Oct 13 04:01:36.031 INFO kablam! | ^^^^ help: consider using `_page` instead Oct 13 04:01:36.031 INFO kablam! Oct 13 04:01:36.251 INFO kablam! warning: struct is never constructed: `Error` Oct 13 04:01:36.251 INFO kablam! --> src/kaiwa/error.rs:1:1 Oct 13 04:01:36.251 INFO kablam! | Oct 13 04:01:36.251 INFO kablam! 1 | struct Error; Oct 13 04:01:36.251 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 04:01:36.251 INFO kablam! | Oct 13 04:01:36.251 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:01:36.251 INFO kablam! Oct 13 04:01:40.375 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.47s Oct 13 04:01:40.382 INFO kablam! su: No module specific data is present Oct 13 04:01:40.987 INFO running `"docker" "rm" "-f" "7ca682af3697ced5c1889bdc91e85ed0d5162e3addd1c343a5c4380ffed510cd"` Oct 13 04:01:41.355 INFO blam! 7ca682af3697ced5c1889bdc91e85ed0d5162e3addd1c343a5c4380ffed510cd Oct 13 04:01:41.371 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 13 04:01:41.752 INFO blam! 27cbbba082189e852609d046237e0fb2ce06ef8a446c70bd7368537bf7d6df41 Oct 13 04:01:41.754 INFO running `"docker" "start" "-a" "27cbbba082189e852609d046237e0fb2ce06ef8a446c70bd7368537bf7d6df41"` Oct 13 04:01:43.181 INFO kablam! usermod: no changes Oct 13 04:01:43.471 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.27s Oct 13 04:01:43.503 INFO kablam! Running /target/debug/deps/kaiwa-192ce747f649b7c6 Oct 13 04:01:43.546 INFO blam! Oct 13 04:01:43.547 INFO blam! running 1 test Oct 13 04:01:43.555 INFO blam! test kaiwa::lib::hash::test::test_correctness ... ok Oct 13 04:01:43.555 INFO kablam! su: No module specific data is present Oct 13 04:01:43.556 INFO blam! Oct 13 04:01:43.556 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 04:01:43.556 INFO blam! Oct 13 04:01:44.306 INFO running `"docker" "rm" "-f" "27cbbba082189e852609d046237e0fb2ce06ef8a446c70bd7368537bf7d6df41"` Oct 13 04:01:44.571 INFO blam! 27cbbba082189e852609d046237e0fb2ce06ef8a446c70bd7368537bf7d6df41