[INFO] cloning repository https://github.com/hacknus/n_body_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hacknus/n_body_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhacknus%2Fn_body_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhacknus%2Fn_body_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5c10f4e02ee8db76dcd0d108b1665676f4c9d335 [INFO] testing hacknus/n_body_rust against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhacknus%2Fn_body_rust" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hacknus/n_body_rust on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hacknus/n_body_rust [INFO] finished tweaking git repo https://github.com/hacknus/n_body_rust [INFO] tweaked toml for git repo https://github.com/hacknus/n_body_rust written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/hacknus/n_body_rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded env_logger v0.4.3 [INFO] [stderr] Downloaded clang-sys v0.21.2 [INFO] [stderr] Downloaded libc v0.2.89 [INFO] [stderr] Downloaded make-cmd v0.1.0 [INFO] [stderr] Downloaded abort_on_panic v1.0.0 [INFO] [stderr] Downloaded mpi-sys v0.1.2 [INFO] [stderr] Downloaded mpi v0.5.4 [INFO] [stderr] Downloaded libffi v0.6.4 [INFO] [stderr] Downloaded libffi-sys v0.6.3 [INFO] [stderr] Downloaded build-probe-mpi v0.1.1 [INFO] [stderr] Downloaded bindgen v0.31.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55f9f71594bd20ab2a57eea4a4e32cf1047d9b04b87dd3249984ef34003f8b6d [INFO] running `Command { std: "docker" "start" "-a" "55f9f71594bd20ab2a57eea4a4e32cf1047d9b04b87dd3249984ef34003f8b6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55f9f71594bd20ab2a57eea4a4e32cf1047d9b04b87dd3249984ef34003f8b6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55f9f71594bd20ab2a57eea4a4e32cf1047d9b04b87dd3249984ef34003f8b6d", kill_on_drop: false }` [INFO] [stdout] 55f9f71594bd20ab2a57eea4a4e32cf1047d9b04b87dd3249984ef34003f8b6d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e1a65e12a2af0328088d8ef73353ae55cb12ad24f41d261856ab7c158f4ad998 [INFO] running `Command { std: "docker" "start" "-a" "e1a65e12a2af0328088d8ef73353ae55cb12ad24f41d261856ab7c158f4ad998", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.89 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling bindgen v0.31.3 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling make-cmd v0.1.0 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling abort_on_panic v1.0.0 [INFO] [stderr] Compiling clang-sys v0.21.2 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling build-probe-mpi v0.1.1 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling mpi v0.5.4 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling cexpr v0.2.3 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Compiling csv v1.1.5 [INFO] [stderr] Compiling libffi-sys v0.6.3 [INFO] [stderr] Compiling mpi-sys v0.1.2 [INFO] [stderr] Compiling libffi v0.6.4 [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `MPI_Type_hvector` in module `ffi` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mpi-0.5.4/src/datatype.rs:212:18 [INFO] [stdout] | [INFO] [stdout] 212 | ffi::MPI_Type_hvector(count, blocklength, stride, oldtype.as_raw(), &mut newtype); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `MPI_Type_vector` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/target/debug/build/mpi-sys-fc4403df6d9deb72/out/functions_and_types.rs:974:2 [INFO] [stdout] | [INFO] [stdout] 974 | pub fn MPI_Type_vector ( count : :: std :: os :: raw :: c_int , blocklength : :: std :: os :: raw :: c_int , stride : :: std :: os :: raw :: c_int , oldtype : MPI_Datatype , newtype : * mut MPI_Datatype , ) -> :: std :: os :: raw :: c_int... [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ similarly named function `MPI_Type_vector` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mpi` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "e1a65e12a2af0328088d8ef73353ae55cb12ad24f41d261856ab7c158f4ad998", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1a65e12a2af0328088d8ef73353ae55cb12ad24f41d261856ab7c158f4ad998", kill_on_drop: false }` [INFO] [stdout] e1a65e12a2af0328088d8ef73353ae55cb12ad24f41d261856ab7c158f4ad998