[INFO] cloning repository https://github.com/kczimm/advent-of-code-2015 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kczimm/advent-of-code-2015" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkczimm%2Fadvent-of-code-2015", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkczimm%2Fadvent-of-code-2015'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6211115df38bb41f7cbd46ca142b3bc9f31a1fd3 [INFO] documenting kczimm/advent-of-code-2015 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkczimm%2Fadvent-of-code-2015" "/workspace/builds/worker-36/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-36/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kczimm/advent-of-code-2015 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kczimm/advent-of-code-2015 [INFO] finished tweaking git repo https://github.com/kczimm/advent-of-code-2015 [INFO] tweaked toml for git repo https://github.com/kczimm/advent-of-code-2015 written to /workspace/builds/worker-36/source/Cargo.toml [INFO] crate git repo https://github.com/kczimm/advent-of-code-2015 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aad8f9aedf9eb92bc4c458567e6367d3652d6a733d1c079845d34b301e836564 [INFO] running `Command { std: "docker" "start" "-a" "aad8f9aedf9eb92bc4c458567e6367d3652d6a733d1c079845d34b301e836564", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aad8f9aedf9eb92bc4c458567e6367d3652d6a733d1c079845d34b301e836564", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aad8f9aedf9eb92bc4c458567e6367d3652d6a733d1c079845d34b301e836564", kill_on_drop: false }` [INFO] [stdout] aad8f9aedf9eb92bc4c458567e6367d3652d6a733d1c079845d34b301e836564 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2dc52327c16a463738f53e6cea76320f418eac8002a93ed20311d5b68109d895 [INFO] running `Command { std: "docker" "start" "-a" "2dc52327c16a463738f53e6cea76320f418eac8002a93ed20311d5b68109d895", kill_on_drop: false }` [INFO] [stderr] Checking advent-of-code-2015 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting advent-of-code-2015 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not document `advent-of-code-2015` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day6 src/day6/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=deace8dacf2a2587 -L dependency=/opt/rustwide/target/debug/deps --extern util=/opt/rustwide/target/debug/deps/libutil-07f576e2dc7ad333.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-05cdc6da942a1386.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not document `advent-of-code-2015` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day7 src/day7/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=3c7d2aa07ffa6b51 -L dependency=/opt/rustwide/target/debug/deps --extern util=/opt/rustwide/target/debug/deps/libutil-07f576e2dc7ad333.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-05cdc6da942a1386.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `advent-of-code-2015` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day15 src/day15/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=bba465f07f5a7b66 -L dependency=/opt/rustwide/target/debug/deps --extern util=/opt/rustwide/target/debug/deps/libutil-07f576e2dc7ad333.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-05cdc6da942a1386.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `advent-of-code-2015` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day21 src/day21/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=d12d06da3cba45a4 -L dependency=/opt/rustwide/target/debug/deps --extern util=/opt/rustwide/target/debug/deps/libutil-07f576e2dc7ad333.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-05cdc6da942a1386.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `advent-of-code-2015` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day24 src/day24/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=62cb2545c0d8984c -L dependency=/opt/rustwide/target/debug/deps --extern util=/opt/rustwide/target/debug/deps/libutil-07f576e2dc7ad333.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-05cdc6da942a1386.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `advent-of-code-2015` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day5 src/day5/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=9d76b04645b32920 -L dependency=/opt/rustwide/target/debug/deps --extern util=/opt/rustwide/target/debug/deps/libutil-07f576e2dc7ad333.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-05cdc6da942a1386.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `advent-of-code-2015` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day2 src/day2/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=bc94dd12a184ea0d -L dependency=/opt/rustwide/target/debug/deps --extern util=/opt/rustwide/target/debug/deps/libutil-07f576e2dc7ad333.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-05cdc6da942a1386.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `advent-of-code-2015` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day11 src/day11/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=162392716fd303ff -L dependency=/opt/rustwide/target/debug/deps --extern util=/opt/rustwide/target/debug/deps/libutil-07f576e2dc7ad333.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-05cdc6da942a1386.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `advent-of-code-2015` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day20 src/day20/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=e68cc24a73e54a10 -L dependency=/opt/rustwide/target/debug/deps --extern util=/opt/rustwide/target/debug/deps/libutil-07f576e2dc7ad333.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-05cdc6da942a1386.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `advent-of-code-2015` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day4 src/day4/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=fd22cf666e3b2be8 -L dependency=/opt/rustwide/target/debug/deps --extern util=/opt/rustwide/target/debug/deps/libutil-07f576e2dc7ad333.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-05cdc6da942a1386.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `advent-of-code-2015` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day12 src/day12/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=325ad37fe97f2a1d -L dependency=/opt/rustwide/target/debug/deps --extern util=/opt/rustwide/target/debug/deps/libutil-07f576e2dc7ad333.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-05cdc6da942a1386.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `advent-of-code-2015` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day3 src/day3/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=bd5c67729cbed5a5 -L dependency=/opt/rustwide/target/debug/deps --extern util=/opt/rustwide/target/debug/deps/libutil-07f576e2dc7ad333.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-05cdc6da942a1386.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `advent-of-code-2015` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day1 src/day1/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=f293d6a90c32dad3 -L dependency=/opt/rustwide/target/debug/deps --extern util=/opt/rustwide/target/debug/deps/libutil-07f576e2dc7ad333.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-05cdc6da942a1386.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `advent-of-code-2015` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day17 src/day17/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=ec94f1f28fc67a81 -L dependency=/opt/rustwide/target/debug/deps --extern util=/opt/rustwide/target/debug/deps/libutil-07f576e2dc7ad333.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-05cdc6da942a1386.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `advent-of-code-2015` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day14 src/day14/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=97a91b5de84bdad6 -L dependency=/opt/rustwide/target/debug/deps --extern util=/opt/rustwide/target/debug/deps/libutil-07f576e2dc7ad333.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-05cdc6da942a1386.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/day8/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | / "" is 2 characters of code (the two double quotes), but the string contains zero characters. [INFO] [stdout] 13 | | "abc" is 5 characters of code, but 3 characters in the string data. [INFO] [stdout] 14 | | "aaa\"aaa" is 10 characters of code, but the string itself contains six "a" characters and a single, escaped quote character, for a t... [INFO] [stdout] 15 | | "\x27" is 6 characters of code, but the string itself contains just one - an apostrophe ('), escaped using hexadecimal notation. [INFO] [stdout] | |____________________________________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] = note: error from rustc: unterminated character literal [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2dc52327c16a463738f53e6cea76320f418eac8002a93ed20311d5b68109d895", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2dc52327c16a463738f53e6cea76320f418eac8002a93ed20311d5b68109d895", kill_on_drop: false }` [INFO] [stdout] 2dc52327c16a463738f53e6cea76320f418eac8002a93ed20311d5b68109d895