[INFO] cloning repository https://github.com/c-cube/batsat-ocaml [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/c-cube/batsat-ocaml" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fc-cube%2Fbatsat-ocaml"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fc-cube%2Fbatsat-ocaml'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6571d1110a4067352ae24615b266e6eb228fcfff [INFO] checking c-cube/batsat-ocaml against try#879b8cb7dc2ad9102994457e73cf78d124926ea5 for pr-73084 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fc-cube%2Fbatsat-ocaml" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/c-cube/batsat-ocaml on toolchain 879b8cb7dc2ad9102994457e73cf78d124926ea5 [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/c-cube/batsat-ocaml [INFO] removed workspace from git repo https://github.com/c-cube/batsat-ocaml [INFO] finished tweaking git repo https://github.com/c-cube/batsat-ocaml [INFO] tweaked toml for git repo https://github.com/c-cube/batsat-ocaml written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/c-cube/batsat-ocaml already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ocaml-derive v0.12.1 [INFO] [stderr] Downloaded ocaml-sys v0.12.2 [INFO] [stderr] Downloaded batsat v0.4.0 [INFO] [stderr] Downloaded ocaml v0.12.3 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=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" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ce6c0d0c64c86bf5d4c2bb427edb7a19ecd6a5b99c9154063707cd6820b43642 [INFO] running `"docker" "start" "-a" "ce6c0d0c64c86bf5d4c2bb427edb7a19ecd6a5b99c9154063707cd6820b43642"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling ocaml-sys v0.12.2 [INFO] [stderr] Checking cty v0.2.1 [INFO] [stderr] Checking bit-vec v0.5.1 [INFO] [stderr] Checking batsat v0.4.0 [INFO] [stderr] error: couldn't read /opt/rustwide/target/debug/build/ocaml-sys-442e46d176fc5dca/out/ocaml_version: No such file or directory (os error 2) [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocaml-sys-0.12.2/src/lib.rs:76:27 [INFO] [stderr] | [INFO] [stderr] 76 | pub const VERSION: &str = include_str!(concat!(env!("OUT_DIR"), "/ocaml_version")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read /opt/rustwide/target/debug/build/ocaml-sys-442e46d176fc5dca/out/ocaml_path: No such file or directory (os error 2) [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocaml-sys-0.12.2/src/lib.rs:83:24 [INFO] [stderr] | [INFO] [stderr] 83 | pub const PATH: &str = include_str!(concat!(env!("OUT_DIR"), "/ocaml_path")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read /opt/rustwide/target/debug/build/ocaml-sys-442e46d176fc5dca/out/ocaml_compiler: No such file or directory (os error 2) [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocaml-sys-0.12.2/src/lib.rs:90:28 [INFO] [stderr] | [INFO] [stderr] 90 | pub const COMPILER: &str = include_str!(concat!(env!("OUT_DIR"), "/ocaml_compiler")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `ocaml-sys`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ce6c0d0c64c86bf5d4c2bb427edb7a19ecd6a5b99c9154063707cd6820b43642"` [INFO] running `"docker" "rm" "-f" "ce6c0d0c64c86bf5d4c2bb427edb7a19ecd6a5b99c9154063707cd6820b43642"` [INFO] [stdout] ce6c0d0c64c86bf5d4c2bb427edb7a19ecd6a5b99c9154063707cd6820b43642