[INFO] updating cached repository https://github.com/CraZySacX/aoc [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] [stderr] From https://github.com/CraZySacX/aoc [INFO] [stderr] d63d43b..fe5ac49 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fe5ac495d9a8c51937cc3734b7d6780d0e230466 [INFO] testing CraZySacX/aoc against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCraZySacX%2Faoc" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CraZySacX/aoc 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/CraZySacX/aoc [INFO] finished tweaking git repo https://github.com/CraZySacX/aoc [INFO] tweaked toml for git repo https://github.com/CraZySacX/aoc written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/CraZySacX/aoc 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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 667405abb33bbc6760a3567ef74eebd49e0c464b20131a1ac0bf43465c5d4f72 [INFO] running `"docker" "start" "-a" "667405abb33bbc6760a3567ef74eebd49e0c464b20131a1ac0bf43465c5d4f72"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling hamming v0.1.3 [INFO] [stderr] Compiling ndarray v0.13.1 [INFO] [stderr] Compiling primal-estimate v0.2.1 [INFO] [stderr] Compiling sliding_windows v3.0.0 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling pathfinding v0.8.2 [INFO] [stderr] Compiling primal-check v0.2.3 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling primal-bit v0.2.4 [INFO] [stderr] Compiling primal-sieve v0.2.9 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.2 [INFO] [stderr] Compiling primal v0.2.3 [INFO] [stderr] Compiling proc-macro-error v1.0.2 [INFO] [stderr] Compiling getset v0.1.1 [INFO] [stderr] Compiling aoc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected pattern, found `,` [INFO] [stderr] --> src/year2018/day15.rs:446:29 [INFO] [stderr] | [INFO] [stderr] 446 | Action::Attack([, ]) => return Err("Attack in Move Phase".into()), [INFO] [stderr] | ^ expected pattern [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/main.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | #![feature(try_from)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'ndarray::impl_2d::>>::cols': Renamed to .ncols(), please use the new name [INFO] [stderr] --> src/year2017/day19.rs:59:31 [INFO] [stderr] | [INFO] [stderr] 59 | let max_col = network_map.cols(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'ndarray::impl_2d::>>::rows': Renamed to .nrows(), please use the new name [INFO] [stderr] --> src/year2017/day19.rs:60:31 [INFO] [stderr] | [INFO] [stderr] 60 | let max_row = network_map.rows(); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `aoc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "667405abb33bbc6760a3567ef74eebd49e0c464b20131a1ac0bf43465c5d4f72"` [INFO] running `"docker" "rm" "-f" "667405abb33bbc6760a3567ef74eebd49e0c464b20131a1ac0bf43465c5d4f72"` [INFO] [stdout] 667405abb33bbc6760a3567ef74eebd49e0c464b20131a1ac0bf43465c5d4f72