Oct 15 13:07:54.167 INFO testing zoneinfo_parse-0.1.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 13:07:54.169 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13:07:54.632 INFO blam! 01297873c197baa33f1af0ec8e67b128995a2a29defe9a9838d9eaa275ebccff Oct 15 13:07:54.634 INFO running `"docker" "start" "-a" "01297873c197baa33f1af0ec8e67b128995a2a29defe9a9838d9eaa275ebccff"` Oct 15 13:07:56.758 INFO kablam! usermod: no changes Oct 15 13:07:56.903 INFO kablam! Compiling locale v0.2.2 Oct 15 13:07:56.903 INFO kablam! Compiling pad v0.1.5 Oct 15 13:07:56.903 INFO kablam! Compiling iso8601 v0.1.1 Oct 15 13:08:01.397 INFO kablam! Compiling datetime v0.4.7 Oct 15 13:08:03.747 INFO kablam! Compiling zoneinfo_parse v0.1.4 (/source) Oct 15 13:08:05.019 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 15 13:08:05.019 INFO kablam! --> src/line.rs:80:5 Oct 15 13:08:05.019 INFO kablam! | Oct 15 13:08:05.019 INFO kablam! 80 | use std::ascii::AsciiExt; Oct 15 13:08:05.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 13:08:05.019 INFO kablam! | Oct 15 13:08:05.019 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 13:08:05.019 INFO kablam! Oct 15 13:08:05.383 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 15 13:08:05.383 INFO kablam! --> src/line.rs:80:5 Oct 15 13:08:05.383 INFO kablam! | Oct 15 13:08:05.383 INFO kablam! 80 | use std::ascii::AsciiExt; Oct 15 13:08:05.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 13:08:05.383 INFO kablam! | Oct 15 13:08:05.383 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:08:05.383 INFO kablam! Oct 15 13:08:05.507 INFO kablam! warning: variable does not need to be mutable Oct 15 13:08:05.507 INFO kablam! --> src/table.rs:327:13 Oct 15 13:08:05.507 INFO kablam! | Oct 15 13:08:05.507 INFO kablam! 327 | let mut zoneset = match self.table.zonesets.entry(zone_line.name.to_owned()) { Oct 15 13:08:05.507 INFO kablam! | ----^^^^^^^ Oct 15 13:08:05.507 INFO kablam! | | Oct 15 13:08:05.507 INFO kablam! | help: remove this `mut` Oct 15 13:08:05.507 INFO kablam! | Oct 15 13:08:05.507 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 13:08:05.507 INFO kablam! Oct 15 13:08:05.507 INFO kablam! warning: variable does not need to be mutable Oct 15 13:08:05.507 INFO kablam! --> src/table.rs:342:13 Oct 15 13:08:05.507 INFO kablam! | Oct 15 13:08:05.507 INFO kablam! 342 | let mut zoneset = match self.current_zoneset_name { Oct 15 13:08:05.507 INFO kablam! | ----^^^^^^^ Oct 15 13:08:05.507 INFO kablam! | | Oct 15 13:08:05.507 INFO kablam! | help: remove this `mut` Oct 15 13:08:05.507 INFO kablam! Oct 15 13:08:05.575 INFO kablam! warning: missing documentation for a method Oct 15 13:08:05.575 INFO kablam! --> src/table.rs:268:5 Oct 15 13:08:05.575 INFO kablam! | Oct 15 13:08:05.575 INFO kablam! 268 | pub fn format(&self, dst_offset: i64, letters: Option<&String>) -> String { Oct 15 13:08:05.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:08:05.575 INFO kablam! | Oct 15 13:08:05.575 INFO kablam! note: lint level defined here Oct 15 13:08:05.575 INFO kablam! --> src/lib.rs:36:9 Oct 15 13:08:05.575 INFO kablam! | Oct 15 13:08:05.575 INFO kablam! 36 | #![warn(missing_docs)] Oct 15 13:08:05.575 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:08:05.575 INFO kablam! Oct 15 13:08:05.575 INFO kablam! warning: missing documentation for a method Oct 15 13:08:05.575 INFO kablam! --> src/table.rs:282:5 Oct 15 13:08:05.575 INFO kablam! | Oct 15 13:08:05.575 INFO kablam! 282 | pub fn format_constant(&self) -> String { Oct 15 13:08:05.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:08:05.575 INFO kablam! Oct 15 13:08:05.575 INFO kablam! warning: unused result Oct 15 13:08:05.575 INFO kablam! --> src/structure.rs:63:17 Oct 15 13:08:05.575 INFO kablam! | Oct 15 13:08:05.575 INFO kablam! 63 | set.insert(Child::TimeZone(&key[last_slash + 1 ..])); Oct 15 13:08:05.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:08:05.575 INFO kablam! | Oct 15 13:08:05.575 INFO kablam! note: lint level defined here Oct 15 13:08:05.575 INFO kablam! --> src/lib.rs:40:9 Oct 15 13:08:05.575 INFO kablam! | Oct 15 13:08:05.575 INFO kablam! 40 | #![warn(unused_results)] Oct 15 13:08:05.575 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 13:08:05.575 INFO kablam! Oct 15 13:08:05.575 INFO kablam! warning: unused result Oct 15 13:08:05.575 INFO kablam! --> src/structure.rs:73:17 Oct 15 13:08:05.575 INFO kablam! | Oct 15 13:08:05.575 INFO kablam! 73 | set.insert(Child::Submodule(&parent[first_slash + 1 ..])); Oct 15 13:08:05.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:08:05.575 INFO kablam! Oct 15 13:08:07.779 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.99s Oct 15 13:08:07.783 INFO kablam! su: No module specific data is present Oct 15 13:08:08.331 INFO running `"docker" "rm" "-f" "01297873c197baa33f1af0ec8e67b128995a2a29defe9a9838d9eaa275ebccff"` Oct 15 13:08:08.655 INFO blam! 01297873c197baa33f1af0ec8e67b128995a2a29defe9a9838d9eaa275ebccff Oct 15 13:08:08.668 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13:08:09.116 INFO blam! e00c232ea9520d1b93418dac71cb0d794c6a4c553e7c48533c1a7719522de92b Oct 15 13:08:09.116 INFO running `"docker" "start" "-a" "e00c232ea9520d1b93418dac71cb0d794c6a4c553e7c48533c1a7719522de92b"` Oct 15 13:08:10.890 INFO kablam! usermod: no changes Oct 15 13:08:10.979 INFO kablam! Compiling zoneinfo_parse v0.1.4 (/source) Oct 15 13:08:12.515 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 15 13:08:12.515 INFO kablam! --> src/line.rs:80:5 Oct 15 13:08:12.515 INFO kablam! | Oct 15 13:08:12.515 INFO kablam! 80 | use std::ascii::AsciiExt; Oct 15 13:08:12.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 13:08:12.515 INFO kablam! | Oct 15 13:08:12.515 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 13:08:12.515 INFO kablam! Oct 15 13:08:13.043 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 15 13:08:13.044 INFO kablam! --> src/line.rs:80:5 Oct 15 13:08:13.044 INFO kablam! | Oct 15 13:08:13.044 INFO kablam! 80 | use std::ascii::AsciiExt; Oct 15 13:08:13.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 13:08:13.045 INFO kablam! | Oct 15 13:08:13.045 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:08:13.045 INFO kablam! Oct 15 13:08:13.251 INFO kablam! warning: variable does not need to be mutable Oct 15 13:08:13.251 INFO kablam! --> src/table.rs:327:13 Oct 15 13:08:13.251 INFO kablam! | Oct 15 13:08:13.251 INFO kablam! 327 | let mut zoneset = match self.table.zonesets.entry(zone_line.name.to_owned()) { Oct 15 13:08:13.251 INFO kablam! | ----^^^^^^^ Oct 15 13:08:13.251 INFO kablam! | | Oct 15 13:08:13.251 INFO kablam! | help: remove this `mut` Oct 15 13:08:13.251 INFO kablam! | Oct 15 13:08:13.251 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 13:08:13.251 INFO kablam! Oct 15 13:08:13.255 INFO kablam! warning: variable does not need to be mutable Oct 15 13:08:13.255 INFO kablam! --> src/table.rs:342:13 Oct 15 13:08:13.255 INFO kablam! | Oct 15 13:08:13.255 INFO kablam! 342 | let mut zoneset = match self.current_zoneset_name { Oct 15 13:08:13.255 INFO kablam! | ----^^^^^^^ Oct 15 13:08:13.255 INFO kablam! | | Oct 15 13:08:13.255 INFO kablam! | help: remove this `mut` Oct 15 13:08:13.255 INFO kablam! Oct 15 13:08:13.355 INFO kablam! warning: unused result Oct 15 13:08:13.355 INFO kablam! --> src/structure.rs:63:17 Oct 15 13:08:13.355 INFO kablam! | Oct 15 13:08:13.355 INFO kablam! 63 | set.insert(Child::TimeZone(&key[last_slash + 1 ..])); Oct 15 13:08:13.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:08:13.355 INFO kablam! | Oct 15 13:08:13.355 INFO kablam! note: lint level defined here Oct 15 13:08:13.355 INFO kablam! --> src/lib.rs:40:9 Oct 15 13:08:13.355 INFO kablam! | Oct 15 13:08:13.355 INFO kablam! 40 | #![warn(unused_results)] Oct 15 13:08:13.355 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 13:08:13.355 INFO kablam! Oct 15 13:08:13.355 INFO kablam! warning: unused result Oct 15 13:08:13.355 INFO kablam! --> src/structure.rs:73:17 Oct 15 13:08:13.355 INFO kablam! | Oct 15 13:08:13.355 INFO kablam! 73 | set.insert(Child::Submodule(&parent[first_slash + 1 ..])); Oct 15 13:08:13.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:08:13.355 INFO kablam! Oct 15 13:08:15.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.04s Oct 15 13:08:15.970 INFO kablam! su: No module specific data is present Oct 15 13:08:17.103 INFO running `"docker" "rm" "-f" "e00c232ea9520d1b93418dac71cb0d794c6a4c553e7c48533c1a7719522de92b"` Oct 15 13:08:17.458 INFO blam! e00c232ea9520d1b93418dac71cb0d794c6a4c553e7c48533c1a7719522de92b Oct 15 13:08:17.466 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13:08:17.807 INFO blam! ab72d41a68881c45235237e25bf5be37b2a71c25ced23d37c3192d89ce1f166a Oct 15 13:08:17.809 INFO running `"docker" "start" "-a" "ab72d41a68881c45235237e25bf5be37b2a71c25ced23d37c3192d89ce1f166a"` Oct 15 13:08:19.166 INFO kablam! usermod: no changes Oct 15 13:08:19.311 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 15 13:08:19.327 INFO kablam! Running /target/debug/deps/zoneinfo_parse-b30e7d3cb4860e44 Oct 15 13:08:19.327 INFO blam! Oct 15 13:08:19.327 INFO blam! running 28 tests Oct 15 13:08:19.327 INFO blam! test line::test::multiple_hash ... ok Oct 15 13:08:19.327 INFO blam! test line::test::month ... ok Oct 15 13:08:19.334 INFO blam! test line::test::comment ... ok Oct 15 13:08:19.335 INFO blam! test line::test::another_comment ... ok Oct 15 13:08:19.341 INFO blam! test line::test::empty ... ok Oct 15 13:08:19.353 INFO blam! test line::test::golb ... ok Oct 15 13:08:19.358 INFO blam! test line::test::comment_after ... ok Oct 15 13:08:19.371 INFO blam! test line::test::spaces ... ok Oct 15 13:08:19.371 INFO blam! test line::test::link ... ok Oct 15 13:08:19.372 INFO blam! test line::test::rules::bad_month ... ok Oct 15 13:08:19.375 INFO blam! test line::test::rules::rule_1 ... ok Oct 15 13:08:19.381 INFO blam! test line::test::rules::no_hyphen ... ok Oct 15 13:08:19.391 INFO blam! test line::test::two_comments_after ... ok Oct 15 13:08:19.403 INFO blam! test line::test::rules::rule_2 ... ok Oct 15 13:08:19.407 INFO blam! test line::test::non_comment ... ok Oct 15 13:08:19.427 INFO blam! test line::test::zones::continuation_1 ... ok Oct 15 13:08:19.435 INFO blam! test line::test::zones::continuation_2 ... ok Oct 15 13:08:19.455 INFO blam! test structure::test::child ... ok Oct 15 13:08:19.467 INFO blam! test line::test::zones::negative_offsets_2 ... ok Oct 15 13:08:19.468 INFO blam! test structure::test::empty ... ok Oct 15 13:08:19.475 INFO blam! test transitions::test::optimise_macquarie ... ok Oct 15 13:08:19.475 INFO blam! test structure::test::separate ... ok Oct 15 13:08:19.483 INFO blam! test line::test::zones::zone_hyphen ... ok Oct 15 13:08:19.483 INFO blam! test structure::test::hierarchy ... ok Oct 15 13:08:19.484 INFO blam! test line::test::zones::zone ... ok Oct 15 13:08:19.489 INFO blam! test line::test::zones::negative_offsets ... ok Oct 15 13:08:19.489 INFO blam! test line::test::rules::rule_3 ... ok Oct 15 13:08:19.490 INFO blam! test line::test::zones::negative_offsets_3 ... ok Oct 15 13:08:19.490 INFO blam! Oct 15 13:08:19.490 INFO blam! test result: ok. 28 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:08:19.490 INFO blam! Oct 15 13:08:19.499 INFO kablam! Running /target/debug/deps/transition_tests-71772b7d8248f04b Oct 15 13:08:19.499 INFO blam! Oct 15 13:08:19.500 INFO blam! running 7 tests Oct 15 13:08:19.507 INFO blam! test no_transitions ... ok Oct 15 13:08:19.507 INFO blam! test two_rules ... ok Oct 15 13:08:19.507 INFO blam! test one_rule ... ok Oct 15 13:08:19.508 INFO blam! test one_transition ... ok Oct 15 13:08:19.508 INFO blam! test two_transitions ... ok Oct 15 13:08:19.520 INFO blam! test tripoli ... ok Oct 15 13:08:19.535 INFO blam! test dushanbe ... ok Oct 15 13:08:19.535 INFO kablam! Doc-tests zoneinfo_parse Oct 15 13:08:19.535 INFO blam! Oct 15 13:08:19.536 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:08:19.536 INFO blam! Oct 15 13:08:21.283 INFO blam! Oct 15 13:08:21.284 INFO blam! running 4 tests Oct 15 13:08:25.325 INFO blam! test src/table.rs - table (line 19) ... ok Oct 15 13:08:25.715 INFO blam! test src/line.rs - line (line 16) ... ok Oct 15 13:08:25.938 INFO blam! test src/line.rs - line (line 70) ... ok Oct 15 13:08:25.978 INFO blam! test src/line.rs - line (line 41) ... ok Oct 15 13:08:25.979 INFO blam! Oct 15 13:08:25.979 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:08:25.979 INFO blam! Oct 15 13:08:25.991 INFO kablam! su: No module specific data is present Oct 15 13:08:26.284 INFO running `"docker" "rm" "-f" "ab72d41a68881c45235237e25bf5be37b2a71c25ced23d37c3192d89ce1f166a"` Oct 15 13:08:26.406 INFO blam! ab72d41a68881c45235237e25bf5be37b2a71c25ced23d37c3192d89ce1f166a