[INFO] fetching crate ecore_rs 0.1.0... [INFO] testing ecore_rs-0.1.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate ecore_rs 0.1.0 into /workspace/builds/worker-0-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ecore_rs 0.1.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded itoa v1.0.4 [INFO] [stderr] Downloaded time-macros v0.2.6 [INFO] [stderr] Downloaded simple_logger v2.3.0 [INFO] [stderr] Downloaded safe_index v0.9.20 [INFO] [stderr] Downloaded anyhow v1.0.66 [INFO] [stderr] Downloaded serde v1.0.147 [INFO] [stderr] Downloaded aho-corasick v0.7.19 [INFO] [stderr] Downloaded regex v1.7.0 [INFO] [stderr] Downloaded libc v0.2.137 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7b9e2ffd51e2ef57fc9f470e5915b0ec9199a011195b471b12b435616d033bae [INFO] running `Command { std: "docker" "start" "-a" "7b9e2ffd51e2ef57fc9f470e5915b0ec9199a011195b471b12b435616d033bae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7b9e2ffd51e2ef57fc9f470e5915b0ec9199a011195b471b12b435616d033bae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b9e2ffd51e2ef57fc9f470e5915b0ec9199a011195b471b12b435616d033bae", kill_on_drop: false }` [INFO] [stdout] 7b9e2ffd51e2ef57fc9f470e5915b0ec9199a011195b471b12b435616d033bae [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=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bd914766a3472ad3ec259f3263c06002f041ec353ee8bf4136da4c827af07d70 [INFO] running `Command { std: "docker" "start" "-a" "bd914766a3472ad3ec259f3263c06002f041ec353ee8bf4136da4c827af07d70", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling anyhow v1.0.66 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling safe_index v0.9.20 [INFO] [stderr] Compiling smallvec v1.10.0 [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:28 [INFO] [stdout] | [INFO] [stdout] 555 | pub fn classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator + '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 + '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:37 [INFO] [stdout] | [INFO] [stdout] 558 | pub fn abstract_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator + '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 + '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:37 [INFO] [stdout] | [INFO] [stdout] 561 | pub fn concrete_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator + '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 + '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 { [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> { [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 { [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> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.17s [INFO] running `Command { std: "docker" "inspect" "bd914766a3472ad3ec259f3263c06002f041ec353ee8bf4136da4c827af07d70", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd914766a3472ad3ec259f3263c06002f041ec353ee8bf4136da4c827af07d70", kill_on_drop: false }` [INFO] [stdout] bd914766a3472ad3ec259f3263c06002f041ec353ee8bf4136da4c827af07d70 [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=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4916786bd7351f3a3e253cb79c3ad6a4fc47440a860451fefe1bd4986b3dafa8 [INFO] running `Command { std: "docker" "start" "-a" "4916786bd7351f3a3e253cb79c3ad6a4fc47440a860451fefe1bd4986b3dafa8", 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 itoa v1.0.4 [INFO] [stderr] Compiling num_threads v0.1.6 [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:28 [INFO] [stdout] | [INFO] [stdout] 555 | pub fn classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator + '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 + '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:37 [INFO] [stdout] | [INFO] [stdout] 558 | pub fn abstract_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator + '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 + '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:37 [INFO] [stdout] | [INFO] [stdout] 561 | pub fn concrete_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator + '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 + '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 { [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> { [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 { [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> { [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:28 [INFO] [stdout] | [INFO] [stdout] 555 | pub fn classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator + '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 + '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:37 [INFO] [stdout] | [INFO] [stdout] 558 | pub fn abstract_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator + '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 + '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:37 [INFO] [stdout] | [INFO] [stdout] 561 | pub fn concrete_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator + '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 + '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 { [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> { [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 { [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> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.14s [INFO] running `Command { std: "docker" "inspect" "4916786bd7351f3a3e253cb79c3ad6a4fc47440a860451fefe1bd4986b3dafa8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4916786bd7351f3a3e253cb79c3ad6a4fc47440a860451fefe1bd4986b3dafa8", kill_on_drop: false }` [INFO] [stdout] 4916786bd7351f3a3e253cb79c3ad6a4fc47440a860451fefe1bd4986b3dafa8 [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=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" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4c951bd13f09f7f37cd49a93af49f46f80a99e73b8bb22c64414a497edf4af83 [INFO] running `Command { std: "docker" "start" "-a" "4c951bd13f09f7f37cd49a93af49f46f80a99e73b8bb22c64414a497edf4af83", kill_on_drop: false }` [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/ctx.rs:555:28 [INFO] [stderr] | [INFO] [stderr] 555 | pub fn classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator + '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 + 'a { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/ctx.rs:558:37 [INFO] [stderr] | [INFO] [stderr] 558 | pub fn abstract_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator + '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 + 'a { [INFO] [stderr] | ++ [INFO] [stderr] [INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/ctx.rs:561:37 [INFO] [stderr] | [INFO] [stderr] 561 | pub fn concrete_classes_in<'a>(&'a self, path: &'a Path) -> impl Iterator + '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 + '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 { [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> { [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 { [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> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `ecore_rs` (lib) generated 5 warnings [INFO] [stderr] warning: `ecore_rs` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ecore_rs-797f489671db1a2a) [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::parse_builtin_etype_url (line 274) ... ok [INFO] [stdout] test src/ctx.rs - ctx::Ctx::try_parse_builtin_etype (line 297) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.59s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4c951bd13f09f7f37cd49a93af49f46f80a99e73b8bb22c64414a497edf4af83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c951bd13f09f7f37cd49a93af49f46f80a99e73b8bb22c64414a497edf4af83", kill_on_drop: false }` [INFO] [stdout] 4c951bd13f09f7f37cd49a93af49f46f80a99e73b8bb22c64414a497edf4af83