[INFO] fetching crate bilge-impl 0.2.0... [INFO] testing bilge-impl-0.2.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate bilge-impl 0.2.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate bilge-impl 0.2.0 [INFO] finished tweaking crates.io crate bilge-impl 0.2.0 [INFO] tweaked toml for crates.io crate bilge-impl 0.2.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate bilge-impl 0.2.0 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 10 packages to latest compatible versions [INFO] [stderr] Adding itertools v0.11.0 (available: v0.14.0) [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] Downloading crates ... [INFO] [stderr] Downloaded syn-path v2.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] ef60172e7612f87de1ce69ef4619ad1dd8498cf5fd23dc677d0cf8208f64d644 [INFO] running `Command { std: "docker" "start" "-a" "ef60172e7612f87de1ce69ef4619ad1dd8498cf5fd23dc677d0cf8208f64d644", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef60172e7612f87de1ce69ef4619ad1dd8498cf5fd23dc677d0cf8208f64d644", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef60172e7612f87de1ce69ef4619ad1dd8498cf5fd23dc677d0cf8208f64d644", kill_on_drop: false }` [INFO] [stdout] ef60172e7612f87de1ce69ef4619ad1dd8498cf5fd23dc677d0cf8208f64d644 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 3f1355ed71cfabcb47642bf053b5216bee0c7b71100f16987590f8e16f79fd1b [INFO] running `Command { std: "docker" "start" "-a" "3f1355ed71cfabcb47642bf053b5216bee0c7b71100f16987590f8e16f79fd1b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling bilge-impl v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitsize/split.rs:125:31 [INFO] [stdout] | [INFO] [stdout] 125 | fn parse_attribute(attribute: &Attribute) -> ParsedAttribute { [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] 125 | fn parse_attribute(attribute: &Attribute) -> ParsedAttribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s [INFO] running `Command { std: "docker" "inspect" "3f1355ed71cfabcb47642bf053b5216bee0c7b71100f16987590f8e16f79fd1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f1355ed71cfabcb47642bf053b5216bee0c7b71100f16987590f8e16f79fd1b", kill_on_drop: false }` [INFO] [stdout] 3f1355ed71cfabcb47642bf053b5216bee0c7b71100f16987590f8e16f79fd1b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] aef4e1a29f1dc00d16789449e6272d961e8060894d21edfe2d9c352f1dfe28af [INFO] running `Command { std: "docker" "start" "-a" "aef4e1a29f1dc00d16789449e6272d961e8060894d21edfe2d9c352f1dfe28af", kill_on_drop: false }` [INFO] [stderr] Compiling syn-path v2.0.0 [INFO] [stderr] Compiling bilge-impl v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitsize/split.rs:125:31 [INFO] [stdout] | [INFO] [stdout] 125 | fn parse_attribute(attribute: &Attribute) -> ParsedAttribute { [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] 125 | fn parse_attribute(attribute: &Attribute) -> ParsedAttribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/bitsize/split.rs:125:31 [INFO] [stdout] | [INFO] [stdout] 125 | fn parse_attribute(attribute: &Attribute) -> ParsedAttribute { [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] 125 | fn parse_attribute(attribute: &Attribute) -> ParsedAttribute<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.42s [INFO] running `Command { std: "docker" "inspect" "aef4e1a29f1dc00d16789449e6272d961e8060894d21edfe2d9c352f1dfe28af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aef4e1a29f1dc00d16789449e6272d961e8060894d21edfe2d9c352f1dfe28af", kill_on_drop: false }` [INFO] [stdout] aef4e1a29f1dc00d16789449e6272d961e8060894d21edfe2d9c352f1dfe28af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 2784ada07a2fc95c21f89821c0d39e606262e7ae9938c50da384975e1bbbc1fe [INFO] running `Command { std: "docker" "start" "-a" "2784ada07a2fc95c21f89821c0d39e606262e7ae9938c50da384975e1bbbc1fe", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/bitsize/split.rs:125:31 [INFO] [stderr] | [INFO] [stderr] 125 | fn parse_attribute(attribute: &Attribute) -> ParsedAttribute { [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] 125 | fn parse_attribute(attribute: &Attribute) -> ParsedAttribute<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `bilge-impl` (lib) generated 1 warning (run `cargo fix --lib -p bilge-impl` to apply 1 suggestion) [INFO] [stderr] warning: `bilge-impl` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bilge_impl-8d4eaea45184691c) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test shared::util::partial_does_not_match ... ok [INFO] [stdout] test shared::util::path_matching ... ok [INFO] [stdout] test shared::util::path_matching_without_root ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests bilge_impl [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/bitsize/split.rs - bitsize::split::SplitAttributes (line 12) ... ignored [INFO] [stdout] test src/bitsize/split.rs - bitsize::split::SplitAttributes (line 26) ... ignored [INFO] [stdout] test src/bitsize/split.rs - bitsize::split::SplitAttributes (line 38) ... ignored [INFO] [stdout] test src/bitsize_internal/struct_gen.rs - bitsize_internal::struct_gen (line 18) ... ignored [INFO] [stdout] test src/bitsize_internal/struct_gen.rs - bitsize_internal::struct_gen (line 9) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2784ada07a2fc95c21f89821c0d39e606262e7ae9938c50da384975e1bbbc1fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2784ada07a2fc95c21f89821c0d39e606262e7ae9938c50da384975e1bbbc1fe", kill_on_drop: false }` [INFO] [stdout] 2784ada07a2fc95c21f89821c0d39e606262e7ae9938c50da384975e1bbbc1fe