[INFO] updating cached repository https://github.com/caiohamamura/rust_mpi_test [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] de20bd82cf63394fa287d04668fdec6a1d69e767 [INFO] testing caiohamamura/rust_mpi_test against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaiohamamura%2Frust_mpi_test" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/caiohamamura/rust_mpi_test on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/caiohamamura/rust_mpi_test [INFO] finished tweaking git repo https://github.com/caiohamamura/rust_mpi_test [INFO] tweaked toml for git repo https://github.com/caiohamamura/rust_mpi_test written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/caiohamamura/rust_mpi_test already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 3ea4acbd567b8e09ed4c6befa9e36f35bea92b84788f6d58502b481263395ae2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "3ea4acbd567b8e09ed4c6befa9e36f35bea92b84788f6d58502b481263395ae2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling bindgen v0.31.3 [INFO] [stderr] Compiling make-cmd v0.1.0 [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 regex v0.2.11 [INFO] [stderr] Compiling build-probe-mpi v0.1.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling mpi v0.5.4 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling clap v2.32.0 [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 libffi-sys v0.6.3 [INFO] [stderr] Compiling mpi-sys v0.1.2 [INFO] [stderr] Compiling libffi v0.6.4 [INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `MPI_Type_hvector` in module `ffi` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mpi-0.5.4/src/datatype.rs:212:18 [INFO] [stderr] | [INFO] [stderr] 212 | ffi::MPI_Type_hvector(count, blocklength, stride, oldtype.as_raw(), &mut newtype); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `MPI_Type_vector` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/target/debug/build/mpi-sys-b7a223283dba63c4/out/functions_and_types.rs:974:2 [INFO] [stderr] | [INFO] [stderr] 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] [stderr] | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ similarly named function `MPI_Type_vector` defined here [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `mpi`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3ea4acbd567b8e09ed4c6befa9e36f35bea92b84788f6d58502b481263395ae2"` [INFO] running `"docker" "rm" "-f" "3ea4acbd567b8e09ed4c6befa9e36f35bea92b84788f6d58502b481263395ae2"` [INFO] [stdout] 3ea4acbd567b8e09ed4c6befa9e36f35bea92b84788f6d58502b481263395ae2