[INFO] fetching crate ecore_rs 0.1.0...
[INFO] testing ecore_rs-0.1.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate ecore_rs 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate ecore_rs 0.1.0
[INFO] finished tweaking crates.io crate ecore_rs 0.1.0
[INFO] tweaked toml for crates.io crate ecore_rs 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ecore_rs 0.1.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ecore_rs 0.1.0 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2ebcae2c8ae987ce152991da9523f219c6959da8c03092a49467f4d2d9a80308
[INFO] running `Command { std: "docker" "start" "-a" "2ebcae2c8ae987ce152991da9523f219c6959da8c03092a49467f4d2d9a80308", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ebcae2c8ae987ce152991da9523f219c6959da8c03092a49467f4d2d9a80308", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ebcae2c8ae987ce152991da9523f219c6959da8c03092a49467f4d2d9a80308", kill_on_drop: false }`
[INFO] [stdout] 2ebcae2c8ae987ce152991da9523f219c6959da8c03092a49467f4d2d9a80308
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 19b2cac558101653c88675e734c9b849e1c4b27acaf86dc97a2ee91eb2a85c72
[INFO] running `Command { std: "docker" "start" "-a" "19b2cac558101653c88675e734c9b849e1c4b27acaf86dc97a2ee91eb2a85c72", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling regex-syntax v0.6.28
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling safe_index v0.9.20
[INFO] [stderr]    Compiling aho-corasick v0.7.19
[INFO] [stderr]    Compiling regex v1.7.0
[INFO] [stderr]    Compiling ecore_rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/ctx.rs:555:77
[INFO] [stdout]     |
[INFO] [stdout] 555 |     pub fn classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &Class> + 'a {
[INFO] [stdout]     |                            --              --                               ^^^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                            |               |                                |
[INFO] [stdout]     |                            |               the lifetime is named here       the same lifetime is elided here
[INFO] [stdout]     |                            the lifetime is named 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] 555 |     pub fn classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &'a Class> + 'a {
[INFO] [stdout]     |                                                                              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/ctx.rs:558:86
[INFO] [stdout]     |
[INFO] [stdout] 558 |     pub fn abstract_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &Class> + 'a {
[INFO] [stdout]     |                                     --              --                               ^^^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                                     |               |                                |
[INFO] [stdout]     |                                     |               the lifetime is named here       the same lifetime is elided here
[INFO] [stdout]     |                                     the lifetime is named 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] 558 |     pub fn abstract_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &'a Class> + 'a {
[INFO] [stdout]     |                                                                                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/ctx.rs:561:86
[INFO] [stdout]     |
[INFO] [stdout] 561 |     pub fn concrete_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &Class> + 'a {
[INFO] [stdout]     |                                     --              --                               ^^^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                                     |               |                                |
[INFO] [stdout]     |                                     |               the lifetime is named here       the same lifetime is elided here
[INFO] [stdout]     |                                     the lifetime is named 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] 561 |     pub fn concrete_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &'a Class> + 'a {
[INFO] [stdout]     |                                                                                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ctx.rs:565:23
[INFO] [stdout]     |
[INFO] [stdout] 565 |     pub fn enter_pack(&mut self, path: Path) -> Res<PathCtx> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 565 |     pub fn enter_pack(&mut self, path: Path) -> Res<PathCtx<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ctx.rs:569:28
[INFO] [stdout]     |
[INFO] [stdout] 569 |     pub fn enter_root_pack(&mut self) -> Res<PathCtx> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 569 |     pub fn enter_root_pack(&mut self) -> Res<PathCtx<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.99s
[INFO] running `Command { std: "docker" "inspect" "19b2cac558101653c88675e734c9b849e1c4b27acaf86dc97a2ee91eb2a85c72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19b2cac558101653c88675e734c9b849e1c4b27acaf86dc97a2ee91eb2a85c72", kill_on_drop: false }`
[INFO] [stdout] 19b2cac558101653c88675e734c9b849e1c4b27acaf86dc97a2ee91eb2a85c72
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c3269938d09420474a231ec7e268d4024d127e56e3f614a20c575c0873e77a54
[INFO] running `Command { std: "docker" "start" "-a" "c3269938d09420474a231ec7e268d4024d127e56e3f614a20c575c0873e77a54", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.137
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling time-macros v0.2.6
[INFO] [stderr]    Compiling ecore_rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/ctx.rs:555:77
[INFO] [stdout]     |
[INFO] [stdout] 555 |     pub fn classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &Class> + 'a {
[INFO] [stdout]     |                            --              --                               ^^^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                            |               |                                |
[INFO] [stdout]     |                            |               the lifetime is named here       the same lifetime is elided here
[INFO] [stdout]     |                            the lifetime is named 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] 555 |     pub fn classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &'a Class> + 'a {
[INFO] [stdout]     |                                                                              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/ctx.rs:558:86
[INFO] [stdout]     |
[INFO] [stdout] 558 |     pub fn abstract_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &Class> + 'a {
[INFO] [stdout]     |                                     --              --                               ^^^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                                     |               |                                |
[INFO] [stdout]     |                                     |               the lifetime is named here       the same lifetime is elided here
[INFO] [stdout]     |                                     the lifetime is named 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] 558 |     pub fn abstract_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &'a Class> + 'a {
[INFO] [stdout]     |                                                                                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/ctx.rs:561:86
[INFO] [stdout]     |
[INFO] [stdout] 561 |     pub fn concrete_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &Class> + 'a {
[INFO] [stdout]     |                                     --              --                               ^^^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                                     |               |                                |
[INFO] [stdout]     |                                     |               the lifetime is named here       the same lifetime is elided here
[INFO] [stdout]     |                                     the lifetime is named 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] 561 |     pub fn concrete_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &'a Class> + 'a {
[INFO] [stdout]     |                                                                                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ctx.rs:565:23
[INFO] [stdout]     |
[INFO] [stdout] 565 |     pub fn enter_pack(&mut self, path: Path) -> Res<PathCtx> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 565 |     pub fn enter_pack(&mut self, path: Path) -> Res<PathCtx<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ctx.rs:569:28
[INFO] [stdout]     |
[INFO] [stdout] 569 |     pub fn enter_root_pack(&mut self) -> Res<PathCtx> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 569 |     pub fn enter_root_pack(&mut self) -> Res<PathCtx<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling time v0.3.17
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling simple_logger v2.3.0
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/ctx.rs:555:77
[INFO] [stdout]     |
[INFO] [stdout] 555 |     pub fn classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &Class> + 'a {
[INFO] [stdout]     |                            --              --                               ^^^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                            |               |                                |
[INFO] [stdout]     |                            |               the lifetime is named here       the same lifetime is elided here
[INFO] [stdout]     |                            the lifetime is named 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] 555 |     pub fn classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &'a Class> + 'a {
[INFO] [stdout]     |                                                                              ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/ctx.rs:558:86
[INFO] [stdout]     |
[INFO] [stdout] 558 |     pub fn abstract_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &Class> + 'a {
[INFO] [stdout]     |                                     --              --                               ^^^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                                     |               |                                |
[INFO] [stdout]     |                                     |               the lifetime is named here       the same lifetime is elided here
[INFO] [stdout]     |                                     the lifetime is named 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] 558 |     pub fn abstract_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &'a Class> + 'a {
[INFO] [stdout]     |                                                                                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/ctx.rs:561:86
[INFO] [stdout]     |
[INFO] [stdout] 561 |     pub fn concrete_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &Class> + 'a {
[INFO] [stdout]     |                                     --              --                               ^^^^^^    -- the same lifetime is named here
[INFO] [stdout]     |                                     |               |                                |
[INFO] [stdout]     |                                     |               the lifetime is named here       the same lifetime is elided here
[INFO] [stdout]     |                                     the lifetime is named 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] 561 |     pub fn concrete_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &'a Class> + 'a {
[INFO] [stdout]     |                                                                                       ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ctx.rs:565:23
[INFO] [stdout]     |
[INFO] [stdout] 565 |     pub fn enter_pack(&mut self, path: Path) -> Res<PathCtx> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 565 |     pub fn enter_pack(&mut self, path: Path) -> Res<PathCtx<'_>> {
[INFO] [stdout]     |                                                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ctx.rs:569:28
[INFO] [stdout]     |
[INFO] [stdout] 569 |     pub fn enter_root_pack(&mut self) -> Res<PathCtx> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 569 |     pub fn enter_root_pack(&mut self) -> Res<PathCtx<'_>> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.96s
[INFO] running `Command { std: "docker" "inspect" "c3269938d09420474a231ec7e268d4024d127e56e3f614a20c575c0873e77a54", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3269938d09420474a231ec7e268d4024d127e56e3f614a20c575c0873e77a54", kill_on_drop: false }`
[INFO] [stdout] c3269938d09420474a231ec7e268d4024d127e56e3f614a20c575c0873e77a54
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1a5b01c5b046d43fc9f915e17b9010f0ba12b43ae56976c801f9067ca0ed14c0
[INFO] running `Command { std: "docker" "start" "-a" "1a5b01c5b046d43fc9f915e17b9010f0ba12b43ae56976c801f9067ca0ed14c0", kill_on_drop: false }`
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/ctx.rs:555:77
[INFO] [stderr]     |
[INFO] [stderr] 555 |     pub fn classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &Class> + 'a {
[INFO] [stderr]     |                            --              --                               ^^^^^^    -- the same lifetime is named here
[INFO] [stderr]     |                            |               |                                |
[INFO] [stderr]     |                            |               the lifetime is named here       the same lifetime is elided here
[INFO] [stderr]     |                            the lifetime is named 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] [stderr]     |
[INFO] [stderr] 555 |     pub fn classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &'a Class> + 'a {
[INFO] [stderr]     |                                                                              ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/ctx.rs:558:86
[INFO] [stderr]     |
[INFO] [stderr] 558 |     pub fn abstract_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &Class> + 'a {
[INFO] [stderr]     |                                     --              --                               ^^^^^^    -- the same lifetime is named here
[INFO] [stderr]     |                                     |               |                                |
[INFO] [stderr]     |                                     |               the lifetime is named here       the same lifetime is elided here
[INFO] [stderr]     |                                     the lifetime is named 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] 558 |     pub fn abstract_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &'a Class> + 'a {
[INFO] [stderr]     |                                                                                       ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/ctx.rs:561:86
[INFO] [stderr]     |
[INFO] [stderr] 561 |     pub fn concrete_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &Class> + 'a {
[INFO] [stderr]     |                                     --              --                               ^^^^^^    -- the same lifetime is named here
[INFO] [stderr]     |                                     |               |                                |
[INFO] [stderr]     |                                     |               the lifetime is named here       the same lifetime is elided here
[INFO] [stderr]     |                                     the lifetime is named 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] 561 |     pub fn concrete_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator<Item = &'a Class> + 'a {
[INFO] [stderr]     |                                                                                       ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ctx.rs:565:23
[INFO] [stderr]     |
[INFO] [stderr] 565 |     pub fn enter_pack(&mut self, path: Path) -> Res<PathCtx> {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 565 |     pub fn enter_pack(&mut self, path: Path) -> Res<PathCtx<'_>> {
[INFO] [stderr]     |                                                            ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ctx.rs:569:28
[INFO] [stderr]     |
[INFO] [stderr] 569 |     pub fn enter_root_pack(&mut self) -> Res<PathCtx> {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 569 |     pub fn enter_root_pack(&mut self) -> Res<PathCtx<'_>> {
[INFO] [stderr]     |                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `ecore_rs` (lib) generated 5 warnings (run `cargo fix --lib -p ecore_rs` to apply 5 suggestions)
[INFO] [stderr] warning: `ecore_rs` (lib test) generated 5 warnings (5 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/ecore_rs-cadfece0859a6dc1)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ecore_rs
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/ctx.rs - ctx::Ctx::try_parse_builtin_etype (line 297) ... ok
[INFO] [stdout] test src/ctx.rs - ctx::Ctx::parse_builtin_etype_url (line 274) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.72s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "1a5b01c5b046d43fc9f915e17b9010f0ba12b43ae56976c801f9067ca0ed14c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a5b01c5b046d43fc9f915e17b9010f0ba12b43ae56976c801f9067ca0ed14c0", kill_on_drop: false }`
[INFO] [stdout] 1a5b01c5b046d43fc9f915e17b9010f0ba12b43ae56976c801f9067ca0ed14c0
