[INFO] updating cached repository https://github.com/RuneBlaze/kmer_vec [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] 04a6cc6e1d62a1f79204b412cc34845fc3d52cc4 [INFO] checking RuneBlaze/kmer_vec against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRuneBlaze%2Fkmer_vec" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RuneBlaze/kmer_vec on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/RuneBlaze/kmer_vec [INFO] finished tweaking git repo https://github.com/RuneBlaze/kmer_vec [INFO] tweaked toml for git repo https://github.com/RuneBlaze/kmer_vec written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/RuneBlaze/kmer_vec already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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] 9ad4b61c1016588e2bd1820162c2ecdf36df9ffce679b4966cba0b2781552178 [INFO] running `"docker" "start" "-a" "9ad4b61c1016588e2bd1820162c2ecdf36df9ffce679b4966cba0b2781552178"` [INFO] [stderr] Compiling proc-macro-hack-impl v0.4.1 [INFO] [stderr] Compiling utf8-ranges v1.0.2 [INFO] [stderr] Compiling regex-syntax v0.6.6 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Compiling inventory-impl v0.1.3 [INFO] [stderr] Compiling ghost v0.1.0 [INFO] [stderr] Compiling ctor v0.1.9 [INFO] [stderr] Compiling pyo3-derive-backend v0.6.0 [INFO] [stderr] Checking ndarray v0.12.1 [INFO] [stderr] Checking alga v0.5.4 [INFO] [stderr] Compiling proc-macro-hack v0.4.1 [INFO] [stderr] Compiling mashup-impl v0.1.9 [INFO] [stderr] Checking mashup v0.1.9 [INFO] [stderr] Checking inventory v0.1.3 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling pyo3cls v0.6.0 [INFO] [stderr] Checking sprs v0.6.4 [INFO] [stderr] Compiling pyo3 v0.6.0 [INFO] [stderr] error[E0283]: type annotations needed: cannot resolve `std::string::String: std::ops::AddAssign<&_>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.6.0/build.rs:483:23 [INFO] [stderr] | [INFO] [stderr] 483 | flags += format!("CFG_Py_3_{},", i).as_ref(); [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/pyo3-0.6.0/build.rs:612:18 [INFO] [stderr] | [INFO] [stderr] 612 | memo + format!("VAL_{}={},", key, val).as_ref() [INFO] [stderr] | ^ cannot infer type [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0282, E0283. [INFO] [stderr] For more information about an error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `pyo3`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0502]: cannot borrow `indptr` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sprs-0.6.4/src/sparse/triplet_iter.rs:122:26 [INFO] [stderr] | [INFO] [stderr] 122 | indptr[i] += indptr[i - 1]; [INFO] [stderr] | -------------^^^^^^------- [INFO] [stderr] | | | [INFO] [stderr] | | immutable borrow occurs here [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | mutable borrow later used here [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0502`. [INFO] [stderr] error: could not compile `sprs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9ad4b61c1016588e2bd1820162c2ecdf36df9ffce679b4966cba0b2781552178"` [INFO] running `"docker" "rm" "-f" "9ad4b61c1016588e2bd1820162c2ecdf36df9ffce679b4966cba0b2781552178"` [INFO] [stdout] 9ad4b61c1016588e2bd1820162c2ecdf36df9ffce679b4966cba0b2781552178