[INFO] fetching crate ecos-rs 0.1.0...
[INFO] testing ecos-rs-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate ecos-rs 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate ecos-rs 0.1.0
[INFO] finished tweaking crates.io crate ecos-rs 0.1.0
[INFO] tweaked toml for crates.io crate ecos-rs 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ecos-rs 0.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ecos-rs 0.1.0 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7de23a35ab024dc56ca0ef35848c8733382a497b1a546219937fe46e0efde99d
[INFO] running `Command { std: "docker" "start" "-a" "7de23a35ab024dc56ca0ef35848c8733382a497b1a546219937fe46e0efde99d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7de23a35ab024dc56ca0ef35848c8733382a497b1a546219937fe46e0efde99d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7de23a35ab024dc56ca0ef35848c8733382a497b1a546219937fe46e0efde99d", kill_on_drop: false }`
[INFO] [stdout] 7de23a35ab024dc56ca0ef35848c8733382a497b1a546219937fe46e0efde99d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7367bd8c2ff5b84c3170b687aca3279d932204ac3a7369fdad6bd2260b7d811c
[INFO] running `Command { std: "docker" "start" "-a" "7367bd8c2ff5b84c3170b687aca3279d932204ac3a7369fdad6bd2260b7d811c", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling ecos-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `pfloat` should have an upper camel case name
[INFO] [stdout]  --> src/lib.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub type pfloat = f64;
[INFO] [stdout]   |          ^^^^^^ help: convert the identifier to upper camel case: `Pfloat`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `idxint` should have an upper camel case name
[INFO] [stdout]  --> src/lib.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub type idxint = i64;
[INFO] [stdout]   |          ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Idxint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Didx` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub Didx: *mut idxint,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `didx`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PKPt` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub PKPt: *mut spmat,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `pkpt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `L` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub L: *mut spmat,
[INFO] [stdout]    |         ^ help: convert the identifier to snake case: `l`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `D` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub D: *mut pfloat,
[INFO] [stdout]    |         ^ help: convert the identifier to snake case: `d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RHS1` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub RHS1: *mut pfloat,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `rhs1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RHS2` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:96:9
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub RHS2: *mut pfloat,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `rhs2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `P` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub P: *mut idxint,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pinv` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub Pinv: *mut idxint,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `pinv`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PK` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub PK: *mut idxint,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `pk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Parent` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub Parent: *mut idxint,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `parent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Sign` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub Sign: *mut idxint,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `sign`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pattern` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub Pattern: *mut idxint,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `pattern`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flag` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub Flag: *mut idxint,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Lnz` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub Lnz: *mut idxint,
[INFO] [stdout]     |         ^^^ help: convert the identifier to snake case: `lnz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `affBack` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub affBack: idxint,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `aff_back`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `cmbBack` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:163:9
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub cmbBack: idxint,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `cmb_back`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `D` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub D: idxint,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `W_times_dzaff` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub W_times_dzaff: *mut pfloat,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `w_times_dzaff`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dsaff_by_W` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub dsaff_by_W: *mut pfloat,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `dsaff_by_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `C` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub C: *mut cone,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case (notice the capitalization): `c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `A` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:197:9
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub A: *mut spmat,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `G` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:198:9
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub G: *mut spmat,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AtoK` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub AtoK: *mut idxint,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `ato_k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GtoK` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:203:9
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub GtoK: *mut idxint,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `gto_k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Aequil` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub Aequil: *mut pfloat,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `aequil`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gequil` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub Gequil: *mut pfloat,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `gequil`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `KKT` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:225:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |     pub KKT: *mut kkt,
[INFO] [stdout]     |         ^^^ help: convert the identifier to snake case: `kkt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "7367bd8c2ff5b84c3170b687aca3279d932204ac3a7369fdad6bd2260b7d811c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7367bd8c2ff5b84c3170b687aca3279d932204ac3a7369fdad6bd2260b7d811c", kill_on_drop: false }`
[INFO] [stdout] 7367bd8c2ff5b84c3170b687aca3279d932204ac3a7369fdad6bd2260b7d811c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 42c7be4c4139bebd1bb4c105c65e2c709df251c1439ac6e16e3391be2fe8ac88
[INFO] running `Command { std: "docker" "start" "-a" "42c7be4c4139bebd1bb4c105c65e2c709df251c1439ac6e16e3391be2fe8ac88", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: type `pfloat` should have an upper camel case name
[INFO] [stdout]  --> src/lib.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub type pfloat = f64;
[INFO] [stdout]   |          ^^^^^^ help: convert the identifier to upper camel case: `Pfloat`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `idxint` should have an upper camel case name
[INFO] [stdout]  --> src/lib.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub type idxint = i64;
[INFO] [stdout]   |          ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Idxint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Didx` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub Didx: *mut idxint,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `didx`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PKPt` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub PKPt: *mut spmat,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `pkpt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `L` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub L: *mut spmat,
[INFO] [stdout]    |         ^ help: convert the identifier to snake case: `l`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `D` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub D: *mut pfloat,
[INFO] [stdout]    |         ^ help: convert the identifier to snake case: `d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RHS1` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub RHS1: *mut pfloat,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `rhs1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RHS2` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:96:9
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub RHS2: *mut pfloat,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `rhs2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `P` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub P: *mut idxint,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pinv` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub Pinv: *mut idxint,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `pinv`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PK` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub PK: *mut idxint,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `pk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Parent` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub Parent: *mut idxint,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `parent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ecos-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: structure field `Sign` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub Sign: *mut idxint,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `sign`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pattern` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub Pattern: *mut idxint,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `pattern`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flag` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub Flag: *mut idxint,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Lnz` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub Lnz: *mut idxint,
[INFO] [stdout]     |         ^^^ help: convert the identifier to snake case: `lnz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `affBack` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub affBack: idxint,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `aff_back`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `cmbBack` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:163:9
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub cmbBack: idxint,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `cmb_back`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `D` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub D: idxint,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `W_times_dzaff` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub W_times_dzaff: *mut pfloat,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `w_times_dzaff`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dsaff_by_W` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub dsaff_by_W: *mut pfloat,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `dsaff_by_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `C` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub C: *mut cone,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case (notice the capitalization): `c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `A` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:197:9
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub A: *mut spmat,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `G` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:198:9
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub G: *mut spmat,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AtoK` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub AtoK: *mut idxint,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `ato_k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GtoK` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:203:9
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub GtoK: *mut idxint,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `gto_k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Aequil` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub Aequil: *mut pfloat,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `aequil`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gequil` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub Gequil: *mut pfloat,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `gequil`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `KKT` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:225:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |     pub KKT: *mut kkt,
[INFO] [stdout]     |         ^^^ help: convert the identifier to snake case: `kkt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcGebuzp/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libecos-af282ab339b8003e.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lecos" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcGebuzp/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/circle-fcd0d7ae5d7ad0cb" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lecos
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ecos-rs` (example "circle") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: type `pfloat` should have an upper camel case name
[INFO] [stdout]  --> src/lib.rs:1:10
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub type pfloat = f64;
[INFO] [stdout]   |          ^^^^^^ help: convert the identifier to upper camel case: `Pfloat`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `idxint` should have an upper camel case name
[INFO] [stdout]  --> src/lib.rs:2:10
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub type idxint = i64;
[INFO] [stdout]   |          ^^^^^^ help: convert the identifier to upper camel case (notice the capitalization): `Idxint`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Didx` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub Didx: *mut idxint,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `didx`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PKPt` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub PKPt: *mut spmat,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `pkpt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `L` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 87 |     pub L: *mut spmat,
[INFO] [stdout]    |         ^ help: convert the identifier to snake case: `l`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `D` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub D: *mut pfloat,
[INFO] [stdout]    |         ^ help: convert the identifier to snake case: `d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RHS1` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub RHS1: *mut pfloat,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `rhs1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `RHS2` should have a snake case name
[INFO] [stdout]   --> src/lib.rs:96:9
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub RHS2: *mut pfloat,
[INFO] [stdout]    |         ^^^^ help: convert the identifier to snake case: `rhs2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `P` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 103 |     pub P: *mut idxint,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pinv` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub Pinv: *mut idxint,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `pinv`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `PK` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub PK: *mut idxint,
[INFO] [stdout]     |         ^^ help: convert the identifier to snake case: `pk`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Parent` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub Parent: *mut idxint,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `parent`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Sign` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:107:9
[INFO] [stdout]     |
[INFO] [stdout] 107 |     pub Sign: *mut idxint,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `sign`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Pattern` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub Pattern: *mut idxint,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `pattern`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Flag` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:109:9
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub Flag: *mut idxint,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case (notice the capitalization): `flag`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Lnz` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:110:9
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub Lnz: *mut idxint,
[INFO] [stdout]     |         ^^^ help: convert the identifier to snake case: `lnz`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `affBack` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub affBack: idxint,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `aff_back`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `cmbBack` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:163:9
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub cmbBack: idxint,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `cmb_back`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `D` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub D: idxint,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `W_times_dzaff` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:192:9
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub W_times_dzaff: *mut pfloat,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `w_times_dzaff`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `dsaff_by_W` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |     pub dsaff_by_W: *mut pfloat,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `dsaff_by_w`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `C` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:196:9
[INFO] [stdout]     |
[INFO] [stdout] 196 |     pub C: *mut cone,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case (notice the capitalization): `c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `A` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:197:9
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub A: *mut spmat,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `G` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:198:9
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub G: *mut spmat,
[INFO] [stdout]     |         ^ help: convert the identifier to snake case: `g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `AtoK` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:202:9
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub AtoK: *mut idxint,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `ato_k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `GtoK` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:203:9
[INFO] [stdout]     |
[INFO] [stdout] 203 |     pub GtoK: *mut idxint,
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `gto_k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Aequil` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:205:9
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub Aequil: *mut pfloat,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `aequil`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `Gequil` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |     pub Gequil: *mut pfloat,
[INFO] [stdout]     |         ^^^^^^ help: convert the identifier to snake case: `gequil`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `KKT` should have a snake case name
[INFO] [stdout]    --> src/lib.rs:225:9
[INFO] [stdout]     |
[INFO] [stdout] 225 |     pub KKT: *mut kkt,
[INFO] [stdout]     |         ^^^ help: convert the identifier to snake case: `kkt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustc6RPAhE/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bdynamic" "-lecos" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustc6RPAhE/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/ecos-706ca1a1d776f68b" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lecos
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ecos-rs` (lib test) due to 1 previous error; 29 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "42c7be4c4139bebd1bb4c105c65e2c709df251c1439ac6e16e3391be2fe8ac88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42c7be4c4139bebd1bb4c105c65e2c709df251c1439ac6e16e3391be2fe8ac88", kill_on_drop: false }`
[INFO] [stdout] 42c7be4c4139bebd1bb4c105c65e2c709df251c1439ac6e16e3391be2fe8ac88
