[INFO] cloning repository https://github.com/AlexandreGac/moteur-physique
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AlexandreGac/moteur-physique" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexandreGac%2Fmoteur-physique", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexandreGac%2Fmoteur-physique'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e00eed08933d37c4bb17d471ef1b68024ddf90a3
[INFO] checking AlexandreGac/moteur-physique against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexandreGac%2Fmoteur-physique" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AlexandreGac/moteur-physique
[INFO] finished tweaking git repo https://github.com/AlexandreGac/moteur-physique
[INFO] tweaked toml for git repo https://github.com/AlexandreGac/moteur-physique written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AlexandreGac/moteur-physique on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AlexandreGac/moteur-physique 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `physics_engine` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-5-tc1/source/target/.../physics_engine
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `physics-engine`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:8:8
[INFO] [stderr]    |
[INFO] [stderr]  8 - name = "physics_engine"
[INFO] [stderr]  8 + name = "physics-engine"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `physics-engine`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:9:19
[INFO] [stderr]    |
[INFO] [stderr]  9 ~ version = "0.1.0"
[INFO] [stderr] 10 + [[bin]]
[INFO] [stderr] 11 + name = "physics-engine"
[INFO] [stderr] 12 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `physics_engine` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded piston_window v0.131.0
[INFO] [stderr]   Downloaded shader_version v0.7.0
[INFO] [stderr]   Downloaded pistoncore-glutin_window v0.72.0
[INFO] [stderr]   Downloaded piston-graphics_api_version v1.0.1
[INFO] [stderr]   Downloaded pistoncore-window v1.0.0
[INFO] [stderr]   Downloaded piston-viewport v1.0.2
[INFO] [stderr]   Downloaded glutin_egl_sys v0.5.1
[INFO] [stderr]   Downloaded read_color v1.0.0
[INFO] [stderr]   Downloaded jobserver v0.1.30
[INFO] [stderr]   Downloaded gl v0.13.0
[INFO] [stderr]   Downloaded piston-texture v0.9.0
[INFO] [stderr]   Downloaded interpolation v0.3.0
[INFO] [stderr]   Downloaded piston-shaders_graphics2d v0.4.0
[INFO] [stderr]   Downloaded piston-gfx_texture v0.44.0
[INFO] [stderr]   Downloaded pistoncore-input v1.0.1
[INFO] [stderr]   Downloaded piston2d-graphics v0.44.0
[INFO] [stderr]   Downloaded ab_glyph v0.2.25
[INFO] [stderr]   Downloaded spin_sleep v1.2.0
[INFO] [stderr]   Downloaded draw_state v0.8.0
[INFO] [stderr]   Downloaded piston2d-gfx_graphics v0.80.0
[INFO] [stderr]   Downloaded glutin v0.30.10
[INFO] [stderr]   Downloaded gfx v0.18.3
[INFO] [stderr]   Downloaded gfx_core v0.9.2
[INFO] [stderr]   Downloaded piston v0.55.0
[INFO] [stderr]   Downloaded pistoncore-event_loop v0.55.0
[INFO] [stderr]   Downloaded gfx_gl v0.6.1
[INFO] [stderr]   Downloaded syn v2.0.52
[INFO] [stderr]   Downloaded num-complex v0.4.5
[INFO] [stderr]   Downloaded gfx_device_gl v0.16.2
[INFO] [stderr]   Downloaded safe_arch v0.7.1
[INFO] [stderr]   Downloaded wide v0.7.15
[INFO] [stderr]   Downloaded parry2d-f64 v0.13.7
[INFO] [stderr]   Downloaded nalgebra v0.32.4
[INFO] [stderr]   Downloaded spade v2.6.0
[INFO] [stderr]   Downloaded robust v1.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bdb71aec9e0fa4ed23f48cfa5900beb023c74ae0a2f2dd3395c703e95137dd04
[INFO] running `Command { std: "docker" "start" "bdb71aec9e0fa4ed23f48cfa5900beb023c74ae0a2f2dd3395c703e95137dd04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bdb71aec9e0fa4ed23f48cfa5900beb023c74ae0a2f2dd3395c703e95137dd04", 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" "bdb71aec9e0fa4ed23f48cfa5900beb023c74ae0a2f2dd3395c703e95137dd04" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bdb71aec9e0fa4ed23f48cfa5900beb023c74ae0a2f2dd3395c703e95137dd04", 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" "bdb71aec9e0fa4ed23f48cfa5900beb023c74ae0a2f2dd3395c703e95137dd04" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `physics_engine` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../physics_engine
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `physics-engine`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:8:8
[INFO] [stderr]    |
[INFO] [stderr]  8 - name = "physics_engine"
[INFO] [stderr]  8 + name = "physics-engine"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `physics-engine`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:9:19
[INFO] [stderr]    |
[INFO] [stderr]  9 ~ version = "0.1.0"
[INFO] [stderr] 10 + [[bin]]
[INFO] [stderr] 11 + name = "physics-engine"
[INFO] [stderr] 12 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `physics_engine` (manifest) generated 1 warning
[INFO] [stderr]    Compiling xml-rs v0.8.20
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]     Checking bytemuck v1.14.3
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]     Checking piston-float v1.0.1
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.1
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]     Checking piston-viewport v1.0.2
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking piston-graphics_api_version v1.0.1
[INFO] [stderr]     Checking owned_ttf_parser v0.20.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking draw_state v0.8.0
[INFO] [stderr]    Compiling wayland-sys v0.30.1
[INFO] [stderr]    Compiling glutin v0.30.10
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking ab_glyph v0.2.25
[INFO] [stderr]     Checking ttf-parser v0.15.2
[INFO] [stderr]     Checking tiny-skia-path v0.8.4
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking safe_arch v0.7.1
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]     Checking gfx_core v0.9.2
[INFO] [stderr]     Checking qoi v0.4.1
[INFO] [stderr]    Compiling glutin-winit v0.3.0
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking exr v1.72.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]     Checking piston-texture v0.9.0
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking wide v0.7.15
[INFO] [stderr]     Checking shader_version v0.7.0
[INFO] [stderr]     Checking vecmath v1.0.0
[INFO] [stderr]     Checking spin_sleep v1.2.0
[INFO] [stderr]     Checking tiny-skia v0.8.4
[INFO] [stderr]     Checking interpolation v0.3.0
[INFO] [stderr]     Checking read_color v1.0.0
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking robust v1.1.0
[INFO] [stderr]     Checking piston-shaders_graphics2d v0.4.0
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling gl_generator v0.13.1
[INFO] [stderr]     Checking gfx v0.18.3
[INFO] [stderr]     Checking owned_ttf_parser v0.15.2
[INFO] [stderr]     Checking rusttype v0.9.3
[INFO] [stderr]    Compiling gl v0.13.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.5.1
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]    Compiling glutin_glx_sys v0.4.0
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]    Compiling gfx_gl v0.6.1
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-complex v0.4.5
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking piston2d-graphics v0.44.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]     Checking simba v0.8.1
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking spade v2.6.0
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]    Compiling winit v0.28.7
[INFO] [stderr]     Checking jpeg-decoder v0.3.1
[INFO] [stderr]     Checking thiserror v1.0.58
[INFO] [stderr]     Checking calloop v0.10.6
[INFO] [stderr]     Checking tiff v0.9.1
[INFO] [stderr]     Checking gfx_device_gl v0.16.2
[INFO] [stderr]    Compiling nalgebra-macros v0.2.1
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking pistoncore-input v1.0.1
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking pistoncore-window v1.0.0
[INFO] [stderr]     Checking pistoncore-event_loop v0.55.0
[INFO] [stderr]     Checking piston v0.55.0
[INFO] [stderr]     Checking nalgebra v0.32.4
[INFO] [stderr]     Checking piston-gfx_texture v0.44.0
[INFO] [stderr]     Checking piston2d-gfx_graphics v0.80.0
[INFO] [stderr]     Checking parry2d-f64 v0.13.7
[INFO] [stderr]     Checking sctk-adwaita v0.5.4
[INFO] [stderr]     Checking pistoncore-glutin_window v0.72.0
[INFO] [stderr]     Checking piston_window v0.131.0
[INFO] [stderr]     Checking physics_engine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Vector2`
[INFO] [stdout]  --> src/solver.rs:4:34
[INFO] [stdout]   |
[INFO] [stdout] 4 | use nalgebra::{DMatrix, DVector, Vector2, Vector3};
[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: `Vector2`
[INFO] [stdout]  --> src/main.rs:7:35
[INFO] [stdout]   |
[INFO] [stdout] 7 | use nalgebra::{Isometry2, Point2, Vector2};
[INFO] [stdout]   |                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::constraints::Constraint`
[INFO] [stdout]   --> src/main.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::constraints::Constraint;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Vector2`
[INFO] [stdout]  --> src/solver.rs:4:34
[INFO] [stdout]   |
[INFO] [stdout] 4 | use nalgebra::{DMatrix, DVector, Vector2, Vector3};
[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: `Vector2`
[INFO] [stdout]  --> src/main.rs:7:35
[INFO] [stdout]   |
[INFO] [stdout] 7 | use nalgebra::{Isometry2, Point2, Vector2};
[INFO] [stdout]   |                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::constraints::Constraint`
[INFO] [stdout]   --> src/main.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::constraints::Constraint;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/constraints.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |             _ => todo!("Pas encore implémenté !")
[INFO] [stdout]    |             ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> src/constraints.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 40 |             Constraint::Distance { index, local, pin } => {
[INFO] [stdout]    |             ------------------------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 50 |             Constraint::Link { index_1, index_2, local_1, local_2 } => {
[INFO] [stdout]    |             ------------------------------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 69 |             _ => todo!("Pas encore implémenté !")
[INFO] [stdout]    |             ^ collectively making this unreachable
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/constraints.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |             _ => todo!("Pas encore implémenté !")
[INFO] [stdout]    |             ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]   --> src/constraints.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 40 |             Constraint::Distance { index, local, pin } => {
[INFO] [stdout]    |             ------------------------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 50 |             Constraint::Link { index_1, index_2, local_1, local_2 } => {
[INFO] [stdout]    |             ------------------------------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 69 |             _ => todo!("Pas encore implémenté !")
[INFO] [stdout]    |             ^ collectively making this unreachable
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/constraints.rs:110:13
[INFO] [stdout]     |
[INFO] [stdout] 110 |             _ => todo!("Pas encore implémenté !")
[INFO] [stdout]     |             ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/constraints.rs:110:13
[INFO] [stdout]     |
[INFO] [stdout]  78 |             Constraint::Distance { index, local, pin } => {
[INFO] [stdout]     |             ------------------------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout]  89 |             Constraint::Link { index_1, index_2, local_1, local_2 } => {
[INFO] [stdout]     |             ------------------------------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 110 |             _ => todo!("Pas encore implémenté !")
[INFO] [stdout]     |             ^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/constraints.rs:110:13
[INFO] [stdout]     |
[INFO] [stdout] 110 |             _ => todo!("Pas encore implémenté !")
[INFO] [stdout]     |             ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/constraints.rs:110:13
[INFO] [stdout]     |
[INFO] [stdout]  78 |             Constraint::Distance { index, local, pin } => {
[INFO] [stdout]     |             ------------------------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout]  89 |             Constraint::Link { index_1, index_2, local_1, local_2 } => {
[INFO] [stdout]     |             ------------------------------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 110 |             _ => todo!("Pas encore implémenté !")
[INFO] [stdout]     |             ^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/constraints.rs:172:13
[INFO] [stdout]     |
[INFO] [stdout] 172 |             _ => {}
[INFO] [stdout]     |             ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/constraints.rs:172:13
[INFO] [stdout]     |
[INFO] [stdout] 118 |             Constraint::Distance { index, local, pin } => {
[INFO] [stdout]     |             ------------------------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 144 |             Constraint::Link { index_1, index_2, local_1, local_2 } => {
[INFO] [stdout]     |             ------------------------------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 172 |             _ => {}
[INFO] [stdout]     |             ^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/constraints.rs:172:13
[INFO] [stdout]     |
[INFO] [stdout] 172 |             _ => {}
[INFO] [stdout]     |             ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> src/constraints.rs:172:13
[INFO] [stdout]     |
[INFO] [stdout] 118 |             Constraint::Distance { index, local, pin } => {
[INFO] [stdout]     |             ------------------------------------------ matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 144 |             Constraint::Link { index_1, index_2, local_1, local_2 } => {
[INFO] [stdout]     |             ------------------------------------------------------- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 172 |             _ => {}
[INFO] [stdout]     |             ^ collectively making this unreachable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_constraint` is never used
[INFO] [stdout]    --> src/solver.rs:326:12
[INFO] [stdout]     |
[INFO] [stdout] 312 | impl SolverBuilder {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 326 |     pub fn add_constraint(mut self, constraint: Constraint) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Distance` and `Link` are never constructed
[INFO] [stdout]   --> src/constraints.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub enum Constraint {
[INFO] [stdout]    |          ---------- variants in this enum
[INFO] [stdout] 10 |     Distance {
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     Link {
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `create_distance_constraint` and `create_link_constraint` are never used
[INFO] [stdout]   --> src/constraints.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl Constraint {
[INFO] [stdout]    | --------------- associated functions in this implementation
[INFO] [stdout] 24 |
[INFO] [stdout] 25 |     pub fn create_distance_constraint(index: Index, local: Vector2<Real>, pin: Vector2<Real>) -> Constraint {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn create_link_constraint(index_1: Index, index_2: Index, local_1: Vector2<Real>, local_2: Vector2<Real>) -> Constraint {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `add_constraint` is never used
[INFO] [stdout]    --> src/solver.rs:326:12
[INFO] [stdout]     |
[INFO] [stdout] 312 | impl SolverBuilder {
[INFO] [stdout]     | ------------------ method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 326 |     pub fn add_constraint(mut self, constraint: Constraint) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Distance` and `Link` are never constructed
[INFO] [stdout]   --> src/constraints.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub enum Constraint {
[INFO] [stdout]    |          ---------- variants in this enum
[INFO] [stdout] 10 |     Distance {
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     Link {
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `create_distance_constraint` and `create_link_constraint` are never used
[INFO] [stdout]   --> src/constraints.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl Constraint {
[INFO] [stdout]    | --------------- associated functions in this implementation
[INFO] [stdout] 24 |
[INFO] [stdout] 25 |     pub fn create_distance_constraint(index: Index, local: Vector2<Real>, pin: Vector2<Real>) -> Constraint {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 |     pub fn create_link_constraint(index_1: Index, index_2: Index, local_1: Vector2<Real>, local_2: Vector2<Real>) -> Constraint {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.25s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: glutin v0.30.10, glutin-winit v0.3.0, winit v0.28.7
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "bdb71aec9e0fa4ed23f48cfa5900beb023c74ae0a2f2dd3395c703e95137dd04", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bdb71aec9e0fa4ed23f48cfa5900beb023c74ae0a2f2dd3395c703e95137dd04", kill_on_drop: false }`
[INFO] [stdout] bdb71aec9e0fa4ed23f48cfa5900beb023c74ae0a2f2dd3395c703e95137dd04
