Oct 21 22:11:13.513 INFO checking zoneinfo_parse-0.1.4 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:11:13.514 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 22:11:13.987 INFO blam! 7c17c11357dc8d8739c8487c87cf522b6c13ec57533c629ed6b03af9d664b683 Oct 21 22:11:13.989 INFO running `"docker" "start" "-a" "7c17c11357dc8d8739c8487c87cf522b6c13ec57533c629ed6b03af9d664b683"` Oct 21 22:11:16.048 INFO kablam! usermod: no changes Oct 21 22:11:16.220 INFO kablam! Checking locale v0.2.2 Oct 21 22:11:16.220 INFO kablam! Checking pad v0.1.5 Oct 21 22:11:16.220 INFO kablam! Checking iso8601 v0.1.1 Oct 21 22:11:18.841 INFO kablam! Checking datetime v0.4.7 Oct 21 22:11:20.372 INFO kablam! Checking zoneinfo_parse v0.1.4 (/source) Oct 21 22:11:22.380 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 21 22:11:22.380 INFO kablam! --> src/line.rs:80:5 Oct 21 22:11:22.381 INFO kablam! | Oct 21 22:11:22.381 INFO kablam! 80 | use std::ascii::AsciiExt; Oct 21 22:11:22.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 22:11:22.388 INFO kablam! | Oct 21 22:11:22.389 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:11:22.389 INFO kablam! Oct 21 22:11:22.477 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 21 22:11:22.477 INFO kablam! --> src/line.rs:80:5 Oct 21 22:11:22.485 INFO kablam! | Oct 21 22:11:22.485 INFO kablam! 80 | use std::ascii::AsciiExt; Oct 21 22:11:22.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 22:11:22.485 INFO kablam! | Oct 21 22:11:22.485 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:11:22.486 INFO kablam! Oct 21 22:11:22.827 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 21 22:11:22.828 INFO kablam! --> src/line.rs:80:5 Oct 21 22:11:22.828 INFO kablam! | Oct 21 22:11:22.828 INFO kablam! 80 | use std::ascii::AsciiExt; Oct 21 22:11:22.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 22:11:22.828 INFO kablam! | Oct 21 22:11:22.828 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 22:11:22.828 INFO kablam! Oct 21 22:11:22.952 INFO kablam! warning: variable does not need to be mutable Oct 21 22:11:22.952 INFO kablam! --> src/table.rs:327:13 Oct 21 22:11:22.952 INFO kablam! | Oct 21 22:11:22.952 INFO kablam! 327 | let mut zoneset = match self.table.zonesets.entry(zone_line.name.to_owned()) { Oct 21 22:11:22.952 INFO kablam! | ----^^^^^^^ Oct 21 22:11:22.952 INFO kablam! | | Oct 21 22:11:22.952 INFO kablam! | help: remove this `mut` Oct 21 22:11:22.952 INFO kablam! | Oct 21 22:11:22.952 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 22:11:22.952 INFO kablam! Oct 21 22:11:22.952 INFO kablam! warning: variable does not need to be mutable Oct 21 22:11:22.952 INFO kablam! --> src/table.rs:342:13 Oct 21 22:11:22.952 INFO kablam! | Oct 21 22:11:22.953 INFO kablam! 342 | let mut zoneset = match self.current_zoneset_name { Oct 21 22:11:22.953 INFO kablam! | ----^^^^^^^ Oct 21 22:11:22.953 INFO kablam! | | Oct 21 22:11:22.953 INFO kablam! | help: remove this `mut` Oct 21 22:11:22.953 INFO kablam! Oct 21 22:11:23.020 INFO kablam! warning: missing documentation for a method Oct 21 22:11:23.020 INFO kablam! --> src/table.rs:268:5 Oct 21 22:11:23.020 INFO kablam! | Oct 21 22:11:23.020 INFO kablam! 268 | pub fn format(&self, dst_offset: i64, letters: Option<&String>) -> String { Oct 21 22:11:23.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:11:23.020 INFO kablam! | Oct 21 22:11:23.020 INFO kablam! note: lint level defined here Oct 21 22:11:23.020 INFO kablam! --> src/lib.rs:36:9 Oct 21 22:11:23.020 INFO kablam! | Oct 21 22:11:23.020 INFO kablam! 36 | #![warn(missing_docs)] Oct 21 22:11:23.020 INFO kablam! | ^^^^^^^^^^^^ Oct 21 22:11:23.020 INFO kablam! Oct 21 22:11:23.020 INFO kablam! warning: missing documentation for a method Oct 21 22:11:23.020 INFO kablam! --> src/table.rs:282:5 Oct 21 22:11:23.020 INFO kablam! | Oct 21 22:11:23.020 INFO kablam! 282 | pub fn format_constant(&self) -> String { Oct 21 22:11:23.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:11:23.020 INFO kablam! Oct 21 22:11:23.023 INFO kablam! warning: unused result Oct 21 22:11:23.023 INFO kablam! --> src/structure.rs:63:17 Oct 21 22:11:23.024 INFO kablam! | Oct 21 22:11:23.024 INFO kablam! 63 | set.insert(Child::TimeZone(&key[last_slash + 1 ..])); Oct 21 22:11:23.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:11:23.024 INFO kablam! | Oct 21 22:11:23.024 INFO kablam! note: lint level defined here Oct 21 22:11:23.024 INFO kablam! --> src/lib.rs:40:9 Oct 21 22:11:23.025 INFO kablam! | Oct 21 22:11:23.025 INFO kablam! 40 | #![warn(unused_results)] Oct 21 22:11:23.025 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 22:11:23.025 INFO kablam! Oct 21 22:11:23.025 INFO kablam! warning: unused result Oct 21 22:11:23.026 INFO kablam! --> src/structure.rs:73:17 Oct 21 22:11:23.026 INFO kablam! | Oct 21 22:11:23.026 INFO kablam! 73 | set.insert(Child::Submodule(&parent[first_slash + 1 ..])); Oct 21 22:11:23.026 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:11:23.026 INFO kablam! Oct 21 22:11:23.043 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 21 22:11:23.044 INFO kablam! --> src/line.rs:80:5 Oct 21 22:11:23.044 INFO kablam! | Oct 21 22:11:23.044 INFO kablam! 80 | use std::ascii::AsciiExt; Oct 21 22:11:23.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 22:11:23.044 INFO kablam! | Oct 21 22:11:23.045 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 22:11:23.048 INFO kablam! Oct 21 22:11:23.404 INFO kablam! warning: variable does not need to be mutable Oct 21 22:11:23.404 INFO kablam! --> src/table.rs:327:13 Oct 21 22:11:23.404 INFO kablam! | Oct 21 22:11:23.404 INFO kablam! 327 | let mut zoneset = match self.table.zonesets.entry(zone_line.name.to_owned()) { Oct 21 22:11:23.404 INFO kablam! | ----^^^^^^^ Oct 21 22:11:23.404 INFO kablam! | | Oct 21 22:11:23.404 INFO kablam! | help: remove this `mut` Oct 21 22:11:23.404 INFO kablam! | Oct 21 22:11:23.404 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 22:11:23.404 INFO kablam! Oct 21 22:11:23.404 INFO kablam! warning: variable does not need to be mutable Oct 21 22:11:23.404 INFO kablam! --> src/table.rs:342:13 Oct 21 22:11:23.404 INFO kablam! | Oct 21 22:11:23.404 INFO kablam! 342 | let mut zoneset = match self.current_zoneset_name { Oct 21 22:11:23.404 INFO kablam! | ----^^^^^^^ Oct 21 22:11:23.404 INFO kablam! | | Oct 21 22:11:23.404 INFO kablam! | help: remove this `mut` Oct 21 22:11:23.404 INFO kablam! Oct 21 22:11:23.492 INFO kablam! warning: unused result Oct 21 22:11:23.492 INFO kablam! --> src/structure.rs:63:17 Oct 21 22:11:23.492 INFO kablam! | Oct 21 22:11:23.492 INFO kablam! 63 | set.insert(Child::TimeZone(&key[last_slash + 1 ..])); Oct 21 22:11:23.492 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:11:23.492 INFO kablam! | Oct 21 22:11:23.492 INFO kablam! note: lint level defined here Oct 21 22:11:23.492 INFO kablam! --> src/lib.rs:40:9 Oct 21 22:11:23.493 INFO kablam! | Oct 21 22:11:23.493 INFO kablam! 40 | #![warn(unused_results)] Oct 21 22:11:23.493 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 22:11:23.493 INFO kablam! Oct 21 22:11:23.493 INFO kablam! warning: unused result Oct 21 22:11:23.493 INFO kablam! --> src/structure.rs:73:17 Oct 21 22:11:23.493 INFO kablam! | Oct 21 22:11:23.493 INFO kablam! 73 | set.insert(Child::Submodule(&parent[first_slash + 1 ..])); Oct 21 22:11:23.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:11:23.493 INFO kablam! Oct 21 22:11:24.728 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.64s Oct 21 22:11:24.751 INFO kablam! su: No module specific data is present Oct 21 22:11:25.368 INFO running `"docker" "rm" "-f" "7c17c11357dc8d8739c8487c87cf522b6c13ec57533c629ed6b03af9d664b683"` Oct 21 22:11:25.676 INFO blam! 7c17c11357dc8d8739c8487c87cf522b6c13ec57533c629ed6b03af9d664b683