[INFO] updating cached repository https://github.com/yihuang/advent_of_code_2019 [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] 2e810cb5fd8b1d6448302cc922a1862c53449832 [INFO] checking yihuang/advent_of_code_2019 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyihuang%2Fadvent_of_code_2019" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yihuang/advent_of_code_2019 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/yihuang/advent_of_code_2019 [INFO] finished tweaking git repo https://github.com/yihuang/advent_of_code_2019 [INFO] tweaked toml for git repo https://github.com/yihuang/advent_of_code_2019 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/yihuang/advent_of_code_2019 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+45d050cde277b22a755847338f2acc2c7b834141" "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] 5a15298db5a3429bf658961a7fe0fdf385f79147974717bd5022ee42e5fa69aa [INFO] running `"docker" "start" "-a" "5a15298db5a3429bf658961a7fe0fdf385f79147974717bd5022ee42e5fa69aa"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Checking string-interner v0.7.1 [INFO] [stderr] Checking advent_of_code v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/day1.input: No such file or directory (os error 2) [INFO] [stderr] --> src/day1.rs:4:23 [INFO] [stderr] | [INFO] [stderr] 4 | let input: &str = include_str!("day1.input"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/day2.input: No such file or directory (os error 2) [INFO] [stderr] --> src/day2.rs:2:23 [INFO] [stderr] | [INFO] [stderr] 2 | let input: &str = include_str!("day2.input"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/day6.input: No such file or directory (os error 2) [INFO] [stderr] --> src/day6.rs:6:23 [INFO] [stderr] | [INFO] [stderr] 6 | let input: &str = include_str!("day6.input"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/day1.input: No such file or directory (os error 2) [INFO] [stderr] --> src/day1.rs:4:23 [INFO] [stderr] | [INFO] [stderr] 4 | let input: &str = include_str!("day1.input"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/day2.input: No such file or directory (os error 2) [INFO] [stderr] --> src/day2.rs:2:23 [INFO] [stderr] | [INFO] [stderr] 2 | let input: &str = include_str!("day2.input"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/day6.input: No such file or directory (os error 2) [INFO] [stderr] --> src/day6.rs:6:23 [INFO] [stderr] | [INFO] [stderr] 6 | let input: &str = include_str!("day6.input"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `advent_of_code`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `advent_of_code`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5a15298db5a3429bf658961a7fe0fdf385f79147974717bd5022ee42e5fa69aa"` [INFO] running `"docker" "rm" "-f" "5a15298db5a3429bf658961a7fe0fdf385f79147974717bd5022ee42e5fa69aa"` [INFO] [stdout] 5a15298db5a3429bf658961a7fe0fdf385f79147974717bd5022ee42e5fa69aa