Oct 21 23:35:21.800 INFO checking slog-html-0.1.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192
Oct 21 23:35:21.800 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 23:35:22.205 INFO blam! 91e3fd87ac58aa02d7b8c5e22729835341588301a6b096e001f198cd1265132f
Oct 21 23:35:22.210 INFO running `"docker" "start" "-a" "91e3fd87ac58aa02d7b8c5e22729835341588301a6b096e001f198cd1265132f"`
Oct 21 23:35:23.494 INFO kablam! usermod: no changes
Oct 21 23:35:23.592 INFO kablam! Checking slog v1.7.1
Oct 21 23:35:24.332 INFO kablam! Checking slog-extra v0.1.2
Oct 21 23:35:25.012 INFO kablam! Checking slog-stream v1.2.1
Oct 21 23:35:25.672 INFO kablam! Checking slog-html v0.1.3 (/source)
Oct 21 23:35:26.808 INFO kablam! warning: unused `#[macro_use]` import
Oct 21 23:35:26.808 INFO kablam! --> src/lib.rs:84:1
Oct 21 23:35:26.808 INFO kablam! |
Oct 21 23:35:26.808 INFO kablam! 84 | #[macro_use]
Oct 21 23:35:26.808 INFO kablam! | ^^^^^^^^^^^^
Oct 21 23:35:26.808 INFO kablam! |
Oct 21 23:35:26.808 INFO kablam! = note: #[warn(unused_imports)] on by default
Oct 21 23:35:26.808 INFO kablam!
Oct 21 23:35:26.872 INFO kablam! warning: unused `#[macro_use]` import
Oct 21 23:35:26.872 INFO kablam! --> src/lib.rs:84:1
Oct 21 23:35:26.872 INFO kablam! |
Oct 21 23:35:26.872 INFO kablam! 84 | #[macro_use]
Oct 21 23:35:26.872 INFO kablam! | ^^^^^^^^^^^^
Oct 21 23:35:26.872 INFO kablam! |
Oct 21 23:35:26.872 INFO kablam! = note: #[warn(unused_imports)] on by default
Oct 21 23:35:26.872 INFO kablam!
Oct 21 23:35:26.976 INFO kablam! warning: use of deprecated item 'slog::OwnedKeyValueList::parent': &Option<...> is a stupid type to return. Use `get_parent` for now.
Oct 21 23:35:26.976 INFO kablam! --> src/lib.rs:246:54
Oct 21 23:35:26.976 INFO kablam! |
Oct 21 23:35:26.976 INFO kablam! 246 | if let Some(ref parent) = *logger_values_ref.parent() {
Oct 21 23:35:26.976 INFO kablam! | ^^^^^^
Oct 21 23:35:26.976 INFO kablam! |
Oct 21 23:35:26.976 INFO kablam! = note: #[warn(deprecated)] on by default
Oct 21 23:35:26.976 INFO kablam!
Oct 21 23:35:27.037 INFO kablam! warning: use of deprecated item 'slog::OwnedKeyValueList::parent': &Option<...> is a stupid type to return. Use `get_parent` for now.
Oct 21 23:35:27.037 INFO kablam! --> src/lib.rs:246:54
Oct 21 23:35:27.037 INFO kablam! |
Oct 21 23:35:27.037 INFO kablam! 246 | if let Some(ref parent) = *logger_values_ref.parent() {
Oct 21 23:35:27.037 INFO kablam! | ^^^^^^
Oct 21 23:35:27.037 INFO kablam! |
Oct 21 23:35:27.037 INFO kablam! = note: #[warn(deprecated)] on by default
Oct 21 23:35:27.037 INFO kablam!
Oct 21 23:35:27.132 INFO kablam! warning: variable does not need to be mutable
Oct 21 23:35:27.132 INFO kablam! --> src/lib.rs:160:14
Oct 21 23:35:27.132 INFO kablam! |
Oct 21 23:35:27.132 INFO kablam! 160 | let (mut io, _) = serializer.finish();
Oct 21 23:35:27.132 INFO kablam! | ----^^
Oct 21 23:35:27.132 INFO kablam! | |
Oct 21 23:35:27.132 INFO kablam! | help: remove this `mut`
Oct 21 23:35:27.132 INFO kablam! |
Oct 21 23:35:27.132 INFO kablam! = note: #[warn(unused_mut)] on by default
Oct 21 23:35:27.132 INFO kablam!
Oct 21 23:35:27.140 INFO kablam! warning: variable does not need to be mutable
Oct 21 23:35:27.140 INFO kablam! --> src/lib.rs:209:14
Oct 21 23:35:27.140 INFO kablam! |
Oct 21 23:35:27.140 INFO kablam! 209 | let (mut io, _) = serializer.finish();
Oct 21 23:35:27.140 INFO kablam! | ----^^
Oct 21 23:35:27.140 INFO kablam! | |
Oct 21 23:35:27.140 INFO kablam! | help: remove this `mut`
Oct 21 23:35:27.140 INFO kablam!
Oct 21 23:35:27.316 INFO kablam! warning: variable does not need to be mutable
Oct 21 23:35:27.316 INFO kablam! --> src/lib.rs:160:14
Oct 21 23:35:27.316 INFO kablam! |
Oct 21 23:35:27.316 INFO kablam! 160 | let (mut io, _) = serializer.finish();
Oct 21 23:35:27.316 INFO kablam! | ----^^
Oct 21 23:35:27.316 INFO kablam! | |
Oct 21 23:35:27.316 INFO kablam! | help: remove this `mut`
Oct 21 23:35:27.316 INFO kablam! |
Oct 21 23:35:27.316 INFO kablam! = note: #[warn(unused_mut)] on by default
Oct 21 23:35:27.316 INFO kablam!
Oct 21 23:35:27.332 INFO kablam! warning: variable does not need to be mutable
Oct 21 23:35:27.332 INFO kablam! --> src/lib.rs:209:14
Oct 21 23:35:27.332 INFO kablam! |
Oct 21 23:35:27.332 INFO kablam! 209 | let (mut io, _) = serializer.finish();
Oct 21 23:35:27.332 INFO kablam! | ----^^
Oct 21 23:35:27.332 INFO kablam! | |
Oct 21 23:35:27.332 INFO kablam! | help: remove this `mut`
Oct 21 23:35:27.332 INFO kablam!
Oct 21 23:35:29.530 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.99s
Oct 21 23:35:29.538 INFO kablam! su: No module specific data is present
Oct 21 23:35:30.127 INFO running `"docker" "rm" "-f" "91e3fd87ac58aa02d7b8c5e22729835341588301a6b096e001f198cd1265132f"`
Oct 21 23:35:30.312 INFO blam! 91e3fd87ac58aa02d7b8c5e22729835341588301a6b096e001f198cd1265132f