[INFO] cloning repository https://github.com/dat2/csv-aggregator [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dat2/csv-aggregator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdat2%2Fcsv-aggregator"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdat2%2Fcsv-aggregator'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ff00876adf350ccbd5bf04b02e558347a7f0971f [INFO] testing dat2/csv-aggregator against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdat2%2Fcsv-aggregator" "/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/dat2/csv-aggregator on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/dat2/csv-aggregator [INFO] finished tweaking git repo https://github.com/dat2/csv-aggregator [INFO] tweaked toml for git repo https://github.com/dat2/csv-aggregator written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/dat2/csv-aggregator already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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" "+1.44.0" "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] 177b22abe4361762f5c9bd20e9a60731c4a0dcdd9885520a2994c32b5537a66b [INFO] running `"docker" "start" "-a" "177b22abe4361762f5c9bd20e9a60731c4a0dcdd9885520a2994c32b5537a66b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.34 [INFO] [stderr] Compiling num-traits v0.1.41 [INFO] [stderr] Compiling cc v1.0.3 [INFO] [stderr] Compiling serde v1.0.24 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling linked-hash-map v0.5.0 [INFO] [stderr] Compiling rustc-demangle v0.1.5 [INFO] [stderr] Compiling ascii v0.7.1 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling serde_derive_internals v0.18.0 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling yaml-rust v0.4.0 [INFO] [stderr] Compiling combine v3.0.0-alpha.4 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.3 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling clap v2.29.0 [INFO] [stderr] Compiling csv-core v0.1.3 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling num v0.1.41 [INFO] [stderr] Compiling float-cmp v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.24 [INFO] [stderr] Compiling serde_yaml v0.7.3 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling csv v1.0.0-beta.5 [INFO] [stderr] Compiling backtrace v0.3.4 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling csv-aggregator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/args.rs:31:23 [INFO] [stderr] | [INFO] [stderr] 31 | if let Some(path) = env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `csv-aggregator`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "177b22abe4361762f5c9bd20e9a60731c4a0dcdd9885520a2994c32b5537a66b"` [INFO] running `"docker" "rm" "-f" "177b22abe4361762f5c9bd20e9a60731c4a0dcdd9885520a2994c32b5537a66b"` [INFO] [stdout] 177b22abe4361762f5c9bd20e9a60731c4a0dcdd9885520a2994c32b5537a66b