[INFO] fetching crate peregrine-ml 0.32.0... [INFO] testing peregrine-ml-0.32.0 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate peregrine-ml 0.32.0 into /workspace/builds/worker-4-tc1/source [INFO] removed /workspace/builds/worker-4-tc1/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-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate peregrine-ml 0.32.0 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "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" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ravif v0.12.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f427339ebc34ec4513ef201a2e0dfa163dd736804614c509cdf845465862ca3f [INFO] running `Command { std: "docker" "start" "-a" "f427339ebc34ec4513ef201a2e0dfa163dd736804614c509cdf845465862ca3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f427339ebc34ec4513ef201a2e0dfa163dd736804614c509cdf845465862ca3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f427339ebc34ec4513ef201a2e0dfa163dd736804614c509cdf845465862ca3f", kill_on_drop: false }` [INFO] [stdout] f427339ebc34ec4513ef201a2e0dfa163dd736804614c509cdf845465862ca3f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=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" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40323a786952f60f813b1b63d4b694bce00fa49001da351e1e45b15106a7c8d0 [INFO] running `Command { std: "docker" "start" "-a" "40323a786952f60f813b1b63d4b694bce00fa49001da351e1e45b15106a7c8d0", 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" "40323a786952f60f813b1b63d4b694bce00fa49001da351e1e45b15106a7c8d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40323a786952f60f813b1b63d4b694bce00fa49001da351e1e45b15106a7c8d0", kill_on_drop: false }` [INFO] [stdout] 40323a786952f60f813b1b63d4b694bce00fa49001da351e1e45b15106a7c8d0