[INFO] fetching crate vda5050-types 0.2.0... [INFO] checking vda5050-types-0.2.0 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate vda5050-types 0.2.0 into /workspace/builds/worker-1-tc2/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-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate vda5050-types 0.2.0 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 9 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a65933f5a152133ebb55e095c9a2d736fce98a0eb5356fe668fac217d712b561 [INFO] running `Command { std: "docker" "start" "-a" "a65933f5a152133ebb55e095c9a2d736fce98a0eb5356fe668fac217d712b561", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a65933f5a152133ebb55e095c9a2d736fce98a0eb5356fe668fac217d712b561", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a65933f5a152133ebb55e095c9a2d736fce98a0eb5356fe668fac217d712b561", kill_on_drop: false }` [INFO] [stdout] a65933f5a152133ebb55e095c9a2d736fce98a0eb5356fe668fac217d712b561 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 411dc5cef63fa2fa9b063b3bf613d851514553c1d9031bedbf8d8c653fce3e35 [INFO] running `Command { std: "docker" "start" "-a" "411dc5cef63fa2fa9b063b3bf613d851514553c1d9031bedbf8d8c653fce3e35", kill_on_drop: false }` [INFO] [stderr] Checking chrono v0.4.41 [INFO] [stderr] Checking 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)]` 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; [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 `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)]` 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; [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 `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 `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 `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] [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.33s [INFO] running `Command { std: "docker" "inspect" "411dc5cef63fa2fa9b063b3bf613d851514553c1d9031bedbf8d8c653fce3e35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "411dc5cef63fa2fa9b063b3bf613d851514553c1d9031bedbf8d8c653fce3e35", kill_on_drop: false }` [INFO] [stdout] 411dc5cef63fa2fa9b063b3bf613d851514553c1d9031bedbf8d8c653fce3e35