[INFO] updating cached repository https://github.com/codeTIT4N/rust-basics [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6213b1c42c6d864574c0e6091dadb95176fe5fd9 [INFO] documenting codeTIT4N/rust-basics against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FcodeTIT4N%2Frust-basics" "/workspace/builds/worker-30/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-30/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/codeTIT4N/rust-basics on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/codeTIT4N/rust-basics [INFO] finished tweaking git repo https://github.com/codeTIT4N/rust-basics [INFO] tweaked toml for git repo https://github.com/codeTIT4N/rust-basics written to /workspace/builds/worker-30/source/Cargo.toml [INFO] crate git repo https://github.com/codeTIT4N/rust-basics already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3218f0eacc3ed608fff80e36e57a182bf0b8cd9e35258d2211ab753d8f904009 [INFO] running `Command { std: "docker" "start" "-a" "3218f0eacc3ed608fff80e36e57a182bf0b8cd9e35258d2211ab753d8f904009", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3218f0eacc3ed608fff80e36e57a182bf0b8cd9e35258d2211ab753d8f904009", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3218f0eacc3ed608fff80e36e57a182bf0b8cd9e35258d2211ab753d8f904009", kill_on_drop: false }` [INFO] [stdout] 3218f0eacc3ed608fff80e36e57a182bf0b8cd9e35258d2211ab753d8f904009 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-30/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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e1a2e9821bdf2da9cd04ee38bbcc1ee0c1d849693fb0737369d31c38790d67b [INFO] running `Command { std: "docker" "start" "-a" "7e1a2e9821bdf2da9cd04ee38bbcc1ee0c1d849693fb0737369d31c38790d67b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.86 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Compiling quote v1.0.15 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Checking thiserror v1.0.30 [INFO] [stderr] Documenting basics v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0603]: function `hello` is private [INFO] [stdout] --> src/bin/modules.rs:19:16 [INFO] [stdout] | [INFO] [stdout] 19 | use greet::hello; [INFO] [stdout] | ^^^^^ private function [INFO] [stdout] | [INFO] [stdout] note: the function `hello` is defined here [INFO] [stdout] --> src/bin/modules.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | fn hello() { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: function `goodbye` is private [INFO] [stdout] --> src/bin/modules.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | greet::goodbye(); [INFO] [stdout] | ^^^^^^^ private function [INFO] [stdout] | [INFO] [stdout] note: the function `goodbye` is defined here [INFO] [stdout] --> src/bin/modules.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | fn goodbye() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0603]: function `add` is private [INFO] [stdout] --> src/bin/modules.rs:22:21 [INFO] [stdout] | [INFO] [stdout] 22 | let ans = math::add(2, 1); [INFO] [stdout] | ^^^ private function [INFO] [stdout] | [INFO] [stdout] note: the function `add` is defined here [INFO] [stdout] --> src/bin/modules.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | fn add(a: i32, b: i32) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SqlError` in this scope [INFO] [stdout] --> src/bin/customerrortypes.rs:7:27 [INFO] [stdout] | [INFO] [stdout] 7 | DatabaseError(#[from] SqlError), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SqlError` in this scope [INFO] [stdout] --> src/bin/customerrortypes.rs:7:27 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Error,Debug)] [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 7 | DatabaseError(#[from] SqlError), [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0603`. [INFO] [stdout] [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name modules src/bin/modules.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=f05ef2afbd696c29 -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name customerrortypes src/bin/customerrortypes.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=67c6a1956b15b38b -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name advmatch src/bin/advmatch.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=4b2ff32302a78595 -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name expressions src/bin/expressions.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=b4b2da9ba84bd51f -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name lifetimes src/bin/lifetimes.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=e91fc12b60356301 -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name impl src/bin/impl.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=5c62a9593d3d6795 -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name derive src/bin/derive.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=4b563e9481d9f93b -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name newtypepattern src/bin/newtypepattern.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=a1841bae28511de6 -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name result src/bin/result.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=70e44fbafe93fa5a -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name defaulttrait src/bin/defaulttrait.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=d3f987e3d78df93d -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name documentation src/bin/documentation.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=d1ee585098002994 -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name iflet src/bin/iflet.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=4c128e97a34cd8e0 -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name heap src/bin/heap.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=f7a37f9e5260afe6 -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name const src/bin/const.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=48ec83fc27b036ac -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name externalcrates src/bin/externalcrates.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=b096d521f682be7f -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name userinput src/bin/userinput.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=710c45ce198c53e8 -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name ownership src/bin/ownership.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=2c5d76b4275ea916 -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name vectors src/bin/vectors.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=123499caf68d4dd9 -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name strings src/bin/strings.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=498f099d873664f1 -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `basics` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type bin --crate-name trait src/bin/trait.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items '-Arustdoc::private-intra-doc-links' -C metadata=3b737a586fb71031 -L dependency=/opt/rustwide/target/debug/deps --extern humantime=/opt/rustwide/target/debug/deps/libhumantime-5666a90764710fa4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c81fd0f10268ef6.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "7e1a2e9821bdf2da9cd04ee38bbcc1ee0c1d849693fb0737369d31c38790d67b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e1a2e9821bdf2da9cd04ee38bbcc1ee0c1d849693fb0737369d31c38790d67b", kill_on_drop: false }` [INFO] [stdout] 7e1a2e9821bdf2da9cd04ee38bbcc1ee0c1d849693fb0737369d31c38790d67b