[INFO] fetching crate dewey 0.3.0...
[INFO] testing dewey-0.3.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate dewey 0.3.0 into /workspace/builds/worker-0-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dewey 0.3.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 39911e80bde01f3aa56eb412196b241e71cad8b11c618d6cbbb860a3e1828631
[INFO] running `Command { std: "docker" "start" "-a" "39911e80bde01f3aa56eb412196b241e71cad8b11c618d6cbbb860a3e1828631", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "39911e80bde01f3aa56eb412196b241e71cad8b11c618d6cbbb860a3e1828631", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39911e80bde01f3aa56eb412196b241e71cad8b11c618d6cbbb860a3e1828631", kill_on_drop: false }`
[INFO] [stdout] 39911e80bde01f3aa56eb412196b241e71cad8b11c618d6cbbb860a3e1828631
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1f40182c8bc78a9d98a88ccebcfac9b146f6b99c57739a0419f029f3ed93e38b
[INFO] running `Command { std: "docker" "start" "-a" "1f40182c8bc78a9d98a88ccebcfac9b146f6b99c57739a0419f029f3ed93e38b", 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.20s
[INFO] running `Command { std: "docker" "inspect" "1f40182c8bc78a9d98a88ccebcfac9b146f6b99c57739a0419f029f3ed93e38b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f40182c8bc78a9d98a88ccebcfac9b146f6b99c57739a0419f029f3ed93e38b", kill_on_drop: false }`
[INFO] [stdout] 1f40182c8bc78a9d98a88ccebcfac9b146f6b99c57739a0419f029f3ed93e38b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 359db92ca62506ad8c97f160012f380551f63adae6aa8d1b77c8349581143a8c
[INFO] running `Command { std: "docker" "start" "-a" "359db92ca62506ad8c97f160012f380551f63adae6aa8d1b77c8349581143a8c", 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.58s
[INFO] running `Command { std: "docker" "inspect" "359db92ca62506ad8c97f160012f380551f63adae6aa8d1b77c8349581143a8c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "359db92ca62506ad8c97f160012f380551f63adae6aa8d1b77c8349581143a8c", kill_on_drop: false }`
[INFO] [stdout] 359db92ca62506ad8c97f160012f380551f63adae6aa8d1b77c8349581143a8c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6d0db06c2da1df9b1da5b6bda70d214cbcb6c66943b5a04a88edeacce0fc001e
[INFO] running `Command { std: "docker" "start" "-a" "6d0db06c2da1df9b1da5b6bda70d214cbcb6c66943b5a04a88edeacce0fc001e", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout] 
[INFO] [stderr]    --> src/lib.rs:127:14
[INFO] [stdout] running 67 tests
[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.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dewey-309852e7a0a65fd4)
[INFO] [stdout] test compare_component_alpha_to_alpha ... ok
[INFO] [stdout] test compare_component_beta_to_alpha ... 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_dot ... ok
[INFO] [stdout] test compare_component_char_a_to_end ... ok
[INFO] [stdout] test compare_component_char_a_to_patchlevel ... ok
[INFO] [stdout] test compare_component_char_a_to_rc ... ok
[INFO] [stdout] test compare_component_char_a_to_pre ... ok
[INFO] [stdout] test compare_component_char_a_to_char_a ... ok
[INFO] [stdout] test compare_component_dot_to_alpha ... 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_rc ... ok
[INFO] [stdout] test compare_component_end_to_beta ... ok
[INFO] [stdout] test compare_component_end_to_dot ... ok
[INFO] [stdout] test compare_component_end_to_end ... 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_beta ... ok
[INFO] [stdout] test compare_component_end_to_rc ... ok
[INFO] [stdout] test compare_component_num_0_to_dot ... ok
[INFO] [stdout] test compare_component_num_0_to_num_0 ... ok
[INFO] [stdout] test compare_component_num_0_to_end ... 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_dot_to_pre ... ok
[INFO] [stdout] test compare_component_patchlevel_to_alpha ... ok
[INFO] [stdout] test compare_component_dot_to_dot ... ok
[INFO] [stdout] test compare_component_num_0_to_rc ... ok
[INFO] [stdout] test compare_component_char_a_to_num_0 ... ok
[INFO] [stdout] test compare_component_patchlevel_to_beta ... ok
[INFO] [stdout] test compare_component_patchlevel_to_patchlevel ... ok
[INFO] [stdout] test compare_component_patchlevel_to_pre ... ok
[INFO] [stdout] test compare_component_pre_to_alpha ... ok
[INFO] [stdout] test compare_component_end_to_alpha ... ok
[INFO] [stdout] test compare_component_end_to_patchlevel ... ok
[INFO] [stdout] test compare_component_pre_to_beta ... ok
[INFO] [stdout] test compare_component_pre_to_pre ... ok
[INFO] [stdout] test compare_component_rc_to_alpha ... ok
[INFO] [stdout] test compare_component_patchlevel_to_rc ... ok
[INFO] [stdout] test compare_version_1_2_to_1_2 ... ok
[INFO] [stdout] test compare_version_1_to_0 ... ok
[INFO] [stdout] test compare_version_1_to_0_0_1 ... ok
[INFO] [stdout] test compare_version_1_to_1_0 ... ok
[INFO] [stdout] test compare_version_1_to_1_0_2 ... ok
[INFO] [stdout] test compare_version_1_to_1_1 ... ok
[INFO] [stdout] test compare_version_1_to_1alpha ... ok
[INFO] [stdout] test compare_component_rc_to_pre ... ok
[INFO] [stdout] test compare_component_rc_to_beta ... ok
[INFO] [stdout] test compare_version_1_to_1alpha1 ... ok
[INFO] [stdout] test compare_version_1_to_1beta1 ... ok
[INFO] [stdout] test compare_version_1_to_1pl1 ... ok
[INFO] [stdout] test compare_version_1_to_1pl0 ... ok
[INFO] [stdout] test compare_version_1_to_1pre1 ... 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_emoji_to_emoji ... ok
[INFO] [stdout] test compare_version_aa_to_b ... ok
[INFO] [stdout] test compare_version_upper_a_to_a ... ok
[INFO] [stdout] test compare_version_a_to_b ... ok
[INFO] [stdout] test compare_version_1_to_2 ... ok
[INFO] [stdout] test compare_version_1_to_1rc1 ... ok
[INFO] [stderr]      Running tests/all.rs (/opt/rustwide/target/debug/deps/all-8130b93ff846f42c)
[INFO] [stdout] test compare_component_beta_to_beta ... ok
[INFO] [stdout] test compare_component_rc_to_rc ... ok
[INFO] [stdout] test compare_version_1_0_1_to_1 ... ok
[INFO] [stdout] test compare_version_1_to_1 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 67 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[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 3.07s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests dewey
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - min (line 39) ... ok
[INFO] [stdout] test src/lib.rs - min (line 49) ... ok
[INFO] [stdout] test src/lib.rs - min (line 12) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6d0db06c2da1df9b1da5b6bda70d214cbcb6c66943b5a04a88edeacce0fc001e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d0db06c2da1df9b1da5b6bda70d214cbcb6c66943b5a04a88edeacce0fc001e", kill_on_drop: false }`
[INFO] [stdout] 6d0db06c2da1df9b1da5b6bda70d214cbcb6c66943b5a04a88edeacce0fc001e
