Oct 10 16:46:01.232 INFO testing piedoom/kaiwa against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:46:01.232 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:46:01.232 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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:46:01.682 INFO blam! bbb3f34bf2a4d13f32f6304aa870ddd26beeb0ed4ec9561367bb46d04a690bb1 Oct 10 16:46:01.685 INFO running `"docker" "start" "-a" "bbb3f34bf2a4d13f32f6304aa870ddd26beeb0ed4ec9561367bb46d04a690bb1"` Oct 10 16:46:02.772 INFO kablam! usermod: no changes Oct 10 16:46:03.112 INFO kablam! Compiling chrono v0.4.6 Oct 10 16:46:03.112 INFO kablam! Compiling regex v1.0.5 Oct 10 16:46:07.715 INFO kablam! Compiling diesel v1.3.3 Oct 10 16:46:15.674 INFO kablam! Compiling dotenv v0.13.0 Oct 10 16:47:00.462 INFO kablam! Compiling kaiwa v0.1.0 (/source) Oct 10 16:47:05.515 INFO kablam! warning: unused `#[macro_use]` import Oct 10 16:47:05.515 INFO kablam! --> src/main.rs:7:1 Oct 10 16:47:05.515 INFO kablam! | Oct 10 16:47:05.515 INFO kablam! 7 | #[macro_use] Oct 10 16:47:05.515 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:47:05.515 INFO kablam! | Oct 10 16:47:05.515 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:47:05.515 INFO kablam! Oct 10 16:47:05.515 INFO kablam! warning: unused `#[macro_use]` import Oct 10 16:47:05.515 INFO kablam! --> src/main.rs:15:1 Oct 10 16:47:05.515 INFO kablam! | Oct 10 16:47:05.515 INFO kablam! 15 | #[macro_use] Oct 10 16:47:05.515 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:47:05.515 INFO kablam! Oct 10 16:47:05.515 INFO kablam! warning: unused import: `chrono::Utc` Oct 10 16:47:05.515 INFO kablam! --> src/kaiwa/controllers/comments.rs:1:5 Oct 10 16:47:05.515 INFO kablam! | Oct 10 16:47:05.515 INFO kablam! 1 | use chrono::Utc; Oct 10 16:47:05.515 INFO kablam! | ^^^^^^^^^^^ Oct 10 16:47:05.515 INFO kablam! Oct 10 16:47:05.515 INFO kablam! warning: unused import: `kaiwa::db::Conn` Oct 10 16:47:05.515 INFO kablam! --> src/kaiwa/models/comment.rs:2:5 Oct 10 16:47:05.515 INFO kablam! | Oct 10 16:47:05.515 INFO kablam! 2 | use kaiwa::db::Conn; Oct 10 16:47:05.515 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:47:05.515 INFO kablam! Oct 10 16:47:06.685 INFO kablam! warning: unused variable: `site` Oct 10 16:47:06.685 INFO kablam! --> src/kaiwa/controllers/comments.rs:14:5 Oct 10 16:47:06.685 INFO kablam! | Oct 10 16:47:06.685 INFO kablam! 14 | site: String, Oct 10 16:47:06.685 INFO kablam! | ^^^^ help: consider using `_site` instead Oct 10 16:47:06.685 INFO kablam! | Oct 10 16:47:06.685 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:47:06.685 INFO kablam! Oct 10 16:47:06.685 INFO kablam! warning: unused variable: `page` Oct 10 16:47:06.685 INFO kablam! --> src/kaiwa/controllers/comments.rs:15:5 Oct 10 16:47:06.685 INFO kablam! | Oct 10 16:47:06.685 INFO kablam! 15 | page: String, Oct 10 16:47:06.685 INFO kablam! | ^^^^ help: consider using `_page` instead Oct 10 16:47:06.685 INFO kablam! Oct 10 16:47:06.686 INFO kablam! warning: unused variable: `site` Oct 10 16:47:06.686 INFO kablam! --> src/kaiwa/controllers/comments.rs:28:13 Oct 10 16:47:06.686 INFO kablam! | Oct 10 16:47:06.686 INFO kablam! 28 | pub fn read(site: String, page: String, comment_id: i32, conn: Conn) -> Json { Oct 10 16:47:06.686 INFO kablam! | ^^^^ help: consider using `_site` instead Oct 10 16:47:06.686 INFO kablam! Oct 10 16:47:06.686 INFO kablam! warning: unused variable: `page` Oct 10 16:47:06.686 INFO kablam! --> src/kaiwa/controllers/comments.rs:28:27 Oct 10 16:47:06.686 INFO kablam! | Oct 10 16:47:06.686 INFO kablam! 28 | pub fn read(site: String, page: String, comment_id: i32, conn: Conn) -> Json { Oct 10 16:47:06.686 INFO kablam! | ^^^^ help: consider using `_page` instead Oct 10 16:47:06.686 INFO kablam! Oct 10 16:47:06.948 INFO kablam! warning: struct is never constructed: `Error` Oct 10 16:47:06.948 INFO kablam! --> src/kaiwa/error.rs:1:1 Oct 10 16:47:06.948 INFO kablam! | Oct 10 16:47:06.948 INFO kablam! 1 | struct Error; Oct 10 16:47:06.948 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:47:06.948 INFO kablam! | Oct 10 16:47:06.948 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:47:06.948 INFO kablam! Oct 10 16:47:12.892 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Oct 10 16:47:12.897 INFO kablam! su: No module specific data is present Oct 10 16:47:13.932 INFO running `"docker" "rm" "-f" "bbb3f34bf2a4d13f32f6304aa870ddd26beeb0ed4ec9561367bb46d04a690bb1"` Oct 10 16:47:14.236 INFO blam! bbb3f34bf2a4d13f32f6304aa870ddd26beeb0ed4ec9561367bb46d04a690bb1 Oct 10 16:47:14.244 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:47:14.244 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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:47:14.586 INFO blam! e3cc4d9356f13a564fb59ac1e316d4eb6e8c87db9233259a16d7cec1c4cbd870 Oct 10 16:47:14.588 INFO running `"docker" "start" "-a" "e3cc4d9356f13a564fb59ac1e316d4eb6e8c87db9233259a16d7cec1c4cbd870"` Oct 10 16:47:16.281 INFO kablam! usermod: no changes Oct 10 16:47:16.511 INFO kablam! Compiling kaiwa v0.1.0 (/source) Oct 10 16:47:21.071 INFO kablam! warning: unused `#[macro_use]` import Oct 10 16:47:21.071 INFO kablam! --> src/main.rs:7:1 Oct 10 16:47:21.072 INFO kablam! | Oct 10 16:47:21.072 INFO kablam! 7 | #[macro_use] Oct 10 16:47:21.072 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:47:21.072 INFO kablam! | Oct 10 16:47:21.073 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:47:21.073 INFO kablam! Oct 10 16:47:21.073 INFO kablam! warning: unused `#[macro_use]` import Oct 10 16:47:21.074 INFO kablam! --> src/main.rs:15:1 Oct 10 16:47:21.074 INFO kablam! | Oct 10 16:47:21.074 INFO kablam! 15 | #[macro_use] Oct 10 16:47:21.074 INFO kablam! | ^^^^^^^^^^^^ Oct 10 16:47:21.075 INFO kablam! Oct 10 16:47:21.075 INFO kablam! warning: unused import: `chrono::Utc` Oct 10 16:47:21.075 INFO kablam! --> src/kaiwa/controllers/comments.rs:1:5 Oct 10 16:47:21.075 INFO kablam! | Oct 10 16:47:21.076 INFO kablam! 1 | use chrono::Utc; Oct 10 16:47:21.076 INFO kablam! | ^^^^^^^^^^^ Oct 10 16:47:21.076 INFO kablam! Oct 10 16:47:21.077 INFO kablam! warning: unused import: `kaiwa::db::Conn` Oct 10 16:47:21.077 INFO kablam! --> src/kaiwa/models/comment.rs:2:5 Oct 10 16:47:21.077 INFO kablam! | Oct 10 16:47:21.077 INFO kablam! 2 | use kaiwa::db::Conn; Oct 10 16:47:21.078 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 16:47:21.078 INFO kablam! Oct 10 16:47:21.945 INFO kablam! warning: unused variable: `site` Oct 10 16:47:21.945 INFO kablam! --> src/kaiwa/controllers/comments.rs:14:5 Oct 10 16:47:21.945 INFO kablam! | Oct 10 16:47:21.945 INFO kablam! 14 | site: String, Oct 10 16:47:21.948 INFO kablam! | ^^^^ help: consider using `_site` instead Oct 10 16:47:21.948 INFO kablam! | Oct 10 16:47:21.948 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:47:21.948 INFO kablam! Oct 10 16:47:21.948 INFO kablam! warning: unused variable: `page` Oct 10 16:47:21.948 INFO kablam! --> src/kaiwa/controllers/comments.rs:15:5 Oct 10 16:47:21.948 INFO kablam! | Oct 10 16:47:21.948 INFO kablam! 15 | page: String, Oct 10 16:47:21.948 INFO kablam! | ^^^^ help: consider using `_page` instead Oct 10 16:47:21.948 INFO kablam! Oct 10 16:47:21.948 INFO kablam! warning: unused variable: `site` Oct 10 16:47:21.948 INFO kablam! --> src/kaiwa/controllers/comments.rs:28:13 Oct 10 16:47:21.948 INFO kablam! | Oct 10 16:47:21.948 INFO kablam! 28 | pub fn read(site: String, page: String, comment_id: i32, conn: Conn) -> Json { Oct 10 16:47:21.948 INFO kablam! | ^^^^ help: consider using `_site` instead Oct 10 16:47:21.948 INFO kablam! Oct 10 16:47:21.948 INFO kablam! warning: unused variable: `page` Oct 10 16:47:21.948 INFO kablam! --> src/kaiwa/controllers/comments.rs:28:27 Oct 10 16:47:21.948 INFO kablam! | Oct 10 16:47:21.952 INFO kablam! 28 | pub fn read(site: String, page: String, comment_id: i32, conn: Conn) -> Json { Oct 10 16:47:21.952 INFO kablam! | ^^^^ help: consider using `_page` instead Oct 10 16:47:21.952 INFO kablam! Oct 10 16:47:22.209 INFO kablam! warning: struct is never constructed: `Error` Oct 10 16:47:22.209 INFO kablam! --> src/kaiwa/error.rs:1:1 Oct 10 16:47:22.209 INFO kablam! | Oct 10 16:47:22.210 INFO kablam! 1 | struct Error; Oct 10 16:47:22.210 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:47:22.210 INFO kablam! | Oct 10 16:47:22.210 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:47:22.211 INFO kablam! Oct 10 16:47:27.149 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.83s Oct 10 16:47:27.167 INFO kablam! su: No module specific data is present Oct 10 16:47:28.774 INFO running `"docker" "rm" "-f" "e3cc4d9356f13a564fb59ac1e316d4eb6e8c87db9233259a16d7cec1c4cbd870"` Oct 10 16:47:29.144 INFO blam! e3cc4d9356f13a564fb59ac1e316d4eb6e8c87db9233259a16d7cec1c4cbd870 Oct 10 16:47:29.150 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:47:29.150 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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:47:29.600 INFO blam! 32f523435fcd2c1eb3a1212b262b634df686827afbf1c59f2e95c2d60def1052 Oct 10 16:47:29.602 INFO running `"docker" "start" "-a" "32f523435fcd2c1eb3a1212b262b634df686827afbf1c59f2e95c2d60def1052"` Oct 10 16:47:32.005 INFO kablam! usermod: no changes Oct 10 16:47:32.250 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 10 16:47:32.272 INFO kablam! Running /target/debug/deps/kaiwa-192ce747f649b7c6 Oct 10 16:47:32.313 INFO blam! Oct 10 16:47:32.313 INFO blam! running 1 test Oct 10 16:47:32.320 INFO blam! test kaiwa::lib::hash::test::test_correctness ... ok Oct 10 16:47:32.320 INFO blam! Oct 10 16:47:32.320 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:47:32.320 INFO blam! Oct 10 16:47:32.353 INFO kablam! su: No module specific data is present Oct 10 16:47:33.568 INFO running `"docker" "rm" "-f" "32f523435fcd2c1eb3a1212b262b634df686827afbf1c59f2e95c2d60def1052"` Oct 10 16:47:33.918 INFO blam! 32f523435fcd2c1eb3a1212b262b634df686827afbf1c59f2e95c2d60def1052