[INFO] fetching crate parse-zoneinfo 0.3.1... [INFO] testing parse-zoneinfo-0.3.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate parse-zoneinfo 0.3.1 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate parse-zoneinfo 0.3.1 [INFO] finished tweaking crates.io crate parse-zoneinfo 0.3.1 [INFO] tweaked toml for crates.io crate parse-zoneinfo 0.3.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate parse-zoneinfo 0.3.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate parse-zoneinfo 0.3.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc47229057be40430ea1052a767e7c5cbeee547ca89331301195d13a03b4750c [INFO] running `Command { std: "docker" "start" "-a" "fc47229057be40430ea1052a767e7c5cbeee547ca89331301195d13a03b4750c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc47229057be40430ea1052a767e7c5cbeee547ca89331301195d13a03b4750c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc47229057be40430ea1052a767e7c5cbeee547ca89331301195d13a03b4750c", kill_on_drop: false }` [INFO] [stdout] fc47229057be40430ea1052a767e7c5cbeee547ca89331301195d13a03b4750c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 6b19731e09f36e5019b48f92e0876e48e09e2a51b09249a37d60cb4ef57e6ccf [INFO] running `Command { std: "docker" "start" "-a" "6b19731e09f36e5019b48f92e0876e48e09e2a51b09249a37d60cb4ef57e6ccf", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/structure.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | fn structure(&self) -> TableStructure; [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 40 | fn structure(&self) -> TableStructure<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/structure.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 44 | fn structure(&self) -> TableStructure { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 44 | fn structure(&self) -> TableStructure<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/table.rs:332:9 [INFO] [stdout] | [INFO] [stdout] 332 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 333 | continuation_line: line::ZoneInfo, [INFO] [stdout] 334 | ) -> Result<(), Error> { [INFO] [stdout] | ----- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 334 | ) -> Result<(), Error<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/table.rs:346:26 [INFO] [stdout] | [INFO] [stdout] 346 | pub fn add_rule_line(&mut self, rule_line: line::Rule) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output ----- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 346 | pub fn add_rule_line(&mut self, rule_line: line::Rule) -> Result<(), Error<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.10s [INFO] running `Command { std: "docker" "inspect" "6b19731e09f36e5019b48f92e0876e48e09e2a51b09249a37d60cb4ef57e6ccf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b19731e09f36e5019b48f92e0876e48e09e2a51b09249a37d60cb4ef57e6ccf", kill_on_drop: false }` [INFO] [stdout] 6b19731e09f36e5019b48f92e0876e48e09e2a51b09249a37d60cb4ef57e6ccf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 6b1cf6406e874d7a96f48e8e8498001031dd05b38aa91f1ef20eccf03593594e [INFO] running `Command { std: "docker" "start" "-a" "6b1cf6406e874d7a96f48e8e8498001031dd05b38aa91f1ef20eccf03593594e", kill_on_drop: false }` [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/structure.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | fn structure(&self) -> TableStructure; [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 40 | fn structure(&self) -> TableStructure<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/structure.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 44 | fn structure(&self) -> TableStructure { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 44 | fn structure(&self) -> TableStructure<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/table.rs:332:9 [INFO] [stdout] | [INFO] [stdout] 332 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 333 | continuation_line: line::ZoneInfo, [INFO] [stdout] 334 | ) -> Result<(), Error> { [INFO] [stdout] | ----- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 334 | ) -> Result<(), Error<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/table.rs:346:26 [INFO] [stdout] | [INFO] [stdout] 346 | pub fn add_rule_line(&mut self, rule_line: line::Rule) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output ----- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 346 | pub fn add_rule_line(&mut self, rule_line: line::Rule) -> Result<(), Error<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/structure.rs:40:18 [INFO] [stdout] | [INFO] [stdout] 40 | fn structure(&self) -> TableStructure; [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 40 | fn structure(&self) -> TableStructure<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/structure.rs:44:18 [INFO] [stdout] | [INFO] [stdout] 44 | fn structure(&self) -> TableStructure { [INFO] [stdout] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 44 | fn structure(&self) -> TableStructure<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/table.rs:332:9 [INFO] [stdout] | [INFO] [stdout] 332 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 333 | continuation_line: line::ZoneInfo, [INFO] [stdout] 334 | ) -> Result<(), Error> { [INFO] [stdout] | ----- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 334 | ) -> Result<(), Error<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/table.rs:346:26 [INFO] [stdout] | [INFO] [stdout] 346 | pub fn add_rule_line(&mut self, rule_line: line::Rule) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output ----- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 346 | pub fn add_rule_line(&mut self, rule_line: line::Rule) -> Result<(), Error<'_>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.12s [INFO] running `Command { std: "docker" "inspect" "6b1cf6406e874d7a96f48e8e8498001031dd05b38aa91f1ef20eccf03593594e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b1cf6406e874d7a96f48e8e8498001031dd05b38aa91f1ef20eccf03593594e", kill_on_drop: false }` [INFO] [stdout] 6b1cf6406e874d7a96f48e8e8498001031dd05b38aa91f1ef20eccf03593594e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] ad6af2297ac678869e7aeef20f1f2940a0133dabd7adc23f498343b5b0fbd4e0 [INFO] running `Command { std: "docker" "start" "-a" "ad6af2297ac678869e7aeef20f1f2940a0133dabd7adc23f498343b5b0fbd4e0", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/structure.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | fn structure(&self) -> TableStructure; [INFO] [stderr] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 40 | fn structure(&self) -> TableStructure<'_>; [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/structure.rs:44:18 [INFO] [stderr] | [INFO] [stderr] 44 | fn structure(&self) -> TableStructure { [INFO] [stderr] | ^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 44 | fn structure(&self) -> TableStructure<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/table.rs:332:9 [INFO] [stderr] | [INFO] [stderr] 332 | &mut self, [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stderr] 333 | continuation_line: line::ZoneInfo, [INFO] [stderr] 334 | ) -> Result<(), Error> { [INFO] [stderr] | ----- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 334 | ) -> Result<(), Error<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/table.rs:346:26 [INFO] [stderr] | [INFO] [stderr] 346 | pub fn add_rule_line(&mut self, rule_line: line::Rule) -> Result<(), Error> { [INFO] [stderr] | ^^^^^^^^^ this lifetime flows to the output ----- the lifetime gets resolved as `'_` [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 346 | pub fn add_rule_line(&mut self, rule_line: line::Rule) -> Result<(), Error<'_>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `parse-zoneinfo` (lib) generated 4 warnings (run `cargo fix --lib -p parse-zoneinfo` to apply 4 suggestions) [INFO] [stderr] warning: `parse-zoneinfo` (lib test) generated 4 warnings (4 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/parse_zoneinfo-69176db17fc3cdb3) [INFO] [stdout] [INFO] [stdout] running 34 tests [INFO] [stdout] test line::leap_years ... ok [INFO] [stdout] test line::tests::first_monday_on_or_after ... ok [INFO] [stdout] test line::tests::first_sunday_in_toronto ... ok [INFO] [stdout] test line::tests::continuation_2 ... ok [INFO] [stdout] test line::tests::last_monday ... ok [INFO] [stdout] test line::tests::bad_month ... ok [INFO] [stdout] test line::tests::month ... ok [INFO] [stdout] test line::tests::continuation_1 ... ok [INFO] [stdout] test line::tests::comment ... ok [INFO] [stdout] test line::tests::comment_after ... ok [INFO] [stdout] test line::tests::empty ... ok [INFO] [stdout] test line::tests::another_comment ... ok [INFO] [stdout] test line::tests::golb ... ok [INFO] [stdout] test line::tests::multiple_hash ... ok [INFO] [stdout] test line::tests::link ... ok [INFO] [stdout] test line::tests::negative_offsets ... ok [INFO] [stdout] test line::tests::negative_offsets_3 ... ok [INFO] [stdout] test line::tests::negative_offsets_2 ... ok [INFO] [stdout] test line::tests::to_timestamp ... ok [INFO] [stdout] test line::tests::no_hyphen ... ok [INFO] [stdout] test line::tests::rule_1 ... ok [INFO] [stdout] test line::weekdays ... ok [INFO] [stdout] test structure::test::child ... ok [INFO] [stdout] test structure::test::empty ... ok [INFO] [stdout] test structure::test::hierarchy ... ok [INFO] [stdout] test structure::test::separate ... ok [INFO] [stdout] test transitions::test::optimise_macquarie ... ok [INFO] [stdout] test line::tests::non_comment ... ok [INFO] [stdout] test line::tests::rule_2 ... ok [INFO] [stdout] test line::tests::spaces ... ok [INFO] [stdout] test line::tests::zone ... ok [INFO] [stdout] test line::tests::two_comments_after ... ok [INFO] [stdout] test line::tests::rule_3 ... ok [INFO] [stdout] test line::tests::zone_hyphen ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.70s [INFO] [stdout] [INFO] [stderr] Running tests/transition_tests.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/transition_tests-214f18913745a6b2) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test no_transitions ... ok [INFO] [stdout] test one_rule ... ok [INFO] [stdout] test one_transition ... ok [INFO] [stdout] test tripoli ... ok [INFO] [stdout] test two_rules ... ok [INFO] [stdout] test two_transitions ... ok [INFO] [stdout] test dushanbe ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ad6af2297ac678869e7aeef20f1f2940a0133dabd7adc23f498343b5b0fbd4e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad6af2297ac678869e7aeef20f1f2940a0133dabd7adc23f498343b5b0fbd4e0", kill_on_drop: false }` [INFO] [stdout] ad6af2297ac678869e7aeef20f1f2940a0133dabd7adc23f498343b5b0fbd4e0