[INFO] fetching crate peregrine-ml 0.32.0... [INFO] testing peregrine-ml-0.32.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate peregrine-ml 0.32.0 into /workspace/builds/worker-4-tc2/source [INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml [INFO] started tweaking crates.io crate peregrine-ml 0.32.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate peregrine-ml 0.32.0 [INFO] tweaked toml for crates.io crate peregrine-ml 0.32.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate peregrine-ml 0.32.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate peregrine-ml 0.32.0 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ba60d59f16551e9017b07aa9d5d38b226679ec11b5823eedd9cff8969249f2b8 [INFO] running `Command { std: "docker" "start" "-a" "ba60d59f16551e9017b07aa9d5d38b226679ec11b5823eedd9cff8969249f2b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ba60d59f16551e9017b07aa9d5d38b226679ec11b5823eedd9cff8969249f2b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ba60d59f16551e9017b07aa9d5d38b226679ec11b5823eedd9cff8969249f2b8", kill_on_drop: false }` [INFO] [stdout] ba60d59f16551e9017b07aa9d5d38b226679ec11b5823eedd9cff8969249f2b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 62bdfec0fb2a66dbfcccd61bdb309cee67ef0e349d517568287152b554ee9578 [INFO] running `Command { std: "docker" "start" "-a" "62bdfec0fb2a66dbfcccd61bdb309cee67ef0e349d517568287152b554ee9578", kill_on_drop: false }` [INFO] [stderr] Compiling peregrine-ml v0.32.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find value `CBLAS_ROW_MAJOR` in this scope [INFO] [stdout] --> src/tensor.rs:1707:17 [INFO] [stdout] | [INFO] [stdout] 1707 | CBLAS_ROW_MAJOR, CBLAS_NO_TRANS, CBLAS_NO_TRANS, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CBLAS_NO_TRANS` in this scope [INFO] [stdout] --> src/tensor.rs:1707:34 [INFO] [stdout] | [INFO] [stdout] 1707 | CBLAS_ROW_MAJOR, CBLAS_NO_TRANS, CBLAS_NO_TRANS, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CBLAS_NO_TRANS` in this scope [INFO] [stdout] --> src/tensor.rs:1707:50 [INFO] [stdout] | [INFO] [stdout] 1707 | CBLAS_ROW_MAJOR, CBLAS_NO_TRANS, CBLAS_NO_TRANS, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CBLAS_ROW_MAJOR` in this scope [INFO] [stdout] --> src/tensor.rs:1807:17 [INFO] [stdout] | [INFO] [stdout] 1807 | CBLAS_ROW_MAJOR, CBLAS_NO_TRANS, CBLAS_NO_TRANS, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CBLAS_NO_TRANS` in this scope [INFO] [stdout] --> src/tensor.rs:1807:34 [INFO] [stdout] | [INFO] [stdout] 1807 | CBLAS_ROW_MAJOR, CBLAS_NO_TRANS, CBLAS_NO_TRANS, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `CBLAS_NO_TRANS` in this scope [INFO] [stdout] --> src/tensor.rs:1807:50 [INFO] [stdout] | [INFO] [stdout] 1807 | CBLAS_ROW_MAJOR, CBLAS_NO_TRANS, CBLAS_NO_TRANS, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ih_buf` in this scope [INFO] [stdout] --> src/nn.rs:1123:25 [INFO] [stdout] | [INFO] [stdout] 1123 | ih_buf[j] = bih[j]; hh_buf[j] = bhh[j]; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1123 - ih_buf[j] = bih[j]; hh_buf[j] = bhh[j]; [INFO] [stdout] 1123 + hh_buf[j] = bih[j]; hh_buf[j] = bhh[j]; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ih_buf` in this scope [INFO] [stdout] --> src/nn.rs:1124:42 [INFO] [stdout] | [INFO] [stdout] 1124 | for p in 0..is { ih_buf[j] += x_t[p] * wih[p * 3 * hs + j]; } [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1124 - for p in 0..is { ih_buf[j] += x_t[p] * wih[p * 3 * hs + j]; } [INFO] [stdout] 1124 + for p in 0..is { hh_buf[j] += x_t[p] * wih[p * 3 * hs + j]; } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `x_t` in this scope [INFO] [stdout] --> src/nn.rs:1124:55 [INFO] [stdout] | [INFO] [stdout] 1124 | for p in 0..is { ih_buf[j] += x_t[p] * wih[p * 3 * hs + j]; } [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `sgemm_strided` in this scope [INFO] [stdout] --> src/tensor.rs:231:17 [INFO] [stdout] | [INFO] [stdout] 231 | sgemm_strided( [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `sgemm` in this scope [INFO] [stdout] --> src/tensor.rs:242:17 [INFO] [stdout] | [INFO] [stdout] 242 | sgemm( [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `sgemm_strided` in this scope [INFO] [stdout] --> src/tensor.rs:262:13 [INFO] [stdout] | [INFO] [stdout] 262 | sgemm_strided( [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `sgemm_strided` in this scope [INFO] [stdout] --> src/tensor.rs:272:13 [INFO] [stdout] | [INFO] [stdout] 272 | sgemm_strided( [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cblas_sgemm` in this scope [INFO] [stdout] --> src/tensor.rs:1706:13 [INFO] [stdout] | [INFO] [stdout] 1706 | cblas_sgemm( [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `cblas_sgemm` in this scope [INFO] [stdout] --> src/tensor.rs:1806:13 [INFO] [stdout] | [INFO] [stdout] 1806 | cblas_sgemm( [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `peregrine-ml` (lib) due to 15 previous errors [INFO] running `Command { std: "docker" "inspect" "62bdfec0fb2a66dbfcccd61bdb309cee67ef0e349d517568287152b554ee9578", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62bdfec0fb2a66dbfcccd61bdb309cee67ef0e349d517568287152b554ee9578", kill_on_drop: false }` [INFO] [stdout] 62bdfec0fb2a66dbfcccd61bdb309cee67ef0e349d517568287152b554ee9578