[INFO] cloning repository https://github.com/isaccanedo/Qwik
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/isaccanedo/Qwik" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisaccanedo%2FQwik", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisaccanedo%2FQwik'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 85c970fb775b59ce8f8aaada5c616c712f5428ed
[INFO] testing isaccanedo/Qwik against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fisaccanedo%2FQwik" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/isaccanedo/Qwik
[INFO] finished tweaking git repo https://github.com/isaccanedo/Qwik
[INFO] tweaked toml for git repo https://github.com/isaccanedo/Qwik written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/isaccanedo/Qwik on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/isaccanedo/Qwik 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 43e28de408b31bfadbbb738303b89064f746b3453c71df28f99f7876a086fbf2
[INFO] running `Command { std: "docker" "start" "43e28de408b31bfadbbb738303b89064f746b3453c71df28f99f7876a086fbf2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "43e28de408b31bfadbbb738303b89064f746b3453c71df28f99f7876a086fbf2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "43e28de408b31bfadbbb738303b89064f746b3453c71df28f99f7876a086fbf2" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "43e28de408b31bfadbbb738303b89064f746b3453c71df28f99f7876a086fbf2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "43e28de408b31bfadbbb738303b89064f746b3453c71df28f99f7876a086fbf2" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.94
[INFO] [stderr]    Compiling libc v0.2.107
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling siphasher v0.3.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling parking_lot_core v0.9.1
[INFO] [stderr]    Compiling once_cell v1.10.0
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling lock_api v0.4.6
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling tinyvec v1.5.0
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling parking_lot v0.12.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.7
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling tracing-core v0.1.23
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling unreachable v0.1.1
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling base64 v0.11.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling if_chain v1.0.2
[INFO] [stderr]    Compiling scoped-tls v1.0.0
[INFO] [stderr]    Compiling lexical-util v0.8.3
[INFO] [stderr]    Compiling better_scoped_tls v0.1.0
[INFO] [stderr]    Compiling debug_unreachable v0.1.1
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling swc_atoms v0.2.11
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling unicode-id v0.3.0
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling lexical-write-integer v0.8.3
[INFO] [stderr]    Compiling lexical-parse-integer v0.8.3
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling lexical-write-float v0.8.4
[INFO] [stderr]    Compiling lexical-parse-float v0.8.3
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling anyhow v1.0.57
[INFO] [stderr]    Compiling lexical-core v0.8.3
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling lexical v6.1.0
[INFO] [stderr]    Compiling dashmap v5.1.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling typed-arena v2.0.1
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling path-clean v0.1.0
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling retain_mut v0.1.4
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling relative-path v1.7.0
[INFO] [stderr]    Compiling simple-error v0.2.3
[INFO] [stderr]    Compiling path-slash v0.1.4
[INFO] [stderr]    Compiling napi-build v1.1.1
[INFO] [stderr]    Compiling os_str_bytes v6.0.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling path-dedot v3.0.14
[INFO] [stderr]    Compiling crypto-common v0.1.3
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling clap_lex v0.2.0
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling qwik-napi v0.1.0 (/opt/rustwide/workdir/packages/qwik/src/napi)
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling napi-sys v1.1.2
[INFO] [stderr]    Compiling textwrap v0.15.0
[INFO] [stderr]    Compiling pmutil v0.5.3
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling sha-1 v0.10.0
[INFO] [stderr]    Compiling swc_macros_common v0.3.5
[INFO] [stderr]    Compiling clap v3.1.18
[INFO] [stderr]    Compiling path-absolutize v3.0.11
[INFO] [stderr]    Compiling tracing-attributes v0.1.20
[INFO] [stderr]    Compiling swc_visit_macros v0.3.0
[INFO] [stderr]    Compiling swc_eq_ignore_macros v0.1.0
[INFO] [stderr]    Compiling from_variant v0.1.3
[INFO] [stderr]    Compiling is-macro v0.2.0
[INFO] [stderr]    Compiling string_enum v0.3.1
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]    Compiling phf_macros v0.10.0
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]    Compiling ast_node v0.7.7
[INFO] [stderr]    Compiling enum_kind v0.2.1
[INFO] [stderr]    Compiling tracing v0.1.32
[INFO] [stderr]    Compiling swc_visit v0.3.0
[INFO] [stderr]    Compiling swc_config_macro v0.1.0
[INFO] [stderr]    Compiling swc_ecma_transforms_macros v0.3.0
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling swc_ecma_codegen_macros v0.7.0
[INFO] [stderr]    Compiling swc_timer v0.6.0
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling napi-derive v1.1.1
[INFO] [stderr]    Compiling string_cache v0.8.4
[INFO] [stderr]    Compiling serde_bytes v0.11.6
[INFO] [stderr]    Compiling swc_cached v0.1.1
[INFO] [stderr]    Compiling sourcemap v6.0.1
[INFO] [stderr]    Compiling swc_config v0.1.1
[INFO] [stderr]    Compiling napi v1.7.8
[INFO] [stderr]    Compiling swc_common v0.18.1
[INFO] [stderr]    Compiling swc_ecma_ast v0.78.0
[INFO] [stderr]    Compiling swc_ecma_loader v0.30.1
[INFO] [stderr]    Compiling swc_ecma_visit v0.64.0
[INFO] [stderr]    Compiling swc_ecma_parser v0.104.0
[INFO] [stderr]    Compiling swc_ecma_codegen v0.107.0
[INFO] [stderr]    Compiling swc_ecma_utils v0.85.0
[INFO] [stderr]    Compiling swc_ecma_transforms_base v0.84.1
[INFO] [stderr]    Compiling swc_ecma_transforms_react v0.113.0
[INFO] [stderr]    Compiling swc_ecma_transforms_optimization v0.123.1
[INFO] [stderr]    Compiling swc_ecma_transforms_module v0.111.0
[INFO] [stderr]    Compiling swc_ecma_transforms_typescript v0.116.0
[INFO] [stderr]    Compiling swc_ecma_transforms v0.153.0
[INFO] [stderr]    Compiling swc_ecma_minifier v0.113.1
[INFO] [stderr]    Compiling swc_ecmascript v0.156.0
[INFO] [stderr]    Compiling qwik-core v0.2.0 (/opt/rustwide/workdir/packages/qwik/src/optimizer/core)
[INFO] [stdout] warning: unused import: `crate::entry_strategy::EntryStrategy`
[INFO] [stdout]  --> packages/qwik/src/optimizer/core/src/package_json.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use crate::entry_strategy::EntryStrategy;
[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: `ErrorBuffer`, `HookAnalysis`, `MinifyMode`, `TransformModule`, and `TransformOutput`
[INFO] [stdout]  --> packages/qwik/src/optimizer/core/src/package_json.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use crate::parse::{ErrorBuffer, HookAnalysis, MinifyMode, TransformModule, TransformOutput};
[INFO] [stdout]   |                        ^^^^^^^^^^^  ^^^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_entry` is never read
[INFO] [stdout]   --> packages/qwik/src/optimizer/core/src/code_move.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct NewModuleCtx<'a> {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub is_entry: bool,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `file_name` and `file_prefix` are never read
[INFO] [stdout]    --> packages/qwik/src/optimizer/core/src/parse.rs:551:9
[INFO] [stdout]     |
[INFO] [stdout] 544 | pub struct PathData {
[INFO] [stdout]     |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 551 |     pub file_name: String,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 552 |     pub file_prefix: String,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SourceType` is never used
[INFO] [stdout]   --> packages/qwik/src/optimizer/core/src/utils.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub enum SourceType {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling qwik v0.1.0 (/opt/rustwide/workdir/packages/qwik/src/optimizer/cli)
[INFO] [stdout] warning: unexpected `cfg` condition value: `tokio_rt`
[INFO] [stdout]   --> packages/qwik/src/napi/src/lib.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[module_exports]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `module_exports` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the attribute macro `module_exports` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `napi4`
[INFO] [stdout]   --> packages/qwik/src/napi/src/lib.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[module_exports]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `module_exports` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the attribute macro `module_exports` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
[INFO] running `Command { std: "docker" "inspect" "43e28de408b31bfadbbb738303b89064f746b3453c71df28f99f7876a086fbf2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "43e28de408b31bfadbbb738303b89064f746b3453c71df28f99f7876a086fbf2" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling linked-hash-map v0.5.4
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling similar v2.1.0
[INFO] [stderr]    Compiling qwik-napi v0.1.0 (/opt/rustwide/workdir/packages/qwik/src/napi)
[INFO] [stdout] warning: unused import: `crate::entry_strategy::EntryStrategy`
[INFO] [stdout]  --> packages/qwik/src/optimizer/core/src/package_json.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use crate::entry_strategy::EntryStrategy;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling qwik v0.1.0 (/opt/rustwide/workdir/packages/qwik/src/optimizer/cli)
[INFO] [stdout] warning: unused imports: `ErrorBuffer`, `HookAnalysis`, `MinifyMode`, `TransformModule`, and `TransformOutput`
[INFO] [stdout]  --> packages/qwik/src/optimizer/core/src/package_json.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use crate::parse::{ErrorBuffer, HookAnalysis, MinifyMode, TransformModule, TransformOutput};
[INFO] [stdout]   |                        ^^^^^^^^^^^  ^^^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_entry` is never read
[INFO] [stdout]   --> packages/qwik/src/optimizer/core/src/code_move.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct NewModuleCtx<'a> {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub is_entry: bool,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `file_name` and `file_prefix` are never read
[INFO] [stdout]    --> packages/qwik/src/optimizer/core/src/parse.rs:551:9
[INFO] [stdout]     |
[INFO] [stdout] 544 | pub struct PathData {
[INFO] [stdout]     |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 551 |     pub file_name: String,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 552 |     pub file_prefix: String,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SourceType` is never used
[INFO] [stdout]   --> packages/qwik/src/optimizer/core/src/utils.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub enum SourceType {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling console v0.15.0
[INFO] [stdout] warning: unexpected `cfg` condition value: `tokio_rt`
[INFO] [stdout]   --> packages/qwik/src/napi/src/lib.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[module_exports]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `module_exports` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the attribute macro `module_exports` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `napi4`
[INFO] [stdout]   --> packages/qwik/src/napi/src/lib.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | #[module_exports]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `module_exports` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the attribute macro `module_exports` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling serde_yaml v0.8.21
[INFO] [stderr]    Compiling insta v1.14.0
[INFO] [stderr]    Compiling qwik-core v0.2.0 (/opt/rustwide/workdir/packages/qwik/src/optimizer/core)
[INFO] [stdout] warning: unused import: `crate::entry_strategy::EntryStrategy`
[INFO] [stdout]  --> packages/qwik/src/optimizer/core/src/package_json.rs:1:9
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub use crate::entry_strategy::EntryStrategy;
[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: `ErrorBuffer`, `HookAnalysis`, `MinifyMode`, `TransformModule`, and `TransformOutput`
[INFO] [stdout]  --> packages/qwik/src/optimizer/core/src/package_json.rs:2:24
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use crate::parse::{ErrorBuffer, HookAnalysis, MinifyMode, TransformModule, TransformOutput};
[INFO] [stdout]   |                        ^^^^^^^^^^^  ^^^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `is_entry` is never read
[INFO] [stdout]   --> packages/qwik/src/optimizer/core/src/code_move.rs:33:9
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct NewModuleCtx<'a> {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub is_entry: bool,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `file_name` and `file_prefix` are never read
[INFO] [stdout]    --> packages/qwik/src/optimizer/core/src/parse.rs:551:9
[INFO] [stdout]     |
[INFO] [stdout] 544 | pub struct PathData {
[INFO] [stdout]     |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 551 |     pub file_name: String,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 552 |     pub file_prefix: String,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SourceType` is never used
[INFO] [stdout]   --> packages/qwik/src/optimizer/core/src/utils.rs:75:10
[INFO] [stdout]    |
[INFO] [stdout] 75 | pub enum SourceType {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.77s
[INFO] running `Command { std: "docker" "inspect" "43e28de408b31bfadbbb738303b89064f746b3453c71df28f99f7876a086fbf2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "43e28de408b31bfadbbb738303b89064f746b3453c71df28f99f7876a086fbf2" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: unused import: `crate::entry_strategy::EntryStrategy`
[INFO] [stderr]  --> packages/qwik/src/optimizer/core/src/package_json.rs:1:9
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub use crate::entry_strategy::EntryStrategy;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `ErrorBuffer`, `HookAnalysis`, `MinifyMode`, `TransformModule`, and `TransformOutput`
[INFO] [stderr]  --> packages/qwik/src/optimizer/core/src/package_json.rs:2:24
[INFO] [stderr]   |
[INFO] [stderr] 2 | pub use crate::parse::{ErrorBuffer, HookAnalysis, MinifyMode, TransformModule, TransformOutput};
[INFO] [stderr]   |                        ^^^^^^^^^^^  ^^^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `is_entry` is never read
[INFO] [stderr]   --> packages/qwik/src/optimizer/core/src/code_move.rs:33:9
[INFO] [stderr]    |
[INFO] [stderr] 26 | pub struct NewModuleCtx<'a> {
[INFO] [stderr]    |            ------------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 33 |     pub is_entry: bool,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `file_name` and `file_prefix` are never read
[INFO] [stderr]    --> packages/qwik/src/optimizer/core/src/parse.rs:551:9
[INFO] [stderr]     |
[INFO] [stderr] 544 | pub struct PathData {
[INFO] [stderr]     |            -------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 551 |     pub file_name: String,
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr] 552 |     pub file_prefix: String,
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `SourceType` is never used
[INFO] [stderr]   --> packages/qwik/src/optimizer/core/src/utils.rs:75:10
[INFO] [stderr]    |
[INFO] [stderr] 75 | pub enum SourceType {
[INFO] [stderr]    |          ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr]    Compiling qwik-napi v0.1.0 (/opt/rustwide/workdir/packages/qwik/src/napi)
[INFO] [stderr] warning: `qwik-core` (lib) generated 5 warnings (run `cargo fix --lib -p qwik-core` to apply 2 suggestions)
[INFO] [stderr] warning: `qwik-core` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr] warning: unexpected `cfg` condition value: `tokio_rt`
[INFO] [stderr]   --> packages/qwik/src/napi/src/lib.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | #[module_exports]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `module_exports` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]    = note: this warning originates in the attribute macro `module_exports` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `napi4`
[INFO] [stderr]   --> packages/qwik/src/napi/src/lib.rs:35:1
[INFO] [stderr]    |
[INFO] [stderr] 35 | #[module_exports]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `module_exports` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the attribute macro `module_exports` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `qwik-napi` (lib test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.11s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/qwik-32b4902f68621129)
[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]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/qwik_core-7f9f995d3eed84e1)
[INFO] [stdout] 
[INFO] [stdout] running 50 tests
[INFO] [stdout] test code_move::test_fix_path ... ok
[INFO] [stderr] 
[INFO] [stderr] thread 'test::example_1' (2818) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_visit-0.3.0/src/util/move_map.rs:38:40:
[INFO] [stderr] unsafe precondition(s) violated: slice::get_unchecked requires that the index is within the slice
[INFO] [stderr] 
[INFO] [stderr] This indicates a bug in the program. This Undefined Behavior check is optional, and cannot be relied on for safety.
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x5bd6eba76921 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x5bd6eba76921 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x5bd6eba76921 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]    3:     0x5bd6eba76921 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]    4:     0x5bd6eba8e0aa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]    5:     0x5bd6eba8e0aa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stderr]    6:     0x5bd6eba7beec - std[73adb7dc35730857]::io::default_write_fmt::<std[73adb7dc35730857]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stderr]    7:     0x5bd6eba7beec - <std[73adb7dc35730857]::sys::stdio::unix::Stderr as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stderr]    8:     0x5bd6eba530c6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]    9:     0x5bd6eba530c6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stderr]   10:     0x5bd6eba6e0f1 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:319:9
[INFO] [stderr]   11:     0x5bd6eb2a14f0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stderr]   12:     0x5bd6eb2a14f0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stderr]   13:     0x5bd6eba6e452 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stderr]   14:     0x5bd6eba6e452 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stderr]   15:     0x5bd6eba531a4 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stderr]   16:     0x5bd6eba4a7f9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]   17:     0x5bd6eba53d6d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stderr]   18:     0x5bd6eba8e6cd - core[6883ba1bc0fe4ed1]::panicking::panic_nounwind_fmt::runtime
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:122:22
[INFO] [stderr]   19:     0x5bd6eba8e6cd - core[6883ba1bc0fe4ed1]::panicking::panic_nounwind_fmt
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/intrinsics/mod.rs:2458:9
[INFO] [stderr]   20:     0x5bd6eb4bd2c4 - <usize as core[6883ba1bc0fe4ed1]::slice::index::SliceIndex<[_]>>::get_unchecked::precondition_check
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ub_checks.rs:73:21
[INFO] [stderr]   21:     0x5bd6eb4bddd9 - <usize as core[6883ba1bc0fe4ed1]::slice::index::SliceIndex<[swc_ecma_ast[17537146eab3483e]::module_decl::ImportSpecifier]>>::get_unchecked
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ub_checks.rs:78:17
[INFO] [stderr]   22:     0x5bd6eb4d1379 - <[swc_ecma_ast[17537146eab3483e]::module_decl::ImportSpecifier]>::get_unchecked::<usize>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/slice/mod.rs:647:26
[INFO] [stderr]   23:     0x5bd6eb0a61ea - <alloc[55a36b64bcbf2c0d]::vec::Vec<swc_ecma_ast[17537146eab3483e]::module_decl::ImportSpecifier> as swc_visit[4f2c869a98639ae5]::util::move_map::MoveMap<swc_ecma_ast[17537146eab3483e]::module_decl::ImportSpecifier>>::move_map::<swc_ecma_visit[62bee2b40f1936db]::fold_import_specifiers<qwik_core[f0829126f33fb814]::transform::QwikTransform>::{closure#0}>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_visit-0.3.0/src/util/move_map.rs:38:40
[INFO] [stderr]   24:     0x5bd6eafcc6d9 - swc_ecma_visit[62bee2b40f1936db]::fold_import_specifiers::<qwik_core[f0829126f33fb814]::transform::QwikTransform>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_ecma_visit-0.64.0/src/lib.rs:501:1
[INFO] [stderr]   25:     0x5bd6eb0d0244 - <qwik_core[f0829126f33fb814]::transform::QwikTransform as swc_ecma_visit[62bee2b40f1936db]::Fold>::fold_import_specifiers
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_ecma_visit-0.64.0/src/lib.rs:501:1
[INFO] [stderr]   26:     0x5bd6eafa4e1c - swc_ecma_visit[62bee2b40f1936db]::fold_import_decl::<qwik_core[f0829126f33fb814]::transform::QwikTransform>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_ecma_visit-0.64.0/src/lib.rs:501:1
[INFO] [stderr]   27:     0x5bd6eb0cede9 - <qwik_core[f0829126f33fb814]::transform::QwikTransform as swc_ecma_visit[62bee2b40f1936db]::Fold>::fold_import_decl
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_ecma_visit-0.64.0/src/lib.rs:501:1
[INFO] [stderr]   28:     0x5bd6eafa5ca1 - swc_ecma_visit[62bee2b40f1936db]::fold_module_decl::<qwik_core[f0829126f33fb814]::transform::QwikTransform>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_ecma_visit-0.64.0/src/lib.rs:501:1
[INFO] [stderr]   29:     0x5bd6eb0cef79 - <qwik_core[f0829126f33fb814]::transform::QwikTransform as swc_ecma_visit[62bee2b40f1936db]::Fold>::fold_module_decl
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_ecma_visit-0.64.0/src/lib.rs:501:1
[INFO] [stderr]   30:     0x5bd6eafa620a - swc_ecma_visit[62bee2b40f1936db]::fold_module_item::<qwik_core[f0829126f33fb814]::transform::QwikTransform>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_ecma_visit-0.64.0/src/lib.rs:501:1
[INFO] [stderr]   31:     0x5bd6eb0cefdb - <qwik_core[f0829126f33fb814]::transform::QwikTransform as swc_ecma_visit[62bee2b40f1936db]::Fold>::fold_module_item
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_ecma_visit-0.64.0/src/lib.rs:501:1
[INFO] [stderr]   32:     0x5bd6eb0f83ec - <swc_ecma_ast[17537146eab3483e]::module::ModuleItem as swc_ecma_visit[62bee2b40f1936db]::FoldWith<qwik_core[f0829126f33fb814]::transform::QwikTransform>>::fold_with
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_ecma_visit-0.64.0/src/lib.rs:501:1
[INFO] [stderr]   33:     0x5bd6eb0b89ee - <qwik_core[f0829126f33fb814]::transform::QwikTransform as swc_ecma_visit[62bee2b40f1936db]::Fold>::fold_module::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/workdir/packages/qwik/src/optimizer/core/src/transform.rs:780:63
[INFO] [stderr]   34:     0x5bd6eb11446a - core[6883ba1bc0fe4ed1]::iter::adapters::map::map_try_fold::<swc_ecma_ast[17537146eab3483e]::module::ModuleItem, swc_ecma_ast[17537146eab3483e]::module::ModuleItem, alloc[55a36b64bcbf2c0d]::vec::in_place_drop::InPlaceDrop<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>, core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::vec::in_place_drop::InPlaceDrop<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>, !>, <qwik_core[f0829126f33fb814]::transform::QwikTransform as swc_ecma_visit[62bee2b40f1936db]::Fold>::fold_module::{closure#0}, alloc[55a36b64bcbf2c0d]::vec::in_place_collect::write_in_place_with_drop<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>::{closure#0}>::{closure#0}
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:95:28
[INFO] [stderr]   35:     0x5bd6eb098f70 - <alloc[55a36b64bcbf2c0d]::vec::into_iter::IntoIter<swc_ecma_ast[17537146eab3483e]::module::ModuleItem> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::try_fold::<alloc[55a36b64bcbf2c0d]::vec::in_place_drop::InPlaceDrop<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>, core[6883ba1bc0fe4ed1]::iter::adapters::map::map_try_fold<swc_ecma_ast[17537146eab3483e]::module::ModuleItem, swc_ecma_ast[17537146eab3483e]::module::ModuleItem, alloc[55a36b64bcbf2c0d]::vec::in_place_drop::InPlaceDrop<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>, core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::vec::in_place_drop::InPlaceDrop<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>, !>, <qwik_core[f0829126f33fb814]::transform::QwikTransform as swc_ecma_visit[62bee2b40f1936db]::Fold>::fold_module::{closure#0}, alloc[55a36b64bcbf2c0d]::vec::in_place_collect::write_in_place_with_drop<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>::{closure#0}>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::vec::in_place_drop::InPlaceDrop<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>, !>>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/into_iter.rs:401:25
[INFO] [stderr]   36:     0x5bd6eb11212b - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<alloc[55a36b64bcbf2c0d]::vec::into_iter::IntoIter<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>, <qwik_core[f0829126f33fb814]::transform::QwikTransform as swc_ecma_visit[62bee2b40f1936db]::Fold>::fold_module::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::try_fold::<alloc[55a36b64bcbf2c0d]::vec::in_place_drop::InPlaceDrop<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>, alloc[55a36b64bcbf2c0d]::vec::in_place_collect::write_in_place_with_drop<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<alloc[55a36b64bcbf2c0d]::vec::in_place_drop::InPlaceDrop<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>, !>>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:121:19
[INFO] [stderr]   37:     0x5bd6eb11c1cc - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<alloc[55a36b64bcbf2c0d]::vec::into_iter::IntoIter<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>, <qwik_core[f0829126f33fb814]::transform::QwikTransform as swc_ecma_visit[62bee2b40f1936db]::Fold>::fold_module::{closure#0}> as alloc[55a36b64bcbf2c0d]::vec::in_place_collect::SpecInPlaceCollect<swc_ecma_ast[17537146eab3483e]::module::ModuleItem, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<alloc[55a36b64bcbf2c0d]::vec::into_iter::IntoIter<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>, <qwik_core[f0829126f33fb814]::transform::QwikTransform as swc_ecma_visit[62bee2b40f1936db]::Fold>::fold_module::{closure#0}>>>::collect_in_place
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/in_place_collect.rs:378:18
[INFO] [stderr]   38:     0x5bd6eb12f6f9 - alloc[55a36b64bcbf2c0d]::vec::in_place_collect::from_iter_in_place::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<alloc[55a36b64bcbf2c0d]::vec::into_iter::IntoIter<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>, <qwik_core[f0829126f33fb814]::transform::QwikTransform as swc_ecma_visit[62bee2b40f1936db]::Fold>::fold_module::{closure#0}>, swc_ecma_ast[17537146eab3483e]::module::ModuleItem>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/in_place_collect.rs:269:9
[INFO] [stderr]   39:     0x5bd6eb0b150d - <alloc[55a36b64bcbf2c0d]::vec::Vec<swc_ecma_ast[17537146eab3483e]::module::ModuleItem> as alloc[55a36b64bcbf2c0d]::vec::spec_from_iter::SpecFromIter<swc_ecma_ast[17537146eab3483e]::module::ModuleItem, core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<alloc[55a36b64bcbf2c0d]::vec::into_iter::IntoIter<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>, <qwik_core[f0829126f33fb814]::transform::QwikTransform as swc_ecma_visit[62bee2b40f1936db]::Fold>::fold_module::{closure#0}>>>::from_iter
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/in_place_collect.rs:245:9
[INFO] [stderr]   40:     0x5bd6eb0ab035 - <alloc[55a36b64bcbf2c0d]::vec::Vec<swc_ecma_ast[17537146eab3483e]::module::ModuleItem> as core[6883ba1bc0fe4ed1]::iter::traits::collect::FromIterator<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>>::from_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<alloc[55a36b64bcbf2c0d]::vec::into_iter::IntoIter<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>, <qwik_core[f0829126f33fb814]::transform::QwikTransform as swc_ecma_visit[62bee2b40f1936db]::Fold>::fold_module::{closure#0}>>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/vec/mod.rs:3941:9
[INFO] [stderr]   41:     0x5bd6eb11363d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<alloc[55a36b64bcbf2c0d]::vec::into_iter::IntoIter<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>, <qwik_core[f0829126f33fb814]::transform::QwikTransform as swc_ecma_visit[62bee2b40f1936db]::Fold>::fold_module::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<swc_ecma_ast[17537146eab3483e]::module::ModuleItem>>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/traits/iterator.rs:2090:9
[INFO] [stderr]   42:     0x5bd6eb0c7693 - <qwik_core[f0829126f33fb814]::transform::QwikTransform as swc_ecma_visit[62bee2b40f1936db]::Fold>::fold_module
[INFO] [stderr]                                at /opt/rustwide/workdir/packages/qwik/src/optimizer/core/src/transform.rs:780:80
[INFO] [stderr]   43:     0x5bd6eb0f839b - <swc_ecma_ast[17537146eab3483e]::module::Module as swc_ecma_visit[62bee2b40f1936db]::FoldWith<qwik_core[f0829126f33fb814]::transform::QwikTransform>>::fold_with
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/swc_ecma_visit-0.64.0/src/lib.rs:501:1
[INFO] [stderr]   44:     0x5bd6eb0d4c1d - qwik_core[f0829126f33fb814]::parse::transform_code::{closure#0}::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/workdir/packages/qwik/src/optimizer/core/src/parse.rs:275:47
[INFO] [stderr]   45:     0x5bd6eb175816 - <scoped_tls[a0ac40cd06e5ffcc]::ScopedKey<swc_common[d2b45894650dcc2e]::errors::Handler>>::set::<qwik_core[f0829126f33fb814]::parse::transform_code::{closure#0}::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<qwik_core[f0829126f33fb814]::parse::TransformOutput, anyhow[61820f12ede4c10a]::Error>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scoped-tls-1.0.0/src/lib.rs:137:9
[INFO] [stderr]   46:     0x5bd6eb11e24d - <better_scoped_tls[c5528eba9228e83c]::ScopedKey<swc_common[d2b45894650dcc2e]::errors::Handler>>::set::<qwik_core[f0829126f33fb814]::parse::transform_code::{closure#0}::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<qwik_core[f0829126f33fb814]::parse::TransformOutput, anyhow[61820f12ede4c10a]::Error>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/better_scoped_tls-0.1.0/src/lib.rs:55:20
[INFO] [stderr]   47:     0x5bd6eb0d7f1c - qwik_core[f0829126f33fb814]::parse::transform_code::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/workdir/packages/qwik/src/optimizer/core/src/parse.rs:209:45
[INFO] [stderr]   48:     0x5bd6eb1756e8 - <scoped_tls[a0ac40cd06e5ffcc]::ScopedKey<swc_common[d2b45894650dcc2e]::syntax_pos::Globals>>::set::<qwik_core[f0829126f33fb814]::parse::transform_code::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<qwik_core[f0829126f33fb814]::parse::TransformOutput, anyhow[61820f12ede4c10a]::Error>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/scoped-tls-1.0.0/src/lib.rs:137:9
[INFO] [stderr]   49:     0x5bd6eb11e1db - <better_scoped_tls[c5528eba9228e83c]::ScopedKey<swc_common[d2b45894650dcc2e]::syntax_pos::Globals>>::set::<qwik_core[f0829126f33fb814]::parse::transform_code::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<qwik_core[f0829126f33fb814]::parse::TransformOutput, anyhow[61820f12ede4c10a]::Error>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/better_scoped_tls-0.1.0/src/lib.rs:55:20
[INFO] [stderr]   50:     0x5bd6eb0de318 - qwik_core[f0829126f33fb814]::parse::transform_code
[INFO] [stderr]                                at /opt/rustwide/workdir/packages/qwik/src/optimizer/core/src/parse.rs:208:33
[INFO] [stderr]   51:     0x5bd6eb1519c9 - qwik_core[f0829126f33fb814]::transform_modules::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/workdir/packages/qwik/src/optimizer/core/src/lib.rs:135:9
[INFO] [stderr]   52:     0x5bd6eb159de2 - <&qwik_core[f0829126f33fb814]::transform_modules::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&qwik_core[f0829126f33fb814]::TransformModuleInput,)>>::call_mut
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stderr]   53:     0x5bd6eb1180a9 - core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold::<&qwik_core[f0829126f33fb814]::TransformModuleInput, core[6883ba1bc0fe4ed1]::result::Result<qwik_core[f0829126f33fb814]::parse::TransformOutput, anyhow[61820f12ede4c10a]::Error>, core[6883ba1bc0fe4ed1]::result::Result<qwik_core[f0829126f33fb814]::parse::TransformOutput, anyhow[61820f12ede4c10a]::Error>, &qwik_core[f0829126f33fb814]::transform_modules::{closure#0}, &qwik_core[f0829126f33fb814]::transform_modules::{closure#2}>::{closure#0}
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:88:28
[INFO] [stderr]   54:     0x5bd6eb0844cd - <core[6883ba1bc0fe4ed1]::slice::iter::Iter<qwik_core[f0829126f33fb814]::TransformModuleInput> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<core[6883ba1bc0fe4ed1]::result::Result<qwik_core[f0829126f33fb814]::parse::TransformOutput, anyhow[61820f12ede4c10a]::Error>, core[6883ba1bc0fe4ed1]::iter::adapters::map::map_fold<&qwik_core[f0829126f33fb814]::TransformModuleInput, core[6883ba1bc0fe4ed1]::result::Result<qwik_core[f0829126f33fb814]::parse::TransformOutput, anyhow[61820f12ede4c10a]::Error>, core[6883ba1bc0fe4ed1]::result::Result<qwik_core[f0829126f33fb814]::parse::TransformOutput, anyhow[61820f12ede4c10a]::Error>, &qwik_core[f0829126f33fb814]::transform_modules::{closure#0}, &qwik_core[f0829126f33fb814]::transform_modules::{closure#2}>::{closure#0}>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/slice/iter/macros.rs:279:27
[INFO] [stderr]   55:     0x5bd6eb1113de - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<qwik_core[f0829126f33fb814]::TransformModuleInput>, &qwik_core[f0829126f33fb814]::transform_modules::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::fold::<core[6883ba1bc0fe4ed1]::result::Result<qwik_core[f0829126f33fb814]::parse::TransformOutput, anyhow[61820f12ede4c10a]::Error>, &qwik_core[f0829126f33fb814]::transform_modules::{closure#2}>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:128:19
[INFO] [stderr]   56:     0x5bd6eb112682 - <rayon[b9311387174acc8]::iter::reduce::ReduceFolder<qwik_core[f0829126f33fb814]::transform_modules::{closure#2}, core[6883ba1bc0fe4ed1]::result::Result<qwik_core[f0829126f33fb814]::parse::TransformOutput, anyhow[61820f12ede4c10a]::Error>> as rayon[b9311387174acc8]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<qwik_core[f0829126f33fb814]::parse::TransformOutput, anyhow[61820f12ede4c10a]::Error>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Iter<qwik_core[f0829126f33fb814]::TransformModuleInput>, &qwik_core[f0829126f33fb814]::transform_modules::{closure#0}>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.5.1/src/iter/reduce.rs:105:36
[INFO] [stderr]   57:     0x5bd6eb15098d - <rayon[b9311387174acc8]::iter::map::MapFolder<rayon[b9311387174acc8]::iter::reduce::ReduceFolder<qwik_core[f0829126f33fb814]::transform_modules::{closure#2}, core[6883ba1bc0fe4ed1]::result::Result<qwik_core[f0829126f33fb814]::parse::TransformOutput, anyhow[61820f12ede4c10a]::Error>>, qwik_core[f0829126f33fb814]::transform_modules::{closure#0}> as rayon[b9311387174acc8]::iter::plumbing::Folder<&qwik_core[f0829126f33fb814]::TransformModuleInput>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Iter<qwik_core[f0829126f33fb814]::TransformModuleInput>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.5.1/src/iter/map.rs:248:31
[INFO] [stderr]   58:     0x5bd6eb0f1749 - <rayon[b9311387174acc8]::slice::IterProducer<qwik_core[f0829126f33fb814]::TransformModuleInput> as rayon[b9311387174acc8]::iter::plumbing::Producer>::fold_with::<rayon[b9311387174acc8]::iter::map::MapFolder<rayon[b9311387174acc8]::iter::reduce::ReduceFolder<qwik_core[f0829126f33fb814]::transform_modules::{closure#2}, core[6883ba1bc0fe4ed1]::result::Result<qwik_core[f0829126f33fb814]::parse::TransformOutput, anyhow[61820f12ede4c10a]::Error>>, qwik_core[f0829126f33fb814]::transform_modules::{closure#0}>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.5.1/src/iter/plumbing/mod.rs:110:16
[INFO] [stderr]   59:     0x5bd6eb0b6b9b - rayon[b9311387174acc8]::iter::plumbing::bridge_producer_consumer::helper::<rayon[b9311387174acc8]::slice::IterProducer<qwik_core[f0829126f33fb814]::TransformModuleInput>, rayon[b9311387174acc8]::iter::map::MapConsumer<rayon[b9311387174acc8]::iter::reduce::ReduceConsumer<qwik_core[f0829126f33fb814]::transform_modules::{closure#2}, qwik_core[f0829126f33fb814]::transform_modules::{closure#1}>, qwik_core[f0829126f33fb814]::transform_modules::{closure#0}>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.5.1/src/iter/plumbing/mod.rs:438:22
[INFO] [stderr]   60:     0x5bd6eb0b493d - rayon[b9311387174acc8]::iter::plumbing::bridge_producer_consumer::<rayon[b9311387174acc8]::slice::IterProducer<qwik_core[f0829126f33fb814]::TransformModuleInput>, rayon[b9311387174acc8]::iter::map::MapConsumer<rayon[b9311387174acc8]::iter::reduce::ReduceConsumer<qwik_core[f0829126f33fb814]::transform_modules::{closure#2}, qwik_core[f0829126f33fb814]::transform_modules::{closure#1}>, qwik_core[f0829126f33fb814]::transform_modules::{closure#0}>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.5.1/src/iter/plumbing/mod.rs:397:12
[INFO] [stderr]   61:     0x5bd6eb0b71b1 - <rayon[b9311387174acc8]::iter::plumbing::bridge::Callback<rayon[b9311387174acc8]::iter::map::MapConsumer<rayon[b9311387174acc8]::iter::reduce::ReduceConsumer<qwik_core[f0829126f33fb814]::transform_modules::{closure#2}, qwik_core[f0829126f33fb814]::transform_modules::{closure#1}>, qwik_core[f0829126f33fb814]::transform_modules::{closure#0}>> as rayon[b9311387174acc8]::iter::plumbing::ProducerCallback<&qwik_core[f0829126f33fb814]::TransformModuleInput>>::callback::<rayon[b9311387174acc8]::slice::IterProducer<qwik_core[f0829126f33fb814]::TransformModuleInput>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.5.1/src/iter/plumbing/mod.rs:373:13
[INFO] [stderr]   62:     0x5bd6eb0ec95b - <rayon[b9311387174acc8]::slice::Iter<qwik_core[f0829126f33fb814]::TransformModuleInput> as rayon[b9311387174acc8]::iter::IndexedParallelIterator>::with_producer::<rayon[b9311387174acc8]::iter::plumbing::bridge::Callback<rayon[b9311387174acc8]::iter::map::MapConsumer<rayon[b9311387174acc8]::iter::reduce::ReduceConsumer<qwik_core[f0829126f33fb814]::transform_modules::{closure#2}, qwik_core[f0829126f33fb814]::transform_modules::{closure#1}>, qwik_core[f0829126f33fb814]::transform_modules::{closure#0}>>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.5.1/src/slice/mod.rs:525:18
[INFO] [stderr]   63:     0x5bd6eb0b4a2f - rayon[b9311387174acc8]::iter::plumbing::bridge::<rayon[b9311387174acc8]::slice::Iter<qwik_core[f0829126f33fb814]::TransformModuleInput>, rayon[b9311387174acc8]::iter::map::MapConsumer<rayon[b9311387174acc8]::iter::reduce::ReduceConsumer<qwik_core[f0829126f33fb814]::transform_modules::{closure#2}, qwik_core[f0829126f33fb814]::transform_modules::{closure#1}>, qwik_core[f0829126f33fb814]::transform_modules::{closure#0}>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.5.1/src/iter/plumbing/mod.rs:357:21
[INFO] [stderr]   64:     0x5bd6eb0ec8ba - <rayon[b9311387174acc8]::slice::Iter<qwik_core[f0829126f33fb814]::TransformModuleInput> as rayon[b9311387174acc8]::iter::ParallelIterator>::drive_unindexed::<rayon[b9311387174acc8]::iter::map::MapConsumer<rayon[b9311387174acc8]::iter::reduce::ReduceConsumer<qwik_core[f0829126f33fb814]::transform_modules::{closure#2}, qwik_core[f0829126f33fb814]::transform_modules::{closure#1}>, qwik_core[f0829126f33fb814]::transform_modules::{closure#0}>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.5.1/src/slice/mod.rs:501:9
[INFO] [stderr]   65:     0x5bd6eb150864 - <rayon[b9311387174acc8]::iter::map::Map<rayon[b9311387174acc8]::slice::Iter<qwik_core[f0829126f33fb814]::TransformModuleInput>, qwik_core[f0829126f33fb814]::transform_modules::{closure#0}> as rayon[b9311387174acc8]::iter::ParallelIterator>::drive_unindexed::<rayon[b9311387174acc8]::iter::reduce::ReduceConsumer<qwik_core[f0829126f33fb814]::transform_modules::{closure#2}, qwik_core[f0829126f33fb814]::transform_modules::{closure#1}>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.5.1/src/iter/map.rs:49:19
[INFO] [stderr]   66:     0x5bd6eb10da5d - rayon[b9311387174acc8]::iter::reduce::reduce::<rayon[b9311387174acc8]::iter::map::Map<rayon[b9311387174acc8]::slice::Iter<qwik_core[f0829126f33fb814]::TransformModuleInput>, qwik_core[f0829126f33fb814]::transform_modules::{closure#0}>, qwik_core[f0829126f33fb814]::transform_modules::{closure#2}, qwik_core[f0829126f33fb814]::transform_modules::{closure#1}, core[6883ba1bc0fe4ed1]::result::Result<qwik_core[f0829126f33fb814]::parse::TransformOutput, anyhow[61820f12ede4c10a]::Error>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.5.1/src/iter/reduce.rs:15:8
[INFO] [stderr]   67:     0x5bd6eb150a5d - <rayon[b9311387174acc8]::iter::map::Map<rayon[b9311387174acc8]::slice::Iter<qwik_core[f0829126f33fb814]::TransformModuleInput>, qwik_core[f0829126f33fb814]::transform_modules::{closure#0}> as rayon[b9311387174acc8]::iter::ParallelIterator>::reduce::<qwik_core[f0829126f33fb814]::transform_modules::{closure#2}, qwik_core[f0829126f33fb814]::transform_modules::{closure#1}>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.5.1/src/iter/mod.rs:981:9
[INFO] [stderr]   68:     0x5bd6eb1520ad - qwik_core[f0829126f33fb814]::transform_modules
[INFO] [stderr]                                at /opt/rustwide/workdir/packages/qwik/src/optimizer/core/src/lib.rs:154:18
[INFO] [stderr]   69:     0x5bd6eb033502 - qwik_core[f0829126f33fb814]::test::example_1
[INFO] [stderr]                                at /opt/rustwide/workdir/packages/qwik/src/optimizer/core/src/test.rs:13:19
[INFO] [stderr]   70:     0x5bd6eaff2b17 - qwik_core[f0829126f33fb814]::test::example_1::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/workdir/packages/qwik/src/optimizer/core/src/test.rs:72:15
[INFO] [stderr]   71:     0x5bd6eb189106 - <qwik_core[f0829126f33fb814]::test::example_1::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   72:     0x5bd6eb29482b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   73:     0x5bd6eb29482b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stderr]   74:     0x5bd6eb2a1e75 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stderr]   75:     0x5bd6eb2a1e75 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stderr]   76:     0x5bd6eb2a1e75 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stderr]   77:     0x5bd6eb2a1e75 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stderr]   78:     0x5bd6eb2a1e75 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stderr]   79:     0x5bd6eb2a1e75 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stderr]   80:     0x5bd6eb2a1e75 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stderr]   81:     0x5bd6eb29c924 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stderr]   82:     0x5bd6eb29c924 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stderr]   83:     0x5bd6eb2a4fc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stderr]   84:     0x5bd6eb2a4fc2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stderr]   85:     0x5bd6eb2a4fc2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stderr]   86:     0x5bd6eb2a4fc2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stderr]   87:     0x5bd6eb2a4fc2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stderr]   88:     0x5bd6eb2a4fc2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stderr]   89:     0x5bd6eb2a4fc2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   90:     0x5bd6eba75dff - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stderr]   91:     0x5bd6eba75dff - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stderr]   92:     0x758933b01aa4 - <unknown>
[INFO] [stderr]   93:     0x758933b8ea64 - clone
[INFO] [stderr]   94:                0x0 - <unknown>
[INFO] [stderr] thread caused non-unwinding panic. aborting.
[INFO] [stderr] error: test failed, to rerun pass `-p qwik-core --lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/qwik_core-7f9f995d3eed84e1` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "43e28de408b31bfadbbb738303b89064f746b3453c71df28f99f7876a086fbf2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "43e28de408b31bfadbbb738303b89064f746b3453c71df28f99f7876a086fbf2", kill_on_drop: false }`
[INFO] [stdout] 43e28de408b31bfadbbb738303b89064f746b3453c71df28f99f7876a086fbf2
