[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-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCodpoe%2Ftoy_bundler" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-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-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Codpoe/toy_bundler on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a22a4499798b5da52e840fa2549bdd96ff87da9b1ea5a72b62e51f3fd60802df
[INFO] running `Command { std: "docker" "start" "-a" "a22a4499798b5da52e840fa2549bdd96ff87da9b1ea5a72b62e51f3fd60802df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a22a4499798b5da52e840fa2549bdd96ff87da9b1ea5a72b62e51f3fd60802df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a22a4499798b5da52e840fa2549bdd96ff87da9b1ea5a72b62e51f3fd60802df", kill_on_drop: false }`
[INFO] [stdout] a22a4499798b5da52e840fa2549bdd96ff87da9b1ea5a72b62e51f3fd60802df
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7515359e6e0f2436b66601fa39f62a0614a55fe7958b820016211a162e679bb8
[INFO] running `Command { std: "docker" "start" "-a" "7515359e6e0f2436b66601fa39f62a0614a55fe7958b820016211a162e679bb8", 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 autocfg v1.1.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[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 equivalent v1.0.1
[INFO] [stderr]    Compiling ryu v1.0.16
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling thiserror v1.0.56
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling is_ci v1.1.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling textwrap v0.15.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling better_scoped_tls v0.1.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling ahash v0.7.7
[INFO] [stderr]    Compiling index_vec v0.1.3
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling rand_core v0.6.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 dtoa-short v0.3.4
[INFO] [stderr]    Compiling castaway v0.2.2
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling is-terminal v0.4.10
[INFO] [stderr]    Compiling terminal_size v0.1.17
[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 dashmap v5.5.3
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling compact_str v0.7.1
[INFO] [stderr]    Compiling oxc_index v0.6.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling rkyv v0.7.43
[INFO] [stderr]    Compiling outref v0.1.0
[INFO] [stderr]    Compiling simd-abstraction v0.7.1
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling yansi v1.0.0-rc.1
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling seahash v4.1.0
[INFO] [stderr]    Compiling paste v1.0.14
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling data-url v0.1.1
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling itertools v0.12.0
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling base64-simd v0.7.0
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling vlq v0.5.1
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling parcel_selectors v0.26.4
[INFO] [stderr]    Compiling assert-unchecked v0.1.2
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling zerocopy v0.7.32
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling json-strip-comments v1.0.2
[INFO] [stderr]    Compiling data-encoding v2.5.0
[INFO] [stderr]    Compiling rayon v1.8.1
[INFO] [stderr]    Compiling ring v0.17.7
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling aliasable v0.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling dunce v1.0.4
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling swc_macros_common v0.3.9
[INFO] [stderr]    Compiling pmutil v0.6.1
[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 swc_visit_macros v0.5.10
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling from_variant v0.1.7
[INFO] [stderr]    Compiling ast_node v0.9.6
[INFO] [stderr]    Compiling swc_eq_ignore_macros v0.1.3
[INFO] [stderr]    Compiling string_enum v0.4.2
[INFO] [stderr]    Compiling is-macro v0.3.5
[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 proc-macro-error v1.0.4
[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 ptr_meta_derive v0.1.4
[INFO] [stderr]    Compiling rkyv_derive v0.7.43
[INFO] [stderr]    Compiling static-self-derive v0.1.1
[INFO] [stderr]    Compiling const-str-proc-macro v0.3.2
[INFO] [stderr]    Compiling auto_impl v1.1.0
[INFO] [stderr]    Compiling lightningcss-derive v1.0.0-alpha.42
[INFO] [stderr]    Compiling miette v5.10.0
[INFO] [stderr]    Compiling ptr_meta v0.1.4
[INFO] [stderr]    Compiling static-self v0.1.1
[INFO] [stderr]    Compiling cssparser-color v0.1.0
[INFO] [stderr]    Compiling const-str v0.3.2
[INFO] [stderr]    Compiling ouroboros v0.18.3
[INFO] [stderr]    Compiling oxc_span v0.6.0
[INFO] [stderr]    Compiling oxc_diagnostics v0.6.0
[INFO] [stderr]    Compiling swc_visit v0.5.9
[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 swc_html_ast v0.33.12
[INFO] [stderr]    Compiling swc_html_visit v0.33.12
[INFO] [stderr]    Compiling swc_html_utils v0.18.12
[INFO] [stderr]    Compiling parcel_sourcemap v2.1.1
[INFO] [stderr]    Compiling oxc_resolver v1.4.0
[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 swc_html v0.135.25
[INFO] [stderr]    Compiling oxc_parser v0.6.0
[INFO] [stderr]    Compiling oxc_codegen v0.6.0
[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 35s
[INFO] running `Command { std: "docker" "inspect" "7515359e6e0f2436b66601fa39f62a0614a55fe7958b820016211a162e679bb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7515359e6e0f2436b66601fa39f62a0614a55fe7958b820016211a162e679bb8", kill_on_drop: false }`
[INFO] [stdout] 7515359e6e0f2436b66601fa39f62a0614a55fe7958b820016211a162e679bb8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 07ace2ba3afc505885b438411c6016f369620e819cea5d880be5870d7aeb6241
[INFO] running `Command { std: "docker" "start" "-a" "07ace2ba3afc505885b438411c6016f369620e819cea5d880be5870d7aeb6241", kill_on_drop: false }`
[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] [stderr]    Compiling toy v0.1.0 (/opt/rustwide/workdir/crates/toy)
[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 7.04s
[INFO] running `Command { std: "docker" "inspect" "07ace2ba3afc505885b438411c6016f369620e819cea5d880be5870d7aeb6241", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07ace2ba3afc505885b438411c6016f369620e819cea5d880be5870d7aeb6241", kill_on_drop: false }`
[INFO] [stdout] 07ace2ba3afc505885b438411c6016f369620e819cea5d880be5870d7aeb6241
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b3d82761b10088198cbdbbac0eaf435000d3496d5bea912735ad9bb70f8ff23b
[INFO] running `Command { std: "docker" "start" "-a" "b3d82761b10088198cbdbbac0eaf435000d3496d5bea912735ad9bb70f8ff23b", 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-4f7451289ce451d6)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test plugins::resolve::tests::test_parse_query ... ok
[INFO] [stdout] test module::module_graph::tests::test_module_graph ... 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::it_works ... FAILED
[INFO] [stdout] test tests::css_works ... FAILED
[INFO] [stdout] test tests::html_works ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[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 {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] 
[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:     0x64daafa9e7b2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64daafa9e7b2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64daafa9e7b2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64daafa9e7b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64daafab136f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64daafab136f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64daafa6a241 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64daafa6a241 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64daafa76d52 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64daafa7c2bf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x64daafa7c151 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x64daaf0b639e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x64daaf0b639e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64daafa7ca2f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x64daafa7ca2f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x64daafa7c7da - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x64daafa76e89 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64daafa5d89d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x64daafabb4f0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64daafaba406 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x64daaf01dbe7 - core::result::Result<T,E>::unwrap::h533d1af21c065d43
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x64daaf01dbe7 - <toy::plugins::resources::PluginResources as toy::plugin::Plugin>::write_resources::h8a61148540c7db97
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/plugins/resources/mod.rs:36:56
[INFO] [stdout]   22:     0x64daaef9ab38 - toy::plugin::plugin_container::PluginContainer::write_resources::h7207fc397e10e746
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/plugin/plugin_container.rs:57:16
[INFO] [stdout]   23:     0x64daaf0389ca - toy::generate::<impl toy::Compiler>::generate::h1771bce3a0a2b0d7
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/generate/mod.rs:84:8
[INFO] [stdout]   24:     0x64daaf037a9e - toy::Compiler::compile::h0502d0ab603fb566
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:51:10
[INFO] [stdout]   25:     0x64daaefb6167 - toy::tests::it_works::h55dffabdd55b5140
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:77:14
[INFO] [stdout]   26:     0x64daaefb62c7 - toy::tests::it_works::{{closure}}::h43347304b307efba
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:65:16
[INFO] [stdout]   27:     0x64daaef5e5e6 - core::ops::function::FnOnce::call_once::h17dd3e9f32c9d4b8
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x64daaf0b615b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x64daaf0b615b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   30:     0x64daaf0cbdc5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   31:     0x64daaf0cbdc5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   32:     0x64daaf0cbdc5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   33:     0x64daaf0cbdc5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   34:     0x64daaf0cbdc5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x64daaf0cbdc5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   36:     0x64daaf0cbdc5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   37:     0x64daaf0a25b4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   38:     0x64daaf0a25b4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   39:     0x64daaf0a5e7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   40:     0x64daaf0a5e7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   41:     0x64daaf0a5e7a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   42:     0x64daaf0a5e7a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   43:     0x64daaf0a5e7a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x64daaf0a5e7a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   45:     0x64daaf0a5e7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x64daafa71fef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   47:     0x64daafa71fef - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   48:     0x792b3d2e8aa4 - <unknown>
[INFO] [stdout]   49:     0x792b3d375a34 - 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: "./index.css",
[INFO] [stdout]     query: {},
[INFO] [stdout]     external: false,
[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] >>> 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: "./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: "./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 "./index.css" -> []
[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] >>> 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]     "./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]     "./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] }
[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:     0x64daafa9e7b2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64daafa9e7b2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64daafa9e7b2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64daafa9e7b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64daafab136f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64daafab136f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64daafa6a241 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64daafa6a241 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64daafa76d52 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64daafa7c2bf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x64daafa7c151 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x64daaf0b639e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x64daaf0b639e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64daafa7ca2f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x64daafa7ca2f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x64daafa7c7da - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x64daafa76e89 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64daafa5d89d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x64daafabb4f0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64daafaba406 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x64daaf01dbe7 - core::result::Result<T,E>::unwrap::h533d1af21c065d43
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x64daaf01dbe7 - <toy::plugins::resources::PluginResources as toy::plugin::Plugin>::write_resources::h8a61148540c7db97
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/plugins/resources/mod.rs:36:56
[INFO] [stdout]   22:     0x64daaef9ab38 - toy::plugin::plugin_container::PluginContainer::write_resources::h7207fc397e10e746
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/plugin/plugin_container.rs:57:16
[INFO] [stdout]   23:     0x64daaf0389ca - toy::generate::<impl toy::Compiler>::generate::h1771bce3a0a2b0d7
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/generate/mod.rs:84:8
[INFO] [stdout]   24:     0x64daaf037a9e - toy::Compiler::compile::h0502d0ab603fb566
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:51:10
[INFO] [stdout]   25:     0x64daaefb67b7 - toy::tests::css_works::hbff3af7af39a2a3c
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:109:14
[INFO] [stdout]   26:     0x64daaefb6917 - toy::tests::css_works::{{closure}}::h6a52eabf4732411b
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:97:17
[INFO] [stdout]   27:     0x64daaef5f226 - core::ops::function::FnOnce::call_once::hb64f8f6182914de0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x64daaf0b615b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x64daaf0b615b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   30:     0x64daaf0cbdc5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   31:     0x64daaf0cbdc5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   32:     0x64daaf0cbdc5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   33:     0x64daaf0cbdc5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   34:     0x64daaf0cbdc5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x64daaf0cbdc5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   36:     0x64daaf0cbdc5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   37:     0x64daaf0a25b4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   38:     0x64daaf0a25b4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   39:     0x64daaf0a5e7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   40:     0x64daaf0a5e7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   41:     0x64daaf0a5e7a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   42:     0x64daaf0a5e7a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   43:     0x64daaf0a5e7a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x64daaf0a5e7a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   45:     0x64daaf0a5e7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x64daafa71fef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   47:     0x64daafa71fef - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   48:     0x792b3d2e8aa4 - <unknown>
[INFO] [stdout]   49:     0x792b3d375a34 - clone
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::html_works 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] >>> 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] >>> 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] >>> 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.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]     "./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: "./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] 
[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:     0x64daafa9e7b2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64daafa9e7b2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64daafa9e7b2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64daafa9e7b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64daafab136f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64daafab136f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64daafa6a241 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64daafa6a241 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64daafa76d52 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64daafa7c2bf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x64daafa7c151 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x64daaf0b639e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x64daaf0b639e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64daafa7ca2f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x64daafa7ca2f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x64daafa7c7da - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x64daafa76e89 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64daafa5d89d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x64daafabb4f0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64daafaba406 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x64daaf01dbe7 - core::result::Result<T,E>::unwrap::h533d1af21c065d43
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x64daaf01dbe7 - <toy::plugins::resources::PluginResources as toy::plugin::Plugin>::write_resources::h8a61148540c7db97
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/plugins/resources/mod.rs:36:56
[INFO] [stdout]   22:     0x64daaef9ab38 - toy::plugin::plugin_container::PluginContainer::write_resources::h7207fc397e10e746
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/plugin/plugin_container.rs:57:16
[INFO] [stdout]   23:     0x64daaf0389ca - toy::generate::<impl toy::Compiler>::generate::h1771bce3a0a2b0d7
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/generate/mod.rs:84:8
[INFO] [stdout]   24:     0x64daaf037a9e - toy::Compiler::compile::h0502d0ab603fb566
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:51:10
[INFO] [stdout]   25:     0x64daaefb5b17 - toy::tests::html_works::hb488bf594389645f
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:93:14
[INFO] [stdout]   26:     0x64daaefb5c77 - toy::tests::html_works::{{closure}}::hd7c04e749f9bc7e9
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/toy/src/lib.rs:81:18
[INFO] [stdout]   27:     0x64daaef5ef06 - core::ops::function::FnOnce::call_once::h8ad381e4de917094
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x64daaf0b615b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x64daaf0b615b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   30:     0x64daaf0cbdc5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   31:     0x64daaf0cbdc5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   32:     0x64daaf0cbdc5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   33:     0x64daaf0cbdc5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   34:     0x64daaf0cbdc5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x64daaf0cbdc5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   36:     0x64daaf0cbdc5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   37:     0x64daaf0a25b4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   38:     0x64daaf0a25b4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   39:     0x64daaf0a5e7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   40:     0x64daaf0a5e7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   41:     0x64daaf0a5e7a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   42:     0x64daaf0a5e7a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   43:     0x64daaf0a5e7a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x64daaf0a5e7a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   45:     0x64daaf0a5e7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x64daafa71fef - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   47:     0x64daafa71fef - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   48:     0x792b3d2e8aa4 - <unknown>
[INFO] [stdout]   49:     0x792b3d375a34 - 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.12s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "b3d82761b10088198cbdbbac0eaf435000d3496d5bea912735ad9bb70f8ff23b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3d82761b10088198cbdbbac0eaf435000d3496d5bea912735ad9bb70f8ff23b", kill_on_drop: false }`
[INFO] [stdout] b3d82761b10088198cbdbbac0eaf435000d3496d5bea912735ad9bb70f8ff23b
