[INFO] updating cached repository https://github.com/alice/advent_2018
[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] 20a76d7c09d59dda4b5cb62d6cd8cff374d091df
[INFO] checking alice/advent_2018 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falice%2Fadvent_2018" "/workspace/builds/worker-4/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/alice/advent_2018 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/alice/advent_2018
[INFO] finished tweaking git repo https://github.com/alice/advent_2018
[INFO] tweaked toml for git repo https://github.com/alice/advent_2018 written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/alice/advent_2018 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 560a5f35040215a067ff5a3286b44c69a7dcd431e67562ca443ca2513863e5a6
[INFO] running `"docker" "start" "-a" "560a5f35040215a067ff5a3286b44c69a7dcd431e67562ca443ca2513863e5a6"`
[INFO] [stderr]    Compiling serde v1.0.81
[INFO] [stderr]    Compiling backtrace-sys v0.1.26
[INFO] [stderr]     Checking rand v0.3.22
[INFO] [stderr]     Checking regex v0.2.11
[INFO] [stderr]     Checking libmath v0.2.1
[INFO] [stderr]     Checking backtrace v0.2.3
[INFO] [stderr]     Checking error-chain v0.5.0
[INFO] [stderr]     Checking cpuprofiler v0.0.3
[INFO] [stderr]     Checking multimap v0.4.0
[INFO] [stderr]     Checking advent_2018 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0583]: file not found for module `day14`
[INFO] [stderr]   --> src/main.rs:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | mod day14;
[INFO] [stderr]    | ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: to create the module `day14`, create file "src/day14.rs"
[INFO] [stderr] 
[INFO] [stderr] error[E0583]: file not found for module `day14`
[INFO] [stderr]   --> src/main.rs:17:1
[INFO] [stderr]    |
[INFO] [stderr] 17 | mod day14;
[INFO] [stderr]    | ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: to create the module `day14`, create file "src/day14.rs"
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `run1` in module `day14`
[INFO] [stderr]   --> src/main.rs:63:26
[INFO] [stderr]    |
[INFO] [stderr] 63 |         "14.1" => day14::run1(),
[INFO] [stderr]    |                          ^^^^ not found in `day14`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 10 | use day11::run1;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use day12::run1;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use day13::run1;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use day1::run1;
[INFO] [stderr]    |
[INFO] [stderr]      and 7 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `run2` in module `day14`
[INFO] [stderr]   --> src/main.rs:64:26
[INFO] [stderr]    |
[INFO] [stderr] 64 |         "14.2" => day14::run2(),
[INFO] [stderr]    |                          ^^^^ not found in `day14`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 10 | use day11::run2;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use day12::run2;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use day13::run2;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use day1::run2;
[INFO] [stderr]    |
[INFO] [stderr]      and 6 other candidates
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0583.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `advent_2018`.
[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[E0425]: cannot find function `run1` in module `day14`
[INFO] [stderr]   --> src/main.rs:63:26
[INFO] [stderr]    |
[INFO] [stderr] 63 |         "14.1" => day14::run1(),
[INFO] [stderr]    |                          ^^^^ not found in `day14`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 10 | use day11::run1;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use day12::run1;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use day13::run1;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use day1::run1;
[INFO] [stderr]    |
[INFO] [stderr]      and 7 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `run2` in module `day14`
[INFO] [stderr]   --> src/main.rs:64:26
[INFO] [stderr]    |
[INFO] [stderr] 64 |         "14.2" => day14::run2(),
[INFO] [stderr]    |                          ^^^^ not found in `day14`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 10 | use day11::run2;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use day12::run2;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use day13::run2;
[INFO] [stderr]    |
[INFO] [stderr] 10 | use day1::run2;
[INFO] [stderr]    |
[INFO] [stderr]      and 6 other candidates
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0583.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `advent_2018`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "560a5f35040215a067ff5a3286b44c69a7dcd431e67562ca443ca2513863e5a6"`
[INFO] running `"docker" "rm" "-f" "560a5f35040215a067ff5a3286b44c69a7dcd431e67562ca443ca2513863e5a6"`
[INFO] [stdout] 560a5f35040215a067ff5a3286b44c69a7dcd431e67562ca443ca2513863e5a6
