[INFO] updating cached repository https://github.com/feelmyears/rulp [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d670c09d441a9a6cc92d8c4b7c37f04f61c45ca3 [INFO] testing feelmyears/rulp against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffeelmyears%2Frulp" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/feelmyears/rulp on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/feelmyears/rulp [INFO] finished tweaking git repo https://github.com/feelmyears/rulp [INFO] tweaked toml for git repo https://github.com/feelmyears/rulp written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/feelmyears/rulp already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 837f2b3ecfbba9b9085e602cc06f4c80df13750bdf7d6149c4405ec898b30588 [INFO] running `"docker" "start" "-a" "837f2b3ecfbba9b9085e602cc06f4c80df13750bdf7d6149c4405ec898b30588"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling matrixmultiply v0.1.13 [INFO] [stderr] Compiling unicode-segmentation v0.1.3 [INFO] [stderr] Compiling assert_approx_eq v0.2.2 [INFO] [stderr] Compiling term_size v0.2.3 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling clap v2.19.3 [INFO] [stderr] Compiling rulinalg v0.4.2 [INFO] [stderr] Compiling rulp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.76s [INFO] running `"docker" "inspect" "837f2b3ecfbba9b9085e602cc06f4c80df13750bdf7d6149c4405ec898b30588"` [INFO] running `"docker" "rm" "-f" "837f2b3ecfbba9b9085e602cc06f4c80df13750bdf7d6149c4405ec898b30588"` [INFO] [stdout] 837f2b3ecfbba9b9085e602cc06f4c80df13750bdf7d6149c4405ec898b30588 [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=warn" "-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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5e9bfcbbe43633fb081cad8f425c5bb5dfa0db9b267a98d8e5b19467710dbd33 [INFO] running `"docker" "start" "-a" "5e9bfcbbe43633fb081cad8f425c5bb5dfa0db9b267a98d8e5b19467710dbd33"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rulp v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/solver/impl_solver.rs:466:3 [INFO] [stderr] | [INFO] [stderr] 466 | assert_matrix_eq!(SimplexSolver::convert_lp_to_tableau(&lp), expected); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/solver/impl_solver.rs:600:6 [INFO] [stderr] | [INFO] [stderr] 600 | assert_matrix_eq!(simplex.tableau, expected_no_change); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/solver/impl_solver.rs:603:3 [INFO] [stderr] | [INFO] [stderr] 603 | assert_matrix_eq!(simplex.tableau, expected_change); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/solver/impl_solver.rs:618:6 [INFO] [stderr] | [INFO] [stderr] 618 | assert_matrix_eq!(simplex.tableau, expected_1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/solver/impl_solver.rs:628:6 [INFO] [stderr] | [INFO] [stderr] 628 | assert_matrix_eq!(simplex.tableau, expected_2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/solver/impl_solver.rs:643:3 [INFO] [stderr] | [INFO] [stderr] 643 | assert_matrix_eq!(simplex.tableau, expected); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:461:18 [INFO] [stderr] | [INFO] [stderr] 461 | let expected = matrix![ [INFO] [stderr] | ________________________^ [INFO] [stderr] 462 | | 1., -1., -1., 0., 0., 0.; [INFO] [stderr] 463 | | 0., 2., 1., 1., 0., 4.; [INFO] [stderr] 464 | | 0., 1., 2., 0., 1., 3.]; [INFO] [stderr] | |_____________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:471:11 [INFO] [stderr] | [INFO] [stderr] 471 | let A = matrix![1., 0., 3., 1., 0.; [INFO] [stderr] | _________________^ [INFO] [stderr] 472 | | 3., 1., 3., 0., 1.]; [INFO] [stderr] | |___________________________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:552:14 [INFO] [stderr] | [INFO] [stderr] 552 | let A = matrix![1., 0., 3., 1., 0.; [INFO] [stderr] | _________________^ [INFO] [stderr] 553 | | 3., 1., 3., 0., 1.]; [INFO] [stderr] | |___________________________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:587:31 [INFO] [stderr] | [INFO] [stderr] 587 | let expected_no_change = matrix![ [INFO] [stderr] | __________________________________^ [INFO] [stderr] 588 | | 1., -1., -1., 0., 0., 0.; [INFO] [stderr] 589 | | 0., 2., 1., 1., 0., 4.; [INFO] [stderr] 590 | | 0., 1., 2., 0., 1., 3. [INFO] [stderr] 591 | | ]; [INFO] [stderr] | |_________________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:593:28 [INFO] [stderr] | [INFO] [stderr] 593 | let expected_change = matrix![ [INFO] [stderr] | _______________________________^ [INFO] [stderr] 594 | | 1., -1., -1., 0., 0., 0.; [INFO] [stderr] 595 | | 0., 1., 0.5, 0.5, 0., 2.; [INFO] [stderr] 596 | | 0., 1., 2., 0., 1., 3. [INFO] [stderr] 597 | | ]; [INFO] [stderr] | |_________________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:611:23 [INFO] [stderr] | [INFO] [stderr] 611 | let expected_1 = matrix![ [INFO] [stderr] | __________________________^ [INFO] [stderr] 612 | | 1., 0., 1., 0., 1., 3.; [INFO] [stderr] 613 | | 0., 2., 1., 1., 0., 4.; [INFO] [stderr] 614 | | 0., 1., 2., 0., 1., 3. [INFO] [stderr] 615 | | ]; [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:621:23 [INFO] [stderr] | [INFO] [stderr] 621 | let expected_2 = matrix![ [INFO] [stderr] | __________________________^ [INFO] [stderr] 622 | | 1., -1., -1., 0., 0., 0.; [INFO] [stderr] 623 | | 0., 2., 1., 1., 0., 4.; [INFO] [stderr] 624 | | 0., 0., 1.5, -0.5, 1., 1. [INFO] [stderr] 625 | | ]; [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:636:18 [INFO] [stderr] | [INFO] [stderr] 636 | let expected = matrix![ [INFO] [stderr] | ________________________^ [INFO] [stderr] 637 | | 1., 0., -0.5, 0.5, 0., 2.; [INFO] [stderr] 638 | | 0., 1., 0.5, 0.5, 0., 2.; [INFO] [stderr] 639 | | 0., 0., 1.5, -0.5, 1., 1. [INFO] [stderr] 640 | | ]; [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:660:11 [INFO] [stderr] | [INFO] [stderr] 660 | let A = matrix![2., 1., 1., 0.; [INFO] [stderr] | _________________^ [INFO] [stderr] 661 | | 1., 2., 0., 1.]; [INFO] [stderr] | |_______________________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:684:11 [INFO] [stderr] | [INFO] [stderr] 684 | let A = matrix![20., 6., 3., 1., 0., 0., 0.; [INFO] [stderr] | _________________^ [INFO] [stderr] 685 | | 0., 1., 0., 0., 1., 0., 0.; [INFO] [stderr] 686 | | -1., -1., 1., 0., 0., 1., 0.; [INFO] [stderr] 687 | | -9., 1., 1., 0., 0., 0., 1.]; [INFO] [stderr] | |____________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 16 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.75s [INFO] running `"docker" "inspect" "5e9bfcbbe43633fb081cad8f425c5bb5dfa0db9b267a98d8e5b19467710dbd33"` [INFO] running `"docker" "rm" "-f" "5e9bfcbbe43633fb081cad8f425c5bb5dfa0db9b267a98d8e5b19467710dbd33"` [INFO] [stdout] 5e9bfcbbe43633fb081cad8f425c5bb5dfa0db9b267a98d8e5b19467710dbd33 [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=warn" "-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" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bb2e42d213a185b65c9457d8bf0f0596e80e2cf80ee316186dd70155bdfb77f8 [INFO] running `"docker" "start" "-a" "bb2e42d213a185b65c9457d8bf0f0596e80e2cf80ee316186dd70155bdfb77f8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/solver/impl_solver.rs:466:3 [INFO] [stderr] | [INFO] [stderr] 466 | assert_matrix_eq!(SimplexSolver::convert_lp_to_tableau(&lp), expected); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/solver/impl_solver.rs:600:6 [INFO] [stderr] | [INFO] [stderr] 600 | assert_matrix_eq!(simplex.tableau, expected_no_change); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/solver/impl_solver.rs:603:3 [INFO] [stderr] | [INFO] [stderr] 603 | assert_matrix_eq!(simplex.tableau, expected_change); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/solver/impl_solver.rs:618:6 [INFO] [stderr] | [INFO] [stderr] 618 | assert_matrix_eq!(simplex.tableau, expected_1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/solver/impl_solver.rs:628:6 [INFO] [stderr] | [INFO] [stderr] 628 | assert_matrix_eq!(simplex.tableau, expected_2); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/solver/impl_solver.rs:643:3 [INFO] [stderr] | [INFO] [stderr] 643 | assert_matrix_eq!(simplex.tableau, expected); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:461:18 [INFO] [stderr] | [INFO] [stderr] 461 | let expected = matrix![ [INFO] [stderr] | ________________________^ [INFO] [stderr] 462 | | 1., -1., -1., 0., 0., 0.; [INFO] [stderr] 463 | | 0., 2., 1., 1., 0., 4.; [INFO] [stderr] 464 | | 0., 1., 2., 0., 1., 3.]; [INFO] [stderr] | |_____________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:471:11 [INFO] [stderr] | [INFO] [stderr] 471 | let A = matrix![1., 0., 3., 1., 0.; [INFO] [stderr] | _________________^ [INFO] [stderr] 472 | | 3., 1., 3., 0., 1.]; [INFO] [stderr] | |___________________________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:552:14 [INFO] [stderr] | [INFO] [stderr] 552 | let A = matrix![1., 0., 3., 1., 0.; [INFO] [stderr] | _________________^ [INFO] [stderr] 553 | | 3., 1., 3., 0., 1.]; [INFO] [stderr] | |___________________________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:587:31 [INFO] [stderr] | [INFO] [stderr] 587 | let expected_no_change = matrix![ [INFO] [stderr] | __________________________________^ [INFO] [stderr] 588 | | 1., -1., -1., 0., 0., 0.; [INFO] [stderr] 589 | | 0., 2., 1., 1., 0., 4.; [INFO] [stderr] 590 | | 0., 1., 2., 0., 1., 3. [INFO] [stderr] 591 | | ]; [INFO] [stderr] | |_________________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:593:28 [INFO] [stderr] | [INFO] [stderr] 593 | let expected_change = matrix![ [INFO] [stderr] | _______________________________^ [INFO] [stderr] 594 | | 1., -1., -1., 0., 0., 0.; [INFO] [stderr] 595 | | 0., 1., 0.5, 0.5, 0., 2.; [INFO] [stderr] 596 | | 0., 1., 2., 0., 1., 3. [INFO] [stderr] 597 | | ]; [INFO] [stderr] | |_________________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:611:23 [INFO] [stderr] | [INFO] [stderr] 611 | let expected_1 = matrix![ [INFO] [stderr] | __________________________^ [INFO] [stderr] 612 | | 1., 0., 1., 0., 1., 3.; [INFO] [stderr] 613 | | 0., 2., 1., 1., 0., 4.; [INFO] [stderr] 614 | | 0., 1., 2., 0., 1., 3. [INFO] [stderr] 615 | | ]; [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:621:23 [INFO] [stderr] | [INFO] [stderr] 621 | let expected_2 = matrix![ [INFO] [stderr] | __________________________^ [INFO] [stderr] 622 | | 1., -1., -1., 0., 0., 0.; [INFO] [stderr] 623 | | 0., 2., 1., 1., 0., 4.; [INFO] [stderr] 624 | | 0., 0., 1.5, -0.5, 1., 1. [INFO] [stderr] 625 | | ]; [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:636:18 [INFO] [stderr] | [INFO] [stderr] 636 | let expected = matrix![ [INFO] [stderr] | ________________________^ [INFO] [stderr] 637 | | 1., 0., -0.5, 0.5, 0., 2.; [INFO] [stderr] 638 | | 0., 1., 0.5, 0.5, 0., 2.; [INFO] [stderr] 639 | | 0., 0., 1.5, -0.5, 1., 1. [INFO] [stderr] 640 | | ]; [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:660:11 [INFO] [stderr] | [INFO] [stderr] 660 | let A = matrix![2., 1., 1., 0.; [INFO] [stderr] | _________________^ [INFO] [stderr] 661 | | 1., 2., 0., 1.]; [INFO] [stderr] | |_______________________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/solver/impl_solver.rs:684:11 [INFO] [stderr] | [INFO] [stderr] 684 | let A = matrix![20., 6., 3., 1., 0., 0., 0.; [INFO] [stderr] | _________________^ [INFO] [stderr] 685 | | 0., 1., 0., 0., 1., 0., 0.; [INFO] [stderr] 686 | | -1., -1., 1., 0., 0., 1., 0.; [INFO] [stderr] 687 | | -9., 1., 1., 0., 0., 0., 1.]; [INFO] [stderr] | |____________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 16 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rulp-0d40f136aaa18c39 [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test solver::impl_solver::solve_tests::case_study_test ... ok [INFO] [stdout] test solver::impl_solver::solve_tests::calc_pivot_ratio_test ... ok [INFO] [stdout] test solver::impl_solver::solve_tests::choose_pivot_col_test ... ok [INFO] [stdout] test solver::impl_solver::solve_tests::choose_pivot_row_test ... ok [INFO] [stdout] test solver::impl_solver::solve_tests::get_basic_feasible_solution_test ... ok [INFO] [stdout] test solver::impl_solver::solve_tests::is_basic_test ... ok [INFO] [stdout] test solver::impl_solver::solve_tests::eliminate_row_test ... ok [INFO] [stdout] test solver::impl_solver::solve_tests::normalize_pivot_test ... ok [INFO] [stdout] test solver::impl_solver::solve_tests::is_optimal_test ... ok [INFO] [stdout] test solver::impl_solver::solve_tests::pivot_test ... ok [INFO] [stdout] test solver::impl_solver::solve_tests::to_tableau_test ... ok [INFO] [stdout] test solver::impl_solver::solve_tests::solve_test ... ok [INFO] [stdout] test parser::impl_parser::LPParser_tests::parse_variable_declaration_test ... ok [INFO] [stdout] test parser::impl_parser::LPParser_tests::parse_vars_test ... ok [INFO] [stdout] test parser::impl_parser::LPParser_tests::line_type_test ... ok [INFO] [stdout] test solver::impl_solver::solve_tests::is_basic_rhs_test ... ok [INFO] [stdout] test solver::impl_solver::solve_tests::is_basic_z_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rulp-7baf0877e759e2c2 [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/rustwide/target/debug/deps/mod-8fa31b2089a2df2c [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test unbounded_file_test ... ok [INFO] [stdout] test infeasible_file_test ... ok [INFO] [stdout] test radiation_file_test ... ok [INFO] [stdout] test minimize_text_test ... ok [INFO] [stdout] test maximize_text_test ... ok [INFO] [stdout] test advertisement_file_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests rulp [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/solver/impl_solver.rs - solver::impl_solver::SimplexSolver::solve (line 23) ... ok [INFO] [stdout] test src/builder/impl_builder.rs - builder::impl_builder::Builder::build_lp (line 56) ... ok [INFO] [stdout] test src/parser/impl_parser.rs - parser::impl_parser::Parser::lp_from_text (line 43) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "bb2e42d213a185b65c9457d8bf0f0596e80e2cf80ee316186dd70155bdfb77f8"` [INFO] running `"docker" "rm" "-f" "bb2e42d213a185b65c9457d8bf0f0596e80e2cf80ee316186dd70155bdfb77f8"` [INFO] [stdout] bb2e42d213a185b65c9457d8bf0f0596e80e2cf80ee316186dd70155bdfb77f8