[INFO] fetching crate subtext 0.3.5...
[INFO] testing subtext-0.3.5 against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739-1
[INFO] extracting crate subtext 0.3.5 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate subtext 0.3.5
[INFO] finished tweaking crates.io crate subtext 0.3.5
[INFO] tweaked toml for crates.io crate subtext 0.3.5 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate subtext 0.3.5 on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate subtext 0.3.5 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b4ca6cb70615ebacda924f5f608331be0b2e8edf8ca6259a8d1e983f4fc9fb16
[INFO] running `Command { std: "docker" "start" "-a" "b4ca6cb70615ebacda924f5f608331be0b2e8edf8ca6259a8d1e983f4fc9fb16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b4ca6cb70615ebacda924f5f608331be0b2e8edf8ca6259a8d1e983f4fc9fb16", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4ca6cb70615ebacda924f5f608331be0b2e8edf8ca6259a8d1e983f4fc9fb16", kill_on_drop: false }`
[INFO] [stdout] b4ca6cb70615ebacda924f5f608331be0b2e8edf8ca6259a8d1e983f4fc9fb16
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b2c5ee239e6bfcdfe8ea2feafd8b315ef5135cf308fca1e5e477c151a7b441c
[INFO] running `Command { std: "docker" "start" "-a" "4b2c5ee239e6bfcdfe8ea2feafd8b315ef5135cf308fca1e5e477c151a7b441c", kill_on_drop: false }`
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling anyhow v1.0.60
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling subtext v0.3.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/predicate.rs:11:44
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn sequence_to_predicate(mut sequence: Sequence) -> impl FnMut(&char) -> Option<usize> + '_ {
[INFO] [stdout]    |                                            ^^^^^^^^ the lifetime is hidden here              ^^ the same 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: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn sequence_to_predicate(mut sequence: Sequence<'_>) -> impl FnMut(&char) -> Option<usize> + '_ {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
[INFO] running `Command { std: "docker" "inspect" "4b2c5ee239e6bfcdfe8ea2feafd8b315ef5135cf308fca1e5e477c151a7b441c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b2c5ee239e6bfcdfe8ea2feafd8b315ef5135cf308fca1e5e477c151a7b441c", kill_on_drop: false }`
[INFO] [stdout] 4b2c5ee239e6bfcdfe8ea2feafd8b315ef5135cf308fca1e5e477c151a7b441c
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3785bdf1b1ca5a089bff15ab5bb6d8e761cd7440813f4bf39d6f3c4547494d99
[INFO] running `Command { std: "docker" "start" "-a" "3785bdf1b1ca5a089bff15ab5bb6d8e761cd7440813f4bf39d6f3c4547494d99", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.82
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling bumpalo v3.11.0
[INFO] [stderr]    Compiling once_cell v1.13.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.82
[INFO] [stderr]    Compiling scoped-tls v1.0.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/predicate.rs:11:44
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn sequence_to_predicate(mut sequence: Sequence) -> impl FnMut(&char) -> Option<usize> + '_ {
[INFO] [stdout]    |                                            ^^^^^^^^ the lifetime is hidden here              ^^ the same 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: consistently use `'_`
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub fn sequence_to_predicate(mut sequence: Sequence<'_>) -> impl FnMut(&char) -> Option<usize> + '_ {
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.32
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.82
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.82
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.82
[INFO] [stdout] error: older versions of the `wasm-bindgen` crate are incompatible with current versions of Rust; please update to `wasm-bindgen` v0.2.88
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wasm-bindgen` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "3785bdf1b1ca5a089bff15ab5bb6d8e761cd7440813f4bf39d6f3c4547494d99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3785bdf1b1ca5a089bff15ab5bb6d8e761cd7440813f4bf39d6f3c4547494d99", kill_on_drop: false }`
[INFO] [stdout] 3785bdf1b1ca5a089bff15ab5bb6d8e761cd7440813f4bf39d6f3c4547494d99
