[INFO] cloning repository https://github.com/cassava/aoc17.rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cassava/aoc17.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcassava%2Faoc17.rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcassava%2Faoc17.rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d9ba0ef500b1e44302cddbaf3eb803214fe33c3d [INFO] checking cassava/aoc17.rs against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcassava%2Faoc17.rs" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cassava/aoc17.rs on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/cassava/aoc17.rs [INFO] finished tweaking git repo https://github.com/cassava/aoc17.rs [INFO] tweaked toml for git repo https://github.com/cassava/aoc17.rs written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/cassava/aoc17.rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 73bf41007c4142af7046de22157b90e9af398663b3a9a5559da3ea9bfca205da [INFO] running `"docker" "start" "-a" "73bf41007c4142af7046de22157b90e9af398663b3a9a5559da3ea9bfca205da"` [INFO] [stderr] Checking aoc v0.16.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0601]: `main` function not found in crate `18_duet` [INFO] [stderr] --> src/bin/18_duet.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / /*! [INFO] [stderr] 2 | | # Day 18: Duet [INFO] [stderr] 3 | | [INFO] [stderr] 4 | | You discover a tablet containing some strange assembly code labeled simply [INFO] [stderr] ... | [INFO] [stderr] 67 | | value? [INFO] [stderr] 68 | | */ [INFO] [stderr] | |__^ consider adding a `main` function to `src/bin/18_duet.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0601`. [INFO] [stderr] error: could not compile `aoc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/07_tree.rs:312:9 [INFO] [stderr] | [INFO] [stderr] 312 | / lazy_static! { [INFO] [stderr] 313 | | static ref RE: Regex = Regex::new( [INFO] [stderr] 314 | | r"^(?P[[:alpha:]]+) \((?P\d+)\)(?: -> (?P(?:[[:alpha:]]+(?:, )?)+))?$" [INFO] [stderr] 315 | | ).unwrap(); [INFO] [stderr] 316 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "73bf41007c4142af7046de22157b90e9af398663b3a9a5559da3ea9bfca205da"` [INFO] running `"docker" "rm" "-f" "73bf41007c4142af7046de22157b90e9af398663b3a9a5559da3ea9bfca205da"` [INFO] [stdout] 73bf41007c4142af7046de22157b90e9af398663b3a9a5559da3ea9bfca205da