[INFO] cloning repository https://github.com/nickmachnik/rs-bann
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nickmachnik/rs-bann" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnickmachnik%2Frs-bann", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnickmachnik%2Frs-bann'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fbeff50d2d8a0f8c406acbe58ef27b37873c516c
[INFO] checking nickmachnik/rs-bann against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnickmachnik%2Frs-bann" "/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/nickmachnik/rs-bann on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-2-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/nickmachnik/rs-bann
[INFO] finished tweaking git repo https://github.com/nickmachnik/rs-bann
[INFO] tweaked toml for git repo https://github.com/nickmachnik/rs-bann written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/nickmachnik/rs-bann 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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unindent v0.1.10
[INFO] [stderr]   Downloaded pyo3-macros v0.17.2
[INFO] [stderr]   Downloaded libm v0.2.3
[INFO] [stderr]   Downloaded openblas-build v0.1.1
[INFO] [stderr]   Downloaded anyinput-derive v0.1.6
[INFO] [stderr]   Downloaded dpc-pariter v0.4.0
[INFO] [stderr]   Downloaded simple_logger v2.2.0
[INFO] [stderr]   Downloaded indoc v1.0.7
[INFO] [stderr]   Downloaded anyinput-core v0.1.6
[INFO] [stderr]   Downloaded statrs v0.16.0
[INFO] [stderr]   Downloaded arrayfire v3.8.0
[INFO] [stderr]   Downloaded pyo3 v0.17.2
[INFO] [stderr]   Downloaded libz-ng-sys v1.1.8
[INFO] [stderr]   Downloaded pyo3-build-config v0.17.2
[INFO] [stderr]   Downloaded numpy v0.17.2
[INFO] [stderr]   Downloaded ndarray-npy v0.8.1
[INFO] [stderr]   Downloaded openblas-src v0.10.4
[INFO] [stderr]   Downloaded fetch-data v0.1.6
[INFO] [stderr]   Downloaded bed-reader v0.2.28
[INFO] [stderr]   Downloaded pyo3-macros-backend v0.17.2
[INFO] [stderr]   Downloaded pyo3-ffi v0.17.2
[INFO] [stderr]   Downloaded py_literal v0.4.0
[INFO] [stderr]   Downloaded blas-src v0.8.0
[INFO] [stderr]   Downloaded anyinput v0.1.6
[INFO] [stderr]   Downloaded temp_testdir v0.2.3
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 60cc462f2d8a9cf5a1cd5c96302896ff769424e667ef9558b32133171ec56bf4
[INFO] running `Command { std: "docker" "start" "-a" "60cc462f2d8a9cf5a1cd5c96302896ff769424e667ef9558b32133171ec56bf4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "60cc462f2d8a9cf5a1cd5c96302896ff769424e667ef9558b32133171ec56bf4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60cc462f2d8a9cf5a1cd5c96302896ff769424e667ef9558b32133171ec56bf4", kill_on_drop: false }`
[INFO] [stdout] 60cc462f2d8a9cf5a1cd5c96302896ff769424e667ef9558b32133171ec56bf4
[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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8f7f901a5fb83a82330678505e8ad89499771637e41e9b7dfe404fb34ccbb7a3
[INFO] running `Command { std: "docker" "start" "-a" "8f7f901a5fb83a82330678505e8ad89499771637e41e9b7dfe404fb34ccbb7a3", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.3
[INFO] [stderr]    Compiling syn v1.0.99
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling libm v0.2.3
[INFO] [stderr]     Checking once_cell v1.13.0
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling crossbeam-utils v0.8.11
[INFO] [stderr]    Compiling target-lexicon v0.12.4
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling serde_derive v1.0.142
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]    Compiling rustversion v1.0.9
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking matrixmultiply v0.3.2
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]     Checking spin v0.5.2
[INFO] [stderr]     Checking untrusted v0.7.1
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.10
[INFO] [stderr]    Compiling cmake v0.1.48
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling paste v1.0.8
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling serde v1.0.142
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking getrandom v0.2.7
[INFO] [stderr]    Compiling pyo3-build-config v0.17.2
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.2
[INFO] [stderr]     Checking rand_core v0.6.3
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling libz-ng-sys v1.1.8
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.4
[INFO] [stderr]     Checking bytemuck v1.12.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling serde_json v1.0.83
[INFO] [stderr]     Checking safe_arch v0.6.0
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]     Checking num-complex v0.4.2
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling crossbeam-queue v0.3.6
[INFO] [stderr]     Checking either v1.7.0
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]    Compiling rustls v0.20.7
[INFO] [stderr]     Checking unicode-bidi v0.3.8
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking percent-encoding v2.2.0
[INFO] [stderr]     Checking form_urlencoded v1.1.0
[INFO] [stderr]    Compiling ndarray v0.15.6
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking block-buffer v0.10.3
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking idna v0.3.0
[INFO] [stderr]     Checking miniz_oxide v0.5.4
[INFO] [stderr]     Checking wide v0.7.5
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stderr]    Compiling dirs v3.0.2
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]     Checking digest v0.10.5
[INFO] [stderr]     Checking url v2.3.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]     Checking unindent v0.1.10
[INFO] [stderr]     Checking chunked_transfer v1.4.0
[INFO] [stderr]     Checking cpufeatures v0.2.5
[INFO] [stderr]    Compiling pyo3-ffi v0.17.2
[INFO] [stderr]    Compiling pyo3 v0.17.2
[INFO] [stderr]    Compiling indoc v1.0.7
[INFO] [stderr]     Checking sha2 v0.10.6
[INFO] [stderr]     Checking directories v4.0.1
[INFO] [stderr]     Checking crossbeam v0.8.2
[INFO] [stderr]     Checking simba v0.5.1
[INFO] [stderr]     Checking os_str_bytes v6.2.0
[INFO] [stderr]     Checking temp_testdir v0.2.3
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking num_threads v0.1.6
[INFO] [stderr]    Compiling time-macros v0.2.4
[INFO] [stderr]     Checking simba v0.6.0
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking base16ct v0.1.1
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking dpc-pariter v0.4.0
[INFO] [stderr]     Checking num v0.2.1
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]     Checking colored v2.0.0
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking half v1.8.2
[INFO] [stderr]     Checking textwrap v0.15.0
[INFO] [stderr]     Checking assert_approx_eq v1.1.0
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking exitcode v1.1.2
[INFO] [stderr]    Compiling darling_core v0.14.1
[INFO] [stderr]    Compiling pyo3-macros-backend v0.17.2
[INFO] [stderr]     Checking webpki v0.22.0
[INFO] [stderr]     Checking sct v0.7.0
[INFO] [stderr]     Checking webpki-roots v0.22.5
[INFO] [stderr]     Checking time v0.3.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.32
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling nalgebra-macros v0.1.0
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling clap_derive v3.2.15
[INFO] [stderr]    Compiling enum_dispatch v0.3.11
[INFO] [stderr]     Checking simple_logger v2.2.0
[INFO] [stderr]    Compiling darling_macro v0.14.1
[INFO] [stderr]    Compiling thiserror v1.0.32
[INFO] [stderr]    Compiling pest v2.4.0
[INFO] [stderr]    Compiling openblas-build v0.1.1
[INFO] [stderr]    Compiling pyo3-macros v0.17.2
[INFO] [stderr]    Compiling openblas-src v0.10.4
[INFO] [stderr]    Compiling darling v0.14.1
[INFO] [stderr]    Compiling derive_builder_core v0.11.2
[INFO] [stderr]    Compiling anyinput-core v0.1.6
[INFO] [stderr]     Checking clap v3.2.16
[INFO] [stderr]    Compiling pest_meta v2.4.0
[INFO] [stderr]     Checking nalgebra v0.27.1
[INFO] [stderr]    Compiling pest_generator v2.4.0
[INFO] [stderr]    Compiling derive_builder_macro v0.11.2
[INFO] [stderr]     Checking nalgebra v0.29.0
[INFO] [stderr]    Compiling anyinput-derive v0.1.6
[INFO] [stderr]    Compiling arrayfire v3.8.0
[INFO] [stderr]    Compiling pest_derive v2.4.0
[INFO] [stderr]     Checking anyinput v0.1.6
[INFO] [stderr]     Checking derive_builder v0.11.2
[INFO] [stderr]     Checking py_literal v0.4.0
[INFO] [stderr]     Checking numpy v0.17.2
[INFO] [stderr]     Checking ndarray-npy v0.8.1
[INFO] [stderr]     Checking bstr v0.2.17
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking flate2 v1.0.24
[INFO] [stderr]     Checking csv v1.1.6
[INFO] [stderr]     Checking ureq v2.5.0
[INFO] [stderr]     Checking fetch-data v0.1.6
[INFO] [stderr]     Checking statrs v0.15.0
[INFO] [stderr]     Checking statrs v0.16.0
[INFO] [stderr]     Checking bed-reader v0.2.28
[INFO] [stderr]     Checking blas-src v0.8.0
[INFO] [stderr]     Checking rs-bann v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/io/fam.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct FamEntry {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 54 |     ix: usize,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 55 |     fid: usize,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 56 |     iid: usize,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 57 |     father_iid: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 58 |     mother_iid: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 59 |     sex: FamSex,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 60 |     phenotype_value: FamPhenValue,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/io/fam.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 53 | pub struct FamEntry {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] 54 |     ix: usize,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 55 |     fid: usize,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 56 |     iid: usize,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 57 |     father_iid: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 58 |     mother_iid: usize,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 59 |     sex: FamSex,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 60 |     phenotype_value: FamPhenValue,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2m 20s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nalgebra v0.27.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "8f7f901a5fb83a82330678505e8ad89499771637e41e9b7dfe404fb34ccbb7a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f7f901a5fb83a82330678505e8ad89499771637e41e9b7dfe404fb34ccbb7a3", kill_on_drop: false }`
[INFO] [stdout] 8f7f901a5fb83a82330678505e8ad89499771637e41e9b7dfe404fb34ccbb7a3
