Oct 21 21:19:49.460 INFO checking JALBAA/blog against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:19:49.462 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 21:19:49.792 INFO blam! 5cba8c1d05ccd16ca423dcf10b0eb2e11f519c05249c533f507891532df15488 Oct 21 21:19:49.796 INFO running `"docker" "start" "-a" "5cba8c1d05ccd16ca423dcf10b0eb2e11f519c05249c533f507891532df15488"` Oct 21 21:19:50.700 INFO kablam! usermod: no changes Oct 21 21:19:51.129 INFO kablam! Checking deunicode v0.4.2 Oct 21 21:19:51.132 INFO kablam! Checking pipeline v0.5.0 Oct 21 21:19:51.133 INFO kablam! Checking entities v1.0.1 Oct 21 21:19:51.135 INFO kablam! Checking base64 v0.5.2 Oct 21 21:19:51.137 INFO kablam! Compiling openssl-sys v0.9.35 Oct 21 21:19:51.140 INFO kablam! Checking twoway v0.1.8 Oct 21 21:19:51.149 INFO kablam! Compiling toml v0.4.6 Oct 21 21:19:52.568 INFO kablam! Compiling hyper v0.10.13 Oct 21 21:19:52.892 INFO kablam! Checking slug v0.1.4 Oct 21 21:19:53.737 INFO kablam! Checking error-chain v0.10.0 Oct 21 21:19:54.412 INFO kablam! Checking handlebars v0.32.4 Oct 21 21:19:55.724 INFO kablam! Checking comrak v0.3.0 Oct 21 21:19:55.882 INFO kablam! Checking tera v0.11.16 Oct 21 21:20:03.180 INFO kablam! Checking markdown v0.2.0 Oct 21 21:20:03.340 INFO kablam! Checking tera v0.10.10 Oct 21 21:20:03.670 INFO kablam! Compiling openssl v0.9.24 Oct 21 21:20:04.088 INFO kablam! Checking tokio v0.1.8 Oct 21 21:20:07.775 INFO kablam! Checking rocket v0.3.16 Oct 21 21:20:20.792 INFO kablam! Checking tokio-core v0.1.17 Oct 21 21:20:21.125 INFO kablam! Checking native-tls v0.1.5 Oct 21 21:20:25.108 INFO kablam! Checking rocket_contrib v0.3.16 Oct 21 21:20:25.777 INFO kablam! Checking tokio-tls v0.1.4 Oct 21 21:20:28.588 INFO kablam! Checking websocket v0.20.3 Oct 21 21:20:35.616 INFO kablam! Compiling rocket_codegen v0.3.16 Oct 21 21:20:51.196 INFO kablam! Checking blog v0.1.0 (/source) Oct 21 21:20:58.292 INFO kablam! warning: unused import: `std::fmt::Display` Oct 21 21:20:58.292 INFO kablam! --> src/main.rs:15:5 Oct 21 21:20:58.292 INFO kablam! | Oct 21 21:20:58.292 INFO kablam! 15 | use std::fmt::Display; Oct 21 21:20:58.292 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 21:20:58.292 INFO kablam! | Oct 21 21:20:58.292 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:20:58.292 INFO kablam! Oct 21 21:20:58.292 INFO kablam! warning: unused import: `rocket::fairing::AdHoc` Oct 21 21:20:58.292 INFO kablam! --> src/main.rs:21:5 Oct 21 21:20:58.292 INFO kablam! | Oct 21 21:20:58.292 INFO kablam! 21 | use rocket::fairing::AdHoc; Oct 21 21:20:58.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:58.293 INFO kablam! Oct 21 21:20:58.293 INFO kablam! warning: unused import: `Ordering` Oct 21 21:20:58.293 INFO kablam! --> src/main.rs:22:38 Oct 21 21:20:58.293 INFO kablam! | Oct 21 21:20:58.293 INFO kablam! 22 | use std::sync::atomic::{AtomicUsize, Ordering}; Oct 21 21:20:58.293 INFO kablam! | ^^^^^^^^ Oct 21 21:20:58.293 INFO kablam! Oct 21 21:20:58.293 INFO kablam! warning: unused import: `DirEntry` Oct 21 21:20:58.293 INFO kablam! --> src/router/article/mod.rs:4:21 Oct 21 21:20:58.293 INFO kablam! | Oct 21 21:20:58.293 INFO kablam! 4 | use std::fs::{self, DirEntry}; Oct 21 21:20:58.293 INFO kablam! | ^^^^^^^^ Oct 21 21:20:58.293 INFO kablam! Oct 21 21:20:58.293 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 21 21:20:58.293 INFO kablam! --> src/router/mod.rs:23:5 Oct 21 21:20:58.293 INFO kablam! | Oct 21 21:20:58.293 INFO kablam! 23 | use std::collections::HashMap; Oct 21 21:20:58.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:58.293 INFO kablam! Oct 21 21:20:58.293 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 21 21:20:58.293 INFO kablam! --> src/router/mod.rs:57:5 Oct 21 21:20:58.293 INFO kablam! | Oct 21 21:20:58.293 INFO kablam! 57 | use std::io::prelude::*; Oct 21 21:20:58.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:58.293 INFO kablam! Oct 21 21:20:58.424 INFO kablam! warning: unused import: `std::fmt::Display` Oct 21 21:20:58.424 INFO kablam! --> src/main.rs:15:5 Oct 21 21:20:58.424 INFO kablam! | Oct 21 21:20:58.424 INFO kablam! 15 | use std::fmt::Display; Oct 21 21:20:58.424 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 21:20:58.424 INFO kablam! | Oct 21 21:20:58.424 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:20:58.424 INFO kablam! Oct 21 21:20:58.424 INFO kablam! warning: unused import: `rocket::fairing::AdHoc` Oct 21 21:20:58.424 INFO kablam! --> src/main.rs:21:5 Oct 21 21:20:58.424 INFO kablam! | Oct 21 21:20:58.424 INFO kablam! 21 | use rocket::fairing::AdHoc; Oct 21 21:20:58.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:58.424 INFO kablam! Oct 21 21:20:58.424 INFO kablam! warning: unused import: `Ordering` Oct 21 21:20:58.425 INFO kablam! --> src/main.rs:22:38 Oct 21 21:20:58.425 INFO kablam! | Oct 21 21:20:58.425 INFO kablam! 22 | use std::sync::atomic::{AtomicUsize, Ordering}; Oct 21 21:20:58.425 INFO kablam! | ^^^^^^^^ Oct 21 21:20:58.425 INFO kablam! Oct 21 21:20:58.425 INFO kablam! warning: unused import: `DirEntry` Oct 21 21:20:58.425 INFO kablam! --> src/router/article/mod.rs:4:21 Oct 21 21:20:58.425 INFO kablam! | Oct 21 21:20:58.425 INFO kablam! 4 | use std::fs::{self, DirEntry}; Oct 21 21:20:58.425 INFO kablam! | ^^^^^^^^ Oct 21 21:20:58.425 INFO kablam! Oct 21 21:20:58.425 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 21 21:20:58.425 INFO kablam! --> src/router/mod.rs:23:5 Oct 21 21:20:58.425 INFO kablam! | Oct 21 21:20:58.425 INFO kablam! 23 | use std::collections::HashMap; Oct 21 21:20:58.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:58.425 INFO kablam! Oct 21 21:20:58.436 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 21 21:20:58.436 INFO kablam! --> src/router/mod.rs:57:5 Oct 21 21:20:58.436 INFO kablam! | Oct 21 21:20:58.436 INFO kablam! 57 | use std::io::prelude::*; Oct 21 21:20:58.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:58.436 INFO kablam! Oct 21 21:20:58.736 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 21 21:20:58.736 INFO kablam! --> src/router/mod.rs:110:21 Oct 21 21:20:58.736 INFO kablam! | Oct 21 21:20:58.736 INFO kablam! 110 | context.add("articles", &c.articles) Oct 21 21:20:58.736 INFO kablam! | ^^^ Oct 21 21:20:58.736 INFO kablam! | Oct 21 21:20:58.736 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 21:20:58.736 INFO kablam! Oct 21 21:20:58.744 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 21 21:20:58.744 INFO kablam! --> src/router/mod.rs:139:21 Oct 21 21:20:58.744 INFO kablam! | Oct 21 21:20:58.744 INFO kablam! 139 | context.add("content", &c); Oct 21 21:20:58.744 INFO kablam! | ^^^ Oct 21 21:20:58.744 INFO kablam! Oct 21 21:20:58.844 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 21 21:20:58.844 INFO kablam! --> src/router/article/mod.rs:158:13 Oct 21 21:20:58.844 INFO kablam! | Oct 21 21:20:58.844 INFO kablam! 158 | context.add("markdown_body", &r); Oct 21 21:20:58.844 INFO kablam! | ^^^ Oct 21 21:20:58.844 INFO kablam! Oct 21 21:20:58.844 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 21 21:20:58.844 INFO kablam! --> src/router/article/mod.rs:159:13 Oct 21 21:20:58.844 INFO kablam! | Oct 21 21:20:58.844 INFO kablam! 159 | context.add("menu", &get_file_list().unwrap()); Oct 21 21:20:58.844 INFO kablam! | ^^^ Oct 21 21:20:58.844 INFO kablam! Oct 21 21:20:58.858 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 21 21:20:58.858 INFO kablam! --> src/router/mod.rs:110:21 Oct 21 21:20:58.858 INFO kablam! | Oct 21 21:20:58.858 INFO kablam! 110 | context.add("articles", &c.articles) Oct 21 21:20:58.858 INFO kablam! | ^^^ Oct 21 21:20:58.858 INFO kablam! | Oct 21 21:20:58.858 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 21:20:58.858 INFO kablam! Oct 21 21:20:58.858 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 21 21:20:58.858 INFO kablam! --> src/router/mod.rs:139:21 Oct 21 21:20:58.858 INFO kablam! | Oct 21 21:20:58.858 INFO kablam! 139 | context.add("content", &c); Oct 21 21:20:58.858 INFO kablam! | ^^^ Oct 21 21:20:58.858 INFO kablam! Oct 21 21:20:58.864 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 21 21:20:58.864 INFO kablam! --> src/global/mod.rs:36:13 Oct 21 21:20:58.864 INFO kablam! | Oct 21 21:20:58.864 INFO kablam! 36 | context.add("uri", &uri_info.as_str()); Oct 21 21:20:58.864 INFO kablam! | ^^^ Oct 21 21:20:58.864 INFO kablam! Oct 21 21:20:58.864 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 21 21:20:58.864 INFO kablam! --> src/global/mod.rs:37:13 Oct 21 21:20:58.864 INFO kablam! | Oct 21 21:20:58.864 INFO kablam! 37 | context.add("nav_info", &*nav.lock().unwrap()); Oct 21 21:20:58.864 INFO kablam! | ^^^ Oct 21 21:20:58.864 INFO kablam! Oct 21 21:20:58.900 INFO kablam! warning: unused variable: `article` Oct 21 21:20:58.900 INFO kablam! --> src/router/article/mod.rs:118:9 Oct 21 21:20:58.900 INFO kablam! | Oct 21 21:20:58.900 INFO kablam! 118 | for article in files { Oct 21 21:20:58.900 INFO kablam! | ^^^^^^^ help: consider using `_article` instead Oct 21 21:20:58.900 INFO kablam! | Oct 21 21:20:58.900 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:20:58.900 INFO kablam! Oct 21 21:20:58.901 INFO kablam! warning: unused variable: `other` Oct 21 21:20:58.901 INFO kablam! --> src/router/article/mod.rs:32:18 Oct 21 21:20:58.901 INFO kablam! | Oct 21 21:20:58.901 INFO kablam! 32 | fn eq(&self, other: &Cat) -> bool { Oct 21 21:20:58.901 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:20:58.901 INFO kablam! Oct 21 21:20:58.928 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 21 21:20:58.928 INFO kablam! --> src/router/article/mod.rs:158:13 Oct 21 21:20:58.928 INFO kablam! | Oct 21 21:20:58.928 INFO kablam! 158 | context.add("markdown_body", &r); Oct 21 21:20:58.928 INFO kablam! | ^^^ Oct 21 21:20:58.928 INFO kablam! Oct 21 21:20:58.928 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 21 21:20:58.929 INFO kablam! --> src/router/article/mod.rs:159:13 Oct 21 21:20:58.929 INFO kablam! | Oct 21 21:20:58.929 INFO kablam! 159 | context.add("menu", &get_file_list().unwrap()); Oct 21 21:20:58.929 INFO kablam! | ^^^ Oct 21 21:20:58.929 INFO kablam! Oct 21 21:20:58.956 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 21 21:20:58.956 INFO kablam! --> src/global/mod.rs:36:13 Oct 21 21:20:58.956 INFO kablam! | Oct 21 21:20:58.956 INFO kablam! 36 | context.add("uri", &uri_info.as_str()); Oct 21 21:20:58.956 INFO kablam! | ^^^ Oct 21 21:20:58.956 INFO kablam! Oct 21 21:20:58.956 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 21 21:20:58.956 INFO kablam! --> src/global/mod.rs:37:13 Oct 21 21:20:58.956 INFO kablam! | Oct 21 21:20:58.956 INFO kablam! 37 | context.add("nav_info", &*nav.lock().unwrap()); Oct 21 21:20:58.956 INFO kablam! | ^^^ Oct 21 21:20:58.956 INFO kablam! Oct 21 21:20:59.004 INFO kablam! warning: unused variable: `article` Oct 21 21:20:59.004 INFO kablam! --> src/router/article/mod.rs:118:9 Oct 21 21:20:59.004 INFO kablam! | Oct 21 21:20:59.004 INFO kablam! 118 | for article in files { Oct 21 21:20:59.004 INFO kablam! | ^^^^^^^ help: consider using `_article` instead Oct 21 21:20:59.004 INFO kablam! | Oct 21 21:20:59.004 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:20:59.004 INFO kablam! Oct 21 21:20:59.004 INFO kablam! warning: unused variable: `other` Oct 21 21:20:59.004 INFO kablam! --> src/router/article/mod.rs:32:18 Oct 21 21:20:59.004 INFO kablam! | Oct 21 21:20:59.004 INFO kablam! 32 | fn eq(&self, other: &Cat) -> bool { Oct 21 21:20:59.004 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 21 21:20:59.004 INFO kablam! Oct 21 21:20:59.048 INFO kablam! warning: variable does not need to be mutable Oct 21 21:20:59.048 INFO kablam! --> src/router/mod.rs:95:6 Oct 21 21:20:59.048 INFO kablam! | Oct 21 21:20:59.048 INFO kablam! 95 | let mut c:Config = toml::from_str(&contents[..]).unwrap(); Oct 21 21:20:59.048 INFO kablam! | ----^ Oct 21 21:20:59.048 INFO kablam! | | Oct 21 21:20:59.048 INFO kablam! | help: remove this `mut` Oct 21 21:20:59.048 INFO kablam! | Oct 21 21:20:59.048 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 21:20:59.048 INFO kablam! Oct 21 21:20:59.076 INFO kablam! warning: variable does not need to be mutable Oct 21 21:20:59.076 INFO kablam! --> src/router/article/mod.rs:114:9 Oct 21 21:20:59.076 INFO kablam! | Oct 21 21:20:59.076 INFO kablam! 114 | let mut menu = Menu { Oct 21 21:20:59.076 INFO kablam! | ----^^^^ Oct 21 21:20:59.076 INFO kablam! | | Oct 21 21:20:59.076 INFO kablam! | help: remove this `mut` Oct 21 21:20:59.076 INFO kablam! Oct 21 21:20:59.112 INFO kablam! warning: variable does not need to be mutable Oct 21 21:20:59.112 INFO kablam! --> src/router/mod.rs:95:6 Oct 21 21:20:59.112 INFO kablam! | Oct 21 21:20:59.112 INFO kablam! 95 | let mut c:Config = toml::from_str(&contents[..]).unwrap(); Oct 21 21:20:59.112 INFO kablam! | ----^ Oct 21 21:20:59.112 INFO kablam! | | Oct 21 21:20:59.112 INFO kablam! | help: remove this `mut` Oct 21 21:20:59.112 INFO kablam! | Oct 21 21:20:59.112 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 21:20:59.112 INFO kablam! Oct 21 21:20:59.116 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:59.116 INFO kablam! --> src/router/mod.rs:93:2 Oct 21 21:20:59.116 INFO kablam! | Oct 21 21:20:59.116 INFO kablam! 93 | f.read_to_string(&mut contents); Oct 21 21:20:59.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:59.116 INFO kablam! | Oct 21 21:20:59.116 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:20:59.116 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:59.116 INFO kablam! Oct 21 21:20:59.116 INFO kablam! warning: variable `prevIdx` should have a snake case name such as `prev_idx` Oct 21 21:20:59.116 INFO kablam! --> src/router/mod.rs:97:9 Oct 21 21:20:59.116 INFO kablam! | Oct 21 21:20:59.116 INFO kablam! 97 | let mut prevIdx = 0; Oct 21 21:20:59.116 INFO kablam! | ^^^^^^^^^^^ Oct 21 21:20:59.116 INFO kablam! | Oct 21 21:20:59.116 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 21:20:59.116 INFO kablam! Oct 21 21:20:59.132 INFO kablam! warning: variable does not need to be mutable Oct 21 21:20:59.132 INFO kablam! --> src/router/article/mod.rs:114:9 Oct 21 21:20:59.132 INFO kablam! | Oct 21 21:20:59.132 INFO kablam! 114 | let mut menu = Menu { Oct 21 21:20:59.132 INFO kablam! | ----^^^^ Oct 21 21:20:59.132 INFO kablam! | | Oct 21 21:20:59.132 INFO kablam! | help: remove this `mut` Oct 21 21:20:59.132 INFO kablam! Oct 21 21:20:59.168 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:20:59.168 INFO kablam! --> src/router/mod.rs:93:2 Oct 21 21:20:59.168 INFO kablam! | Oct 21 21:20:59.168 INFO kablam! 93 | f.read_to_string(&mut contents); Oct 21 21:20:59.168 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:20:59.168 INFO kablam! | Oct 21 21:20:59.168 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:20:59.168 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:20:59.168 INFO kablam! Oct 21 21:20:59.168 INFO kablam! warning: variable `prevIdx` should have a snake case name such as `prev_idx` Oct 21 21:20:59.168 INFO kablam! --> src/router/mod.rs:97:9 Oct 21 21:20:59.168 INFO kablam! | Oct 21 21:20:59.168 INFO kablam! 97 | let mut prevIdx = 0; Oct 21 21:20:59.168 INFO kablam! | ^^^^^^^^^^^ Oct 21 21:20:59.168 INFO kablam! | Oct 21 21:20:59.168 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 21:20:59.168 INFO kablam! Oct 21 21:20:59.252 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 08s Oct 21 21:20:59.276 INFO kablam! su: No module specific data is present Oct 21 21:20:59.705 INFO running `"docker" "rm" "-f" "5cba8c1d05ccd16ca423dcf10b0eb2e11f519c05249c533f507891532df15488"` Oct 21 21:20:59.912 INFO blam! 5cba8c1d05ccd16ca423dcf10b0eb2e11f519c05249c533f507891532df15488