[INFO] cloning repository https://github.com/yqy7/rustleetcode [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yqy7/rustleetcode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyqy7%2Frustleetcode", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyqy7%2Frustleetcode'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a2235d28c0bedb639f2a91fa1b1282e27968a372 [INFO] documenting yqy7/rustleetcode 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%2Fyqy7%2Frustleetcode" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yqy7/rustleetcode 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/yqy7/rustleetcode [INFO] finished tweaking git repo https://github.com/yqy7/rustleetcode [INFO] tweaked toml for git repo https://github.com/yqy7/rustleetcode written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate git repo https://github.com/yqy7/rustleetcode 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] 6c3cf4c173bb40351c28e25f03c0d464ccbdd913bd14aa0d0f57d73e256915c4 [INFO] running `Command { std: "docker" "start" "-a" "6c3cf4c173bb40351c28e25f03c0d464ccbdd913bd14aa0d0f57d73e256915c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6c3cf4c173bb40351c28e25f03c0d464ccbdd913bd14aa0d0f57d73e256915c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c3cf4c173bb40351c28e25f03c0d464ccbdd913bd14aa0d0f57d73e256915c4", kill_on_drop: false }` [INFO] [stdout] 6c3cf4c173bb40351c28e25f03c0d464ccbdd913bd14aa0d0f57d73e256915c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] 15b2a9390ef152f1b8f4aaa131dd5db5e531ad242df1af84594a0b05b8ad7178 [INFO] running `Command { std: "docker" "start" "-a" "15b2a9390ef152f1b8f4aaa131dd5db5e531ad242df1af84594a0b05b8ad7178", kill_on_drop: false }` [INFO] [stderr] Checking rustleetcode v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Documenting rustleetcode v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::ops::Deref` [INFO] [stdout] --> src/lib.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use std::ops::Deref; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/lib.rs:70:13 [INFO] [stdout] | [INFO] [stdout] 70 | let mut root = TreeNode::newTreeNode(vec[0].unwrap()); [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `fromVec` should have a snake case name [INFO] [stdout] --> src/lib.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn fromVec(vec: Vec) -> Option> { [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `from_vec` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `newTreeNode` should have a snake case name [INFO] [stdout] --> src/lib.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn newTreeNode(val: i32) -> Rc> { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `new_tree_node` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t125 src/bin/t125.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=e7dad498b43d8cd5 -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.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 `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t101 src/bin/t101.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=a04ba6dbb577df8f -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t26 src/bin/t26.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=6876e124037e4a4b -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t122 src/bin/t122.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=5ca25ab831fbdff1 -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t70 src/bin/t70.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=13365d32f1935f05 -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t118 src/bin/t118.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=25c9a0be56001c56 -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t21 src/bin/t21.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=6df053a63b29b894 -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t53 src/bin/t53.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=2f3f514385829b02 -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t35 src/bin/t35.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=9477f6339c362881 -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t13 src/bin/t13.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=52596033ee2fb43c -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t38 src/bin/t38.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=a2ac41a4e4df8fca -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t1 src/bin/t1.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=29d826b5c27ed6d2 -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t58 src/bin/t58.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=a5c404ea82d29814 -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t27 src/bin/t27.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=cacb5dc7e1e3e8ac -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t104 src/bin/t104.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=0d913b0b1454cf33 -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t28 src/bin/t28.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=915e546ecbd0af20 -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t136 src/bin/t136.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=0fb848988538560d -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t88 src/bin/t88.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=f05bc4294bf92bc4 -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t83 src/bin/t83.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=b5f0d8eb831c9d36 -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t111 src/bin/t111.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=8a1e4ea24d6ca6af -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t110 src/bin/t110.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=1e49b32551a14dd8 -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t119 src/bin/t119.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=a0452e5f0da45b86 -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not document `rustleetcode` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name t108 src/bin/t108.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=743d9b4fa341e2b6 -L dependency=/opt/rustwide/target/debug/deps --extern rustleetcode=/opt/rustwide/target/debug/deps/librustleetcode-5fdf17856a6591e5.rmeta --cap-lints=warn --crate-version 0.1.0` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "15b2a9390ef152f1b8f4aaa131dd5db5e531ad242df1af84594a0b05b8ad7178", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15b2a9390ef152f1b8f4aaa131dd5db5e531ad242df1af84594a0b05b8ad7178", kill_on_drop: false }` [INFO] [stdout] 15b2a9390ef152f1b8f4aaa131dd5db5e531ad242df1af84594a0b05b8ad7178