[INFO] cloning repository https://github.com/mabbamOG/rescue [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mabbamOG/rescue" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmabbamOG%2Frescue", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmabbamOG%2Frescue'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 518442b9e119ab0bdbc68e8b4e851fb22cc6cf60 [INFO] testing mabbamOG/rescue against 1.85.0 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmabbamOG%2Frescue" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mabbamOG/rescue on toolchain 1.85.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mabbamOG/rescue [INFO] finished tweaking git repo https://github.com/mabbamOG/rescue [INFO] tweaked toml for git repo https://github.com/mabbamOG/rescue written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mabbamOG/rescue already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.85.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 30549ae4cd14bfea1d25b526a17fa4fc896a115e1f988e44264b3c70a6a6794b [INFO] running `Command { std: "docker" "start" "-a" "30549ae4cd14bfea1d25b526a17fa4fc896a115e1f988e44264b3c70a6a6794b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "30549ae4cd14bfea1d25b526a17fa4fc896a115e1f988e44264b3c70a6a6794b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30549ae4cd14bfea1d25b526a17fa4fc896a115e1f988e44264b3c70a6a6794b", kill_on_drop: false }` [INFO] [stdout] 30549ae4cd14bfea1d25b526a17fa4fc896a115e1f988e44264b3c70a6a6794b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+1.85.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 874c7d6552eab77481cbcfcab84234c509b98398e8eec3bbd2ee034f4e01bc76 [INFO] running `Command { std: "docker" "start" "-a" "874c7d6552eab77481cbcfcab84234c509b98398e8eec3bbd2ee034f4e01bc76", kill_on_drop: false }` [INFO] [stderr] Compiling rescue v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0080]: evaluation of constant value failed [INFO] [stdout] --> src/main.rs:25:32 [INFO] [stdout] | [INFO] [stdout] 25 | const MDS: [[Fp;12]; 12] = todo!(); [INFO] [stdout] | ^^^^^^^ the evaluated program panicked at 'not yet implemented', src/main.rs:25:32 [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `todo` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> src/main.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 9 | let subkeys: [[Fp;12]; 21] = todo!(); [INFO] [stdout] | ------- any code following this expression is unreachable [INFO] [stdout] 10 | state = vector_add(state, subkeys[0]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `subkeys` [INFO] [stdout] --> src/main.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | let subkeys: [[Fp;12]; 21] = todo!(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subkeys` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: erroneous constant encountered [INFO] [stdout] --> src/main.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | state = matrix_mul(MDS, state); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] note: erroneous constant encountered [INFO] [stdout] --> src/main.rs:30:24 [INFO] [stdout] | [INFO] [stdout] 30 | state = matrix_mul(MDS, state); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0080`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rescue` (bin "rescue") due to 1 previous error; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "874c7d6552eab77481cbcfcab84234c509b98398e8eec3bbd2ee034f4e01bc76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "874c7d6552eab77481cbcfcab84234c509b98398e8eec3bbd2ee034f4e01bc76", kill_on_drop: false }` [INFO] [stdout] 874c7d6552eab77481cbcfcab84234c509b98398e8eec3bbd2ee034f4e01bc76