[INFO] cloning repository https://github.com/amnn/adventofcode-2018
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/amnn/adventofcode-2018" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famnn%2Fadventofcode-2018", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famnn%2Fadventofcode-2018'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 149174a4a021f051b577d331460eed48b3c8199d
[INFO] documenting amnn/adventofcode-2018 against 1.98.0-beta.1 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Famnn%2Fadventofcode-2018" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/amnn/adventofcode-2018
[INFO] finished tweaking git repo https://github.com/amnn/adventofcode-2018
[INFO] tweaked toml for git repo https://github.com/amnn/adventofcode-2018 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/amnn/adventofcode-2018 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/amnn/adventofcode-2018 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `adventofcode` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 42ed0719fe7453bdefe15d14e91f20e7fb349409d7cf3d499a977297ddc8ff7b
[INFO] running `Command { std: "docker" "start" "42ed0719fe7453bdefe15d14e91f20e7fb349409d7cf3d499a977297ddc8ff7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "42ed0719fe7453bdefe15d14e91f20e7fb349409d7cf3d499a977297ddc8ff7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "42ed0719fe7453bdefe15d14e91f20e7fb349409d7cf3d499a977297ddc8ff7b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "42ed0719fe7453bdefe15d14e91f20e7fb349409d7cf3d499a977297ddc8ff7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "42ed0719fe7453bdefe15d14e91f20e7fb349409d7cf3d499a977297ddc8ff7b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `adventofcode` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.44
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling proc-macro2 v0.4.24
[INFO] [stderr]    Compiling unicode-xid v0.1.0
[INFO] [stderr]     Checking cfg-if v0.1.6
[INFO] [stderr]    Compiling num-traits v0.2.6
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]     Checking lazy_static v1.2.0
[INFO] [stderr]     Checking ucd-util v0.1.3
[INFO] [stderr]     Checking utf8-ranges v1.0.2
[INFO] [stderr]    Compiling num-derive v0.2.3
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]     Checking regex-syntax v0.5.6
[INFO] [stderr]    Compiling memchr v2.1.1
[INFO] [stderr]     Checking termion v1.5.1
[INFO] [stderr]    Compiling quote v0.6.10
[INFO] [stderr]     Checking aho-corasick v0.6.9
[INFO] [stderr]    Compiling syn v0.15.23
[INFO] [stderr]     Checking scan_fmt v0.1.3
[INFO] [stderr]  Documenting adventofcode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking adventofcode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not document `adventofcode`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2015 --crate-type bin --crate-name day03 src/day03/main.rs -o /opt/rustwide/target/doc --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=9449adfbaaa55fa3 -L dependency=/opt/rustwide/target/debug/deps --extern lib=/opt/rustwide/target/debug/deps/liblib-60426e5949376a3b.rmeta --extern num_derive=/opt/rustwide/target/debug/deps/libnum_derive-ad1e26b4db751ec3.so --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-b6f6904e16f41dce.rmeta --extern scan_fmt=/opt/rustwide/target/debug/deps/libscan_fmt-cb8993460c6f9358.rmeta --extern termion=/opt/rustwide/target/debug/deps/libtermion-49948b68271d32d0.rmeta --document-private-items '-Arustdoc::private-intra-doc-links' --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "42ed0719fe7453bdefe15d14e91f20e7fb349409d7cf3d499a977297ddc8ff7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "42ed0719fe7453bdefe15d14e91f20e7fb349409d7cf3d499a977297ddc8ff7b", kill_on_drop: false }`
[INFO] [stdout] 42ed0719fe7453bdefe15d14e91f20e7fb349409d7cf3d499a977297ddc8ff7b
