[INFO] updating cached repository https://github.com/scoiatael/AdventOfCode2018
[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] 7e8e1c5be1c1d596857f071d6ef8a10fbe8ca276
[INFO] checking scoiatael/AdventOfCode2018 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscoiatael%2FAdventOfCode2018" "/workspace/builds/worker-13/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/scoiatael/AdventOfCode2018 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/scoiatael/AdventOfCode2018
[INFO] finished tweaking git repo https://github.com/scoiatael/AdventOfCode2018
[INFO] tweaked toml for git repo https://github.com/scoiatael/AdventOfCode2018 written to /workspace/builds/worker-13/source/Cargo.toml
[INFO] crate git repo https://github.com/scoiatael/AdventOfCode2018 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 8efaa7adce9c78900827ab694f2a63b95a07dd4a0eeb1104e357c2c4172aae6f
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "8efaa7adce9c78900827ab694f2a63b95a07dd4a0eeb1104e357c2c4172aae6f"`
[INFO] [stderr]    Compiling libc v0.2.45
[INFO] [stderr]     Checking arrayvec v0.4.8
[INFO] [stderr]    Compiling memchr v2.1.1
[INFO] [stderr]    Compiling syn v0.15.22
[INFO] [stderr]     Checking crossbeam-epoch v0.3.1
[INFO] [stderr]     Checking crossbeam-deque v0.2.0
[INFO] [stderr]     Checking num_cpus v1.8.0
[INFO] [stderr]     Checking rayon-core v1.4.1
[INFO] [stderr]     Checking aho-corasick v0.6.9
[INFO] [stderr]     Checking rayon v1.0.3
[INFO] [stderr]     Checking regex v1.1.0
[INFO] [stderr]    Compiling num-derive v0.2.3
[INFO] [stderr]     Checking jpeg-decoder v0.1.15
[INFO] [stderr]     Checking tiff v0.2.1
[INFO] [stderr]     Checking image v0.20.1
[INFO] [stderr]     Checking AdventOfCode2018 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unused import: `std::option`
[INFO] [stderr]  --> src/lib.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::option;
[INFO] [stderr]   |     ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: crate `AdventOfCode2018` should have a snake case name
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(non_snake_case)]` on by default
[INFO] [stderr]   = help: convert the identifier to snake case: `advent_of_code2018`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::option`
[INFO] [stderr]  --> src/lib.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::option;
[INFO] [stderr]   |     ^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: crate `AdventOfCode2018` should have a snake case name
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(non_snake_case)]` on by default
[INFO] [stderr]   = help: convert the identifier to snake case: `advent_of_code2018`
[INFO] [stderr] 
[INFO] [stderr] error: couldn't read src/bin/../../inputs/day10/part1.txt: No such file or directory (os error 2)
[INFO] [stderr]   --> src/bin/day10-pt1.rs:41:19
[INFO] [stderr]    |
[INFO] [stderr] 41 |     let content = include_str!("../../inputs/day10/part1.txt");
[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] warning: use of deprecated item 'core::str::<impl str>::trim_left': superseded by `trim_start`
[INFO] [stderr]  --> src/bin/day10-pt1.rs:7:7
[INFO] [stderr]   |
[INFO] [stderr] 7 |     b.trim_left().parse().unwrap()
[INFO] [stderr]   |       ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `AdventOfCode2018`.
[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: couldn't read src/bin/../../inputs/day10/part1.txt: No such file or directory (os error 2)
[INFO] [stderr]   --> src/bin/day10-pt1.rs:41:19
[INFO] [stderr]    |
[INFO] [stderr] 41 |     let content = include_str!("../../inputs/day10/part1.txt");
[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] warning: use of deprecated item 'core::str::<impl str>::trim_left': superseded by `trim_start`
[INFO] [stderr]  --> src/bin/day10-pt1.rs:7:7
[INFO] [stderr]   |
[INFO] [stderr] 7 |     b.trim_left().parse().unwrap()
[INFO] [stderr]   |       ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `AdventOfCode2018`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "8efaa7adce9c78900827ab694f2a63b95a07dd4a0eeb1104e357c2c4172aae6f"`
[INFO] running `"docker" "rm" "-f" "8efaa7adce9c78900827ab694f2a63b95a07dd4a0eeb1104e357c2c4172aae6f"`
[INFO] [stdout] 8efaa7adce9c78900827ab694f2a63b95a07dd4a0eeb1104e357c2c4172aae6f
