[INFO] fetching crate ecore_rs 0.1.0... [INFO] testing ecore_rs-0.1.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate ecore_rs 0.1.0 into /workspace/builds/worker-6-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-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate ecore_rs 0.1.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] 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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded safe_index v0.9.20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] ccfb7ab51bbab4fd80f20c47ffc2dcbfaaf3ce4e79168759469b45f32b10bbf6 [INFO] running `Command { std: "docker" "start" "-a" "ccfb7ab51bbab4fd80f20c47ffc2dcbfaaf3ce4e79168759469b45f32b10bbf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ccfb7ab51bbab4fd80f20c47ffc2dcbfaaf3ce4e79168759469b45f32b10bbf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ccfb7ab51bbab4fd80f20c47ffc2dcbfaaf3ce4e79168759469b45f32b10bbf6", kill_on_drop: false }` [INFO] [stdout] ccfb7ab51bbab4fd80f20c47ffc2dcbfaaf3ce4e79168759469b45f32b10bbf6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 6d4610d842e9fb1b1d9382f3ac959a9543ab2db7ee8c976cfa0be9866e6c512e [INFO] running `Command { std: "docker" "start" "-a" "6d4610d842e9fb1b1d9382f3ac959a9543ab2db7ee8c976cfa0be9866e6c512e", 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 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 + '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:86 [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:86 [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 8.95s [INFO] running `Command { std: "docker" "inspect" "6d4610d842e9fb1b1d9382f3ac959a9543ab2db7ee8c976cfa0be9866e6c512e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d4610d842e9fb1b1d9382f3ac959a9543ab2db7ee8c976cfa0be9866e6c512e", kill_on_drop: false }` [INFO] [stdout] 6d4610d842e9fb1b1d9382f3ac959a9543ab2db7ee8c976cfa0be9866e6c512e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 09b7659d87d1c0f9c0713b3f07bac149c4331b42b1f3135455da92fc4feeadd6 [INFO] running `Command { std: "docker" "start" "-a" "09b7659d87d1c0f9c0713b3f07bac149c4331b42b1f3135455da92fc4feeadd6", 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 time-macros v0.2.6 [INFO] [stderr] Compiling ecore_rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.3.17 [INFO] [stderr] Compiling colored v2.0.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 + '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:86 [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:86 [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 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 + '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:86 [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:86 [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 5.45s [INFO] running `Command { std: "docker" "inspect" "09b7659d87d1c0f9c0713b3f07bac149c4331b42b1f3135455da92fc4feeadd6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09b7659d87d1c0f9c0713b3f07bac149c4331b42b1f3135455da92fc4feeadd6", kill_on_drop: false }` [INFO] [stdout] 09b7659d87d1c0f9c0713b3f07bac149c4331b42b1f3135455da92fc4feeadd6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] d2831e5aa98d03eb6d17bc88e3c27a978a46badc440e3a64f553fa53aa4daf90 [INFO] running `Command { std: "docker" "start" "-a" "d2831e5aa98d03eb6d17bc88e3c27a978a46badc440e3a64f553fa53aa4daf90", 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 + '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:86 [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:86 [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 (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-96c8d445c93732ab) [INFO] [stdout] [INFO] [stderr] Doc-tests ecore_rs [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] [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.39s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d2831e5aa98d03eb6d17bc88e3c27a978a46badc440e3a64f553fa53aa4daf90", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2831e5aa98d03eb6d17bc88e3c27a978a46badc440e3a64f553fa53aa4daf90", kill_on_drop: false }` [INFO] [stdout] d2831e5aa98d03eb6d17bc88e3c27a978a46badc440e3a64f553fa53aa4daf90