[INFO] cloning repository https://github.com/adriensamson/aoc2019 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/adriensamson/aoc2019" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadriensamson%2Faoc2019", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadriensamson%2Faoc2019'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2984c23b936a1c1396851e80077a6f6ace3d4019 [INFO] documenting adriensamson/aoc2019 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%2Fadriensamson%2Faoc2019" "/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/adriensamson/aoc2019 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/adriensamson/aoc2019 [INFO] finished tweaking git repo https://github.com/adriensamson/aoc2019 [INFO] tweaked toml for git repo https://github.com/adriensamson/aoc2019 written to /workspace/builds/worker-36/source/Cargo.toml [INFO] crate git repo https://github.com/adriensamson/aoc2019 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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num-complex v0.2.3 [INFO] [stderr] Downloaded num-rational v0.2.2 [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] 221e87e8bd068ec4eab680f99e2ce3ce796d04e80f743189b59f59db1ddbb1da [INFO] running `Command { std: "docker" "start" "-a" "221e87e8bd068ec4eab680f99e2ce3ce796d04e80f743189b59f59db1ddbb1da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "221e87e8bd068ec4eab680f99e2ce3ce796d04e80f743189b59f59db1ddbb1da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "221e87e8bd068ec4eab680f99e2ce3ce796d04e80f743189b59f59db1ddbb1da", kill_on_drop: false }` [INFO] [stdout] 221e87e8bd068ec4eab680f99e2ce3ce796d04e80f743189b59f59db1ddbb1da [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] 7d2d01c7ada4ddeba120abda9bc08f56e96f1ed2532f691e292e9d35d64d1954 [INFO] running `Command { std: "docker" "start" "-a" "7d2d01c7ada4ddeba120abda9bc08f56e96f1ed2532f691e292e9d35d64d1954", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking regex-syntax v0.6.12 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking aoc2019 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting aoc2019 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not document `aoc2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day22 src/bin/day22.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=937b913f2a068417 -L dependency=/opt/rustwide/target/debug/deps --extern aoc2019=/opt/rustwide/target/debug/deps/libaoc2019-cac85b68671966a7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-1479f2b7adeaa2b6.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-1cad40677ccb2a02.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ad67a126fc29a526.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 `aoc2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day12 src/bin/day12.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=cdf1ee899c810765 -L dependency=/opt/rustwide/target/debug/deps --extern aoc2019=/opt/rustwide/target/debug/deps/libaoc2019-cac85b68671966a7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-1479f2b7adeaa2b6.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-1cad40677ccb2a02.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ad67a126fc29a526.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `aoc2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day20 src/bin/day20.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=d14dd64350d31a93 -L dependency=/opt/rustwide/target/debug/deps --extern aoc2019=/opt/rustwide/target/debug/deps/libaoc2019-cac85b68671966a7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-1479f2b7adeaa2b6.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-1cad40677ccb2a02.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ad67a126fc29a526.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `aoc2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day21 src/bin/day21.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=89e5fc70320f76f2 -L dependency=/opt/rustwide/target/debug/deps --extern aoc2019=/opt/rustwide/target/debug/deps/libaoc2019-cac85b68671966a7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-1479f2b7adeaa2b6.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-1cad40677ccb2a02.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ad67a126fc29a526.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `aoc2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day02 src/bin/day02.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=bc05718a38795d21 -L dependency=/opt/rustwide/target/debug/deps --extern aoc2019=/opt/rustwide/target/debug/deps/libaoc2019-cac85b68671966a7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-1479f2b7adeaa2b6.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-1cad40677ccb2a02.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ad67a126fc29a526.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `aoc2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day24 src/bin/day24.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=25f201eef232f293 -L dependency=/opt/rustwide/target/debug/deps --extern aoc2019=/opt/rustwide/target/debug/deps/libaoc2019-cac85b68671966a7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-1479f2b7adeaa2b6.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-1cad40677ccb2a02.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ad67a126fc29a526.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `aoc2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day16 src/bin/day16.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=4c2daabc90f3e7cc -L dependency=/opt/rustwide/target/debug/deps --extern aoc2019=/opt/rustwide/target/debug/deps/libaoc2019-cac85b68671966a7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-1479f2b7adeaa2b6.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-1cad40677ccb2a02.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ad67a126fc29a526.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `aoc2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day03 src/bin/day03.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=a7c8dd6442fd092c -L dependency=/opt/rustwide/target/debug/deps --extern aoc2019=/opt/rustwide/target/debug/deps/libaoc2019-cac85b68671966a7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-1479f2b7adeaa2b6.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-1cad40677ccb2a02.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ad67a126fc29a526.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `aoc2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day06 src/bin/day06.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=f24dc83484bf403c -L dependency=/opt/rustwide/target/debug/deps --extern aoc2019=/opt/rustwide/target/debug/deps/libaoc2019-cac85b68671966a7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-1479f2b7adeaa2b6.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-1cad40677ccb2a02.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ad67a126fc29a526.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `aoc2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day19 src/bin/day19.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=73e0d67cee6c9e33 -L dependency=/opt/rustwide/target/debug/deps --extern aoc2019=/opt/rustwide/target/debug/deps/libaoc2019-cac85b68671966a7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-1479f2b7adeaa2b6.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-1cad40677ccb2a02.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ad67a126fc29a526.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `aoc2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day18 src/bin/day18.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=00bdd920ea3872b0 -L dependency=/opt/rustwide/target/debug/deps --extern aoc2019=/opt/rustwide/target/debug/deps/libaoc2019-cac85b68671966a7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-1479f2b7adeaa2b6.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-1cad40677ccb2a02.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ad67a126fc29a526.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `aoc2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day10 src/bin/day10.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=aa1af0bb9b633387 -L dependency=/opt/rustwide/target/debug/deps --extern aoc2019=/opt/rustwide/target/debug/deps/libaoc2019-cac85b68671966a7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-1479f2b7adeaa2b6.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-1cad40677ccb2a02.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ad67a126fc29a526.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `aoc2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day23 src/bin/day23.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=caf6daf73e296dbc -L dependency=/opt/rustwide/target/debug/deps --extern aoc2019=/opt/rustwide/target/debug/deps/libaoc2019-cac85b68671966a7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-1479f2b7adeaa2b6.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-1cad40677ccb2a02.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ad67a126fc29a526.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `aoc2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day14 src/bin/day14.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=0fc7c7c7ca1c30e2 -L dependency=/opt/rustwide/target/debug/deps --extern aoc2019=/opt/rustwide/target/debug/deps/libaoc2019-cac85b68671966a7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-1479f2b7adeaa2b6.rmeta --extern num=/opt/rustwide/target/debug/deps/libnum-1cad40677ccb2a02.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-ad67a126fc29a526.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "7d2d01c7ada4ddeba120abda9bc08f56e96f1ed2532f691e292e9d35d64d1954", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d2d01c7ada4ddeba120abda9bc08f56e96f1ed2532f691e292e9d35d64d1954", kill_on_drop: false }` [INFO] [stdout] 7d2d01c7ada4ddeba120abda9bc08f56e96f1ed2532f691e292e9d35d64d1954