[INFO] fetching crate tgo 0.1.0...
[INFO] building tgo-0.1.0 against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] extracting crate tgo 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate tgo 0.1.0
[INFO] finished tweaking crates.io crate tgo 0.1.0
[INFO] tweaked toml for crates.io crate tgo 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate tgo 0.1.0 on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cbc794ab7890f0ff637e893c464d0ace0f894e84977863ff6695a17854b1c684
[INFO] running `Command { std: "docker" "start" "-a" "cbc794ab7890f0ff637e893c464d0ace0f894e84977863ff6695a17854b1c684", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbc794ab7890f0ff637e893c464d0ace0f894e84977863ff6695a17854b1c684", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbc794ab7890f0ff637e893c464d0ace0f894e84977863ff6695a17854b1c684", kill_on_drop: false }`
[INFO] [stdout] cbc794ab7890f0ff637e893c464d0ace0f894e84977863ff6695a17854b1c684
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fbfc3264bf333e135a7519b3da4d39f37816beafdc786072368b7ad17dd8743d
[INFO] running `Command { std: "docker" "start" "-a" "fbfc3264bf333e135a7519b3da4d39f37816beafdc786072368b7ad17dd8743d", kill_on_drop: false }`
[INFO] [stderr]    Compiling tgo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/xml.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/rust.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/xml.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/protobuf.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/toml.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/java.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/golang.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/toml.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/sql.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/protobuf.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/python.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/json.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/yaml.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/sql.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/rust.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/typescript.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/yaml.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/python.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/typescript.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/json.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/java.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/golang.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/shape.rs:5:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub enum Shape {
[INFO] [stdout]    |          ----- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  5 |     Default,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]  6 |     /// `None` 空, `nil` / `null` / `none`
[INFO] [stdout]  7 |     None,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]  8 |     /// `Any` 范型，`interface` / `any` / `T`
[INFO] [stdout]  9 |     Any,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     Boolean,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 14 |     /// `Number` 整数
[INFO] [stdout] 15 |     Number(NumberShape),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 16 |     /// `String` 字符串
[INFO] [stdout] 17 |     String(StringShape),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     Optional(Box<Shape>),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 22 |     /// `Array` 数组
[INFO] [stdout] 23 |     Array { t: Box<Shape> },
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 24 |     /// `Tuple` 元组: 类型数组+长度
[INFO] [stdout] 25 |     Tuple(Vec<Shape>, usize),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 26 |     /// `Struct` 结构体: 用数组来描述
[INFO] [stdout] 27 |     Struct(Vec<(String, Shape)>),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 28 |     /// `Map` hash类型
[INFO] [stdout] 29 |     Map { ft: Box<Shape>, vt: Box<Shape> },
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/shape.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub enum NumberShape {
[INFO] [stdout]    |          ----------- variants in this enum
[INFO] [stdout] 34 |     Default,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 35 |     Int32,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 36 |     Int64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 37 |     Uint32,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 38 |     Uint64,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 39 |     Float32,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 40 |     Float64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Default`, `Char`, `Varchar`, and `Text` are never constructed
[INFO] [stdout]   --> src/shape.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub enum StringShape {
[INFO] [stdout]    |          ----------- variants in this enum
[INFO] [stdout] 45 |     Default,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 46 |     Char,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 47 |     Varchar,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 48 |     Text,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] running `Command { std: "docker" "inspect" "fbfc3264bf333e135a7519b3da4d39f37816beafdc786072368b7ad17dd8743d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fbfc3264bf333e135a7519b3da4d39f37816beafdc786072368b7ad17dd8743d", kill_on_drop: false }`
[INFO] [stdout] fbfc3264bf333e135a7519b3da4d39f37816beafdc786072368b7ad17dd8743d
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 22cd98e7ed1ed7897d68a644be78ceb1e239e5384771e47f7a6f5184d3b1d195
[INFO] running `Command { std: "docker" "start" "-a" "22cd98e7ed1ed7897d68a644be78ceb1e239e5384771e47f7a6f5184d3b1d195", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/xml.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/rust.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/xml.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/protobuf.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/toml.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/java.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/golang.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/toml.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/sql.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/protobuf.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/python.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/json.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/yaml.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tgo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/sql.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/rust.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/typescript.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/yaml.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/python.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/typescript.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/json.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/java.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/golang.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/shape.rs:5:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub enum Shape {
[INFO] [stdout]    |          ----- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  5 |     Default,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]  6 |     /// `None` 空, `nil` / `null` / `none`
[INFO] [stdout]  7 |     None,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]  8 |     /// `Any` 范型，`interface` / `any` / `T`
[INFO] [stdout]  9 |     Any,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     Boolean,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 14 |     /// `Number` 整数
[INFO] [stdout] 15 |     Number(NumberShape),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 16 |     /// `String` 字符串
[INFO] [stdout] 17 |     String(StringShape),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     Optional(Box<Shape>),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 22 |     /// `Array` 数组
[INFO] [stdout] 23 |     Array { t: Box<Shape> },
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 24 |     /// `Tuple` 元组: 类型数组+长度
[INFO] [stdout] 25 |     Tuple(Vec<Shape>, usize),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 26 |     /// `Struct` 结构体: 用数组来描述
[INFO] [stdout] 27 |     Struct(Vec<(String, Shape)>),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 28 |     /// `Map` hash类型
[INFO] [stdout] 29 |     Map { ft: Box<Shape>, vt: Box<Shape> },
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/shape.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub enum NumberShape {
[INFO] [stdout]    |          ----------- variants in this enum
[INFO] [stdout] 34 |     Default,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 35 |     Int32,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 36 |     Int64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 37 |     Uint32,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 38 |     Uint64,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 39 |     Float32,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 40 |     Float64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Default`, `Char`, `Varchar`, and `Text` are never constructed
[INFO] [stdout]   --> src/shape.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub enum StringShape {
[INFO] [stdout]    |          ----------- variants in this enum
[INFO] [stdout] 45 |     Default,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 46 |     Char,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 47 |     Varchar,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 48 |     Text,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/protobuf.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/protobuf.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/json.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/json.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/sql.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/java.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/rust.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/toml.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/sql.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/rust.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/golang.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/typescript.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/golang.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/python.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/java.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/typescript.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/xml.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/toml.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]  --> src/interface/yaml.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn on(&self, value: &str) -> Result<Vec<shape::Shape>, TransformError> {
[INFO] [stdout]   |                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/yaml.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/xml.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shapes`
[INFO] [stdout]   --> src/interface/python.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     fn to(&self, shapes: Vec<shape::Shape>) -> Result<String, TransformError> {
[INFO] [stdout]    |                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_shapes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/shape.rs:5:5
[INFO] [stdout]    |
[INFO] [stdout]  2 | pub enum Shape {
[INFO] [stdout]    |          ----- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  5 |     Default,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]  6 |     /// `None` 空, `nil` / `null` / `none`
[INFO] [stdout]  7 |     None,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]  8 |     /// `Any` 范型，`interface` / `any` / `T`
[INFO] [stdout]  9 |     Any,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     Boolean,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 14 |     /// `Number` 整数
[INFO] [stdout] 15 |     Number(NumberShape),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 16 |     /// `String` 字符串
[INFO] [stdout] 17 |     String(StringShape),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 21 |     Optional(Box<Shape>),
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 22 |     /// `Array` 数组
[INFO] [stdout] 23 |     Array { t: Box<Shape> },
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 24 |     /// `Tuple` 元组: 类型数组+长度
[INFO] [stdout] 25 |     Tuple(Vec<Shape>, usize),
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 26 |     /// `Struct` 结构体: 用数组来描述
[INFO] [stdout] 27 |     Struct(Vec<(String, Shape)>),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 28 |     /// `Map` hash类型
[INFO] [stdout] 29 |     Map { ft: Box<Shape>, vt: Box<Shape> },
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple variants are never constructed
[INFO] [stdout]   --> src/shape.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub enum NumberShape {
[INFO] [stdout]    |          ----------- variants in this enum
[INFO] [stdout] 34 |     Default,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 35 |     Int32,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 36 |     Int64,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 37 |     Uint32,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 38 |     Uint64,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 39 |     Float32,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 40 |     Float64,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Default`, `Char`, `Varchar`, and `Text` are never constructed
[INFO] [stdout]   --> src/shape.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub enum StringShape {
[INFO] [stdout]    |          ----------- variants in this enum
[INFO] [stdout] 45 |     Default,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 46 |     Char,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 47 |     Varchar,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 48 |     Text,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] running `Command { std: "docker" "inspect" "22cd98e7ed1ed7897d68a644be78ceb1e239e5384771e47f7a6f5184d3b1d195", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22cd98e7ed1ed7897d68a644be78ceb1e239e5384771e47f7a6f5184d3b1d195", kill_on_drop: false }`
[INFO] [stdout] 22cd98e7ed1ed7897d68a644be78ceb1e239e5384771e47f7a6f5184d3b1d195
