[INFO] cloning repository https://github.com/bgard6977/rust-parquet-arrow [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bgard6977/rust-parquet-arrow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbgard6977%2Frust-parquet-arrow"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbgard6977%2Frust-parquet-arrow'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 05988cab52a093be511be74849c273a997bb6514 [INFO] checking bgard6977/rust-parquet-arrow against master#783139bd8fc3b94fac9a1bf81bba2c506e8221b6 for pr-72644 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbgard6977%2Frust-parquet-arrow" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bgard6977/rust-parquet-arrow on toolchain 783139bd8fc3b94fac9a1bf81bba2c506e8221b6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bgard6977/rust-parquet-arrow [INFO] removed path dependency arrow from git repo https://github.com/bgard6977/rust-parquet-arrow [INFO] removed path dependency parquet from git repo https://github.com/bgard6977/rust-parquet-arrow [INFO] finished tweaking git repo https://github.com/bgard6977/rust-parquet-arrow [INFO] tweaked toml for git repo https://github.com/bgard6977/rust-parquet-arrow written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/bgard6977/rust-parquet-arrow already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (arrow) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (parquet) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (arrow) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (parquet) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+783139bd8fc3b94fac9a1bf81bba2c506e8221b6" "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] 7fe7b6ed11d5561323bfc3be186ecb5960fbe28746a2d39681a32cea98409afb [INFO] running `"docker" "start" "-a" "7fe7b6ed11d5561323bfc3be186ecb5960fbe28746a2d39681a32cea98409afb"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (arrow) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (parquet) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Checking tower-layer v0.3.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.8 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling multimap v0.8.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling bytecount v0.4.0 [INFO] [stderr] Compiling packed_simd v0.3.3 [INFO] [stderr] Checking try-lock v0.2.2 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking byteorder v0.5.3 [INFO] [stderr] Checking alloc-no-stdlib v1.3.0 [INFO] [stderr] Checking integer-encoding v1.1.5 [INFO] [stderr] Checking try_from v0.2.2 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Compiling parquet v0.15.1 [INFO] [stderr] Checking quick-error v1.2.3 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Checking tracing-core v0.1.10 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling addr2line v0.12.1 [INFO] [stderr] Compiling error-chain v0.12.2 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Checking http v0.2.1 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking brotli-decompressor v1.3.1 [INFO] [stderr] Checking libc v0.2.71 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking flatbuffers v0.6.1 [INFO] [stderr] Checking byteorder v1.3.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Checking regex-automata v0.1.9 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking snap v0.2.5 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling backtrace v0.3.48 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking socket2 v0.3.12 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking flate2 v1.0.14 [INFO] [stderr] Checking num-traits v0.1.43 [INFO] [stderr] Checking aho-corasick v0.7.10 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking flatbuffers v0.5.0 [INFO] [stderr] Checking brotli v2.5.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling prost-build v0.6.1 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking threadpool v1.8.1 [INFO] [stderr] Checking ordered-float v0.5.2 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking http-body v0.3.1 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Checking thrift v0.0.4 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking parquet-format v2.5.0 [INFO] [stderr] Compiling zstd-sys v1.4.13+zstd.1.4.3 [INFO] [stderr] Compiling lz4-sys v1.8.3 [INFO] [stderr] Checking num v0.2.1 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Checking bstr v0.2.13 [INFO] [stderr] Checking serde_json v1.0.53 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking csv v1.1.3 [INFO] [stderr] Compiling pin-project-internal v0.4.17 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling prost-derive v0.6.1 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling tracing-attributes v0.1.8 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling async-trait v0.1.31 [INFO] [stderr] Checking tokio v0.2.21 [INFO] [stderr] Checking async-stream v0.2.1 [INFO] [stderr] Checking tracing v0.1.14 [INFO] [stderr] Checking pin-project v0.4.17 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking tower-discover v0.3.0 [INFO] [stderr] Checking tower-load-shed v0.3.0 [INFO] [stderr] Checking tracing-futures v0.2.4 [INFO] [stderr] Compiling prost v0.6.1 [INFO] [stderr] Compiling prost-types v0.6.1 [INFO] [stderr] Checking tower-load v0.3.0 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking tower-make v0.3.0 [INFO] [stderr] Checking tower-retry v0.3.0 [INFO] [stderr] Checking tower-buffer v0.3.0 [INFO] [stderr] Checking tower-timeout v0.3.0 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tower-limit v0.3.1 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling tonic-build v0.1.1 [INFO] [stderr] Checking tower-ready-cache v0.3.1 [INFO] [stderr] Checking h2 v0.2.5 [INFO] [stderr] Checking tower-util v0.3.1 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking tower-balance v0.3.0 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Checking tower v0.3.1 [INFO] [stderr] Checking arrow v0.15.1 [INFO] [stderr] Compiling arrow-flight v0.17.0 [INFO] [stderr] Compiling lz4 v1.23.1 [INFO] [stderr] Checking hyper v0.13.6 [INFO] [stderr] error: failed to run custom build command for `arrow-flight v0.17.0` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/arrow-flight-a2b49d2248c31e4a/build-script-build` (exit code: 1) [INFO] [stderr] --- stderr [INFO] [stderr] Error: "Failed to locate format/Flight.proto in any parent directory" [INFO] [stderr] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "7fe7b6ed11d5561323bfc3be186ecb5960fbe28746a2d39681a32cea98409afb"` [INFO] running `"docker" "rm" "-f" "7fe7b6ed11d5561323bfc3be186ecb5960fbe28746a2d39681a32cea98409afb"` [INFO] [stdout] 7fe7b6ed11d5561323bfc3be186ecb5960fbe28746a2d39681a32cea98409afb