[INFO] fetching crate async_parse_wiki_text 0.2.1... [INFO] testing async_parse_wiki_text-0.2.1 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate async_parse_wiki_text 0.2.1 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate async_parse_wiki_text 0.2.1 [INFO] finished tweaking crates.io crate async_parse_wiki_text 0.2.1 [INFO] tweaked toml for crates.io crate async_parse_wiki_text 0.2.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate async_parse_wiki_text 0.2.1 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 async_parse_wiki_text 0.2.1 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] Blocking waiting for file lock on package cache [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] 39a15c701fd535c2d67fc249d9261fb030eaceab5d175f0e30d674d74e366f5e [INFO] running `Command { std: "docker" "start" "-a" "39a15c701fd535c2d67fc249d9261fb030eaceab5d175f0e30d674d74e366f5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39a15c701fd535c2d67fc249d9261fb030eaceab5d175f0e30d674d74e366f5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39a15c701fd535c2d67fc249d9261fb030eaceab5d175f0e30d674d74e366f5e", kill_on_drop: false }` [INFO] [stdout] 39a15c701fd535c2d67fc249d9261fb030eaceab5d175f0e30d674d74e366f5e [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] abd8f7c9387877c129e3c7659654f35021a076bb9a83f8fca830489d59da8682 [INFO] running `Command { std: "docker" "start" "-a" "abd8f7c9387877c129e3c7659654f35021a076bb9a83f8fca830489d59da8682", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.63 [INFO] [stderr] Compiling quote v1.0.28 [INFO] [stderr] Compiling unicode-ident v1.0.9 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling tokio v1.29.0 [INFO] [stderr] Compiling syn v2.0.22 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling async-recursion v1.0.4 [INFO] [stderr] Compiling async_parse_wiki_text v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait `TextSlice` is never used [INFO] [stdout] --> src/text.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | pub trait TextSlice { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `TextSliceResult` is never used [INFO] [stdout] --> src/text.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | pub enum TextSliceResult<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/text.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | fn as_str(&self, pos: usize) -> TextSliceResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 34 | fn as_str(&self, pos: usize) -> TextSliceResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/text.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | fn as_slice(&self, start: usize, end: usize) -> TextSliceResult { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 42 | fn as_slice(&self, start: usize, end: usize) -> TextSliceResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/text.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | fn as_str(&self, pos: usize) -> TextSliceResult; [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] 56 | fn as_str(&self, pos: usize) -> TextSliceResult<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/text.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | fn as_slice(&self, start: usize, end: usize) -> TextSliceResult; [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 57 | fn as_slice(&self, start: usize, end: usize) -> TextSliceResult<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.81s [INFO] running `Command { std: "docker" "inspect" "abd8f7c9387877c129e3c7659654f35021a076bb9a83f8fca830489d59da8682", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "abd8f7c9387877c129e3c7659654f35021a076bb9a83f8fca830489d59da8682", kill_on_drop: false }` [INFO] [stdout] abd8f7c9387877c129e3c7659654f35021a076bb9a83f8fca830489d59da8682 [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] 8610235431c98cc117ed28da7ff33b2cc5e9b468846262ee4c7f0a964b5467b0 [INFO] running `Command { std: "docker" "start" "-a" "8610235431c98cc117ed28da7ff33b2cc5e9b468846262ee4c7f0a964b5467b0", kill_on_drop: false }` [INFO] [stdout] warning: trait `TextSlice` is never used [INFO] [stdout] --> src/text.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | pub trait TextSlice { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `TextSliceResult` is never used [INFO] [stdout] --> src/text.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | pub enum TextSliceResult<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/text.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | fn as_str(&self, pos: usize) -> TextSliceResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 34 | fn as_str(&self, pos: usize) -> TextSliceResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/text.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | fn as_slice(&self, start: usize, end: usize) -> TextSliceResult { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 42 | fn as_slice(&self, start: usize, end: usize) -> TextSliceResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/text.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | fn as_str(&self, pos: usize) -> TextSliceResult; [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] 56 | fn as_str(&self, pos: usize) -> TextSliceResult<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/text.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | fn as_slice(&self, start: usize, end: usize) -> TextSliceResult; [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 57 | fn as_slice(&self, start: usize, end: usize) -> TextSliceResult<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling async_parse_wiki_text v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `text_wrapper` [INFO] [stdout] --> examples/test/main.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use text_wrapper::Text; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `text_wrapper` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `text_wrapper`, use `cargo add text_wrapper` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `text_wrapper` [INFO] [stdout] --> examples/test/test.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use text_wrapper::Text; [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `text_wrapper` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `text_wrapper`, use `cargo add text_wrapper` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `async_parse_wiki_text` (example "test") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/text.rs:34:15 [INFO] [stdout] | [INFO] [stdout] 34 | fn as_str(&self, pos: usize) -> TextSliceResult { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 34 | fn as_str(&self, pos: usize) -> TextSliceResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/text.rs:42:17 [INFO] [stdout] | [INFO] [stdout] 42 | fn as_slice(&self, start: usize, end: usize) -> TextSliceResult { [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 42 | fn as_slice(&self, start: usize, end: usize) -> TextSliceResult<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/text.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | fn as_str(&self, pos: usize) -> TextSliceResult; [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] 56 | fn as_str(&self, pos: usize) -> TextSliceResult<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/text.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | fn as_slice(&self, start: usize, end: usize) -> TextSliceResult; [INFO] [stdout] | ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 57 | fn as_slice(&self, start: usize, end: usize) -> TextSliceResult<'_>; [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8610235431c98cc117ed28da7ff33b2cc5e9b468846262ee4c7f0a964b5467b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8610235431c98cc117ed28da7ff33b2cc5e9b468846262ee4c7f0a964b5467b0", kill_on_drop: false }` [INFO] [stdout] 8610235431c98cc117ed28da7ff33b2cc5e9b468846262ee4c7f0a964b5467b0