[INFO] cloning repository https://github.com/portal-co/jsaw
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/portal-co/jsaw" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fportal-co%2Fjsaw", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fportal-co%2Fjsaw'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2c01a6d15684cc9ffde191ed7725f903d251b0d3
[INFO] building portal-co/jsaw against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fportal-co%2Fjsaw" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/portal-co/jsaw
[INFO] finished tweaking git repo https://github.com/portal-co/jsaw
[INFO] tweaked toml for git repo https://github.com/portal-co/jsaw written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/portal-co/jsaw on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/portal-co/jsaw 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 219d6b13e531a1a2806b11d41140d304eb57a230b9740b396caf023189857900
[INFO] running `Command { std: "docker" "start" "-a" "219d6b13e531a1a2806b11d41140d304eb57a230b9740b396caf023189857900", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "219d6b13e531a1a2806b11d41140d304eb57a230b9740b396caf023189857900", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "219d6b13e531a1a2806b11d41140d304eb57a230b9740b396caf023189857900", kill_on_drop: false }`
[INFO] [stdout] 219d6b13e531a1a2806b11d41140d304eb57a230b9740b396caf023189857900
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 50fab576188473b795f9efe0db13fe27bf820af5ad22f591b7539cd3500c2289
[INFO] running `Command { std: "docker" "start" "-a" "50fab576188473b795f9efe0db13fe27bf820af5ad22f591b7539cd3500c2289", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling litemap v0.7.4
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling libc v0.2.159
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]    Compiling cc v1.2.15
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling better_scoped_tls v1.0.1
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling unicode-id-start v1.3.0
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling seq-macro v0.3.6
[INFO] [stderr]    Compiling tap v1.0.1
[INFO] [stderr]    Compiling par-core v2.0.0
[INFO] [stderr]    Compiling wyz v0.5.1
[INFO] [stderr]    Compiling ryu-js v1.0.1
[INFO] [stderr]    Compiling embedded-io v0.6.1
[INFO] [stderr]    Compiling funty v2.0.0
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling array-init v2.1.0
[INFO] [stderr]    Compiling no-error-type v0.1.2
[INFO] [stderr]    Compiling portal-jsc-mob-backend-common v0.8.0-pre.0 (/opt/rustwide/workdir/crates/portal-jsc-mob-backend-common)
[INFO] [stdout] warning: unused imports: `collections::btree_map::BTreeMap` and `self`
[INFO] [stdout]  --> crates/portal-jsc-mob-backend-common/src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     collections::btree_map::BTreeMap,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 9 |     vec::{self, Vec},
[INFO] [stdout]   |           ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling id-arena v2.2.1
[INFO] [stderr]    Compiling symbolism v0.1.0
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling bitvec v1.0.1
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling psm v0.1.25
[INFO] [stderr]    Compiling stacker v0.1.19
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling swc_macros_common v1.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling swc_eq_ignore_macros v1.0.1
[INFO] [stderr]    Compiling from_variant v2.0.2
[INFO] [stderr]    Compiling ast_node v3.0.3
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling is-macro v0.3.6
[INFO] [stderr]    Compiling string_enum v1.0.2
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling triomphe v0.1.14
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling bytes-str v0.2.7
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling hstr v2.0.1
[INFO] [stderr]    Compiling swc_visit v2.0.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling swc_atoms v7.0.0
[INFO] [stderr]    Compiling portal-pc-asm-common v0.1.0
[INFO] [stderr]    Compiling portal-jsc-jacon-backend v0.8.0-pre.0 (/opt/rustwide/workdir/crates/jacon)
[INFO] [stderr]    Compiling portal-jsc-swift-backend v0.8.0-pre.0 (/opt/rustwide/workdir/crates/portal-jsc-swift-backend)
[INFO] [stdout] warning: unused imports: `String`, `ToString`, `Vec`, `self`, and `sync::Arc`
[INFO] [stdout]  --> crates/jacon/src/lib.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 |     string::{String, ToString},
[INFO] [stdout]   |              ^^^^^^  ^^^^^^^^
[INFO] [stdout] 8 |     sync::Arc,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 9 |     vec::{self, Vec},
[INFO] [stdout]   |           ^^^^  ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `String`, `sync::Arc`, and `vec::Vec`
[INFO] [stdout]   --> crates/portal-jsc-swift-backend/src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |     string::{String, ToString},
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout]  9 |     sync::Arc,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 10 |     vec::Vec,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling portal-jsc-common v0.8.0-pre.9 (https://github.com/portal-co/jsaw-core.git#5ef41827)
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling swc_common v14.0.3
[INFO] [stderr]    Compiling swc_ecma_ast v15.0.0
[INFO] [stderr]    Compiling portal-jsc-out-ir-core v0.8.0-pre.0 (/opt/rustwide/workdir/crates/portal-jsc-out-ir-core)
[INFO] [stderr]    Compiling swc_ecma_lexer v23.0.1
[INFO] [stderr]    Compiling swc_ecma_visit v15.0.0
[INFO] [stderr]    Compiling swc_ecma_utils v21.0.0
[INFO] [stderr]    Compiling swc_ecma_parser v23.0.0
[INFO] [stderr]    Compiling swc_ecma_transforms_base v25.0.0
[INFO] [stderr]    Compiling swc_ecma_transforms_optimization v26.0.0
[INFO] [stderr]    Compiling portal-solutions-swibb v0.4.1 (https://github.com/portal-co/swibb.git#43fb4556)
[INFO] [stderr]    Compiling portal-jsc-swc-util v0.8.0-pre.9 (https://github.com/portal-co/jsaw-core.git#5ef41827)
[INFO] [stderr]    Compiling portal-jsc-swc-batch v0.8.0-pre.0 (/opt/rustwide/workdir/crates/swc-batch)
[INFO] [stdout] warning: unused import: `Mark`
[INFO] [stdout]  --> crates/swc-batch/src/lib.rs:5:29
[INFO] [stdout]   |
[INFO] [stdout] 5 | use swc_common::{sync::Lrc, Mark, Spanned, SyntaxContext};
[INFO] [stdout]   |                             ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FnDecl` and `Import`
[INFO] [stdout]  --> crates/swc-batch/src/lib.rs:7:52
[INFO] [stdout]   |
[INFO] [stdout] 7 |     BlockStmt, CallExpr, Decl, Expr, ExprOrSpread, FnDecl, FnExpr, Function, Id, Ident, IdentName,
[INFO] [stdout]   |                                                    ^^^^^^
[INFO] [stdout] 8 |     Import, ImportDecl, Lit, MemberExpr, MethodProp, Module, ModuleDecl, ModuleItem, ObjectLit,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Visit`
[INFO] [stdout]   --> crates/swc-batch/src/lib.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 | use swc_ecma_visit::{Visit, VisitMut, VisitMutWith};
[INFO] [stdout]    |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
[INFO] running `Command { std: "docker" "inspect" "50fab576188473b795f9efe0db13fe27bf820af5ad22f591b7539cd3500c2289", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50fab576188473b795f9efe0db13fe27bf820af5ad22f591b7539cd3500c2289", kill_on_drop: false }`
[INFO] [stdout] 50fab576188473b795f9efe0db13fe27bf820af5ad22f591b7539cd3500c2289
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5574145c8f03781a4b877ea53d4c76807d418768a3e054635c874195532697b6
[INFO] running `Command { std: "docker" "start" "-a" "5574145c8f03781a4b877ea53d4c76807d418768a3e054635c874195532697b6", kill_on_drop: false }`
[INFO] [stdout] warning: unused imports: `collections::btree_map::BTreeMap` and `self`
[INFO] [stdout]  --> crates/portal-jsc-mob-backend-common/src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     collections::btree_map::BTreeMap,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 9 |     vec::{self, Vec},
[INFO] [stdout]   |           ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `String`, `ToString`, `Vec`, `self`, and `sync::Arc`
[INFO] [stdout]  --> crates/jacon/src/lib.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 |     string::{String, ToString},
[INFO] [stdout]   |              ^^^^^^  ^^^^^^^^
[INFO] [stdout] 8 |     sync::Arc,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 9 |     vec::{self, Vec},
[INFO] [stdout]   |           ^^^^  ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling portal-jsc-mob-backend-common v0.8.0-pre.0 (/opt/rustwide/workdir/crates/portal-jsc-mob-backend-common)
[INFO] [stderr]    Compiling portal-jsc-jacon-backend v0.8.0-pre.0 (/opt/rustwide/workdir/crates/jacon)
[INFO] [stderr]    Compiling portal-jsc-out-ir-core v0.8.0-pre.0 (/opt/rustwide/workdir/crates/portal-jsc-out-ir-core)
[INFO] [stderr]    Compiling portal-jsc-swift-backend v0.8.0-pre.0 (/opt/rustwide/workdir/crates/portal-jsc-swift-backend)
[INFO] [stdout] warning: unused imports: `String`, `sync::Arc`, and `vec::Vec`
[INFO] [stdout]   --> crates/portal-jsc-swift-backend/src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |     string::{String, ToString},
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout]  9 |     sync::Arc,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 10 |     vec::Vec,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Mark`
[INFO] [stdout]  --> crates/swc-batch/src/lib.rs:5:29
[INFO] [stdout]   |
[INFO] [stdout] 5 | use swc_common::{sync::Lrc, Mark, Spanned, SyntaxContext};
[INFO] [stdout]   |                             ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FnDecl` and `Import`
[INFO] [stdout]  --> crates/swc-batch/src/lib.rs:7:52
[INFO] [stdout]   |
[INFO] [stdout] 7 |     BlockStmt, CallExpr, Decl, Expr, ExprOrSpread, FnDecl, FnExpr, Function, Id, Ident, IdentName,
[INFO] [stdout]   |                                                    ^^^^^^
[INFO] [stdout] 8 |     Import, ImportDecl, Lit, MemberExpr, MethodProp, Module, ModuleDecl, ModuleItem, ObjectLit,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Visit`
[INFO] [stdout]   --> crates/swc-batch/src/lib.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 | use swc_ecma_visit::{Visit, VisitMut, VisitMutWith};
[INFO] [stdout]    |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling portal-jsc-swc-batch v0.8.0-pre.0 (/opt/rustwide/workdir/crates/swc-batch)
[INFO] [stdout] warning: unused imports: `String`, `sync::Arc`, and `vec::Vec`
[INFO] [stdout]   --> crates/portal-jsc-swift-backend/src/lib.rs:8:14
[INFO] [stdout]    |
[INFO] [stdout]  8 |     string::{String, ToString},
[INFO] [stdout]    |              ^^^^^^
[INFO] [stdout]  9 |     sync::Arc,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 10 |     vec::Vec,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `collections::btree_map::BTreeMap` and `self`
[INFO] [stdout]  --> crates/portal-jsc-mob-backend-common/src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     collections::btree_map::BTreeMap,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 9 |     vec::{self, Vec},
[INFO] [stdout]   |           ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `String`, `ToString`, `Vec`, `self`, and `sync::Arc`
[INFO] [stdout]  --> crates/jacon/src/lib.rs:7:14
[INFO] [stdout]   |
[INFO] [stdout] 7 |     string::{String, ToString},
[INFO] [stdout]   |              ^^^^^^  ^^^^^^^^
[INFO] [stdout] 8 |     sync::Arc,
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 9 |     vec::{self, Vec},
[INFO] [stdout]   |           ^^^^  ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Mark`
[INFO] [stdout]  --> crates/swc-batch/src/lib.rs:5:29
[INFO] [stdout]   |
[INFO] [stdout] 5 | use swc_common::{sync::Lrc, Mark, Spanned, SyntaxContext};
[INFO] [stdout]   |                             ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `FnDecl` and `Import`
[INFO] [stdout]  --> crates/swc-batch/src/lib.rs:7:52
[INFO] [stdout]   |
[INFO] [stdout] 7 |     BlockStmt, CallExpr, Decl, Expr, ExprOrSpread, FnDecl, FnExpr, Function, Id, Ident, IdentName,
[INFO] [stdout]   |                                                    ^^^^^^
[INFO] [stdout] 8 |     Import, ImportDecl, Lit, MemberExpr, MethodProp, Module, ModuleDecl, ModuleItem, ObjectLit,
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Visit`
[INFO] [stdout]   --> crates/swc-batch/src/lib.rs:11:22
[INFO] [stdout]    |
[INFO] [stdout] 11 | use swc_ecma_visit::{Visit, VisitMut, VisitMutWith};
[INFO] [stdout]    |                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.63s
[INFO] running `Command { std: "docker" "inspect" "5574145c8f03781a4b877ea53d4c76807d418768a3e054635c874195532697b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5574145c8f03781a4b877ea53d4c76807d418768a3e054635c874195532697b6", kill_on_drop: false }`
[INFO] [stdout] 5574145c8f03781a4b877ea53d4c76807d418768a3e054635c874195532697b6
