[INFO] updating cached repository https://github.com/10XGenomics/vartrix [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/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] 0da2831248e067c15deef09422ffd9854f7c8cc2 [INFO] checking 10XGenomics/vartrix against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2F10XGenomics%2Fvartrix" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/10XGenomics/vartrix on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/10XGenomics/vartrix [INFO] finished tweaking git repo https://github.com/10XGenomics/vartrix [INFO] tweaked toml for git repo https://github.com/10XGenomics/vartrix written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/10XGenomics/vartrix already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9577d4681e04027ce2fa181b0b5b20cc484a779bc9555749b8ea405e764b81d5 [INFO] running `"docker" "start" "-a" "9577d4681e04027ce2fa181b0b5b20cc484a779bc9555749b8ea405e764b81d5"` [INFO] [stderr] Compiling serde v1.0.70 [INFO] [stderr] Compiling lazy_static v1.0.2 [INFO] [stderr] Compiling termcolor v0.3.6 [INFO] [stderr] Compiling bindgen v0.36.1 [INFO] [stderr] Compiling bv v0.7.4 [INFO] [stderr] Compiling ndarray v0.10.14 [INFO] [stderr] Compiling ndarray v0.9.1 [INFO] [stderr] Checking bytecount v0.3.1 [INFO] [stderr] Checking custom_derive v0.1.7 [INFO] [stderr] Checking ieee754 v0.2.2 [INFO] [stderr] Compiling proc-macro2 v0.4.8 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.10 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling clang-sys v0.22.0 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling fs-utils v1.1.0 [INFO] [stderr] Checking terminal_size v0.1.8 [INFO] [stderr] Checking itertools v0.6.5 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling aho-corasick v0.6.6 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Checking csv-core v0.1.4 [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Compiling quote v0.6.3 [INFO] [stderr] Compiling newtype_derive v0.1.6 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling regex v1.0.1 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Checking backtrace v0.3.9 [INFO] [stderr] Checking chrono v0.4.5 [INFO] [stderr] Checking itertools-num v0.1.1 [INFO] [stderr] Checking alga v0.5.4 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking failure v0.1.1 [INFO] [stderr] Compiling cexpr v0.2.3 [INFO] [stderr] Checking simplelog v0.5.2 [INFO] [stderr] Compiling env_logger v0.5.10 [INFO] [stderr] Checking os_type v2.0.0 [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Checking sprs v0.6.2 [INFO] [stderr] Checking rayon v1.0.2 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] warning[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.2/src/sparse/triplet_iter.rs:117:26 [INFO] [stderr] | [INFO] [stderr] 117 | 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] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Checking toml v0.4.6 [INFO] [stderr] Checking csv v1.0.0 [INFO] [stderr] Checking multimap v0.4.0 [INFO] [stderr] Checking vec_map v0.8.1 [INFO] [stderr] Checking docopt v1.0.0 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking bio v0.21.0 [INFO] [stderr] Checking human-panic v1.0.1 [INFO] [stderr] Compiling rust-htslib v0.20.0 [INFO] [stderr] Checking vartrix v1.1.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 37s [INFO] running `"docker" "inspect" "9577d4681e04027ce2fa181b0b5b20cc484a779bc9555749b8ea405e764b81d5"` [INFO] running `"docker" "rm" "-f" "9577d4681e04027ce2fa181b0b5b20cc484a779bc9555749b8ea405e764b81d5"` [INFO] [stdout] 9577d4681e04027ce2fa181b0b5b20cc484a779bc9555749b8ea405e764b81d5