[INFO] fetching crate rux-rhai 0.7.0...
[INFO] documenting rux-rhai-0.7.0 against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] extracting crate rux-rhai 0.7.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate rux-rhai 0.7.0
[INFO] finished tweaking crates.io crate rux-rhai 0.7.0
[INFO] tweaked toml for crates.io crate rux-rhai 0.7.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rux-rhai 0.7.0 on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rux-rhai 0.7.0 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" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded core-error v0.0.0
[INFO] [stderr]   Downloaded rhai_codegen v3.2.0
[INFO] [stderr]   Downloaded thin-vec v0.2.18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 60a2f154eaf6df9e08069df1aa8784b786d5b28cb96b6a40e79689f32b67dbe1
[INFO] running `Command { std: "docker" "start" "60a2f154eaf6df9e08069df1aa8784b786d5b28cb96b6a40e79689f32b67dbe1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "60a2f154eaf6df9e08069df1aa8784b786d5b28cb96b6a40e79689f32b67dbe1", 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" "60a2f154eaf6df9e08069df1aa8784b786d5b28cb96b6a40e79689f32b67dbe1" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "60a2f154eaf6df9e08069df1aa8784b786d5b28cb96b6a40e79689f32b67dbe1", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "60a2f154eaf6df9e08069df1aa8784b786d5b28cb96b6a40e79689f32b67dbe1" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]     Checking thin-vec v0.2.18
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]    Compiling rhai_codegen v3.2.0
[INFO] [stderr]  Documenting rux-rhai v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `eval_with_context_raw` links to private item `crate::ast::StmtBlock`
[INFO] [stdout]   --> src/api/custom_syntax.rs:91:111
[INFO] [stdout]    |
[INFO] [stdout] 91 |     /// * whether to rewind the [`Scope`][crate::Scope] after evaluation if the expression is a [`StmtBlock`][crate::ast::StmtBlock]
[INFO] [stdout]    |                                                                                                               ^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::GlobalRuntimeState`
[INFO] [stdout]   --> src/ast/namespace.rs:16:28
[INFO] [stdout]    |
[INFO] [stdout] 16 | /// [global runtime state][crate::GlobalRuntimeState] is cached for quick search purposes.
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `GlobalRuntimeState` in module `rhai`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `eval_expression_tree_raw` links to private item `crate::ast::StmtBlock`
[INFO] [stdout]    --> src/eval/eval_context.rs:200:97
[INFO] [stdout]     |
[INFO] [stdout] 200 |     /// * whether to rewind the [`Scope`] after evaluation if the expression is a [`StmtBlock`][crate::ast::StmtBlock]
[INFO] [stdout]     |                                                                                                 ^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `EvalContextFrameGuard::with_import`
[INFO] [stdout]    --> src/eval/eval_context.rs:445:126
[INFO] [stdout]     |
[INFO] [stdout] 445 | ... [`EvalContextFrameGuard::with_import`].
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `EvalContextFrameGuard` has no field or associated item named `with_import`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `EvalContextFrameGuard::with_namespace`
[INFO] [stdout]    --> src/eval/eval_context.rs:446:135
[INFO] [stdout]     |
[INFO] [stdout] 446 | ... depth if more have been added via [`EvalContextFrameGuard::with_namespace`].
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `EvalContextFrameGuard` has no field or associated item named `with_namespace`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `new_frame` links to private item `GlobalRuntimeState::source`
[INFO] [stdout]    --> src/eval/eval_context.rs:449:24
[INFO] [stdout]     |
[INFO] [stdout] 449 |     /// * the [source][GlobalRuntimeState::source] will be restored if a new source was set via [`EvalContextFrameGuard::with_sourc...
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `new_frame` links to private item `GlobalRuntimeState::level`
[INFO] [stdout]    --> src/eval/eval_context.rs:450:39
[INFO] [stdout]     |
[INFO] [stdout] 450 |     /// * the current [nesting level][GlobalRuntimeState::level] of function calls will be restored if modified via [`EvalContextFr...
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `EvalContextFrameGuard::up_call_level`
[INFO] [stdout]    --> src/eval/eval_context.rs:450:119
[INFO] [stdout]     |
[INFO] [stdout] 450 | ...s will be restored if modified via [`EvalContextFrameGuard::up_call_level`].
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `EvalContextFrameGuard` has no field or associated item named `up_call_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `new_frame` links to private item `GlobalRuntimeState::tag`
[INFO] [stdout]    --> src/eval/eval_context.rs:451:31
[INFO] [stdout]     |
[INFO] [stdout] 451 |     /// * the current [`tag`][GlobalRuntimeState::tag] will be restored if modified via [`EvalContextFrameGuard::with_tag`] or [`Ev...
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `fn_def` links to private item `crate::ast::ScriptFuncDef`
[INFO] [stdout]   --> src/func/function.rs:56:55
[INFO] [stdout]    |
[INFO] [stdout] 56 |         /// Shared reference to the [`ScriptFuncDef`][crate::ast::ScriptFuncDef] function definition.
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `resolve_raw` links to private item `GlobalRuntimeState`
[INFO] [stdout]   --> src/module/resolvers/mod.rs:30:60
[INFO] [stdout]    |
[INFO] [stdout] 30 |     /// Resolve a module based on a path string, given a [`GlobalRuntimeState`] and the current [`Scope`].
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::GlobalRuntimeState`
[INFO] [stdout]     --> src/module/mod.rs:2293:39
[INFO] [stdout]      |
[INFO] [stdout] 2293 |     /// In particular, the [`global`][crate::GlobalRuntimeState] parameter allows the entire
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `GlobalRuntimeState` in module `rhai`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::DebuggingPackage`
[INFO] [stdout]   --> src/packages/pkg_core.rs:17:32
[INFO] [stdout]    |
[INFO] [stdout] 17 |     /// * [`DebuggingPackage`][super::DebuggingPackage]
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^ no item named `DebuggingPackage` in module `packages`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/api/register.rs:84:73
[INFO] [stdout]    |
[INFO] [stdout] 84 |     /// This function is very low level.  It takes a list of [`TypeId`][std::any::TypeId]'s
[INFO] [stdout]    |                                                               --------  ^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                               |
[INFO] [stdout]    |                                                               because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 84 -     /// This function is very low level.  It takes a list of [`TypeId`][std::any::TypeId]'s
[INFO] [stdout] 84 +     /// This function is very low level.  It takes a list of [`TypeId`]'s
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/api/register.rs:90:89
[INFO] [stdout]    |
[INFO] [stdout] 90 |     /// The arguments are guaranteed to be of the correct types matching the [`TypeId`][std::any::TypeId]'s.
[INFO] [stdout]    |                                                                               --------  ^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                                               |
[INFO] [stdout]    |                                                                               because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 90 -     /// The arguments are guaranteed to be of the correct types matching the [`TypeId`][std::any::TypeId]'s.
[INFO] [stdout] 90 +     /// The arguments are guaranteed to be of the correct types matching the [`TypeId`]'s.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/api/custom_syntax.rs:135:29
[INFO] [stdout]     |
[INFO] [stdout] 135 |     /// [`ImmutableString`][crate::ImmutableString].
[INFO] [stdout]     |          -----------------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |          |
[INFO] [stdout]     |          because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 135 -     /// [`ImmutableString`][crate::ImmutableString].
[INFO] [stdout] 135 +     /// [`ImmutableString`].
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/module/mod.rs:495:73
[INFO] [stdout]     |
[INFO] [stdout] 495 |     /// This function is very low level.  It takes a list of [`TypeId`][std::any::TypeId]'s
[INFO] [stdout]     |                                                               --------  ^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                                                               |
[INFO] [stdout]     |                                                               because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 495 -     /// This function is very low level.  It takes a list of [`TypeId`][std::any::TypeId]'s
[INFO] [stdout] 495 +     /// This function is very low level.  It takes a list of [`TypeId`]'s
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/module/mod.rs:501:41
[INFO] [stdout]     |
[INFO] [stdout] 501 |     /// [`String`], [`ImmutableString`][crate::ImmutableString], `&str` or [`INT`][crate::INT] and
[INFO] [stdout]     |                      -----------------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      because label contains path that resolves to same destination
[INFO] [stdout]     |
[INFO] [stdout]     = note: when a link's destination is not specified,
[INFO] [stdout]             the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 501 -     /// [`String`], [`ImmutableString`][crate::ImmutableString], `&str` or [`INT`][crate::INT] and
[INFO] [stdout] 501 +     /// [`String`], [`ImmutableString`], `&str` or [`INT`][crate::INT] and
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]     --> src/module/mod.rs:1538:73
[INFO] [stdout]      |
[INFO] [stdout] 1538 |     /// This function is very low level.  It takes a list of [`TypeId`][std::any::TypeId]'s
[INFO] [stdout]      |                                                               --------  ^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]      |                                                               |
[INFO] [stdout]      |                                                               because label contains path that resolves to same destination
[INFO] [stdout]      |
[INFO] [stdout]      = note: when a link's destination is not specified,
[INFO] [stdout]              the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]      |
[INFO] [stdout] 1538 -     /// This function is very low level.  It takes a list of [`TypeId`][std::any::TypeId]'s
[INFO] [stdout] 1538 +     /// This function is very low level.  It takes a list of [`TypeId`]'s
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]     --> src/module/mod.rs:1764:29
[INFO] [stdout]      |
[INFO] [stdout] 1764 |     /// [`ImmutableString`][crate::ImmutableString], `&str` or [`INT`][crate::INT].
[INFO] [stdout]      |          -----------------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]      |          |
[INFO] [stdout]      |          because label contains path that resolves to same destination
[INFO] [stdout]      |
[INFO] [stdout]      = note: when a link's destination is not specified,
[INFO] [stdout]              the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]      |
[INFO] [stdout] 1764 -     /// [`ImmutableString`][crate::ImmutableString], `&str` or [`INT`][crate::INT].
[INFO] [stdout] 1764 +     /// [`ImmutableString`], `&str` or [`INT`][crate::INT].
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]     --> src/module/mod.rs:1818:29
[INFO] [stdout]      |
[INFO] [stdout] 1818 |     /// [`ImmutableString`][crate::ImmutableString], `&str` or [`INT`][crate::INT].
[INFO] [stdout]      |          -----------------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]      |          |
[INFO] [stdout]      |          because label contains path that resolves to same destination
[INFO] [stdout]      |
[INFO] [stdout]      = note: when a link's destination is not specified,
[INFO] [stdout]              the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]      |
[INFO] [stdout] 1818 -     /// [`ImmutableString`][crate::ImmutableString], `&str` or [`INT`][crate::INT].
[INFO] [stdout] 1818 +     /// [`ImmutableString`], `&str` or [`INT`][crate::INT].
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]     --> src/module/mod.rs:1867:29
[INFO] [stdout]      |
[INFO] [stdout] 1867 |     /// [`ImmutableString`][crate::ImmutableString], `&str` or [`INT`][crate::INT].
[INFO] [stdout]      |          -----------------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]      |          |
[INFO] [stdout]      |          because label contains path that resolves to same destination
[INFO] [stdout]      |
[INFO] [stdout]      = note: when a link's destination is not specified,
[INFO] [stdout]              the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]      |
[INFO] [stdout] 1867 -     /// [`ImmutableString`][crate::ImmutableString], `&str` or [`INT`][crate::INT].
[INFO] [stdout] 1867 +     /// [`ImmutableString`], `&str` or [`INT`][crate::INT].
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_core.rs:12:35
[INFO] [stdout]    |
[INFO] [stdout] 12 |     /// * [`LanguageCorePackage`][super::LanguageCorePackage]
[INFO] [stdout]    |            ---------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 12 -     /// * [`LanguageCorePackage`][super::LanguageCorePackage]
[INFO] [stdout] 12 +     /// * [`LanguageCorePackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_core.rs:13:33
[INFO] [stdout]    |
[INFO] [stdout] 13 |     /// * [`ArithmeticPackage`][super::ArithmeticPackage]
[INFO] [stdout]    |            -------------------  ^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 13 -     /// * [`ArithmeticPackage`][super::ArithmeticPackage]
[INFO] [stdout] 13 +     /// * [`ArithmeticPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_core.rs:14:34
[INFO] [stdout]    |
[INFO] [stdout] 14 |     /// * [`BasicStringPackage`][super::BasicStringPackage]
[INFO] [stdout]    |            --------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 14 -     /// * [`BasicStringPackage`][super::BasicStringPackage]
[INFO] [stdout] 14 +     /// * [`BasicStringPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_core.rs:15:36
[INFO] [stdout]    |
[INFO] [stdout] 15 |     /// * [`BasicIteratorPackage`][super::BasicIteratorPackage]
[INFO] [stdout]    |            ----------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 15 -     /// * [`BasicIteratorPackage`][super::BasicIteratorPackage]
[INFO] [stdout] 15 +     /// * [`BasicIteratorPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_core.rs:16:30
[INFO] [stdout]    |
[INFO] [stdout] 16 |     /// * [`BasicFnPackage`][super::BasicFnPackage]
[INFO] [stdout]    |            ----------------  ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 16 -     /// * [`BasicFnPackage`][super::BasicFnPackage]
[INFO] [stdout] 16 +     /// * [`BasicFnPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:12:27
[INFO] [stdout]    |
[INFO] [stdout] 12 |     /// * [`CorePackage`][super::CorePackage]
[INFO] [stdout]    |            -------------  ^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 12 -     /// * [`CorePackage`][super::CorePackage]
[INFO] [stdout] 12 +     /// * [`CorePackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:13:31
[INFO] [stdout]    |
[INFO] [stdout] 13 |     /// * [`BitFieldPackage`][super::BitFieldPackage]
[INFO] [stdout]    |            -----------------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 13 -     /// * [`BitFieldPackage`][super::BitFieldPackage]
[INFO] [stdout] 13 +     /// * [`BitFieldPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:14:28
[INFO] [stdout]    |
[INFO] [stdout] 14 |     /// * [`LogicPackage`][super::LogicPackage]
[INFO] [stdout]    |            --------------  ^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 14 -     /// * [`LogicPackage`][super::LogicPackage]
[INFO] [stdout] 14 +     /// * [`LogicPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:15:32
[INFO] [stdout]    |
[INFO] [stdout] 15 |     /// * [`BasicMathPackage`][super::BasicMathPackage]
[INFO] [stdout]    |            ------------------  ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 15 -     /// * [`BasicMathPackage`][super::BasicMathPackage]
[INFO] [stdout] 15 +     /// * [`BasicMathPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 |     /// * [`BasicArrayPackage`][super::BasicArrayPackage]
[INFO] [stdout]    |            -------------------  ^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 16 -     /// * [`BasicArrayPackage`][super::BasicArrayPackage]
[INFO] [stdout] 16 +     /// * [`BasicArrayPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:17:32
[INFO] [stdout]    |
[INFO] [stdout] 17 |     /// * [`BasicBlobPackage`][super::BasicBlobPackage]
[INFO] [stdout]    |            ------------------  ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 17 -     /// * [`BasicBlobPackage`][super::BasicBlobPackage]
[INFO] [stdout] 17 +     /// * [`BasicBlobPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:18:31
[INFO] [stdout]    |
[INFO] [stdout] 18 |     /// * [`BasicMapPackage`][super::BasicMapPackage]
[INFO] [stdout]    |            -----------------  ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 18 -     /// * [`BasicMapPackage`][super::BasicMapPackage]
[INFO] [stdout] 18 +     /// * [`BasicMapPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:19:32
[INFO] [stdout]    |
[INFO] [stdout] 19 |     /// * [`BasicTimePackage`][super::BasicTimePackage]
[INFO] [stdout]    |            ------------------  ^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 19 -     /// * [`BasicTimePackage`][super::BasicTimePackage]
[INFO] [stdout] 19 +     /// * [`BasicTimePackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/packages/pkg_std.rs:20:33
[INFO] [stdout]    |
[INFO] [stdout] 20 |     /// * [`MoreStringPackage`][super::MoreStringPackage]
[INFO] [stdout]    |            -------------------  ^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |            |
[INFO] [stdout]    |            because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 20 -     /// * [`MoreStringPackage`][super::MoreStringPackage]
[INFO] [stdout] 20 +     /// * [`MoreStringPackage`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.10s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/rhai/index.html
[INFO] running `Command { std: "docker" "inspect" "60a2f154eaf6df9e08069df1aa8784b786d5b28cb96b6a40e79689f32b67dbe1", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "60a2f154eaf6df9e08069df1aa8784b786d5b28cb96b6a40e79689f32b67dbe1" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting rux-rhai v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `eval_with_context_raw` links to private item `crate::ast::StmtBlock`
[INFO] [stdout]   --> src/api/custom_syntax.rs:91:111
[INFO] [stdout]    |
[INFO] [stdout] 91 |     /// * whether to rewind the [`Scope`][crate::Scope] after evaluation if the expression is a [`StmtBlock`][crate::ast::StmtBlock]
[INFO] [stdout]    |                                                                                                               ^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `eval_expression_tree_raw` links to private item `crate::ast::StmtBlock`
[INFO] [stdout]    --> src/eval/eval_context.rs:200:97
[INFO] [stdout]     |
[INFO] [stdout] 200 |     /// * whether to rewind the [`Scope`] after evaluation if the expression is a [`StmtBlock`][crate::ast::StmtBlock]
[INFO] [stdout]     |                                                                                                 ^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `EvalContextFrameGuard::with_import`
[INFO] [stdout]    --> src/eval/eval_context.rs:445:126
[INFO] [stdout]     |
[INFO] [stdout] 445 | ... [`EvalContextFrameGuard::with_import`].
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `EvalContextFrameGuard` has no field or associated item named `with_import`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `EvalContextFrameGuard::with_namespace`
[INFO] [stdout]    --> src/eval/eval_context.rs:446:135
[INFO] [stdout]     |
[INFO] [stdout] 446 | ... depth if more have been added via [`EvalContextFrameGuard::with_namespace`].
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `EvalContextFrameGuard` has no field or associated item named `with_namespace`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `new_frame` links to private item `GlobalRuntimeState::source`
[INFO] [stdout]    --> src/eval/eval_context.rs:449:24
[INFO] [stdout]     |
[INFO] [stdout] 449 |     /// * the [source][GlobalRuntimeState::source] will be restored if a new source was set via [`EvalContextFrameGuard::with_sourc...
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `new_frame` links to private item `GlobalRuntimeState::level`
[INFO] [stdout]    --> src/eval/eval_context.rs:450:39
[INFO] [stdout]     |
[INFO] [stdout] 450 |     /// * the current [nesting level][GlobalRuntimeState::level] of function calls will be restored if modified via [`EvalContextFr...
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `EvalContextFrameGuard::up_call_level`
[INFO] [stdout]    --> src/eval/eval_context.rs:450:119
[INFO] [stdout]     |
[INFO] [stdout] 450 | ...s will be restored if modified via [`EvalContextFrameGuard::up_call_level`].
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `EvalContextFrameGuard` has no field or associated item named `up_call_level`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `new_frame` links to private item `GlobalRuntimeState::tag`
[INFO] [stdout]    --> src/eval/eval_context.rs:451:31
[INFO] [stdout]     |
[INFO] [stdout] 451 |     /// * the current [`tag`][GlobalRuntimeState::tag] will be restored if modified via [`EvalContextFrameGuard::with_tag`] or [`Ev...
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `fn_def` links to private item `crate::ast::ScriptFuncDef`
[INFO] [stdout]   --> src/func/function.rs:56:55
[INFO] [stdout]    |
[INFO] [stdout] 56 |         /// Shared reference to the [`ScriptFuncDef`][crate::ast::ScriptFuncDef] function definition.
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `resolve_raw` links to private item `GlobalRuntimeState`
[INFO] [stdout]   --> src/module/resolvers/mod.rs:30:60
[INFO] [stdout]    |
[INFO] [stdout] 30 |     /// Resolve a module based on a path string, given a [`GlobalRuntimeState`] and the current [`Scope`].
[INFO] [stdout]    |                                                            ^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::GlobalRuntimeState`
[INFO] [stdout]     --> src/module/mod.rs:2293:39
[INFO] [stdout]      |
[INFO] [stdout] 2293 |     /// In particular, the [`global`][crate::GlobalRuntimeState] parameter allows the entire
[INFO] [stdout]      |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `GlobalRuntimeState` in module `rhai`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::DebuggingPackage`
[INFO] [stdout]   --> src/packages/pkg_core.rs:17:32
[INFO] [stdout]    |
[INFO] [stdout] 17 |     /// * [`DebuggingPackage`][super::DebuggingPackage]
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^ no item named `DebuggingPackage` in module `packages`
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `def_package` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/rhai/index.html
[INFO] running `Command { std: "docker" "inspect" "60a2f154eaf6df9e08069df1aa8784b786d5b28cb96b6a40e79689f32b67dbe1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60a2f154eaf6df9e08069df1aa8784b786d5b28cb96b6a40e79689f32b67dbe1", kill_on_drop: false }`
[INFO] [stdout] 60a2f154eaf6df9e08069df1aa8784b786d5b28cb96b6a40e79689f32b67dbe1
