Oct 27 19:19:21.275 INFO checking mdblog-0.13.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 19:19:21.277 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 27 19:19:21.663 INFO blam! 9ffafb74044d9b35015be394e584eb46363b8c7f10aaa74e0951997124c542fa Oct 27 19:19:21.667 INFO running `"docker" "start" "-a" "9ffafb74044d9b35015be394e584eb46363b8c7f10aaa74e0951997124c542fa"` Oct 27 19:19:23.098 INFO kablam! usermod: no changes Oct 27 19:19:23.631 INFO kablam! Checking serde_yaml v0.7.5 Oct 27 19:19:23.643 INFO kablam! Checking chrono v0.4.6 Oct 27 19:19:23.651 INFO kablam! Checking serde-hjson v0.8.2 Oct 27 19:19:29.683 INFO kablam! Checking config v0.8.0 Oct 27 19:19:30.567 INFO kablam! Checking tera v0.11.18 Oct 27 19:19:38.883 INFO kablam! Checking mdblog v0.13.1 (/source) Oct 27 19:19:54.917 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:54.918 INFO kablam! --> src/lib.rs:164:17 Oct 27 19:19:54.918 INFO kablam! | Oct 27 19:19:54.918 INFO kablam! 164 | context.add("now", &now.format("%Y-%m-%dT%H:%M:%S%:z").to_string()); Oct 27 19:19:54.918 INFO kablam! | ^^^ Oct 27 19:19:54.918 INFO kablam! | Oct 27 19:19:54.918 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 19:19:54.918 INFO kablam! Oct 27 19:19:55.191 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.191 INFO kablam! --> src/lib.rs:461:17 Oct 27 19:19:55.191 INFO kablam! | Oct 27 19:19:55.191 INFO kablam! 461 | context.add("now", &now); Oct 27 19:19:55.191 INFO kablam! | ^^^ Oct 27 19:19:55.192 INFO kablam! Oct 27 19:19:55.192 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.192 INFO kablam! --> src/lib.rs:462:17 Oct 27 19:19:55.192 INFO kablam! | Oct 27 19:19:55.192 INFO kablam! 462 | context.add("posts", &self.posts[..10.min(self.posts.len())]); Oct 27 19:19:55.192 INFO kablam! | ^^^ Oct 27 19:19:55.192 INFO kablam! Oct 27 19:19:55.215 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.215 INFO kablam! --> src/lib.rs:471:17 Oct 27 19:19:55.215 INFO kablam! | Oct 27 19:19:55.215 INFO kablam! 471 | context.add("config", &self.settings); Oct 27 19:19:55.215 INFO kablam! | ^^^ Oct 27 19:19:55.215 INFO kablam! Oct 27 19:19:55.216 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.216 INFO kablam! --> src/lib.rs:472:17 Oct 27 19:19:55.216 INFO kablam! | Oct 27 19:19:55.216 INFO kablam! 472 | context.add("all_tags", &self.tags_map.values().collect::>()); Oct 27 19:19:55.216 INFO kablam! | ^^^ Oct 27 19:19:55.216 INFO kablam! Oct 27 19:19:55.236 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.236 INFO kablam! --> src/lib.rs:484:17 Oct 27 19:19:55.236 INFO kablam! | Oct 27 19:19:55.236 INFO kablam! 484 | context.add("post", &post); Oct 27 19:19:55.236 INFO kablam! | ^^^ Oct 27 19:19:55.236 INFO kablam! Oct 27 19:19:55.237 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.237 INFO kablam! --> src/lib.rs:485:17 Oct 27 19:19:55.237 INFO kablam! | Oct 27 19:19:55.237 INFO kablam! 485 | context.add("post_tags", &post_tags); Oct 27 19:19:55.237 INFO kablam! | ^^^ Oct 27 19:19:55.237 INFO kablam! Oct 27 19:19:55.239 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.239 INFO kablam! --> src/lib.rs:493:17 Oct 27 19:19:55.239 INFO kablam! | Oct 27 19:19:55.239 INFO kablam! 493 | context.add("prev_name", prev_name); Oct 27 19:19:55.239 INFO kablam! | ^^^ Oct 27 19:19:55.239 INFO kablam! Oct 27 19:19:55.240 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.240 INFO kablam! --> src/lib.rs:494:17 Oct 27 19:19:55.240 INFO kablam! | Oct 27 19:19:55.240 INFO kablam! 494 | context.add("next_name", next_name); Oct 27 19:19:55.240 INFO kablam! | ^^^ Oct 27 19:19:55.240 INFO kablam! Oct 27 19:19:55.240 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.240 INFO kablam! --> src/lib.rs:495:17 Oct 27 19:19:55.240 INFO kablam! | Oct 27 19:19:55.240 INFO kablam! 495 | context.add("posts", posts); Oct 27 19:19:55.240 INFO kablam! | ^^^ Oct 27 19:19:55.240 INFO kablam! Oct 27 19:19:55.243 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.243 INFO kablam! --> src/lib.rs:502:17 Oct 27 19:19:55.243 INFO kablam! | Oct 27 19:19:55.243 INFO kablam! 502 | context.add("title", title); Oct 27 19:19:55.243 INFO kablam! | ^^^ Oct 27 19:19:55.243 INFO kablam! Oct 27 19:19:55.243 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.243 INFO kablam! --> src/lib.rs:503:17 Oct 27 19:19:55.243 INFO kablam! | Oct 27 19:19:55.243 INFO kablam! 503 | context.add("prev_name", prev_name); Oct 27 19:19:55.243 INFO kablam! | ^^^ Oct 27 19:19:55.243 INFO kablam! Oct 27 19:19:55.243 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.243 INFO kablam! --> src/lib.rs:504:17 Oct 27 19:19:55.243 INFO kablam! | Oct 27 19:19:55.243 INFO kablam! 504 | context.add("next_name", next_name); Oct 27 19:19:55.243 INFO kablam! | ^^^ Oct 27 19:19:55.243 INFO kablam! Oct 27 19:19:55.243 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.243 INFO kablam! --> src/lib.rs:505:17 Oct 27 19:19:55.243 INFO kablam! | Oct 27 19:19:55.243 INFO kablam! 505 | context.add("posts", posts); Oct 27 19:19:55.243 INFO kablam! | ^^^ Oct 27 19:19:55.243 INFO kablam! Oct 27 19:19:55.456 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.456 INFO kablam! --> src/lib.rs:164:17 Oct 27 19:19:55.456 INFO kablam! | Oct 27 19:19:55.456 INFO kablam! 164 | context.add("now", &now.format("%Y-%m-%dT%H:%M:%S%:z").to_string()); Oct 27 19:19:55.456 INFO kablam! | ^^^ Oct 27 19:19:55.456 INFO kablam! | Oct 27 19:19:55.456 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 19:19:55.458 INFO kablam! Oct 27 19:19:55.624 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.624 INFO kablam! --> src/lib.rs:461:17 Oct 27 19:19:55.624 INFO kablam! | Oct 27 19:19:55.624 INFO kablam! 461 | context.add("now", &now); Oct 27 19:19:55.624 INFO kablam! | ^^^ Oct 27 19:19:55.625 INFO kablam! Oct 27 19:19:55.625 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.625 INFO kablam! --> src/lib.rs:462:17 Oct 27 19:19:55.625 INFO kablam! | Oct 27 19:19:55.625 INFO kablam! 462 | context.add("posts", &self.posts[..10.min(self.posts.len())]); Oct 27 19:19:55.625 INFO kablam! | ^^^ Oct 27 19:19:55.625 INFO kablam! Oct 27 19:19:55.647 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.647 INFO kablam! --> src/lib.rs:471:17 Oct 27 19:19:55.647 INFO kablam! | Oct 27 19:19:55.647 INFO kablam! 471 | context.add("config", &self.settings); Oct 27 19:19:55.647 INFO kablam! | ^^^ Oct 27 19:19:55.647 INFO kablam! Oct 27 19:19:55.647 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.647 INFO kablam! --> src/lib.rs:472:17 Oct 27 19:19:55.647 INFO kablam! | Oct 27 19:19:55.647 INFO kablam! 472 | context.add("all_tags", &self.tags_map.values().collect::>()); Oct 27 19:19:55.647 INFO kablam! | ^^^ Oct 27 19:19:55.647 INFO kablam! Oct 27 19:19:55.652 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.652 INFO kablam! --> src/lib.rs:484:17 Oct 27 19:19:55.652 INFO kablam! | Oct 27 19:19:55.652 INFO kablam! 484 | context.add("post", &post); Oct 27 19:19:55.652 INFO kablam! | ^^^ Oct 27 19:19:55.652 INFO kablam! Oct 27 19:19:55.652 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.652 INFO kablam! --> src/lib.rs:485:17 Oct 27 19:19:55.652 INFO kablam! | Oct 27 19:19:55.652 INFO kablam! 485 | context.add("post_tags", &post_tags); Oct 27 19:19:55.652 INFO kablam! | ^^^ Oct 27 19:19:55.652 INFO kablam! Oct 27 19:19:55.655 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.655 INFO kablam! --> src/lib.rs:493:17 Oct 27 19:19:55.655 INFO kablam! | Oct 27 19:19:55.655 INFO kablam! 493 | context.add("prev_name", prev_name); Oct 27 19:19:55.655 INFO kablam! | ^^^ Oct 27 19:19:55.655 INFO kablam! Oct 27 19:19:55.656 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.656 INFO kablam! --> src/lib.rs:494:17 Oct 27 19:19:55.656 INFO kablam! | Oct 27 19:19:55.656 INFO kablam! 494 | context.add("next_name", next_name); Oct 27 19:19:55.656 INFO kablam! | ^^^ Oct 27 19:19:55.656 INFO kablam! Oct 27 19:19:55.656 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.656 INFO kablam! --> src/lib.rs:495:17 Oct 27 19:19:55.656 INFO kablam! | Oct 27 19:19:55.656 INFO kablam! 495 | context.add("posts", posts); Oct 27 19:19:55.656 INFO kablam! | ^^^ Oct 27 19:19:55.656 INFO kablam! Oct 27 19:19:55.658 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.658 INFO kablam! --> src/lib.rs:502:17 Oct 27 19:19:55.659 INFO kablam! | Oct 27 19:19:55.659 INFO kablam! 502 | context.add("title", title); Oct 27 19:19:55.659 INFO kablam! | ^^^ Oct 27 19:19:55.659 INFO kablam! Oct 27 19:19:55.660 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.660 INFO kablam! --> src/lib.rs:503:17 Oct 27 19:19:55.660 INFO kablam! | Oct 27 19:19:55.660 INFO kablam! 503 | context.add("prev_name", prev_name); Oct 27 19:19:55.660 INFO kablam! | ^^^ Oct 27 19:19:55.660 INFO kablam! Oct 27 19:19:55.661 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.661 INFO kablam! --> src/lib.rs:504:17 Oct 27 19:19:55.661 INFO kablam! | Oct 27 19:19:55.661 INFO kablam! 504 | context.add("next_name", next_name); Oct 27 19:19:55.662 INFO kablam! | ^^^ Oct 27 19:19:55.662 INFO kablam! Oct 27 19:19:55.662 INFO kablam! warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections Oct 27 19:19:55.662 INFO kablam! --> src/lib.rs:505:17 Oct 27 19:19:55.662 INFO kablam! | Oct 27 19:19:55.662 INFO kablam! 505 | context.add("posts", posts); Oct 27 19:19:55.662 INFO kablam! | ^^^ Oct 27 19:19:55.663 INFO kablam! Oct 27 19:19:55.711 INFO kablam! warning: use of deprecated item 'failure::Fail::causes': please use the 'iter_chain()' method instead Oct 27 19:19:55.711 INFO kablam! --> src/utils.rs:38:22 Oct 27 19:19:55.711 INFO kablam! | Oct 27 19:19:55.711 INFO kablam! 38 | for cause in err.causes() { Oct 27 19:19:55.711 INFO kablam! | ^^^^^^ Oct 27 19:19:55.711 INFO kablam! Oct 27 19:19:56.143 INFO kablam! warning: use of deprecated item 'failure::Fail::causes': please use the 'iter_chain()' method instead Oct 27 19:19:56.143 INFO kablam! --> src/utils.rs:38:22 Oct 27 19:19:56.143 INFO kablam! | Oct 27 19:19:56.143 INFO kablam! 38 | for cause in err.causes() { Oct 27 19:19:56.143 INFO kablam! | ^^^^^^ Oct 27 19:19:56.143 INFO kablam! Oct 27 19:20:12.127 INFO kablam! warning: unused `#[macro_use]` import Oct 27 19:20:12.127 INFO kablam! --> src/main.rs:3:1 Oct 27 19:20:12.127 INFO kablam! | Oct 27 19:20:12.127 INFO kablam! 3 | #[macro_use] Oct 27 19:20:12.127 INFO kablam! | ^^^^^^^^^^^^ Oct 27 19:20:12.127 INFO kablam! | Oct 27 19:20:12.127 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 19:20:12.127 INFO kablam! Oct 27 19:20:12.555 INFO kablam! warning: unused `#[macro_use]` import Oct 27 19:20:12.555 INFO kablam! --> src/main.rs:3:1 Oct 27 19:20:12.555 INFO kablam! | Oct 27 19:20:12.555 INFO kablam! 3 | #[macro_use] Oct 27 19:20:12.555 INFO kablam! | ^^^^^^^^^^^^ Oct 27 19:20:12.555 INFO kablam! | Oct 27 19:20:12.555 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 19:20:12.555 INFO kablam! Oct 27 19:20:12.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.68s Oct 27 19:20:12.855 INFO kablam! su: No module specific data is present Oct 27 19:20:13.363 INFO running `"docker" "rm" "-f" "9ffafb74044d9b35015be394e584eb46363b8c7f10aaa74e0951997124c542fa"` Oct 27 19:20:13.719 INFO blam! 9ffafb74044d9b35015be394e584eb46363b8c7f10aaa74e0951997124c542fa