[INFO] updating cached repository https://github.com/scoiatael/AdventOfCode2018 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] testing scoiatael/AdventOfCode2018 against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscoiatael%2FAdventOfCode2018" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/scoiatael/AdventOfCode2018 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/scoiatael/AdventOfCode2018 already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 29342151c0992fc25f85b31830cd355ebca7c5eea7f842406fbbacaf7eab0d85 [INFO] running `"docker" "start" "-a" "29342151c0992fc25f85b31830cd355ebca7c5eea7f842406fbbacaf7eab0d85"` [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling image v0.20.1 [INFO] [stderr] Compiling 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] 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] warning: use of deprecated item 'core::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" "29342151c0992fc25f85b31830cd355ebca7c5eea7f842406fbbacaf7eab0d85"` [INFO] running `"docker" "rm" "-f" "29342151c0992fc25f85b31830cd355ebca7c5eea7f842406fbbacaf7eab0d85"` [INFO] [stdout] 29342151c0992fc25f85b31830cd355ebca7c5eea7f842406fbbacaf7eab0d85