[INFO] fetching crate lyte 0.1.0...
[INFO] testing lyte-0.1.0 against 1.91.0 for beta-1.92-2
[INFO] extracting crate lyte 0.1.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate lyte 0.1.0
[INFO] finished tweaking crates.io crate lyte 0.1.0
[INFO] tweaked toml for crates.io crate lyte 0.1.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate lyte 0.1.0 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate lyte 0.1.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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded console v0.15.2
[INFO] [stderr]   Downloaded libc v0.2.81
[INFO] [stderr]   Downloaded insta v1.21.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d02d7a4ad6b0948ff473323c6ea122547337d703ba2998e74656a3c63fd5a810
[INFO] running `Command { std: "docker" "start" "-a" "d02d7a4ad6b0948ff473323c6ea122547337d703ba2998e74656a3c63fd5a810", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d02d7a4ad6b0948ff473323c6ea122547337d703ba2998e74656a3c63fd5a810", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d02d7a4ad6b0948ff473323c6ea122547337d703ba2998e74656a3c63fd5a810", kill_on_drop: false }`
[INFO] [stdout] d02d7a4ad6b0948ff473323c6ea122547337d703ba2998e74656a3c63fd5a810
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ae453ea6b324ad28df91d22b67f0ba89a6d94993a295baab23f4869f9534a65f
[INFO] running `Command { std: "docker" "start" "-a" "ae453ea6b324ad28df91d22b67f0ba89a6d94993a295baab23f4869f9534a65f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.81
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling similar v2.2.1
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling console v0.15.2
[INFO] [stderr]    Compiling insta v1.21.1
[INFO] [stderr]    Compiling lyte v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/function.rs:54:24
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedFunction<D> {
[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] 54 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedFunction<'_, D> {
[INFO] [stdout]    |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/product.rs:29:24
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedProduct<D> {
[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] 29 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedProduct<'_, D> {
[INFO] [stdout]    |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/trait.rs:34:24
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedTrait<D> {
[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] 34 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedTrait<'_, D> {
[INFO] [stdout]    |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s
[INFO] running `Command { std: "docker" "inspect" "ae453ea6b324ad28df91d22b67f0ba89a6d94993a295baab23f4869f9534a65f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae453ea6b324ad28df91d22b67f0ba89a6d94993a295baab23f4869f9534a65f", kill_on_drop: false }`
[INFO] [stdout] ae453ea6b324ad28df91d22b67f0ba89a6d94993a295baab23f4869f9534a65f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 12158ec78b38359dfe0db7869e7cc648e977d0545c06dddae6c59e572264f01d
[INFO] running `Command { std: "docker" "start" "-a" "12158ec78b38359dfe0db7869e7cc648e977d0545c06dddae6c59e572264f01d", kill_on_drop: false }`
[INFO] [stderr]    Compiling lyte v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/function.rs:54:24
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedFunction<D> {
[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] 54 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedFunction<'_, D> {
[INFO] [stdout]    |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/product.rs:29:24
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedProduct<D> {
[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] 29 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedProduct<'_, D> {
[INFO] [stdout]    |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/trait.rs:34:24
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedTrait<D> {
[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] 34 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedTrait<'_, D> {
[INFO] [stdout]    |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]  --> examples/sum.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use lumina_typesystem::frontend::Sum;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `lumina_typesystem`
[INFO] [stdout]  --> examples/sum.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use lumina_typesystem::{TEnv, TraitIndex};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]  --> examples/function.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use lumina_typesystem::frontend::Function;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `lumina_typesystem`
[INFO] [stdout]  --> examples/function.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use lumina_typesystem::{TEnv, TraitIndex};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]  --> examples/shared.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub type Type = lumina_typesystem::Type<TypeData>;
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]  --> examples/shared.rs:8:21
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub type TypeKind = lumina_typesystem::TypeKind<TypeData>;
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lyte` (example "sum") due to 6 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   --> examples/shared.rs:10:6
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl lumina_typesystem::TypeData for TypeData {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   --> examples/shared.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn first_available(forall: &lumina_typesystem::Generics<Self>) -> char {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]  --> examples/shared.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub type Type = lumina_typesystem::Type<TypeData>;
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]  --> examples/shared.rs:8:21
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub type TypeKind = lumina_typesystem::TypeKind<TypeData>;
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   --> examples/shared.rs:10:6
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl lumina_typesystem::TypeData for TypeData {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   --> examples/shared.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn first_available(forall: &lumina_typesystem::Generics<Self>) -> char {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]  --> examples/record.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use lumina_typesystem::frontend::Product;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lyte` (example "function") due to 6 previous errors
[INFO] [stdout] error[E0432]: unresolved import `lumina_typesystem`
[INFO] [stdout]  --> examples/record.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use lumina_typesystem::{ErrorHandler, TEnv, TraitIndex, TypeContext};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]  --> examples/shared.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub type Type = lumina_typesystem::Type<TypeData>;
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]  --> examples/shared.rs:8:21
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub type TypeKind = lumina_typesystem::TypeKind<TypeData>;
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   --> examples/shared.rs:10:6
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl lumina_typesystem::TypeData for TypeData {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   --> examples/shared.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn first_available(forall: &lumina_typesystem::Generics<Self>) -> char {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lyte` (example "shared") due to 4 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]  --> examples/shared.rs:7:17
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub type Type = lumina_typesystem::Type<TypeData>;
[INFO] [stdout]   |                 ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]  --> examples/shared.rs:8:21
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub type TypeKind = lumina_typesystem::TypeKind<TypeData>;
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   --> examples/shared.rs:10:6
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl lumina_typesystem::TypeData for TypeData {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]   --> examples/shared.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 |     fn first_available(forall: &lumina_typesystem::Generics<Self>) -> char {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lumina_typesystem`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `lumina_typesystem`, use `cargo add lumina_typesystem` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lyte` (example "record") due to 6 previous errors
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/function.rs:54:24
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedFunction<D> {
[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] 54 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedFunction<'_, D> {
[INFO] [stdout]    |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/product.rs:29:24
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedProduct<D> {
[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] 29 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedProduct<'_, D> {
[INFO] [stdout]    |                                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/frontend/trait.rs:34:24
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedTrait<D> {
[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] 34 |     pub fn instantiate(&self, tenv: &mut TEnv<D>) -> InstantiatedTrait<'_, D> {
[INFO] [stdout]    |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "12158ec78b38359dfe0db7869e7cc648e977d0545c06dddae6c59e572264f01d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12158ec78b38359dfe0db7869e7cc648e977d0545c06dddae6c59e572264f01d", kill_on_drop: false }`
[INFO] [stdout] 12158ec78b38359dfe0db7869e7cc648e977d0545c06dddae6c59e572264f01d
