Oct 15 10:02:56.902 INFO testing JALBAA/blog against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:02:56.903 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 10:02:57.267 INFO blam! 6b3a33a9281c12398d6bcf7445b8de5bec37bcd7d72f7c7654d11930a83684e4 Oct 15 10:02:57.269 INFO running `"docker" "start" "-a" "6b3a33a9281c12398d6bcf7445b8de5bec37bcd7d72f7c7654d11930a83684e4"` Oct 15 10:02:57.882 INFO kablam! usermod: no changes Oct 15 10:02:58.327 INFO kablam! Compiling pipeline v0.5.0 Oct 15 10:02:58.327 INFO kablam! Compiling typed-arena v1.4.1 Oct 15 10:02:58.343 INFO kablam! Compiling base64 v0.5.2 Oct 15 10:02:58.343 INFO kablam! Compiling openssl-sys v0.9.35 Oct 15 10:02:58.355 INFO kablam! Compiling mio v0.6.16 Oct 15 10:02:58.355 INFO kablam! Compiling aho-corasick v0.6.8 Oct 15 10:02:58.356 INFO kablam! Compiling twoway v0.1.8 Oct 15 10:02:58.356 INFO kablam! Compiling tokio-io v0.1.8 Oct 15 10:02:59.691 INFO kablam! Compiling backtrace v0.3.9 Oct 15 10:03:00.224 INFO kablam! Compiling chrono v0.4.6 Oct 15 10:03:03.945 INFO kablam! Compiling parking_lot_core v0.3.1 Oct 15 10:03:03.952 INFO kablam! Compiling regex v0.2.11 Oct 15 10:03:03.953 INFO kablam! Compiling regex v1.0.5 Oct 15 10:03:08.325 INFO kablam! Compiling tokio-threadpool v0.1.6 Oct 15 10:03:08.737 INFO kablam! Compiling error-chain v0.10.0 Oct 15 10:03:11.252 INFO kablam! Compiling error-chain v0.12.0 Oct 15 10:03:16.669 INFO kablam! Compiling markdown v0.2.0 Oct 15 10:03:21.520 INFO kablam! Compiling openssl v0.9.24 Oct 15 10:03:21.554 INFO kablam! Compiling tokio-codec v0.1.0 Oct 15 10:03:25.019 INFO kablam! Compiling parking_lot v0.6.4 Oct 15 10:03:25.091 INFO kablam! Compiling mio-uds v0.6.7 Oct 15 10:03:29.051 INFO kablam! Compiling tokio-fs v0.1.3 Oct 15 10:03:43.959 INFO kablam! Compiling tokio-reactor v0.1.5 Oct 15 10:03:44.312 INFO kablam! Compiling tera v0.10.10 Oct 15 10:03:47.607 INFO kablam! Compiling tera v0.11.16 Oct 15 10:03:47.607 INFO kablam! Compiling comrak v0.3.0 Oct 15 10:03:47.607 INFO kablam! Compiling handlebars v0.32.4 Oct 15 10:03:52.848 INFO kablam! Compiling tokio-udp v0.1.2 Oct 15 10:03:52.849 INFO kablam! Compiling tokio-tcp v0.1.1 Oct 15 10:03:52.851 INFO kablam! Compiling tokio-uds v0.2.1 Oct 15 10:04:05.011 INFO kablam! Compiling tokio v0.1.8 Oct 15 10:04:20.054 INFO kablam! Compiling native-tls v0.1.5 Oct 15 10:04:23.985 INFO kablam! Compiling tokio-core v0.1.17 Oct 15 10:04:24.991 INFO kablam! Compiling rocket_contrib v0.3.16 Oct 15 10:04:44.215 INFO kablam! Compiling tokio-tls v0.1.4 Oct 15 10:04:47.195 INFO kablam! Compiling websocket v0.20.3 Oct 15 10:04:54.895 INFO kablam! Compiling blog v0.1.0 (/source) Oct 15 10:05:00.135 INFO kablam! warning: unused import: `std::fmt::Display` Oct 15 10:05:00.135 INFO kablam! --> src/main.rs:15:5 Oct 15 10:05:00.135 INFO kablam! | Oct 15 10:05:00.135 INFO kablam! 15 | use std::fmt::Display; Oct 15 10:05:00.135 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:05:00.135 INFO kablam! | Oct 15 10:05:00.135 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:05:00.135 INFO kablam! Oct 15 10:05:00.135 INFO kablam! warning: unused import: `rocket::fairing::AdHoc` Oct 15 10:05:00.135 INFO kablam! --> src/main.rs:21:5 Oct 15 10:05:00.135 INFO kablam! | Oct 15 10:05:00.135 INFO kablam! 21 | use rocket::fairing::AdHoc; Oct 15 10:05:00.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:00.135 INFO kablam! Oct 15 10:05:00.135 INFO kablam! warning: unused import: `Ordering` Oct 15 10:05:00.135 INFO kablam! --> src/main.rs:22:38 Oct 15 10:05:00.135 INFO kablam! | Oct 15 10:05:00.135 INFO kablam! 22 | use std::sync::atomic::{AtomicUsize, Ordering}; Oct 15 10:05:00.135 INFO kablam! | ^^^^^^^^ Oct 15 10:05:00.135 INFO kablam! Oct 15 10:05:00.135 INFO kablam! warning: unused import: `DirEntry` Oct 15 10:05:00.135 INFO kablam! --> src/router/article/mod.rs:4:21 Oct 15 10:05:00.135 INFO kablam! | Oct 15 10:05:00.135 INFO kablam! 4 | use std::fs::{self, DirEntry}; Oct 15 10:05:00.135 INFO kablam! | ^^^^^^^^ Oct 15 10:05:00.135 INFO kablam! Oct 15 10:05:00.151 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 10:05:00.151 INFO kablam! --> src/router/mod.rs:23:5 Oct 15 10:05:00.151 INFO kablam! | Oct 15 10:05:00.151 INFO kablam! 23 | use std::collections::HashMap; Oct 15 10:05:00.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:00.151 INFO kablam! Oct 15 10:05:00.151 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 10:05:00.151 INFO kablam! --> src/router/mod.rs:57:5 Oct 15 10:05:00.151 INFO kablam! | Oct 15 10:05:00.151 INFO kablam! 57 | use std::io::prelude::*; Oct 15 10:05:00.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:00.151 INFO kablam! Oct 15 10:05:00.549 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 15 10:05:00.549 INFO kablam! --> src/router/mod.rs:110:21 Oct 15 10:05:00.549 INFO kablam! | Oct 15 10:05:00.549 INFO kablam! 110 | context.add("articles", &c.articles) Oct 15 10:05:00.549 INFO kablam! | ^^^ Oct 15 10:05:00.549 INFO kablam! | Oct 15 10:05:00.549 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 10:05:00.549 INFO kablam! Oct 15 10:05:00.555 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 15 10:05:00.555 INFO kablam! --> src/router/mod.rs:139:21 Oct 15 10:05:00.555 INFO kablam! | Oct 15 10:05:00.555 INFO kablam! 139 | context.add("content", &c); Oct 15 10:05:00.555 INFO kablam! | ^^^ Oct 15 10:05:00.557 INFO kablam! Oct 15 10:05:00.622 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 15 10:05:00.623 INFO kablam! --> src/router/article/mod.rs:158:13 Oct 15 10:05:00.624 INFO kablam! | Oct 15 10:05:00.624 INFO kablam! 158 | context.add("markdown_body", &r); Oct 15 10:05:00.625 INFO kablam! | ^^^ Oct 15 10:05:00.625 INFO kablam! Oct 15 10:05:00.626 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 15 10:05:00.626 INFO kablam! --> src/router/article/mod.rs:159:13 Oct 15 10:05:00.626 INFO kablam! | Oct 15 10:05:00.626 INFO kablam! 159 | context.add("menu", &get_file_list().unwrap()); Oct 15 10:05:00.626 INFO kablam! | ^^^ Oct 15 10:05:00.631 INFO kablam! Oct 15 10:05:00.663 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 15 10:05:00.664 INFO kablam! --> src/global/mod.rs:36:13 Oct 15 10:05:00.664 INFO kablam! | Oct 15 10:05:00.664 INFO kablam! 36 | context.add("uri", &uri_info.as_str()); Oct 15 10:05:00.665 INFO kablam! | ^^^ Oct 15 10:05:00.671 INFO kablam! Oct 15 10:05:00.671 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 15 10:05:00.671 INFO kablam! --> src/global/mod.rs:37:13 Oct 15 10:05:00.671 INFO kablam! | Oct 15 10:05:00.672 INFO kablam! 37 | context.add("nav_info", &*nav.lock().unwrap()); Oct 15 10:05:00.672 INFO kablam! | ^^^ Oct 15 10:05:00.672 INFO kablam! Oct 15 10:05:00.711 INFO kablam! warning: unused variable: `article` Oct 15 10:05:00.711 INFO kablam! --> src/router/article/mod.rs:118:9 Oct 15 10:05:00.713 INFO kablam! | Oct 15 10:05:00.713 INFO kablam! 118 | for article in files { Oct 15 10:05:00.713 INFO kablam! | ^^^^^^^ help: consider using `_article` instead Oct 15 10:05:00.713 INFO kablam! | Oct 15 10:05:00.713 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:05:00.713 INFO kablam! Oct 15 10:05:00.714 INFO kablam! warning: unused variable: `other` Oct 15 10:05:00.714 INFO kablam! --> src/router/article/mod.rs:32:18 Oct 15 10:05:00.719 INFO kablam! | Oct 15 10:05:00.719 INFO kablam! 32 | fn eq(&self, other: &Cat) -> bool { Oct 15 10:05:00.719 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 15 10:05:00.719 INFO kablam! Oct 15 10:05:00.815 INFO kablam! warning: variable does not need to be mutable Oct 15 10:05:00.815 INFO kablam! --> src/router/mod.rs:95:6 Oct 15 10:05:00.815 INFO kablam! | Oct 15 10:05:00.815 INFO kablam! 95 | let mut c:Config = toml::from_str(&contents[..]).unwrap(); Oct 15 10:05:00.815 INFO kablam! | ----^ Oct 15 10:05:00.815 INFO kablam! | | Oct 15 10:05:00.815 INFO kablam! | help: remove this `mut` Oct 15 10:05:00.815 INFO kablam! | Oct 15 10:05:00.815 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:05:00.815 INFO kablam! Oct 15 10:05:00.839 INFO kablam! warning: variable does not need to be mutable Oct 15 10:05:00.839 INFO kablam! --> src/router/article/mod.rs:114:9 Oct 15 10:05:00.839 INFO kablam! | Oct 15 10:05:00.840 INFO kablam! 114 | let mut menu = Menu { Oct 15 10:05:00.840 INFO kablam! | ----^^^^ Oct 15 10:05:00.840 INFO kablam! | | Oct 15 10:05:00.843 INFO kablam! | help: remove this `mut` Oct 15 10:05:00.843 INFO kablam! Oct 15 10:05:00.867 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:05:00.868 INFO kablam! --> src/router/mod.rs:93:2 Oct 15 10:05:00.868 INFO kablam! | Oct 15 10:05:00.868 INFO kablam! 93 | f.read_to_string(&mut contents); Oct 15 10:05:00.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:00.869 INFO kablam! | Oct 15 10:05:00.869 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:05:00.870 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:05:00.870 INFO kablam! Oct 15 10:05:00.870 INFO kablam! warning: variable `prevIdx` should have a snake case name such as `prev_idx` Oct 15 10:05:00.870 INFO kablam! --> src/router/mod.rs:97:9 Oct 15 10:05:00.871 INFO kablam! | Oct 15 10:05:00.871 INFO kablam! 97 | let mut prevIdx = 0; Oct 15 10:05:00.871 INFO kablam! | ^^^^^^^^^^^ Oct 15 10:05:00.872 INFO kablam! | Oct 15 10:05:00.872 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:05:00.872 INFO kablam! Oct 15 10:05:10.883 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 12s Oct 15 10:05:10.923 INFO kablam! su: No module specific data is present Oct 15 10:05:11.836 INFO running `"docker" "rm" "-f" "6b3a33a9281c12398d6bcf7445b8de5bec37bcd7d72f7c7654d11930a83684e4"` Oct 15 10:05:12.136 INFO blam! 6b3a33a9281c12398d6bcf7445b8de5bec37bcd7d72f7c7654d11930a83684e4 Oct 15 10:05:12.140 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 10:05:12.564 INFO blam! 36f74a8e98a60311116eeba70d7ce9b40dbd1c4c9ce800160457298e0f96845e Oct 15 10:05:12.569 INFO running `"docker" "start" "-a" "36f74a8e98a60311116eeba70d7ce9b40dbd1c4c9ce800160457298e0f96845e"` Oct 15 10:05:13.540 INFO kablam! usermod: no changes Oct 15 10:05:13.905 INFO kablam! Compiling blog v0.1.0 (/source) Oct 15 10:05:19.423 INFO kablam! warning: unused import: `std::fmt::Display` Oct 15 10:05:19.424 INFO kablam! --> src/main.rs:15:5 Oct 15 10:05:19.424 INFO kablam! | Oct 15 10:05:19.425 INFO kablam! 15 | use std::fmt::Display; Oct 15 10:05:19.425 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:05:19.425 INFO kablam! | Oct 15 10:05:19.425 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:05:19.426 INFO kablam! Oct 15 10:05:19.426 INFO kablam! warning: unused import: `rocket::fairing::AdHoc` Oct 15 10:05:19.426 INFO kablam! --> src/main.rs:21:5 Oct 15 10:05:19.427 INFO kablam! | Oct 15 10:05:19.427 INFO kablam! 21 | use rocket::fairing::AdHoc; Oct 15 10:05:19.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:19.428 INFO kablam! Oct 15 10:05:19.428 INFO kablam! warning: unused import: `Ordering` Oct 15 10:05:19.428 INFO kablam! --> src/main.rs:22:38 Oct 15 10:05:19.428 INFO kablam! | Oct 15 10:05:19.429 INFO kablam! 22 | use std::sync::atomic::{AtomicUsize, Ordering}; Oct 15 10:05:19.429 INFO kablam! | ^^^^^^^^ Oct 15 10:05:19.429 INFO kablam! Oct 15 10:05:19.430 INFO kablam! warning: unused import: `DirEntry` Oct 15 10:05:19.430 INFO kablam! --> src/router/article/mod.rs:4:21 Oct 15 10:05:19.430 INFO kablam! | Oct 15 10:05:19.431 INFO kablam! 4 | use std::fs::{self, DirEntry}; Oct 15 10:05:19.431 INFO kablam! | ^^^^^^^^ Oct 15 10:05:19.431 INFO kablam! Oct 15 10:05:19.431 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 10:05:19.432 INFO kablam! --> src/router/mod.rs:23:5 Oct 15 10:05:19.432 INFO kablam! | Oct 15 10:05:19.432 INFO kablam! 23 | use std::collections::HashMap; Oct 15 10:05:19.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:19.433 INFO kablam! Oct 15 10:05:19.433 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 10:05:19.433 INFO kablam! --> src/router/mod.rs:57:5 Oct 15 10:05:19.434 INFO kablam! | Oct 15 10:05:19.434 INFO kablam! 57 | use std::io::prelude::*; Oct 15 10:05:19.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:19.435 INFO kablam! Oct 15 10:05:19.867 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 15 10:05:19.868 INFO kablam! --> src/router/mod.rs:110:21 Oct 15 10:05:19.868 INFO kablam! | Oct 15 10:05:19.868 INFO kablam! 110 | context.add("articles", &c.articles) Oct 15 10:05:19.869 INFO kablam! | ^^^ Oct 15 10:05:19.869 INFO kablam! | Oct 15 10:05:19.869 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 10:05:19.870 INFO kablam! Oct 15 10:05:19.875 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 15 10:05:19.875 INFO kablam! --> src/router/mod.rs:139:21 Oct 15 10:05:19.875 INFO kablam! | Oct 15 10:05:19.875 INFO kablam! 139 | context.add("content", &c); Oct 15 10:05:19.875 INFO kablam! | ^^^ Oct 15 10:05:19.875 INFO kablam! Oct 15 10:05:19.955 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 15 10:05:19.955 INFO kablam! --> src/router/article/mod.rs:158:13 Oct 15 10:05:19.955 INFO kablam! | Oct 15 10:05:19.955 INFO kablam! 158 | context.add("markdown_body", &r); Oct 15 10:05:19.955 INFO kablam! | ^^^ Oct 15 10:05:19.955 INFO kablam! Oct 15 10:05:19.955 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 15 10:05:19.955 INFO kablam! --> src/router/article/mod.rs:159:13 Oct 15 10:05:19.955 INFO kablam! | Oct 15 10:05:19.955 INFO kablam! 159 | context.add("menu", &get_file_list().unwrap()); Oct 15 10:05:19.955 INFO kablam! | ^^^ Oct 15 10:05:19.955 INFO kablam! Oct 15 10:05:19.991 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 15 10:05:19.991 INFO kablam! --> src/global/mod.rs:36:13 Oct 15 10:05:19.991 INFO kablam! | Oct 15 10:05:19.991 INFO kablam! 36 | context.add("uri", &uri_info.as_str()); Oct 15 10:05:19.991 INFO kablam! | ^^^ Oct 15 10:05:19.991 INFO kablam! Oct 15 10:05:19.991 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 15 10:05:19.991 INFO kablam! --> src/global/mod.rs:37:13 Oct 15 10:05:19.991 INFO kablam! | Oct 15 10:05:19.991 INFO kablam! 37 | context.add("nav_info", &*nav.lock().unwrap()); Oct 15 10:05:19.991 INFO kablam! | ^^^ Oct 15 10:05:19.991 INFO kablam! Oct 15 10:05:20.043 INFO kablam! warning: unused variable: `article` Oct 15 10:05:20.043 INFO kablam! --> src/router/article/mod.rs:118:9 Oct 15 10:05:20.043 INFO kablam! | Oct 15 10:05:20.043 INFO kablam! 118 | for article in files { Oct 15 10:05:20.043 INFO kablam! | ^^^^^^^ help: consider using `_article` instead Oct 15 10:05:20.043 INFO kablam! | Oct 15 10:05:20.043 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:05:20.043 INFO kablam! Oct 15 10:05:20.043 INFO kablam! warning: unused variable: `other` Oct 15 10:05:20.043 INFO kablam! --> src/router/article/mod.rs:32:18 Oct 15 10:05:20.043 INFO kablam! | Oct 15 10:05:20.043 INFO kablam! 32 | fn eq(&self, other: &Cat) -> bool { Oct 15 10:05:20.043 INFO kablam! | ^^^^^ help: consider using `_other` instead Oct 15 10:05:20.043 INFO kablam! Oct 15 10:05:20.203 INFO kablam! warning: variable does not need to be mutable Oct 15 10:05:20.203 INFO kablam! --> src/router/mod.rs:95:6 Oct 15 10:05:20.203 INFO kablam! | Oct 15 10:05:20.203 INFO kablam! 95 | let mut c:Config = toml::from_str(&contents[..]).unwrap(); Oct 15 10:05:20.203 INFO kablam! | ----^ Oct 15 10:05:20.203 INFO kablam! | | Oct 15 10:05:20.203 INFO kablam! | help: remove this `mut` Oct 15 10:05:20.203 INFO kablam! | Oct 15 10:05:20.203 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 10:05:20.203 INFO kablam! Oct 15 10:05:20.231 INFO kablam! warning: variable does not need to be mutable Oct 15 10:05:20.231 INFO kablam! --> src/router/article/mod.rs:114:9 Oct 15 10:05:20.231 INFO kablam! | Oct 15 10:05:20.231 INFO kablam! 114 | let mut menu = Menu { Oct 15 10:05:20.231 INFO kablam! | ----^^^^ Oct 15 10:05:20.231 INFO kablam! | | Oct 15 10:05:20.231 INFO kablam! | help: remove this `mut` Oct 15 10:05:20.231 INFO kablam! Oct 15 10:05:20.277 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 10:05:20.277 INFO kablam! --> src/router/mod.rs:93:2 Oct 15 10:05:20.277 INFO kablam! | Oct 15 10:05:20.277 INFO kablam! 93 | f.read_to_string(&mut contents); Oct 15 10:05:20.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:05:20.277 INFO kablam! | Oct 15 10:05:20.277 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 10:05:20.277 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 10:05:20.277 INFO kablam! Oct 15 10:05:20.277 INFO kablam! warning: variable `prevIdx` should have a snake case name such as `prev_idx` Oct 15 10:05:20.277 INFO kablam! --> src/router/mod.rs:97:9 Oct 15 10:05:20.277 INFO kablam! | Oct 15 10:05:20.277 INFO kablam! 97 | let mut prevIdx = 0; Oct 15 10:05:20.277 INFO kablam! | ^^^^^^^^^^^ Oct 15 10:05:20.277 INFO kablam! | Oct 15 10:05:20.277 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:05:20.277 INFO kablam! Oct 15 10:05:28.403 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.82s Oct 15 10:05:28.415 INFO kablam! su: No module specific data is present Oct 15 10:05:29.814 INFO running `"docker" "rm" "-f" "36f74a8e98a60311116eeba70d7ce9b40dbd1c4c9ce800160457298e0f96845e"` Oct 15 10:05:30.022 INFO blam! 36f74a8e98a60311116eeba70d7ce9b40dbd1c4c9ce800160457298e0f96845e Oct 15 10:05:30.025 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 10:05:30.527 INFO blam! a5f83b57101c0a92b6407c685ed628f9d185b7dd18665bd1d7ba6db6bb894200 Oct 15 10:05:30.535 INFO running `"docker" "start" "-a" "a5f83b57101c0a92b6407c685ed628f9d185b7dd18665bd1d7ba6db6bb894200"` Oct 15 10:05:30.984 INFO kablam! usermod: no changes Oct 15 10:05:31.266 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.25s Oct 15 10:05:31.279 INFO kablam! Running /target/debug/deps/blog-62311fb0e265166e Oct 15 10:05:31.283 INFO blam! Oct 15 10:05:31.284 INFO blam! running 0 tests Oct 15 10:05:31.284 INFO blam! Oct 15 10:05:31.284 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:05:31.284 INFO blam! Oct 15 10:05:31.286 INFO kablam! su: No module specific data is present Oct 15 10:05:31.735 INFO running `"docker" "rm" "-f" "a5f83b57101c0a92b6407c685ed628f9d185b7dd18665bd1d7ba6db6bb894200"` Oct 15 10:05:31.946 INFO blam! a5f83b57101c0a92b6407c685ed628f9d185b7dd18665bd1d7ba6db6bb894200