[INFO] fetching crate ecore_rs 0.1.0... [INFO] testing ecore_rs-0.1.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate ecore_rs 0.1.0 into /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ecore_rs 0.1.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef47a56b557f6303374e00cb5fa5cee9f015794837acb783c79e7e129b0e0725 [INFO] running `Command { std: "docker" "start" "-a" "ef47a56b557f6303374e00cb5fa5cee9f015794837acb783c79e7e129b0e0725", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef47a56b557f6303374e00cb5fa5cee9f015794837acb783c79e7e129b0e0725", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef47a56b557f6303374e00cb5fa5cee9f015794837acb783c79e7e129b0e0725", kill_on_drop: false }` [INFO] [stdout] ef47a56b557f6303374e00cb5fa5cee9f015794837acb783c79e7e129b0e0725 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 01ef67a45e960d95d07444a8d6480a5df21f9de4ccd393b8d84b242b10b1dd57 [INFO] running `Command { std: "docker" "start" "-a" "01ef67a45e960d95d07444a8d6480a5df21f9de4ccd393b8d84b242b10b1dd57", 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 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: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 7.14s [INFO] running `Command { std: "docker" "inspect" "01ef67a45e960d95d07444a8d6480a5df21f9de4ccd393b8d84b242b10b1dd57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01ef67a45e960d95d07444a8d6480a5df21f9de4ccd393b8d84b242b10b1dd57", kill_on_drop: false }` [INFO] [stdout] 01ef67a45e960d95d07444a8d6480a5df21f9de4ccd393b8d84b242b10b1dd57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dbbd31dfa6ef0f391d8db085d3fb703a985d86a1441d72209e97a679f3b0d1fe [INFO] running `Command { std: "docker" "start" "-a" "dbbd31dfa6ef0f391d8db085d3fb703a985d86a1441d72209e97a679f3b0d1fe", 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 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 time v0.3.17 [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 4.95s [INFO] running `Command { std: "docker" "inspect" "dbbd31dfa6ef0f391d8db085d3fb703a985d86a1441d72209e97a679f3b0d1fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbbd31dfa6ef0f391d8db085d3fb703a985d86a1441d72209e97a679f3b0d1fe", kill_on_drop: false }` [INFO] [stdout] dbbd31dfa6ef0f391d8db085d3fb703a985d86a1441d72209e97a679f3b0d1fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] baf470638414a5bb8624a7343aed7f463f2a7e2a9db8809f9c4ee0b720639b9b [INFO] running `Command { std: "docker" "start" "-a" "baf470638414a5bb8624a7343aed7f463f2a7e2a9db8809f9c4ee0b720639b9b", 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.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ecore_rs-96c8d445c93732ab) [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.49s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "baf470638414a5bb8624a7343aed7f463f2a7e2a9db8809f9c4ee0b720639b9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "baf470638414a5bb8624a7343aed7f463f2a7e2a9db8809f9c4ee0b720639b9b", kill_on_drop: false }` [INFO] [stdout] baf470638414a5bb8624a7343aed7f463f2a7e2a9db8809f9c4ee0b720639b9b