[INFO] updating cached repository https://github.com/ccakes/prometheus-parquet [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] 048416d8f23317041444df8a16cdee0e23cd0666 [INFO] testing ccakes/prometheus-parquet against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fccakes%2Fprometheus-parquet" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ccakes/prometheus-parquet 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/ccakes/prometheus-parquet [INFO] finished tweaking git repo https://github.com/ccakes/prometheus-parquet [INFO] tweaked toml for git repo https://github.com/ccakes/prometheus-parquet written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/ccakes/prometheus-parquet 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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] aec80bd7d8807f5e5d3f64f4d940db1706b26da9eca97f0a7008a4a30884389c [INFO] running `"docker" "start" "-a" "aec80bd7d8807f5e5d3f64f4d940db1706b26da9eca97f0a7008a4a30884389c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling serde v1.0.91 [INFO] [stderr] Compiling syn v0.15.34 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling num-bigint v0.2.2 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling regex v1.1.6 [INFO] [stderr] Compiling packed_simd v0.3.3 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling integer-encoding v1.0.5 [INFO] [stderr] Compiling try_from v0.2.2 [INFO] [stderr] Compiling alloc-no-stdlib v1.3.0 [INFO] [stderr] Compiling parquet v0.14.0-SNAPSHOT (https://github.com/tureus/arrow?branch=parquet_derive#9d333f44) [INFO] [stderr] Compiling rgb v0.8.13 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling regex-syntax v0.6.6 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling brotli-decompressor v1.3.1 [INFO] [stderr] Compiling pulldown-cmark v0.2.0 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling snap v0.2.5 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling ordered-float v0.5.2 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling thrift v0.0.4 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling brotli v2.5.1 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling parquet-format v2.5.0 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/packed_simd-0.3.3/src/lib.rs:202:1 [INFO] [stderr] | [INFO] [stderr] 202 | / #![feature( [INFO] [stderr] 203 | | repr_simd, [INFO] [stderr] 204 | | const_fn, [INFO] [stderr] 205 | | platform_intrinsics, [INFO] [stderr] ... | [INFO] [stderr] 215 | | custom_inner_attributes [INFO] [stderr] 216 | | )] [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling cc v1.0.36 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling prometheus-parse v0.1.1 (https://github.com/ccakes/prometheus-parse-rs#000343f0) [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling lz4-sys v1.8.3 [INFO] [stderr] Compiling zstd-sys v1.4.10+zstd.1.4.0 [INFO] [stderr] Compiling miniz-sys v0.1.11 [INFO] [stderr] error: could not compile `clap`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name clap /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/clap-2.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=88e8dd0244aaeaae -C extra-filename=-88e8dd0244aaeaae --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ansi_term=/opt/rustwide/target/debug/deps/libansi_term-5f50d48905eb9d7a.rmeta --extern atty=/opt/rustwide/target/debug/deps/libatty-174e8f42eee10ad2.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-4ba13cb97dd85092.rmeta --extern strsim=/opt/rustwide/target/debug/deps/libstrsim-7ef4ee0940d816f7.rmeta --extern textwrap=/opt/rustwide/target/debug/deps/libtextwrap-08646e7fb08683a5.rmeta --extern unicode_width=/opt/rustwide/target/debug/deps/libunicode_width-218d914568033177.rmeta --extern vec_map=/opt/rustwide/target/debug/deps/libvec_map-423d6945ab3c8d98.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "aec80bd7d8807f5e5d3f64f4d940db1706b26da9eca97f0a7008a4a30884389c"` [INFO] running `"docker" "rm" "-f" "aec80bd7d8807f5e5d3f64f4d940db1706b26da9eca97f0a7008a4a30884389c"` [INFO] [stdout] aec80bd7d8807f5e5d3f64f4d940db1706b26da9eca97f0a7008a4a30884389c