kompact 0.11.3

Kompact is a Rust implementation of the Kompics component model combined with the Actor model.
Documentation
Build #1582434 2024-12-11 10:16:01
# rustc version
rustc 1.84.0-nightly (3fee0f12e 2024-11-20)# docs.rs version
docsrs 0.6.0 (29635694 2024-12-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/kompact-0.11.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/kompact-0.11.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-11-21" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241120-1.84.0-nightly-3fee0f12e\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] aa9518e9cfbf0b3195b6155d90f778e99ac671ff831f132edddb4eb4d8b5f5de
[INFO] running `Command { std: "docker" "start" "-a" "aa9518e9cfbf0b3195b6155d90f778e99ac671ff831f132edddb4eb4d8b5f5de", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting kompact v0.11.3 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `match_deser`
[INFO] [stderr]    --> src/messaging/net_message.rs:320:27
[INFO] [stderr]     |
[INFO] [stderr] 320 |     /// The [match_deser](match_deser!) macro generates code that is approximately equivalent to the example above
[INFO] [stderr]     |                           ^^^^^^^^^^^^ no item named `match_deser` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: `macro_rules` named `match_deser` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `match_deser`
[INFO] [stderr]    --> src/messaging/net_message.rs:460:27
[INFO] [stderr]     |
[INFO] [stderr] 460 |     /// The [match_deser](match_deser!) macro generates code that is approximately equivalent to the example above
[INFO] [stderr]     |                           ^^^^^^^^^^^^ no item named `match_deser` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: `macro_rules` named `match_deser` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `BitFieldSet`
[INFO] [stderr]   --> src/messaging/bitfields.rs:17:45
[INFO] [stderr]    |
[INFO] [stderr] 17 | /// Helper trait for defining where in the [BitFieldSet] to put data.
[INFO] [stderr]    |                                             ^^^^^^^^^^^ no item named `BitFieldSet` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `NetworkEvent`
[INFO] [stderr]    --> src/net/mod.rs:199:48
[INFO] [stderr]     |
[INFO] [stderr] 199 |     /// The receiver will allow responding to [NetworkEvent]s for external state management.
[INFO] [stderr]     |                                                ^^^^^^^^^^^^ no item named `NetworkEvent` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/component/mod.rs:59:41
[INFO] [stderr]    |
[INFO] [stderr] 59 |     /// the [ComponentDefinitionAccess](ComponentDefinitionAccess) guard object.
[INFO] [stderr]    |              -------------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |              |
[INFO] [stderr]    |              because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 59 |     /// the [ComponentDefinitionAccess] guard object.
[INFO] [stderr]    |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/component/mod.rs:61:70
[INFO] [stderr]    |
[INFO] [stderr] 61 |     /// Please see the documentation for [ComponentDefinitionAccess](ComponentDefinitionAccess)
[INFO] [stderr]    |                                           -------------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                           |
[INFO] [stderr]    |                                           because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 61 |     /// Please see the documentation for [ComponentDefinitionAccess]
[INFO] [stderr]    |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/component/mod.rs:112:59
[INFO] [stderr]     |
[INFO] [stderr] 112 |     /// Returns true if this instance is an [Handled::Ok](Handled::Ok) variant
[INFO] [stderr]     |                                              -----------  ^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                              |
[INFO] [stderr]     |                                              because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 112 |     /// Returns true if this instance is an [Handled::Ok] variant
[INFO] [stderr]     |                                             ~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/component/mod.rs:119:40
[INFO] [stderr]     |
[INFO] [stderr] 119 | /// generic parameter of a [Component](Component)
[INFO] [stderr]     |                             ---------  ^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 119 | /// generic parameter of a [Component]
[INFO] [stderr]     |                            ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/component/mod.rs:126:25
[INFO] [stderr]     |
[INFO] [stderr] 126 | /// such as [Scheduler](runtime::Scheduler).
[INFO] [stderr]     |              ---------  ^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |              |
[INFO] [stderr]     |              because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 126 | /// such as [Scheduler].
[INFO] [stderr]     |             ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/component/mod.rs:140:61
[INFO] [stderr]     |
[INFO] [stderr] 140 |     /// The descriptive string of the [ComponentDefinition](ComponentDefinition) type wrapped in this container
[INFO] [stderr]     |                                        -------------------  ^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                        |
[INFO] [stderr]     |                                        because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 140 |     /// The descriptive string of the [ComponentDefinition] type wrapped in this container
[INFO] [stderr]     |                                       ~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/component/mod.rs:166:63
[INFO] [stderr]     |
[INFO] [stderr] 166 | /// Anything with this trait can be turned into an [ActorRef](ActorRef)
[INFO] [stderr]     |                                                     --------  ^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                                     |
[INFO] [stderr]     |                                                     because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 166 | /// Anything with this trait can be turned into an [ActorRef]
[INFO] [stderr]     |                                                    ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/component/mod.rs:318:26
[INFO] [stderr]     |
[INFO] [stderr] 318 | /// Same as [ProvideRef](ProvideRef), but for instances that must be locked first
[INFO] [stderr]     |              ----------  ^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |              |
[INFO] [stderr]     |              because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 318 | /// Same as [ProvideRef], but for instances that must be locked first
[INFO] [stderr]     |             ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/component/mod.rs:333:26
[INFO] [stderr]     |
[INFO] [stderr] 333 | /// Same as [RequireRef](RequireRef), but for instances that must be locked first
[INFO] [stderr]     |              ----------  ^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |              |
[INFO] [stderr]     |              because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 333 | /// Same as [RequireRef], but for instances that must be locked first
[INFO] [stderr]     |             ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/component/mod.rs:378:76
[INFO] [stderr]     |
[INFO] [stderr] 378 | /// Indicates whether or not a component should be sent to the [Scheduler](runtime::Scheduler)
[INFO] [stderr]     |                                                                 ---------  ^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                                                 |
[INFO] [stderr]     |                                                                 because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 378 | /// Indicates whether or not a component should be sent to the [Scheduler]
[INFO] [stderr]     |                                                                ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/component/mod.rs:381:47
[INFO] [stderr]     |
[INFO] [stderr] 381 |     /// Sent the component to the [Scheduler](runtime::Scheduler)
[INFO] [stderr]     |                                    ---------  ^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 381 |     /// Sent the component to the [Scheduler]
[INFO] [stderr]     |                                   ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/config/mod.rs:14:68
[INFO] [stderr]    |
[INFO] [stderr] 14 | /// Extension methods for Hocon instances to support [ConfigEntry](ConfigEntry) lookup.
[INFO] [stderr]    |                                                       -----------  ^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                       |
[INFO] [stderr]    |                                                       because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 14 | /// Extension methods for Hocon instances to support [ConfigEntry] lookup.
[INFO] [stderr]    |                                                      ~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/config/mod.rs:52:53
[INFO] [stderr]    |
[INFO] [stderr] 52 | /// This should be created via the [kompact_config](crate::kompact_config) macro and not directly.
[INFO] [stderr]    |                                     --------------  ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                     |
[INFO] [stderr]    |                                     because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 52 | /// This should be created via the [kompact_config] macro and not directly.
[INFO] [stderr]    |                                    ~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/default_components.rs:99:48
[INFO] [stderr]    |
[INFO] [stderr] 99 | /// This struct already has [SystemComponents][SystemComponents] implemented for it,
[INFO] [stderr]    |                              ----------------  ^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                              |
[INFO] [stderr]    |                              because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 99 | /// This struct already has [SystemComponents] implemented for it,
[INFO] [stderr]    |                             ~~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `HashMap`
[INFO] [stderr]  --> src/dispatch/lookup/mod.rs:4:21
[INFO] [stderr]   |
[INFO] [stderr] 4 | //!     1. Arc<Mutex<HashMap>>>
[INFO] [stderr]   |                     ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/net/buffers/chunk_lease.rs:5:73
[INFO] [stderr]   |
[INFO] [stderr] 5 | /// A ChunkLease is a smart-pointer to a byte-slice, implementing [Buf](bytes::Buf) and
[INFO] [stderr]   |                                                                    ---  ^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                                                    |
[INFO] [stderr]   |                                                                    because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 5 | /// A ChunkLease is a smart-pointer to a byte-slice, implementing [Buf] and
[INFO] [stderr]   |                                                                   ~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/net/buffers/chunk_lease.rs:6:14
[INFO] [stderr]   |
[INFO] [stderr] 6 | /// [BufMut](bytes::BufMut) interfaces. They are created with one or many distinct slices of
[INFO] [stderr]   |      ------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |      |
[INFO] [stderr]   |      because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 6 | /// [BufMut] interfaces. They are created with one or many distinct slices of
[INFO] [stderr]   |     ~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/net/buffers/chunk_lease.rs:165:56
[INFO] [stderr]     |
[INFO] [stderr] 165 |     /// Transforms this `ChunkLease` into a [ChunkRef](ChunkRef), an immutable and cloneable smart-pointer
[INFO] [stderr]     |                                              --------  ^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                              |
[INFO] [stderr]     |                                              because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 165 |     /// Transforms this `ChunkLease` into a [ChunkRef], an immutable and cloneable smart-pointer
[INFO] [stderr]     |                                             ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/net/buffers/chunk_lease.rs:187:38
[INFO] [stderr]     |
[INFO] [stderr] 187 |     /// Creates a chained [ChunkRef](ChunkRef) with `tail` at the end of the new `ChunkRef`.
[INFO] [stderr]     |                            --------  ^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 187 |     /// Creates a chained [ChunkRef] with `tail` at the end of the new `ChunkRef`.
[INFO] [stderr]     |                           ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/net/buffers/chunk_lease.rs:194:38
[INFO] [stderr]     |
[INFO] [stderr] 194 |     /// Creates a chained [ChunkRef](ChunkRef) with `head` at the front of the new `ChunkRef`.
[INFO] [stderr]     |                            --------  ^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 194 |     /// Creates a chained [ChunkRef] with `head` at the front of the new `ChunkRef`.
[INFO] [stderr]     |                           ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/net/buffers/mod.rs:89:59
[INFO] [stderr]    |
[INFO] [stderr] 89 |     /// Specifies the size in bytes of each [BufferChunk](BufferChunk)
[INFO] [stderr]    |                                              -----------  ^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                              |
[INFO] [stderr]    |                                              because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 89 |     /// Specifies the size in bytes of each [BufferChunk]
[INFO] [stderr]    |                                             ~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/net/buffers/mod.rs:99:47
[INFO] [stderr]    |
[INFO] [stderr] 99 |     /// Specifies the number of [BufferChunk](BufferChunk)
[INFO] [stderr]    |                                  -----------  ^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                  |
[INFO] [stderr]    |                                  because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 99 |     /// Specifies the number of [BufferChunk]
[INFO] [stderr]    |                                 ~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/net/buffers/mod.rs:110:55
[INFO] [stderr]     |
[INFO] [stderr] 110 |     /// Specifies the maximum number of [BufferChunk](BufferChunk)
[INFO] [stderr]     |                                          -----------  ^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                          |
[INFO] [stderr]     |                                          because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 110 |     /// Specifies the maximum number of [BufferChunk]
[INFO] [stderr]     |                                         ~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/net/buffers/mod.rs:120:65
[INFO] [stderr]     |
[INFO] [stderr] 120 |     /// This sets the minimum number of bytes an [EncodeBuffer](EncodeBuffer)
[INFO] [stderr]     |                                                   ------------  ^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                                   |
[INFO] [stderr]     |                                                   because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 120 |     /// This sets the minimum number of bytes an [EncodeBuffer]
[INFO] [stderr]     |                                                  ~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/net/buffers/mod.rs:313:58
[INFO] [stderr]     |
[INFO] [stderr] 313 |     /// This method tells the allocator that the [Chunk](Chunk) may be deallocated
[INFO] [stderr]     |                                                   -----  ^^^^^ explicit target is redundant
[INFO] [stderr]     |                                                   |
[INFO] [stderr]     |                                                   because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 313 |     /// This method tells the allocator that the [Chunk] may be deallocated
[INFO] [stderr]     |                                                  ~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/net/mod.rs:654:40
[INFO] [stderr]     |
[INFO] [stderr] 654 |     /// Target should be a [PongerAct](PongerAct).
[INFO] [stderr]     |                             ---------  ^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                             |
[INFO] [stderr]     |                             because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 654 |     /// Target should be a [PongerAct].
[INFO] [stderr]     |                            ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]     --> src/net/mod.rs:1070:43
[INFO] [stderr]      |
[INFO] [stderr] 1070 |     /// Target should be a [BigPongerAct](BigPongerAct).
[INFO] [stderr]      |                             ------------  ^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]      |                             |
[INFO] [stderr]      |                             because label contains path that resolves to same destination
[INFO] [stderr]      |
[INFO] [stderr]      = note: when a link's destination is not specified,
[INFO] [stderr]              the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]      |
[INFO] [stderr] 1070 |     /// Target should be a [BigPongerAct].
[INFO] [stderr]      |                            ~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]     --> src/net/mod.rs:1480:40
[INFO] [stderr]      |
[INFO] [stderr] 1480 |     /// Target should be a [PongerAct](PongerAct).
[INFO] [stderr]      |                             ---------  ^^^^^^^^^ explicit target is redundant
[INFO] [stderr]      |                             |
[INFO] [stderr]      |                             because label contains path that resolves to same destination
[INFO] [stderr]      |
[INFO] [stderr]      = note: when a link's destination is not specified,
[INFO] [stderr]              the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]      |
[INFO] [stderr] 1480 |     /// Target should be a [PongerAct].
[INFO] [stderr]      |                            ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]     --> src/net/mod.rs:1495:44
[INFO] [stderr]      |
[INFO] [stderr] 1495 |         /// Target should be a [PongerAct](PongerAct).
[INFO] [stderr]      |                                 ---------  ^^^^^^^^^ explicit target is redundant
[INFO] [stderr]      |                                 |
[INFO] [stderr]      |                                 because label contains path that resolves to same destination
[INFO] [stderr]      |
[INFO] [stderr]      = note: when a link's destination is not specified,
[INFO] [stderr]              the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]      |
[INFO] [stderr] 1495 |         /// Target should be a [PongerAct].
[INFO] [stderr]      |                                ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/net/mod.rs:150:43
[INFO] [stderr]     |
[INFO] [stderr] 150 |     /// This is the same as the [Default](std::default::Default) implementation.
[INFO] [stderr]     |                                  -------  ^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                  |
[INFO] [stderr]     |                                  because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 150 |     /// This is the same as the [Default] implementation.
[INFO] [stderr]     |                                 ~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/routing/groups.rs:42:31
[INFO] [stderr]    |
[INFO] [stderr] 42 | /// Cloneable [RoutingPolicy](RoutingPolicy) wrapper used inside the `ActorStore`
[INFO] [stderr]    |                -------------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                |
[INFO] [stderr]    |                because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 42 | /// Cloneable [RoutingPolicy] wrapper used inside the `ActorStore`
[INFO] [stderr]    |               ~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/routing/groups.rs:46:38
[INFO] [stderr]    |
[INFO] [stderr] 46 |     /// Wrap a boxed [RoutingPolicy](RoutingPolicy)
[INFO] [stderr]    |                       -------------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 46 |     /// Wrap a boxed [RoutingPolicy]
[INFO] [stderr]    |                      ~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/lib.rs:328:52
[INFO] [stderr]     |
[INFO] [stderr] 328 |     /// A quick test path to create an [ActorPath](ActorPath) with
[INFO] [stderr]     |                                         ---------  ^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                                         |
[INFO] [stderr]     |                                         because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 328 |     /// A quick test path to create an [ActorPath] with
[INFO] [stderr]     |                                        ~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/serialisation/core.rs:186:36
[INFO] [stderr]     |
[INFO] [stderr] 186 | /// Turns a pair of a [Serialiser](Serialiser) and value of it's type `T` into a
[INFO] [stderr]     |                        ----------  ^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                        |
[INFO] [stderr]     |                        because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 186 | /// Turns a pair of a [Serialiser] and value of it's type `T` into a
[INFO] [stderr]     |                       ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/serialisation/core.rs:187:35
[INFO] [stderr]     |
[INFO] [stderr] 187 | /// heap-allocated [Serialisable](Serialisable)
[INFO] [stderr]     |                     ------------  ^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 187 | /// heap-allocated [Serialisable]
[INFO] [stderr]     |                    ~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/serialisation/core.rs:199:44
[INFO] [stderr]     |
[INFO] [stderr] 199 | /// Turns a stack-allocated [Serialisable](Serialisable) into a
[INFO] [stderr]     |                              ------------  ^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                              |
[INFO] [stderr]     |                              because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 199 | /// Turns a stack-allocated [Serialisable] into a
[INFO] [stderr]     |                             ~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]    --> src/serialisation/core.rs:200:35
[INFO] [stderr]     |
[INFO] [stderr] 200 | /// heap-allocated [Serialisable](Serialisable)
[INFO] [stderr]     |                     ------------  ^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]     |                     |
[INFO] [stderr]     |                     because label contains path that resolves to same destination
[INFO] [stderr]     |
[INFO] [stderr]     = note: when a link's destination is not specified,
[INFO] [stderr]             the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]     |
[INFO] [stderr] 200 | /// heap-allocated [Serialisable]
[INFO] [stderr]     |                    ~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `kompact` (lib doc) generated 41 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/kompact/index.html
[INFO] running `Command { std: "docker" "inspect" "aa9518e9cfbf0b3195b6155d90f778e99ac671ff831f132edddb4eb4d8b5f5de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aa9518e9cfbf0b3195b6155d90f778e99ac671ff831f132edddb4eb4d8b5f5de", kill_on_drop: false }`
[INFO] [stdout] aa9518e9cfbf0b3195b6155d90f778e99ac671ff831f132edddb4eb4d8b5f5de