[INFO] fetching crate wakflo-schema 0.1.1... [INFO] checking wakflo-schema-0.1.1 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate wakflo-schema 0.1.1 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate wakflo-schema 0.1.1 [INFO] finished tweaking crates.io crate wakflo-schema 0.1.1 [INFO] tweaked toml for crates.io crate wakflo-schema 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate wakflo-schema 0.1.1 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e44e98639d8e46532d90ec72a736fa7e59a139dec5f07188d99ec019b4e378f [INFO] running `Command { std: "docker" "start" "-a" "3e44e98639d8e46532d90ec72a736fa7e59a139dec5f07188d99ec019b4e378f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e44e98639d8e46532d90ec72a736fa7e59a139dec5f07188d99ec019b4e378f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e44e98639d8e46532d90ec72a736fa7e59a139dec5f07188d99ec019b4e378f", kill_on_drop: false }` [INFO] [stdout] 3e44e98639d8e46532d90ec72a736fa7e59a139dec5f07188d99ec019b4e378f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3bc8e3bdb50ad7c48a462dbb5e74ad0beff15bad0fa1982efd9874d16fb202ce [INFO] running `Command { std: "docker" "start" "-a" "3bc8e3bdb50ad7c48a462dbb5e74ad0beff15bad0fa1982efd9874d16fb202ce", kill_on_drop: false }` [INFO] [stderr] Checking serde_json v1.0.143 [INFO] [stderr] Checking wakflo-schema v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `super::common_type::CommonType` [INFO] [stdout] --> src/types/any_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::common_type::CommonType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::any_type::AnyType` [INFO] [stdout] --> src/types/array_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::any_type::AnyType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::boolean_type::BooleanType` [INFO] [stdout] --> src/types/array_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use super::boolean_type::BooleanType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::common_type::CommonType` [INFO] [stdout] --> src/types/array_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::common_type::CommonType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::generic_type::GenericType` [INFO] [stdout] --> src/types/array_type.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::generic_type::GenericType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::number_type::NumberType` [INFO] [stdout] --> src/types/array_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::number_type::NumberType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::reference_type::ReferenceType` [INFO] [stdout] --> src/types/array_type.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use super::reference_type::ReferenceType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::string_type::StringType` [INFO] [stdout] --> src/types/array_type.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use super::string_type::StringType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::scalar_type::ScalarType` [INFO] [stdout] --> src/types/boolean_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::scalar_type::ScalarType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::any_type::AnyType` [INFO] [stdout] --> src/types/map_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::any_type::AnyType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::array_type::ArrayType` [INFO] [stdout] --> src/types/map_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use super::array_type::ArrayType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::boolean_type::BooleanType` [INFO] [stdout] --> src/types/map_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::boolean_type::BooleanType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::common_type::CommonType` [INFO] [stdout] --> src/types/map_type.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::common_type::CommonType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::generic_type::GenericType` [INFO] [stdout] --> src/types/map_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::generic_type::GenericType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::intersection_type::IntersectionType` [INFO] [stdout] --> src/types/map_type.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use super::intersection_type::IntersectionType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::number_type::NumberType` [INFO] [stdout] --> src/types/map_type.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use super::number_type::NumberType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::reference_type::ReferenceType` [INFO] [stdout] --> src/types/map_type.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use super::reference_type::ReferenceType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::string_type::StringType` [INFO] [stdout] --> src/types/map_type.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use super::string_type::StringType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::union_type::UnionType` [INFO] [stdout] --> src/types/map_type.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use super::union_type::UnionType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::scalar_type::ScalarType` [INFO] [stdout] --> src/types/number_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::scalar_type::ScalarType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::common_type::CommonType` [INFO] [stdout] --> src/types/scalar_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::common_type::CommonType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::scalar_type::ScalarType` [INFO] [stdout] --> src/types/string_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::scalar_type::ScalarType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::any_type::AnyType` [INFO] [stdout] --> src/types/struct_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::any_type::AnyType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::array_type::ArrayType` [INFO] [stdout] --> src/types/struct_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use super::array_type::ArrayType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::boolean_type::BooleanType` [INFO] [stdout] --> src/types/struct_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::boolean_type::BooleanType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::common_type::CommonType` [INFO] [stdout] --> src/types/struct_type.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::common_type::CommonType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::generic_type::GenericType` [INFO] [stdout] --> src/types/struct_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::generic_type::GenericType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::intersection_type::IntersectionType` [INFO] [stdout] --> src/types/struct_type.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use super::intersection_type::IntersectionType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::map_type::MapType` [INFO] [stdout] --> src/types/struct_type.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use super::map_type::MapType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::number_type::NumberType` [INFO] [stdout] --> src/types/struct_type.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use super::number_type::NumberType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::reference_type::ReferenceType` [INFO] [stdout] --> src/types/struct_type.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use super::reference_type::ReferenceType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::string_type::StringType` [INFO] [stdout] --> src/types/struct_type.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use super::string_type::StringType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::union_type::UnionType` [INFO] [stdout] --> src/types/struct_type.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use super::union_type::UnionType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::common_type::CommonType` [INFO] [stdout] --> src/types/any_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::common_type::CommonType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::any_type::AnyType` [INFO] [stdout] --> src/types/array_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::any_type::AnyType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::boolean_type::BooleanType` [INFO] [stdout] --> src/types/array_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use super::boolean_type::BooleanType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::common_type::CommonType` [INFO] [stdout] --> src/types/array_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::common_type::CommonType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::generic_type::GenericType` [INFO] [stdout] --> src/types/array_type.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::generic_type::GenericType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::number_type::NumberType` [INFO] [stdout] --> src/types/array_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::number_type::NumberType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::reference_type::ReferenceType` [INFO] [stdout] --> src/types/array_type.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use super::reference_type::ReferenceType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::string_type::StringType` [INFO] [stdout] --> src/types/array_type.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use super::string_type::StringType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::scalar_type::ScalarType` [INFO] [stdout] --> src/types/boolean_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::scalar_type::ScalarType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::any_type::AnyType` [INFO] [stdout] --> src/types/map_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::any_type::AnyType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::array_type::ArrayType` [INFO] [stdout] --> src/types/map_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use super::array_type::ArrayType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::boolean_type::BooleanType` [INFO] [stdout] --> src/types/map_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::boolean_type::BooleanType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::common_type::CommonType` [INFO] [stdout] --> src/types/map_type.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::common_type::CommonType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::generic_type::GenericType` [INFO] [stdout] --> src/types/map_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::generic_type::GenericType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::intersection_type::IntersectionType` [INFO] [stdout] --> src/types/map_type.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use super::intersection_type::IntersectionType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::number_type::NumberType` [INFO] [stdout] --> src/types/map_type.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use super::number_type::NumberType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::reference_type::ReferenceType` [INFO] [stdout] --> src/types/map_type.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use super::reference_type::ReferenceType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::string_type::StringType` [INFO] [stdout] --> src/types/map_type.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use super::string_type::StringType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::union_type::UnionType` [INFO] [stdout] --> src/types/map_type.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use super::union_type::UnionType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::scalar_type::ScalarType` [INFO] [stdout] --> src/types/number_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::scalar_type::ScalarType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::map_type::MapType` [INFO] [stdout] --> src/types/type_schema.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::map_type::MapType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::reference_type::ReferenceType` [INFO] [stdout] --> src/types/type_schema.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use super::reference_type::ReferenceType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::struct_type::StructType` [INFO] [stdout] --> src/types/type_schema.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::struct_type::StructType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::boolean_type::BooleanType` [INFO] [stdout] --> src/types/union_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::boolean_type::BooleanType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::number_type::NumberType` [INFO] [stdout] --> src/types/union_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::number_type::NumberType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::reference_type::ReferenceType` [INFO] [stdout] --> src/types/union_type.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::reference_type::ReferenceType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::string_type::StringType` [INFO] [stdout] --> src/types/union_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::string_type::StringType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `any_type::*` [INFO] [stdout] --> src/types/mod.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub use any_type::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `array_type::*` [INFO] [stdout] --> src/types/mod.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub use array_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `boolean_type::*` [INFO] [stdout] --> src/types/mod.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub use boolean_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `common_type::*` [INFO] [stdout] --> src/types/mod.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub use common_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `discriminator::*` [INFO] [stdout] --> src/types/mod.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub use discriminator::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `generic_type::*` [INFO] [stdout] --> src/types/mod.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | pub use generic_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `generic_type::*` [INFO] [stdout] --> src/types/mod.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub use generic_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `intersection_type::*` [INFO] [stdout] --> src/types/mod.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use intersection_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `map_type::*` [INFO] [stdout] --> src/types/mod.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | pub use map_type::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `number_type::*` [INFO] [stdout] --> src/types/mod.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use number_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `reference_type::*` [INFO] [stdout] --> src/types/mod.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use reference_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `scalar_type::*` [INFO] [stdout] --> src/types/mod.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub use scalar_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `string_type::*` [INFO] [stdout] --> src/types/mod.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use string_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `struct_type::*` [INFO] [stdout] --> src/types/mod.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub use struct_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `type_schema::*` [INFO] [stdout] --> src/types/mod.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | pub use type_schema::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `union_type::*` [INFO] [stdout] --> src/types/mod.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | pub use union_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::common_type::CommonType` [INFO] [stdout] --> src/types/scalar_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::common_type::CommonType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::scalar_type::ScalarType` [INFO] [stdout] --> src/types/string_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::scalar_type::ScalarType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::any_type::AnyType` [INFO] [stdout] --> src/types/struct_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::any_type::AnyType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::array_type::ArrayType` [INFO] [stdout] --> src/types/struct_type.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use super::array_type::ArrayType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::boolean_type::BooleanType` [INFO] [stdout] --> src/types/struct_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::boolean_type::BooleanType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::common_type::CommonType` [INFO] [stdout] --> src/types/struct_type.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::common_type::CommonType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::generic_type::GenericType` [INFO] [stdout] --> src/types/struct_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::generic_type::GenericType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::intersection_type::IntersectionType` [INFO] [stdout] --> src/types/struct_type.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use super::intersection_type::IntersectionType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::map_type::MapType` [INFO] [stdout] --> src/types/struct_type.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use super::map_type::MapType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::number_type::NumberType` [INFO] [stdout] --> src/types/struct_type.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use super::number_type::NumberType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::reference_type::ReferenceType` [INFO] [stdout] --> src/types/struct_type.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use super::reference_type::ReferenceType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::string_type::StringType` [INFO] [stdout] --> src/types/struct_type.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use super::string_type::StringType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::union_type::UnionType` [INFO] [stdout] --> src/types/struct_type.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use super::union_type::UnionType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::map_type::MapType` [INFO] [stdout] --> src/types/type_schema.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::map_type::MapType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::reference_type::ReferenceType` [INFO] [stdout] --> src/types/type_schema.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use super::reference_type::ReferenceType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::struct_type::StructType` [INFO] [stdout] --> src/types/type_schema.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::struct_type::StructType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::boolean_type::BooleanType` [INFO] [stdout] --> src/types/union_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::boolean_type::BooleanType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::number_type::NumberType` [INFO] [stdout] --> src/types/union_type.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use super::number_type::NumberType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::reference_type::ReferenceType` [INFO] [stdout] --> src/types/union_type.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use super::reference_type::ReferenceType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::string_type::StringType` [INFO] [stdout] --> src/types/union_type.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use super::string_type::StringType; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `any_type::*` [INFO] [stdout] --> src/types/mod.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | pub use any_type::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `array_type::*` [INFO] [stdout] --> src/types/mod.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | pub use array_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `boolean_type::*` [INFO] [stdout] --> src/types/mod.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub use boolean_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `common_type::*` [INFO] [stdout] --> src/types/mod.rs:20:9 [INFO] [stdout] | [INFO] [stdout] 20 | pub use common_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `discriminator::*` [INFO] [stdout] --> src/types/mod.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | pub use discriminator::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `generic_type::*` [INFO] [stdout] --> src/types/mod.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | pub use generic_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `generic_type::*` [INFO] [stdout] --> src/types/mod.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | pub use generic_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `intersection_type::*` [INFO] [stdout] --> src/types/mod.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | pub use intersection_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `map_type::*` [INFO] [stdout] --> src/types/mod.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | pub use map_type::*; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `number_type::*` [INFO] [stdout] --> src/types/mod.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | pub use number_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `reference_type::*` [INFO] [stdout] --> src/types/mod.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | pub use reference_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `scalar_type::*` [INFO] [stdout] --> src/types/mod.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | pub use scalar_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `string_type::*` [INFO] [stdout] --> src/types/mod.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub use string_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `struct_type::*` [INFO] [stdout] --> src/types/mod.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | pub use struct_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `type_schema::*` [INFO] [stdout] --> src/types/mod.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | pub use type_schema::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `union_type::*` [INFO] [stdout] --> src/types/mod.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | pub use union_type::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `AnyType` is never constructed [INFO] [stdout] --> src/types/any_type.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct AnyType { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ArrayType` is never constructed [INFO] [stdout] --> src/types/array_type.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct ArrayType { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `BooleanType` is never constructed [INFO] [stdout] --> src/types/boolean_type.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct BooleanType { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CommonType` is never constructed [INFO] [stdout] --> src/types/common_type.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct CommonType { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Discriminator` is never constructed [INFO] [stdout] --> src/types/discriminator.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct Discriminator { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `GenericType` is never constructed [INFO] [stdout] --> src/types/generic_type.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct GenericType { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `IntersectionType` is never constructed [INFO] [stdout] --> src/types/intersection_type.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct IntersectionType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `MapType` is never constructed [INFO] [stdout] --> src/types/map_type.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct MapType { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `NumberType` is never constructed [INFO] [stdout] --> src/types/number_type.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct NumberType { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ReferenceType` is never constructed [INFO] [stdout] --> src/types/reference_type.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct ReferenceType { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ScalarType` is never constructed [INFO] [stdout] --> src/types/scalar_type.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct ScalarType { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StringType` is never constructed [INFO] [stdout] --> src/types/string_type.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct StringType { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StructType` is never constructed [INFO] [stdout] --> src/types/struct_type.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct StructType { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `TypeSchema` is never constructed [INFO] [stdout] --> src/types/type_schema.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct TypeSchema { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UnionType` is never constructed [INFO] [stdout] --> src/types/union_type.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct UnionType { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `AnyType` is never constructed [INFO] [stdout] --> src/types/any_type.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct AnyType { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ArrayType` is never constructed [INFO] [stdout] --> src/types/array_type.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct ArrayType { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `BooleanType` is never constructed [INFO] [stdout] --> src/types/boolean_type.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct BooleanType { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `CommonType` is never constructed [INFO] [stdout] --> src/types/common_type.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct CommonType { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Discriminator` is never constructed [INFO] [stdout] --> src/types/discriminator.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct Discriminator { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `GenericType` is never constructed [INFO] [stdout] --> src/types/generic_type.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct GenericType { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `IntersectionType` is never constructed [INFO] [stdout] --> src/types/intersection_type.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct IntersectionType { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `MapType` is never constructed [INFO] [stdout] --> src/types/map_type.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | pub struct MapType { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `NumberType` is never constructed [INFO] [stdout] --> src/types/number_type.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct NumberType { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ReferenceType` is never constructed [INFO] [stdout] --> src/types/reference_type.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct ReferenceType { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ScalarType` is never constructed [INFO] [stdout] --> src/types/scalar_type.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct ScalarType { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StringType` is never constructed [INFO] [stdout] --> src/types/string_type.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | pub struct StringType { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StructType` is never constructed [INFO] [stdout] --> src/types/struct_type.rs:17:12 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct StructType { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `TypeSchema` is never constructed [INFO] [stdout] --> src/types/type_schema.rs:9:12 [INFO] [stdout] | [INFO] [stdout] 9 | pub struct TypeSchema { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `UnionType` is never constructed [INFO] [stdout] --> src/types/union_type.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct UnionType { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s [INFO] running `Command { std: "docker" "inspect" "3bc8e3bdb50ad7c48a462dbb5e74ad0beff15bad0fa1982efd9874d16fb202ce", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bc8e3bdb50ad7c48a462dbb5e74ad0beff15bad0fa1982efd9874d16fb202ce", kill_on_drop: false }` [INFO] [stdout] 3bc8e3bdb50ad7c48a462dbb5e74ad0beff15bad0fa1982efd9874d16fb202ce