[INFO] updating cached repository https://github.com/sbwtw/Filecoin-webapi [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] c689ec1f70ca26d486744040832137614009d815 [INFO] testing sbwtw/Filecoin-webapi against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbwtw%2FFilecoin-webapi" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sbwtw/Filecoin-webapi 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/sbwtw/Filecoin-webapi [INFO] finished tweaking git repo https://github.com/sbwtw/Filecoin-webapi [INFO] tweaked toml for git repo https://github.com/sbwtw/Filecoin-webapi written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/sbwtw/Filecoin-webapi 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-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" "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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1084f632b9b8de937832dade9a0effff874ce4b9bd75db9f2ad05ddbab150cbd [INFO] running `"docker" "start" "-a" "1084f632b9b8de937832dade9a0effff874ce4b9bd75db9f2ad05ddbab150cbd"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Compiling bit-vec v0.6.2 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling bitintr v0.3.0 [INFO] [stderr] Compiling storage-proofs v2.0.0 [INFO] [stderr] Compiling half v1.6.0 [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling tee v0.1.0 [INFO] [stderr] Compiling fff v0.2.2 [INFO] [stderr] Compiling openssl-src v111.9.0+1.1.1g [INFO] [stderr] Compiling neptune-triton v0.2.2 [INFO] [stderr] Compiling fil-sapling-crypto v0.6.0 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling blake2b_simd v0.5.10 [INFO] [stderr] Compiling blake2s_simd v0.5.10 [INFO] [stderr] Compiling bitvec v0.17.4 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling fil-ocl-core v0.11.3 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling positioned-io v0.2.2 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling os_pipe v0.9.2 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling raw-cpuid v7.0.3 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] The following warnings were emitted during compilation: [INFO] [stderr] [INFO] [stderr] warning: ./lib/a.c:14:10: fatal error: CL/cl.h: No such file or directory [INFO] [stderr] warning: 14 | #include [INFO] [stderr] warning: | ^~~~~~~~~ [INFO] [stderr] warning: compilation terminated. [INFO] [stderr] [INFO] [stderr] error: failed to run custom build command for `neptune-triton v0.2.2` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/neptune-triton-426b56d7a69335e4/build-script-build` (exit code: 1) [INFO] [stderr] --- stdout [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CC = None [INFO] [stderr] CC = None [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] CFLAGS = None [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-shared" "-Wall" "-Wextra" "-fPIC" "-lOpenCL" "-o" "/opt/rustwide/target/debug/build/neptune-triton-d3104f4311a9cfd9/out/./lib/a.o" "-c" "./lib/a.c" [INFO] [stderr] cargo:warning=./lib/a.c:14:10: fatal error: CL/cl.h: No such file or directory [INFO] [stderr] cargo:warning= 14 | #include [INFO] [stderr] cargo:warning= | ^~~~~~~~~ [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit code: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-m64" "-shared" "-Wall" "-Wextra" "-fPIC" "-lOpenCL" "-o" "/opt/rustwide/target/debug/build/neptune-triton-d3104f4311a9cfd9/out/./lib/a.o" "-c" "./lib/a.c" with args "cc" did not execute successfully (status code exit code: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "1084f632b9b8de937832dade9a0effff874ce4b9bd75db9f2ad05ddbab150cbd"` [INFO] running `"docker" "rm" "-f" "1084f632b9b8de937832dade9a0effff874ce4b9bd75db9f2ad05ddbab150cbd"` [INFO] [stdout] 1084f632b9b8de937832dade9a0effff874ce4b9bd75db9f2ad05ddbab150cbd