[INFO] fetching crate bevy_scriptum 0.6.0...
[INFO] checking bevy_scriptum-0.6.0 against try#47af3d0de9d26c7deba4cfb203b710cc3f764e91 for pr-130443
[INFO] extracting crate bevy_scriptum 0.6.0 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate bevy_scriptum 0.6.0 on toolchain 47af3d0de9d26c7deba4cfb203b710cc3f764e91
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bevy_scriptum 0.6.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate bevy_scriptum 0.6.0
[INFO] tweaked toml for crates.io crate bevy_scriptum 0.6.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate crates.io crate bevy_scriptum 0.6.0 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" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4234895398d5e46a655476fe1836fa5cffb407c7e902fd8b2fca6e1027d264bb
[INFO] running `Command { std: "docker" "start" "-a" "4234895398d5e46a655476fe1836fa5cffb407c7e902fd8b2fca6e1027d264bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4234895398d5e46a655476fe1836fa5cffb407c7e902fd8b2fca6e1027d264bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4234895398d5e46a655476fe1836fa5cffb407c7e902fd8b2fca6e1027d264bb", kill_on_drop: false }`
[INFO] [stdout] 4234895398d5e46a655476fe1836fa5cffb407c7e902fd8b2fca6e1027d264bb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+47af3d0de9d26c7deba4cfb203b710cc3f764e91" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1be4520853ade8807c594e36b1f23b27aa79a219df9fe7978ddf455402676f49
[INFO] running `Command { std: "docker" "start" "-a" "1be4520853ade8807c594e36b1f23b27aa79a219df9fe7978ddf455402676f49", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling winnow v0.6.13
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]    Compiling indexmap v2.0.1
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]    Compiling syn v2.0.58
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]     Checking allocator-api2 v0.2.15
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]     Checking async-task v4.4.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling uuid v1.3.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking bytemuck v1.13.1
[INFO] [stderr]     Checking bevy_ptr v0.14.0
[INFO] [stderr]     Checking smol_str v0.2.0
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking async-executor v1.12.0
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]     Checking bevy_tasks v0.14.0
[INFO] [stderr]     Checking event-listener v5.2.0
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]     Checking petgraph v0.6.3
[INFO] [stderr]     Checking event-listener-strategy v0.5.1
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]     Checking piper v0.2.1
[INFO] [stderr]     Checking async-channel v2.2.0
[INFO] [stderr]     Checking async-lock v3.3.0
[INFO] [stderr]    Compiling toml_edit v0.22.14
[INFO] [stderr]    Compiling blake3 v1.5.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]     Checking regex-syntax v0.7.2
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]     Checking sharded-slab v0.1.4
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking accesskit v0.14.0
[INFO] [stderr]     Checking constant_time_eq v0.3.0
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking async-broadcast v0.5.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking regex v1.8.4
[INFO] [stderr]    Compiling lua-src v546.0.2
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling pkg-config v0.3.30
[INFO] [stderr]     Checking raw-window-handle v0.6.0
[INFO] [stderr]     Checking const-fnv1a-hash v1.1.0
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking memchr v2.7.2
[INFO] [stderr]    Compiling which v6.0.1
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling luajit-src v210.5.8+5790d25
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]    Compiling mlua-sys v0.6.0
[INFO] [stderr]    Compiling bevy_macro_utils v0.14.0
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.14.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling bevy_reflect_derive v0.14.0
[INFO] [stderr]    Compiling bevy_ecs_macros v0.14.0
[INFO] [stderr]    Compiling bevy_derive v0.14.0
[INFO] [stderr]    Compiling bevy_asset_macros v0.14.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking blocking v1.5.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking async-fs v2.1.1
[INFO] [stderr]    Compiling rhai_codegen v1.5.0
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking rhai v1.14.0
[INFO] [stderr]     Checking glam v0.27.0
[INFO] [stderr]     Checking erased-serde v0.4.4
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking bevy_utils v0.14.0
[INFO] [stderr]     Checking bevy_reflect v0.14.0
[INFO] [stderr]     Checking bevy_ecs v0.14.0
[INFO] [stderr]     Checking bevy_math v0.14.0
[INFO] [stderr]     Checking bevy_app v0.14.0
[INFO] [stderr]     Checking bevy_core v0.14.0
[INFO] [stderr]     Checking bevy_time v0.14.0
[INFO] [stderr]     Checking bevy_a11y v0.14.0
[INFO] [stderr]     Checking bevy_log v0.14.0
[INFO] [stderr]     Checking bevy_asset v0.14.0
[INFO] [stderr]     Checking bevy_input v0.14.0
[INFO] [stderr]     Checking bevy_window v0.14.0
[INFO] [stderr]     Checking bevy_hierarchy v0.14.0
[INFO] [stderr]     Checking bevy_diagnostic v0.14.0
[INFO] [stderr]     Checking bevy_transform v0.14.0
[INFO] [stderr]     Checking bevy_internal v0.14.0
[INFO] [stderr]     Checking bevy v0.14.0
[INFO] [stderr]     Checking bevy_scriptum v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `ENTITY_VAR_NAME` is never used
[INFO] [stdout]    --> src/lib.rs:245:7
[INFO] [stdout]     |
[INFO] [stdout] 245 | const ENTITY_VAR_NAME: &str = "entity";
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `then` is never used
[INFO] [stdout]   --> src/promise.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 44 | impl<C: Clone + Send + 'static, V: Send + Clone> Promise<C, V> {
[INFO] [stdout]    | -------------------------------------------------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 61 |     pub(crate) fn then(&mut self, callback: V) -> Self {
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking mlua v0.9.8
[INFO] [stdout] error[E0433]: failed to resolve: could not find `lua` in `runtimes`
[INFO] [stdout]  --> examples/lua/side_effects.rs:3:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bevy_scriptum::runtimes::lua::prelude::*;
[INFO] [stdout]   |                              ^^^ could not find `lua` in `runtimes`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/runtimes/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod lua;
[INFO] [stdout]   |         ^^^
[INFO] [stdout] note: the item is gated behind the `lua` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/runtimes/mod.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(feature = "lua")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `rhai` in `runtimes`
[INFO] [stdout]  --> examples/rhai/entity_variable.rs:2:30
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bevy_scriptum::runtimes::rhai::prelude::*;
[INFO] [stdout]   |                              ^^^^ could not find `rhai` in `runtimes`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/runtimes/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub mod rhai;
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] note: the item is gated behind the `rhai` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/runtimes/mod.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "rhai")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `rhai` in `runtimes`
[INFO] [stdout]  --> examples/rhai/side_effects.rs:3:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bevy_scriptum::runtimes::rhai::prelude::*;
[INFO] [stdout]   |                              ^^^^ could not find `rhai` in `runtimes`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/runtimes/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub mod rhai;
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] note: the item is gated behind the `rhai` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/runtimes/mod.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "rhai")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `lua` in `runtimes`
[INFO] [stdout]  --> examples/lua/custom_type.rs:3:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bevy_scriptum::runtimes::lua::prelude::*;
[INFO] [stdout]   |                              ^^^ could not find `lua` in `runtimes`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/runtimes/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod lua;
[INFO] [stdout]   |         ^^^
[INFO] [stdout] note: the item is gated behind the `lua` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/runtimes/mod.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(feature = "lua")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `rhai` in `runtimes`
[INFO] [stdout]  --> examples/rhai/call_function_from_rust.rs:3:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bevy_scriptum::runtimes::rhai::prelude::*;
[INFO] [stdout]   |                              ^^^^ could not find `rhai` in `runtimes`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/runtimes/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub mod rhai;
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] note: the item is gated behind the `rhai` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/runtimes/mod.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "rhai")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `lua` in `runtimes`
[INFO] [stdout]  --> examples/lua/call_function_from_rust.rs:3:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bevy_scriptum::runtimes::lua::prelude::*;
[INFO] [stdout]   |                              ^^^ could not find `lua` in `runtimes`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/runtimes/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod lua;
[INFO] [stdout]   |         ^^^
[INFO] [stdout] note: the item is gated behind the `lua` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/runtimes/mod.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(feature = "lua")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `rhai` in `runtimes`
[INFO] [stdout]  --> examples/rhai/ecs.rs:3:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bevy_scriptum::runtimes::rhai::prelude::*;
[INFO] [stdout]   |                              ^^^^ could not find `rhai` in `runtimes`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/runtimes/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub mod rhai;
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] note: the item is gated behind the `rhai` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/runtimes/mod.rs:3:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(feature = "rhai")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LuaRuntime` in this scope
[INFO] [stdout]   --> examples/lua/side_effects.rs:20:26
[INFO] [stdout]    |
[INFO] [stdout] 20 |         .add_scripting::<LuaRuntime>(|runtime| {
[INFO] [stdout]    |                          ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LuaScript` in this scope
[INFO] [stdout]   --> examples/lua/side_effects.rs:31:30
[INFO] [stdout]    |
[INFO] [stdout] 31 |     commands.spawn((Script::<LuaScript>::new(
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/components.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub struct Script<A: Asset> {
[INFO] [stdout]    | --------------------------- similarly named struct `Script` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 31 |     commands.spawn((Script::<Script>::new(
[INFO] [stdout]    |                              ~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | fn startup<LuaScript>(mut commands: Commands, assets_server: Res<AssetServer>) {
[INFO] [stdout]    |           +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RhaiRuntime` in this scope
[INFO] [stdout]  --> examples/rhai/entity_variable.rs:8:26
[INFO] [stdout]   |
[INFO] [stdout] 8 |         .add_scripting::<RhaiRuntime>(|_| {})
[INFO] [stdout]   |                          ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `lua` in `runtimes`
[INFO] [stdout]  --> examples/lua/hello_world.rs:3:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | use bevy_scriptum::runtimes::lua::prelude::*;
[INFO] [stdout]   |                              ^^^ could not find `lua` in `runtimes`
[INFO] [stdout]   |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]  --> /opt/rustwide/workdir/src/runtimes/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub mod lua;
[INFO] [stdout]   |         ^^^
[INFO] [stdout] note: the item is gated behind the `lua` feature
[INFO] [stdout]  --> /opt/rustwide/workdir/src/runtimes/mod.rs:1:7
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[cfg(feature = "lua")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RhaiScript` in this scope
[INFO] [stdout]   --> examples/rhai/entity_variable.rs:14:29
[INFO] [stdout]    |
[INFO] [stdout] 14 |     commands.spawn(Script::<RhaiScript>::new(
[INFO] [stdout]    |                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 13 | fn startup<RhaiScript>(mut commands: Commands, assets_server: Res<AssetServer>) {
[INFO] [stdout]    |           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LuaRuntime` in this scope
[INFO] [stdout]  --> examples/lua/custom_type.rs:9:26
[INFO] [stdout]   |
[INFO] [stdout] 9 |         .add_scripting::<LuaRuntime>(|runtime| {
[INFO] [stdout]   |                          ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LuaRuntime` in this scope
[INFO] [stdout]   --> examples/lua/custom_type.rs:27:35
[INFO] [stdout]    |
[INFO] [stdout] 27 |     mut scripting_runtime: ResMut<LuaRuntime>,
[INFO] [stdout]    |                                   ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn startup<LuaRuntime>(
[INFO] [stdout]    |           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LuaScript` in this scope
[INFO] [stdout]   --> examples/lua/custom_type.rs:47:29
[INFO] [stdout]    |
[INFO] [stdout] 47 |     commands.spawn(Script::<LuaScript>::new(
[INFO] [stdout]    |                             ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/components.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub struct Script<A: Asset> {
[INFO] [stdout]    | --------------------------- similarly named struct `Script` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 47 |     commands.spawn(Script::<Script>::new(
[INFO] [stdout]    |                             ~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn startup<LuaScript>(
[INFO] [stdout]    |           +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RhaiRuntime` in this scope
[INFO] [stdout]   --> examples/rhai/ecs.rs:11:26
[INFO] [stdout]    |
[INFO] [stdout] 11 |         .add_scripting::<RhaiRuntime>(|runtime| {
[INFO] [stdout]    |                          ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RhaiScript` in this scope
[INFO] [stdout]   --> examples/rhai/ecs.rs:30:29
[INFO] [stdout]    |
[INFO] [stdout] 30 |     commands.spawn(Script::<RhaiScript>::new(
[INFO] [stdout]    |                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn startup<RhaiScript>(mut commands: Commands, assets_server: Res<AssetServer>) {
[INFO] [stdout]    |           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RhaiRuntime` in this scope
[INFO] [stdout]   --> examples/rhai/call_function_from_rust.rs:20:26
[INFO] [stdout]    |
[INFO] [stdout] 20 |         .add_scripting::<RhaiRuntime>(|runtime| {
[INFO] [stdout]    |                          ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RhaiRuntime` in this scope
[INFO] [stdout]   --> examples/rhai/side_effects.rs:18:26
[INFO] [stdout]    |
[INFO] [stdout] 18 |         .add_scripting::<RhaiRuntime>(|runtime| {
[INFO] [stdout]    |                          ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RhaiScript` in this scope
[INFO] [stdout]   --> examples/rhai/side_effects.rs:29:30
[INFO] [stdout]    |
[INFO] [stdout] 29 |     commands.spawn((Script::<RhaiScript>::new(
[INFO] [stdout]    |                              ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 28 | fn startup<RhaiScript>(mut commands: Commands, assets_server: Res<AssetServer>) {
[INFO] [stdout]    |           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RhaiScript` in this scope
[INFO] [stdout]   --> examples/rhai/call_function_from_rust.rs:29:29
[INFO] [stdout]    |
[INFO] [stdout] 29 |     commands.spawn(Script::<RhaiScript>::new(
[INFO] [stdout]    |                             ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 28 | fn startup<RhaiScript>(mut commands: Commands, assets_server: Res<AssetServer>) {
[INFO] [stdout]    |           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RhaiScriptData` in this scope
[INFO] [stdout]   --> examples/rhai/call_function_from_rust.rs:35:48
[INFO] [stdout]    |
[INFO] [stdout] 35 |     mut scripted_entities: Query<(Entity, &mut RhaiScriptData)>,
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 34 | fn call_rhai_on_update_from_rust<RhaiScriptData>(
[INFO] [stdout]    |                                 ++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `RhaiRuntime` in this scope
[INFO] [stdout]   --> examples/rhai/call_function_from_rust.rs:36:31
[INFO] [stdout]    |
[INFO] [stdout] 36 |     scripting_runtime: ResMut<RhaiRuntime>,
[INFO] [stdout]    |                               ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 34 | fn call_rhai_on_update_from_rust<RhaiRuntime>(
[INFO] [stdout]    |                                 +++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LuaRuntime` in this scope
[INFO] [stdout]   --> examples/lua/call_function_from_rust.rs:20:26
[INFO] [stdout]    |
[INFO] [stdout] 20 |         .add_scripting::<LuaRuntime>(|runtime| {
[INFO] [stdout]    |                          ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LuaScript` in this scope
[INFO] [stdout]   --> examples/lua/call_function_from_rust.rs:29:29
[INFO] [stdout]    |
[INFO] [stdout] 29 |     commands.spawn(Script::<LuaScript>::new(
[INFO] [stdout]    |                             ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/components.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub struct Script<A: Asset> {
[INFO] [stdout]    | --------------------------- similarly named struct `Script` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 29 |     commands.spawn(Script::<Script>::new(
[INFO] [stdout]    |                             ~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 28 | fn startup<LuaScript>(mut commands: Commands, assets_server: Res<AssetServer>) {
[INFO] [stdout]    |           +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LuaScriptData` in this scope
[INFO] [stdout]   --> examples/lua/call_function_from_rust.rs:35:48
[INFO] [stdout]    |
[INFO] [stdout] 35 |     mut scripted_entities: Query<(Entity, &mut LuaScriptData)>,
[INFO] [stdout]    |                                                ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 34 | fn call_lua_on_update_from_rust<LuaScriptData>(
[INFO] [stdout]    |                                +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LuaRuntime` in this scope
[INFO] [stdout]   --> examples/lua/call_function_from_rust.rs:36:31
[INFO] [stdout]    |
[INFO] [stdout] 36 |     scripting_runtime: ResMut<LuaRuntime>,
[INFO] [stdout]    |                               ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 34 | fn call_lua_on_update_from_rust<LuaRuntime>(
[INFO] [stdout]    |                                ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LuaRuntime` in this scope
[INFO] [stdout]  --> examples/lua/hello_world.rs:8:26
[INFO] [stdout]   |
[INFO] [stdout] 8 |         .add_scripting::<LuaRuntime>(|runtime| {
[INFO] [stdout]   |                          ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `LuaScript` in this scope
[INFO] [stdout]   --> examples/lua/hello_world.rs:18:29
[INFO] [stdout]    |
[INFO] [stdout] 18 |     commands.spawn(Script::<LuaScript>::new(
[INFO] [stdout]    |                             ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/components.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub struct Script<A: Asset> {
[INFO] [stdout]    | --------------------------- similarly named struct `Script` defined here
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 18 |     commands.spawn(Script::<Script>::new(
[INFO] [stdout]    |                             ~~~~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 17 | fn startup<LuaScript>(mut commands: Commands, assets_server: Res<AssetServer>) {
[INFO] [stdout]    |           +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bevy_scriptum` (example "entity_variable_rhai") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `UserDataMethods`
[INFO] [stdout]  --> examples/lua/custom_type.rs:4:22
[INFO] [stdout]   |
[INFO] [stdout] 4 | use mlua::{UserData, UserDataMethods};
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bevy_scriptum` (example "ecs_rhai") due to 4 previous errors
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bevy_scriptum` (example "custom_type_lua") due to 5 previous errors; 1 warning emitted
[INFO] [stderr] error: could not compile `bevy_scriptum` (example "side_effects_lua") due to 4 previous errors
[INFO] [stderr] error: could not compile `bevy_scriptum` (example "hello_world_lua") due to 4 previous errors
[INFO] [stdout] error[E0277]: `fn(Query<'a, 'b, (Entity, &mut {type error}), {type error}>, ResMut<'d, ...>) {call_rhai_on_update_from_rust}` does not describe a valid system configuration
[INFO] [stdout]    --> examples/rhai/call_function_from_rust.rs:19:30
[INFO] [stdout]     |
[INFO] [stdout] 19  |         .add_systems(Update, call_rhai_on_update_from_rust)
[INFO] [stdout]     |          -----------         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ invalid system configuration
[INFO] [stdout]     |          |
[INFO] [stdout]     |          required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/examples/call_function_from_rust_rhai-bbb0fa5e720d7349.long-type-5730147901988183712.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = help: the trait `IntoSystem<(), (), _>` is not implemented for fn item `fn(Query<'a, 'b, (Entity, &mut {type error}), {type error}>, ResMut<'d, ...>) {call_rhai_on_update_from_rust}`, which is required by `for<'a, 'b, 'c, 'd> fn(bevy::prelude::Query<'a, 'b, (bevy::prelude::Entity, &'c mut {type error}), {type error}>, bevy::prelude::ResMut<'d, {type error}>) {call_rhai_on_update_from_rust}: IntoSystemConfigs<_>`
[INFO] [stdout]     = help: the following other types implement trait `IntoSystemConfigs<Marker>`:
[INFO] [stdout]               `(S0, S1)` implements `IntoSystemConfigs<(SystemConfigTupleMarker, P0, P1)>`
[INFO] [stdout]               `(S0, S1, S2)` implements `IntoSystemConfigs<(SystemConfigTupleMarker, P0, P1, P2)>`
[INFO] [stdout]               `(S0, S1, S2, S3)` implements `IntoSystemConfigs<(SystemConfigTupleMarker, P0, P1, P2, P3)>`
[INFO] [stdout]               `(S0, S1, S2, S3, S4)` implements `IntoSystemConfigs<(SystemConfigTupleMarker, P0, P1, P2, P3, P4)>`
[INFO] [stdout]               `(S0, S1, S2, S3, S4, S5)` implements `IntoSystemConfigs<(SystemConfigTupleMarker, P0, P1, P2, P3, P4, P5)>`
[INFO] [stdout]               `(S0, S1, S2, S3, S4, S5, S6)` implements `IntoSystemConfigs<(SystemConfigTupleMarker, P0, P1, P2, P3, P4, P5, P6)>`
[INFO] [stdout]               `(S0, S1, S2, S3, S4, S5, S6, S7)` implements `IntoSystemConfigs<(SystemConfigTupleMarker, P0, P1, P2, P3, P4, P5, P6, P7)>`
[INFO] [stdout]               `(S0, S1, S2, S3, S4, S5, S6, S7, S8)` implements `IntoSystemConfigs<(SystemConfigTupleMarker, P0, P1, P2, P3, P4, P5, P6, P7, P8)>`
[INFO] [stdout]             and 14 others
[INFO] [stdout]     = note: required for `fn(Query<'a, 'b, (Entity, &mut {type error}), {type error}>, ResMut<'d, ...>) {call_rhai_on_update_from_rust}` to implement `IntoSystemConfigs<_>`
[INFO] [stdout] note: required by a bound in `bevy::prelude::App::add_systems`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bevy_app-0.14.0/src/app.rs:287:23
[INFO] [stdout]     |
[INFO] [stdout] 284 |     pub fn add_systems<M>(
[INFO] [stdout]     |            ----------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 287 |         systems: impl IntoSystemConfigs<M>,
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^ required by this bound in `App::add_systems`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/examples/call_function_from_rust_rhai-bbb0fa5e720d7349.long-type-5730147901988183712.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `fn(Query<'a, 'b, (Entity, &mut {type error}), {type error}>, ResMut<'d, ...>) {call_lua_on_update_from_rust}` does not describe a valid system configuration
[INFO] [stdout]    --> examples/lua/call_function_from_rust.rs:19:30
[INFO] [stdout]     |
[INFO] [stdout] 19  |         .add_systems(Update, call_lua_on_update_from_rust)
[INFO] [stdout]     |          -----------         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ invalid system configuration
[INFO] [stdout]     |          |
[INFO] [stdout]     |          required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/examples/call_function_from_rust_lua-2ce1851a58b6fdc1.long-type-14926456257682637963.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout]     = help: the trait `IntoSystem<(), (), _>` is not implemented for fn item `fn(Query<'a, 'b, (Entity, &mut {type error}), {type error}>, ResMut<'d, ...>) {call_lua_on_update_from_rust}`, which is required by `for<'a, 'b, 'c, 'd> fn(bevy::prelude::Query<'a, 'b, (bevy::prelude::Entity, &'c mut {type error}), {type error}>, bevy::prelude::ResMut<'d, {type error}>) {call_lua_on_update_from_rust}: IntoSystemConfigs<_>`
[INFO] [stdout]     = help: the following other types implement trait `IntoSystemConfigs<Marker>`:
[INFO] [stdout]               `(S0, S1)` implements `IntoSystemConfigs<(SystemConfigTupleMarker, P0, P1)>`
[INFO] [stdout]               `(S0, S1, S2)` implements `IntoSystemConfigs<(SystemConfigTupleMarker, P0, P1, P2)>`
[INFO] [stdout]               `(S0, S1, S2, S3)` implements `IntoSystemConfigs<(SystemConfigTupleMarker, P0, P1, P2, P3)>`
[INFO] [stdout]               `(S0, S1, S2, S3, S4)` implements `IntoSystemConfigs<(SystemConfigTupleMarker, P0, P1, P2, P3, P4)>`
[INFO] [stdout]               `(S0, S1, S2, S3, S4, S5)` implements `IntoSystemConfigs<(SystemConfigTupleMarker, P0, P1, P2, P3, P4, P5)>`
[INFO] [stdout]               `(S0, S1, S2, S3, S4, S5, S6)` implements `IntoSystemConfigs<(SystemConfigTupleMarker, P0, P1, P2, P3, P4, P5, P6)>`
[INFO] [stdout]               `(S0, S1, S2, S3, S4, S5, S6, S7)` implements `IntoSystemConfigs<(SystemConfigTupleMarker, P0, P1, P2, P3, P4, P5, P6, P7)>`
[INFO] [stdout]               `(S0, S1, S2, S3, S4, S5, S6, S7, S8)` implements `IntoSystemConfigs<(SystemConfigTupleMarker, P0, P1, P2, P3, P4, P5, P6, P7, P8)>`
[INFO] [stdout]             and 14 others
[INFO] [stdout]     = note: required for `fn(Query<'a, 'b, (Entity, &mut {type error}), {type error}>, ResMut<'d, ...>) {call_lua_on_update_from_rust}` to implement `IntoSystemConfigs<_>`
[INFO] [stdout] note: required by a bound in `bevy::prelude::App::add_systems`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/bevy_app-0.14.0/src/app.rs:287:23
[INFO] [stdout]     |
[INFO] [stdout] 284 |     pub fn add_systems<M>(
[INFO] [stdout]     |            ----------- required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 287 |         systems: impl IntoSystemConfigs<M>,
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^ required by this bound in `App::add_systems`
[INFO] [stdout]     = note: the full name for the type has been written to '/opt/rustwide/target/debug/examples/call_function_from_rust_lua-2ce1851a58b6fdc1.long-type-14926456257682637963.txt'
[INFO] [stdout]     = note: consider using `--verbose` to print the full type name to the console
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bevy_scriptum` (example "side_effects_rhai") due to 4 previous errors
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bevy_scriptum` (example "call_function_from_rust_rhai") due to 7 previous errors
[INFO] [stderr] error: could not compile `bevy_scriptum` (example "call_function_from_rust_lua") due to 7 previous errors
[INFO] running `Command { std: "docker" "inspect" "1be4520853ade8807c594e36b1f23b27aa79a219df9fe7978ddf455402676f49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1be4520853ade8807c594e36b1f23b27aa79a219df9fe7978ddf455402676f49", kill_on_drop: false }`
[INFO] [stdout] 1be4520853ade8807c594e36b1f23b27aa79a219df9fe7978ddf455402676f49
