[INFO] crate minilp 0.1.0 is already in cache [INFO] checking minilp-0.1.0 against try#1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 for pr-69530 [INFO] extracting crate minilp 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate minilp 0.1.0 on toolchain 1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate minilp 0.1.0 [INFO] finished tweaking crates.io crate minilp 0.1.0 [INFO] tweaked toml for crates.io crate minilp 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate minilp 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1cdff26b98d4c2377ea6ae8929f1daebbf58f2b0" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 25952588e476c2ba379e28935753fa77def0910a17a44a5a9cd64a863b515fc8 [INFO] running `"docker" "start" "-a" "25952588e476c2ba379e28935753fa77def0910a17a44a5a9cd64a863b515fc8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ndarray v0.13.0 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_pcg v0.2.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking sprs v0.7.1 [INFO] [stderr] Checking minilp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/lib.rs:473:46 [INFO] [stderr] | [INFO] [stderr] 473 | let v1 = problem.add_var(3.0, (12.0, f64::INFINITY)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/lib.rs:474:45 [INFO] [stderr] | [INFO] [stderr] 474 | let v2 = problem.add_var(4.0, (5.0, f64::INFINITY)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/lib.rs:493:44 [INFO] [stderr] | [INFO] [stderr] 493 | let _ = problem.add_var(1.0, (0.0, f64::INFINITY)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/lib.rs:524:45 [INFO] [stderr] | [INFO] [stderr] 524 | let _ = problem.add_var(-1.0, (0.0, f64::INFINITY)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/lib.rs:531:45 [INFO] [stderr] | [INFO] [stderr] 531 | let v1 = problem.add_var(1.0, (0.0, f64::INFINITY)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/lib.rs:532:40 [INFO] [stderr] | [INFO] [stderr] 532 | let v2 = problem.add_var(2.0, (f64::NEG_INFINITY, f64::INFINITY)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/lib.rs:532:59 [INFO] [stderr] | [INFO] [stderr] 532 | let v2 = problem.add_var(2.0, (f64::NEG_INFINITY, f64::INFINITY)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/lib.rs:581:45 [INFO] [stderr] | [INFO] [stderr] 581 | let v1 = problem.add_var(2.0, (0.0, f64::INFINITY)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/lib.rs:582:45 [INFO] [stderr] | [INFO] [stderr] 582 | let v2 = problem.add_var(1.0, (0.0, f64::INFINITY)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/lib.rs:626:45 [INFO] [stderr] | [INFO] [stderr] 626 | let v1 = problem.add_var(0.0, (0.0, f64::INFINITY)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/lib.rs:627:46 [INFO] [stderr] | [INFO] [stderr] 627 | let v2 = problem.add_var(-1.0, (0.0, f64::INFINITY)); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/mps.rs:269:40 [INFO] [stderr] | [INFO] [stderr] 269 | var_def.min = Some(f64::NEG_INFINITY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/mps.rs:270:40 [INFO] [stderr] | [INFO] [stderr] 270 | var_def.max = Some(f64::INFINITY); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/mps.rs:298:44 [INFO] [stderr] | [INFO] [stderr] 298 | (Some(min), None) => (min, f64::INFINITY), [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/mps.rs:299:52 [INFO] [stderr] | [INFO] [stderr] 299 | (None, Some(max)) if max < 0.0 => (f64::NEG_INFINITY, max), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/mps.rs:301:39 [INFO] [stderr] | [INFO] [stderr] 301 | (None, None) => (0.0, f64::INFINITY), [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:189:43 [INFO] [stderr] | [INFO] [stderr] 189 | ComparisonOp::Le => (0.0, f64::INFINITY), [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:190:38 [INFO] [stderr] | [INFO] [stderr] 190 | ComparisonOp::Ge => (f64::NEG_INFINITY, 0.0), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/mps.rs:269:40 [INFO] [stderr] | [INFO] [stderr] 269 | var_def.min = Some(f64::NEG_INFINITY); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/mps.rs:270:40 [INFO] [stderr] | [INFO] [stderr] 270 | var_def.max = Some(f64::INFINITY); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/mps.rs:298:44 [INFO] [stderr] | [INFO] [stderr] 298 | (Some(min), None) => (min, f64::INFINITY), [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/mps.rs:299:52 [INFO] [stderr] | [INFO] [stderr] 299 | (None, Some(max)) if max < 0.0 => (f64::NEG_INFINITY, max), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/mps.rs:301:39 [INFO] [stderr] | [INFO] [stderr] 301 | (None, None) => (0.0, f64::INFINITY), [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:502:39 [INFO] [stderr] | [INFO] [stderr] 502 | ComparisonOp::Le => (0.0, f64::INFINITY), [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:503:34 [INFO] [stderr] | [INFO] [stderr] 503 | ComparisonOp::Ge => (f64::NEG_INFINITY, 0.0), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:624:34 [INFO] [stderr] | [INFO] [stderr] 624 | let mut best_score = f64::NEG_INFINITY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:744:37 [INFO] [stderr] | [INFO] [stderr] 744 | let mut max_infeasibility = f64::NEG_INFINITY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:745:35 [INFO] [stderr] | [INFO] [stderr] 745 | let mut leaving_new_val = f64::NAN; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:794:42 [INFO] [stderr] | [INFO] [stderr] 794 | let mut min_obj_coeff_diff_abs = f64::INFINITY; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:795:35 [INFO] [stderr] | [INFO] [stderr] 795 | let mut pivot_coeff_abs = f64::NEG_INFINITY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:189:43 [INFO] [stderr] | [INFO] [stderr] 189 | ComparisonOp::Le => (0.0, f64::INFINITY), [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:190:38 [INFO] [stderr] | [INFO] [stderr] 190 | ComparisonOp::Ge => (f64::NEG_INFINITY, 0.0), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 14 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: could not compile `minilp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:502:39 [INFO] [stderr] | [INFO] [stderr] 502 | ComparisonOp::Le => (0.0, f64::INFINITY), [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:503:34 [INFO] [stderr] | [INFO] [stderr] 503 | ComparisonOp::Ge => (f64::NEG_INFINITY, 0.0), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:624:34 [INFO] [stderr] | [INFO] [stderr] 624 | let mut best_score = f64::NEG_INFINITY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:744:37 [INFO] [stderr] | [INFO] [stderr] 744 | let mut max_infeasibility = f64::NEG_INFINITY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:745:35 [INFO] [stderr] | [INFO] [stderr] 745 | let mut leaving_new_val = f64::NAN; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:794:42 [INFO] [stderr] | [INFO] [stderr] 794 | let mut min_obj_coeff_diff_abs = f64::INFINITY; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:795:35 [INFO] [stderr] | [INFO] [stderr] 795 | let mut pivot_coeff_abs = f64::NEG_INFINITY; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:1191:15 [INFO] [stderr] | [INFO] [stderr] 1191 | &[f64::NEG_INFINITY, 5.0], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:1192:20 [INFO] [stderr] | [INFO] [stderr] 1192 | &[0.0, f64::INFINITY], [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:1210:15 [INFO] [stderr] | [INFO] [stderr] 1210 | &[f64::NEG_INFINITY, 5.0, 0.0, 0.0, f64::NEG_INFINITY, 0.0,] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:1210:49 [INFO] [stderr] | [INFO] [stderr] 1210 | &[f64::NEG_INFINITY, 5.0, 0.0, 0.0, f64::NEG_INFINITY, 0.0,] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:1214:20 [INFO] [stderr] | [INFO] [stderr] 1214 | &[0.0, f64::INFINITY, f64::INFINITY, f64::INFINITY, 0.0, 0.0] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:1214:35 [INFO] [stderr] | [INFO] [stderr] 1214 | &[0.0, f64::INFINITY, f64::INFINITY, f64::INFINITY, 0.0, 0.0] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:1214:50 [INFO] [stderr] | [INFO] [stderr] 1214 | &[0.0, f64::INFINITY, f64::INFINITY, f64::INFINITY, 0.0, 0.0] [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:1242:15 [INFO] [stderr] | [INFO] [stderr] 1242 | &[f64::NEG_INFINITY, 5.0], [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:1243:21 [INFO] [stderr] | [INFO] [stderr] 1243 | &[20.0, f64::INFINITY], [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:1265:15 [INFO] [stderr] | [INFO] [stderr] 1265 | &[f64::INFINITY, f64::INFINITY], [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'assoc_int_consts': recently added [INFO] [stderr] --> src/solver.rs:1265:30 [INFO] [stderr] | [INFO] [stderr] 1265 | &[f64::INFINITY, f64::INFINITY], [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68490 for more information [INFO] [stderr] = help: add `#![feature(assoc_int_consts)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 36 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: could not compile `minilp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "25952588e476c2ba379e28935753fa77def0910a17a44a5a9cd64a863b515fc8"` [INFO] running `"docker" "rm" "-f" "25952588e476c2ba379e28935753fa77def0910a17a44a5a9cd64a863b515fc8"` [INFO] [stdout] 25952588e476c2ba379e28935753fa77def0910a17a44a5a9cd64a863b515fc8