[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] checking hacknus/n_body_rust against master#3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 for pr-65819 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhacknus%2Fn_body_rust" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hacknus/n_body_rust on toolchain 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "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-7/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" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e3bbe539242a865fd251aacf5c3e78e2a08e90eb136654ef585403383e540920 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e3bbe539242a865fd251aacf5c3e78e2a08e90eb136654ef585403383e540920", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e3bbe539242a865fd251aacf5c3e78e2a08e90eb136654ef585403383e540920", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3bbe539242a865fd251aacf5c3e78e2a08e90eb136654ef585403383e540920", kill_on_drop: false }` [INFO] [stdout] e3bbe539242a865fd251aacf5c3e78e2a08e90eb136654ef585403383e540920 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad601366c6e67ec92c2b83e69cc2b4decf001a5fe2fbc3b784b2ae62751e1b19 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ad601366c6e67ec92c2b83e69cc2b4decf001a5fe2fbc3b784b2ae62751e1b19", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.89 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling bindgen v0.31.3 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling make-cmd v0.1.0 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Checking byteorder v1.4.2 [INFO] [stderr] Checking abort_on_panic v1.0.0 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling build-probe-mpi v0.1.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling mpi v0.5.4 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Compiling clang-sys v0.21.2 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling cexpr v0.2.3 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Checking bstr v0.2.15 [INFO] [stderr] Checking csv v1.1.5 [INFO] [stderr] Compiling libffi-sys v0.6.3 [INFO] [stderr] Compiling mpi-sys v0.1.2 [INFO] [stderr] Checking 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-d7a2e4ae96b2726c/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` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "ad601366c6e67ec92c2b83e69cc2b4decf001a5fe2fbc3b784b2ae62751e1b19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad601366c6e67ec92c2b83e69cc2b4decf001a5fe2fbc3b784b2ae62751e1b19", kill_on_drop: false }` [INFO] [stdout] ad601366c6e67ec92c2b83e69cc2b4decf001a5fe2fbc3b784b2ae62751e1b19