[INFO] fetching crate styc 0.1.0...
[INFO] building styc-0.1.0 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate styc 0.1.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate styc 0.1.0
[INFO] finished tweaking crates.io crate styc 0.1.0
[INFO] tweaked toml for crates.io crate styc 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate styc 0.1.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] 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 4f6e1c437e2a391e977144823b7dc0765af776497ae1f21ca45ed1e5e9e52498
[INFO] running `Command { std: "docker" "start" "-a" "4f6e1c437e2a391e977144823b7dc0765af776497ae1f21ca45ed1e5e9e52498", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f6e1c437e2a391e977144823b7dc0765af776497ae1f21ca45ed1e5e9e52498", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f6e1c437e2a391e977144823b7dc0765af776497ae1f21ca45ed1e5e9e52498", kill_on_drop: false }`
[INFO] [stdout] 4f6e1c437e2a391e977144823b7dc0765af776497ae1f21ca45ed1e5e9e52498
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 9dd55e2f3fc6beb11ac359896234a69bd3f27cf9a5482a1eefb6e6c892c6ce36
[INFO] running `Command { std: "docker" "start" "-a" "9dd55e2f3fc6beb11ac359896234a69bd3f27cf9a5482a1eefb6e6c892c6ce36", kill_on_drop: false }`
[INFO] [stderr]    Compiling styc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::ptr::write`
[INFO] [stdout]  --> src/shape/set.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::ptr::write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::op`
[INFO] [stdout]  --> src/shape/set.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::op;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SymbolShape`
[INFO] [stdout]  --> src/shape/set.rs:6:27
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::shape::{Shape, SymbolShape};
[INFO] [stdout]   |                           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `HashMap` and `HashSet`
[INFO] [stdout]  --> src/shape/structure.rs:1:34
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::{BTreeMap, HashMap, HashSet};
[INFO] [stdout]   |                                  ^^^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::iter::Map`
[INFO] [stdout]  --> src/shape/structure.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::iter::Map;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::any::type_name_of_val`
[INFO] [stdout]  --> src/shape/mod.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::any::type_name_of_val;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `library::*`
[INFO] [stdout]   --> src/shape/mod.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub use library::*;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Pointer`
[INFO] [stdout]   --> src/shape/mod.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::fmt::{Debug, Formatter, Pointer};
[INFO] [stdout]    |                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Shape` is never used
[INFO] [stdout]   --> src/shape/mod.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub enum 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 associated functions are never used
[INFO] [stdout]   --> src/shape/mod.rs:34:18
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl Shape {
[INFO] [stdout]    | ---------- associated functions in this implementation
[INFO] [stdout] 34 |     pub const fn scalar(min: u128, max: u128) -> Shape {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub const fn scalar_const(value: u128) -> Shape {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn symbol(name: &str) -> Shape {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn set<const N: usize>(slots: [Shape; N]) -> Shape {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn vector(size: &ScalarShape, shape: &Shape) -> Shape {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub fn nominative(name: &str) -> Shape {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn structure<const N: usize>(arr: [(&str, &Shape); N]) -> Shape {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `U8` is never used
[INFO] [stdout]  --> src/shape/library.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const U8: Shape = Shape::scalar(u8::MIN as u128, u8::MAX as u128);
[INFO] [stdout]   |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `U16` is never used
[INFO] [stdout]  --> src/shape/library.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub const U16: Shape = Shape::scalar(u16::MIN as u128, u16::MAX as u128);
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `U32` is never used
[INFO] [stdout]  --> src/shape/library.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const U32: Shape = Shape::scalar(u32::MIN as u128, u32::MAX as u128);
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `U64` is never used
[INFO] [stdout]  --> src/shape/library.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const U64: Shape = Shape::scalar(u64::MIN as u128, u64::MAX as u128);
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `UNIT` is never used
[INFO] [stdout]  --> src/shape/library.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const UNIT: Shape = Shape::Set(SetShape::empty());
[INFO] [stdout]   |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ScalarShape` is never constructed
[INFO] [stdout]  --> src/shape/scalar.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ScalarShape {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `new` and `new_const` are never used
[INFO] [stdout]   --> src/shape/scalar.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl ScalarShape {
[INFO] [stdout]    | ---------------- associated functions in this implementation
[INFO] [stdout] 13 |     pub const fn new(min: u128, max: u128) -> Self {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn new_const(value: u128) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SymbolShape` is never constructed
[INFO] [stdout]  --> src/shape/symbol.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct SymbolShape {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/shape/symbol.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl SymbolShape {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 10 |
[INFO] [stdout] 11 |     pub fn new(name: &str) -> SymbolShape {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SetShape` is never constructed
[INFO] [stdout]  --> src/shape/set.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct SetShape {
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `new` and `empty` are never used
[INFO] [stdout]   --> src/shape/set.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl SetShape {
[INFO] [stdout]    | ------------- associated functions in this implementation
[INFO] [stdout] 22 |     pub fn new<const N: usize>(slots: [Shape; N]) -> SetShape {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub(crate) const fn empty() -> SetShape {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VectorShape` is never constructed
[INFO] [stdout]  --> src/shape/vector.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct VectorShape {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/shape/vector.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl VectorShape {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 13 |     pub fn new(size: &ScalarShape, shape: &Shape) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StructureShape` is never constructed
[INFO] [stdout]  --> src/shape/structure.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct StructureShape {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/shape/structure.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl StructureShape {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 14 |     pub fn new<const N: usize>(arr: [(&str, &Shape); N]) -> StructureShape {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NominativeShape` is never constructed
[INFO] [stdout]  --> src/shape/nominative.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct NominativeShape {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/shape/nominative.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl NominativeShape {
[INFO] [stdout]    | -------------------- associated function in this implementation
[INFO] [stdout] 16 |     pub fn new(name: &str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `OpError` is never used
[INFO] [stdout]  --> src/op/result.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub enum OpError {
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `OpResult` is never used
[INFO] [stdout]  --> src/op/result.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type OpResult<T> = Result<T, OpError>;
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `BinaryOperation` is never used
[INFO] [stdout]  --> src/op/operation.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait BinaryOperation {
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BasicAdditionOperation` is never constructed
[INFO] [stdout]  --> src/op/addition.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct BasicAdditionOperation;
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `BasicAddition` is never used
[INFO] [stdout]  --> src/op/addition.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub trait BasicAddition {
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
[INFO] running `Command { std: "docker" "inspect" "9dd55e2f3fc6beb11ac359896234a69bd3f27cf9a5482a1eefb6e6c892c6ce36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9dd55e2f3fc6beb11ac359896234a69bd3f27cf9a5482a1eefb6e6c892c6ce36", kill_on_drop: false }`
[INFO] [stdout] 9dd55e2f3fc6beb11ac359896234a69bd3f27cf9a5482a1eefb6e6c892c6ce36
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] b8c37efa439fcdd4da07bda7336d2a7fac0134284aaa571cc930589c35d2ddbe
[INFO] running `Command { std: "docker" "start" "-a" "b8c37efa439fcdd4da07bda7336d2a7fac0134284aaa571cc930589c35d2ddbe", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `std::ptr::write`
[INFO] [stdout]  --> src/shape/set.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::ptr::write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::op`
[INFO] [stdout]  --> src/shape/set.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::op;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SymbolShape`
[INFO] [stdout]  --> src/shape/set.rs:6:27
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::shape::{Shape, SymbolShape};
[INFO] [stdout]   |                           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `HashMap` and `HashSet`
[INFO] [stdout]  --> src/shape/structure.rs:1:34
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::{BTreeMap, HashMap, HashSet};
[INFO] [stdout]   |                                  ^^^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::iter::Map`
[INFO] [stdout]  --> src/shape/structure.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::iter::Map;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::any::type_name_of_val`
[INFO] [stdout]  --> src/shape/mod.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::any::type_name_of_val;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `library::*`
[INFO] [stdout]   --> src/shape/mod.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub use library::*;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Pointer`
[INFO] [stdout]   --> src/shape/mod.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::fmt::{Debug, Formatter, Pointer};
[INFO] [stdout]    |                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Shape` is never used
[INFO] [stdout]   --> src/shape/mod.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub enum 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 associated functions are never used
[INFO] [stdout]   --> src/shape/mod.rs:34:18
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl Shape {
[INFO] [stdout]    | ---------- associated functions in this implementation
[INFO] [stdout] 34 |     pub const fn scalar(min: u128, max: u128) -> Shape {
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub const fn scalar_const(value: u128) -> Shape {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 |     pub fn symbol(name: &str) -> Shape {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub fn set<const N: usize>(slots: [Shape; N]) -> Shape {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn vector(size: &ScalarShape, shape: &Shape) -> Shape {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub fn nominative(name: &str) -> Shape {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub fn structure<const N: usize>(arr: [(&str, &Shape); N]) -> Shape {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `U8` is never used
[INFO] [stdout]  --> src/shape/library.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const U8: Shape = Shape::scalar(u8::MIN as u128, u8::MAX as u128);
[INFO] [stdout]   |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `U16` is never used
[INFO] [stdout]  --> src/shape/library.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub const U16: Shape = Shape::scalar(u16::MIN as u128, u16::MAX as u128);
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `U32` is never used
[INFO] [stdout]  --> src/shape/library.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const U32: Shape = Shape::scalar(u32::MIN as u128, u32::MAX as u128);
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `U64` is never used
[INFO] [stdout]  --> src/shape/library.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const U64: Shape = Shape::scalar(u64::MIN as u128, u64::MAX as u128);
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `UNIT` is never used
[INFO] [stdout]  --> src/shape/library.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const UNIT: Shape = Shape::Set(SetShape::empty());
[INFO] [stdout]   |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `ScalarShape` is never constructed
[INFO] [stdout]  --> src/shape/scalar.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct ScalarShape {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `new` and `new_const` are never used
[INFO] [stdout]   --> src/shape/scalar.rs:13:18
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl ScalarShape {
[INFO] [stdout]    | ---------------- associated functions in this implementation
[INFO] [stdout] 13 |     pub const fn new(min: u128, max: u128) -> Self {
[INFO] [stdout]    |                  ^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn new_const(value: u128) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SymbolShape` is never constructed
[INFO] [stdout]  --> src/shape/symbol.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct SymbolShape {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/shape/symbol.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout]  9 | impl SymbolShape {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 10 |
[INFO] [stdout] 11 |     pub fn new(name: &str) -> SymbolShape {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SetShape` is never constructed
[INFO] [stdout]  --> src/shape/set.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct SetShape {
[INFO] [stdout]   |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `new` and `empty` are never used
[INFO] [stdout]   --> src/shape/set.rs:22:12
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl SetShape {
[INFO] [stdout]    | ------------- associated functions in this implementation
[INFO] [stdout] 22 |     pub fn new<const N: usize>(slots: [Shape; N]) -> SetShape {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub(crate) const fn empty() -> SetShape {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `VectorShape` is never constructed
[INFO] [stdout]  --> src/shape/vector.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct VectorShape {
[INFO] [stdout]   |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/shape/vector.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl VectorShape {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 13 |     pub fn new(size: &ScalarShape, shape: &Shape) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `StructureShape` is never constructed
[INFO] [stdout]  --> src/shape/structure.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct StructureShape {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/shape/structure.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl StructureShape {
[INFO] [stdout]    | ------------------- associated function in this implementation
[INFO] [stdout] 14 |     pub fn new<const N: usize>(arr: [(&str, &Shape); N]) -> StructureShape {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NominativeShape` is never constructed
[INFO] [stdout]  --> src/shape/nominative.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct NominativeShape {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/shape/nominative.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl NominativeShape {
[INFO] [stdout]    | -------------------- associated function in this implementation
[INFO] [stdout] 16 |     pub fn new(name: &str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `OpError` is never used
[INFO] [stdout]  --> src/op/result.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub enum OpError {
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `OpResult` is never used
[INFO] [stdout]  --> src/op/result.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub type OpResult<T> = Result<T, OpError>;
[INFO] [stdout]   |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `BinaryOperation` is never used
[INFO] [stdout]  --> src/op/operation.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait BinaryOperation {
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BasicAdditionOperation` is never constructed
[INFO] [stdout]  --> src/op/addition.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct BasicAdditionOperation;
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `BasicAddition` is never used
[INFO] [stdout]  --> src/op/addition.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub trait BasicAddition {
[INFO] [stdout]   |           ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling styc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::ptr::write`
[INFO] [stdout]  --> src/shape/set.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::ptr::write;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::op`
[INFO] [stdout]  --> src/shape/set.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use crate::op;
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `SymbolShape`
[INFO] [stdout]  --> src/shape/set.rs:6:27
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::shape::{Shape, SymbolShape};
[INFO] [stdout]   |                           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `HashMap` and `HashSet`
[INFO] [stdout]  --> src/shape/structure.rs:1:34
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::collections::{BTreeMap, HashMap, HashSet};
[INFO] [stdout]   |                                  ^^^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::iter::Map`
[INFO] [stdout]  --> src/shape/structure.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use std::iter::Map;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::any::type_name_of_val`
[INFO] [stdout]  --> src/shape/mod.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::any::type_name_of_val;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `library::*`
[INFO] [stdout]   --> src/shape/mod.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub use library::*;
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Pointer`
[INFO] [stdout]   --> src/shape/mod.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::fmt::{Debug, Formatter, Pointer};
[INFO] [stdout]    |                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Vector` and `Nominative` are never constructed
[INFO] [stdout]   --> src/shape/mod.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub enum Shape {
[INFO] [stdout]    |          ----- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 28 |     Vector(VectorShape),
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] 29 |     Structure(StructureShape),
[INFO] [stdout] 30 |     Nominative(NominativeShape),
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Shape` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `scalar_const`, `vector`, and `nominative` are never used
[INFO] [stdout]   --> src/shape/mod.rs:38:18
[INFO] [stdout]    |
[INFO] [stdout] 33 | impl Shape {
[INFO] [stdout]    | ---------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 38 |     pub const fn scalar_const(value: u128) -> Shape {
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 50 |     pub fn vector(size: &ScalarShape, shape: &Shape) -> Shape {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 56 |     pub fn nominative(name: &str) -> Shape {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `U8` is never used
[INFO] [stdout]  --> src/shape/library.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub const U8: Shape = Shape::scalar(u8::MIN as u128, u8::MAX as u128);
[INFO] [stdout]   |           ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `U16` is never used
[INFO] [stdout]  --> src/shape/library.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub const U16: Shape = Shape::scalar(u16::MIN as u128, u16::MAX as u128);
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `U32` is never used
[INFO] [stdout]  --> src/shape/library.rs:5:11
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub const U32: Shape = Shape::scalar(u32::MIN as u128, u32::MAX as u128);
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `U64` is never used
[INFO] [stdout]  --> src/shape/library.rs:6:11
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub const U64: Shape = Shape::scalar(u64::MIN as u128, u64::MAX as u128);
[INFO] [stdout]   |           ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `UNIT` is never used
[INFO] [stdout]  --> src/shape/library.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const UNIT: Shape = Shape::Set(SetShape::empty());
[INFO] [stdout]   |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new_const` is never used
[INFO] [stdout]   --> src/shape/scalar.rs:17:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl ScalarShape {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn new_const(value: u128) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `empty` is never used
[INFO] [stdout]   --> src/shape/set.rs:32:25
[INFO] [stdout]    |
[INFO] [stdout] 21 | impl SetShape {
[INFO] [stdout]    | ------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub(crate) const fn empty() -> SetShape {
[INFO] [stdout]    |                         ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/shape/vector.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl VectorShape {
[INFO] [stdout]    | ---------------- associated function in this implementation
[INFO] [stdout] 13 |     pub fn new(size: &ScalarShape, shape: &Shape) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/shape/nominative.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl NominativeShape {
[INFO] [stdout]    | -------------------- associated function in this implementation
[INFO] [stdout] 16 |     pub fn new(name: &str) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.90s
[INFO] running `Command { std: "docker" "inspect" "b8c37efa439fcdd4da07bda7336d2a7fac0134284aaa571cc930589c35d2ddbe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8c37efa439fcdd4da07bda7336d2a7fac0134284aaa571cc930589c35d2ddbe", kill_on_drop: false }`
[INFO] [stdout] b8c37efa439fcdd4da07bda7336d2a7fac0134284aaa571cc930589c35d2ddbe
