[INFO] cloning repository https://github.com/Codpoe/toy_bundler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Codpoe/toy_bundler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCodpoe%2Ftoy_bundler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCodpoe%2Ftoy_bundler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6c77e0eaee09381314a841968f03f8e90473b7b9
[INFO] testing Codpoe/toy_bundler against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCodpoe%2Ftoy_bundler" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Codpoe/toy_bundler
[INFO] finished tweaking git repo https://github.com/Codpoe/toy_bundler
[INFO] tweaked toml for git repo https://github.com/Codpoe/toy_bundler written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Codpoe/toy_bundler on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Codpoe/toy_bundler 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" "+beta-2026-03-05" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a592b8233c978122aeffee7c90c8649952a7a6767e907e177a90ebb4e82d9ecf
[INFO] running `Command { std: "docker" "start" "-a" "a592b8233c978122aeffee7c90c8649952a7a6767e907e177a90ebb4e82d9ecf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a592b8233c978122aeffee7c90c8649952a7a6767e907e177a90ebb4e82d9ecf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a592b8233c978122aeffee7c90c8649952a7a6767e907e177a90ebb4e82d9ecf", kill_on_drop: false }`
[INFO] [stdout] a592b8233c978122aeffee7c90c8649952a7a6767e907e177a90ebb4e82d9ecf
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f275e586d54c36c690c51d3e9b28e88141d91dd47324aa6c1cfe8efe6454949e
[INFO] running `Command { std: "docker" "start" "-a" "f275e586d54c36c690c51d3e9b28e88141d91dd47324aa6c1cfe8efe6454949e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.76
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling smallvec v1.13.0
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling unicode-width v0.1.11
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling is_ci v1.1.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling textwrap v0.15.0
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling better_scoped_tls v0.1.1
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling ahash v0.7.7
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling is-terminal v0.4.10
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling supports-hyperlinks v2.1.0
[INFO] [stderr]    Compiling supports-color v2.1.0
[INFO] [stderr]    Compiling supports-unicode v2.0.0
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling index_vec v0.1.3
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling bumpalo v3.14.0
[INFO] [stderr]    Compiling unicode-id-start v1.1.2
[INFO] [stderr]    Compiling dtoa v1.0.9
[INFO] [stderr]    Compiling castaway v0.2.2
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling dtoa-short v0.3.4
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling oxc_index v0.6.0
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling outref v0.1.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling rkyv v0.7.43
[INFO] [stderr]    Compiling simd-abstraction v0.7.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling seahash v4.1.0
[INFO] [stderr]    Compiling parcel_selectors v0.26.4
[INFO] [stderr]    Compiling yansi v1.0.0-rc.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling data-url v0.1.1
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling base64-simd v0.7.0
[INFO] [stderr]    Compiling itertools v0.12.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling assert-unchecked v0.1.2
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling vlq v0.5.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]    Compiling rayon v1.8.1
[INFO] [stderr]    Compiling json-strip-comments v1.0.2
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling aliasable v0.1.3
[INFO] [stderr]    Compiling dunce v1.0.4
[INFO] [stderr]    Compiling data-encoding v2.5.0
[INFO] [stderr]    Compiling ring v0.17.7
[INFO] [stderr]    Compiling swc_macros_common v0.3.9
[INFO] [stderr]    Compiling pmutil v0.6.1
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]    Compiling static-self-derive v0.1.1
[INFO] [stderr]    Compiling rkyv_derive v0.7.43
[INFO] [stderr]    Compiling auto_impl v1.1.0
[INFO] [stderr]    Compiling const-str-proc-macro v0.3.2
[INFO] [stderr]    Compiling lightningcss-derive v1.0.0-alpha.42
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling const-str v0.3.2
[INFO] [stderr]    Compiling static-self v0.1.1
[INFO] [stderr]    Compiling ptr_meta v0.1.4
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling ast_node v0.9.6
[INFO] [stderr]    Compiling swc_eq_ignore_macros v0.1.3
[INFO] [stderr]    Compiling from_variant v0.1.7
[INFO] [stderr]    Compiling string_enum v0.4.2
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling swc_html_codegen_macros v0.2.3
[INFO] [stderr]    Compiling ouroboros_macro v0.18.3
[INFO] [stderr]    Compiling swc_visit_macros v0.5.10
[INFO] [stderr]    Compiling is-macro v0.3.5
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling hstr v0.2.7
[INFO] [stderr]    Compiling cssparser v0.33.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling miette v5.10.0
[INFO] [stderr]    Compiling ouroboros v0.18.3
[INFO] [stderr]    Compiling cssparser-color v0.1.0
[INFO] [stderr]    Compiling swc_visit v0.5.9
[INFO] [stderr]    Compiling oxc_span v0.6.0
[INFO] [stderr]    Compiling oxc_diagnostics v0.6.0
[INFO] [stderr]    Compiling indexmap v2.2.2
[INFO] [stderr]    Compiling swc_atoms v0.6.5
[INFO] [stderr]    Compiling oxc_allocator v0.6.0
[INFO] [stderr]    Compiling swc_common v0.33.18
[INFO] [stderr]    Compiling oxc_syntax v0.6.0
[INFO] [stderr]    Compiling petgraph v0.6.4
[INFO] [stderr]    Compiling oxc_ast v0.6.0
[INFO] [stderr]    Compiling parcel_sourcemap v2.1.1
[INFO] [stderr]    Compiling oxc_resolver v1.4.0
[INFO] [stderr]    Compiling swc_html_ast v0.33.12
[INFO] [stderr]    Compiling swc_html_utils v0.18.12
[INFO] [stderr]    Compiling swc_html_visit v0.33.12
[INFO] [stderr]    Compiling swc_html_codegen v0.42.17
[INFO] [stderr]    Compiling swc_html_parser v0.39.17
[INFO] [stderr]    Compiling lightningcss v1.0.0-alpha.54
[INFO] [stderr]    Compiling oxc_parser v0.6.0
[INFO] [stderr]    Compiling oxc_codegen v0.6.0
[INFO] [stderr]    Compiling swc_html v0.135.25
[INFO] [stderr]    Compiling oxc v0.6.0
[INFO] [stderr]    Compiling toy v0.1.0 (/opt/rustwide/workdir/crates/toy)
[INFO] [stdout] warning: unused import: `std::ops::Deref`
[INFO] [stdout]  --> crates/toy/src/lightningcss/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::Deref;
[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: `lightningcss::stylesheet::StyleSheet`
[INFO] [stdout]  --> crates/toy/src/module/module.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use lightningcss::stylesheet::StyleSheet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ModuleGraphEdge`
[INFO] [stdout]   --> crates/toy/src/plugins/modules/mod.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 |     module_graph::{ModuleGraph, ModuleGraphEdge},
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `path::PathBuf`
[INFO] [stdout]  --> crates/toy/src/plugins/script/mod.rs:1:65
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{boxed::Box, collections::HashMap, fs::read_to_string, path::PathBuf, sync::Arc};
[INFO] [stdout]   |                                                                 ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `allocator::Box as OxcBox` and `ast::ast::Program`
[INFO] [stdout]  --> crates/toy/src/resource/resource_pot.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use oxc::{allocator::Box as OxcBox, ast::ast::Program};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `OxcProgramWrapper`, `OxcProgram`, and `ScriptModuleMeta`
[INFO] [stdout]  --> crates/toy/src/resource/resource_pot.rs:6:32
[INFO] [stdout]   |
[INFO] [stdout] 6 |   module::module::{ModuleKind, ScriptModuleMeta},
[INFO] [stdout]   |                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 7 |   oxc::{OxcProgram, OxcProgramWrapper},
[INFO] [stdout]   |         ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PluginRuntime` is never constructed
[INFO] [stdout]  --> crates/toy/src/plugins/runtime/mod.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct PluginRuntime {}
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> crates/toy/src/plugins/runtime/mod.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | impl PluginRuntime {
[INFO] [stdout]   | ------------------ associated function in this implementation
[INFO] [stdout] 6 |   pub fn new() -> Self {
[INFO] [stdout]   |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/toy/src/lightningcss/mod.rs:35:25
[INFO] [stdout]    |
[INFO] [stdout] 35 |   pub fn copy_css_rules(&self) -> Vec<CssRule> {
[INFO] [stdout]    |                         ^^^^^         ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |   pub fn copy_css_rules(&self) -> Vec<CssRule<'_>> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/toy/src/oxc/mod.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 |   pub fn copy_program(&self) -> Program {
[INFO] [stdout]    |                       ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |   pub fn copy_program(&self) -> Program<'_> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/toy/src/oxc/mod.rs:91:26
[INFO] [stdout]    |
[INFO] [stdout] 91 |   pub fn get_ast_builder(&self) -> &AstBuilder {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^
[INFO] [stdout]    |                          |         ||
[INFO] [stdout]    |                          |         |the same lifetime is hidden here
[INFO] [stdout]    |                          |         the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 |   pub fn get_ast_builder(&self) -> &AstBuilder<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] running `Command { std: "docker" "inspect" "f275e586d54c36c690c51d3e9b28e88141d91dd47324aa6c1cfe8efe6454949e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f275e586d54c36c690c51d3e9b28e88141d91dd47324aa6c1cfe8efe6454949e", kill_on_drop: false }`
[INFO] [stdout] f275e586d54c36c690c51d3e9b28e88141d91dd47324aa6c1cfe8efe6454949e
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3a9ce6313755d67859315827823f56a9adf4acbb06b8b190a27985793311bfcf
[INFO] running `Command { std: "docker" "start" "-a" "3a9ce6313755d67859315827823f56a9adf4acbb06b8b190a27985793311bfcf", kill_on_drop: false }`
[INFO] [stderr]    Compiling toy v0.1.0 (/opt/rustwide/workdir/crates/toy)
[INFO] [stdout] warning: unused import: `std::ops::Deref`
[INFO] [stdout]  --> crates/toy/src/lightningcss/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::Deref;
[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: `lightningcss::stylesheet::StyleSheet`
[INFO] [stdout]  --> crates/toy/src/module/module.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use lightningcss::stylesheet::StyleSheet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ModuleGraphEdge`
[INFO] [stdout]   --> crates/toy/src/plugins/modules/mod.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 |     module_graph::{ModuleGraph, ModuleGraphEdge},
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `path::PathBuf`
[INFO] [stdout]  --> crates/toy/src/plugins/script/mod.rs:1:65
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{boxed::Box, collections::HashMap, fs::read_to_string, path::PathBuf, sync::Arc};
[INFO] [stdout]   |                                                                 ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `allocator::Box as OxcBox` and `ast::ast::Program`
[INFO] [stdout]  --> crates/toy/src/resource/resource_pot.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use oxc::{allocator::Box as OxcBox, ast::ast::Program};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `OxcProgramWrapper`, `OxcProgram`, and `ScriptModuleMeta`
[INFO] [stdout]  --> crates/toy/src/resource/resource_pot.rs:6:32
[INFO] [stdout]   |
[INFO] [stdout] 6 |   module::module::{ModuleKind, ScriptModuleMeta},
[INFO] [stdout]   |                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 7 |   oxc::{OxcProgram, OxcProgramWrapper},
[INFO] [stdout]   |         ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PluginRuntime` is never constructed
[INFO] [stdout]  --> crates/toy/src/plugins/runtime/mod.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct PluginRuntime {}
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> crates/toy/src/plugins/runtime/mod.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | impl PluginRuntime {
[INFO] [stdout]   | ------------------ associated function in this implementation
[INFO] [stdout] 6 |   pub fn new() -> Self {
[INFO] [stdout]   |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/toy/src/lightningcss/mod.rs:35:25
[INFO] [stdout]    |
[INFO] [stdout] 35 |   pub fn copy_css_rules(&self) -> Vec<CssRule> {
[INFO] [stdout]    |                         ^^^^^         ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |   pub fn copy_css_rules(&self) -> Vec<CssRule<'_>> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/toy/src/oxc/mod.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 |   pub fn copy_program(&self) -> Program {
[INFO] [stdout]    |                       ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |   pub fn copy_program(&self) -> Program<'_> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/toy/src/oxc/mod.rs:91:26
[INFO] [stdout]    |
[INFO] [stdout] 91 |   pub fn get_ast_builder(&self) -> &AstBuilder {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^
[INFO] [stdout]    |                          |         ||
[INFO] [stdout]    |                          |         |the same lifetime is hidden here
[INFO] [stdout]    |                          |         the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 |   pub fn get_ast_builder(&self) -> &AstBuilder<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::ops::Deref`
[INFO] [stdout]  --> crates/toy/src/lightningcss/mod.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::ops::Deref;
[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: `lightningcss::stylesheet::StyleSheet`
[INFO] [stdout]  --> crates/toy/src/module/module.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use lightningcss::stylesheet::StyleSheet;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ModuleGraphEdge`
[INFO] [stdout]   --> crates/toy/src/plugins/modules/mod.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 |     module_graph::{ModuleGraph, ModuleGraphEdge},
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `path::PathBuf`
[INFO] [stdout]  --> crates/toy/src/plugins/script/mod.rs:1:65
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::{boxed::Box, collections::HashMap, fs::read_to_string, path::PathBuf, sync::Arc};
[INFO] [stdout]   |                                                                 ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `allocator::Box as OxcBox` and `ast::ast::Program`
[INFO] [stdout]  --> crates/toy/src/resource/resource_pot.rs:1:11
[INFO] [stdout]   |
[INFO] [stdout] 1 | use oxc::{allocator::Box as OxcBox, ast::ast::Program};
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `OxcProgramWrapper`, `OxcProgram`, and `ScriptModuleMeta`
[INFO] [stdout]  --> crates/toy/src/resource/resource_pot.rs:6:32
[INFO] [stdout]   |
[INFO] [stdout] 6 |   module::module::{ModuleKind, ScriptModuleMeta},
[INFO] [stdout]   |                                ^^^^^^^^^^^^^^^^
[INFO] [stdout] 7 |   oxc::{OxcProgram, OxcProgramWrapper},
[INFO] [stdout]   |         ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PluginRuntime` is never constructed
[INFO] [stdout]  --> crates/toy/src/plugins/runtime/mod.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct PluginRuntime {}
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> crates/toy/src/plugins/runtime/mod.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | impl PluginRuntime {
[INFO] [stdout]   | ------------------ associated function in this implementation
[INFO] [stdout] 6 |   pub fn new() -> Self {
[INFO] [stdout]   |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/toy/src/lightningcss/mod.rs:35:25
[INFO] [stdout]    |
[INFO] [stdout] 35 |   pub fn copy_css_rules(&self) -> Vec<CssRule> {
[INFO] [stdout]    |                         ^^^^^         ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 35 |   pub fn copy_css_rules(&self) -> Vec<CssRule<'_>> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/toy/src/oxc/mod.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 |   pub fn copy_program(&self) -> Program {
[INFO] [stdout]    |                       ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 60 |   pub fn copy_program(&self) -> Program<'_> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/toy/src/oxc/mod.rs:91:26
[INFO] [stdout]    |
[INFO] [stdout] 91 |   pub fn get_ast_builder(&self) -> &AstBuilder {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^
[INFO] [stdout]    |                          |         ||
[INFO] [stdout]    |                          |         |the same lifetime is hidden here
[INFO] [stdout]    |                          |         the same lifetime is elided here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 91 |   pub fn get_ast_builder(&self) -> &AstBuilder<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.02s
[INFO] running `Command { std: "docker" "inspect" "3a9ce6313755d67859315827823f56a9adf4acbb06b8b190a27985793311bfcf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a9ce6313755d67859315827823f56a9adf4acbb06b8b190a27985793311bfcf", kill_on_drop: false }`
[INFO] [stdout] 3a9ce6313755d67859315827823f56a9adf4acbb06b8b190a27985793311bfcf
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 266c253ede6a56e42016dc24de3ec7c8c425c00de45408e86c0682ec99d663c8
[INFO] running `Command { std: "docker" "start" "-a" "266c253ede6a56e42016dc24de3ec7c8c425c00de45408e86c0682ec99d663c8", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::ops::Deref`
[INFO] [stderr]  --> crates/toy/src/lightningcss/mod.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::ops::Deref;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `lightningcss::stylesheet::StyleSheet`
[INFO] [stderr]  --> crates/toy/src/module/module.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use lightningcss::stylesheet::StyleSheet;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ModuleGraphEdge`
[INFO] [stderr]   --> crates/toy/src/plugins/modules/mod.rs:10:33
[INFO] [stderr]    |
[INFO] [stderr] 10 |     module_graph::{ModuleGraph, ModuleGraphEdge},
[INFO] [stderr]    |                                 ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `path::PathBuf`
[INFO] [stderr]  --> crates/toy/src/plugins/script/mod.rs:1:65
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::{boxed::Box, collections::HashMap, fs::read_to_string, path::PathBuf, sync::Arc};
[INFO] [stderr]   |                                                                 ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `allocator::Box as OxcBox` and `ast::ast::Program`
[INFO] [stderr]  --> crates/toy/src/resource/resource_pot.rs:1:11
[INFO] [stderr]   |
[INFO] [stderr] 1 | use oxc::{allocator::Box as OxcBox, ast::ast::Program};
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `OxcProgramWrapper`, `OxcProgram`, and `ScriptModuleMeta`
[INFO] [stderr]  --> crates/toy/src/resource/resource_pot.rs:6:32
[INFO] [stderr]   |
[INFO] [stderr] 6 |   module::module::{ModuleKind, ScriptModuleMeta},
[INFO] [stderr]   |                                ^^^^^^^^^^^^^^^^
[INFO] [stderr] 7 |   oxc::{OxcProgram, OxcProgramWrapper},
[INFO] [stderr]   |         ^^^^^^^^^^  ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `PluginRuntime` is never constructed
[INFO] [stderr]  --> crates/toy/src/plugins/runtime/mod.rs:3:12
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub struct PluginRuntime {}
[INFO] [stderr]   |            ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `new` is never used
[INFO] [stderr]  --> crates/toy/src/plugins/runtime/mod.rs:6:10
[INFO] [stderr]   |
[INFO] [stderr] 5 | impl PluginRuntime {
[INFO] [stderr]   | ------------------ associated function in this implementation
[INFO] [stderr] 6 |   pub fn new() -> Self {
[INFO] [stderr]   |          ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> crates/toy/src/lightningcss/mod.rs:35:25
[INFO] [stderr]    |
[INFO] [stderr] 35 |   pub fn copy_css_rules(&self) -> Vec<CssRule> {
[INFO] [stderr]    |                         ^^^^^         ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                         |
[INFO] [stderr]    |                         the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 35 |   pub fn copy_css_rules(&self) -> Vec<CssRule<'_>> {
[INFO] [stderr]    |                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> crates/toy/src/oxc/mod.rs:60:23
[INFO] [stderr]    |
[INFO] [stderr] 60 |   pub fn copy_program(&self) -> Program {
[INFO] [stderr]    |                       ^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 60 |   pub fn copy_program(&self) -> Program<'_> {
[INFO] [stderr]    |                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> crates/toy/src/oxc/mod.rs:91:26
[INFO] [stderr]    |
[INFO] [stderr] 91 |   pub fn get_ast_builder(&self) -> &AstBuilder {
[INFO] [stderr]    |                          ^^^^^     ^^^^^^^^^^^
[INFO] [stderr]    |                          |         ||
[INFO] [stderr]    |                          |         |the same lifetime is hidden here
[INFO] [stderr]    |                          |         the same lifetime is elided here
[INFO] [stderr]    |                          the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 91 |   pub fn get_ast_builder(&self) -> &AstBuilder<'_> {
[INFO] [stderr]    |                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `toy` (lib) generated 11 warnings (run `cargo fix --lib -p toy` to apply 9 suggestions)
[INFO] [stderr] warning: `toy` (lib test) generated 11 warnings (11 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/toy-5e6e2e1afd716f44)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test module::module_graph::tests::test_module_graph ... ok
[INFO] [stdout] test plugins::resolve::tests::test_parse_query ... ok
[INFO] [stdout] test plugins::script::tests::test_load ... ok
[INFO] [stdout] test plugins::resolve::tests::test_resolve_id ... ok
[INFO] [stdout] test plugins::modules::tests::test_module_group_from_entry ... ok
[INFO] [stdout] test tests::html_works ... FAILED
[INFO] [stdout] test tests::it_works ... FAILED
[INFO] [stdout] test tests::css_works ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::html_works stdout ----
[INFO] [stdout] >>> resolve_result: ResolveHookResult {
[INFO] [stdout]     id: "./index.html",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[INFO] [stdout] }
[INFO] [stdout] >>> load_result: LoadHookResult {
[INFO] [stdout]     content: "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n    <title>Document</title>\n  </head>\n  <body>\n    <script src=\"./index.js\"></script>\n  </body>\n</html>\n",
[INFO] [stdout]     module_kind: Html,
[INFO] [stdout] }
[INFO] [stdout] >>> transform_result: PluginContainerTransformHookResult {
[INFO] [stdout]     content: "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n    <title>Document</title>\n  </head>\n  <body>\n    <script src=\"./index.js\"></script>\n  </body>\n</html>\n",
[INFO] [stdout]     module_kind: Html,
[INFO] [stdout]     source_map_chain: [],
[INFO] [stdout] }
[INFO] [stdout] >>> analyze_deps "./index.html" -> [
[INFO] [stdout]     AnalyzeDep {
[INFO] [stdout]         source: "./index.js",
[INFO] [stdout]         resolve_kind: ScriptSrc,
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] >>> resolve_result: ResolveHookResult {
[INFO] [stdout]     id: "./index.js",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[INFO] [stdout] }
[INFO] [stdout] >>> load_result: LoadHookResult {
[INFO] [stdout]     content: "import { foo, foz } from './foo';\nimport { bar } from './bar';\n\nconsole.log(`${foo()}_${foz()}_${bar()}`);\n",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout] }
[INFO] [stdout] >>> transform_result: PluginContainerTransformHookResult {
[INFO] [stdout]     content: "import { foo, foz } from './foo';\nimport { bar } from './bar';\n\nconsole.log(`${foo()}_${foz()}_${bar()}`);\n",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout]     source_map_chain: [],
[INFO] [stdout] }
[INFO] [stdout] >>> analyze_deps "./index.js" -> [
[INFO] [stdout]     AnalyzeDep {
[INFO] [stdout]         source: "./foo",
[INFO] [stdout]         resolve_kind: Import,
[INFO] [stdout]     },
[INFO] [stdout]     AnalyzeDep {
[INFO] [stdout]         source: "./bar",
[INFO] [stdout]         resolve_kind: Import,
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] >>> resolve_result: ResolveHookResult {
[INFO] [stdout]     id: "./bar.js",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[INFO] [stdout] }
[INFO] [stdout] >>> load_result: LoadHookResult {
[INFO] [stdout]     content: "export function bar() {\n  return 'bar';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout] }
[INFO] [stdout] >>> transform_result: PluginContainerTransformHookResult {
[INFO] [stdout]     content: "export function bar() {\n  return 'bar';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout]     source_map_chain: [],
[INFO] [stdout] }
[INFO] [stdout] >>> analyze_deps "./bar.js" -> []
[INFO] [stdout] >>> resolve_result: ResolveHookResult {
[INFO] [stdout]     id: "./foo.js",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[INFO] [stdout] }
[INFO] [stdout] >>> load_result: LoadHookResult {
[INFO] [stdout]     content: "export { foz } from './foz';\n\nexport function foo() {\n  return 'foo';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout] }
[INFO] [stdout] >>> transform_result: PluginContainerTransformHookResult {
[INFO] [stdout]     content: "export { foz } from './foz';\n\nexport function foo() {\n  return 'foo';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout]     source_map_chain: [],
[INFO] [stdout] }
[INFO] [stdout] >>> analyze_deps "./foo.js" -> [
[INFO] [stdout]     AnalyzeDep {
[INFO] [stdout]         source: "./foz",
[INFO] [stdout]         resolve_kind: Import,
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] >>> resolve_result: ResolveHookResult {
[INFO] [stdout]     id: "./foz.js",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[INFO] [stdout] }
[INFO] [stdout] >>> load_result: LoadHookResult {
[INFO] [stdout]     content: "export function foz() {\n  return 'foz';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout] }
[INFO] [stdout] >>> transform_result: PluginContainerTransformHookResult {
[INFO] [stdout]     content: "export function foz() {\n  return 'foz';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout]     source_map_chain: [],
[INFO] [stdout] }
[INFO] [stdout] >>> analyze_deps "./foz.js" -> []
[INFO] [stdout] >>> generate_start
[INFO] [stdout] >>> module_group_map {
[INFO] [stdout]     "./index.html": ModuleGroup {
[INFO] [stdout]         id: "./index.html",
[INFO] [stdout]         module_ids: [
[INFO] [stdout]             "./index.html",
[INFO] [stdout]             "./index.js",
[INFO] [stdout]             "./foo.js",
[INFO] [stdout]             "./foz.js",
[INFO] [stdout]             "./bar.js",
[INFO] [stdout]         ],
[INFO] [stdout]         resource_pot_ids: [],
[INFO] [stdout]     },
[INFO] [stdout] }
[INFO] [stdout] >>> resource_pot_map {
[INFO] [stdout]     "./index.js": ResourcePot {
[INFO] [stdout]         id: "./index.js",
[INFO] [stdout]         kind: Js,
[INFO] [stdout]         module_group_id: "./index.html",
[INFO] [stdout]         module_ids: [
[INFO] [stdout]             "./index.js",
[INFO] [stdout]             "./foo.js",
[INFO] [stdout]             "./foz.js",
[INFO] [stdout]             "./bar.js",
[INFO] [stdout]         ],
[INFO] [stdout]         resource_ids: [],
[INFO] [stdout]         meta: Custom(
[INFO] [stdout]             Any { .. },
[INFO] [stdout]         ),
[INFO] [stdout]     },
[INFO] [stdout]     "./index.html": ResourcePot {
[INFO] [stdout]         id: "./index.html",
[INFO] [stdout]         kind: Html,
[INFO] [stdout]         module_group_id: "./index.html",
[INFO] [stdout]         module_ids: [
[INFO] [stdout]             "./index.html",
[INFO] [stdout]         ],
[INFO] [stdout]         resource_ids: [],
[INFO] [stdout]         meta: Custom(
[INFO] [stdout]             Any { .. },
[INFO] [stdout]         ),
[INFO] [stdout]     },
[INFO] [stdout] }
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::html_works' (30) panicked at crates/toy/src/plugins/resources/mod.rs:36:56:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f383adfdd6a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f383adfdd6a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f383adfdd6a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f383adfdd6a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f383ae152ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f383ae152ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5f383ae02822 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f383ae02822 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f383addaa7f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f383addaa7f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f383adf5389 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f383a40595c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5f383a40595c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f383adf5602 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5f383adf5602 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f383addab38 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5f383add2279 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f383addb84d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f383ae15bcc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f383ae15942 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5f383a2f9db7 - core::result::Result<T,E>::unwrap::h37f02accc68e2262
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5f383a2f9db7 - <toy::plugins::resources::PluginResources as toy::plugin::Plugin>::write_resources::h1cfd01a5859d11d3
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/plugins/resources/mod.rs:36:56
[INFO] [stdout]   22:     0x5f383a3def28 - toy::plugin::plugin_container::PluginContainer::write_resources::hf9f898b690b217cc
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/plugin/plugin_container.rs:57:16
[INFO] [stdout]   23:     0x5f383a3343b2 - toy::generate::<impl toy::Compiler>::generate::he24abf2b97def7e7
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/generate/mod.rs:84:8
[INFO] [stdout]   24:     0x5f383a333338 - toy::Compiler::compile::h80ee62dc3c16c7f2
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:51:10
[INFO] [stdout]   25:     0x5f383a2ee6a7 - toy::tests::html_works::h0fe6e9f2cc856133
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:93:14
[INFO] [stdout]   26:     0x5f383a2ee807 - toy::tests::html_works::{{closure}}::ha0c074236aa58124
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:81:18
[INFO] [stdout]   27:     0x5f383a387316 - core::ops::function::FnOnce::call_once::h759cc8ee48aa3d6a
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5f383a3f9a3b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5f383a3f9a3b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   30:     0x5f383a40642b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   31:     0x5f383a40642b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   32:     0x5f383a40642b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5f383a40642b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5f383a40642b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5f383a40642b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   36:     0x5f383a40642b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   37:     0x5f383a401b44 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   38:     0x5f383a401b44 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   39:     0x5f383a409032 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   40:     0x5f383a409032 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   41:     0x5f383a409032 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   42:     0x5f383a409032 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x5f383a409032 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x5f383a409032 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   45:     0x5f383a409032 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5f383adfd11f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   47:     0x5f383adfd11f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   48:     0x72b5e57fbaa4 - <unknown>
[INFO] [stdout]   49:     0x72b5e5888a64 - clone
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::it_works stdout ----
[INFO] [stdout] >>> resolve_result: ResolveHookResult {
[INFO] [stdout]     id: "./index.js",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[INFO] [stdout] }
[INFO] [stdout] >>> load_result: LoadHookResult {
[INFO] [stdout]     content: "import { foo, foz } from './foo';\nimport { bar } from './bar';\n\nconsole.log(`${foo()}_${foz()}_${bar()}`);\n",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout] }
[INFO] [stdout] >>> transform_result: PluginContainerTransformHookResult {
[INFO] [stdout]     content: "import { foo, foz } from './foo';\nimport { bar } from './bar';\n\nconsole.log(`${foo()}_${foz()}_${bar()}`);\n",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout]     source_map_chain: [],
[INFO] [stdout] }
[INFO] [stdout] >>> analyze_deps "./index.js" -> [
[INFO] [stdout]     AnalyzeDep {
[INFO] [stdout]         source: "./foo",
[INFO] [stdout]         resolve_kind: Import,
[INFO] [stdout]     },
[INFO] [stdout]     AnalyzeDep {
[INFO] [stdout]         source: "./bar",
[INFO] [stdout]         resolve_kind: Import,
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] >>> resolve_result: ResolveHookResult {
[INFO] [stdout]     id: "./bar.js",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[INFO] [stdout] }
[INFO] [stdout] >>> load_result: LoadHookResult {
[INFO] [stdout]     content: "export function bar() {\n  return 'bar';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout] }
[INFO] [stdout] >>> transform_result: PluginContainerTransformHookResult {
[INFO] [stdout]     content: "export function bar() {\n  return 'bar';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout]     source_map_chain: [],
[INFO] [stdout] }
[INFO] [stdout] >>> analyze_deps "./bar.js" -> []
[INFO] [stdout] >>> resolve_result: ResolveHookResult {
[INFO] [stdout]     id: "./foo.js",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[INFO] [stdout] }
[INFO] [stdout] >>> load_result: LoadHookResult {
[INFO] [stdout]     content: "export { foz } from './foz';\n\nexport function foo() {\n  return 'foo';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout] }
[INFO] [stdout] >>> transform_result: PluginContainerTransformHookResult {
[INFO] [stdout]     content: "export { foz } from './foz';\n\nexport function foo() {\n  return 'foo';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout]     source_map_chain: [],
[INFO] [stdout] }
[INFO] [stdout] >>> analyze_deps "./foo.js" -> [
[INFO] [stdout]     AnalyzeDep {
[INFO] [stdout]         source: "./foz",
[INFO] [stdout]         resolve_kind: Import,
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] >>> resolve_result: ResolveHookResult {
[INFO] [stdout]     id: "./foz.js",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[INFO] [stdout] }
[INFO] [stdout] >>> load_result: LoadHookResult {
[INFO] [stdout]     content: "export function foz() {\n  return 'foz';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout] }
[INFO] [stdout] >>> transform_result: PluginContainerTransformHookResult {
[INFO] [stdout]     content: "export function foz() {\n  return 'foz';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout]     source_map_chain: [],
[INFO] [stdout] }
[INFO] [stdout] >>> analyze_deps "./foz.js" -> []
[INFO] [stdout] >>> generate_start
[INFO] [stdout] >>> module_group_map {
[INFO] [stdout]     "./index.js": ModuleGroup {
[INFO] [stdout]         id: "./index.js",
[INFO] [stdout]         module_ids: [
[INFO] [stdout]             "./index.js",
[INFO] [stdout]             "./foo.js",
[INFO] [stdout]             "./foz.js",
[INFO] [stdout]             "./bar.js",
[INFO] [stdout]         ],
[INFO] [stdout]         resource_pot_ids: [],
[INFO] [stdout]     },
[INFO] [stdout] }
[INFO] [stdout] >>> resource_pot_map {
[INFO] [stdout]     "./index.js": ResourcePot {
[INFO] [stdout]         id: "./index.js",
[INFO] [stdout]         kind: Js,
[INFO] [stdout]         module_group_id: "./index.js",
[INFO] [stdout]         module_ids: [
[INFO] [stdout]             "./index.js",
[INFO] [stdout]             "./foo.js",
[INFO] [stdout]             "./foz.js",
[INFO] [stdout]             "./bar.js",
[INFO] [stdout]         ],
[INFO] [stdout]         resource_ids: [],
[INFO] [stdout]         meta: Custom(
[INFO] [stdout]             Any { .. },
[INFO] [stdout]         ),
[INFO] [stdout]     },
[INFO] [stdout] }
[INFO] [stdout] >>> render_resource_pot ResourcePot {
[INFO] [stdout]     id: "./index.js",
[INFO] [stdout]     kind: Js,
[INFO] [stdout]     module_group_id: "./index.js",
[INFO] [stdout]     module_ids: [
[INFO] [stdout]         "./index.js",
[INFO] [stdout]         "./foo.js",
[INFO] [stdout]         "./foz.js",
[INFO] [stdout]         "./bar.js",
[INFO] [stdout]     ],
[INFO] [stdout]     resource_ids: [],
[INFO] [stdout]     meta: Js(
[INFO] [stdout]         JsResourcePotMeta {
[INFO] [stdout]             ast: None,
[INFO] [stdout]             code: "(function bootstrap(modules, entryId) {\n\tconst globalObject = typeof window !== 'undefined' && window || typeof self !== 'undefined' && self || typeof global !== 'undefined' && global || Function('return this')();\n\tglobalObject.__toyModuleSystem__ = globalObject.__toyModuleSystem__ || function() {\n\t\tconst cache = {};\n\t\tconst modules = {};\n\t\tconst dynamicIdToResource = {};\n\t\tfunction register(_modules) {\n\t\t\tObject.assign(modules, _modules);\n\t\t}\n\t\tfunction require(id) {\n\t\t\tif (cache[id]) {\n\t\t\t\treturn cache[id];\n\t\t\t}\n\t\t\tconst moduleFactory = modules[id];\n\t\t\tif ( !moduleFactory) {\n\t\t\t\tthrow new Error('Module not found: ' + id);\n\t\t\t}\n\t\t\tconst module = {\n\t\t\t\texports:{}\n\t\t\t};\n\t\t\tmoduleFactory(module, require, dynamicRequire);\n\t\t\tcache[id] = module.exports;\n\t\t\treturn module.exports;\n\t\t}\n\t\tfunction dynamicRequire(id) {\n\t\t\treturn new Promise((resolve, reject) => {\n\t\t\t\tif (modules[id]) {\n\t\t\t\t\treturn resolve(require(id));\n\t\t\t\t}\n\t\t\t\tconst resource = dynamicIdToResource[id];\n\t\t\t\tif ( !resource) {\n\t\t\t\t\treturn reject(new Error('Module not found: ' + id));\n\t\t\t\t}\n\t\t\t\tconst scriptEl = document.createElement('script');\n\t\t\t\tscriptEl.src = resource;\n\t\t\t\tscriptEl.onload = function() {\n\t\t\t\t\tresolve(require(id));\n\t\t\t\t};\n\t\t\t\tscriptEl.onerror = function() {\n\t\t\t\t\treject(new Error('Module load failed: ' + id));\n\t\t\t\t};\n\t\t\t\tdocument.head.appendChild(scriptEl);\n\t\t\t});\n\t\t}\n\t\treturn {\n\t\t\tregister,\n\t\t\trequire,\n\t\t\tdynamicRequire\n\t\t};\n\t}();\n\tglobalObject.__toyModuleSystem__.register(modules);\n\tif (entryId) {\n\t\tglobalObject.__toyModuleSystem__.require(entryId);\n\t}\n})({\n\t'./index.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tconst {bar} = __toyRequire__('./bar.js');\n\t\tconst {foz, foo} = __toyRequire__('./foo.js');\n\t\t;\t\t;\t\tconsole.log(`${foo()}_${foz()}_${bar()}`);\n\t},\n\t'./foo.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tconst {foz:_foz$toy1} = __toyRequire__('./foz.js');\n\t\t;\t\tfunction foo() {\n\t\t\treturn 'foo';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tfoz:_foz$toy1,\n\t\t\tfoo\n\t\t};\n\t},\n\t'./foz.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tfunction foz() {\n\t\t\treturn 'foz';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tfoz\n\t\t};\n\t},\n\t'./bar.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tfunction bar() {\n\t\t\treturn 'bar';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tbar\n\t\t};\n\t}\n}, './index.js');\n",
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout] }
[INFO] [stdout] >>> generate_resources Some(
[INFO] [stdout]     {
[INFO] [stdout]         "./index.js": Resource {
[INFO] [stdout]             name: "./index.js",
[INFO] [stdout]             content: "(function bootstrap(modules, entryId) {\n\tconst globalObject = typeof window !== 'undefined' && window || typeof self !== 'undefined' && self || typeof global !== 'undefined' && global || Function('return this')();\n\tglobalObject.__toyModuleSystem__ = globalObject.__toyModuleSystem__ || function() {\n\t\tconst cache = {};\n\t\tconst modules = {};\n\t\tconst dynamicIdToResource = {};\n\t\tfunction register(_modules) {\n\t\t\tObject.assign(modules, _modules);\n\t\t}\n\t\tfunction require(id) {\n\t\t\tif (cache[id]) {\n\t\t\t\treturn cache[id];\n\t\t\t}\n\t\t\tconst moduleFactory = modules[id];\n\t\t\tif ( !moduleFactory) {\n\t\t\t\tthrow new Error('Module not found: ' + id);\n\t\t\t}\n\t\t\tconst module = {\n\t\t\t\texports:{}\n\t\t\t};\n\t\t\tmoduleFactory(module, require, dynamicRequire);\n\t\t\tcache[id] = module.exports;\n\t\t\treturn module.exports;\n\t\t}\n\t\tfunction dynamicRequire(id) {\n\t\t\treturn new Promise((resolve, reject) => {\n\t\t\t\tif (modules[id]) {\n\t\t\t\t\treturn resolve(require(id));\n\t\t\t\t}\n\t\t\t\tconst resource = dynamicIdToResource[id];\n\t\t\t\tif ( !resource) {\n\t\t\t\t\treturn reject(new Error('Module not found: ' + id));\n\t\t\t\t}\n\t\t\t\tconst scriptEl = document.createElement('script');\n\t\t\t\tscriptEl.src = resource;\n\t\t\t\tscriptEl.onload = function() {\n\t\t\t\t\tresolve(require(id));\n\t\t\t\t};\n\t\t\t\tscriptEl.onerror = function() {\n\t\t\t\t\treject(new Error('Module load failed: ' + id));\n\t\t\t\t};\n\t\t\t\tdocument.head.appendChild(scriptEl);\n\t\t\t});\n\t\t}\n\t\treturn {\n\t\t\tregister,\n\t\t\trequire,\n\t\t\tdynamicRequire\n\t\t};\n\t}();\n\tglobalObject.__toyModuleSystem__.register(modules);\n\tif (entryId) {\n\t\tglobalObject.__toyModuleSystem__.require(entryId);\n\t}\n})({\n\t'./index.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tconst {bar} = __toyRequire__('./bar.js');\n\t\tconst {foz, foo} = __toyRequire__('./foo.js');\n\t\t;\t\t;\t\tconsole.log(`${foo()}_${foz()}_${bar()}`);\n\t},\n\t'./foo.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tconst {foz:_foz$toy1} = __toyRequire__('./foz.js');\n\t\t;\t\tfunction foo() {\n\t\t\treturn 'foo';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tfoz:_foz$toy1,\n\t\t\tfoo\n\t\t};\n\t},\n\t'./foz.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tfunction foz() {\n\t\t\treturn 'foz';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tfoz\n\t\t};\n\t},\n\t'./bar.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tfunction bar() {\n\t\t\treturn 'bar';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tbar\n\t\t};\n\t}\n}, './index.js');\n",
[INFO] [stdout]             resource_kind: Js,
[INFO] [stdout]             emitted: false,
[INFO] [stdout]             resource_pot_id: "./index.js",
[INFO] [stdout]         },
[INFO] [stdout]     },
[INFO] [stdout] )
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::it_works' (31) panicked at crates/toy/src/plugins/resources/mod.rs:36:56:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f383adfdd6a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f383adfdd6a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f383adfdd6a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f383adfdd6a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f383ae152ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f383ae152ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5f383ae02822 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f383ae02822 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f383addaa7f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f383addaa7f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f383adf5389 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f383a40595c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5f383a40595c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f383adf5602 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5f383adf5602 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f383addab38 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5f383add2279 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f383addb84d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f383ae15bcc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f383ae15942 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5f383a2f9db7 - core::result::Result<T,E>::unwrap::h37f02accc68e2262
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5f383a2f9db7 - <toy::plugins::resources::PluginResources as toy::plugin::Plugin>::write_resources::h1cfd01a5859d11d3
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/plugins/resources/mod.rs:36:56
[INFO] [stdout]   22:     0x5f383a3def28 - toy::plugin::plugin_container::PluginContainer::write_resources::hf9f898b690b217cc
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/plugin/plugin_container.rs:57:16
[INFO] [stdout]   23:     0x5f383a3343b2 - toy::generate::<impl toy::Compiler>::generate::he24abf2b97def7e7
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/generate/mod.rs:84:8
[INFO] [stdout]   24:     0x5f383a333338 - toy::Compiler::compile::h80ee62dc3c16c7f2
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:51:10
[INFO] [stdout]   25:     0x5f383a2eecf7 - toy::tests::it_works::h55d0ac6523bf3615
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:77:14
[INFO] [stdout]   26:     0x5f383a2eee57 - toy::tests::it_works::{{closure}}::h7d16b4667fe11daf
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:65:16
[INFO] [stdout]   27:     0x5f383a386c86 - core::ops::function::FnOnce::call_once::h3475b6b4baf5ed1d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5f383a3f9a3b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5f383a3f9a3b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   30:     0x5f383a40642b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   31:     0x5f383a40642b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   32:     0x5f383a40642b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5f383a40642b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5f383a40642b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5f383a40642b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   36:     0x5f383a40642b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   37:     0x5f383a401b44 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   38:     0x5f383a401b44 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   39:     0x5f383a409032 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   40:     0x5f383a409032 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   41:     0x5f383a409032 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   42:     0x5f383a409032 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x5f383a409032 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x5f383a409032 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   45:     0x5f383a409032 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5f383adfd11f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   47:     0x5f383adfd11f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   48:     0x72b5e57fbaa4 - <unknown>
[INFO] [stdout]   49:     0x72b5e5888a64 - clone
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::css_works stdout ----
[INFO] [stdout] >>> resolve_result: ResolveHookResult {
[INFO] [stdout]     id: "./index.html",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[INFO] [stdout] }
[INFO] [stdout] >>> load_result: LoadHookResult {
[INFO] [stdout]     content: "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n    <title>Document</title>\n  </head>\n  <body>\n    <script src=\"./index.js\"></script>\n  </body>\n</html>\n",
[INFO] [stdout]     module_kind: Html,
[INFO] [stdout] }
[INFO] [stdout] >>> transform_result: PluginContainerTransformHookResult {
[INFO] [stdout]     content: "<!DOCTYPE html>\n<html lang=\"en\">\n  <head>\n    <meta charset=\"UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n    <title>Document</title>\n  </head>\n  <body>\n    <script src=\"./index.js\"></script>\n  </body>\n</html>\n",
[INFO] [stdout]     module_kind: Html,
[INFO] [stdout]     source_map_chain: [],
[INFO] [stdout] }
[INFO] [stdout] >>> analyze_deps "./index.html" -> [
[INFO] [stdout]     AnalyzeDep {
[INFO] [stdout]         source: "./index.js",
[INFO] [stdout]         resolve_kind: ScriptSrc,
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] >>> resolve_result: ResolveHookResult {
[INFO] [stdout]     id: "./index.js",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[INFO] [stdout] }
[INFO] [stdout] >>> load_result: LoadHookResult {
[INFO] [stdout]     content: "import { foo, foz } from './foo';\nimport { bar } from './bar';\nimport './index.css';\n\nconsole.log(`${foo()}_${foz()}_${bar()}`);\n",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout] }
[INFO] [stdout] >>> transform_result: PluginContainerTransformHookResult {
[INFO] [stdout]     content: "import { foo, foz } from './foo';\nimport { bar } from './bar';\nimport './index.css';\n\nconsole.log(`${foo()}_${foz()}_${bar()}`);\n",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout]     source_map_chain: [],
[INFO] [stdout] }
[INFO] [stdout] >>> analyze_deps "./index.js" -> [
[INFO] [stdout]     AnalyzeDep {
[INFO] [stdout]         source: "./foo",
[INFO] [stdout]         resolve_kind: Import,
[INFO] [stdout]     },
[INFO] [stdout]     AnalyzeDep {
[INFO] [stdout]         source: "./bar",
[INFO] [stdout]         resolve_kind: Import,
[INFO] [stdout]     },
[INFO] [stdout]     AnalyzeDep {
[INFO] [stdout]         source: "./index.css",
[INFO] [stdout]         resolve_kind: Import,
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] >>> resolve_result: ResolveHookResult {
[INFO] [stdout]     id: "./foo.js",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[INFO] [stdout] }
[INFO] [stdout] >>> load_result: LoadHookResult {
[INFO] [stdout]     content: "export { foz } from './foz';\n\nexport function foo() {\n  return 'foo';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout] }
[INFO] [stdout] >>> transform_result: PluginContainerTransformHookResult {
[INFO] [stdout]     content: "export { foz } from './foz';\n\nexport function foo() {\n  return 'foo';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout]     source_map_chain: [],
[INFO] [stdout] }
[INFO] [stdout] >>> analyze_deps "./foo.js" -> [
[INFO] [stdout]     AnalyzeDep {
[INFO] [stdout]         source: "./foz",
[INFO] [stdout]         resolve_kind: Import,
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] >>> resolve_result: ResolveHookResult {
[INFO] [stdout]     id: "./foz.js",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[INFO] [stdout] }
[INFO] [stdout] >>> load_result: LoadHookResult {
[INFO] [stdout]     content: "import './foz.css';\n\nexport function foz() {\n  return 'foz';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout] }
[INFO] [stdout] >>> transform_result: PluginContainerTransformHookResult {
[INFO] [stdout]     content: "import './foz.css';\n\nexport function foz() {\n  return 'foz';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout]     source_map_chain: [],
[INFO] [stdout] }
[INFO] [stdout] >>> analyze_deps "./foz.js" -> [
[INFO] [stdout]     AnalyzeDep {
[INFO] [stdout]         source: "./foz.css",
[INFO] [stdout]         resolve_kind: Import,
[INFO] [stdout]     },
[INFO] [stdout] ]
[INFO] [stdout] >>> resolve_result: ResolveHookResult {
[INFO] [stdout]     id: "./foz.css",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[INFO] [stdout] }
[INFO] [stdout] >>> load_result: LoadHookResult {
[INFO] [stdout]     content: "body {\n  background: #000;\n}",
[INFO] [stdout]     module_kind: Css,
[INFO] [stdout] }
[INFO] [stdout] >>> transform_result: PluginContainerTransformHookResult {
[INFO] [stdout]     content: "body {\n  background: #000;\n}",
[INFO] [stdout]     module_kind: Css,
[INFO] [stdout]     source_map_chain: [],
[INFO] [stdout] }
[INFO] [stdout] >>> analyze_deps "./foz.css" -> []
[INFO] [stdout] >>> resolve_result: ResolveHookResult {
[INFO] [stdout]     id: "./bar.js",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[INFO] [stdout] }
[INFO] [stdout] >>> load_result: LoadHookResult {
[INFO] [stdout]     content: "export function bar() {\n  return 'bar';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout] }
[INFO] [stdout] >>> transform_result: PluginContainerTransformHookResult {
[INFO] [stdout]     content: "export function bar() {\n  return 'bar';\n}",
[INFO] [stdout]     module_kind: Js,
[INFO] [stdout]     source_map_chain: [],
[INFO] [stdout] }
[INFO] [stdout] >>> analyze_deps "./bar.js" -> []
[INFO] [stdout] >>> render_resource_pot ResourcePot {
[INFO] [stdout]     id: "./index.html",
[INFO] [stdout]     kind: Html,
[INFO] [stdout]     module_group_id: "./index.html",
[INFO] [stdout]     module_ids: [
[INFO] [stdout]         "./index.html",
[INFO] [stdout]     ],
[INFO] [stdout]     resource_ids: [],
[INFO] [stdout]     meta: Html(
[INFO] [stdout]         HtmlResourcePotMeta {
[INFO] [stdout]             ast: Document {
[INFO] [stdout]                 span: Span {
[INFO] [stdout]                     lo: BytePos(
[INFO] [stdout]                         1,
[INFO] [stdout]                     ),
[INFO] [stdout]                     hi: BytePos(
[INFO] [stdout]                         253,
[INFO] [stdout]                     ),
[INFO] [stdout]                     ctxt: #0,
[INFO] [stdout]                 },
[INFO] [stdout]                 mode: "no-quirks",
[INFO] [stdout]                 children: [
[INFO] [stdout]                     DocumentType(
[INFO] [stdout]                         DocumentType {
[INFO] [stdout]                             span: Span {
[INFO] [stdout]                                 lo: BytePos(
[INFO] [stdout]                                     1,
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 hi: BytePos(
[INFO] [stdout]                                     16,
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 ctxt: #0,
[INFO] [stdout]                             },
[INFO] [stdout]                             name: Some(
[INFO] [stdout]                                 "html",
[INFO] [stdout]                             ),
[INFO] [stdout]                             public_id: None,
[INFO] [stdout]                             system_id: None,
[INFO] [stdout]                             raw: Some(
[INFO] [stdout]                                 "<!DOCTYPE html>",
[INFO] [stdout]                             ),
[INFO] [stdout]                         },
[INFO] [stdout]                     ),
[INFO] [stdout]                     Element(
[INFO] [stdout]                         Element {
[INFO] [stdout]                             span: Span {
[INFO] [stdout]                                 lo: BytePos(
[INFO] [stdout]                                     17,
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 hi: BytePos(
[INFO] [stdout]                                     253,
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 ctxt: #0,
[INFO] [stdout]                             },
[INFO] [stdout]                             tag_name: "html",
[INFO] [stdout]                             namespace: "http://www.w3.org/1999/xhtml",
[INFO] [stdout]                             attributes: [
[INFO] [stdout]                                 Attribute {
[INFO] [stdout]                                     span: Span {
[INFO] [stdout]                                         lo: BytePos(
[INFO] [stdout]                                             23,
[INFO] [stdout]                                         ),
[INFO] [stdout]                                         hi: BytePos(
[INFO] [stdout]                                             32,
[INFO] [stdout]                                         ),
[INFO] [stdout]                                         ctxt: #0,
[INFO] [stdout]                                     },
[INFO] [stdout]                                     namespace: None,
[INFO] [stdout]                                     prefix: None,
[INFO] [stdout]                                     name: "lang",
[INFO] [stdout]                                     raw_name: Some(
[INFO] [stdout]                                         "lang",
[INFO] [stdout]                                     ),
[INFO] [stdout]                                     value: Some(
[INFO] [stdout]                                         "en",
[INFO] [stdout]                                     ),
[INFO] [stdout]                                     raw_value: Some(
[INFO] [stdout]                                         "\"en\"",
[INFO] [stdout]                                     ),
[INFO] [stdout]                                 },
[INFO] [stdout]                             ],
[INFO] [stdout]                             children: [
[INFO] [stdout]                                 Element(
[INFO] [stdout]                                     Element {
[INFO] [stdout]                                         span: Span {
[INFO] [stdout]                                             lo: BytePos(
[INFO] [stdout]                                                 36,
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             hi: BytePos(
[INFO] [stdout]                                                 186,
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             ctxt: #0,
[INFO] [stdout]                                         },
[INFO] [stdout]                                         tag_name: "head",
[INFO] [stdout]                                         namespace: "http://www.w3.org/1999/xhtml",
[INFO] [stdout]                                         attributes: [],
[INFO] [stdout]                                         children: [
[INFO] [stdout]                                             Text(
[INFO] [stdout]                                                 Text {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             42,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             47,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     data: "\n    ",
[INFO] [stdout]                                                     raw: Some(
[INFO] [stdout]                                                         "\n    ",
[INFO] [stdout]                                                     ),
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             Element(
[INFO] [stdout]                                                 Element {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             47,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             71,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     tag_name: "meta",
[INFO] [stdout]                                                     namespace: "http://www.w3.org/1999/xhtml",
[INFO] [stdout]                                                     attributes: [
[INFO] [stdout]                                                         Attribute {
[INFO] [stdout]                                                             span: Span {
[INFO] [stdout]                                                                 lo: BytePos(
[INFO] [stdout]                                                                     53,
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                                 hi: BytePos(
[INFO] [stdout]                                                                     68,
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                                 ctxt: #0,
[INFO] [stdout]                                                             },
[INFO] [stdout]                                                             namespace: None,
[INFO] [stdout]                                                             prefix: None,
[INFO] [stdout]                                                             name: "charset",
[INFO] [stdout]                                                             raw_name: Some(
[INFO] [stdout]                                                                 "charset",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                             value: Some(
[INFO] [stdout]                                                                 "UTF-8",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                             raw_value: Some(
[INFO] [stdout]                                                                 "\"UTF-8\"",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                         },
[INFO] [stdout]                                                     ],
[INFO] [stdout]                                                     children: [],
[INFO] [stdout]                                                     content: None,
[INFO] [stdout]                                                     is_self_closing: true,
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             Text(
[INFO] [stdout]                                                 Text {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             71,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             76,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     data: "\n    ",
[INFO] [stdout]                                                     raw: Some(
[INFO] [stdout]                                                         "\n    ",
[INFO] [stdout]                                                     ),
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             Element(
[INFO] [stdout]                                                 Element {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             76,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             148,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     tag_name: "meta",
[INFO] [stdout]                                                     namespace: "http://www.w3.org/1999/xhtml",
[INFO] [stdout]                                                     attributes: [
[INFO] [stdout]                                                         Attribute {
[INFO] [stdout]                                                             span: Span {
[INFO] [stdout]                                                                 lo: BytePos(
[INFO] [stdout]                                                                     82,
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                                 hi: BytePos(
[INFO] [stdout]                                                                     97,
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                                 ctxt: #0,
[INFO] [stdout]                                                             },
[INFO] [stdout]                                                             namespace: None,
[INFO] [stdout]                                                             prefix: None,
[INFO] [stdout]                                                             name: "name",
[INFO] [stdout]                                                             raw_name: Some(
[INFO] [stdout]                                                                 "name",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                             value: Some(
[INFO] [stdout]                                                                 "viewport",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                             raw_value: Some(
[INFO] [stdout]                                                                 "\"viewport\"",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                         },
[INFO] [stdout]                                                         Attribute {
[INFO] [stdout]                                                             span: Span {
[INFO] [stdout]                                                                 lo: BytePos(
[INFO] [stdout]                                                                     98,
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                                 hi: BytePos(
[INFO] [stdout]                                                                     145,
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                                 ctxt: #0,
[INFO] [stdout]                                                             },
[INFO] [stdout]                                                             namespace: None,
[INFO] [stdout]                                                             prefix: None,
[INFO] [stdout]                                                             name: "content",
[INFO] [stdout]                                                             raw_name: Some(
[INFO] [stdout]                                                                 "content",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                             value: Some(
[INFO] [stdout]                                                                 "width=device-width, initial-scale=1.0",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                             raw_value: Some(
[INFO] [stdout]                                                                 "\"width=device-width, initial-scale=1.0\"",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                         },
[INFO] [stdout]                                                     ],
[INFO] [stdout]                                                     children: [],
[INFO] [stdout]                                                     content: None,
[INFO] [stdout]                                                     is_self_closing: true,
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             Text(
[INFO] [stdout]                                                 Text {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             148,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             153,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     data: "\n    ",
[INFO] [stdout]                                                     raw: Some(
[INFO] [stdout]                                                         "\n    ",
[INFO] [stdout]                                                     ),
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             Element(
[INFO] [stdout]                                                 Element {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             153,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             176,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     tag_name: "title",
[INFO] [stdout]                                                     namespace: "http://www.w3.org/1999/xhtml",
[INFO] [stdout]                                                     attributes: [],
[INFO] [stdout]                                                     children: [
[INFO] [stdout]                                                         Text(
[INFO] [stdout]                                                             Text {
[INFO] [stdout]                                                                 span: Span {
[INFO] [stdout]                                                                     lo: BytePos(
[INFO] [stdout]                                                                         160,
[INFO] [stdout]                                                                     ),
[INFO] [stdout]                                                                     hi: BytePos(
[INFO] [stdout]                                                                         168,
[INFO] [stdout]                                                                     ),
[INFO] [stdout]                                                                     ctxt: #0,
[INFO] [stdout]                                                                 },
[INFO] [stdout]                                                                 data: "Document",
[INFO] [stdout]                                                                 raw: Some(
[INFO] [stdout]                                                                     "Document",
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                             },
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                     ],
[INFO] [stdout]                                                     content: None,
[INFO] [stdout]                                                     is_self_closing: false,
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             Text(
[INFO] [stdout]                                                 Text {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             176,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             179,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     data: "\n  ",
[INFO] [stdout]                                                     raw: Some(
[INFO] [stdout]                                                         "\n  ",
[INFO] [stdout]                                                     ),
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                         ],
[INFO] [stdout]                                         content: None,
[INFO] [stdout]                                         is_self_closing: false,
[INFO] [stdout]                                     },
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 Text(
[INFO] [stdout]                                     Text {
[INFO] [stdout]                                         span: Span {
[INFO] [stdout]                                             lo: BytePos(
[INFO] [stdout]                                                 186,
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             hi: BytePos(
[INFO] [stdout]                                                 189,
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             ctxt: #0,
[INFO] [stdout]                                         },
[INFO] [stdout]                                         data: "\n  ",
[INFO] [stdout]                                         raw: Some(
[INFO] [stdout]                                             "\n  ",
[INFO] [stdout]                                         ),
[INFO] [stdout]                                     },
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 Element(
[INFO] [stdout]                                     Element {
[INFO] [stdout]                                         span: Span {
[INFO] [stdout]                                             lo: BytePos(
[INFO] [stdout]                                                 189,
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             hi: BytePos(
[INFO] [stdout]                                                 253,
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             ctxt: #0,
[INFO] [stdout]                                         },
[INFO] [stdout]                                         tag_name: "body",
[INFO] [stdout]                                         namespace: "http://www.w3.org/1999/xhtml",
[INFO] [stdout]                                         attributes: [],
[INFO] [stdout]                                         children: [
[INFO] [stdout]                                             Text(
[INFO] [stdout]                                                 Text {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             195,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             200,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     data: "\n    ",
[INFO] [stdout]                                                     raw: Some(
[INFO] [stdout]                                                         "\n    ",
[INFO] [stdout]                                                     ),
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             Element(
[INFO] [stdout]                                                 Element {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             200,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             234,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     tag_name: "script",
[INFO] [stdout]                                                     namespace: "http://www.w3.org/1999/xhtml",
[INFO] [stdout]                                                     attributes: [
[INFO] [stdout]                                                         Attribute {
[INFO] [stdout]                                                             span: Span {
[INFO] [stdout]                                                                 lo: BytePos(
[INFO] [stdout]                                                                     208,
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                                 hi: BytePos(
[INFO] [stdout]                                                                     224,
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                                 ctxt: #0,
[INFO] [stdout]                                                             },
[INFO] [stdout]                                                             namespace: None,
[INFO] [stdout]                                                             prefix: None,
[INFO] [stdout]                                                             name: "src",
[INFO] [stdout]                                                             raw_name: Some(
[INFO] [stdout]                                                                 "src",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                             value: Some(
[INFO] [stdout]                                                                 "./index.js",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                             raw_value: Some(
[INFO] [stdout]                                                                 "\"./index.js\"",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                         },
[INFO] [stdout]                                                     ],
[INFO] [stdout]                                                     children: [],
[INFO] [stdout]                                                     content: None,
[INFO] [stdout]                                                     is_self_closing: false,
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             Text(
[INFO] [stdout]                                                 Text {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             234,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             253,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     data: "\n  \n\n",
[INFO] [stdout]                                                     raw: Some(
[INFO] [stdout]                                                         "\n  \n\n",
[INFO] [stdout]                                                     ),
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                         ],
[INFO] [stdout]                                         content: None,
[INFO] [stdout]                                         is_self_closing: false,
[INFO] [stdout]                                     },
[INFO] [stdout]                                 ),
[INFO] [stdout]                             ],
[INFO] [stdout]                             content: None,
[INFO] [stdout]                             is_self_closing: false,
[INFO] [stdout]                         },
[INFO] [stdout]                     ),
[INFO] [stdout]                 ],
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout] }
[INFO] [stdout] >>> resolve_result: ResolveHookResult {
[INFO] [stdout]     id: "./index.css",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[INFO] [stdout] }
[INFO] [stdout] >>> generate_resources Some(
[INFO] [stdout]     {
[INFO] [stdout]         "./index.html": Resource {
[INFO] [stdout]             name: "./index.html",
[INFO] [stdout]             content: "",
[INFO] [stdout]             resource_kind: Html,
[INFO] [stdout]             emitted: false,
[INFO] [stdout]             resource_pot_id: "./index.html",
[INFO] [stdout]         },
[INFO] [stdout]     },
[INFO] [stdout] )
[INFO] [stdout] >>> load_result: LoadHookResult {
[INFO] [stdout]     content: "body {\n  background: #fff;\n}\n",
[INFO] [stdout]     module_kind: Css,
[INFO] [stdout] }
[INFO] [stdout] >>> transform_result: PluginContainerTransformHookResult {
[INFO] [stdout]     content: "body {\n  background: #fff;\n}\n",
[INFO] [stdout]     module_kind: Css,
[INFO] [stdout]     source_map_chain: [],
[INFO] [stdout] }
[INFO] [stdout] >>> analyze_deps "./index.css" -> []
[INFO] [stdout] >>> render_resource_pot ResourcePot {
[INFO] [stdout]     id: "./index.js",
[INFO] [stdout]     kind: Js,
[INFO] [stdout]     module_group_id: "./index.html",
[INFO] [stdout]     module_ids: [
[INFO] [stdout]         "./index.js",
[INFO] [stdout]         "./foo.js",
[INFO] [stdout]         "./foz.js",
[INFO] [stdout]         "./bar.js",
[INFO] [stdout]     ],
[INFO] [stdout]     resource_ids: [],
[INFO] [stdout]     meta: Js(
[INFO] [stdout]         JsResourcePotMeta {
[INFO] [stdout]             ast: None,
[INFO] [stdout]             code: "(function bootstrap(modules, entryId) {\n\tconst globalObject = typeof window !== 'undefined' && window || typeof self !== 'undefined' && self || typeof global !== 'undefined' && global || Function('return this')();\n\tglobalObject.__toyModuleSystem__ = globalObject.__toyModuleSystem__ || function() {\n\t\tconst cache = {};\n\t\tconst modules = {};\n\t\tconst dynamicIdToResource = {};\n\t\tfunction register(_modules) {\n\t\t\tObject.assign(modules, _modules);\n\t\t}\n\t\tfunction require(id) {\n\t\t\tif (cache[id]) {\n\t\t\t\treturn cache[id];\n\t\t\t}\n\t\t\tconst moduleFactory = modules[id];\n\t\t\tif ( !moduleFactory) {\n\t\t\t\tthrow new Error('Module not found: ' + id);\n\t\t\t}\n\t\t\tconst module = {\n\t\t\t\texports:{}\n\t\t\t};\n\t\t\tmoduleFactory(module, require, dynamicRequire);\n\t\t\tcache[id] = module.exports;\n\t\t\treturn module.exports;\n\t\t}\n\t\tfunction dynamicRequire(id) {\n\t\t\treturn new Promise((resolve, reject) => {\n\t\t\t\tif (modules[id]) {\n\t\t\t\t\treturn resolve(require(id));\n\t\t\t\t}\n\t\t\t\tconst resource = dynamicIdToResource[id];\n\t\t\t\tif ( !resource) {\n\t\t\t\t\treturn reject(new Error('Module not found: ' + id));\n\t\t\t\t}\n\t\t\t\tconst scriptEl = document.createElement('script');\n\t\t\t\tscriptEl.src = resource;\n\t\t\t\tscriptEl.onload = function() {\n\t\t\t\t\tresolve(require(id));\n\t\t\t\t};\n\t\t\t\tscriptEl.onerror = function() {\n\t\t\t\t\treject(new Error('Module load failed: ' + id));\n\t\t\t\t};\n\t\t\t\tdocument.head.appendChild(scriptEl);\n\t\t\t});\n\t\t}\n\t\treturn {\n\t\t\tregister,\n\t\t\trequire,\n\t\t\tdynamicRequire\n\t\t};\n\t}();\n\tglobalObject.__toyModuleSystem__.register(modules);\n\tif (entryId) {\n\t\tglobalObject.__toyModuleSystem__.require(entryId);\n\t}\n})({\n\t'./index.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tconst {bar} = __toyRequire__('./bar.js');\n\t\tconst {foo, foz} = __toyRequire__('./foo.js');\n\t\t;\t\t;\t\tconsole.log(`${foo()}_${foz()}_${bar()}`);\n\t},\n\t'./foo.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tconst {foz:_foz$toy1} = __toyRequire__('./foz.js');\n\t\t;\t\tfunction foo() {\n\t\t\treturn 'foo';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tfoz:_foz$toy1,\n\t\t\tfoo\n\t\t};\n\t},\n\t'./foz.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tfunction foz() {\n\t\t\treturn 'foz';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tfoz\n\t\t};\n\t},\n\t'./bar.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tfunction bar() {\n\t\t\treturn 'bar';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tbar\n\t\t};\n\t}\n}, './index.js');\n",
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout] }
[INFO] [stdout] >>> generate_resources Some(
[INFO] [stdout]     {
[INFO] [stdout]         "./index.js": Resource {
[INFO] [stdout]             name: "./index.js",
[INFO] [stdout]             content: "(function bootstrap(modules, entryId) {\n\tconst globalObject = typeof window !== 'undefined' && window || typeof self !== 'undefined' && self || typeof global !== 'undefined' && global || Function('return this')();\n\tglobalObject.__toyModuleSystem__ = globalObject.__toyModuleSystem__ || function() {\n\t\tconst cache = {};\n\t\tconst modules = {};\n\t\tconst dynamicIdToResource = {};\n\t\tfunction register(_modules) {\n\t\t\tObject.assign(modules, _modules);\n\t\t}\n\t\tfunction require(id) {\n\t\t\tif (cache[id]) {\n\t\t\t\treturn cache[id];\n\t\t\t}\n\t\t\tconst moduleFactory = modules[id];\n\t\t\tif ( !moduleFactory) {\n\t\t\t\tthrow new Error('Module not found: ' + id);\n\t\t\t}\n\t\t\tconst module = {\n\t\t\t\texports:{}\n\t\t\t};\n\t\t\tmoduleFactory(module, require, dynamicRequire);\n\t\t\tcache[id] = module.exports;\n\t\t\treturn module.exports;\n\t\t}\n\t\tfunction dynamicRequire(id) {\n\t\t\treturn new Promise((resolve, reject) => {\n\t\t\t\tif (modules[id]) {\n\t\t\t\t\treturn resolve(require(id));\n\t\t\t\t}\n\t\t\t\tconst resource = dynamicIdToResource[id];\n\t\t\t\tif ( !resource) {\n\t\t\t\t\treturn reject(new Error('Module not found: ' + id));\n\t\t\t\t}\n\t\t\t\tconst scriptEl = document.createElement('script');\n\t\t\t\tscriptEl.src = resource;\n\t\t\t\tscriptEl.onload = function() {\n\t\t\t\t\tresolve(require(id));\n\t\t\t\t};\n\t\t\t\tscriptEl.onerror = function() {\n\t\t\t\t\treject(new Error('Module load failed: ' + id));\n\t\t\t\t};\n\t\t\t\tdocument.head.appendChild(scriptEl);\n\t\t\t});\n\t\t}\n\t\treturn {\n\t\t\tregister,\n\t\t\trequire,\n\t\t\tdynamicRequire\n\t\t};\n\t}();\n\tglobalObject.__toyModuleSystem__.register(modules);\n\tif (entryId) {\n\t\tglobalObject.__toyModuleSystem__.require(entryId);\n\t}\n})({\n\t'./index.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tconst {bar} = __toyRequire__('./bar.js');\n\t\tconst {foo, foz} = __toyRequire__('./foo.js');\n\t\t;\t\t;\t\tconsole.log(`${foo()}_${foz()}_${bar()}`);\n\t},\n\t'./foo.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tconst {foz:_foz$toy1} = __toyRequire__('./foz.js');\n\t\t;\t\tfunction foo() {\n\t\t\treturn 'foo';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tfoz:_foz$toy1,\n\t\t\tfoo\n\t\t};\n\t},\n\t'./foz.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tfunction foz() {\n\t\t\treturn 'foz';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tfoz\n\t\t};\n\t},\n\t'./bar.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tfunction bar() {\n\t\t\treturn 'bar';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tbar\n\t\t};\n\t}\n}, './index.js');\n",
[INFO] [stdout]             resource_kind: Js,
[INFO] [stdout]             emitted: false,
[INFO] [stdout]             resource_pot_id: "./index.js",
[INFO] [stdout]         },
[INFO] [stdout]     },
[INFO] [stdout] )
[INFO] [stdout] >>> generate_start
[INFO] [stdout] >>> module_group_map {
[INFO] [stdout]     "./index.html": ModuleGroup {
[INFO] [stdout]         id: "./index.html",
[INFO] [stdout]         module_ids: [
[INFO] [stdout]             "./index.html",
[INFO] [stdout]             "./index.js",
[INFO] [stdout]             "./foo.js",
[INFO] [stdout]             "./foz.js",
[INFO] [stdout]             "./foz.css",
[INFO] [stdout]             "./bar.js",
[INFO] [stdout]             "./index.css",
[INFO] [stdout]         ],
[INFO] [stdout]         resource_pot_ids: [],
[INFO] [stdout]     },
[INFO] [stdout] }
[INFO] [stdout] >>> resource_pot_map {
[INFO] [stdout]     "./index.html": ResourcePot {
[INFO] [stdout]         id: "./index.html",
[INFO] [stdout]         kind: Html,
[INFO] [stdout]         module_group_id: "./index.html",
[INFO] [stdout]         module_ids: [
[INFO] [stdout]             "./index.html",
[INFO] [stdout]         ],
[INFO] [stdout]         resource_ids: [],
[INFO] [stdout]         meta: Custom(
[INFO] [stdout]             Any { .. },
[INFO] [stdout]         ),
[INFO] [stdout]     },
[INFO] [stdout]     "./foz.css": ResourcePot {
[INFO] [stdout]         id: "./foz.css",
[INFO] [stdout]         kind: Css,
[INFO] [stdout]         module_group_id: "./index.html",
[INFO] [stdout]         module_ids: [
[INFO] [stdout]             "./foz.css",
[INFO] [stdout]             "./index.css",
[INFO] [stdout]         ],
[INFO] [stdout]         resource_ids: [],
[INFO] [stdout]         meta: Custom(
[INFO] [stdout]             Any { .. },
[INFO] [stdout]         ),
[INFO] [stdout]     },
[INFO] [stdout]     "./index.js": ResourcePot {
[INFO] [stdout]         id: "./index.js",
[INFO] [stdout]         kind: Js,
[INFO] [stdout]         module_group_id: "./index.html",
[INFO] [stdout]         module_ids: [
[INFO] [stdout]             "./index.js",
[INFO] [stdout]             "./foo.js",
[INFO] [stdout]             "./foz.js",
[INFO] [stdout]             "./bar.js",
[INFO] [stdout]         ],
[INFO] [stdout]         resource_ids: [],
[INFO] [stdout]         meta: Custom(
[INFO] [stdout]             Any { .. },
[INFO] [stdout]         ),
[INFO] [stdout]     },
[INFO] [stdout] }
[INFO] [stdout] >>> render_resource_pot ResourcePot {
[INFO] [stdout]     id: "./index.html",
[INFO] [stdout]     kind: Html,
[INFO] [stdout]     module_group_id: "./index.html",
[INFO] [stdout]     module_ids: [
[INFO] [stdout]         "./index.html",
[INFO] [stdout]     ],
[INFO] [stdout]     resource_ids: [],
[INFO] [stdout]     meta: Html(
[INFO] [stdout]         HtmlResourcePotMeta {
[INFO] [stdout]             ast: Document {
[INFO] [stdout]                 span: Span {
[INFO] [stdout]                     lo: BytePos(
[INFO] [stdout]                         1,
[INFO] [stdout]                     ),
[INFO] [stdout]                     hi: BytePos(
[INFO] [stdout]                         253,
[INFO] [stdout]                     ),
[INFO] [stdout]                     ctxt: #0,
[INFO] [stdout]                 },
[INFO] [stdout]                 mode: "no-quirks",
[INFO] [stdout]                 children: [
[INFO] [stdout]                     DocumentType(
[INFO] [stdout]                         DocumentType {
[INFO] [stdout]                             span: Span {
[INFO] [stdout]                                 lo: BytePos(
[INFO] [stdout]                                     1,
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 hi: BytePos(
[INFO] [stdout]                                     16,
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 ctxt: #0,
[INFO] [stdout]                             },
[INFO] [stdout]                             name: Some(
[INFO] [stdout]                                 "html",
[INFO] [stdout]                             ),
[INFO] [stdout]                             public_id: None,
[INFO] [stdout]                             system_id: None,
[INFO] [stdout]                             raw: Some(
[INFO] [stdout]                                 "<!DOCTYPE html>",
[INFO] [stdout]                             ),
[INFO] [stdout]                         },
[INFO] [stdout]                     ),
[INFO] [stdout]                     Element(
[INFO] [stdout]                         Element {
[INFO] [stdout]                             span: Span {
[INFO] [stdout]                                 lo: BytePos(
[INFO] [stdout]                                     17,
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 hi: BytePos(
[INFO] [stdout]                                     253,
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 ctxt: #0,
[INFO] [stdout]                             },
[INFO] [stdout]                             tag_name: "html",
[INFO] [stdout]                             namespace: "http://www.w3.org/1999/xhtml",
[INFO] [stdout]                             attributes: [
[INFO] [stdout]                                 Attribute {
[INFO] [stdout]                                     span: Span {
[INFO] [stdout]                                         lo: BytePos(
[INFO] [stdout]                                             23,
[INFO] [stdout]                                         ),
[INFO] [stdout]                                         hi: BytePos(
[INFO] [stdout]                                             32,
[INFO] [stdout]                                         ),
[INFO] [stdout]                                         ctxt: #0,
[INFO] [stdout]                                     },
[INFO] [stdout]                                     namespace: None,
[INFO] [stdout]                                     prefix: None,
[INFO] [stdout]                                     name: "lang",
[INFO] [stdout]                                     raw_name: Some(
[INFO] [stdout]                                         "lang",
[INFO] [stdout]                                     ),
[INFO] [stdout]                                     value: Some(
[INFO] [stdout]                                         "en",
[INFO] [stdout]                                     ),
[INFO] [stdout]                                     raw_value: Some(
[INFO] [stdout]                                         "\"en\"",
[INFO] [stdout]                                     ),
[INFO] [stdout]                                 },
[INFO] [stdout]                             ],
[INFO] [stdout]                             children: [
[INFO] [stdout]                                 Element(
[INFO] [stdout]                                     Element {
[INFO] [stdout]                                         span: Span {
[INFO] [stdout]                                             lo: BytePos(
[INFO] [stdout]                                                 36,
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             hi: BytePos(
[INFO] [stdout]                                                 186,
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             ctxt: #0,
[INFO] [stdout]                                         },
[INFO] [stdout]                                         tag_name: "head",
[INFO] [stdout]                                         namespace: "http://www.w3.org/1999/xhtml",
[INFO] [stdout]                                         attributes: [],
[INFO] [stdout]                                         children: [
[INFO] [stdout]                                             Text(
[INFO] [stdout]                                                 Text {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             42,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             47,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     data: "\n    ",
[INFO] [stdout]                                                     raw: Some(
[INFO] [stdout]                                                         "\n    ",
[INFO] [stdout]                                                     ),
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             Element(
[INFO] [stdout]                                                 Element {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             47,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             71,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     tag_name: "meta",
[INFO] [stdout]                                                     namespace: "http://www.w3.org/1999/xhtml",
[INFO] [stdout]                                                     attributes: [
[INFO] [stdout]                                                         Attribute {
[INFO] [stdout]                                                             span: Span {
[INFO] [stdout]                                                                 lo: BytePos(
[INFO] [stdout]                                                                     53,
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                                 hi: BytePos(
[INFO] [stdout]                                                                     68,
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                                 ctxt: #0,
[INFO] [stdout]                                                             },
[INFO] [stdout]                                                             namespace: None,
[INFO] [stdout]                                                             prefix: None,
[INFO] [stdout]                                                             name: "charset",
[INFO] [stdout]                                                             raw_name: Some(
[INFO] [stdout]                                                                 "charset",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                             value: Some(
[INFO] [stdout]                                                                 "UTF-8",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                             raw_value: Some(
[INFO] [stdout]                                                                 "\"UTF-8\"",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                         },
[INFO] [stdout]                                                     ],
[INFO] [stdout]                                                     children: [],
[INFO] [stdout]                                                     content: None,
[INFO] [stdout]                                                     is_self_closing: true,
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             Text(
[INFO] [stdout]                                                 Text {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             71,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             76,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     data: "\n    ",
[INFO] [stdout]                                                     raw: Some(
[INFO] [stdout]                                                         "\n    ",
[INFO] [stdout]                                                     ),
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             Element(
[INFO] [stdout]                                                 Element {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             76,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             148,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     tag_name: "meta",
[INFO] [stdout]                                                     namespace: "http://www.w3.org/1999/xhtml",
[INFO] [stdout]                                                     attributes: [
[INFO] [stdout]                                                         Attribute {
[INFO] [stdout]                                                             span: Span {
[INFO] [stdout]                                                                 lo: BytePos(
[INFO] [stdout]                                                                     82,
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                                 hi: BytePos(
[INFO] [stdout]                                                                     97,
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                                 ctxt: #0,
[INFO] [stdout]                                                             },
[INFO] [stdout]                                                             namespace: None,
[INFO] [stdout]                                                             prefix: None,
[INFO] [stdout]                                                             name: "name",
[INFO] [stdout]                                                             raw_name: Some(
[INFO] [stdout]                                                                 "name",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                             value: Some(
[INFO] [stdout]                                                                 "viewport",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                             raw_value: Some(
[INFO] [stdout]                                                                 "\"viewport\"",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                         },
[INFO] [stdout]                                                         Attribute {
[INFO] [stdout]                                                             span: Span {
[INFO] [stdout]                                                                 lo: BytePos(
[INFO] [stdout]                                                                     98,
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                                 hi: BytePos(
[INFO] [stdout]                                                                     145,
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                                 ctxt: #0,
[INFO] [stdout]                                                             },
[INFO] [stdout]                                                             namespace: None,
[INFO] [stdout]                                                             prefix: None,
[INFO] [stdout]                                                             name: "content",
[INFO] [stdout]                                                             raw_name: Some(
[INFO] [stdout]                                                                 "content",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                             value: Some(
[INFO] [stdout]                                                                 "width=device-width, initial-scale=1.0",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                             raw_value: Some(
[INFO] [stdout]                                                                 "\"width=device-width, initial-scale=1.0\"",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                         },
[INFO] [stdout]                                                     ],
[INFO] [stdout]                                                     children: [],
[INFO] [stdout]                                                     content: None,
[INFO] [stdout]                                                     is_self_closing: true,
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             Text(
[INFO] [stdout]                                                 Text {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             148,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             153,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     data: "\n    ",
[INFO] [stdout]                                                     raw: Some(
[INFO] [stdout]                                                         "\n    ",
[INFO] [stdout]                                                     ),
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             Element(
[INFO] [stdout]                                                 Element {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             153,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             176,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     tag_name: "title",
[INFO] [stdout]                                                     namespace: "http://www.w3.org/1999/xhtml",
[INFO] [stdout]                                                     attributes: [],
[INFO] [stdout]                                                     children: [
[INFO] [stdout]                                                         Text(
[INFO] [stdout]                                                             Text {
[INFO] [stdout]                                                                 span: Span {
[INFO] [stdout]                                                                     lo: BytePos(
[INFO] [stdout]                                                                         160,
[INFO] [stdout]                                                                     ),
[INFO] [stdout]                                                                     hi: BytePos(
[INFO] [stdout]                                                                         168,
[INFO] [stdout]                                                                     ),
[INFO] [stdout]                                                                     ctxt: #0,
[INFO] [stdout]                                                                 },
[INFO] [stdout]                                                                 data: "Document",
[INFO] [stdout]                                                                 raw: Some(
[INFO] [stdout]                                                                     "Document",
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                             },
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                     ],
[INFO] [stdout]                                                     content: None,
[INFO] [stdout]                                                     is_self_closing: false,
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             Text(
[INFO] [stdout]                                                 Text {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             176,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             179,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     data: "\n  ",
[INFO] [stdout]                                                     raw: Some(
[INFO] [stdout]                                                         "\n  ",
[INFO] [stdout]                                                     ),
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                         ],
[INFO] [stdout]                                         content: None,
[INFO] [stdout]                                         is_self_closing: false,
[INFO] [stdout]                                     },
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 Text(
[INFO] [stdout]                                     Text {
[INFO] [stdout]                                         span: Span {
[INFO] [stdout]                                             lo: BytePos(
[INFO] [stdout]                                                 186,
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             hi: BytePos(
[INFO] [stdout]                                                 189,
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             ctxt: #0,
[INFO] [stdout]                                         },
[INFO] [stdout]                                         data: "\n  ",
[INFO] [stdout]                                         raw: Some(
[INFO] [stdout]                                             "\n  ",
[INFO] [stdout]                                         ),
[INFO] [stdout]                                     },
[INFO] [stdout]                                 ),
[INFO] [stdout]                                 Element(
[INFO] [stdout]                                     Element {
[INFO] [stdout]                                         span: Span {
[INFO] [stdout]                                             lo: BytePos(
[INFO] [stdout]                                                 189,
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             hi: BytePos(
[INFO] [stdout]                                                 253,
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             ctxt: #0,
[INFO] [stdout]                                         },
[INFO] [stdout]                                         tag_name: "body",
[INFO] [stdout]                                         namespace: "http://www.w3.org/1999/xhtml",
[INFO] [stdout]                                         attributes: [],
[INFO] [stdout]                                         children: [
[INFO] [stdout]                                             Text(
[INFO] [stdout]                                                 Text {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             195,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             200,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     data: "\n    ",
[INFO] [stdout]                                                     raw: Some(
[INFO] [stdout]                                                         "\n    ",
[INFO] [stdout]                                                     ),
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             Element(
[INFO] [stdout]                                                 Element {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             200,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             234,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     tag_name: "script",
[INFO] [stdout]                                                     namespace: "http://www.w3.org/1999/xhtml",
[INFO] [stdout]                                                     attributes: [
[INFO] [stdout]                                                         Attribute {
[INFO] [stdout]                                                             span: Span {
[INFO] [stdout]                                                                 lo: BytePos(
[INFO] [stdout]                                                                     208,
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                                 hi: BytePos(
[INFO] [stdout]                                                                     224,
[INFO] [stdout]                                                                 ),
[INFO] [stdout]                                                                 ctxt: #0,
[INFO] [stdout]                                                             },
[INFO] [stdout]                                                             namespace: None,
[INFO] [stdout]                                                             prefix: None,
[INFO] [stdout]                                                             name: "src",
[INFO] [stdout]                                                             raw_name: Some(
[INFO] [stdout]                                                                 "src",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                             value: Some(
[INFO] [stdout]                                                                 "./index.js",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                             raw_value: Some(
[INFO] [stdout]                                                                 "\"./index.js\"",
[INFO] [stdout]                                                             ),
[INFO] [stdout]                                                         },
[INFO] [stdout]                                                     ],
[INFO] [stdout]                                                     children: [],
[INFO] [stdout]                                                     content: None,
[INFO] [stdout]                                                     is_self_closing: false,
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                             Text(
[INFO] [stdout]                                                 Text {
[INFO] [stdout]                                                     span: Span {
[INFO] [stdout]                                                         lo: BytePos(
[INFO] [stdout]                                                             234,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         hi: BytePos(
[INFO] [stdout]                                                             253,
[INFO] [stdout]                                                         ),
[INFO] [stdout]                                                         ctxt: #0,
[INFO] [stdout]                                                     },
[INFO] [stdout]                                                     data: "\n  \n\n",
[INFO] [stdout]                                                     raw: Some(
[INFO] [stdout]                                                         "\n  \n\n",
[INFO] [stdout]                                                     ),
[INFO] [stdout]                                                 },
[INFO] [stdout]                                             ),
[INFO] [stdout]                                         ],
[INFO] [stdout]                                         content: None,
[INFO] [stdout]                                         is_self_closing: false,
[INFO] [stdout]                                     },
[INFO] [stdout]                                 ),
[INFO] [stdout]                             ],
[INFO] [stdout]                             content: None,
[INFO] [stdout]                             is_self_closing: false,
[INFO] [stdout]                         },
[INFO] [stdout]                     ),
[INFO] [stdout]                 ],
[INFO] [stdout]             },
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout] }
[INFO] [stdout] >>> generate_resources Some(
[INFO] [stdout]     {
[INFO] [stdout]         "./index.html": Resource {
[INFO] [stdout]             name: "./index.html",
[INFO] [stdout]             content: "",
[INFO] [stdout]             resource_kind: Html,
[INFO] [stdout]             emitted: false,
[INFO] [stdout]             resource_pot_id: "./index.html",
[INFO] [stdout]         },
[INFO] [stdout]     },
[INFO] [stdout] )
[INFO] [stdout] >>> render_resource_pot ResourcePot {
[INFO] [stdout]     id: "./foz.css",
[INFO] [stdout]     kind: Css,
[INFO] [stdout]     module_group_id: "./index.html",
[INFO] [stdout]     module_ids: [
[INFO] [stdout]         "./foz.css",
[INFO] [stdout]         "./index.css",
[INFO] [stdout]     ],
[INFO] [stdout]     resource_ids: [],
[INFO] [stdout]     meta: Css(
[INFO] [stdout]         CssResourcePotMeta {
[INFO] [stdout]             ast: None,
[INFO] [stdout]             code: "body {\n  background: #000;\n}\n\nbody {\n  background: #fff;\n}\n",
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout] }
[INFO] [stdout] >>> generate_resources Some(
[INFO] [stdout]     {
[INFO] [stdout]         "./foz.css": Resource {
[INFO] [stdout]             name: "./foz.css",
[INFO] [stdout]             content: "body {\n  background: #000;\n}\n\nbody {\n  background: #fff;\n}\n",
[INFO] [stdout]             resource_kind: Css,
[INFO] [stdout]             emitted: false,
[INFO] [stdout]             resource_pot_id: "./foz.css",
[INFO] [stdout]         },
[INFO] [stdout]     },
[INFO] [stdout] )
[INFO] [stdout] >>> render_resource_pot ResourcePot {
[INFO] [stdout]     id: "./index.js",
[INFO] [stdout]     kind: Js,
[INFO] [stdout]     module_group_id: "./index.html",
[INFO] [stdout]     module_ids: [
[INFO] [stdout]         "./index.js",
[INFO] [stdout]         "./foo.js",
[INFO] [stdout]         "./foz.js",
[INFO] [stdout]         "./bar.js",
[INFO] [stdout]     ],
[INFO] [stdout]     resource_ids: [],
[INFO] [stdout]     meta: Js(
[INFO] [stdout]         JsResourcePotMeta {
[INFO] [stdout]             ast: None,
[INFO] [stdout]             code: "(function bootstrap(modules, entryId) {\n\tconst globalObject = typeof window !== 'undefined' && window || typeof self !== 'undefined' && self || typeof global !== 'undefined' && global || Function('return this')();\n\tglobalObject.__toyModuleSystem__ = globalObject.__toyModuleSystem__ || function() {\n\t\tconst cache = {};\n\t\tconst modules = {};\n\t\tconst dynamicIdToResource = {};\n\t\tfunction register(_modules) {\n\t\t\tObject.assign(modules, _modules);\n\t\t}\n\t\tfunction require(id) {\n\t\t\tif (cache[id]) {\n\t\t\t\treturn cache[id];\n\t\t\t}\n\t\t\tconst moduleFactory = modules[id];\n\t\t\tif ( !moduleFactory) {\n\t\t\t\tthrow new Error('Module not found: ' + id);\n\t\t\t}\n\t\t\tconst module = {\n\t\t\t\texports:{}\n\t\t\t};\n\t\t\tmoduleFactory(module, require, dynamicRequire);\n\t\t\tcache[id] = module.exports;\n\t\t\treturn module.exports;\n\t\t}\n\t\tfunction dynamicRequire(id) {\n\t\t\treturn new Promise((resolve, reject) => {\n\t\t\t\tif (modules[id]) {\n\t\t\t\t\treturn resolve(require(id));\n\t\t\t\t}\n\t\t\t\tconst resource = dynamicIdToResource[id];\n\t\t\t\tif ( !resource) {\n\t\t\t\t\treturn reject(new Error('Module not found: ' + id));\n\t\t\t\t}\n\t\t\t\tconst scriptEl = document.createElement('script');\n\t\t\t\tscriptEl.src = resource;\n\t\t\t\tscriptEl.onload = function() {\n\t\t\t\t\tresolve(require(id));\n\t\t\t\t};\n\t\t\t\tscriptEl.onerror = function() {\n\t\t\t\t\treject(new Error('Module load failed: ' + id));\n\t\t\t\t};\n\t\t\t\tdocument.head.appendChild(scriptEl);\n\t\t\t});\n\t\t}\n\t\treturn {\n\t\t\tregister,\n\t\t\trequire,\n\t\t\tdynamicRequire\n\t\t};\n\t}();\n\tglobalObject.__toyModuleSystem__.register(modules);\n\tif (entryId) {\n\t\tglobalObject.__toyModuleSystem__.require(entryId);\n\t}\n})({\n\t'./index.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tconst {bar} = __toyRequire__('./bar.js');\n\t\tconst {foo, foz} = __toyRequire__('./foo.js');\n\t\t;\t\t;\t\t;\t\tconsole.log(`${foo()}_${foz()}_${bar()}`);\n\t},\n\t'./foo.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tconst {foz:_foz$toy1} = __toyRequire__('./foz.js');\n\t\t;\t\tfunction foo() {\n\t\t\treturn 'foo';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tfoz:_foz$toy1,\n\t\t\tfoo\n\t\t};\n\t},\n\t'./foz.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\t;\t\tfunction foz() {\n\t\t\treturn 'foz';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tfoz\n\t\t};\n\t},\n\t'./bar.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tfunction bar() {\n\t\t\treturn 'bar';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tbar\n\t\t};\n\t}\n}, './index.js');\n",
[INFO] [stdout]         },
[INFO] [stdout]     ),
[INFO] [stdout] }
[INFO] [stdout] >>> generate_resources Some(
[INFO] [stdout]     {
[INFO] [stdout]         "./index.js": Resource {
[INFO] [stdout]             name: "./index.js",
[INFO] [stdout]             content: "(function bootstrap(modules, entryId) {\n\tconst globalObject = typeof window !== 'undefined' && window || typeof self !== 'undefined' && self || typeof global !== 'undefined' && global || Function('return this')();\n\tglobalObject.__toyModuleSystem__ = globalObject.__toyModuleSystem__ || function() {\n\t\tconst cache = {};\n\t\tconst modules = {};\n\t\tconst dynamicIdToResource = {};\n\t\tfunction register(_modules) {\n\t\t\tObject.assign(modules, _modules);\n\t\t}\n\t\tfunction require(id) {\n\t\t\tif (cache[id]) {\n\t\t\t\treturn cache[id];\n\t\t\t}\n\t\t\tconst moduleFactory = modules[id];\n\t\t\tif ( !moduleFactory) {\n\t\t\t\tthrow new Error('Module not found: ' + id);\n\t\t\t}\n\t\t\tconst module = {\n\t\t\t\texports:{}\n\t\t\t};\n\t\t\tmoduleFactory(module, require, dynamicRequire);\n\t\t\tcache[id] = module.exports;\n\t\t\treturn module.exports;\n\t\t}\n\t\tfunction dynamicRequire(id) {\n\t\t\treturn new Promise((resolve, reject) => {\n\t\t\t\tif (modules[id]) {\n\t\t\t\t\treturn resolve(require(id));\n\t\t\t\t}\n\t\t\t\tconst resource = dynamicIdToResource[id];\n\t\t\t\tif ( !resource) {\n\t\t\t\t\treturn reject(new Error('Module not found: ' + id));\n\t\t\t\t}\n\t\t\t\tconst scriptEl = document.createElement('script');\n\t\t\t\tscriptEl.src = resource;\n\t\t\t\tscriptEl.onload = function() {\n\t\t\t\t\tresolve(require(id));\n\t\t\t\t};\n\t\t\t\tscriptEl.onerror = function() {\n\t\t\t\t\treject(new Error('Module load failed: ' + id));\n\t\t\t\t};\n\t\t\t\tdocument.head.appendChild(scriptEl);\n\t\t\t});\n\t\t}\n\t\treturn {\n\t\t\tregister,\n\t\t\trequire,\n\t\t\tdynamicRequire\n\t\t};\n\t}();\n\tglobalObject.__toyModuleSystem__.register(modules);\n\tif (entryId) {\n\t\tglobalObject.__toyModuleSystem__.require(entryId);\n\t}\n})({\n\t'./index.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tconst {bar} = __toyRequire__('./bar.js');\n\t\tconst {foo, foz} = __toyRequire__('./foo.js');\n\t\t;\t\t;\t\t;\t\tconsole.log(`${foo()}_${foz()}_${bar()}`);\n\t},\n\t'./foo.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tconst {foz:_foz$toy1} = __toyRequire__('./foz.js');\n\t\t;\t\tfunction foo() {\n\t\t\treturn 'foo';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tfoz:_foz$toy1,\n\t\t\tfoo\n\t\t};\n\t},\n\t'./foz.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\t;\t\tfunction foz() {\n\t\t\treturn 'foz';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tfoz\n\t\t};\n\t},\n\t'./bar.js':function(__toyModule__, __toyRequire__, __toyDynamicRequire__) {\n\t\tfunction bar() {\n\t\t\treturn 'bar';\n\t\t}\n\t\t__toyModule__.exports = {\n\t\t\tbar\n\t\t};\n\t}\n}, './index.js');\n",
[INFO] [stdout]             resource_kind: Js,
[INFO] [stdout]             emitted: false,
[INFO] [stdout]             resource_pot_id: "./index.js",
[INFO] [stdout]         },
[INFO] [stdout]     },
[INFO] [stdout] )
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::css_works' (29) panicked at crates/toy/src/plugins/resources/mod.rs:36:56:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f383adfdd6a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f383adfdd6a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f383adfdd6a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f383adfdd6a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f383ae152ea - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f383ae152ea - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5f383ae02822 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f383ae02822 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f383addaa7f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f383addaa7f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f383adf5389 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f383a40595c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5f383a40595c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5f383adf5602 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5f383adf5602 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f383addab38 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5f383add2279 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f383addb84d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f383ae15bcc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f383ae15942 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5f383a2f9db7 - core::result::Result<T,E>::unwrap::h37f02accc68e2262
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5f383a2f9db7 - <toy::plugins::resources::PluginResources as toy::plugin::Plugin>::write_resources::h1cfd01a5859d11d3
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/plugins/resources/mod.rs:36:56
[INFO] [stdout]   22:     0x5f383a3def28 - toy::plugin::plugin_container::PluginContainer::write_resources::hf9f898b690b217cc
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/plugin/plugin_container.rs:57:16
[INFO] [stdout]   23:     0x5f383a3343b2 - toy::generate::<impl toy::Compiler>::generate::he24abf2b97def7e7
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/generate/mod.rs:84:8
[INFO] [stdout]   24:     0x5f383a333338 - toy::Compiler::compile::h80ee62dc3c16c7f2
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:51:10
[INFO] [stdout]   25:     0x5f383a2ef347 - toy::tests::css_works::hed7635ffb9ca3e65
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:109:14
[INFO] [stdout]   26:     0x5f383a2ef4a7 - toy::tests::css_works::{{closure}}::h47a9e6bfb76f53c0
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:97:17
[INFO] [stdout]   27:     0x5f383a387836 - core::ops::function::FnOnce::call_once::hbe64ffced502b833
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5f383a3f9a3b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x5f383a3f9a3b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   30:     0x5f383a40642b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   31:     0x5f383a40642b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   32:     0x5f383a40642b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   33:     0x5f383a40642b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   34:     0x5f383a40642b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5f383a40642b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   36:     0x5f383a40642b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   37:     0x5f383a401b44 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   38:     0x5f383a401b44 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   39:     0x5f383a409032 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   40:     0x5f383a409032 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   41:     0x5f383a409032 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   42:     0x5f383a409032 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x5f383a409032 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x5f383a409032 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   45:     0x5f383a409032 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5f383adfd11f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   47:     0x5f383adfd11f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   48:     0x72b5e57fbaa4 - <unknown>
[INFO] [stdout]   49:     0x72b5e5888a64 - clone
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::css_works
[INFO] [stdout]     tests::html_works
[INFO] [stdout]     tests::it_works
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "266c253ede6a56e42016dc24de3ec7c8c425c00de45408e86c0682ec99d663c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "266c253ede6a56e42016dc24de3ec7c8c425c00de45408e86c0682ec99d663c8", kill_on_drop: false }`
[INFO] [stdout] 266c253ede6a56e42016dc24de3ec7c8c425c00de45408e86c0682ec99d663c8
