[INFO] fetching crate rhymuri 1.3.1... [INFO] testing rhymuri-1.3.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate rhymuri 1.3.1 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate rhymuri 1.3.1 [INFO] finished tweaking crates.io crate rhymuri 1.3.1 [INFO] tweaked toml for crates.io crate rhymuri 1.3.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rhymuri 1.3.1 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 12 packages to latest compatible versions [INFO] [stderr] Adding thiserror v1.0.69 (available: v2.0.16) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded named_tuple v0.1.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8d9cd3bde470c34962dd5e1634669a13fc5f94ff8b8248b100544c8b7be1914d [INFO] running `Command { std: "docker" "start" "-a" "8d9cd3bde470c34962dd5e1634669a13fc5f94ff8b8248b100544c8b7be1914d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8d9cd3bde470c34962dd5e1634669a13fc5f94ff8b8248b100544c8b7be1914d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d9cd3bde470c34962dd5e1634669a13fc5f94ff8b8248b100544c8b7be1914d", kill_on_drop: false }` [INFO] [stdout] 8d9cd3bde470c34962dd5e1634669a13fc5f94ff8b8248b100544c8b7be1914d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 14cc169d0eb3c7d77ac683166dd120ff089f1e383b30b2d9c5a558504e36612a [INFO] running `Command { std: "docker" "start" "-a" "14cc169d0eb3c7d77ac683166dd120ff089f1e383b30b2d9c5a558504e36612a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling named_tuple v0.1.3 [INFO] [stderr] Compiling rhymuri v1.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:117:23 [INFO] [stdout] | [INFO] [stdout] 114 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 117 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 117 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:136:23 [INFO] [stdout] | [INFO] [stdout] 134 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 135 | c: char, [INFO] [stdout] 136 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 136 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:150:23 [INFO] [stdout] | [INFO] [stdout] 147 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 150 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 150 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:168:23 [INFO] [stdout] | [INFO] [stdout] 166 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 167 | c: char, [INFO] [stdout] 168 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 168 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:189:23 [INFO] [stdout] | [INFO] [stdout] 187 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 188 | c: char, [INFO] [stdout] 189 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 189 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:215:23 [INFO] [stdout] | [INFO] [stdout] 212 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 215 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 215 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s [INFO] running `Command { std: "docker" "inspect" "14cc169d0eb3c7d77ac683166dd120ff089f1e383b30b2d9c5a558504e36612a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14cc169d0eb3c7d77ac683166dd120ff089f1e383b30b2d9c5a558504e36612a", kill_on_drop: false }` [INFO] [stdout] 14cc169d0eb3c7d77ac683166dd120ff089f1e383b30b2d9c5a558504e36612a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5910e051a318edb55c619ac62cec440f1202f876db09a6b1adf8f0368f3df083 [INFO] running `Command { std: "docker" "start" "-a" "5910e051a318edb55c619ac62cec440f1202f876db09a6b1adf8f0368f3df083", kill_on_drop: false }` [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:117:23 [INFO] [stdout] | [INFO] [stdout] 114 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 117 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 117 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:136:23 [INFO] [stdout] | [INFO] [stdout] 134 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 135 | c: char, [INFO] [stdout] 136 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 136 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:150:23 [INFO] [stdout] | [INFO] [stdout] 147 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 150 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 150 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:168:23 [INFO] [stdout] | [INFO] [stdout] 166 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 167 | c: char, [INFO] [stdout] 168 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 168 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rhymuri v1.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:189:23 [INFO] [stdout] | [INFO] [stdout] 187 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 188 | c: char, [INFO] [stdout] 189 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 189 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:215:23 [INFO] [stdout] | [INFO] [stdout] 212 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 215 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 215 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:117:23 [INFO] [stdout] | [INFO] [stdout] 114 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 117 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 117 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:136:23 [INFO] [stdout] | [INFO] [stdout] 134 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 135 | c: char, [INFO] [stdout] 136 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 136 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:150:23 [INFO] [stdout] | [INFO] [stdout] 147 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 150 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 150 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:168:23 [INFO] [stdout] | [INFO] [stdout] 166 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 167 | c: char, [INFO] [stdout] 168 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 168 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:189:23 [INFO] [stdout] | [INFO] [stdout] 187 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 188 | c: char, [INFO] [stdout] 189 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 189 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/validate_ipv6_address.rs:215:23 [INFO] [stdout] | [INFO] [stdout] 212 | state: Shared<'a>, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] ... [INFO] [stdout] 215 | ) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: consistently use `'a` [INFO] [stdout] | [INFO] [stdout] 215 | ) -> Result> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.27s [INFO] running `Command { std: "docker" "inspect" "5910e051a318edb55c619ac62cec440f1202f876db09a6b1adf8f0368f3df083", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5910e051a318edb55c619ac62cec440f1202f876db09a6b1adf8f0368f3df083", kill_on_drop: false }` [INFO] [stdout] 5910e051a318edb55c619ac62cec440f1202f876db09a6b1adf8f0368f3df083 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fd5d52c96cf8f0dd2218b2a58a9eb24fceb96d823ef03c84e7911cd1bd7034fb [INFO] running `Command { std: "docker" "start" "-a" "fd5d52c96cf8f0dd2218b2a58a9eb24fceb96d823ef03c84e7911cd1bd7034fb", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/validate_ipv6_address.rs:117:23 [INFO] [stderr] | [INFO] [stderr] 114 | state: Shared<'a>, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] ... [INFO] [stderr] 117 | ) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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: consistently use `'a` [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 55 tests [INFO] [stderr] 117 | ) -> Result> { [INFO] [stdout] test authority::tests::host_ends_in_dot ... ok [INFO] [stderr] | ++++ [INFO] [stdout] test authority::tests::host_illegal_characters ... ok [INFO] [stderr] [INFO] [stdout] test authority::tests::host_mixed_case ... ok [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] test authority::tests::host_barely_legal ... ok [INFO] [stderr] --> src/validate_ipv6_address.rs:136:23 [INFO] [stdout] test authority::tests::userinfo_barely_legal ... ok [INFO] [stderr] | [INFO] [stdout] test authority::tests::userinfo_illegal_characters ... ok [INFO] [stderr] 134 | state: Shared<'a>, [INFO] [stdout] test authority::tests::userinfo ... ok [INFO] [stderr] | -- the lifetime is named here [INFO] [stdout] test parse_host_port::tests::bad_port_number_negative ... ok [INFO] [stderr] 135 | c: char, [INFO] [stdout] test parse_host_port::tests::bad_port_number_purly_alphabetic ... ok [INFO] [stderr] 136 | ) -> Result { [INFO] [stdout] test parse_host_port::tests::bad_port_number_starts_numeric_ends_alphabetic ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test parse_host_port::tests::bad_port_number_too_big ... ok [INFO] [stderr] | [INFO] [stdout] test parse_host_port::tests::empty_port_number ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test parse_host_port::tests::ipv6_address_with_ipv4_part_missing_bracket ... ok [INFO] [stderr] help: consistently use `'a` [INFO] [stdout] test parse_host_port::tests::largest_valid_port_number ... ok [INFO] [stderr] | [INFO] [stdout] test parse_host_port::tests::no_port_number ... ok [INFO] [stderr] 136 | ) -> Result> { [INFO] [stdout] test percent_encoded_character_decoder::tests::good_sequences ... ok [INFO] [stderr] | ++++ [INFO] [stdout] test percent_encoded_character_decoder::tests::bad_sequences ... ok [INFO] [stderr] [INFO] [stdout] test parse_host_port::tests::non_empty_port_number ... ok [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] test parse_host_port::tests::truncated_host ... ok [INFO] [stderr] --> src/validate_ipv6_address.rs:150:23 [INFO] [stdout] test uri::tests::clear_query ... ok [INFO] [stderr] | [INFO] [stdout] test uri::tests::dont_misinterpret_colon_in_other_places_as_scheme_delimiter ... ok [INFO] [stderr] 147 | state: Shared<'a>, [INFO] [stdout] test uri::tests::fragment_empty_but_present ... ok [INFO] [stderr] | -- the lifetime is named here [INFO] [stdout] test uri::tests::empty_path_in_uri_with_authority_is_equivalent_to_slash_only_path ... ok [INFO] [stderr] ... [INFO] [stdout] test uri::tests::fragment_illegal_characters ... ok [INFO] [stderr] 150 | ) -> Result { [INFO] [stdout] test uri::tests::generate_string ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test uri::tests::make_a_copy ... ok [INFO] [stderr] | [INFO] [stdout] test uri::tests::no_scheme ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test uri::tests::fragment_barely_legal ... ok [INFO] [stderr] help: consistently use `'a` [INFO] [stdout] test uri::tests::construct_normalize_and_compare_equivalent_uris ... ok [INFO] [stderr] | [INFO] [stdout] test uri::tests::path_illegal_characters ... ok [INFO] [stderr] 150 | ) -> Result> { [INFO] [stdout] test uri::tests::normalize_path ... ok [INFO] [stderr] | ++++ [INFO] [stdout] test uri::tests::query_and_fragment_elements ... ok [INFO] [stderr] [INFO] [stdout] test uri::tests::path_barely_legal ... ok [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] test uri::tests::query_barely_legal ... ok [INFO] [stderr] --> src/validate_ipv6_address.rs:168:23 [INFO] [stdout] test uri::tests::path_corner_cases ... ok [INFO] [stderr] | [INFO] [stdout] test uri::tests::paths_with_percent_encoded_characters ... ok [INFO] [stderr] 166 | state: Shared<'a>, [INFO] [stdout] test uri::tests::percent_encode_characters_with_two_digits_always ... ok [INFO] [stderr] | -- the lifetime is named here [INFO] [stdout] test uri::tests::percent_encode_plus_in_queries ... ok [INFO] [stderr] 167 | c: char, [INFO] [stdout] test uri::tests::query_empty_but_present ... ok [INFO] [stderr] 168 | ) -> Result { [INFO] [stdout] test uri::tests::query_illegal_characters ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test uri::tests::relative_vs_non_relative_paths ... ok [INFO] [stderr] | [INFO] [stdout] test uri::tests::relative_vs_non_relative_references ... ok [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test uri::tests::scheme_barely_legal ... ok [INFO] [stderr] help: consistently use `'a` [INFO] [stdout] test uri::tests::scheme_mixed_case ... ok [INFO] [stderr] | [INFO] [stdout] test uri::tests::scheme_illegal_characters ... ok [INFO] [stderr] 168 | ) -> Result> { [INFO] [stdout] test uri::tests::set_illegal_schemes ... ok [INFO] [stderr] | ++++ [INFO] [stdout] test uri::tests::reference_resolution ... ok [INFO] [stderr] [INFO] [stdout] test uri::tests::take_parts ... ok [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] test uri::tests::uri_ends_after_authority ... ok [INFO] [stderr] --> src/validate_ipv6_address.rs:189:23 [INFO] [stderr] | [INFO] [stderr] 187 | state: Shared<'a>, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 188 | c: char, [INFO] [stderr] 189 | ) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 189 | ) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/validate_ipv6_address.rs:215:23 [INFO] [stderr] | [INFO] [stderr] 212 | state: Shared<'a>, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] ... [INFO] [stderr] 215 | ) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'a` [INFO] [stderr] | [INFO] [stderr] 215 | ) -> Result> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `rhymuri` (lib) generated 6 warnings (run `cargo fix --lib -p rhymuri` to apply 6 suggestions) [INFO] [stderr] warning: `rhymuri` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rhymuri-fc57546f06471633) [INFO] [stdout] test validate_ipv4_address::tests::good ... ok [INFO] [stdout] test uri::tests::url ... ok [INFO] [stdout] test uri::tests::urn_default_path_delimiter ... ok [INFO] [stdout] test validate_ipv6_address::tests::good ... ok [INFO] [stdout] test validate_ipv6_address::tests::bad ... ok [INFO] [stdout] test validate_ipv4_address::tests::bad ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests rhymuri [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test src/authority.rs - authority::Authority (line 24) ... ok [INFO] [stdout] test src/uri.rs - uri::Uri (line 68) ... ok [INFO] [stdout] test src/uri.rs - uri::Uri (line 46) ... ok [INFO] [stdout] test src/lib.rs - (line 24) ... ok [INFO] [stdout] test src/authority.rs - authority::Authority (line 39) ... ok [INFO] [stdout] test src/uri.rs - uri::Uri::normalize (line 246) ... ok [INFO] [stdout] test src/uri.rs - uri::Uri::resolve (line 504) ... ok [INFO] [stdout] test src/lib.rs - (line 42) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fd5d52c96cf8f0dd2218b2a58a9eb24fceb96d823ef03c84e7911cd1bd7034fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd5d52c96cf8f0dd2218b2a58a9eb24fceb96d823ef03c84e7911cd1bd7034fb", kill_on_drop: false }` [INFO] [stdout] fd5d52c96cf8f0dd2218b2a58a9eb24fceb96d823ef03c84e7911cd1bd7034fb