[INFO] cloning repository https://github.com/jmpesp/advent-of-code-2019 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jmpesp/advent-of-code-2019" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmpesp%2Fadvent-of-code-2019", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjmpesp%2Fadvent-of-code-2019'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 25ae154db96d25db49869bd6757cc001adba6cbb [INFO] documenting jmpesp/advent-of-code-2019 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%2Fjmpesp%2Fadvent-of-code-2019" "/workspace/builds/worker-24/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-24/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jmpesp/advent-of-code-2019 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/jmpesp/advent-of-code-2019 [INFO] finished tweaking git repo https://github.com/jmpesp/advent-of-code-2019 [INFO] tweaked toml for git repo https://github.com/jmpesp/advent-of-code-2019 written to /workspace/builds/worker-24/source/Cargo.toml [INFO] crate git repo https://github.com/jmpesp/advent-of-code-2019 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] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded num v0.4.0 [INFO] [stderr] Downloaded num-bigint v0.4.0 [INFO] [stderr] Downloaded assert v0.2.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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] 4dfa5b021b612f5625fe1241145ed39027c9eec2dd6e60aa3b17f024cdafb7d7 [INFO] running `Command { std: "docker" "start" "-a" "4dfa5b021b612f5625fe1241145ed39027c9eec2dd6e60aa3b17f024cdafb7d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4dfa5b021b612f5625fe1241145ed39027c9eec2dd6e60aa3b17f024cdafb7d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4dfa5b021b612f5625fe1241145ed39027c9eec2dd6e60aa3b17f024cdafb7d7", kill_on_drop: false }` [INFO] [stdout] 4dfa5b021b612f5625fe1241145ed39027c9eec2dd6e60aa3b17f024cdafb7d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-24/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] 7d8170c614c282ca2bb6e0ef7d7ef2d9ed214bf5b1e09b8ddc033c9c8bd9545b [INFO] running `Command { std: "docker" "start" "-a" "7d8170c614c282ca2bb6e0ef7d7ef2d9ed214bf5b1e09b8ddc033c9c8bd9545b", kill_on_drop: false }` [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking fixedbitset v0.2.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.0 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Checking petgraph v0.5.1 [INFO] [stderr] Checking num-complex v0.4.0 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Checking assert v0.2.3 [INFO] [stderr] Documenting advent-of-code-2019 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/bin/day01.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | if (fuel < 0) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 31 - if (fuel < 0) { [INFO] [stdout] 31 + if fuel < 0 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `advent-of-code-2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day05 src/bin/day05.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=c58d8587b3b458aa -L dependency=/opt/rustwide/target/debug/deps --extern assert=/opt/rustwide/target/debug/deps/libassert-b67ca6977f9f4307.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-53a79dbf30b0fb4d.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-2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day15 src/bin/day15.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=9f4d9f32a516100f -L dependency=/opt/rustwide/target/debug/deps --extern assert=/opt/rustwide/target/debug/deps/libassert-b67ca6977f9f4307.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-53a79dbf30b0fb4d.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `advent-of-code-2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day01 src/bin/day01.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=07affc6cee28c7b3 -L dependency=/opt/rustwide/target/debug/deps --extern assert=/opt/rustwide/target/debug/deps/libassert-b67ca6977f9f4307.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-53a79dbf30b0fb4d.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `advent-of-code-2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day11 src/bin/day11.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=b73c7f52bf5d14df -L dependency=/opt/rustwide/target/debug/deps --extern assert=/opt/rustwide/target/debug/deps/libassert-b67ca6977f9f4307.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-53a79dbf30b0fb4d.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `advent-of-code-2019` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name day13 src/bin/day13.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=9f9c3c5502acf711 -L dependency=/opt/rustwide/target/debug/deps --extern assert=/opt/rustwide/target/debug/deps/libassert-b67ca6977f9f4307.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-53a79dbf30b0fb4d.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "7d8170c614c282ca2bb6e0ef7d7ef2d9ed214bf5b1e09b8ddc033c9c8bd9545b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d8170c614c282ca2bb6e0ef7d7ef2d9ed214bf5b1e09b8ddc033c9c8bd9545b", kill_on_drop: false }` [INFO] [stdout] 7d8170c614c282ca2bb6e0ef7d7ef2d9ed214bf5b1e09b8ddc033c9c8bd9545b