[INFO] fetching crate dewey 0.3.0...
[INFO] testing dewey-0.3.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate dewey 0.3.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate dewey 0.3.0
[INFO] finished tweaking crates.io crate dewey 0.3.0
[INFO] tweaked toml for crates.io crate dewey 0.3.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate dewey 0.3.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c562640e4ad85aaa78419f99dcc3202d83e3c9139bd446a86e005c4bd7c2df96
[INFO] running `Command { std: "docker" "start" "-a" "c562640e4ad85aaa78419f99dcc3202d83e3c9139bd446a86e005c4bd7c2df96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c562640e4ad85aaa78419f99dcc3202d83e3c9139bd446a86e005c4bd7c2df96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c562640e4ad85aaa78419f99dcc3202d83e3c9139bd446a86e005c4bd7c2df96", kill_on_drop: false }`
[INFO] [stdout] c562640e4ad85aaa78419f99dcc3202d83e3c9139bd446a86e005c4bd7c2df96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e3f64c8f59a90cba30842dd36e0e59ee242be3517b24c7b935a18eb47a998971
[INFO] running `Command { std: "docker" "start" "-a" "e3f64c8f59a90cba30842dd36e0e59ee242be3517b24c7b935a18eb47a998971", kill_on_drop: false }`
[INFO] [stderr]    Compiling dewey v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 |   fn version(&self) -> Version {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 127 |   fn version(&self) -> Version<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] running `Command { std: "docker" "inspect" "e3f64c8f59a90cba30842dd36e0e59ee242be3517b24c7b935a18eb47a998971", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3f64c8f59a90cba30842dd36e0e59ee242be3517b24c7b935a18eb47a998971", kill_on_drop: false }`
[INFO] [stdout] e3f64c8f59a90cba30842dd36e0e59ee242be3517b24c7b935a18eb47a998971
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 56bda86627b4ea1a8060c923cf2d6399e0f830755eb148f71b9251fe2b9617c5
[INFO] running `Command { std: "docker" "start" "-a" "56bda86627b4ea1a8060c923cf2d6399e0f830755eb148f71b9251fe2b9617c5", kill_on_drop: false }`
[INFO] [stderr]    Compiling dewey v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 |   fn version(&self) -> Version {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 127 |   fn version(&self) -> Version<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:127:14
[INFO] [stdout]     |
[INFO] [stdout] 127 |   fn version(&self) -> Version {
[INFO] [stdout]     |              ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 127 |   fn version(&self) -> Version<'_> {
[INFO] [stdout]     |                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.55s
[INFO] running `Command { std: "docker" "inspect" "56bda86627b4ea1a8060c923cf2d6399e0f830755eb148f71b9251fe2b9617c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56bda86627b4ea1a8060c923cf2d6399e0f830755eb148f71b9251fe2b9617c5", kill_on_drop: false }`
[INFO] [stdout] 56bda86627b4ea1a8060c923cf2d6399e0f830755eb148f71b9251fe2b9617c5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7d0be9b563a9faedcea5d36d5905ffc4e22d356e6eb48ff6d1d41c73c753f26c
[INFO] running `Command { std: "docker" "start" "-a" "7d0be9b563a9faedcea5d36d5905ffc4e22d356e6eb48ff6d1d41c73c753f26c", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:127:14
[INFO] [stderr]     |
[INFO] [stderr] 127 |   fn version(&self) -> Version {
[INFO] [stderr]     |              ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |              |
[INFO] [stderr]     |              the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 127 |   fn version(&self) -> Version<'_> {
[INFO] [stderr]     |                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `dewey` (lib) generated 1 warning (run `cargo fix --lib -p dewey` to apply 1 suggestion)
[INFO] [stderr] warning: `dewey` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dewey-309852e7a0a65fd4)
[INFO] [stdout] 
[INFO] [stdout] running 67 tests
[INFO] [stdout] test compare_component_alpha_to_alpha ... ok
[INFO] [stdout] test compare_component_beta_to_alpha ... ok
[INFO] [stdout] test compare_component_beta_to_beta ... ok
[INFO] [stdout] test compare_component_char_a_to_alpha ... ok
[INFO] [stdout] test compare_component_char_a_to_beta ... ok
[INFO] [stdout] test compare_component_char_a_to_char_a ... ok
[INFO] [stdout] test compare_component_char_a_to_dot ... ok
[INFO] [stdout] test compare_component_char_a_to_num_0 ... ok
[INFO] [stdout] test compare_component_char_a_to_end ... ok
[INFO] [stdout] test compare_component_char_a_to_pre ... ok
[INFO] [stdout] test compare_component_char_a_to_patchlevel ... ok
[INFO] [stdout] test compare_component_dot_to_alpha ... ok
[INFO] [stdout] test compare_component_char_a_to_rc ... ok
[INFO] [stdout] test compare_component_dot_to_dot ... ok
[INFO] [stdout] test compare_component_dot_to_beta ... ok
[INFO] [stdout] test compare_component_dot_to_patchlevel ... ok
[INFO] [stdout] test compare_component_dot_to_pre ... ok
[INFO] [stdout] test compare_component_dot_to_rc ... ok
[INFO] [stdout] test compare_component_end_to_beta ... ok
[INFO] [stdout] test compare_component_end_to_patchlevel ... ok
[INFO] [stdout] test compare_component_end_to_pre ... ok
[INFO] [stdout] test compare_component_num_0_to_alpha ... ok
[INFO] [stdout] test compare_component_num_0_to_end ... ok
[INFO] [stdout] test compare_component_num_0_to_num_0 ... ok
[INFO] [stdout] test compare_component_num_0_to_patchlevel ... ok
[INFO] [stdout] test compare_component_num_0_to_pre ... ok
[INFO] [stdout] test compare_component_num_0_to_rc ... ok
[INFO] [stdout] test compare_component_patchlevel_to_alpha ... ok
[INFO] [stdout] test compare_component_patchlevel_to_beta ... ok
[INFO] [stdout] test compare_component_pre_to_alpha ... ok
[INFO] [stdout] test compare_component_patchlevel_to_pre ... ok
[INFO] [stdout] test compare_component_pre_to_beta ... ok
[INFO] [stdout] test compare_component_pre_to_pre ... ok
[INFO] [stdout] test compare_component_patchlevel_to_patchlevel ... ok
[INFO] [stdout] test compare_component_rc_to_alpha ... ok
[INFO] [stdout] test compare_component_patchlevel_to_rc ... ok
[INFO] [stdout] test compare_component_rc_to_beta ... ok
[INFO] [stdout] test compare_component_rc_to_pre ... ok
[INFO] [stdout] test compare_version_1_0_1_to_1 ... ok
[INFO] [stdout] test compare_component_rc_to_rc ... ok
[INFO] [stdout] test compare_version_1_2_to_1_2 ... ok
[INFO] [stdout] test compare_version_1_to_0_0_1 ... ok
[INFO] [stdout] test compare_version_1_to_0 ... ok
[INFO] [stdout] test compare_version_1_to_1 ... ok
[INFO] [stdout] test compare_version_1_to_1_0_2 ... ok
[INFO] [stdout] test compare_component_end_to_rc ... ok
[INFO] [stdout] test compare_version_1_to_1alpha ... ok
[INFO] [stdout] test compare_version_1_to_1beta1 ... ok
[INFO] [stdout] test compare_version_1_to_1_0 ... ok
[INFO] [stdout] test compare_version_1_to_2 ... ok
[INFO] [stdout] test compare_version_1_to_1pl1 ... ok
[INFO] [stdout] test compare_version_1_to_1pre1 ... ok
[INFO] [stdout] test compare_version_1_to_1rc1 ... ok
[INFO] [stdout] test compare_component_end_to_dot ... ok
[INFO] [stdout] test compare_version_1_to_1pl0 ... ok
[INFO] [stdout] test compare_component_end_to_end ... ok
[INFO] [stdout] test compare_component_num_0_to_beta ... ok
[INFO] [stdout] test compare_component_num_0_to_dot ... ok
[INFO] [stdout] test compare_component_end_to_alpha ... ok
[INFO] [stdout] test compare_version_1_to_1_1 ... ok
[INFO] [stdout] test compare_version_1_to_1alpha1 ... ok
[INFO] [stdout] test compare_version_2_to_1 ... ok
[INFO] [stdout] test compare_version_7_3_2_to_7_3ce_1 ... ok
[INFO] [stdout] test compare_version_a_to_b ... ok
[INFO] [stdout] test compare_version_aa_to_b ... ok
[INFO] [stdout] test compare_version_emoji_to_emoji ... ok
[INFO] [stdout] test compare_version_upper_a_to_a ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 67 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/all.rs (/opt/rustwide/target/debug/deps/all-8130b93ff846f42c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_all ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.94s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dewey
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - min (line 12) ... ok
[INFO] [stdout] test src/lib.rs - min (line 39) ... ok
[INFO] [stdout] test src/lib.rs - min (line 49) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7d0be9b563a9faedcea5d36d5905ffc4e22d356e6eb48ff6d1d41c73c753f26c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d0be9b563a9faedcea5d36d5905ffc4e22d356e6eb48ff6d1d41c73c753f26c", kill_on_drop: false }`
[INFO] [stdout] 7d0be9b563a9faedcea5d36d5905ffc4e22d356e6eb48ff6d1d41c73c753f26c
