[INFO] fetching crate vda5050-types 0.2.0...
[INFO] building vda5050-types-0.2.0 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate vda5050-types 0.2.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate vda5050-types 0.2.0
[INFO] finished tweaking crates.io crate vda5050-types 0.2.0
[INFO] tweaked toml for crates.io crate vda5050-types 0.2.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate vda5050-types 0.2.0 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ef9dec36790a6f3262cff582d690a992dd5fd392655266983a22b323b4141c2d
[INFO] running `Command { std: "docker" "start" "-a" "ef9dec36790a6f3262cff582d690a992dd5fd392655266983a22b323b4141c2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ef9dec36790a6f3262cff582d690a992dd5fd392655266983a22b323b4141c2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef9dec36790a6f3262cff582d690a992dd5fd392655266983a22b323b4141c2d", kill_on_drop: false }`
[INFO] [stdout] ef9dec36790a6f3262cff582d690a992dd5fd392655266983a22b323b4141c2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 11f126b29585301bcb1750fd33ddb44f81d053cfec529337bb8b0065b6048632
[INFO] running `Command { std: "docker" "start" "-a" "11f126b29585301bcb1750fd33ddb44f81d053cfec529337bb8b0065b6048632", kill_on_drop: false }`
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling vda5050-types v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Action` is never constructed
[INFO] [stdout]   --> src/action.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Action {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `BlockingType` is never used
[INFO] [stdout]   --> src/action.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub enum BlockingType {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ActionParameter` is never constructed
[INFO] [stdout]   --> src/action.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct ActionParameter {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `HeaderId` is never used
[INFO] [stdout]  --> src/common.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub type HeaderId = u64;
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Timestamp` is never used
[INFO] [stdout]  --> src/common.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type Timestamp = DateTime<Utc>;
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgvPosition` is never constructed
[INFO] [stdout]   --> src/common.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct AgvPosition {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BoundingBoxReference` is never constructed
[INFO] [stdout]   --> src/common.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct BoundingBoxReference {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ControlPoint` is never constructed
[INFO] [stdout]   --> src/common.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct ControlPoint {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LoadDimensions` is never constructed
[INFO] [stdout]   --> src/common.rs:72:12
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub struct LoadDimensions {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NodePosition` is never constructed
[INFO] [stdout]   --> src/common.rs:87:12
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub struct NodePosition {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Trajectory` is never constructed
[INFO] [stdout]    --> src/common.rs:114:12
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct Trajectory {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Velocity` is never constructed
[INFO] [stdout]    --> src/common.rs:129:12
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub struct Velocity {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Connection` is never constructed
[INFO] [stdout]   --> src/connection.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Connection {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ConnectionState` is never used
[INFO] [stdout]   --> src/connection.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub enum ConnectionState {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Factsheet` is never constructed
[INFO] [stdout]   --> src/factsheet.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Factsheet {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TypeSpecification` is never constructed
[INFO] [stdout]   --> src/factsheet.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct TypeSpecification {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AgvKinematic` is never used
[INFO] [stdout]   --> src/factsheet.rs:67:10
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub enum AgvKinematic {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AgvClass` is never used
[INFO] [stdout]   --> src/factsheet.rs:80:10
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub enum AgvClass {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LocalizationType` is never used
[INFO] [stdout]   --> src/factsheet.rs:92:10
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub enum LocalizationType {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `NavigationType` is never used
[INFO] [stdout]    --> src/factsheet.rs:106:10
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub enum NavigationType {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PhysicalParameters` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub struct PhysicalParameters {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProtocolLimits` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:143:12
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub struct ProtocolLimits {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MaxStringLens` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:158:12
[INFO] [stdout]     |
[INFO] [stdout] 158 | pub struct MaxStringLens {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MaxArrayLens` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:181:12
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub struct MaxArrayLens {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Timing` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:238:12
[INFO] [stdout]     |
[INFO] [stdout] 238 | pub struct Timing {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProtocolFeatures` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:255:12
[INFO] [stdout]     |
[INFO] [stdout] 255 | pub struct ProtocolFeatures {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OptionalParameter` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:267:12
[INFO] [stdout]     |
[INFO] [stdout] 267 | pub struct OptionalParameter {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Support` is never used
[INFO] [stdout]    --> src/factsheet.rs:282:10
[INFO] [stdout]     |
[INFO] [stdout] 282 | pub enum Support {
[INFO] [stdout]     |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgvAction` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:294:12
[INFO] [stdout]     |
[INFO] [stdout] 294 | pub struct AgvAction {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ActionScope` is never used
[INFO] [stdout]    --> src/factsheet.rs:312:10
[INFO] [stdout]     |
[INFO] [stdout] 312 | pub enum ActionScope {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ActionParameter` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:323:12
[INFO] [stdout]     |
[INFO] [stdout] 323 | pub struct ActionParameter {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ValueDataType` is never used
[INFO] [stdout]    --> src/factsheet.rs:340:10
[INFO] [stdout]     |
[INFO] [stdout] 340 | pub enum ValueDataType {
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgvGeometry` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:356:12
[INFO] [stdout]     |
[INFO] [stdout] 356 | pub struct AgvGeometry {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WheelDefinition` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:369:12
[INFO] [stdout]     |
[INFO] [stdout] 369 | pub struct WheelDefinition {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `WheelType` is never used
[INFO] [stdout]    --> src/factsheet.rs:394:10
[INFO] [stdout]     |
[INFO] [stdout] 394 | pub enum WheelType {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Position` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:406:12
[INFO] [stdout]     |
[INFO] [stdout] 406 | pub struct Position {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Envelopes2d` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:420:12
[INFO] [stdout]     |
[INFO] [stdout] 420 | pub struct Envelopes2d {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PolygonPoint` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:434:12
[INFO] [stdout]     |
[INFO] [stdout] 434 | pub struct PolygonPoint {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Envelopes3d` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:446:12
[INFO] [stdout]     |
[INFO] [stdout] 446 | pub struct Envelopes3d {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Data` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:465:12
[INFO] [stdout]     |
[INFO] [stdout] 465 | pub struct Data;
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LoadSpecification` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:473:12
[INFO] [stdout]     |
[INFO] [stdout] 473 | pub struct LoadSpecification {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LoadSet` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:485:12
[INFO] [stdout]     |
[INFO] [stdout] 485 | pub struct LoadSet {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InstantActions` is never constructed
[INFO] [stdout]   --> src/instant_actions.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct InstantActions {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Order` is never constructed
[INFO] [stdout]   --> src/order.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct Order {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Node` is never constructed
[INFO] [stdout]   --> src/order.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct Node {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Edge` is never constructed
[INFO] [stdout]   --> src/order.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct Edge {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `OrientationType` is never used
[INFO] [stdout]    --> src/order.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub enum OrientationType {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State` is never constructed
[INFO] [stdout]   --> src/state.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct State {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NodeState` is never constructed
[INFO] [stdout]   --> src/state.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct NodeState {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EdgeState` is never constructed
[INFO] [stdout]   --> src/state.rs:88:12
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub struct EdgeState {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ActionState` is never constructed
[INFO] [stdout]    --> src/state.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct ActionState {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ActionStatus` is never used
[INFO] [stdout]    --> src/state.rs:125:10
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub enum ActionStatus {
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Load` is never constructed
[INFO] [stdout]    --> src/state.rs:146:12
[INFO] [stdout]     |
[INFO] [stdout] 146 | pub struct Load {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BatteryState` is never constructed
[INFO] [stdout]    --> src/state.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub struct BatteryState {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `OperatingMode` is never used
[INFO] [stdout]    --> src/state.rs:186:10
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub enum OperatingMode {
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Error` is never constructed
[INFO] [stdout]    --> src/state.rs:200:12
[INFO] [stdout]     |
[INFO] [stdout] 200 | pub struct Error {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ErrorReference` is never constructed
[INFO] [stdout]    --> src/state.rs:217:12
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub struct ErrorReference {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ErrorLevel` is never used
[INFO] [stdout]    --> src/state.rs:230:10
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub enum ErrorLevel {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Information` is never constructed
[INFO] [stdout]    --> src/state.rs:243:12
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub struct Information {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InfoReference` is never constructed
[INFO] [stdout]    --> src/state.rs:260:12
[INFO] [stdout]     |
[INFO] [stdout] 260 | pub struct InfoReference {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `InfoLevel` is never used
[INFO] [stdout]    --> src/state.rs:273:10
[INFO] [stdout]     |
[INFO] [stdout] 273 | pub enum InfoLevel {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SafetyState` is never constructed
[INFO] [stdout]    --> src/state.rs:286:12
[INFO] [stdout]     |
[INFO] [stdout] 286 | pub struct SafetyState {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `EStop` is never used
[INFO] [stdout]    --> src/state.rs:299:10
[INFO] [stdout]     |
[INFO] [stdout] 299 | pub enum EStop {
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Visualization` is never constructed
[INFO] [stdout]   --> src/visualization.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Visualization {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
[INFO] running `Command { std: "docker" "inspect" "11f126b29585301bcb1750fd33ddb44f81d053cfec529337bb8b0065b6048632", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11f126b29585301bcb1750fd33ddb44f81d053cfec529337bb8b0065b6048632", kill_on_drop: false }`
[INFO] [stdout] 11f126b29585301bcb1750fd33ddb44f81d053cfec529337bb8b0065b6048632
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0133ccccd76e6225e143e4086ac76dac60f863cf5519c30d0b13294fd5f2095d
[INFO] running `Command { std: "docker" "start" "-a" "0133ccccd76e6225e143e4086ac76dac60f863cf5519c30d0b13294fd5f2095d", kill_on_drop: false }`
[INFO] [stdout] warning: struct `Action` is never constructed
[INFO] [stdout]   --> src/action.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Action {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `BlockingType` is never used
[INFO] [stdout]   --> src/action.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub enum BlockingType {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ActionParameter` is never constructed
[INFO] [stdout]   --> src/action.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct ActionParameter {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `HeaderId` is never used
[INFO] [stdout]  --> src/common.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub type HeaderId = u64;
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Timestamp` is never used
[INFO] [stdout]  --> src/common.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type Timestamp = DateTime<Utc>;
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgvPosition` is never constructed
[INFO] [stdout]   --> src/common.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct AgvPosition {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BoundingBoxReference` is never constructed
[INFO] [stdout]   --> src/common.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct BoundingBoxReference {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ControlPoint` is never constructed
[INFO] [stdout]   --> src/common.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct ControlPoint {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LoadDimensions` is never constructed
[INFO] [stdout]   --> src/common.rs:72:12
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub struct LoadDimensions {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NodePosition` is never constructed
[INFO] [stdout]   --> src/common.rs:87:12
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub struct NodePosition {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Trajectory` is never constructed
[INFO] [stdout]    --> src/common.rs:114:12
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct Trajectory {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Velocity` is never constructed
[INFO] [stdout]    --> src/common.rs:129:12
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub struct Velocity {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Connection` is never constructed
[INFO] [stdout]   --> src/connection.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Connection {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ConnectionState` is never used
[INFO] [stdout]   --> src/connection.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub enum ConnectionState {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Factsheet` is never constructed
[INFO] [stdout]   --> src/factsheet.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Factsheet {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TypeSpecification` is never constructed
[INFO] [stdout]   --> src/factsheet.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct TypeSpecification {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AgvKinematic` is never used
[INFO] [stdout]   --> src/factsheet.rs:67:10
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub enum AgvKinematic {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AgvClass` is never used
[INFO] [stdout]   --> src/factsheet.rs:80:10
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub enum AgvClass {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LocalizationType` is never used
[INFO] [stdout]   --> src/factsheet.rs:92:10
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub enum LocalizationType {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `NavigationType` is never used
[INFO] [stdout]    --> src/factsheet.rs:106:10
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub enum NavigationType {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PhysicalParameters` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub struct PhysicalParameters {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProtocolLimits` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:143:12
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub struct ProtocolLimits {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MaxStringLens` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:158:12
[INFO] [stdout]     |
[INFO] [stdout] 158 | pub struct MaxStringLens {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MaxArrayLens` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:181:12
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub struct MaxArrayLens {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Timing` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:238:12
[INFO] [stdout]     |
[INFO] [stdout] 238 | pub struct Timing {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProtocolFeatures` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:255:12
[INFO] [stdout]     |
[INFO] [stdout] 255 | pub struct ProtocolFeatures {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OptionalParameter` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:267:12
[INFO] [stdout]     |
[INFO] [stdout] 267 | pub struct OptionalParameter {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Support` is never used
[INFO] [stdout]    --> src/factsheet.rs:282:10
[INFO] [stdout]     |
[INFO] [stdout] 282 | pub enum Support {
[INFO] [stdout]     |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgvAction` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:294:12
[INFO] [stdout]     |
[INFO] [stdout] 294 | pub struct AgvAction {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ActionScope` is never used
[INFO] [stdout]    --> src/factsheet.rs:312:10
[INFO] [stdout]     |
[INFO] [stdout] 312 | pub enum ActionScope {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ActionParameter` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:323:12
[INFO] [stdout]     |
[INFO] [stdout] 323 | pub struct ActionParameter {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ValueDataType` is never used
[INFO] [stdout]    --> src/factsheet.rs:340:10
[INFO] [stdout]     |
[INFO] [stdout] 340 | pub enum ValueDataType {
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgvGeometry` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:356:12
[INFO] [stdout]     |
[INFO] [stdout] 356 | pub struct AgvGeometry {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WheelDefinition` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:369:12
[INFO] [stdout]     |
[INFO] [stdout] 369 | pub struct WheelDefinition {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `WheelType` is never used
[INFO] [stdout]    --> src/factsheet.rs:394:10
[INFO] [stdout]     |
[INFO] [stdout] 394 | pub enum WheelType {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Position` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:406:12
[INFO] [stdout]     |
[INFO] [stdout] 406 | pub struct Position {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Envelopes2d` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:420:12
[INFO] [stdout]     |
[INFO] [stdout] 420 | pub struct Envelopes2d {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PolygonPoint` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:434:12
[INFO] [stdout]     |
[INFO] [stdout] 434 | pub struct PolygonPoint {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Envelopes3d` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:446:12
[INFO] [stdout]     |
[INFO] [stdout] 446 | pub struct Envelopes3d {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Data` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:465:12
[INFO] [stdout]     |
[INFO] [stdout] 465 | pub struct Data;
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LoadSpecification` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:473:12
[INFO] [stdout]     |
[INFO] [stdout] 473 | pub struct LoadSpecification {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LoadSet` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:485:12
[INFO] [stdout]     |
[INFO] [stdout] 485 | pub struct LoadSet {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InstantActions` is never constructed
[INFO] [stdout]   --> src/instant_actions.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct InstantActions {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Order` is never constructed
[INFO] [stdout]   --> src/order.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct Order {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Node` is never constructed
[INFO] [stdout]   --> src/order.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct Node {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Edge` is never constructed
[INFO] [stdout]   --> src/order.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct Edge {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `OrientationType` is never used
[INFO] [stdout]    --> src/order.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub enum OrientationType {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State` is never constructed
[INFO] [stdout]   --> src/state.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct State {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NodeState` is never constructed
[INFO] [stdout]   --> src/state.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct NodeState {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EdgeState` is never constructed
[INFO] [stdout]   --> src/state.rs:88:12
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub struct EdgeState {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ActionState` is never constructed
[INFO] [stdout]    --> src/state.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct ActionState {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ActionStatus` is never used
[INFO] [stdout]    --> src/state.rs:125:10
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub enum ActionStatus {
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Load` is never constructed
[INFO] [stdout]    --> src/state.rs:146:12
[INFO] [stdout]     |
[INFO] [stdout] 146 | pub struct Load {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BatteryState` is never constructed
[INFO] [stdout]    --> src/state.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub struct BatteryState {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `OperatingMode` is never used
[INFO] [stdout]    --> src/state.rs:186:10
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub enum OperatingMode {
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Error` is never constructed
[INFO] [stdout]    --> src/state.rs:200:12
[INFO] [stdout]     |
[INFO] [stdout] 200 | pub struct Error {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ErrorReference` is never constructed
[INFO] [stdout]    --> src/state.rs:217:12
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub struct ErrorReference {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ErrorLevel` is never used
[INFO] [stdout]    --> src/state.rs:230:10
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub enum ErrorLevel {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Information` is never constructed
[INFO] [stdout]    --> src/state.rs:243:12
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub struct Information {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InfoReference` is never constructed
[INFO] [stdout]    --> src/state.rs:260:12
[INFO] [stdout]     |
[INFO] [stdout] 260 | pub struct InfoReference {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `InfoLevel` is never used
[INFO] [stdout]    --> src/state.rs:273:10
[INFO] [stdout]     |
[INFO] [stdout] 273 | pub enum InfoLevel {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SafetyState` is never constructed
[INFO] [stdout]    --> src/state.rs:286:12
[INFO] [stdout]     |
[INFO] [stdout] 286 | pub struct SafetyState {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `EStop` is never used
[INFO] [stdout]    --> src/state.rs:299:10
[INFO] [stdout]     |
[INFO] [stdout] 299 | pub enum EStop {
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Visualization` is never constructed
[INFO] [stdout]   --> src/visualization.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Visualization {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling vda5050-types v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `Action` is never constructed
[INFO] [stdout]   --> src/action.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Action {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `BlockingType` is never used
[INFO] [stdout]   --> src/action.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub enum BlockingType {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ActionParameter` is never constructed
[INFO] [stdout]   --> src/action.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct ActionParameter {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `HeaderId` is never used
[INFO] [stdout]  --> src/common.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub type HeaderId = u64;
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `Timestamp` is never used
[INFO] [stdout]  --> src/common.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type Timestamp = DateTime<Utc>;
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgvPosition` is never constructed
[INFO] [stdout]   --> src/common.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct AgvPosition {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BoundingBoxReference` is never constructed
[INFO] [stdout]   --> src/common.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub struct BoundingBoxReference {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ControlPoint` is never constructed
[INFO] [stdout]   --> src/common.rs:55:12
[INFO] [stdout]    |
[INFO] [stdout] 55 | pub struct ControlPoint {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LoadDimensions` is never constructed
[INFO] [stdout]   --> src/common.rs:72:12
[INFO] [stdout]    |
[INFO] [stdout] 72 | pub struct LoadDimensions {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NodePosition` is never constructed
[INFO] [stdout]   --> src/common.rs:87:12
[INFO] [stdout]    |
[INFO] [stdout] 87 | pub struct NodePosition {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Trajectory` is never constructed
[INFO] [stdout]    --> src/common.rs:114:12
[INFO] [stdout]     |
[INFO] [stdout] 114 | pub struct Trajectory {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Velocity` is never constructed
[INFO] [stdout]    --> src/common.rs:129:12
[INFO] [stdout]     |
[INFO] [stdout] 129 | pub struct Velocity {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Connection` is never constructed
[INFO] [stdout]   --> src/connection.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Connection {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ConnectionState` is never used
[INFO] [stdout]   --> src/connection.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub enum ConnectionState {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Factsheet` is never constructed
[INFO] [stdout]   --> src/factsheet.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct Factsheet {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TypeSpecification` is never constructed
[INFO] [stdout]   --> src/factsheet.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct TypeSpecification {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AgvKinematic` is never used
[INFO] [stdout]   --> src/factsheet.rs:67:10
[INFO] [stdout]    |
[INFO] [stdout] 67 | pub enum AgvKinematic {
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `AgvClass` is never used
[INFO] [stdout]   --> src/factsheet.rs:80:10
[INFO] [stdout]    |
[INFO] [stdout] 80 | pub enum AgvClass {
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `LocalizationType` is never used
[INFO] [stdout]   --> src/factsheet.rs:92:10
[INFO] [stdout]    |
[INFO] [stdout] 92 | pub enum LocalizationType {
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `NavigationType` is never used
[INFO] [stdout]    --> src/factsheet.rs:106:10
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub enum NavigationType {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PhysicalParameters` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout] 118 | pub struct PhysicalParameters {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProtocolLimits` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:143:12
[INFO] [stdout]     |
[INFO] [stdout] 143 | pub struct ProtocolLimits {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MaxStringLens` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:158:12
[INFO] [stdout]     |
[INFO] [stdout] 158 | pub struct MaxStringLens {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `MaxArrayLens` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:181:12
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub struct MaxArrayLens {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Timing` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:238:12
[INFO] [stdout]     |
[INFO] [stdout] 238 | pub struct Timing {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ProtocolFeatures` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:255:12
[INFO] [stdout]     |
[INFO] [stdout] 255 | pub struct ProtocolFeatures {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `OptionalParameter` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:267:12
[INFO] [stdout]     |
[INFO] [stdout] 267 | pub struct OptionalParameter {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Support` is never used
[INFO] [stdout]    --> src/factsheet.rs:282:10
[INFO] [stdout]     |
[INFO] [stdout] 282 | pub enum Support {
[INFO] [stdout]     |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgvAction` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:294:12
[INFO] [stdout]     |
[INFO] [stdout] 294 | pub struct AgvAction {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ActionScope` is never used
[INFO] [stdout]    --> src/factsheet.rs:312:10
[INFO] [stdout]     |
[INFO] [stdout] 312 | pub enum ActionScope {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ActionParameter` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:323:12
[INFO] [stdout]     |
[INFO] [stdout] 323 | pub struct ActionParameter {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ValueDataType` is never used
[INFO] [stdout]    --> src/factsheet.rs:340:10
[INFO] [stdout]     |
[INFO] [stdout] 340 | pub enum ValueDataType {
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AgvGeometry` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:356:12
[INFO] [stdout]     |
[INFO] [stdout] 356 | pub struct AgvGeometry {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `WheelDefinition` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:369:12
[INFO] [stdout]     |
[INFO] [stdout] 369 | pub struct WheelDefinition {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `WheelType` is never used
[INFO] [stdout]    --> src/factsheet.rs:394:10
[INFO] [stdout]     |
[INFO] [stdout] 394 | pub enum WheelType {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Position` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:406:12
[INFO] [stdout]     |
[INFO] [stdout] 406 | pub struct Position {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Envelopes2d` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:420:12
[INFO] [stdout]     |
[INFO] [stdout] 420 | pub struct Envelopes2d {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `PolygonPoint` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:434:12
[INFO] [stdout]     |
[INFO] [stdout] 434 | pub struct PolygonPoint {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Envelopes3d` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:446:12
[INFO] [stdout]     |
[INFO] [stdout] 446 | pub struct Envelopes3d {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Data` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:465:12
[INFO] [stdout]     |
[INFO] [stdout] 465 | pub struct Data;
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LoadSpecification` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:473:12
[INFO] [stdout]     |
[INFO] [stdout] 473 | pub struct LoadSpecification {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `LoadSet` is never constructed
[INFO] [stdout]    --> src/factsheet.rs:485:12
[INFO] [stdout]     |
[INFO] [stdout] 485 | pub struct LoadSet {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InstantActions` is never constructed
[INFO] [stdout]   --> src/instant_actions.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct InstantActions {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Order` is never constructed
[INFO] [stdout]   --> src/order.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct Order {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Node` is never constructed
[INFO] [stdout]   --> src/order.rs:41:12
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct Node {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Edge` is never constructed
[INFO] [stdout]   --> src/order.rs:61:12
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct Edge {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `OrientationType` is never used
[INFO] [stdout]    --> src/order.rs:104:10
[INFO] [stdout]     |
[INFO] [stdout] 104 | pub enum OrientationType {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `State` is never constructed
[INFO] [stdout]   --> src/state.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct State {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NodeState` is never constructed
[INFO] [stdout]   --> src/state.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct NodeState {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `EdgeState` is never constructed
[INFO] [stdout]   --> src/state.rs:88:12
[INFO] [stdout]    |
[INFO] [stdout] 88 | pub struct EdgeState {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ActionState` is never constructed
[INFO] [stdout]    --> src/state.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | pub struct ActionState {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ActionStatus` is never used
[INFO] [stdout]    --> src/state.rs:125:10
[INFO] [stdout]     |
[INFO] [stdout] 125 | pub enum ActionStatus {
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Load` is never constructed
[INFO] [stdout]    --> src/state.rs:146:12
[INFO] [stdout]     |
[INFO] [stdout] 146 | pub struct Load {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BatteryState` is never constructed
[INFO] [stdout]    --> src/state.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 167 | pub struct BatteryState {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `OperatingMode` is never used
[INFO] [stdout]    --> src/state.rs:186:10
[INFO] [stdout]     |
[INFO] [stdout] 186 | pub enum OperatingMode {
[INFO] [stdout]     |          ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Error` is never constructed
[INFO] [stdout]    --> src/state.rs:200:12
[INFO] [stdout]     |
[INFO] [stdout] 200 | pub struct Error {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ErrorReference` is never constructed
[INFO] [stdout]    --> src/state.rs:217:12
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub struct ErrorReference {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ErrorLevel` is never used
[INFO] [stdout]    --> src/state.rs:230:10
[INFO] [stdout]     |
[INFO] [stdout] 230 | pub enum ErrorLevel {
[INFO] [stdout]     |          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Information` is never constructed
[INFO] [stdout]    --> src/state.rs:243:12
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub struct Information {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `InfoReference` is never constructed
[INFO] [stdout]    --> src/state.rs:260:12
[INFO] [stdout]     |
[INFO] [stdout] 260 | pub struct InfoReference {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `InfoLevel` is never used
[INFO] [stdout]    --> src/state.rs:273:10
[INFO] [stdout]     |
[INFO] [stdout] 273 | pub enum InfoLevel {
[INFO] [stdout]     |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SafetyState` is never constructed
[INFO] [stdout]    --> src/state.rs:286:12
[INFO] [stdout]     |
[INFO] [stdout] 286 | pub struct SafetyState {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `EStop` is never used
[INFO] [stdout]    --> src/state.rs:299:10
[INFO] [stdout]     |
[INFO] [stdout] 299 | pub enum EStop {
[INFO] [stdout]     |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Visualization` is never constructed
[INFO] [stdout]   --> src/visualization.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Visualization {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s
[INFO] running `Command { std: "docker" "inspect" "0133ccccd76e6225e143e4086ac76dac60f863cf5519c30d0b13294fd5f2095d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0133ccccd76e6225e143e4086ac76dac60f863cf5519c30d0b13294fd5f2095d", kill_on_drop: false }`
[INFO] [stdout] 0133ccccd76e6225e143e4086ac76dac60f863cf5519c30d0b13294fd5f2095d
