[INFO] updating cached repository https://github.com/bjornarg/scaling-octo-computing-machine
[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] 0d22ac13a04451e82a134b40728d347519c4b0ca
[INFO] checking bjornarg/scaling-octo-computing-machine against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbjornarg%2Fscaling-octo-computing-machine" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/bjornarg/scaling-octo-computing-machine on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/bjornarg/scaling-octo-computing-machine
[INFO] finished tweaking git repo https://github.com/bjornarg/scaling-octo-computing-machine
[INFO] tweaked toml for git repo https://github.com/bjornarg/scaling-octo-computing-machine written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate git repo https://github.com/bjornarg/scaling-octo-computing-machine already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr] error: the lock file /workspace/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Updating git repository `https://github.com/linuxfood/rustsqlite.git`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 5e9f4ba82ac430aa505c25e9ec2d4f2f281095ba3099e96736dcc95bb1e16f74
[INFO] running `"docker" "start" "-a" "5e9f4ba82ac430aa505c25e9ec2d4f2f281095ba3099e96736dcc95bb1e16f74"`
[INFO] [stderr]     Checking sqlite3 v0.1.0 (https://github.com/linuxfood/rustsqlite.git#d586703e)
[INFO] [stderr]     Checking geneticrust v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] error: invalid suffix `i` for integer literal
[INFO] [stderr]   --> src/main.rs:19:20
[INFO] [stderr]    |
[INFO] [stderr] 19 |     for i in range(0i, 1000000i) {
[INFO] [stderr]    |                    ^^ invalid suffix `i`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `i` for integer literal
[INFO] [stderr]   --> src/main.rs:19:24
[INFO] [stderr]    |
[INFO] [stderr] 19 |     for i in range(0i, 1000000i) {
[INFO] [stderr]    |                        ^^^^^^^^ invalid suffix `i`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,`
[INFO] [stderr]  --> src/dna.rs:9:14
[INFO] [stderr]   |
[INFO] [stderr] 9 |     dna: [f64, ..4],
[INFO] [stderr]   |              ^ expected one of 7 possible tokens
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `u` for integer literal
[INFO] [stderr]  --> src/genetic.rs:6:32
[INFO] [stderr]   |
[INFO] [stderr] 6 | static POPULATION_SIZE: uint = 20u;
[INFO] [stderr]   |                                ^^^ invalid suffix `u`
[INFO] [stderr]   |
[INFO] [stderr]   = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `i` for integer literal
[INFO] [stderr]   --> src/main.rs:19:20
[INFO] [stderr]    |
[INFO] [stderr] 19 |     for i in range(0i, 1000000i) {
[INFO] [stderr]    |                    ^^ invalid suffix `i`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `i` for integer literal
[INFO] [stderr]   --> src/main.rs:19:24
[INFO] [stderr]    |
[INFO] [stderr] 19 |     for i in range(0i, 1000000i) {
[INFO] [stderr]    |                        ^^^^^^^^ invalid suffix `i`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,`
[INFO] [stderr]  --> src/dna.rs:9:14
[INFO] [stderr]   |
[INFO] [stderr] 9 |     dna: [f64, ..4],
[INFO] [stderr]   |              ^ expected one of 7 possible tokens
[INFO] [stderr] 
[INFO] [stderr] error: invalid suffix `u` for integer literal
[INFO] [stderr]  --> src/genetic.rs:6:32
[INFO] [stderr]   |
[INFO] [stderr] 6 | static POPULATION_SIZE: uint = 20u;
[INFO] [stderr]   |                                ^^^ invalid suffix `u`
[INFO] [stderr]   |
[INFO] [stderr]   = help: the suffix must be one of the integral types (`u32`, `isize`, etc)
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::rand`
[INFO] [stderr]  --> src/dna.rs:1:10
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::rand::{task_rng, Rng};
[INFO] [stderr]   |          ^^^^ could not find `rand` in `std`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::rand`
[INFO] [stderr]  --> src/genetic.rs:1:10
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::rand::{task_rng, Rng};
[INFO] [stderr]   |          ^^^^ could not find `rand` in `std`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]   --> src/dna.rs:18:18
[INFO] [stderr]    |
[INFO] [stderr] 18 |         for i in range(0, self.dna.len()) {
[INFO] [stderr]    |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]   --> src/dna.rs:40:18
[INFO] [stderr]    |
[INFO] [stderr] 40 |         for i in range(0, self.dna.len()) {
[INFO] [stderr]    |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Show` in module `fmt`
[INFO] [stderr]   --> src/dna.rs:74:11
[INFO] [stderr]    |
[INFO] [stderr] 74 | impl fmt::Show for DNA {
[INFO] [stderr]    |           ^^^^ not found in `fmt`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]  --> src/log.rs:6:15
[INFO] [stderr]   |
[INFO] [stderr] 6 |     pub rssi: int,
[INFO] [stderr]   |               ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]  --> src/log.rs:7:19
[INFO] [stderr]   |
[INFO] [stderr] 7 |     pub tx_power: int,
[INFO] [stderr]   |                   ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]  --> src/genetic.rs:6:25
[INFO] [stderr]   |
[INFO] [stderr] 6 | static POPULATION_SIZE: uint = 20u;
[INFO] [stderr]   |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/genetic.rs:11:15
[INFO] [stderr]    |
[INFO] [stderr] 11 |     position: uint,
[INFO] [stderr]    |               ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Ordering` in this scope
[INFO] [stderr]   --> src/genetic.rs:25:39
[INFO] [stderr]    |
[INFO] [stderr] 25 |     fn cmp(&self, other: &DNAPair) -> Ordering {
[INFO] [stderr]    |                                       ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::sync::atomic::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Less` in this scope
[INFO] [stderr]   --> src/genetic.rs:27:20
[INFO] [stderr]    |
[INFO] [stderr] 27 |             return Less;
[INFO] [stderr]    |                    ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering::Less;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Greater` in this scope
[INFO] [stderr]   --> src/genetic.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |             return Greater;
[INFO] [stderr]    |                    ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering::Greater;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Equal` in this scope
[INFO] [stderr]   --> src/genetic.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 31 |         Equal
[INFO] [stderr]    |         ^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering::Equal;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Ordering` in this scope
[INFO] [stderr]   --> src/genetic.rs:36:54
[INFO] [stderr]    |
[INFO] [stderr] 36 |     fn partial_cmp(&self, other: &DNAPair) -> Option<Ordering> {
[INFO] [stderr]    |                                                      ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::sync::atomic::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 35 | impl<Ordering> PartialOrd for DNAPair {
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Less` in this scope
[INFO] [stderr]   --> src/genetic.rs:38:25
[INFO] [stderr]    |
[INFO] [stderr] 38 |             return Some(Less);
[INFO] [stderr]    |                         ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering::Less;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Greater` in this scope
[INFO] [stderr]   --> src/genetic.rs:40:25
[INFO] [stderr]    |
[INFO] [stderr] 40 |             return Some(Greater);
[INFO] [stderr]    |                         ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering::Greater;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Equal` in this scope
[INFO] [stderr]   --> src/genetic.rs:42:14
[INFO] [stderr]    |
[INFO] [stderr] 42 |         Some(Equal)
[INFO] [stderr]    |              ^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering::Equal;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]   --> src/genetic.rs:64:14
[INFO] [stderr]    |
[INFO] [stderr] 64 |     for i in range(0, population.len()) {
[INFO] [stderr]    |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]   --> src/genetic.rs:75:14
[INFO] [stderr]    |
[INFO] [stderr] 75 |     for _ in range(0, POPULATION_SIZE-1) {
[INFO] [stderr]    |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/genetic.rs:85:53
[INFO] [stderr]    |
[INFO] [stderr] 85 | fn get_parent(fitness_evaluation: &Vec<DNAPair>) -> uint {
[INFO] [stderr]    |                                                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]   --> src/main.rs:19:14
[INFO] [stderr]    |
[INFO] [stderr] 19 |     for i in range(0i, 1000000i) {
[INFO] [stderr]    |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `sqlite3::types::*`
[INFO] [stderr]  --> src/log.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use sqlite3::types::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 25 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `geneticrust`.
[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[E0432]: unresolved import `std::rand`
[INFO] [stderr]  --> src/dna.rs:1:10
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::rand::{task_rng, Rng};
[INFO] [stderr]   |          ^^^^ could not find `rand` in `std`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `std::rand`
[INFO] [stderr]  --> src/genetic.rs:1:10
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::rand::{task_rng, Rng};
[INFO] [stderr]   |          ^^^^ could not find `rand` in `std`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]   --> src/dna.rs:18:18
[INFO] [stderr]    |
[INFO] [stderr] 18 |         for i in range(0, self.dna.len()) {
[INFO] [stderr]    |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]   --> src/dna.rs:40:18
[INFO] [stderr]    |
[INFO] [stderr] 40 |         for i in range(0, self.dna.len()) {
[INFO] [stderr]    |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0405]: cannot find trait `Show` in module `fmt`
[INFO] [stderr]   --> src/dna.rs:74:11
[INFO] [stderr]    |
[INFO] [stderr] 74 | impl fmt::Show for DNA {
[INFO] [stderr]    |           ^^^^ not found in `fmt`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]  --> src/log.rs:6:15
[INFO] [stderr]   |
[INFO] [stderr] 6 |     pub rssi: int,
[INFO] [stderr]   |               ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `int` in this scope
[INFO] [stderr]  --> src/log.rs:7:19
[INFO] [stderr]   |
[INFO] [stderr] 7 |     pub tx_power: int,
[INFO] [stderr]   |                   ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]  --> src/genetic.rs:6:25
[INFO] [stderr]   |
[INFO] [stderr] 6 | static POPULATION_SIZE: uint = 20u;
[INFO] [stderr]   |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/genetic.rs:11:15
[INFO] [stderr]    |
[INFO] [stderr] 11 |     position: uint,
[INFO] [stderr]    |               ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Ordering` in this scope
[INFO] [stderr]   --> src/genetic.rs:25:39
[INFO] [stderr]    |
[INFO] [stderr] 25 |     fn cmp(&self, other: &DNAPair) -> Ordering {
[INFO] [stderr]    |                                       ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::sync::atomic::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Less` in this scope
[INFO] [stderr]   --> src/genetic.rs:27:20
[INFO] [stderr]    |
[INFO] [stderr] 27 |             return Less;
[INFO] [stderr]    |                    ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering::Less;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Greater` in this scope
[INFO] [stderr]   --> src/genetic.rs:29:20
[INFO] [stderr]    |
[INFO] [stderr] 29 |             return Greater;
[INFO] [stderr]    |                    ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering::Greater;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Equal` in this scope
[INFO] [stderr]   --> src/genetic.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 31 |         Equal
[INFO] [stderr]    |         ^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering::Equal;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Ordering` in this scope
[INFO] [stderr]   --> src/genetic.rs:36:54
[INFO] [stderr]    |
[INFO] [stderr] 36 |     fn partial_cmp(&self, other: &DNAPair) -> Option<Ordering> {
[INFO] [stderr]    |                                                      ^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::sync::atomic::Ordering;
[INFO] [stderr]    |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]    |
[INFO] [stderr] 35 | impl<Ordering> PartialOrd for DNAPair {
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Less` in this scope
[INFO] [stderr]   --> src/genetic.rs:38:25
[INFO] [stderr]    |
[INFO] [stderr] 38 |             return Some(Less);
[INFO] [stderr]    |                         ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering::Less;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Greater` in this scope
[INFO] [stderr]   --> src/genetic.rs:40:25
[INFO] [stderr]    |
[INFO] [stderr] 40 |             return Some(Greater);
[INFO] [stderr]    |                         ^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering::Greater;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `Equal` in this scope
[INFO] [stderr]   --> src/genetic.rs:42:14
[INFO] [stderr]    |
[INFO] [stderr] 42 |         Some(Equal)
[INFO] [stderr]    |              ^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use std::cmp::Ordering::Equal;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]   --> src/genetic.rs:64:14
[INFO] [stderr]    |
[INFO] [stderr] 64 |     for i in range(0, population.len()) {
[INFO] [stderr]    |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]   --> src/genetic.rs:75:14
[INFO] [stderr]    |
[INFO] [stderr] 75 |     for _ in range(0, POPULATION_SIZE-1) {
[INFO] [stderr]    |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `uint` in this scope
[INFO] [stderr]   --> src/genetic.rs:85:53
[INFO] [stderr]    |
[INFO] [stderr] 85 | fn get_parent(fitness_evaluation: &Vec<DNAPair>) -> uint {
[INFO] [stderr]    |                                                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `range` in this scope
[INFO] [stderr]   --> src/main.rs:19:14
[INFO] [stderr]    |
[INFO] [stderr] 19 |     for i in range(0i, 1000000i) {
[INFO] [stderr]    |              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `sqlite3::types::*`
[INFO] [stderr]  --> src/log.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use sqlite3::types::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 25 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0405, E0412, E0425, E0432.
[INFO] [stderr] For more information about an error, try `rustc --explain E0405`.
[INFO] [stderr] error: could not compile `geneticrust`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "5e9f4ba82ac430aa505c25e9ec2d4f2f281095ba3099e96736dcc95bb1e16f74"`
[INFO] running `"docker" "rm" "-f" "5e9f4ba82ac430aa505c25e9ec2d4f2f281095ba3099e96736dcc95bb1e16f74"`
[INFO] [stdout] 5e9f4ba82ac430aa505c25e9ec2d4f2f281095ba3099e96736dcc95bb1e16f74
