[INFO] cloning repository https://github.com/Measter/AdventOfCode2015 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Measter/AdventOfCode2015" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMeaster%2FAdventOfCode2015", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMeaster%2FAdventOfCode2015'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8ca86d19a52c2475f607d471e9ea75651ad159f3 [INFO] checking Measter/AdventOfCode2015 against master#3e826bb11228508fbe749e594038d6727208aa94 for pr-82322 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMeaster%2FAdventOfCode2015" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Measter/AdventOfCode2015 on toolchain 3e826bb11228508fbe749e594038d6727208aa94 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e826bb11228508fbe749e594038d6727208aa94" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Measter/AdventOfCode2015 [INFO] finished tweaking git repo https://github.com/Measter/AdventOfCode2015 [INFO] tweaked toml for git repo https://github.com/Measter/AdventOfCode2015 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e826bb11228508fbe749e594038d6727208aa94" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/Measter/aoc_lib` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e826bb11228508fbe749e594038d6727208aa94" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+3e826bb11228508fbe749e594038d6727208aa94" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 542b100d55c3fe907287ece7c4f57b8824650377d8c81f6d446cdd2839d873df [INFO] running `Command { std: "docker" "start" "-a" "542b100d55c3fe907287ece7c4f57b8824650377d8c81f6d446cdd2839d873df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "542b100d55c3fe907287ece7c4f57b8824650377d8c81f6d446cdd2839d873df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "542b100d55c3fe907287ece7c4f57b8824650377d8c81f6d446cdd2839d873df", kill_on_drop: false }` [INFO] [stdout] 542b100d55c3fe907287ece7c4f57b8824650377d8c81f6d446cdd2839d873df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+3e826bb11228508fbe749e594038d6727208aa94" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae5628065717a856d0edd40496191a0acadf482e262c4124b8df40ce33e66eef [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ae5628065717a856d0edd40496191a0acadf482e262c4124b8df40ce33e66eef", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.87 [INFO] [stderr] Compiling syn v1.0.61 [INFO] [stderr] Checking once_cell v1.7.2 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling lexical-core v0.7.5 [INFO] [stderr] Checking pin-project-lite v0.2.6 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking funty v1.1.0 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking wyz v0.2.0 [INFO] [stderr] Compiling eyre v0.6.5 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking owo-colors v1.3.0 [INFO] [stderr] Checking unicode-segmentation v1.7.1 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Checking cassowary v0.3.0 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking human_format v1.0.3 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking bytesize v1.0.1 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Checking md5 v0.7.0 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling nom v6.1.2 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking tracing-subscriber v0.2.16 [INFO] [stderr] Checking bitvec v0.19.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Checking getrandom v0.2.2 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking signal-hook-registry v1.3.0 [INFO] [stderr] Checking mio v0.7.9 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking backtrace v0.3.56 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking rand_core v0.6.2 [INFO] [stderr] Checking signal-hook v0.1.17 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking crossterm v0.18.2 [INFO] [stderr] Checking rand v0.8.3 [INFO] [stderr] Checking tui v0.13.0 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tracing-attributes v0.1.13 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Checking thiserror v1.0.24 [INFO] [stderr] Checking tracing v0.1.25 [INFO] [stderr] Checking structopt v0.3.21 [INFO] [stderr] Checking aoc_lib v0.1.0 (https://github.com/Measter/aoc_lib#302a80f0) [INFO] [stderr] Checking tracing-error v0.1.2 [INFO] [stderr] Checking color-spantrace v0.1.6 [INFO] [stderr] Checking color-eyre v0.5.10 [INFO] [stderr] Checking advent_of_code_2015 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `run` in crate `aoc_lib` [INFO] [stdout] --> src/bin/aoc_1501.rs:44:14 [INFO] [stdout] | [INFO] [stdout] 44 | aoc_lib::run( [INFO] [stdout] | ^^^ not found in `aoc_lib` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run` in crate `aoc_lib` [INFO] [stdout] --> src/bin/aoc_1510.rs:31:14 [INFO] [stdout] | [INFO] [stdout] 31 | aoc_lib::run( [INFO] [stdout] | ^^^ not found in `aoc_lib` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run` in crate `aoc_lib` [INFO] [stdout] --> src/bin/aoc_1517.rs:54:14 [INFO] [stdout] | [INFO] [stdout] 54 | aoc_lib::run( [INFO] [stdout] | ^^^ not found in `aoc_lib` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run` in crate `aoc_lib` [INFO] [stdout] --> src/bin/aoc_1513.rs:91:14 [INFO] [stdout] | [INFO] [stdout] 91 | aoc_lib::run( [INFO] [stdout] | ^^^ not found in `aoc_lib` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run` in crate `aoc_lib` [INFO] [stdout] --> src/bin/aoc_1514.rs:134:14 [INFO] [stdout] | [INFO] [stdout] 134 | aoc_lib::run( [INFO] [stdout] | ^^^ not found in `aoc_lib` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run` in crate `aoc_lib` [INFO] [stdout] --> src/bin/aoc_1518.rs:147:14 [INFO] [stdout] | [INFO] [stdout] 147 | aoc_lib::run( [INFO] [stdout] | ^^^ not found in `aoc_lib` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run` in crate `aoc_lib` [INFO] [stdout] --> src/bin/aoc_1502.rs:81:14 [INFO] [stdout] | [INFO] [stdout] 81 | aoc_lib::run( [INFO] [stdout] | ^^^ not found in `aoc_lib` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run` in crate `aoc_lib` [INFO] [stdout] --> src/bin/aoc_1511.rs:88:14 [INFO] [stdout] | [INFO] [stdout] 88 | aoc_lib::run( [INFO] [stdout] | ^^^ not found in `aoc_lib` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run` in crate `aoc_lib` [INFO] [stdout] --> src/bin/aoc_1512.rs:49:14 [INFO] [stdout] | [INFO] [stdout] 49 | aoc_lib::run( [INFO] [stdout] | ^^^ not found in `aoc_lib` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run` in crate `aoc_lib` [INFO] [stdout] --> src/bin/aoc_1514.rs:134:14 [INFO] [stdout] | [INFO] [stdout] 134 | aoc_lib::run( [INFO] [stdout] | ^^^ not found in `aoc_lib` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run` in crate `aoc_lib` [INFO] [stdout] --> src/bin/aoc_1502.rs:81:14 [INFO] [stdout] | [INFO] [stdout] 81 | aoc_lib::run( [INFO] [stdout] | ^^^ not found in `aoc_lib` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `advent_of_code_2015` [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] [stdout] error[E0425]: cannot find function `run` in crate `aoc_lib` [INFO] [stdout] --> src/bin/aoc_1509.rs:86:14 [INFO] [stdout] | [INFO] [stdout] 86 | aoc_lib::run( [INFO] [stdout] | ^^^ not found in `aoc_lib` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run` in crate `aoc_lib` [INFO] [stdout] --> src/bin/aoc_1518.rs:147:14 [INFO] [stdout] | [INFO] [stdout] 147 | aoc_lib::run( [INFO] [stdout] | ^^^ not found in `aoc_lib` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `run` in crate `aoc_lib` [INFO] [stdout] --> src/bin/aoc_1505.rs:56:14 [INFO] [stdout] | [INFO] [stdout] 56 | aoc_lib::run( [INFO] [stdout] | ^^^ not found in `aoc_lib` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "ae5628065717a856d0edd40496191a0acadf482e262c4124b8df40ce33e66eef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae5628065717a856d0edd40496191a0acadf482e262c4124b8df40ce33e66eef", kill_on_drop: false }` [INFO] [stdout] ae5628065717a856d0edd40496191a0acadf482e262c4124b8df40ce33e66eef