[INFO] updating cached repository https://github.com/davidszotten/advent-of-code-2017 [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] e96ce8e41cba8632888e78694298b6a88ea498ce [INFO] testing davidszotten/advent-of-code-2017 against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidszotten%2Fadvent-of-code-2017" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/davidszotten/advent-of-code-2017 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/davidszotten/advent-of-code-2017 [INFO] finished tweaking git repo https://github.com/davidszotten/advent-of-code-2017 [INFO] tweaked toml for git repo https://github.com/davidszotten/advent-of-code-2017 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/davidszotten/advent-of-code-2017 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] cbb322b9cd8a23091c11277518566a69ab9845871ae9a2a0c06ba21fe559b60e [INFO] running `"docker" "start" "-a" "cbb322b9cd8a23091c11277518566a69ab9845871ae9a2a0c06ba21fe559b60e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.34 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling cc v1.0.3 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling rustc-demangle v0.1.5 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.3 [INFO] [stderr] Compiling clap v2.28.0 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.4 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling aoc2017 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] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(match_default_bindings)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(slice_rotate)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> src/main.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #![feature(universal_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `rotate` found for struct `std::vec::Vec` in the current scope [INFO] [stderr] --> src/day10.rs:78:14 [INFO] [stderr] | [INFO] [stderr] 78 | list.rotate((*length + skip) % list_len); [INFO] [stderr] | ^^^^^^ method not found in `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `rotate` found for struct `std::vec::Vec` in the current scope [INFO] [stderr] --> src/day10.rs:93:10 [INFO] [stderr] | [INFO] [stderr] 93 | list.rotate(step); [INFO] [stderr] | ^^^^^^ method not found in `std::vec::Vec` [INFO] [stderr] [INFO] [stderr] error[E0614]: type `u32` cannot be dereferenced [INFO] [stderr] --> src/day24.rs:18:32 [INFO] [stderr] | [INFO] [stderr] 18 | .filter(|(_, &(x, y))| *x == start || *y == start); [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0614]: type `u32` cannot be dereferenced [INFO] [stderr] --> src/day24.rs:18:47 [INFO] [stderr] | [INFO] [stderr] 18 | .filter(|(_, &(x, y))| *x == start || *y == start); [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0614]: type `u32` cannot be dereferenced [INFO] [stderr] --> src/day24.rs:36:32 [INFO] [stderr] | [INFO] [stderr] 36 | .filter(|(_, &(x, y))| *x == start || *y == start); [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error[E0614]: type `u32` cannot be dereferenced [INFO] [stderr] --> src/day24.rs:36:47 [INFO] [stderr] | [INFO] [stderr] 36 | .filter(|(_, &(x, y))| *x == start || *y == start); [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0554, E0599, E0614. [INFO] [stderr] For more information about an error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `aoc2017`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "cbb322b9cd8a23091c11277518566a69ab9845871ae9a2a0c06ba21fe559b60e"` [INFO] running `"docker" "rm" "-f" "cbb322b9cd8a23091c11277518566a69ab9845871ae9a2a0c06ba21fe559b60e"` [INFO] [stdout] cbb322b9cd8a23091c11277518566a69ab9845871ae9a2a0c06ba21fe559b60e