[INFO] cloning repository https://github.com/limelier/genetic_programming [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/limelier/genetic_programming" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flimelier%2Fgenetic_programming", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flimelier%2Fgenetic_programming'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d647ac923d4725e357a7e031460c3d504448dc85 [INFO] testing limelier/genetic_programming against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flimelier%2Fgenetic_programming" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/limelier/genetic_programming on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/limelier/genetic_programming [INFO] finished tweaking git repo https://github.com/limelier/genetic_programming [INFO] tweaked toml for git repo https://github.com/limelier/genetic_programming written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/limelier/genetic_programming already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4c5622df3fb25cbf548fa33c9d4db1f9b6944d0981933eaf15c7f0eb7cb75d4d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4c5622df3fb25cbf548fa33c9d4db1f9b6944d0981933eaf15c7f0eb7cb75d4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4c5622df3fb25cbf548fa33c9d4db1f9b6944d0981933eaf15c7f0eb7cb75d4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c5622df3fb25cbf548fa33c9d4db1f9b6944d0981933eaf15c7f0eb7cb75d4d", kill_on_drop: false }` [INFO] [stdout] 4c5622df3fb25cbf548fa33c9d4db1f9b6944d0981933eaf15c7f0eb7cb75d4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f0f581c748d93a3e14c399075fdaf7a8887608621ff55494bf0107b32fb8784f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f0f581c748d93a3e14c399075fdaf7a8887608621ff55494bf0107b32fb8784f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling syn v1.0.44 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling terminal_size v0.1.16 [INFO] [stderr] Compiling rand_core v0.6.1 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling indicatif v0.16.0 [INFO] [stderr] Compiling toml v0.5.7 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Compiling num_enum_derive v0.5.1 [INFO] [stderr] Compiling num_enum v0.5.1 [INFO] [stderr] Compiling genetic_programming v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.15s [INFO] running `Command { std: "docker" "inspect" "f0f581c748d93a3e14c399075fdaf7a8887608621ff55494bf0107b32fb8784f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0f581c748d93a3e14c399075fdaf7a8887608621ff55494bf0107b32fb8784f", kill_on_drop: false }` [INFO] [stdout] f0f581c748d93a3e14c399075fdaf7a8887608621ff55494bf0107b32fb8784f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fb6d96647f0e672fe396151a6061b886c9df796078b68ae1957424723d2e0b57 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fb6d96647f0e672fe396151a6061b886c9df796078b68ae1957424723d2e0b57", kill_on_drop: false }` [INFO] [stderr] Compiling genetic_programming v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find value `SCORE_TRUE_POSITIVE` in this scope [INFO] [stdout] --> src/genetic/evaluation.rs:123:41 [INFO] [stdout] | [INFO] [stdout] 123 | let expected_block_score = 1. * SCORE_TRUE_POSITIVE [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SCORE_FALSE_NEGATIVE` in this scope [INFO] [stdout] --> src/genetic/evaluation.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | + 7. * SCORE_FALSE_NEGATIVE [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SCORE_TRUE_NEGATIVE` in this scope [INFO] [stdout] --> src/genetic/evaluation.rs:125:40 [INFO] [stdout] | [INFO] [stdout] 125 | + (16. * 16. * 16. - 8.) * SCORE_TRUE_NEGATIVE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SCORE_TRUE_POSITIVE` in this scope [INFO] [stdout] --> src/genetic/evaluation.rs:146:41 [INFO] [stdout] | [INFO] [stdout] 146 | let expected_block_score = 1. * SCORE_TRUE_POSITIVE [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SCORE_FALSE_NEGATIVE` in this scope [INFO] [stdout] --> src/genetic/evaluation.rs:147:20 [INFO] [stdout] | [INFO] [stdout] 147 | + 7. * SCORE_FALSE_NEGATIVE [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SCORE_TRUE_NEGATIVE` in this scope [INFO] [stdout] --> src/genetic/evaluation.rs:148:40 [INFO] [stdout] | [INFO] [stdout] 148 | + (16. * 16. * 16. - 8.) * SCORE_TRUE_NEGATIVE; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `genetic_programming` [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: build failed [INFO] running `Command { std: "docker" "inspect" "fb6d96647f0e672fe396151a6061b886c9df796078b68ae1957424723d2e0b57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb6d96647f0e672fe396151a6061b886c9df796078b68ae1957424723d2e0b57", kill_on_drop: false }` [INFO] [stdout] fb6d96647f0e672fe396151a6061b886c9df796078b68ae1957424723d2e0b57