[INFO] fetching crate swc_visit 2.0.1...
[INFO] building swc_visit-2.0.1 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2
[INFO] extracting crate swc_visit 2.0.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate swc_visit 2.0.1
[INFO] finished tweaking crates.io crate swc_visit 2.0.1
[INFO] tweaked toml for crates.io crate swc_visit 2.0.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate swc_visit 2.0.1 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate swc_visit 2.0.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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bb75ba6ebb1d4126be1f47d4472650ce5db6074d5a2b90f43f28ad2b19cac3c4
[INFO] running `Command { std: "docker" "start" "-a" "bb75ba6ebb1d4126be1f47d4472650ce5db6074d5a2b90f43f28ad2b19cac3c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb75ba6ebb1d4126be1f47d4472650ce5db6074d5a2b90f43f28ad2b19cac3c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb75ba6ebb1d4126be1f47d4472650ce5db6074d5a2b90f43f28ad2b19cac3c4", kill_on_drop: false }`
[INFO] [stdout] bb75ba6ebb1d4126be1f47d4472650ce5db6074d5a2b90f43f28ad2b19cac3c4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 657818644adcabb3e40dc3c2dd2187d3ba26b1c0e26e9a4941367a0ff52c2958
[INFO] running `Command { std: "docker" "start" "-a" "657818644adcabb3e40dc3c2dd2187d3ba26b1c0e26e9a4941367a0ff52c2958", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling swc_visit v2.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:310:23
[INFO] [stdout]     |
[INFO] [stdout] 310 |     pub fn with_guard(&mut self, kind: K) -> AstKindPathGuard<K> {
[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] 310 |     pub fn with_guard(&mut self, kind: K) -> AstKindPathGuard<'_, K> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:316:29
[INFO] [stdout]     |
[INFO] [stdout] 316 |     pub fn with_index_guard(&mut self, index: usize) -> AstKindPathIndexGuard<K> {
[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] 316 |     pub fn with_index_guard(&mut self, index: usize) -> AstKindPathIndexGuard<'_, K> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:459:23
[INFO] [stdout]     |
[INFO] [stdout] 459 |     pub fn with_guard(&mut self, node: N) -> AstNodePathGuard<N> {
[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] 459 |     pub fn with_guard(&mut self, node: N) -> AstNodePathGuard<'_, N> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:466:29
[INFO] [stdout]     |
[INFO] [stdout] 466 |     pub fn with_index_guard(&mut self, index: usize) -> AstNodePathIndexGuard<N> {
[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] 466 |     pub fn with_index_guard(&mut self, index: usize) -> AstNodePathIndexGuard<'_, N> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "657818644adcabb3e40dc3c2dd2187d3ba26b1c0e26e9a4941367a0ff52c2958", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "657818644adcabb3e40dc3c2dd2187d3ba26b1c0e26e9a4941367a0ff52c2958", kill_on_drop: false }`
[INFO] [stdout] 657818644adcabb3e40dc3c2dd2187d3ba26b1c0e26e9a4941367a0ff52c2958
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 775d40df8544e2c01510cc94caf66a3313566afac3107e3b5cb4321ed63c432c
[INFO] running `Command { std: "docker" "start" "-a" "775d40df8544e2c01510cc94caf66a3313566afac3107e3b5cb4321ed63c432c", kill_on_drop: false }`
[INFO] [stderr]    Compiling swc_visit v2.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:310:23
[INFO] [stdout]     |
[INFO] [stdout] 310 |     pub fn with_guard(&mut self, kind: K) -> AstKindPathGuard<K> {
[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] 310 |     pub fn with_guard(&mut self, kind: K) -> AstKindPathGuard<'_, K> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:316:29
[INFO] [stdout]     |
[INFO] [stdout] 316 |     pub fn with_index_guard(&mut self, index: usize) -> AstKindPathIndexGuard<K> {
[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] 316 |     pub fn with_index_guard(&mut self, index: usize) -> AstKindPathIndexGuard<'_, K> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:459:23
[INFO] [stdout]     |
[INFO] [stdout] 459 |     pub fn with_guard(&mut self, node: N) -> AstNodePathGuard<N> {
[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] 459 |     pub fn with_guard(&mut self, node: N) -> AstNodePathGuard<'_, N> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:466:29
[INFO] [stdout]     |
[INFO] [stdout] 466 |     pub fn with_index_guard(&mut self, index: usize) -> AstNodePathIndexGuard<N> {
[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] 466 |     pub fn with_index_guard(&mut self, index: usize) -> AstNodePathIndexGuard<'_, N> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:310:23
[INFO] [stdout]     |
[INFO] [stdout] 310 |     pub fn with_guard(&mut self, kind: K) -> AstKindPathGuard<K> {
[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] 310 |     pub fn with_guard(&mut self, kind: K) -> AstKindPathGuard<'_, K> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:316:29
[INFO] [stdout]     |
[INFO] [stdout] 316 |     pub fn with_index_guard(&mut self, index: usize) -> AstKindPathIndexGuard<K> {
[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] 316 |     pub fn with_index_guard(&mut self, index: usize) -> AstKindPathIndexGuard<'_, K> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:459:23
[INFO] [stdout]     |
[INFO] [stdout] 459 |     pub fn with_guard(&mut self, node: N) -> AstNodePathGuard<N> {
[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] 459 |     pub fn with_guard(&mut self, node: N) -> AstNodePathGuard<'_, N> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:466:29
[INFO] [stdout]     |
[INFO] [stdout] 466 |     pub fn with_index_guard(&mut self, index: usize) -> AstNodePathIndexGuard<N> {
[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] 466 |     pub fn with_index_guard(&mut self, index: usize) -> AstNodePathIndexGuard<'_, N> {
[INFO] [stdout]     |                                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.36s
[INFO] running `Command { std: "docker" "inspect" "775d40df8544e2c01510cc94caf66a3313566afac3107e3b5cb4321ed63c432c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "775d40df8544e2c01510cc94caf66a3313566afac3107e3b5cb4321ed63c432c", kill_on_drop: false }`
[INFO] [stdout] 775d40df8544e2c01510cc94caf66a3313566afac3107e3b5cb4321ed63c432c
