[INFO] fetching crate mosekcomodel 0.4.3...
[INFO] testing mosekcomodel-0.4.3 against 1.90.0 for beta-1.91-2
[INFO] extracting crate mosekcomodel 0.4.3 into /workspace/builds/worker-2-tc1/source
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate mosekcomodel 0.4.3
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate mosekcomodel 0.4.3
[INFO] tweaked toml for crates.io crate mosekcomodel 0.4.3 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mosekcomodel 0.4.3 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mosekcomodel 0.4.3 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mosek v11.0.16
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 42b86c46f6970300e608c00fb0f5ea174cf6021e37ceeaafca27dd648f088ca0
[INFO] running `Command { std: "docker" "start" "-a" "42b86c46f6970300e608c00fb0f5ea174cf6021e37ceeaafca27dd648f088ca0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "42b86c46f6970300e608c00fb0f5ea174cf6021e37ceeaafca27dd648f088ca0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42b86c46f6970300e608c00fb0f5ea174cf6021e37ceeaafca27dd648f088ca0", kill_on_drop: false }`
[INFO] [stdout] 42b86c46f6970300e608c00fb0f5ea174cf6021e37ceeaafca27dd648f088ca0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] abb7c118a7bdda707666a546ce5766b61fe994ebb786f094abc7bb0cb0c0ed39
[INFO] running `Command { std: "docker" "start" "-a" "abb7c118a7bdda707666a546ce5766b61fe994ebb786f094abc7bb0cb0c0ed39", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling mosek v11.0.16
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling mosekcomodel v0.4.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/domain/mod.rs:267:45
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 *shape.get(d).ok_or_else(|| ("Invalid cone dimension index for this shape".to_string()))?
[INFO] [stdout]     |                                             ^                                                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 267 -                 *shape.get(d).ok_or_else(|| ("Invalid cone dimension index for this shape".to_string()))?
[INFO] [stdout] 267 +                 *shape.get(d).ok_or_else(|| "Invalid cone dimension index for this shape".to_string())?
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/expr/eval.rs:45:32
[INFO] [stdout]    |
[INFO] [stdout] 45 |             .filter(|(&i,_,_)| (i < last && 
[INFO] [stdout]    |                                ^
[INFO] [stdout] ...
[INFO] [stdout] 49 |                                  ( anti && index <  0 && d-i%d + absidx == i/d))))
[INFO] [stdout]    |                                                                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 ~             .filter(|(&i,_,_)| i < last && 
[INFO] [stdout] 46 |                                 (((!anti) && index >= 0 && i%d == i/d + absidx) ||
[INFO] [stdout] 47 |                                  ((!anti) && index <  0 && i%d - absidx == i/d) || 
[INFO] [stdout] 48 |                                  ( anti && index >= 0 && d-i%d - absidx == i/d) || 
[INFO] [stdout] 49 ~                                  ( anti && index <  0 && d-i%d + absidx == i/d)))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/expr/eval.rs:58:36
[INFO] [stdout]    |
[INFO] [stdout] 58 |                 .filter(|(&i,_,_)| (i < last && 
[INFO] [stdout]    |                                    ^
[INFO] [stdout] ...
[INFO] [stdout] 62 |                                      ( anti && index <  0 && d-i%d + absidx == i/d))))
[INFO] [stdout]    |                                                                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 58 ~                 .filter(|(&i,_,_)| i < last && 
[INFO] [stdout] 59 |                                     ((!anti && index >= 0 && i%d == i/d + absidx) ||
[INFO] [stdout] 60 |                                      (!anti && index <  0 && i%d - absidx == i/d) || 
[INFO] [stdout] 61 |                                      ( anti && index >= 0 && d-i%d - absidx == i/d) || 
[INFO] [stdout] 62 ~                                      ( anti && index <  0 && d-i%d + absidx == i/d)))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/expr/eval.rs:74:36
[INFO] [stdout]    |
[INFO] [stdout] 74 |                 .filter(|(&i,_,_)| (i < last && 
[INFO] [stdout]    |                                    ^
[INFO] [stdout] ...
[INFO] [stdout] 78 |                                      ( anti && index <  0 && d-i%d + absidx == i/d))))
[INFO] [stdout]    |                                                                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 74 ~                 .filter(|(&i,_,_)| i < last && 
[INFO] [stdout] 75 |                                     ((!anti && index >= 0 && i%d == i/d + absidx) ||
[INFO] [stdout] 76 |                                      (!anti && index <  0 && i%d - absidx == i/d) || 
[INFO] [stdout] 77 |                                      ( anti && index >= 0 && d-i%d - absidx == i/d) || 
[INFO] [stdout] 78 ~                                      ( anti && index <  0 && d-i%d + absidx == i/d)))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `itertools::Chunk`
[INFO] [stdout]  --> src/utils/iter.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use itertools::Chunk;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DJCDomainTrait`, `DJCModelTrait`, `ModelWithIntSolutionCallback`, `ModelWithLogCallback`, `PSDModelTrait`, and `VectorConeModelTrait`
[INFO] [stdout]  --> src/optserver/mod.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::model::{DJCDomainTrait, DJCModelTrait, ModelWithIntSolutionCallback, ModelWithLogCallback, PSDModelTrait, VectorConeModelTrait};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PermuteByMutEx`
[INFO] [stdout]  --> src/optserver/mod.rs:7:56
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::utils::iter::{ChunksByIterExt, PermuteByEx, PermuteByMutEx};
[INFO] [stdout]   |                                                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `iproduct`
[INFO] [stdout]  --> src/optserver/mod.rs:8:17
[INFO] [stdout]   |
[INFO] [stdout] 8 | use itertools::{iproduct, izip};
[INFO] [stdout]   |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `write`
[INFO] [stdout]   --> src/optserver/mod.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::fs::{write, File};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/model/mod.rs:390:52
[INFO] [stdout]     |
[INFO] [stdout] 390 |     pub fn set_int_solution_callback<F>(&mut self, mut func : F) where F : 'static+FnMut(&IntSolutionManager), T : 'static+ModelWithIntSo...
[INFO] [stdout]     |                                                    ----^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:190:10
[INFO] [stdout]     |
[INFO] [stdout] 190 |          name  : Option<&str>,
[INFO] [stdout]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:253:10
[INFO] [stdout]     |
[INFO] [stdout] 253 |          name : Option<&str>, 
[INFO] [stdout]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `lastcon`
[INFO] [stdout]    --> src/dummy.rs:407:13
[INFO] [stdout]     |
[INFO] [stdout] 407 |         let lastcon = firstcon+n;
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_lastcon`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `con0`
[INFO] [stdout]    --> src/dummy.rs:421:13
[INFO] [stdout]     |
[INFO] [stdout] 421 |         let con0 = self.cons.len();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_con0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:387:9
[INFO] [stdout]     |
[INFO] [stdout] 387 |         name   : Option<&str>, 
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:439:51
[INFO] [stdout]     |
[INFO] [stdout] 439 |     fn conic_variable<const N : usize>(&mut self, name : Option<&str>,dom : VectorDomain<N,D>) -> Result<Variable<N>,String> {
[INFO] [stdout]     |                                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/dummy.rs:499:13
[INFO] [stdout]     |
[INFO] [stdout] 499 |         for i in 0..ncones {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:477:49
[INFO] [stdout]     |
[INFO] [stdout] 477 |     fn psd_variable<const N : usize>(&mut self, name : Option<&str>, dom : PSDDomain<N>) -> Result<Variable<N>,String> {
[INFO] [stdout]     |                                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:536:52
[INFO] [stdout]     |
[INFO] [stdout] 536 |     fn psd_constraint<const N : usize>(& mut self, name : Option<&str>, dom : PSDDomain<N>,shape : &[usize], ptr : &[usize], subj : &[usi...
[INFO] [stdout]     |                                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dom`
[INFO] [stdout]    --> src/dummy.rs:536:73
[INFO] [stdout]     |
[INFO] [stdout] 536 | ... mut self, name : Option<&str>, dom : PSDDomain<N>,shape : &[usize], ptr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constrai...
[INFO] [stdout]     |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_dom`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shape`
[INFO] [stdout]    --> src/dummy.rs:536:92
[INFO] [stdout]     |
[INFO] [stdout] 536 | ...ion<&str>, dom : PSDDomain<N>,shape : &[usize], ptr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constraint<N>,String> {
[INFO] [stdout]     |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ptr`
[INFO] [stdout]    --> src/dummy.rs:536:110
[INFO] [stdout]     |
[INFO] [stdout] 536 | ... PSDDomain<N>,shape : &[usize], ptr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constraint<N>,String> {
[INFO] [stdout]     |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `subj`
[INFO] [stdout]    --> src/dummy.rs:536:126
[INFO] [stdout]     |
[INFO] [stdout] 536 | ...pe : &[usize], ptr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constraint<N>,String> {
[INFO] [stdout]     |                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_subj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cof`
[INFO] [stdout]    --> src/dummy.rs:536:143
[INFO] [stdout]     |
[INFO] [stdout] 536 | ...tr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constraint<N>,String> {
[INFO] [stdout]     |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_cof`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `first_a_row`
[INFO] [stdout]    --> src/dummy.rs:573:13
[INFO] [stdout]     |
[INFO] [stdout] 573 |         let first_a_row = self.a_ptr.len();
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_first_a_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shape`
[INFO] [stdout]    --> src/dummy.rs:586:28
[INFO] [stdout]     |
[INFO] [stdout] 586 |             let (ct,offset,shape,conedim) = dom.extract();
[INFO] [stdout]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `conedim`
[INFO] [stdout]    --> src/dummy.rs:586:34
[INFO] [stdout]     |
[INFO] [stdout] 586 |             let (ct,offset,shape,conedim) = dom.extract();
[INFO] [stdout]     |                                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_conedim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:568:20
[INFO] [stdout]     |
[INFO] [stdout] 568 |                    name : Option<&str>, 
[INFO] [stdout]     |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `headers_begin`
[INFO] [stdout]    --> src/optserver/http.rs:256:13
[INFO] [stdout]     |
[INFO] [stdout] 256 |         let headers_begin = buf.iter().enumerate().find(|c| *c.1 == b'\n').unwrap().1+1;
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_headers_begin`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/optserver/http.rs:246:82
[INFO] [stdout]     |
[INFO] [stdout] 246 |                 while let Some(p) = buf[lastcrlfpos..].iter().enumerate().find(|(i,&b)| b == b'\n').map(|(i,_)| i) {
[INFO] [stdout]     |                                                                                  ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `content_length`
[INFO] [stdout]    --> src/optserver/http.rs:367:21
[INFO] [stdout]     |
[INFO] [stdout] 367 |         if let Some(content_length) = content_length {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/optserver/mod.rs:198:10
[INFO] [stdout]     |
[INFO] [stdout] 198 |          name  : Option<&str>,
[INFO] [stdout]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/optserver/mod.rs:261:10
[INFO] [stdout]     |
[INFO] [stdout] 261 |          name : Option<&str>, 
[INFO] [stdout]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rescode` is assigned to, but never used
[INFO] [stdout]    --> src/optserver/mod.rs:370:17
[INFO] [stdout]     |
[INFO] [stdout] 370 |         let mut rescode = None;
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_rescode` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `rescode` is never read
[INFO] [stdout]    --> src/optserver/mod.rs:383:21
[INFO] [stdout]     |
[INFO] [stdout] 383 |                     rescode = Some(r.to_string());
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `k`
[INFO] [stdout]    --> src/optserver/mod.rs:391:26
[INFO] [stdout]     |
[INFO] [stdout] 391 |             if let Some((k,JSON::Dict(d))) = d.0.iter().find(|kv| kv.0.as_str() == "Task/solutions") {
[INFO] [stdout]     |                          ^ help: if this is intentional, prefix it with an underscore: `_k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]    --> src/model/mod.rs:363:8
[INFO] [stdout]     |
[INFO] [stdout] 349 | impl<T> ModelAPI<T> where T : BaseModelTrait {
[INFO] [stdout]     | -------------------------------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 363 |     fn from(inner : T) -> ModelAPI<T> { 
[INFO] [stdout]     |        ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lb` and `ub` are never read
[INFO] [stdout]   --> src/dummy.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     Linear{lb:f64,ub:f64},
[INFO] [stdout]    |     ------ ^^     ^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Element` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `coneidx`, `offset`, and `b` are never read
[INFO] [stdout]   --> src/dummy.rs:54:11
[INFO] [stdout]    |
[INFO] [stdout] 54 |     Conic{coneidx:usize,offset:usize,b:f64},
[INFO] [stdout]    |     ----- ^^^^^^^       ^^^^^^       ^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Element` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `djc_clause_ptr` are never read
[INFO] [stdout]   --> src/dummy.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct Backend {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 61 |     name : Option<String>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |     djc_clause_ptr : Vec<usize>,  // index into djc_dom, djc_a_row
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `con_names` is never read
[INFO] [stdout]   --> src/optserver/mod.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct Backend {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 60 |     con_names     : Vec<Option<String>>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `proto_ver` is never read
[INFO] [stdout]   --> src/optserver/http.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Response<'a,T> where T : Read {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 17 |     proto_ver :(u8,u8),
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `get`, `put`, `head`, `content_length`, `submit_empty`, and `submit_data` are never used
[INFO] [stdout]    --> src/optserver/http.rs:143:12
[INFO] [stdout]     |
[INFO] [stdout] 132 | impl Request {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 143 |     pub fn get(path : &str)  -> Request { Request::new("GET",path) }
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 144 |     pub fn put(path : &str)  -> Request { Request::new("PUT",path) }
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 145 |     pub fn post(path : &str) -> Request { Request::new("POST", path) }
[INFO] [stdout] 146 |     pub fn head(path : &str) -> Request { Request::new("PUT", path) }
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 147 |
[INFO] [stdout] 148 |     pub fn content_length(mut self, size : usize) -> Self{
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 173 |     pub fn submit_empty<'a,T>(mut self, s : &'a mut T) -> Result<Response<'a,T>,String> 
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |     pub fn submit_data<'a,T>(mut self, s : &'a mut T, data : &[u8]) -> Result<Response<'a,T>,String> 
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/mod.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn iter(&self) -> std::slice::Iter<usize> { self.strides.iter() }
[INFO] [stdout]    |                 ^^^^^     ----------------------- the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn iter(&self) -> std::slice::Iter<'_, usize> { self.strides.iter() }
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.94s
[INFO] running `Command { std: "docker" "inspect" "abb7c118a7bdda707666a546ce5766b61fe994ebb786f094abc7bb0cb0c0ed39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "abb7c118a7bdda707666a546ce5766b61fe994ebb786f094abc7bb0cb0c0ed39", kill_on_drop: false }`
[INFO] [stdout] abb7c118a7bdda707666a546ce5766b61fe994ebb786f094abc7bb0cb0c0ed39
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 975ee530fb8367cc57c0e5ae8d8241eafac9af92ec0ca6ca16c592708a67db10
[INFO] running `Command { std: "docker" "start" "-a" "975ee530fb8367cc57c0e5ae8d8241eafac9af92ec0ca6ca16c592708a67db10", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/domain/mod.rs:267:45
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 *shape.get(d).ok_or_else(|| ("Invalid cone dimension index for this shape".to_string()))?
[INFO] [stdout]     |                                             ^                                                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 267 -                 *shape.get(d).ok_or_else(|| ("Invalid cone dimension index for this shape".to_string()))?
[INFO] [stdout] 267 +                 *shape.get(d).ok_or_else(|| "Invalid cone dimension index for this shape".to_string())?
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/expr/eval.rs:45:32
[INFO] [stdout]    |
[INFO] [stdout] 45 |             .filter(|(&i,_,_)| (i < last && 
[INFO] [stdout]    |                                ^
[INFO] [stdout] ...
[INFO] [stdout] 49 |                                  ( anti && index <  0 && d-i%d + absidx == i/d))))
[INFO] [stdout]    |                                                                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 ~             .filter(|(&i,_,_)| i < last && 
[INFO] [stdout] 46 |                                 (((!anti) && index >= 0 && i%d == i/d + absidx) ||
[INFO] [stdout] 47 |                                  ((!anti) && index <  0 && i%d - absidx == i/d) || 
[INFO] [stdout] 48 |                                  ( anti && index >= 0 && d-i%d - absidx == i/d) || 
[INFO] [stdout] 49 ~                                  ( anti && index <  0 && d-i%d + absidx == i/d)))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/expr/eval.rs:58:36
[INFO] [stdout]    |
[INFO] [stdout] 58 |                 .filter(|(&i,_,_)| (i < last && 
[INFO] [stdout]    |                                    ^
[INFO] [stdout] ...
[INFO] [stdout] 62 |                                      ( anti && index <  0 && d-i%d + absidx == i/d))))
[INFO] [stdout]    |                                                                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 58 ~                 .filter(|(&i,_,_)| i < last && 
[INFO] [stdout] 59 |                                     ((!anti && index >= 0 && i%d == i/d + absidx) ||
[INFO] [stdout] 60 |                                      (!anti && index <  0 && i%d - absidx == i/d) || 
[INFO] [stdout] 61 |                                      ( anti && index >= 0 && d-i%d - absidx == i/d) || 
[INFO] [stdout] 62 ~                                      ( anti && index <  0 && d-i%d + absidx == i/d)))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/expr/eval.rs:74:36
[INFO] [stdout]    |
[INFO] [stdout] 74 |                 .filter(|(&i,_,_)| (i < last && 
[INFO] [stdout]    |                                    ^
[INFO] [stdout] ...
[INFO] [stdout] 78 |                                      ( anti && index <  0 && d-i%d + absidx == i/d))))
[INFO] [stdout]    |                                                                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 74 ~                 .filter(|(&i,_,_)| i < last && 
[INFO] [stdout] 75 |                                     ((!anti && index >= 0 && i%d == i/d + absidx) ||
[INFO] [stdout] 76 |                                      (!anti && index <  0 && i%d - absidx == i/d) || 
[INFO] [stdout] 77 |                                      ( anti && index >= 0 && d-i%d - absidx == i/d) || 
[INFO] [stdout] 78 ~                                      ( anti && index <  0 && d-i%d + absidx == i/d)))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `itertools::Chunk`
[INFO] [stdout]  --> src/utils/iter.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use itertools::Chunk;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DJCDomainTrait`, `DJCModelTrait`, `ModelWithIntSolutionCallback`, `ModelWithLogCallback`, `PSDModelTrait`, and `VectorConeModelTrait`
[INFO] [stdout]  --> src/optserver/mod.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::model::{DJCDomainTrait, DJCModelTrait, ModelWithIntSolutionCallback, ModelWithLogCallback, PSDModelTrait, VectorConeModelTrait};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PermuteByMutEx`
[INFO] [stdout]  --> src/optserver/mod.rs:7:56
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::utils::iter::{ChunksByIterExt, PermuteByEx, PermuteByMutEx};
[INFO] [stdout]   |                                                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `iproduct`
[INFO] [stdout]  --> src/optserver/mod.rs:8:17
[INFO] [stdout]   |
[INFO] [stdout] 8 | use itertools::{iproduct, izip};
[INFO] [stdout]   |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `write`
[INFO] [stdout]   --> src/optserver/mod.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::fs::{write, File};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/model/mod.rs:390:52
[INFO] [stdout]     |
[INFO] [stdout] 390 |     pub fn set_int_solution_callback<F>(&mut self, mut func : F) where F : 'static+FnMut(&IntSolutionManager), T : 'static+ModelWithIntSo...
[INFO] [stdout]     |                                                    ----^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:190:10
[INFO] [stdout]     |
[INFO] [stdout] 190 |          name  : Option<&str>,
[INFO] [stdout]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:253:10
[INFO] [stdout]     |
[INFO] [stdout] 253 |          name : Option<&str>, 
[INFO] [stdout]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `lastcon`
[INFO] [stdout]    --> src/dummy.rs:407:13
[INFO] [stdout]     |
[INFO] [stdout] 407 |         let lastcon = firstcon+n;
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_lastcon`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `con0`
[INFO] [stdout]    --> src/dummy.rs:421:13
[INFO] [stdout]     |
[INFO] [stdout] 421 |         let con0 = self.cons.len();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_con0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:387:9
[INFO] [stdout]     |
[INFO] [stdout] 387 |         name   : Option<&str>, 
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:439:51
[INFO] [stdout]     |
[INFO] [stdout] 439 |     fn conic_variable<const N : usize>(&mut self, name : Option<&str>,dom : VectorDomain<N,D>) -> Result<Variable<N>,String> {
[INFO] [stdout]     |                                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/dummy.rs:499:13
[INFO] [stdout]     |
[INFO] [stdout] 499 |         for i in 0..ncones {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:477:49
[INFO] [stdout]     |
[INFO] [stdout] 477 |     fn psd_variable<const N : usize>(&mut self, name : Option<&str>, dom : PSDDomain<N>) -> Result<Variable<N>,String> {
[INFO] [stdout]     |                                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:536:52
[INFO] [stdout]     |
[INFO] [stdout] 536 |     fn psd_constraint<const N : usize>(& mut self, name : Option<&str>, dom : PSDDomain<N>,shape : &[usize], ptr : &[usize], subj : &[usi...
[INFO] [stdout]     |                                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dom`
[INFO] [stdout]    --> src/dummy.rs:536:73
[INFO] [stdout]     |
[INFO] [stdout] 536 | ... mut self, name : Option<&str>, dom : PSDDomain<N>,shape : &[usize], ptr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constrai...
[INFO] [stdout]     |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_dom`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shape`
[INFO] [stdout]    --> src/dummy.rs:536:92
[INFO] [stdout]     |
[INFO] [stdout] 536 | ...ion<&str>, dom : PSDDomain<N>,shape : &[usize], ptr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constraint<N>,String> {
[INFO] [stdout]     |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ptr`
[INFO] [stdout]    --> src/dummy.rs:536:110
[INFO] [stdout]     |
[INFO] [stdout] 536 | ... PSDDomain<N>,shape : &[usize], ptr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constraint<N>,String> {
[INFO] [stdout]     |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `subj`
[INFO] [stdout]    --> src/dummy.rs:536:126
[INFO] [stdout]     |
[INFO] [stdout] 536 | ...pe : &[usize], ptr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constraint<N>,String> {
[INFO] [stdout]     |                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_subj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cof`
[INFO] [stdout]    --> src/dummy.rs:536:143
[INFO] [stdout]     |
[INFO] [stdout] 536 | ...tr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constraint<N>,String> {
[INFO] [stdout]     |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_cof`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `first_a_row`
[INFO] [stdout]    --> src/dummy.rs:573:13
[INFO] [stdout]     |
[INFO] [stdout] 573 |         let first_a_row = self.a_ptr.len();
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_first_a_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shape`
[INFO] [stdout]    --> src/dummy.rs:586:28
[INFO] [stdout]     |
[INFO] [stdout] 586 |             let (ct,offset,shape,conedim) = dom.extract();
[INFO] [stdout]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `conedim`
[INFO] [stdout]    --> src/dummy.rs:586:34
[INFO] [stdout]     |
[INFO] [stdout] 586 |             let (ct,offset,shape,conedim) = dom.extract();
[INFO] [stdout]     |                                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_conedim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:568:20
[INFO] [stdout]     |
[INFO] [stdout] 568 |                    name : Option<&str>, 
[INFO] [stdout]     |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `headers_begin`
[INFO] [stdout]    --> src/optserver/http.rs:256:13
[INFO] [stdout]     |
[INFO] [stdout] 256 |         let headers_begin = buf.iter().enumerate().find(|c| *c.1 == b'\n').unwrap().1+1;
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_headers_begin`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/optserver/http.rs:246:82
[INFO] [stdout]     |
[INFO] [stdout] 246 |                 while let Some(p) = buf[lastcrlfpos..].iter().enumerate().find(|(i,&b)| b == b'\n').map(|(i,_)| i) {
[INFO] [stdout]     |                                                                                  ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `content_length`
[INFO] [stdout]    --> src/optserver/http.rs:367:21
[INFO] [stdout]     |
[INFO] [stdout] 367 |         if let Some(content_length) = content_length {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/optserver/mod.rs:198:10
[INFO] [stdout]     |
[INFO] [stdout] 198 |          name  : Option<&str>,
[INFO] [stdout]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/optserver/mod.rs:261:10
[INFO] [stdout]     |
[INFO] [stdout] 261 |          name : Option<&str>, 
[INFO] [stdout]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rescode` is assigned to, but never used
[INFO] [stdout]    --> src/optserver/mod.rs:370:17
[INFO] [stdout]     |
[INFO] [stdout] 370 |         let mut rescode = None;
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_rescode` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `rescode` is never read
[INFO] [stdout]    --> src/optserver/mod.rs:383:21
[INFO] [stdout]     |
[INFO] [stdout] 383 |                     rescode = Some(r.to_string());
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `k`
[INFO] [stdout]    --> src/optserver/mod.rs:391:26
[INFO] [stdout]     |
[INFO] [stdout] 391 |             if let Some((k,JSON::Dict(d))) = d.0.iter().find(|kv| kv.0.as_str() == "Task/solutions") {
[INFO] [stdout]     |                          ^ help: if this is intentional, prefix it with an underscore: `_k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]    --> src/model/mod.rs:363:8
[INFO] [stdout]     |
[INFO] [stdout] 349 | impl<T> ModelAPI<T> where T : BaseModelTrait {
[INFO] [stdout]     | -------------------------------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 363 |     fn from(inner : T) -> ModelAPI<T> { 
[INFO] [stdout]     |        ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lb` and `ub` are never read
[INFO] [stdout]   --> src/dummy.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     Linear{lb:f64,ub:f64},
[INFO] [stdout]    |     ------ ^^     ^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Element` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `coneidx`, `offset`, and `b` are never read
[INFO] [stdout]   --> src/dummy.rs:54:11
[INFO] [stdout]    |
[INFO] [stdout] 54 |     Conic{coneidx:usize,offset:usize,b:f64},
[INFO] [stdout]    |     ----- ^^^^^^^       ^^^^^^       ^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Element` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `djc_clause_ptr` are never read
[INFO] [stdout]   --> src/dummy.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct Backend {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 61 |     name : Option<String>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |     djc_clause_ptr : Vec<usize>,  // index into djc_dom, djc_a_row
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `con_names` is never read
[INFO] [stdout]   --> src/optserver/mod.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct Backend {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 60 |     con_names     : Vec<Option<String>>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `proto_ver` is never read
[INFO] [stdout]   --> src/optserver/http.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Response<'a,T> where T : Read {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 17 |     proto_ver :(u8,u8),
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `get`, `put`, `head`, `content_length`, `submit_empty`, and `submit_data` are never used
[INFO] [stdout]    --> src/optserver/http.rs:143:12
[INFO] [stdout]     |
[INFO] [stdout] 132 | impl Request {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 143 |     pub fn get(path : &str)  -> Request { Request::new("GET",path) }
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 144 |     pub fn put(path : &str)  -> Request { Request::new("PUT",path) }
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 145 |     pub fn post(path : &str) -> Request { Request::new("POST", path) }
[INFO] [stdout] 146 |     pub fn head(path : &str) -> Request { Request::new("PUT", path) }
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 147 |
[INFO] [stdout] 148 |     pub fn content_length(mut self, size : usize) -> Self{
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 173 |     pub fn submit_empty<'a,T>(mut self, s : &'a mut T) -> Result<Response<'a,T>,String> 
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 186 |     pub fn submit_data<'a,T>(mut self, s : &'a mut T, data : &[u8]) -> Result<Response<'a,T>,String> 
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/mod.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn iter(&self) -> std::slice::Iter<usize> { self.strides.iter() }
[INFO] [stdout]    |                 ^^^^^     ----------------------- the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn iter(&self) -> std::slice::Iter<'_, usize> { self.strides.iter() }
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling mosekcomodel v0.4.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]    --> src/domain/mod.rs:267:45
[INFO] [stdout]     |
[INFO] [stdout] 267 |                 *shape.get(d).ok_or_else(|| ("Invalid cone dimension index for this shape".to_string()))?
[INFO] [stdout]     |                                             ^                                                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 267 -                 *shape.get(d).ok_or_else(|| ("Invalid cone dimension index for this shape".to_string()))?
[INFO] [stdout] 267 +                 *shape.get(d).ok_or_else(|| "Invalid cone dimension index for this shape".to_string())?
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/expr/eval.rs:45:32
[INFO] [stdout]    |
[INFO] [stdout] 45 |             .filter(|(&i,_,_)| (i < last && 
[INFO] [stdout]    |                                ^
[INFO] [stdout] ...
[INFO] [stdout] 49 |                                  ( anti && index <  0 && d-i%d + absidx == i/d))))
[INFO] [stdout]    |                                                                                 ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 45 ~             .filter(|(&i,_,_)| i < last && 
[INFO] [stdout] 46 |                                 (((!anti) && index >= 0 && i%d == i/d + absidx) ||
[INFO] [stdout] 47 |                                  ((!anti) && index <  0 && i%d - absidx == i/d) || 
[INFO] [stdout] 48 |                                  ( anti && index >= 0 && d-i%d - absidx == i/d) || 
[INFO] [stdout] 49 ~                                  ( anti && index <  0 && d-i%d + absidx == i/d)))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/expr/eval.rs:58:36
[INFO] [stdout]    |
[INFO] [stdout] 58 |                 .filter(|(&i,_,_)| (i < last && 
[INFO] [stdout]    |                                    ^
[INFO] [stdout] ...
[INFO] [stdout] 62 |                                      ( anti && index <  0 && d-i%d + absidx == i/d))))
[INFO] [stdout]    |                                                                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 58 ~                 .filter(|(&i,_,_)| i < last && 
[INFO] [stdout] 59 |                                     ((!anti && index >= 0 && i%d == i/d + absidx) ||
[INFO] [stdout] 60 |                                      (!anti && index <  0 && i%d - absidx == i/d) || 
[INFO] [stdout] 61 |                                      ( anti && index >= 0 && d-i%d - absidx == i/d) || 
[INFO] [stdout] 62 ~                                      ( anti && index <  0 && d-i%d + absidx == i/d)))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around closure body
[INFO] [stdout]   --> src/expr/eval.rs:74:36
[INFO] [stdout]    |
[INFO] [stdout] 74 |                 .filter(|(&i,_,_)| (i < last && 
[INFO] [stdout]    |                                    ^
[INFO] [stdout] ...
[INFO] [stdout] 78 |                                      ( anti && index <  0 && d-i%d + absidx == i/d))))
[INFO] [stdout]    |                                                                                     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 74 ~                 .filter(|(&i,_,_)| i < last && 
[INFO] [stdout] 75 |                                     ((!anti && index >= 0 && i%d == i/d + absidx) ||
[INFO] [stdout] 76 |                                      (!anti && index <  0 && i%d - absidx == i/d) || 
[INFO] [stdout] 77 |                                      ( anti && index >= 0 && d-i%d - absidx == i/d) || 
[INFO] [stdout] 78 ~                                      ( anti && index <  0 && d-i%d + absidx == i/d)))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `itertools::Chunk`
[INFO] [stdout]  --> src/utils/iter.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use itertools::Chunk;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DJCDomainTrait`, `DJCModelTrait`, `ModelWithIntSolutionCallback`, `ModelWithLogCallback`, `PSDModelTrait`, and `VectorConeModelTrait`
[INFO] [stdout]  --> src/optserver/mod.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::model::{DJCDomainTrait, DJCModelTrait, ModelWithIntSolutionCallback, ModelWithLogCallback, PSDModelTrait, VectorConeModelTrait};
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PermuteByMutEx`
[INFO] [stdout]  --> src/optserver/mod.rs:7:56
[INFO] [stdout]   |
[INFO] [stdout] 7 | use crate::utils::iter::{ChunksByIterExt, PermuteByEx, PermuteByMutEx};
[INFO] [stdout]   |                                                        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `iproduct`
[INFO] [stdout]  --> src/optserver/mod.rs:8:17
[INFO] [stdout]   |
[INFO] [stdout] 8 | use itertools::{iproduct, izip};
[INFO] [stdout]   |                 ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `write`
[INFO] [stdout]   --> src/optserver/mod.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::fs::{write, File};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/model/mod.rs:390:52
[INFO] [stdout]     |
[INFO] [stdout] 390 |     pub fn set_int_solution_callback<F>(&mut self, mut func : F) where F : 'static+FnMut(&IntSolutionManager), T : 'static+ModelWithIntSo...
[INFO] [stdout]     |                                                    ----^^^^
[INFO] [stdout]     |                                                    |
[INFO] [stdout]     |                                                    help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ptr`
[INFO] [stdout]    --> src/utils/iter.rs:657:13
[INFO] [stdout]     |
[INFO] [stdout] 657 |         let ptr : &[usize] = &[0,3,5,7,9,10];
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_ptr`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:190:10
[INFO] [stdout]     |
[INFO] [stdout] 190 |          name  : Option<&str>,
[INFO] [stdout]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:253:10
[INFO] [stdout]     |
[INFO] [stdout] 253 |          name : Option<&str>, 
[INFO] [stdout]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `lastcon`
[INFO] [stdout]    --> src/dummy.rs:407:13
[INFO] [stdout]     |
[INFO] [stdout] 407 |         let lastcon = firstcon+n;
[INFO] [stdout]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_lastcon`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `con0`
[INFO] [stdout]    --> src/dummy.rs:421:13
[INFO] [stdout]     |
[INFO] [stdout] 421 |         let con0 = self.cons.len();
[INFO] [stdout]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_con0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:387:9
[INFO] [stdout]     |
[INFO] [stdout] 387 |         name   : Option<&str>, 
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:439:51
[INFO] [stdout]     |
[INFO] [stdout] 439 |     fn conic_variable<const N : usize>(&mut self, name : Option<&str>,dom : VectorDomain<N,D>) -> Result<Variable<N>,String> {
[INFO] [stdout]     |                                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/dummy.rs:499:13
[INFO] [stdout]     |
[INFO] [stdout] 499 |         for i in 0..ncones {
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:477:49
[INFO] [stdout]     |
[INFO] [stdout] 477 |     fn psd_variable<const N : usize>(&mut self, name : Option<&str>, dom : PSDDomain<N>) -> Result<Variable<N>,String> {
[INFO] [stdout]     |                                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:536:52
[INFO] [stdout]     |
[INFO] [stdout] 536 |     fn psd_constraint<const N : usize>(& mut self, name : Option<&str>, dom : PSDDomain<N>,shape : &[usize], ptr : &[usize], subj : &[usi...
[INFO] [stdout]     |                                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `dom`
[INFO] [stdout]    --> src/dummy.rs:536:73
[INFO] [stdout]     |
[INFO] [stdout] 536 | ... mut self, name : Option<&str>, dom : PSDDomain<N>,shape : &[usize], ptr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constrai...
[INFO] [stdout]     |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_dom`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shape`
[INFO] [stdout]    --> src/dummy.rs:536:92
[INFO] [stdout]     |
[INFO] [stdout] 536 | ...ion<&str>, dom : PSDDomain<N>,shape : &[usize], ptr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constraint<N>,String> {
[INFO] [stdout]     |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ptr`
[INFO] [stdout]    --> src/dummy.rs:536:110
[INFO] [stdout]     |
[INFO] [stdout] 536 | ... PSDDomain<N>,shape : &[usize], ptr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constraint<N>,String> {
[INFO] [stdout]     |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `subj`
[INFO] [stdout]    --> src/dummy.rs:536:126
[INFO] [stdout]     |
[INFO] [stdout] 536 | ...pe : &[usize], ptr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constraint<N>,String> {
[INFO] [stdout]     |                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_subj`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cof`
[INFO] [stdout]    --> src/dummy.rs:536:143
[INFO] [stdout]     |
[INFO] [stdout] 536 | ...tr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constraint<N>,String> {
[INFO] [stdout]     |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_cof`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `first_a_row`
[INFO] [stdout]    --> src/dummy.rs:573:13
[INFO] [stdout]     |
[INFO] [stdout] 573 |         let first_a_row = self.a_ptr.len();
[INFO] [stdout]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_first_a_row`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `shape`
[INFO] [stdout]    --> src/dummy.rs:586:28
[INFO] [stdout]     |
[INFO] [stdout] 586 |             let (ct,offset,shape,conedim) = dom.extract();
[INFO] [stdout]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `conedim`
[INFO] [stdout]    --> src/dummy.rs:586:34
[INFO] [stdout]     |
[INFO] [stdout] 586 |             let (ct,offset,shape,conedim) = dom.extract();
[INFO] [stdout]     |                                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_conedim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/dummy.rs:568:20
[INFO] [stdout]     |
[INFO] [stdout] 568 |                    name : Option<&str>, 
[INFO] [stdout]     |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `headers_begin`
[INFO] [stdout]    --> src/optserver/http.rs:256:13
[INFO] [stdout]     |
[INFO] [stdout] 256 |         let headers_begin = buf.iter().enumerate().find(|c| *c.1 == b'\n').unwrap().1+1;
[INFO] [stdout]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_headers_begin`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/optserver/http.rs:246:82
[INFO] [stdout]     |
[INFO] [stdout] 246 |                 while let Some(p) = buf[lastcrlfpos..].iter().enumerate().find(|(i,&b)| b == b'\n').map(|(i,_)| i) {
[INFO] [stdout]     |                                                                                  ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `content_length`
[INFO] [stdout]    --> src/optserver/http.rs:367:21
[INFO] [stdout]     |
[INFO] [stdout] 367 |         if let Some(content_length) = content_length {
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content_length`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/optserver/mod.rs:198:10
[INFO] [stdout]     |
[INFO] [stdout] 198 |          name  : Option<&str>,
[INFO] [stdout]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout]    --> src/optserver/mod.rs:261:10
[INFO] [stdout]     |
[INFO] [stdout] 261 |          name : Option<&str>, 
[INFO] [stdout]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `rescode` is assigned to, but never used
[INFO] [stdout]    --> src/optserver/mod.rs:370:17
[INFO] [stdout]     |
[INFO] [stdout] 370 |         let mut rescode = None;
[INFO] [stdout]     |                 ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using `_rescode` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: value assigned to `rescode` is never read
[INFO] [stdout]    --> src/optserver/mod.rs:383:21
[INFO] [stdout]     |
[INFO] [stdout] 383 |                     rescode = Some(r.to_string());
[INFO] [stdout]     |                     ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: maybe it is overwritten before being read?
[INFO] [stdout]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `k`
[INFO] [stdout]    --> src/optserver/mod.rs:391:26
[INFO] [stdout]     |
[INFO] [stdout] 391 |             if let Some((k,JSON::Dict(d))) = d.0.iter().find(|kv| kv.0.as_str() == "Task/solutions") {
[INFO] [stdout]     |                          ^ help: if this is intentional, prefix it with an underscore: `_k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `from` is never used
[INFO] [stdout]    --> src/model/mod.rs:363:8
[INFO] [stdout]     |
[INFO] [stdout] 349 | impl<T> ModelAPI<T> where T : BaseModelTrait {
[INFO] [stdout]     | -------------------------------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 363 |     fn from(inner : T) -> ModelAPI<T> { 
[INFO] [stdout]     |        ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lb` and `ub` are never read
[INFO] [stdout]   --> src/dummy.rs:53:12
[INFO] [stdout]    |
[INFO] [stdout] 53 |     Linear{lb:f64,ub:f64},
[INFO] [stdout]    |     ------ ^^     ^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Element` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `coneidx`, `offset`, and `b` are never read
[INFO] [stdout]   --> src/dummy.rs:54:11
[INFO] [stdout]    |
[INFO] [stdout] 54 |     Conic{coneidx:usize,offset:usize,b:f64},
[INFO] [stdout]    |     ----- ^^^^^^^       ^^^^^^       ^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Element` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `name` and `djc_clause_ptr` are never read
[INFO] [stdout]   --> src/dummy.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct Backend {
[INFO] [stdout]    |            ------- fields in this struct
[INFO] [stdout] 61 |     name : Option<String>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 79 |     djc_clause_ptr : Vec<usize>,  // index into djc_dom, djc_a_row
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `con_names` is never read
[INFO] [stdout]   --> src/optserver/mod.rs:60:5
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct Backend {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 60 |     con_names     : Vec<Option<String>>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `proto_ver` is never read
[INFO] [stdout]   --> src/optserver/http.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct Response<'a,T> where T : Read {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 17 |     proto_ver :(u8,u8),
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `get`, `put`, `head`, and `submit_empty` are never used
[INFO] [stdout]    --> src/optserver/http.rs:143:12
[INFO] [stdout]     |
[INFO] [stdout] 132 | impl Request {
[INFO] [stdout]     | ------------ associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 143 |     pub fn get(path : &str)  -> Request { Request::new("GET",path) }
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 144 |     pub fn put(path : &str)  -> Request { Request::new("PUT",path) }
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 145 |     pub fn post(path : &str) -> Request { Request::new("POST", path) }
[INFO] [stdout] 146 |     pub fn head(path : &str) -> Request { Request::new("PUT", path) }
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 173 |     pub fn submit_empty<'a,T>(mut self, s : &'a mut T) -> Result<Response<'a,T>,String> 
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/utils/mod.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn iter(&self) -> std::slice::Iter<usize> { self.strides.iter() }
[INFO] [stdout]    |                 ^^^^^     ----------------------- the same lifetime is hidden here
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn iter(&self) -> std::slice::Iter<'_, usize> { self.strides.iter() }
[INFO] [stdout]    |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.86s
[INFO] running `Command { std: "docker" "inspect" "975ee530fb8367cc57c0e5ae8d8241eafac9af92ec0ca6ca16c592708a67db10", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "975ee530fb8367cc57c0e5ae8d8241eafac9af92ec0ca6ca16c592708a67db10", kill_on_drop: false }`
[INFO] [stdout] 975ee530fb8367cc57c0e5ae8d8241eafac9af92ec0ca6ca16c592708a67db10
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5cf8a83e0206c5692cc99f48c751466742ed8fe8c2be7d3a06cd2666c52bbbb1
[INFO] running `Command { std: "docker" "start" "-a" "5cf8a83e0206c5692cc99f48c751466742ed8fe8c2be7d3a06cd2666c52bbbb1", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]    --> src/domain/mod.rs:267:45
[INFO] [stderr]     |
[INFO] [stderr] 267 |                 *shape.get(d).ok_or_else(|| ("Invalid cone dimension index for this shape".to_string()))?
[INFO] [stderr]     |                                             ^                                                         ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 267 -                 *shape.get(d).ok_or_else(|| ("Invalid cone dimension index for this shape".to_string()))?
[INFO] [stderr] 267 +                 *shape.get(d).ok_or_else(|| "Invalid cone dimension index for this shape".to_string())?
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]   --> src/expr/eval.rs:45:32
[INFO] [stderr]    |
[INFO] [stderr] 45 |             .filter(|(&i,_,_)| (i < last && 
[INFO] [stderr]    |                                ^
[INFO] [stderr] ...
[INFO] [stderr] 49 |                                  ( anti && index <  0 && d-i%d + absidx == i/d))))
[INFO] [stderr]    |                                                                                 ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 45 ~             .filter(|(&i,_,_)| i < last && 
[INFO] [stderr] 46 |                                 (((!anti) && index >= 0 && i%d == i/d + absidx) ||
[INFO] [stderr] 47 |                                  ((!anti) && index <  0 && i%d - absidx == i/d) || 
[INFO] [stderr] 48 |                                  ( anti && index >= 0 && d-i%d - absidx == i/d) || 
[INFO] [stderr] 49 ~                                  ( anti && index <  0 && d-i%d + absidx == i/d)))
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]   --> src/expr/eval.rs:58:36
[INFO] [stderr]    |
[INFO] [stderr] 58 |                 .filter(|(&i,_,_)| (i < last && 
[INFO] [stderr]    |                                    ^
[INFO] [stderr] ...
[INFO] [stderr] 62 |                                      ( anti && index <  0 && d-i%d + absidx == i/d))))
[INFO] [stderr]    |                                                                                     ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 58 ~                 .filter(|(&i,_,_)| i < last && 
[INFO] [stderr] 59 |                                     ((!anti && index >= 0 && i%d == i/d + absidx) ||
[INFO] [stderr] 60 |                                      (!anti && index <  0 && i%d - absidx == i/d) || 
[INFO] [stderr] 61 |                                      ( anti && index >= 0 && d-i%d - absidx == i/d) || 
[INFO] [stderr] 62 ~                                      ( anti && index <  0 && d-i%d + absidx == i/d)))
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around closure body
[INFO] [stderr]   --> src/expr/eval.rs:74:36
[INFO] [stderr]    |
[INFO] [stderr] 74 |                 .filter(|(&i,_,_)| (i < last && 
[INFO] [stderr]    |                                    ^
[INFO] [stderr] ...
[INFO] [stderr] 78 |                                      ( anti && index <  0 && d-i%d + absidx == i/d))))
[INFO] [stderr]    |                                                                                     ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 74 ~                 .filter(|(&i,_,_)| i < last && 
[INFO] [stderr] 75 |                                     ((!anti && index >= 0 && i%d == i/d + absidx) ||
[INFO] [stderr] 76 |                                      (!anti && index <  0 && i%d - absidx == i/d) || 
[INFO] [stderr] 77 |                                      ( anti && index >= 0 && d-i%d - absidx == i/d) || 
[INFO] [stderr] 78 ~                                      ( anti && index <  0 && d-i%d + absidx == i/d)))
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `itertools::Chunk`
[INFO] [stderr]  --> src/utils/iter.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use itertools::Chunk;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `DJCDomainTrait`, `DJCModelTrait`, `ModelWithIntSolutionCallback`, `ModelWithLogCallback`, `PSDModelTrait`, and `VectorConeModelTrait`
[INFO] [stderr]  --> src/optserver/mod.rs:5:20
[INFO] [stderr]   |
[INFO] [stderr] 5 | use crate::model::{DJCDomainTrait, DJCModelTrait, ModelWithIntSolutionCallback, ModelWithLogCallback, PSDModelTrait, VectorConeModelTrait};
[INFO] [stderr]   |                    ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `PermuteByMutEx`
[INFO] [stderr]  --> src/optserver/mod.rs:7:56
[INFO] [stderr]   |
[INFO] [stderr] 7 | use crate::utils::iter::{ChunksByIterExt, PermuteByEx, PermuteByMutEx};
[INFO] [stderr]   |                                                        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `iproduct`
[INFO] [stderr]  --> src/optserver/mod.rs:8:17
[INFO] [stderr]   |
[INFO] [stderr] 8 | use itertools::{iproduct, izip};
[INFO] [stderr]   |                 ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `write`
[INFO] [stderr]   --> src/optserver/mod.rs:10:15
[INFO] [stderr]    |
[INFO] [stderr] 10 | use std::fs::{write, File};
[INFO] [stderr]    |               ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/model/mod.rs:390:52
[INFO] [stderr]     |
[INFO] [stderr] 390 |     pub fn set_int_solution_callback<F>(&mut self, mut func : F) where F : 'static+FnMut(&IntSolutionManager), T : 'static+ModelWithIntSo...
[INFO] [stderr]     |                                                    ----^^^^
[INFO] [stderr]     |                                                    |
[INFO] [stderr]     |                                                    help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `name`
[INFO] [stderr]    --> src/dummy.rs:190:10
[INFO] [stderr]     |
[INFO] [stderr] 190 |          name  : Option<&str>,
[INFO] [stderr]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `name`
[INFO] [stderr]    --> src/dummy.rs:253:10
[INFO] [stderr]     |
[INFO] [stderr] 253 |          name : Option<&str>, 
[INFO] [stderr]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `lastcon`
[INFO] [stderr]    --> src/dummy.rs:407:13
[INFO] [stderr]     |
[INFO] [stderr] 407 |         let lastcon = firstcon+n;
[INFO] [stderr]     |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_lastcon`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `con0`
[INFO] [stderr]    --> src/dummy.rs:421:13
[INFO] [stderr]     |
[INFO] [stderr] 421 |         let con0 = self.cons.len();
[INFO] [stderr]     |             ^^^^ help: if this is intentional, prefix it with an underscore: `_con0`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `name`
[INFO] [stderr]    --> src/dummy.rs:387:9
[INFO] [stderr]     |
[INFO] [stderr] 387 |         name   : Option<&str>, 
[INFO] [stderr]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `name`
[INFO] [stderr]    --> src/dummy.rs:439:51
[INFO] [stderr]     |
[INFO] [stderr] 439 |     fn conic_variable<const N : usize>(&mut self, name : Option<&str>,dom : VectorDomain<N,D>) -> Result<Variable<N>,String> {
[INFO] [stderr]     |                                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]    --> src/dummy.rs:499:13
[INFO] [stderr]     |
[INFO] [stderr] 499 |         for i in 0..ncones {
[INFO] [stderr]     |             ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `name`
[INFO] [stderr]    --> src/dummy.rs:477:49
[INFO] [stderr]     |
[INFO] [stderr] 477 |     fn psd_variable<const N : usize>(&mut self, name : Option<&str>, dom : PSDDomain<N>) -> Result<Variable<N>,String> {
[INFO] [stderr]     |                                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `name`
[INFO] [stderr]    --> src/dummy.rs:536:52
[INFO] [stderr]     |
[INFO] [stderr] 536 |     fn psd_constraint<const N : usize>(& mut self, name : Option<&str>, dom : PSDDomain<N>,shape : &[usize], ptr : &[usize], subj : &[usi...
[INFO] [stderr]     |                                                    ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `dom`
[INFO] [stderr]    --> src/dummy.rs:536:73
[INFO] [stderr]     |
[INFO] [stderr] 536 | ... mut self, name : Option<&str>, dom : PSDDomain<N>,shape : &[usize], ptr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constrai...
[INFO] [stderr]     |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_dom`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `shape`
[INFO] [stderr]    --> src/dummy.rs:536:92
[INFO] [stderr]     |
[INFO] [stderr] 536 | ...ion<&str>, dom : PSDDomain<N>,shape : &[usize], ptr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constraint<N>,String> {
[INFO] [stderr]     |                                  ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ptr`
[INFO] [stderr]    --> src/dummy.rs:536:110
[INFO] [stderr]     |
[INFO] [stderr] 536 | ... PSDDomain<N>,shape : &[usize], ptr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constraint<N>,String> {
[INFO] [stderr]     |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_ptr`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `subj`
[INFO] [stderr]    --> src/dummy.rs:536:126
[INFO] [stderr]     |
[INFO] [stderr] 536 | ...pe : &[usize], ptr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constraint<N>,String> {
[INFO] [stderr]     |                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_subj`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `cof`
[INFO] [stderr]    --> src/dummy.rs:536:143
[INFO] [stderr]     |
[INFO] [stderr] 536 | ...tr : &[usize], subj : &[usize], cof : &[f64]) -> Result<Constraint<N>,String> {
[INFO] [stderr]     |                                    ^^^ help: if this is intentional, prefix it with an underscore: `_cof`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `first_a_row`
[INFO] [stderr]    --> src/dummy.rs:573:13
[INFO] [stderr]     |
[INFO] [stderr] 573 |         let first_a_row = self.a_ptr.len();
[INFO] [stderr]     |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_first_a_row`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `shape`
[INFO] [stderr]    --> src/dummy.rs:586:28
[INFO] [stderr]     |
[INFO] [stderr] 586 |             let (ct,offset,shape,conedim) = dom.extract();
[INFO] [stderr]     |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_shape`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `conedim`
[INFO] [stderr]    --> src/dummy.rs:586:34
[INFO] [stderr]     |
[INFO] [stderr] 586 |             let (ct,offset,shape,conedim) = dom.extract();
[INFO] [stderr]     |                                  ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_conedim`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `name`
[INFO] [stderr]    --> src/dummy.rs:568:20
[INFO] [stderr]     |
[INFO] [stderr] 568 |                    name : Option<&str>, 
[INFO] [stderr]     |                    ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `headers_begin`
[INFO] [stderr]    --> src/optserver/http.rs:256:13
[INFO] [stderr]     |
[INFO] [stderr] 256 |         let headers_begin = buf.iter().enumerate().find(|c| *c.1 == b'\n').unwrap().1+1;
[INFO] [stderr]     |             ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_headers_begin`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `i`
[INFO] [stderr]    --> src/optserver/http.rs:246:82
[INFO] [stderr]     |
[INFO] [stderr] 246 |                 while let Some(p) = buf[lastcrlfpos..].iter().enumerate().find(|(i,&b)| b == b'\n').map(|(i,_)| i) {
[INFO] [stderr]     |                                                                                  ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `content_length`
[INFO] [stderr]    --> src/optserver/http.rs:367:21
[INFO] [stderr]     |
[INFO] [stderr] 367 |         if let Some(content_length) = content_length {
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_content_length`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `name`
[INFO] [stderr]    --> src/optserver/mod.rs:198:10
[INFO] [stderr]     |
[INFO] [stderr] 198 |          name  : Option<&str>,
[INFO] [stderr]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `name`
[INFO] [stderr]    --> src/optserver/mod.rs:261:10
[INFO] [stderr]     |
[INFO] [stderr] 261 |          name : Option<&str>, 
[INFO] [stderr]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stderr] 
[INFO] [stderr] warning: variable `rescode` is assigned to, but never used
[INFO] [stderr]    --> src/optserver/mod.rs:370:17
[INFO] [stderr]     |
[INFO] [stderr] 370 |         let mut rescode = None;
[INFO] [stderr]     |                 ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: consider using `_rescode` instead
[INFO] [stderr] 
[INFO] [stderr] warning: value assigned to `rescode` is never read
[INFO] [stderr]    --> src/optserver/mod.rs:383:21
[INFO] [stderr]     |
[INFO] [stderr] 383 |                     rescode = Some(r.to_string());
[INFO] [stderr]     |                     ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = help: maybe it is overwritten before being read?
[INFO] [stderr]     = note: `#[warn(unused_assignments)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `k`
[INFO] [stderr]    --> src/optserver/mod.rs:391:26
[INFO] [stderr]     |
[INFO] [stderr] 391 |             if let Some((k,JSON::Dict(d))) = d.0.iter().find(|kv| kv.0.as_str() == "Task/solutions") {
[INFO] [stderr]     |                          ^ help: if this is intentional, prefix it with an underscore: `_k`
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `from` is never used
[INFO] [stderr]    --> src/model/mod.rs:363:8
[INFO] [stderr]     |
[INFO] [stderr] 349 | impl<T> ModelAPI<T> where T : BaseModelTrait {
[INFO] [stderr]     | -------------------------------------------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 363 |     fn from(inner : T) -> ModelAPI<T> { 
[INFO] [stderr]     |        ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `lb` and `ub` are never read
[INFO] [stderr]   --> src/dummy.rs:53:12
[INFO] [stderr]    |
[INFO] [stderr] 53 |     Linear{lb:f64,ub:f64},
[INFO] [stderr]    |     ------ ^^     ^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     fields in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Element` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `coneidx`, `offset`, and `b` are never read
[INFO] [stderr]   --> src/dummy.rs:54:11
[INFO] [stderr]    |
[INFO] [stderr] 54 |     Conic{coneidx:usize,offset:usize,b:f64},
[INFO] [stderr]    |     ----- ^^^^^^^       ^^^^^^       ^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     fields in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Element` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `name` and `djc_clause_ptr` are never read
[INFO] [stderr]   --> src/dummy.rs:61:5
[INFO] [stderr]    |
[INFO] [stderr] 60 | pub struct Backend {
[INFO] [stderr]    |            ------- fields in this struct
[INFO] [stderr] 61 |     name : Option<String>,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 79 |     djc_clause_ptr : Vec<usize>,  // index into djc_dom, djc_a_row
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `con_names` is never read
[INFO] [stderr]   --> src/optserver/mod.rs:60:5
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub struct Backend {
[INFO] [stderr]    |            ------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 60 |     con_names     : Vec<Option<String>>,
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `proto_ver` is never read
[INFO] [stderr]   --> src/optserver/http.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub struct Response<'a,T> where T : Read {
[INFO] [stderr]    |            -------- field in this struct
[INFO] [stderr] 17 |     proto_ver :(u8,u8),
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `get`, `put`, `head`, `content_length`, `submit_empty`, and `submit_data` are never used
[INFO] [stderr]    --> src/optserver/http.rs:143:12
[INFO] [stderr]     |
[INFO] [stderr] 132 | impl Request {
[INFO] [stderr]     | ------------ associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 143 |     pub fn get(path : &str)  -> Request { Request::new("GET",path) }
[INFO] [stderr]     |            ^^^
[INFO] [stderr] 144 |     pub fn put(path : &str)  -> Request { Request::new("PUT",path) }
[INFO] [stderr]     |            ^^^
[INFO] [stderr] 145 |     pub fn post(path : &str) -> Request { Request::new("POST", path) }
[INFO] [stderr] 146 |     pub fn head(path : &str) -> Request { Request::new("PUT", path) }
[INFO] [stderr]     |            ^^^^
[INFO] [stderr] 147 |
[INFO] [stderr] 148 |     pub fn content_length(mut self, size : usize) -> Self{
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 173 |     pub fn submit_empty<'a,T>(mut self, s : &'a mut T) -> Result<Response<'a,T>,String> 
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 186 |     pub fn submit_data<'a,T>(mut self, s : &'a mut T, data : &[u8]) -> Result<Response<'a,T>,String> 
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/utils/mod.rs:40:17
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub fn iter(&self) -> std::slice::Iter<usize> { self.strides.iter() }
[INFO] [stderr]    |                 ^^^^^     ----------------------- the same lifetime is hidden here
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub fn iter(&self) -> std::slice::Iter<'_, usize> { self.strides.iter() }
[INFO] [stderr]    |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: `mosekcomodel` (lib) generated 44 warnings (run `cargo fix --lib -p mosekcomodel` to apply 10 suggestions)
[INFO] [stderr] warning: unused variable: `ptr`
[INFO] [stderr]    --> src/utils/iter.rs:657:13
[INFO] [stderr]     |
[INFO] [stderr] 657 |         let ptr : &[usize] = &[0,3,5,7,9,10];
[INFO] [stderr]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_ptr`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `name`
[INFO] [stderr]    --> src/dummy.rs:190:10
[INFO] [stderr]     |
[INFO] [stderr] 190 |          name  : Option<&str>,
[INFO] [stderr]     |          ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `get`, `put`, `head`, and `submit_empty` are never used
[INFO] [stderr]    --> src/optserver/http.rs:143:12
[INFO] [stderr]     |
[INFO] [stderr] 132 | impl Request {
[INFO] [stderr]     | ------------ associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 143 |     pub fn get(path : &str)  -> Request { Request::new("GET",path) }
[INFO] [stderr]     |            ^^^
[INFO] [stderr] 144 |     pub fn put(path : &str)  -> Request { Request::new("PUT",path) }
[INFO] [stderr]     |            ^^^
[INFO] [stderr] 145 |     pub fn post(path : &str) -> Request { Request::new("POST", path) }
[INFO] [stderr] 146 |     pub fn head(path : &str) -> Request { Request::new("PUT", path) }
[INFO] [stderr]     |            ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 173 |     pub fn submit_empty<'a,T>(mut self, s : &'a mut T) -> Result<Response<'a,T>,String> 
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `mosekcomodel` (lib test) generated 45 warnings (42 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mosekcomodel-ad63e9fa962a84d6)
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test experimental::test::test_gen1 ... ok
[INFO] [stdout] test experimental::test::test_gen4 ... ok
[INFO] [stdout] test expr::test::mul_elem ... ok
[INFO] [stdout] test expr::eval::test::test_mul_matrix_expr_transpose_ss ... ok
[INFO] [stdout] test expr::test::into_symmetric ... ok
[INFO] [stdout] test expr::eval::test::test_mul_matrix_expr_transpose_dd ... ok
[INFO] [stdout] test expr::eval::test::test_mul_matrix_expr_transpose_sd ... ok
[INFO] [stdout] test expr::test::mul_right ... ok
[INFO] [stdout] test expr::workstack::test::workstack ... ok
[INFO] [stdout] test expr::test::slice ... ok
[INFO] [stdout] test expr::test::dot_rows ... ok
[INFO] [stdout] test expr::test::repeat ... ok
[INFO] [stdout] test optserver::http::test::test_msg_writer ... ok
[INFO] [stdout] test expr::test::stack ... ok
[INFO] [stdout] test utils::iter::tests::perm_iter_mut ... ok
[INFO] [stdout] test expr::test::expr_flip ... ok
[INFO] [stdout] test expr::eval::test::test_mul_matrix_expr_transpose_ds ... ok
[INFO] [stdout] test expr::test::map_expr ... ok
[INFO] [stdout] test expr::test::mul_left ... ok
[INFO] [stdout] test expr::mul::test::mul ... ok
[INFO] [stdout] test experimental::test::test_gen2 ... ok
[INFO] [stdout] test expr::test::add ... ok
[INFO] [stdout] test optserver::test::test_optserver ... FAILED
[INFO] [stdout] test expr::test::sum_on ... ok
[INFO] [stdout] test expr::test::permute_axes ... ok
[INFO] [stdout] test experimental::test::test_gen3 ... ok
[INFO] [stdout] test expr::test::dot_rows_x ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- optserver::test::test_optserver stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'optserver::test::test_optserver' panicked at src/model/mod.rs:693:42:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: "Read-only file system (os error 30)"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x648fbb756472 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x648fbb756472 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x648fbb756472 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x648fbb756472 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x648fbb77dda3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x648fbb77dda3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x648fbb752da3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x648fbb752da3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x648fbb7562c2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x648fbb7579e9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x648fbb75781e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x648fbb71f194 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x648fbb71f194 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x648fbb7583be - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x648fbb7583be - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x648fbb75818a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x648fbb756969 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x648fbb757e1d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x648fbb77c440 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x648fbb77c8a6 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x648fbb6375f0 - core::result::Result<T,E>::unwrap::h6be417d7e9bab3ef
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x648fbb6375f0 - mosekcomodel::model::ModelAPI<T>::write_problem::h18d4a86393e215c7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/model/mod.rs:693:42
[INFO] [stdout]   22:     0x648fbb6414fd - mosekcomodel::optserver::test::test_optserver::hfd940c8263474382
[INFO] [stdout]                                at /opt/rustwide/workdir/src/optserver/mod.rs:641:11
[INFO] [stdout]   23:     0x648fbb640f97 - mosekcomodel::optserver::test::test_optserver::{{closure}}::he1cf6ab2deb69866
[INFO] [stdout]                                at /opt/rustwide/workdir/src/optserver/mod.rs:618:24
[INFO] [stdout]   24:     0x648fbb6cea66 - core::ops::function::FnOnce::call_once::h573342a1a368c852
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x648fbb7249fb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x648fbb7249fb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   27:     0x648fbb723b35 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   28:     0x648fbb723b35 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   29:     0x648fbb723b35 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   30:     0x648fbb723b35 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   31:     0x648fbb723b35 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x648fbb723b35 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   33:     0x648fbb723b35 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   34:     0x648fbb6e7734 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   35:     0x648fbb6e7734 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x648fbb6eb10a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x648fbb6eb10a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   38:     0x648fbb6eb10a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   39:     0x648fbb6eb10a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   40:     0x648fbb6eb10a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x648fbb6eb10a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x648fbb6eb10a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   43:     0x648fbb75b33f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x648fbb75b33f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   45:     0x774101bc1aa4 - <unknown>
[INFO] [stdout]   46:     0x774101c4ea34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     optserver::test::test_optserver
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 26 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "5cf8a83e0206c5692cc99f48c751466742ed8fe8c2be7d3a06cd2666c52bbbb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5cf8a83e0206c5692cc99f48c751466742ed8fe8c2be7d3a06cd2666c52bbbb1", kill_on_drop: false }`
[INFO] [stdout] 5cf8a83e0206c5692cc99f48c751466742ed8fe8c2be7d3a06cd2666c52bbbb1
