[INFO] cloning repository https://github.com/SuperInstance/lau-categorical-mechanics
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SuperInstance/lau-categorical-mechanics" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuperInstance%2Flau-categorical-mechanics", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuperInstance%2Flau-categorical-mechanics'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 66f97622d66ccd260a7ac04e5171a98d131848b5
[INFO] checking SuperInstance/lau-categorical-mechanics/66f97622d66ccd260a7ac04e5171a98d131848b5 against 3d50c25bc66853bf0ad205529d0f305a1d841b5e for pr-159598
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSuperInstance%2Flau-categorical-mechanics" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SuperInstance/lau-categorical-mechanics
[INFO] finished tweaking git repo https://github.com/SuperInstance/lau-categorical-mechanics
[INFO] tweaked toml for git repo https://github.com/SuperInstance/lau-categorical-mechanics written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SuperInstance/lau-categorical-mechanics on toolchain 3d50c25bc66853bf0ad205529d0f305a1d841b5e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3d50c25bc66853bf0ad205529d0f305a1d841b5e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SuperInstance/lau-categorical-mechanics already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3d50c25bc66853bf0ad205529d0f305a1d841b5e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 355d90d90224bd32609537760230d8361c80d5aa2b1dd9af4165d270c816eae6
[INFO] running `Command { std: "docker" "start" "355d90d90224bd32609537760230d8361c80d5aa2b1dd9af4165d270c816eae6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "355d90d90224bd32609537760230d8361c80d5aa2b1dd9af4165d270c816eae6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "355d90d90224bd32609537760230d8361c80d5aa2b1dd9af4165d270c816eae6" "/opt/rustwide/cargo-home/bin/cargo" "+3d50c25bc66853bf0ad205529d0f305a1d841b5e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "355d90d90224bd32609537760230d8361c80d5aa2b1dd9af4165d270c816eae6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "355d90d90224bd32609537760230d8361c80d5aa2b1dd9af4165d270c816eae6" "/opt/rustwide/cargo-home/bin/cargo" "+3d50c25bc66853bf0ad205529d0f305a1d841b5e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking simba v0.9.1
[INFO] [stderr]     Checking nalgebra v0.33.3
[INFO] [stderr]     Checking lau-categorical-mechanics v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Symplectomorphism`
[INFO] [stdout]  --> src/natural.rs:8:45
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::symplectic::{SymplecticManifold, Symplectomorphism};
[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: `Agent`
[INFO] [stdout]  --> src/natural.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::agent::{Agent, AgentMorphism};
[INFO] [stdout]   |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::symplectic::SymplecticManifold`
[INFO] [stdout]   --> src/monoidal.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::symplectic::SymplecticManifold;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Braiding`, `MonoidalAgent`, and `unit_agent`
[INFO] [stdout]   --> src/compact.rs:11:23
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::monoidal::{MonoidalAgent, Braiding, unit_agent};
[INFO] [stdout]    |                       ^^^^^^^^^^^^^  ^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Symplectomorphism`
[INFO] [stdout]  --> src/application.rs:6:45
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::symplectic::{SymplecticManifold, Symplectomorphism};
[INFO] [stdout]   |                                             ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ConservationLaw`, `NatTransformComponent`, and `NaturalTransformation`
[INFO] [stdout]  --> src/application.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::natural::{NaturalTransformation, NatTransformComponent, ConservationLaw, NoetherTheorem};
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `RepresentableFunctor`
[INFO] [stdout]   --> src/application.rs:11:52
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::yoneda::{YonedaEmbedding, AgentProfile, RepresentableFunctor};
[INFO] [stdout]    |                                                    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `unit_agent`
[INFO] [stdout]   --> src/application.rs:13:48
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::monoidal::{MonoidalAgent, Braiding, unit_agent};
[INFO] [stdout]    |                                                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Cap` and `Cup`
[INFO] [stdout]   --> src/application.rs:14:33
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::compact::{DualAgent, Cup, Cap, CompactClosed, ObservationProbe};
[INFO] [stdout]    |                                 ^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Symplectomorphism`
[INFO] [stdout]  --> src/natural.rs:8:45
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::symplectic::{SymplecticManifold, Symplectomorphism};
[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: `Agent`
[INFO] [stdout]  --> src/natural.rs:9:20
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::agent::{Agent, AgentMorphism};
[INFO] [stdout]   |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::functor::HamiltonianFunctor`
[INFO] [stdout]   --> src/natural.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::functor::HamiltonianFunctor;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Agent`
[INFO] [stdout]  --> src/presheaf.rs:7:20
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::agent::{Agent, AgentMorphism};
[INFO] [stdout]   |                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Capability`
[INFO] [stdout]   --> src/yoneda.rs:10:42
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::agent::{Agent, AgentMorphism, Capability};
[INFO] [stdout]    |                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::symplectic::SymplecticManifold`
[INFO] [stdout]   --> src/monoidal.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::symplectic::SymplecticManifold;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Braiding`, `MonoidalAgent`, and `unit_agent`
[INFO] [stdout]   --> src/compact.rs:11:23
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::monoidal::{MonoidalAgent, Braiding, unit_agent};
[INFO] [stdout]    |                       ^^^^^^^^^^^^^  ^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Symplectomorphism`
[INFO] [stdout]  --> src/application.rs:6:45
[INFO] [stdout]   |
[INFO] [stdout] 6 | use crate::symplectic::{SymplecticManifold, Symplectomorphism};
[INFO] [stdout]   |                                             ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ConservationLaw`, `NatTransformComponent`, and `NaturalTransformation`
[INFO] [stdout]  --> src/application.rs:9:22
[INFO] [stdout]   |
[INFO] [stdout] 9 | use crate::natural::{NaturalTransformation, NatTransformComponent, ConservationLaw, NoetherTheorem};
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `RepresentableFunctor` and `YonedaEmbedding`
[INFO] [stdout]   --> src/application.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 | use crate::yoneda::{YonedaEmbedding, AgentProfile, RepresentableFunctor};
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^                ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Braiding` and `unit_agent`
[INFO] [stdout]   --> src/application.rs:13:38
[INFO] [stdout]    |
[INFO] [stdout] 13 | use crate::monoidal::{MonoidalAgent, Braiding, unit_agent};
[INFO] [stdout]    |                                      ^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Cap` and `Cup`
[INFO] [stdout]   --> src/application.rs:14:33
[INFO] [stdout]    |
[INFO] [stdout] 14 | use crate::compact::{DualAgent, Cup, Cap, CompactClosed, ObservationProbe};
[INFO] [stdout]    |                                 ^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ComplexField`
[INFO] [stdout]  --> src/symplectic.rs:7:34
[INFO] [stdout]   |
[INFO] [stdout] 7 | use nalgebra::{DMatrix, DVector, ComplexField};
[INFO] [stdout]   |                                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `manifold`
[INFO] [stdout]    --> src/natural.rs:100:19
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn energy(manifold: &SymplecticManifold) -> Self {
[INFO] [stdout]     |                   ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_manifold`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source_agent`
[INFO] [stdout]   --> src/adjunction.rs:99:13
[INFO] [stdout]    |
[INFO] [stdout] 99 |         let source_agent = self.map_object(source_state);
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_source_agent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `target_agent`
[INFO] [stdout]    --> src/adjunction.rs:100:13
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let target_agent = self.map_object(target_state);
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_target_agent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `obs_agent`
[INFO] [stdout]    --> src/adjunction.rs:226:13
[INFO] [stdout]     |
[INFO] [stdout] 226 |         let obs_agent = self.obs.map_object(state);
[INFO] [stdout]     |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_obs_agent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sigma_bc`
[INFO] [stdout]    --> src/monoidal.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |         sigma_bc: &Braiding,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sigma_bc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dim_c`
[INFO] [stdout]    --> src/monoidal.rs:195:9
[INFO] [stdout]     |
[INFO] [stdout] 195 |         dim_c: usize,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_dim_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dual_agent`
[INFO] [stdout]   --> src/compact.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let dual_agent = Agent::new(
[INFO] [stdout]    |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dual_agent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cup`
[INFO] [stdout]    --> src/compact.rs:139:13
[INFO] [stdout]     |
[INFO] [stdout] 139 |         let cup = Cup::new(agent);
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_cup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cap`
[INFO] [stdout]    --> src/compact.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |         let cap = Cap::new(agent);
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_cap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dual`
[INFO] [stdout]    --> src/compact.rs:151:13
[INFO] [stdout]     |
[INFO] [stdout] 151 |         let dual = DualAgent::dual(agent);
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_dual`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `agent_a`
[INFO] [stdout]    --> src/compact.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |         agent_a: &Agent,
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_agent_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `agent_b`
[INFO] [stdout]    --> src/compact.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |         agent_b: &Agent,
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_agent_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ComplexField`
[INFO] [stdout]  --> src/symplectic.rs:7:34
[INFO] [stdout]   |
[INFO] [stdout] 7 | use nalgebra::{DMatrix, DVector, ComplexField};
[INFO] [stdout]   |                                  ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> src/functor.rs:224:13
[INFO] [stdout]     |
[INFO] [stdout] 224 |         let m = SymplecticManifold::canonical(2, "T*R");
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `manifold`
[INFO] [stdout]    --> src/natural.rs:100:19
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn energy(manifold: &SymplecticManifold) -> Self {
[INFO] [stdout]     |                   ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_manifold`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `source_agent`
[INFO] [stdout]   --> src/adjunction.rs:99:13
[INFO] [stdout]    |
[INFO] [stdout] 99 |         let source_agent = self.map_object(source_state);
[INFO] [stdout]    |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_source_agent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `target_agent`
[INFO] [stdout]    --> src/adjunction.rs:100:13
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let target_agent = self.map_object(target_state);
[INFO] [stdout]     |             ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_target_agent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `obs_agent`
[INFO] [stdout]    --> src/adjunction.rs:226:13
[INFO] [stdout]     |
[INFO] [stdout] 226 |         let obs_agent = self.obs.map_object(state);
[INFO] [stdout]     |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_obs_agent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sigma_bc`
[INFO] [stdout]    --> src/monoidal.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |         sigma_bc: &Braiding,
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sigma_bc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dim_c`
[INFO] [stdout]    --> src/monoidal.rs:195:9
[INFO] [stdout]     |
[INFO] [stdout] 195 |         dim_c: usize,
[INFO] [stdout]     |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_dim_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `a2`
[INFO] [stdout]    --> src/monoidal.rs:326:13
[INFO] [stdout]     |
[INFO] [stdout] 326 |         let a2 = Agent::new(2, vec![], "A2");
[INFO] [stdout]     |             ^^ help: if this is intentional, prefix it with an underscore: `_a2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `b2`
[INFO] [stdout]    --> src/monoidal.rs:328:13
[INFO] [stdout]     |
[INFO] [stdout] 328 |         let b2 = Agent::new(2, vec![], "B2");
[INFO] [stdout]     |             ^^ help: if this is intentional, prefix it with an underscore: `_b2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dual_agent`
[INFO] [stdout]   --> src/compact.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let dual_agent = Agent::new(
[INFO] [stdout]    |             ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dual_agent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cup`
[INFO] [stdout]    --> src/compact.rs:139:13
[INFO] [stdout]     |
[INFO] [stdout] 139 |         let cup = Cup::new(agent);
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_cup`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cap`
[INFO] [stdout]    --> src/compact.rs:140:13
[INFO] [stdout]     |
[INFO] [stdout] 140 |         let cap = Cap::new(agent);
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_cap`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dual`
[INFO] [stdout]    --> src/compact.rs:151:13
[INFO] [stdout]     |
[INFO] [stdout] 151 |         let dual = DualAgent::dual(agent);
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_dual`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `agent_a`
[INFO] [stdout]    --> src/compact.rs:161:9
[INFO] [stdout]     |
[INFO] [stdout] 161 |         agent_a: &Agent,
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_agent_a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `agent_b`
[INFO] [stdout]    --> src/compact.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |         agent_b: &Agent,
[INFO] [stdout]     |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_agent_b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> src/application.rs:193:13
[INFO] [stdout]     |
[INFO] [stdout] 193 |         let m = SymplecticManifold::canonical(2, "T*R");
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> src/application.rs:212:13
[INFO] [stdout]     |
[INFO] [stdout] 212 |         let m = SymplecticManifold::canonical(2, "T*R");
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `mono`
[INFO] [stdout]    --> src/application.rs:277:13
[INFO] [stdout]     |
[INFO] [stdout] 277 |         let mono = MonoidalAgent::tensor(&a, &b);
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_mono`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.11s
[INFO] running `Command { std: "docker" "inspect" "355d90d90224bd32609537760230d8361c80d5aa2b1dd9af4165d270c816eae6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "355d90d90224bd32609537760230d8361c80d5aa2b1dd9af4165d270c816eae6", kill_on_drop: false }`
[INFO] [stdout] 355d90d90224bd32609537760230d8361c80d5aa2b1dd9af4165d270c816eae6
