[INFO] fetching crate devela 0.24.0...
[INFO] testing devela-0.24.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate devela 0.24.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate devela 0.24.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate devela 0.24.0
[INFO] tweaked toml for crates.io crate devela 0.24.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate devela 0.24.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate devela 0.24.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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a681dea5404c606117809ac5b9abbe56c26b9606ad1d0bf502b817e5cc2e3274
[INFO] running `Command { std: "docker" "start" "-a" "a681dea5404c606117809ac5b9abbe56c26b9606ad1d0bf502b817e5cc2e3274", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a681dea5404c606117809ac5b9abbe56c26b9606ad1d0bf502b817e5cc2e3274", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a681dea5404c606117809ac5b9abbe56c26b9606ad1d0bf502b817e5cc2e3274", kill_on_drop: false }`
[INFO] [stdout] a681dea5404c606117809ac5b9abbe56c26b9606ad1d0bf502b817e5cc2e3274
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 45996a2cb119446690655ab45146ae479cd7d1bae3ea0c9b8a7dc7c6c2feb8c5
[INFO] running `Command { std: "docker" "start" "-a" "45996a2cb119446690655ab45146ae479cd7d1bae3ea0c9b8a7dc7c6c2feb8c5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.97
[INFO] [stderr]    Compiling devela v0.24.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling devela_macros v0.12.1
[INFO] [stdout] warning: unused import: `impl_cdef`
[INFO] [stdout]    --> src/code/default.rs:128:17
[INFO] [stdout]     |
[INFO] [stdout] 128 |     use super::{impl_cdef, ConstDefault};
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/all_error.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | / define_error![individual: pub struct FailedErrorConversion;
[INFO] [stdout]  17 | |     DOC_FAILED_CONVERSION = "A failed conversion between two error types.",
[INFO] [stdout]  18 | |     self+f => write!(f, "Failed to convert between error types"),
[INFO] [stdout]  19 | | ];
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/all_error.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 | / define_error![individual: pub struct NotImplemented;
[INFO] [stdout]  21 | |     DOC_NOT_IMPLEMENTED = "The requested functionality is not implemented.",
[INFO] [stdout]  22 | |     self+f => write!(f, "The requested functionality is not implemented."),
[INFO] [stdout]  23 | | ];
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/all_error.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | / define_error![individual: pub struct NotSupported;
[INFO] [stdout]  25 | |     DOC_NOT_SUPPORTED = "The requested functionality is not supported by this type.",
[INFO] [stdout]  26 | |     self+f => write!(f, "The requested functionality is not supported by this type."),
[INFO] [stdout]  27 | | ];
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:33:1
[INFO] [stdout]     |
[INFO] [stdout]  33 | / define_error! { individual: pub struct DataOverflow(pub Option<usize>);
[INFO] [stdout]  34 | |     DOC_DATA_OVERFLOW = "The value has surpassed the bounds of the representable data space.",
[INFO] [stdout]  35 | |     self+f => if let Some(v) = self.0 {
[INFO] [stdout]  36 | |         write!(f, "The value {v} has surpassed the bounds of the representable data space.")
[INFO] [stdout]  37 | |     } else { write!(f, "The value has surpassed the bounds of the representable data space.") }
[INFO] [stdout]  38 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:39:1
[INFO] [stdout]     |
[INFO] [stdout]  39 | / define_error! { individual: pub struct ElementNotFound;
[INFO] [stdout]  40 | |     DOC_ELEMENT_NOT_FOUND = "The requested element has not been found.",
[INFO] [stdout]  41 | |     self+f => write!(f, "The requested element has not been found."),
[INFO] [stdout]  42 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:43:1
[INFO] [stdout]     |
[INFO] [stdout]  43 | / define_error! { individual: pub struct IndexOutOfBounds(pub Option<usize>);
[INFO] [stdout]  44 | |     DOC_INDEX_OUT_OF_BOUNDS = "The given index is out of bounds.\n\n
[INFO] [stdout]  45 | | Optionally contains the given index.",
[INFO] [stdout]  46 | |     self+f => if let Some(i) = self.0 { write!(f, "The given index {i} is out of bounds.")
[INFO] [stdout]  47 | |     } else { write!(f, "The given index is out of bounds.") }
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | / define_error! { individual: pub struct InvalidAxisLength(pub Option<usize>);
[INFO] [stdout]  50 | |     DOC_INVALID_AXIS_LENGTH = "The given axis has an invalid length.\n\n
[INFO] [stdout]  51 | | Optionally contains the given axis number.",
[INFO] [stdout]  52 | |     self+f => if let Some(n) = self.0 {
[INFO] [stdout]  53 | |         write!(f, "Axis number {n} has 0 length, which is not allowed.")
[INFO] [stdout]  54 | |     } else { write!(f, "One ore more axis have 0 length, which is not allowed.") }
[INFO] [stdout]  55 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | / define_error! { individual: pub struct KeyAlreadyExists;
[INFO] [stdout]  57 | |     DOC_KEY_ALREADY_EXISTS = "The key already exists.",
[INFO] [stdout]  58 | |     self+f => write!(f, "The key already exists.")
[INFO] [stdout]  59 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:76:1
[INFO] [stdout]     |
[INFO] [stdout]  76 | / define_error! { individual: pub struct MismatchedDimensions(pub Mismatch<usize, usize>);
[INFO] [stdout]  77 | |     DOC_MISMATCHED_DIMENSIONS = "The dimensions given did not match the elements provided.",
[INFO] [stdout]  78 | |     self+f => write!(f, "Mismatched dimensions: {:?}.", self.0)
[INFO] [stdout]  79 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:80:1
[INFO] [stdout]     |
[INFO] [stdout]  80 | / define_error! { individual: pub struct MismatchedIndices;
[INFO] [stdout]  81 | |     DOC_MISMATCHED_INDICES = "The given indices does not match the expected order.",
[INFO] [stdout]  82 | |     self+f => write!(f, "The given indices does not match the expected order.")
[INFO] [stdout]  83 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:84:1
[INFO] [stdout]     |
[INFO] [stdout]  84 | / define_error! { individual: pub struct NodeEmpty(pub Option<usize>);
[INFO] [stdout]  85 | |     DOC_NODE_EMPTY = "The node is empty.",
[INFO] [stdout]  86 | |     self+f => if let Some(n) = self.0 { write!(f, "The given node `{n}` is empty.")
[INFO] [stdout]  87 | |     } else { write!(f, "The node is empty.") }
[INFO] [stdout]  88 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:89:1
[INFO] [stdout]     |
[INFO] [stdout]  89 | / define_error! { individual: pub struct NodeLinkNotSet(pub Option<usize>);
[INFO] [stdout]  90 | |     DOC_NODE_LINK_NOT_SET = "The link is not set.",
[INFO] [stdout]  91 | |     self+f => if let Some(n) = self.0 { write!(f, "The given node link `{n}` is not set.")
[INFO] [stdout]  92 | |     } else { write!(f, "The node link is not set.") }
[INFO] [stdout]  93 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout]  94 | / define_error! { individual: pub struct NodeLinkNotUnique(pub Option<usize>);
[INFO] [stdout]  95 | |     DOC_NODE_LINK_NOT_UNIQUE = "The link is not unique.",
[INFO] [stdout]  96 | |     self+f => if let Some(n) = self.0 { write!(f, "The given node link `{n}` is not unique.")
[INFO] [stdout]  97 | |     } else { write!(f, "The node link is not unique.") }
[INFO] [stdout]  98 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:99:1
[INFO] [stdout]     |
[INFO] [stdout]  99 | / define_error! { individual: pub struct NotEnoughElements(pub Option<usize>);
[INFO] [stdout] 100 | |     DOC_NOT_ENOUGH_ELEMENTS = "There are not enough elements for the operation.\n\n
[INFO] [stdout] 101 | | Optionally contains the minimum number of elements needed.",
[INFO] [stdout] 102 | |     self+f => if let Some(n) = self.0 {
[INFO] [stdout] 103 | |         write!(f, "Not enough elements. Needs at least `{n}` elements.")
[INFO] [stdout] 104 | |     } else { write!(f, "Not enough elements.") }
[INFO] [stdout] 105 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | / define_error! { individual: pub struct NotEnoughSpace(pub Option<usize>);
[INFO] [stdout] 107 | |     DOC_NOT_ENOUGH_SPACE = "There is not enough free space for the operation.\n\n
[INFO] [stdout] 108 | | Optionally contains the number of free spaces needed.",
[INFO] [stdout] 109 | |     self+f => if let Some(n) = self.0 {
[INFO] [stdout] 110 | |         write!(f, "Not enough space. Needs at least `{n}` free space for elements.")
[INFO] [stdout] 111 | |     } else { write!(f, "Not enough space.") }
[INFO] [stdout] 112 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / define_error! { individual: pub struct PartiallyAdded(pub Option<usize>);
[INFO] [stdout] 114 | |     DOC_PARTIALLY_ADDED = "The operation could only add a subset of the elements.\n\n
[INFO] [stdout] 115 | | Optionally contains the number of elements added.",
[INFO] [stdout] 116 | |     self+f => if let Some(n) = self.0 { write!(f, "Only `{n}` elements could be added.")
[INFO] [stdout] 117 | |     } else { write!(f, "Only a subset of elements could be added.") }
[INFO] [stdout] 118 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/time.rs:39:1
[INFO] [stdout]     |
[INFO] [stdout]  39 | / define_error! { individual: pub struct Timeout;
[INFO] [stdout]  40 | |     DOC_KEY_ALREADY_EXISTS = "The operation has exceeded the allowed execution time.",
[INFO] [stdout]  41 | |     self+f => write!(f, "The operation has exceeded the allowed execution time.")
[INFO] [stdout]  42 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_niche`
[INFO] [stdout]   --> src/num/niche/macros.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 | use impl_niche;
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/text/error.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 | / define_error! { individual: pub struct InvalidChar(char);
[INFO] [stdout]  21 | |     DOC_INVALID_CHAR = "An invalid given character was found.",
[INFO] [stdout]  22 | |     self+f => write!(f, "An invalid {:?} character was found.", self.0)
[INFO] [stdout]  23 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/text/error.rs:25:1
[INFO] [stdout]     |
[INFO] [stdout]  25 | / define_error! { individual:
[INFO] [stdout]  26 | |     pub struct InvalidUtf8 {
[INFO] [stdout]  27 | |         /// The index in the given string up to which valid UTF-8 was verified.
[INFO] [stdout]  28 | |         pub valid_up_to: usize,
[INFO] [stdout] ...   |
[INFO] [stdout]  36 | |     } else { write!(f, "Invalid UTF-8, valid up to: {}", self.valid_up_to) }
[INFO] [stdout]  37 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (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 6.87s
[INFO] running `Command { std: "docker" "inspect" "45996a2cb119446690655ab45146ae479cd7d1bae3ea0c9b8a7dc7c6c2feb8c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45996a2cb119446690655ab45146ae479cd7d1bae3ea0c9b8a7dc7c6c2feb8c5", kill_on_drop: false }`
[INFO] [stdout] 45996a2cb119446690655ab45146ae479cd7d1bae3ea0c9b8a7dc7c6c2feb8c5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c07fa1f957573bc0061dbada98928fba9926df5e105cda41fa7cda936b0f2ea0
[INFO] running `Command { std: "docker" "start" "-a" "c07fa1f957573bc0061dbada98928fba9926df5e105cda41fa7cda936b0f2ea0", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `impl_cdef`
[INFO] [stdout]    --> src/code/default.rs:128:17
[INFO] [stdout]     |
[INFO] [stdout] 128 |     use super::{impl_cdef, ConstDefault};
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/all_error.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | / define_error![individual: pub struct FailedErrorConversion;
[INFO] [stdout]  17 | |     DOC_FAILED_CONVERSION = "A failed conversion between two error types.",
[INFO] [stdout]  18 | |     self+f => write!(f, "Failed to convert between error types"),
[INFO] [stdout]  19 | | ];
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/all_error.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 | / define_error![individual: pub struct NotImplemented;
[INFO] [stdout]  21 | |     DOC_NOT_IMPLEMENTED = "The requested functionality is not implemented.",
[INFO] [stdout]  22 | |     self+f => write!(f, "The requested functionality is not implemented."),
[INFO] [stdout]  23 | | ];
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/all_error.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | / define_error![individual: pub struct NotSupported;
[INFO] [stdout]  25 | |     DOC_NOT_SUPPORTED = "The requested functionality is not supported by this type.",
[INFO] [stdout]  26 | |     self+f => write!(f, "The requested functionality is not supported by this type."),
[INFO] [stdout]  27 | | ];
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:33:1
[INFO] [stdout]     |
[INFO] [stdout]  33 | / define_error! { individual: pub struct DataOverflow(pub Option<usize>);
[INFO] [stdout]  34 | |     DOC_DATA_OVERFLOW = "The value has surpassed the bounds of the representable data space.",
[INFO] [stdout]  35 | |     self+f => if let Some(v) = self.0 {
[INFO] [stdout]  36 | |         write!(f, "The value {v} has surpassed the bounds of the representable data space.")
[INFO] [stdout]  37 | |     } else { write!(f, "The value has surpassed the bounds of the representable data space.") }
[INFO] [stdout]  38 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:39:1
[INFO] [stdout]     |
[INFO] [stdout]  39 | / define_error! { individual: pub struct ElementNotFound;
[INFO] [stdout]  40 | |     DOC_ELEMENT_NOT_FOUND = "The requested element has not been found.",
[INFO] [stdout]  41 | |     self+f => write!(f, "The requested element has not been found."),
[INFO] [stdout]  42 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:43:1
[INFO] [stdout]     |
[INFO] [stdout]  43 | / define_error! { individual: pub struct IndexOutOfBounds(pub Option<usize>);
[INFO] [stdout]  44 | |     DOC_INDEX_OUT_OF_BOUNDS = "The given index is out of bounds.\n\n
[INFO] [stdout]  45 | | Optionally contains the given index.",
[INFO] [stdout]  46 | |     self+f => if let Some(i) = self.0 { write!(f, "The given index {i} is out of bounds.")
[INFO] [stdout]  47 | |     } else { write!(f, "The given index is out of bounds.") }
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | / define_error! { individual: pub struct InvalidAxisLength(pub Option<usize>);
[INFO] [stdout]  50 | |     DOC_INVALID_AXIS_LENGTH = "The given axis has an invalid length.\n\n
[INFO] [stdout]  51 | | Optionally contains the given axis number.",
[INFO] [stdout]  52 | |     self+f => if let Some(n) = self.0 {
[INFO] [stdout]  53 | |         write!(f, "Axis number {n} has 0 length, which is not allowed.")
[INFO] [stdout]  54 | |     } else { write!(f, "One ore more axis have 0 length, which is not allowed.") }
[INFO] [stdout]  55 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | / define_error! { individual: pub struct KeyAlreadyExists;
[INFO] [stdout]  57 | |     DOC_KEY_ALREADY_EXISTS = "The key already exists.",
[INFO] [stdout]  58 | |     self+f => write!(f, "The key already exists.")
[INFO] [stdout]  59 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:76:1
[INFO] [stdout]     |
[INFO] [stdout]  76 | / define_error! { individual: pub struct MismatchedDimensions(pub Mismatch<usize, usize>);
[INFO] [stdout]  77 | |     DOC_MISMATCHED_DIMENSIONS = "The dimensions given did not match the elements provided.",
[INFO] [stdout]  78 | |     self+f => write!(f, "Mismatched dimensions: {:?}.", self.0)
[INFO] [stdout]  79 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:80:1
[INFO] [stdout]     |
[INFO] [stdout]  80 | / define_error! { individual: pub struct MismatchedIndices;
[INFO] [stdout]  81 | |     DOC_MISMATCHED_INDICES = "The given indices does not match the expected order.",
[INFO] [stdout]  82 | |     self+f => write!(f, "The given indices does not match the expected order.")
[INFO] [stdout]  83 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling devela v0.24.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:84:1
[INFO] [stdout]     |
[INFO] [stdout]  84 | / define_error! { individual: pub struct NodeEmpty(pub Option<usize>);
[INFO] [stdout]  85 | |     DOC_NODE_EMPTY = "The node is empty.",
[INFO] [stdout]  86 | |     self+f => if let Some(n) = self.0 { write!(f, "The given node `{n}` is empty.")
[INFO] [stdout]  87 | |     } else { write!(f, "The node is empty.") }
[INFO] [stdout]  88 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:89:1
[INFO] [stdout]     |
[INFO] [stdout]  89 | / define_error! { individual: pub struct NodeLinkNotSet(pub Option<usize>);
[INFO] [stdout]  90 | |     DOC_NODE_LINK_NOT_SET = "The link is not set.",
[INFO] [stdout]  91 | |     self+f => if let Some(n) = self.0 { write!(f, "The given node link `{n}` is not set.")
[INFO] [stdout]  92 | |     } else { write!(f, "The node link is not set.") }
[INFO] [stdout]  93 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout]  94 | / define_error! { individual: pub struct NodeLinkNotUnique(pub Option<usize>);
[INFO] [stdout]  95 | |     DOC_NODE_LINK_NOT_UNIQUE = "The link is not unique.",
[INFO] [stdout]  96 | |     self+f => if let Some(n) = self.0 { write!(f, "The given node link `{n}` is not unique.")
[INFO] [stdout]  97 | |     } else { write!(f, "The node link is not unique.") }
[INFO] [stdout]  98 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:99:1
[INFO] [stdout]     |
[INFO] [stdout]  99 | / define_error! { individual: pub struct NotEnoughElements(pub Option<usize>);
[INFO] [stdout] 100 | |     DOC_NOT_ENOUGH_ELEMENTS = "There are not enough elements for the operation.\n\n
[INFO] [stdout] 101 | | Optionally contains the minimum number of elements needed.",
[INFO] [stdout] 102 | |     self+f => if let Some(n) = self.0 {
[INFO] [stdout] 103 | |         write!(f, "Not enough elements. Needs at least `{n}` elements.")
[INFO] [stdout] 104 | |     } else { write!(f, "Not enough elements.") }
[INFO] [stdout] 105 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | / define_error! { individual: pub struct NotEnoughSpace(pub Option<usize>);
[INFO] [stdout] 107 | |     DOC_NOT_ENOUGH_SPACE = "There is not enough free space for the operation.\n\n
[INFO] [stdout] 108 | | Optionally contains the number of free spaces needed.",
[INFO] [stdout] 109 | |     self+f => if let Some(n) = self.0 {
[INFO] [stdout] 110 | |         write!(f, "Not enough space. Needs at least `{n}` free space for elements.")
[INFO] [stdout] 111 | |     } else { write!(f, "Not enough space.") }
[INFO] [stdout] 112 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / define_error! { individual: pub struct PartiallyAdded(pub Option<usize>);
[INFO] [stdout] 114 | |     DOC_PARTIALLY_ADDED = "The operation could only add a subset of the elements.\n\n
[INFO] [stdout] 115 | | Optionally contains the number of elements added.",
[INFO] [stdout] 116 | |     self+f => if let Some(n) = self.0 { write!(f, "Only `{n}` elements could be added.")
[INFO] [stdout] 117 | |     } else { write!(f, "Only a subset of elements could be added.") }
[INFO] [stdout] 118 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/time.rs:39:1
[INFO] [stdout]     |
[INFO] [stdout]  39 | / define_error! { individual: pub struct Timeout;
[INFO] [stdout]  40 | |     DOC_KEY_ALREADY_EXISTS = "The operation has exceeded the allowed execution time.",
[INFO] [stdout]  41 | |     self+f => write!(f, "The operation has exceeded the allowed execution time.")
[INFO] [stdout]  42 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_niche`
[INFO] [stdout]   --> src/num/niche/macros.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 | use impl_niche;
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/text/error.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 | / define_error! { individual: pub struct InvalidChar(char);
[INFO] [stdout]  21 | |     DOC_INVALID_CHAR = "An invalid given character was found.",
[INFO] [stdout]  22 | |     self+f => write!(f, "An invalid {:?} character was found.", self.0)
[INFO] [stdout]  23 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/text/error.rs:25:1
[INFO] [stdout]     |
[INFO] [stdout]  25 | / define_error! { individual:
[INFO] [stdout]  26 | |     pub struct InvalidUtf8 {
[INFO] [stdout]  27 | |         /// The index in the given string up to which valid UTF-8 was verified.
[INFO] [stdout]  28 | |         pub valid_up_to: usize,
[INFO] [stdout] ...   |
[INFO] [stdout]  36 | |     } else { write!(f, "Invalid UTF-8, valid up to: {}", self.valid_up_to) }
[INFO] [stdout]  37 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_cdef`
[INFO] [stdout]    --> src/code/default.rs:128:17
[INFO] [stdout]     |
[INFO] [stdout] 128 |     use super::{impl_cdef, ConstDefault};
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/all_error.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | / define_error![individual: pub struct FailedErrorConversion;
[INFO] [stdout]  17 | |     DOC_FAILED_CONVERSION = "A failed conversion between two error types.",
[INFO] [stdout]  18 | |     self+f => write!(f, "Failed to convert between error types"),
[INFO] [stdout]  19 | | ];
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/all_error.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 | / define_error![individual: pub struct NotImplemented;
[INFO] [stdout]  21 | |     DOC_NOT_IMPLEMENTED = "The requested functionality is not implemented.",
[INFO] [stdout]  22 | |     self+f => write!(f, "The requested functionality is not implemented."),
[INFO] [stdout]  23 | | ];
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/all_error.rs:24:1
[INFO] [stdout]     |
[INFO] [stdout]  24 | / define_error![individual: pub struct NotSupported;
[INFO] [stdout]  25 | |     DOC_NOT_SUPPORTED = "The requested functionality is not supported by this type.",
[INFO] [stdout]  26 | |     self+f => write!(f, "The requested functionality is not supported by this type."),
[INFO] [stdout]  27 | | ];
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:33:1
[INFO] [stdout]     |
[INFO] [stdout]  33 | / define_error! { individual: pub struct DataOverflow(pub Option<usize>);
[INFO] [stdout]  34 | |     DOC_DATA_OVERFLOW = "The value has surpassed the bounds of the representable data space.",
[INFO] [stdout]  35 | |     self+f => if let Some(v) = self.0 {
[INFO] [stdout]  36 | |         write!(f, "The value {v} has surpassed the bounds of the representable data space.")
[INFO] [stdout]  37 | |     } else { write!(f, "The value has surpassed the bounds of the representable data space.") }
[INFO] [stdout]  38 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:39:1
[INFO] [stdout]     |
[INFO] [stdout]  39 | / define_error! { individual: pub struct ElementNotFound;
[INFO] [stdout]  40 | |     DOC_ELEMENT_NOT_FOUND = "The requested element has not been found.",
[INFO] [stdout]  41 | |     self+f => write!(f, "The requested element has not been found."),
[INFO] [stdout]  42 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:43:1
[INFO] [stdout]     |
[INFO] [stdout]  43 | / define_error! { individual: pub struct IndexOutOfBounds(pub Option<usize>);
[INFO] [stdout]  44 | |     DOC_INDEX_OUT_OF_BOUNDS = "The given index is out of bounds.\n\n
[INFO] [stdout]  45 | | Optionally contains the given index.",
[INFO] [stdout]  46 | |     self+f => if let Some(i) = self.0 { write!(f, "The given index {i} is out of bounds.")
[INFO] [stdout]  47 | |     } else { write!(f, "The given index is out of bounds.") }
[INFO] [stdout]  48 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:49:1
[INFO] [stdout]     |
[INFO] [stdout]  49 | / define_error! { individual: pub struct InvalidAxisLength(pub Option<usize>);
[INFO] [stdout]  50 | |     DOC_INVALID_AXIS_LENGTH = "The given axis has an invalid length.\n\n
[INFO] [stdout]  51 | | Optionally contains the given axis number.",
[INFO] [stdout]  52 | |     self+f => if let Some(n) = self.0 {
[INFO] [stdout]  53 | |         write!(f, "Axis number {n} has 0 length, which is not allowed.")
[INFO] [stdout]  54 | |     } else { write!(f, "One ore more axis have 0 length, which is not allowed.") }
[INFO] [stdout]  55 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | / define_error! { individual: pub struct KeyAlreadyExists;
[INFO] [stdout]  57 | |     DOC_KEY_ALREADY_EXISTS = "The key already exists.",
[INFO] [stdout]  58 | |     self+f => write!(f, "The key already exists.")
[INFO] [stdout]  59 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:76:1
[INFO] [stdout]     |
[INFO] [stdout]  76 | / define_error! { individual: pub struct MismatchedDimensions(pub Mismatch<usize, usize>);
[INFO] [stdout]  77 | |     DOC_MISMATCHED_DIMENSIONS = "The dimensions given did not match the elements provided.",
[INFO] [stdout]  78 | |     self+f => write!(f, "Mismatched dimensions: {:?}.", self.0)
[INFO] [stdout]  79 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:80:1
[INFO] [stdout]     |
[INFO] [stdout]  80 | / define_error! { individual: pub struct MismatchedIndices;
[INFO] [stdout]  81 | |     DOC_MISMATCHED_INDICES = "The given indices does not match the expected order.",
[INFO] [stdout]  82 | |     self+f => write!(f, "The given indices does not match the expected order.")
[INFO] [stdout]  83 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:84:1
[INFO] [stdout]     |
[INFO] [stdout]  84 | / define_error! { individual: pub struct NodeEmpty(pub Option<usize>);
[INFO] [stdout]  85 | |     DOC_NODE_EMPTY = "The node is empty.",
[INFO] [stdout]  86 | |     self+f => if let Some(n) = self.0 { write!(f, "The given node `{n}` is empty.")
[INFO] [stdout]  87 | |     } else { write!(f, "The node is empty.") }
[INFO] [stdout]  88 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:89:1
[INFO] [stdout]     |
[INFO] [stdout]  89 | / define_error! { individual: pub struct NodeLinkNotSet(pub Option<usize>);
[INFO] [stdout]  90 | |     DOC_NODE_LINK_NOT_SET = "The link is not set.",
[INFO] [stdout]  91 | |     self+f => if let Some(n) = self.0 { write!(f, "The given node link `{n}` is not set.")
[INFO] [stdout]  92 | |     } else { write!(f, "The node link is not set.") }
[INFO] [stdout]  93 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout]  94 | / define_error! { individual: pub struct NodeLinkNotUnique(pub Option<usize>);
[INFO] [stdout]  95 | |     DOC_NODE_LINK_NOT_UNIQUE = "The link is not unique.",
[INFO] [stdout]  96 | |     self+f => if let Some(n) = self.0 { write!(f, "The given node link `{n}` is not unique.")
[INFO] [stdout]  97 | |     } else { write!(f, "The node link is not unique.") }
[INFO] [stdout]  98 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:99:1
[INFO] [stdout]     |
[INFO] [stdout]  99 | / define_error! { individual: pub struct NotEnoughElements(pub Option<usize>);
[INFO] [stdout] 100 | |     DOC_NOT_ENOUGH_ELEMENTS = "There are not enough elements for the operation.\n\n
[INFO] [stdout] 101 | | Optionally contains the minimum number of elements needed.",
[INFO] [stdout] 102 | |     self+f => if let Some(n) = self.0 {
[INFO] [stdout] 103 | |         write!(f, "Not enough elements. Needs at least `{n}` elements.")
[INFO] [stdout] 104 | |     } else { write!(f, "Not enough elements.") }
[INFO] [stdout] 105 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:106:1
[INFO] [stdout]     |
[INFO] [stdout] 106 | / define_error! { individual: pub struct NotEnoughSpace(pub Option<usize>);
[INFO] [stdout] 107 | |     DOC_NOT_ENOUGH_SPACE = "There is not enough free space for the operation.\n\n
[INFO] [stdout] 108 | | Optionally contains the number of free spaces needed.",
[INFO] [stdout] 109 | |     self+f => if let Some(n) = self.0 {
[INFO] [stdout] 110 | |         write!(f, "Not enough space. Needs at least `{n}` free space for elements.")
[INFO] [stdout] 111 | |     } else { write!(f, "Not enough space.") }
[INFO] [stdout] 112 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/data.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / define_error! { individual: pub struct PartiallyAdded(pub Option<usize>);
[INFO] [stdout] 114 | |     DOC_PARTIALLY_ADDED = "The operation could only add a subset of the elements.\n\n
[INFO] [stdout] 115 | | Optionally contains the number of elements added.",
[INFO] [stdout] 116 | |     self+f => if let Some(n) = self.0 { write!(f, "Only `{n}` elements could be added.")
[INFO] [stdout] 117 | |     } else { write!(f, "Only a subset of elements could be added.") }
[INFO] [stdout] 118 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/error/time.rs:39:1
[INFO] [stdout]     |
[INFO] [stdout]  39 | / define_error! { individual: pub struct Timeout;
[INFO] [stdout]  40 | |     DOC_KEY_ALREADY_EXISTS = "The operation has exceeded the allowed execution time.",
[INFO] [stdout]  41 | |     self+f => write!(f, "The operation has exceeded the allowed execution time.")
[INFO] [stdout]  42 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `type_marker`
[INFO] [stdout]    --> src/code/marker/type_marker.rs:107:25
[INFO] [stdout]     |
[INFO] [stdout] 107 |     use crate::{TypeId, type_marker};
[INFO] [stdout]     |                         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `type_resource`
[INFO] [stdout]    --> src/code/marker/type_resource.rs:195:25
[INFO] [stdout]     |
[INFO] [stdout] 195 |     use crate::{ExtAny, type_resource};
[INFO] [stdout]     |                         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `unwrap`
[INFO] [stdout]    --> src/code/result/opt_res/unwrap.rs:339:36
[INFO] [stdout]     |
[INFO] [stdout] 339 |     use crate::{OptRes, serr, sok, unwrap};
[INFO] [stdout]     |                                    ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::define_error`
[INFO] [stdout]    --> src/code/util/error.rs:239:9
[INFO] [stdout]     |
[INFO] [stdout] 239 |     use super::define_error;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/util/error.rs:245:9
[INFO] [stdout]     |
[INFO] [stdout] 245 | /         define_error! { individual: pub struct UnitStruct;
[INFO] [stdout] 246 | |             DOC_UNIT_STRUCT = "docstring", self+f => write!(f, "display"),
[INFO] [stdout] 247 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/util/error.rs:248:9
[INFO] [stdout]     |
[INFO] [stdout] 248 | /         define_error! { individual: pub struct SingleElement(pub(crate) Option<u8>);
[INFO] [stdout] 249 | |             DOC_SINGLE_ELEMENT = "docstring", self+f => write!(f, "display"),
[INFO] [stdout] 250 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/util/error.rs:251:9
[INFO] [stdout]     |
[INFO] [stdout] 251 | /         define_error! { individual: pub struct MultipleElements(pub i32, u32,);
[INFO] [stdout] 252 | |             DOC_MULTI_ELEMENT = "docstring", self+f => write!(f, "display")
[INFO] [stdout] 253 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/code/util/error.rs:254:9
[INFO] [stdout]     |
[INFO] [stdout] 254 | /         define_error! { individual: pub struct StructFields {
[INFO] [stdout] 255 | |                 #[doc = "field1"] pub f1: bool,
[INFO] [stdout] 256 | |                 #[doc = "field2"] f2: Option<char>
[INFO] [stdout] ...   |
[INFO] [stdout] 259 | |         }
[INFO] [stdout]     | |_________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]   --> src/code/util/asserts/static/const.rs:81:13
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub use super::*;
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::cfg_if`
[INFO] [stdout]    --> src/code/util/cfg_if.rs:125:9
[INFO] [stdout]     |
[INFO] [stdout] 125 |     use crate::cfg_if;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::is`
[INFO] [stdout]    --> src/code/util/is.rs:154:9
[INFO] [stdout]     |
[INFO] [stdout] 154 |     use crate::is;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_niche`
[INFO] [stdout]   --> src/num/niche/macros.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 | use impl_niche;
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::size_of_expr`
[INFO] [stdout]   --> src/sys/mem/size/expr/mod.rs:67:9
[INFO] [stdout]    |
[INFO] [stdout] 67 |     use super::size_of_expr;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/text/error.rs:20:1
[INFO] [stdout]     |
[INFO] [stdout]  20 | / define_error! { individual: pub struct InvalidChar(char);
[INFO] [stdout]  21 | |     DOC_INVALID_CHAR = "An invalid given character was found.",
[INFO] [stdout]  22 | |     self+f => write!(f, "An invalid {:?} character was found.", self.0)
[INFO] [stdout]  23 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `$CONST_NAME`
[INFO] [stdout]    --> src/code/util/const.rs:150:27
[INFO] [stdout]     |
[INFO] [stdout] 150 |               $item_vis use $CONST_NAME;
[INFO] [stdout]     |                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/text/error.rs:25:1
[INFO] [stdout]     |
[INFO] [stdout]  25 | / define_error! { individual:
[INFO] [stdout]  26 | |     pub struct InvalidUtf8 {
[INFO] [stdout]  27 | |         /// The index in the given string up to which valid UTF-8 was verified.
[INFO] [stdout]  28 | |         pub valid_up_to: usize,
[INFO] [stdout] ...   |
[INFO] [stdout]  36 | |     } else { write!(f, "Invalid UTF-8, valid up to: {}", self.valid_up_to) }
[INFO] [stdout]  37 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NZI8` is never used
[INFO] [stdout]   --> src/num/niche/macros.rs:94:15
[INFO] [stdout]    |
[INFO] [stdout] 94 |         const NZI8: crate::NonZeroI8 = nz![23i8];
[INFO] [stdout]    |               ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `NEI8` is never used
[INFO] [stdout]    --> src/num/niche/macros.rs:108:15
[INFO] [stdout]     |
[INFO] [stdout] 108 |         const NEI8: crate::NonExtremeI8 = ne![23i8];
[INFO] [stdout]     |               ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.68s
[INFO] running `Command { std: "docker" "inspect" "c07fa1f957573bc0061dbada98928fba9926df5e105cda41fa7cda936b0f2ea0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c07fa1f957573bc0061dbada98928fba9926df5e105cda41fa7cda936b0f2ea0", kill_on_drop: false }`
[INFO] [stdout] c07fa1f957573bc0061dbada98928fba9926df5e105cda41fa7cda936b0f2ea0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6af5e9f576e7f54ea8dfcbc498cb6e2b8b3928155625fc246acf959c68b819e5
[INFO] running `Command { std: "docker" "start" "-a" "6af5e9f576e7f54ea8dfcbc498cb6e2b8b3928155625fc246acf959c68b819e5", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `impl_cdef`
[INFO] [stderr]    --> src/code/default.rs:128:17
[INFO] [stderr]     |
[INFO] [stderr] 128 |     use super::{impl_cdef, ConstDefault};
[INFO] [stderr]     |                 ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/all_error.rs:16:1
[INFO] [stderr]     |
[INFO] [stderr]  16 | / define_error![individual: pub struct FailedErrorConversion;
[INFO] [stderr]  17 | |     DOC_FAILED_CONVERSION = "A failed conversion between two error types.",
[INFO] [stderr]  18 | |     self+f => write!(f, "Failed to convert between error types"),
[INFO] [stderr]  19 | | ];
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/all_error.rs:20:1
[INFO] [stderr]     |
[INFO] [stderr]  20 | / define_error![individual: pub struct NotImplemented;
[INFO] [stderr]  21 | |     DOC_NOT_IMPLEMENTED = "The requested functionality is not implemented.",
[INFO] [stderr]  22 | |     self+f => write!(f, "The requested functionality is not implemented."),
[INFO] [stderr]  23 | | ];
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/all_error.rs:24:1
[INFO] [stderr]     |
[INFO] [stderr]  24 | / define_error![individual: pub struct NotSupported;
[INFO] [stderr]  25 | |     DOC_NOT_SUPPORTED = "The requested functionality is not supported by this type.",
[INFO] [stderr]  26 | |     self+f => write!(f, "The requested functionality is not supported by this type."),
[INFO] [stderr]  27 | | ];
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/data.rs:33:1
[INFO] [stderr]     |
[INFO] [stderr]  33 | / define_error! { individual: pub struct DataOverflow(pub Option<usize>);
[INFO] [stderr]  34 | |     DOC_DATA_OVERFLOW = "The value has surpassed the bounds of the representable data space.",
[INFO] [stderr]  35 | |     self+f => if let Some(v) = self.0 {
[INFO] [stderr]  36 | |         write!(f, "The value {v} has surpassed the bounds of the representable data space.")
[INFO] [stderr]  37 | |     } else { write!(f, "The value has surpassed the bounds of the representable data space.") }
[INFO] [stderr]  38 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/data.rs:39:1
[INFO] [stderr]     |
[INFO] [stderr]  39 | / define_error! { individual: pub struct ElementNotFound;
[INFO] [stderr]  40 | |     DOC_ELEMENT_NOT_FOUND = "The requested element has not been found.",
[INFO] [stderr]  41 | |     self+f => write!(f, "The requested element has not been found."),
[INFO] [stderr]  42 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/data.rs:43:1
[INFO] [stderr]     |
[INFO] [stderr]  43 | / define_error! { individual: pub struct IndexOutOfBounds(pub Option<usize>);
[INFO] [stderr]  44 | |     DOC_INDEX_OUT_OF_BOUNDS = "The given index is out of bounds.\n\n
[INFO] [stderr]  45 | | Optionally contains the given index.",
[INFO] [stderr]  46 | |     self+f => if let Some(i) = self.0 { write!(f, "The given index {i} is out of bounds.")
[INFO] [stderr]  47 | |     } else { write!(f, "The given index is out of bounds.") }
[INFO] [stderr]  48 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/data.rs:49:1
[INFO] [stderr]     |
[INFO] [stderr]  49 | / define_error! { individual: pub struct InvalidAxisLength(pub Option<usize>);
[INFO] [stderr]  50 | |     DOC_INVALID_AXIS_LENGTH = "The given axis has an invalid length.\n\n
[INFO] [stderr]  51 | | Optionally contains the given axis number.",
[INFO] [stderr]  52 | |     self+f => if let Some(n) = self.0 {
[INFO] [stderr]  53 | |         write!(f, "Axis number {n} has 0 length, which is not allowed.")
[INFO] [stderr]  54 | |     } else { write!(f, "One ore more axis have 0 length, which is not allowed.") }
[INFO] [stderr]  55 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/data.rs:56:1
[INFO] [stderr]     |
[INFO] [stderr]  56 | / define_error! { individual: pub struct KeyAlreadyExists;
[INFO] [stderr]  57 | |     DOC_KEY_ALREADY_EXISTS = "The key already exists.",
[INFO] [stderr]  58 | |     self+f => write!(f, "The key already exists.")
[INFO] [stderr]  59 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/data.rs:76:1
[INFO] [stderr]     |
[INFO] [stderr]  76 | / define_error! { individual: pub struct MismatchedDimensions(pub Mismatch<usize, usize>);
[INFO] [stderr]  77 | |     DOC_MISMATCHED_DIMENSIONS = "The dimensions given did not match the elements provided.",
[INFO] [stderr]  78 | |     self+f => write!(f, "Mismatched dimensions: {:?}.", self.0)
[INFO] [stderr]  79 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/data.rs:80:1
[INFO] [stderr]     |
[INFO] [stderr]  80 | / define_error! { individual: pub struct MismatchedIndices;
[INFO] [stderr]  81 | |     DOC_MISMATCHED_INDICES = "The given indices does not match the expected order.",
[INFO] [stderr]  82 | |     self+f => write!(f, "The given indices does not match the expected order.")
[INFO] [stderr]  83 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/data.rs:84:1
[INFO] [stderr]     |
[INFO] [stderr]  84 | / define_error! { individual: pub struct NodeEmpty(pub Option<usize>);
[INFO] [stderr]  85 | |     DOC_NODE_EMPTY = "The node is empty.",
[INFO] [stderr]  86 | |     self+f => if let Some(n) = self.0 { write!(f, "The given node `{n}` is empty.")
[INFO] [stderr]  87 | |     } else { write!(f, "The node is empty.") }
[INFO] [stderr]  88 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/data.rs:89:1
[INFO] [stderr]     |
[INFO] [stderr]  89 | / define_error! { individual: pub struct NodeLinkNotSet(pub Option<usize>);
[INFO] [stderr]  90 | |     DOC_NODE_LINK_NOT_SET = "The link is not set.",
[INFO] [stderr]  91 | |     self+f => if let Some(n) = self.0 { write!(f, "The given node link `{n}` is not set.")
[INFO] [stderr]  92 | |     } else { write!(f, "The node link is not set.") }
[INFO] [stderr]  93 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/data.rs:94:1
[INFO] [stderr]     |
[INFO] [stderr]  94 | / define_error! { individual: pub struct NodeLinkNotUnique(pub Option<usize>);
[INFO] [stderr]  95 | |     DOC_NODE_LINK_NOT_UNIQUE = "The link is not unique.",
[INFO] [stderr]  96 | |     self+f => if let Some(n) = self.0 { write!(f, "The given node link `{n}` is not unique.")
[INFO] [stderr]  97 | |     } else { write!(f, "The node link is not unique.") }
[INFO] [stderr]  98 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/data.rs:99:1
[INFO] [stderr]     |
[INFO] [stderr]  99 | / define_error! { individual: pub struct NotEnoughElements(pub Option<usize>);
[INFO] [stderr] 100 | |     DOC_NOT_ENOUGH_ELEMENTS = "There are not enough elements for the operation.\n\n
[INFO] [stderr] 101 | | Optionally contains the minimum number of elements needed.",
[INFO] [stderr] 102 | |     self+f => if let Some(n) = self.0 {
[INFO] [stderr] 103 | |         write!(f, "Not enough elements. Needs at least `{n}` elements.")
[INFO] [stderr] 104 | |     } else { write!(f, "Not enough elements.") }
[INFO] [stderr] 105 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/data.rs:106:1
[INFO] [stderr]     |
[INFO] [stderr] 106 | / define_error! { individual: pub struct NotEnoughSpace(pub Option<usize>);
[INFO] [stderr] 107 | |     DOC_NOT_ENOUGH_SPACE = "There is not enough free space for the operation.\n\n
[INFO] [stderr] 108 | | Optionally contains the number of free spaces needed.",
[INFO] [stderr] 109 | |     self+f => if let Some(n) = self.0 {
[INFO] [stderr] 110 | |         write!(f, "Not enough space. Needs at least `{n}` free space for elements.")
[INFO] [stderr] 111 | |     } else { write!(f, "Not enough space.") }
[INFO] [stderr] 112 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/data.rs:113:1
[INFO] [stderr]     |
[INFO] [stderr] 113 | / define_error! { individual: pub struct PartiallyAdded(pub Option<usize>);
[INFO] [stderr] 114 | |     DOC_PARTIALLY_ADDED = "The operation could only add a subset of the elements.\n\n
[INFO] [stderr] 115 | | Optionally contains the number of elements added.",
[INFO] [stderr] 116 | |     self+f => if let Some(n) = self.0 { write!(f, "Only `{n}` elements could be added.")
[INFO] [stderr] 117 | |     } else { write!(f, "Only a subset of elements could be added.") }
[INFO] [stderr] 118 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/error/time.rs:39:1
[INFO] [stderr]     |
[INFO] [stderr]  39 | / define_error! { individual: pub struct Timeout;
[INFO] [stderr]  40 | |     DOC_KEY_ALREADY_EXISTS = "The operation has exceeded the allowed execution time.",
[INFO] [stderr]  41 | |     self+f => write!(f, "The operation has exceeded the allowed execution time.")
[INFO] [stderr]  42 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `impl_niche`
[INFO] [stderr]   --> src/num/niche/macros.rs:87:5
[INFO] [stderr]    |
[INFO] [stderr] 87 | use impl_niche;
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/text/error.rs:20:1
[INFO] [stderr]     |
[INFO] [stderr]  20 | / define_error! { individual: pub struct InvalidChar(char);
[INFO] [stderr]  21 | |     DOC_INVALID_CHAR = "An invalid given character was found.",
[INFO] [stderr]  22 | |     self+f => write!(f, "An invalid {:?} character was found.", self.0)
[INFO] [stderr]  23 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/text/error.rs:25:1
[INFO] [stderr]     |
[INFO] [stderr]  25 | / define_error! { individual:
[INFO] [stderr]  26 | |     pub struct InvalidUtf8 {
[INFO] [stderr]  27 | |         /// The index in the given string up to which valid UTF-8 was verified.
[INFO] [stderr]  28 | |         pub valid_up_to: usize,
[INFO] [stderr] ...   |
[INFO] [stderr]  36 | |     } else { write!(f, "Invalid UTF-8, valid up to: {}", self.valid_up_to) }
[INFO] [stderr]  37 | | }
[INFO] [stderr]     | |_- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `type_marker`
[INFO] [stderr]    --> src/code/marker/type_marker.rs:107:25
[INFO] [stderr]     |
[INFO] [stderr] 107 |     use crate::{TypeId, type_marker};
[INFO] [stderr]     |                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `type_resource`
[INFO] [stderr]    --> src/code/marker/type_resource.rs:195:25
[INFO] [stderr]     |
[INFO] [stderr] 195 |     use crate::{ExtAny, type_resource};
[INFO] [stderr]     |                         ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `unwrap`
[INFO] [stderr]    --> src/code/result/opt_res/unwrap.rs:339:36
[INFO] [stderr]     |
[INFO] [stderr] 339 |     use crate::{OptRes, serr, sok, unwrap};
[INFO] [stderr]     |                                    ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::define_error`
[INFO] [stderr]    --> src/code/util/error.rs:239:9
[INFO] [stderr]     |
[INFO] [stderr] 239 |     use super::define_error;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/util/error.rs:245:9
[INFO] [stderr]     |
[INFO] [stderr] 245 | /         define_error! { individual: pub struct UnitStruct;
[INFO] [stderr] 246 | |             DOC_UNIT_STRUCT = "docstring", self+f => write!(f, "display"),
[INFO] [stderr] 247 | |         }
[INFO] [stderr]     | |_________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/util/error.rs:248:9
[INFO] [stderr]     |
[INFO] [stderr] 248 | /         define_error! { individual: pub struct SingleElement(pub(crate) Option<u8>);
[INFO] [stderr] 249 | |             DOC_SINGLE_ELEMENT = "docstring", self+f => write!(f, "display"),
[INFO] [stderr] 250 | |         }
[INFO] [stderr]     | |_________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/util/error.rs:251:9
[INFO] [stderr]     |
[INFO] [stderr] 251 | /         define_error! { individual: pub struct MultipleElements(pub i32, u32,);
[INFO] [stderr] 252 | |             DOC_MULTI_ELEMENT = "docstring", self+f => write!(f, "display")
[INFO] [stderr] 253 | |         }
[INFO] [stderr]     | |_________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `$CONST_NAME`
[INFO] [stderr]    --> src/code/util/const.rs:150:27
[INFO] [stderr]     |
[INFO] [stderr] 150 |               $item_vis use $CONST_NAME;
[INFO] [stderr]     |                             ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]    ::: src/code/util/error.rs:254:9
[INFO] [stderr]     |
[INFO] [stderr] 254 | /         define_error! { individual: pub struct StructFields {
[INFO] [stderr] 255 | |                 #[doc = "field1"] pub f1: bool,
[INFO] [stderr] 256 | |                 #[doc = "field2"] f2: Option<char>
[INFO] [stderr] ...   |
[INFO] [stderr] 259 | |         }
[INFO] [stderr]     | |_________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `$crate::CONST` which comes from the expansion of the macro `define_error` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]   --> src/code/util/asserts/static/const.rs:81:13
[INFO] [stderr]    |
[INFO] [stderr] 81 |     pub use super::*;
[INFO] [stderr]    |             ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::cfg_if`
[INFO] [stderr]    --> src/code/util/cfg_if.rs:125:9
[INFO] [stderr]     |
[INFO] [stderr] 125 |     use crate::cfg_if;
[INFO] [stderr]     |         ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::is`
[INFO] [stderr]    --> src/code/util/is.rs:154:9
[INFO] [stderr]     |
[INFO] [stderr] 154 |     use crate::is;
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::size_of_expr`
[INFO] [stderr]   --> src/sys/mem/size/expr/mod.rs:67:9
[INFO] [stderr]    |
[INFO] [stderr] 67 |     use super::size_of_expr;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `NZI8` is never used
[INFO] [stderr]   --> src/num/niche/macros.rs:94:15
[INFO] [stderr]    |
[INFO] [stderr] 94 |         const NZI8: crate::NonZeroI8 = nz![23i8];
[INFO] [stderr]    |               ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `NEI8` is never used
[INFO] [stderr]    --> src/num/niche/macros.rs:108:15
[INFO] [stderr]     |
[INFO] [stderr] 108 |         const NEI8: crate::NonExtremeI8 = ne![23i8];
[INFO] [stderr]     |               ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `devela` (lib) generated 21 warnings (run `cargo fix --lib -p devela` to apply 21 suggestions)
[INFO] [stderr] warning: `devela` (lib test) generated 35 warnings (21 duplicates) (run `cargo fix --lib -p devela --tests` to apply 12 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/devela-eb5046894b05c8b7)
[INFO] [stdout] 
[INFO] [stdout] running 120 tests
[INFO] [stdout] test code::any::ext::tests::closure_type_ids ... ok
[INFO] [stdout] test code::marker::type_marker::tests::type_marker_generics ... ok
[INFO] [stdout] test code::result::opt_res::unwrap::tests::test_unwrap_option ... ok
[INFO] [stdout] test code::result::opt_res::unwrap::tests::test_unwrap_optres ... ok
[INFO] [stdout] test code::result::opt_res::unwrap::tests::test_unwrap_result ... ok
[INFO] [stdout] test code::util::asserts::r#static::r#const::tests::const_assert ... ok
[INFO] [stdout] test code::marker::type_marker::tests::type_marker_no_generics ... ok
[INFO] [stdout] test code::util::capture::tests::capture_last ... ok
[INFO] [stdout] test code::marker::type_marker::tests::type_marker_multiple ... ok
[INFO] [stdout] test code::util::capture::tests::capture_first ... ok
[INFO] [stdout] test code::marker::type_resource::tests::closures_with_type_resource ... ok
[INFO] [stdout] test code::util::capture::tests::capture_tail_tuple ... ok
[INFO] [stdout] test code::util::cfg_if::test_cfg_if::it_works ... ok
[INFO] [stdout] test code::util::error::tests::define_error ... ok
[INFO] [stdout] test code::util::impl_trait::tests::impl_generic_debug ... ok
[INFO] [stdout] test code::util::impl_trait::tests::impl_non_generic_debug ... ok
[INFO] [stdout] test code::util::is::test_is::is_if ... ok
[INFO] [stdout] test code::util::is::test_is::is_let ... ok
[INFO] [stdout] test code::util::methods::tests::test_all_variants ... ok
[INFO] [stdout] test data::codec::encode::impls::tests::option ... ok
[INFO] [stdout] test data::codec::radix::base::tests_no_std::base16_rfc4648_nolut ... ok
[INFO] [stdout] test data::codec::radix::base::tests_no_std::base32_crockford_case_insensitive ... ok
[INFO] [stdout] test data::codec::radix::base::tests_no_std::base32_rfc4648_lut ... ok
[INFO] [stdout] test data::codec::radix::base::tests_no_std::base32hex_rfc4648 ... ok
[INFO] [stdout] test data::codec::radix::base::tests_no_std::base64_rfc4648_lut ... ok
[INFO] [stdout] test data::codec::radix::base::tests_no_std::base64_rfc4648_padded ... ok
[INFO] [stdout] test data::codec::radix::base::tests_no_std::base_reconstructors ... ok
[INFO] [stdout] test data::codec::radix::base::tests_no_std::base32_rfc4648_case_sensitive ... ok
[INFO] [stdout] test data::key::static_map::tests::k_char::map_collision ... ok
[INFO] [stdout] test data::key::static_map::tests::k_char::map_custom_empty_tomb ... ok
[INFO] [stdout] test data::key::static_map::tests::k_char::map_remove ... ok
[INFO] [stdout] test data::key::static_map::tests::k_char::map_insert_overwrite ... ok
[INFO] [stdout] test data::key::static_map::tests::k_f32::map_collision ... ok
[INFO] [stdout] test data::key::static_map::tests::k_f32::map_custom_empty_tomb ... ok
[INFO] [stdout] test data::key::static_map::tests::k_f32::map_insert_get ... ok
[INFO] [stdout] test data::codec::radix::base::tests_no_std::base64_rfc4648_nolut ... ok
[INFO] [stdout] test code::util::cfg_if::test_cfg_if::test_usage_within_a_function ... ok
[INFO] [stdout] test data::key::static_map::tests::k_f32::map_insert_overwrite ... ok
[INFO] [stdout] test data::key::static_map::tests::k_f32::map_remove ... ok
[INFO] [stdout] test data::codec::radix::base::tests_no_std::base32_rfc4648_nolut ... ok
[INFO] [stdout] test data::codec::radix::base::tests_no_std::base32_rfc4648_padded ... ok
[INFO] [stdout] test data::key::static_map::tests::k_u8::map_collision ... ok
[INFO] [stdout] test data::key::static_map::tests::k_u8::map_custom_empty_tomb ... ok
[INFO] [stdout] test data::codec::encode::tests::option ... ok
[INFO] [stdout] test data::key::static_map::tests::k_char::map_insert_get ... ok
[INFO] [stdout] test data::codec::radix::base::tests_no_std::base16_rfc4648_lut ... ok
[INFO] [stdout] test data::key::static_map::tests::k_u8::map_remove ... ok
[INFO] [stdout] test data::key::static_map::tests::k_u8::map_insert_overwrite ... ok
[INFO] [stdout] test data::key::static_map::tests::k_u8::should_rebuild ... ok
[INFO] [stdout] test data::key::static_map::tests::k_u8::map_insert_get ... ok
[INFO] [stdout] test data::list::of::oneof::tests::positioning ... ok
[INFO] [stdout] test data::list::array::from::tests::from_array ... ok
[INFO] [stdout] test data::list::of::oneof::tests::tuple ... ok
[INFO] [stdout] test data::list::array::from::tests::from_u8 ... ok
[INFO] [stdout] test data::list::of::oneof::tests::validate ... ok
[INFO] [stdout] test data::list::of::oneof::tests::field_access ... ok
[INFO] [stdout] test data::list::array::d2::tests::indexing ... ok
[INFO] [stdout] test data::list::array::d2::tests::check ... ok
[INFO] [stdout] test data::list::array::from::tests::from_str ... ok
[INFO] [stdout] test data::list::array::from::tests::from_array_ref ... ok
[INFO] [stdout] test data::uid::seq::test::id_seq_start_uniqueness_end ... ok
[INFO] [stdout] test data::list::of::oneof::tests::map ... ok
[INFO] [stdout] test num::niche::macros::test_ne ... ok
[INFO] [stdout] test num::niche::macros::test_nz ... ok
[INFO] [stdout] test num::niche::mem::tests::non_value_checked_edges ... ok
[INFO] [stdout] test num::niche::mem::tests::non_value_checked_middle ... ok
[INFO] [stdout] test num::niche::mem::tests::non_value_checked_signed_min ... ok
[INFO] [stdout] test num::niche::mem::tests::non_value_checked_unsigned_max ... ok
[INFO] [stdout] test num::niche::mem::tests::non_value_lossy_edges ... ok
[INFO] [stdout] test num::niche::mem::tests::non_value_lossy_middle_values ... ok
[INFO] [stdout] test num::niche::mem::tests::non_value_lossy_signed_min ... ok
[INFO] [stdout] test num::ord::compare::test_min_max_clamp::min_max_clamp ... ok
[INFO] [stdout] test num::quant::interval::tests::interval_macro_block ... ok
[INFO] [stdout] test num::quant::interval::tests::interval_macro_expr ... ok
[INFO] [stdout] test num::quant::interval::tests::interval_macro_literal ... ok
[INFO] [stdout] test num::traits::constants::tests::float ... ok
[INFO] [stdout] test num::traits::constants::tests::int ... ok
[INFO] [stdout] test num::traits::constants::tests::non0int ... ok
[INFO] [stdout] test num::niche::mem::tests::non_value_lossy_unsigned_max ... ok
[INFO] [stdout] test num::ord::compare::test_min_max_clamp::float ... ok
[INFO] [stdout] test num::traits::constants::tests::non0uint ... ok
[INFO] [stdout] test sys::mem::cell::option::tests::test_modify ... ok
[INFO] [stdout] test sys::mem::cell::option::tests::test_modify_mut_side_effect ... ok
[INFO] [stdout] test sys::mem::cell::option::tests::test_modify_mut_previous ... ok
[INFO] [stdout] test sys::mem::cell::option::tests::test_modify_mut ... ok
[INFO] [stdout] test sys::mem::cell::option::tests::test_modify_ret ... ok
[INFO] [stdout] test sys::mem::cell::option::tests::test_modify_ret_with_none ... ok
[INFO] [stdout] test sys::mem::cell::option::tests::test_modify_with_none ... ok
[INFO] [stdout] test sys::mem::size::expr::tests::api ... ok
[INFO] [stdout] test sys::mem::size::expr::tests::edge_cases ... ok
[INFO] [stdout] test sys::mem::slice::join::tests::join_bytes ... ok
[INFO] [stdout] test sys::mem::slice::join::tests::join_bytes_mixed ... ok
[INFO] [stdout] test sys::mem::slice::join::tests::join_str ... ok
[INFO] [stdout] test num::traits::constants::tests::uint ... ok
[INFO] [stdout] test sys::mem::slice::namespace::tests::copied_array_at ... ok
[INFO] [stdout] test sys::mem::slice::namespace::tests::copy_array_at ... ok
[INFO] [stdout] test sys::mem::slice::namespace::tests::copy_from_slice ... ok
[INFO] [stdout] test sys::mem::slice::tests::range ... ok
[INFO] [stdout] test sys::mem::slice::tests::range_from ... ok
[INFO] [stdout] test sys::mem::slice::tests::range_to ... ok
[INFO] [stdout] test sys::mem::slice::tests::take_first ... ok
[INFO] [stdout] test sys::mem::slice::tests::take_last ... ok
[INFO] [stdout] test sys::mem::slice::tests::take_omit_last ... ok
[INFO] [stdout] test text::char::namespace::tests::utf8_bytes_to_code ... ok
[INFO] [stdout] test ui::event::pointer::tests::sizes_of ... ok
[INFO] [stdout] test ui::event::key::tests::sizes_of ... ok
[INFO] [stdout] test data::key::static_map::tests::k_u8_panicking::get_tombstone_key - should panic ... ok
[INFO] [stdout] test data::key::static_map::tests::k_u8_panicking::insert_empty_key - should panic ... ok
[INFO] [stdout] test data::key::static_map::tests::k_u8_panicking::get_empty_key - should panic ... ok
[INFO] [stdout] test data::key::static_map::tests::k_u8_panicking::remove_empty_key - should panic ... ok
[INFO] [stdout] test data::key::static_map::tests::k_u8_panicking::remove_tombstone_key - should panic ... ok
[INFO] [stdout] test data::key::static_map::tests::k_u8_panicking::insert_tombstone_key - should panic ... ok
[INFO] [stdout] test data::list::array::from::tests::from_length_mismatch - should panic ... ok
[INFO] [stdout] test num::niche::macros::test_ne_max_panic - should panic ... ok
[INFO] [stdout] test num::niche::macros::test_ne_min_panic - should panic ... ok
[INFO] [stdout] test num::niche::macros::test_nz_panic - should panic ... ok
[INFO] [stdout] test sys::mem::cell::option::tests::test_modify_mut_with_none ... ok
[INFO] [stdout] test sys::mem::slice::namespace::tests::copied_array_at_panic_overflow - should panic ... ok
[INFO] [stdout] test sys::mem::slice::namespace::tests::copied_array_at_panic_overflow_offset - should panic ... ok
[INFO] [stdout] test sys::mem::slice::namespace::tests::copy_from_slice_panic - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 120 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stderr]    Doc-tests devela
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 187 tests
[INFO] [stdout] test src/code/any/ext.rs - code::any::ext::ExtAny::type_id (line 32) ... ok
[INFO] [stdout] test src/code/any/ext.rs - code::any::ext::ExtAny::as_any_ref (line 103) ... ok
[INFO] [stdout] test src/_info/../../examples/code/enumint.rs - _info::examples::enumint (line 8) ... ok
[INFO] [stdout] test src/code/guard.rs - code::guard::ScopeGuard<T,F,S>::with (line 76) ... ok
[INFO] [stdout] test src/_info/../../examples/data/id_seq.rs - _info::examples::id_seq (line 6) ... ok
[INFO] [stdout] test src/code/intro/define.rs - code::intro::define::Introspect (line 12) ... ignored
[INFO] [stdout] test src/code/any/ext.rs - code::any::ext::ExtAny::as_any_mut (line 116) ... ok
[INFO] [stdout] test src/code/guard.rs - code::guard::ScopeGuard<T,F,bool>::dismiss (line 55) ... ok
[INFO] [stdout] test src/code/any/ext.rs - code::any::ext::ExtAny::type_is (line 70) ... ok
[INFO] [stdout] test src/code/any/ext.rs - code::any::ext::ExtAny::type_name (line 56) ... ok
[INFO] [stdout] test src/code/guard.rs - code::guard::ScopeGuard<T,forfn(T,&'_bool),bool>::new (line 31) ... ok
[INFO] [stdout] test src/code/marker/type_marker.rs - code::marker::type_marker::type_marker (line 23) ... ok
[INFO] [stdout] test src/code/result/chain_hook.rs - code::result::chain_hook::Chain (line 14) ... ok
[INFO] [stdout] test src/code/result/opt_res/ext_option.rs - code::result::opt_res::ext_option::ExtOption::fmt_or (line 69) ... ok
[INFO] [stdout] test src/code/result/opt_res/ext_result.rs - code::result::opt_res::ext_result::ExtResult::contains_err (line 37) ... ok
[INFO] [stdout] test src/code/result/chain_hook.rs - code::result::chain_hook::Hook (line 76) ... ok
[INFO] [stdout] test src/code/marker/type_resource.rs - code::marker::type_resource::TypeResource (line 79) ... ok
[INFO] [stdout] test src/code/result/opt_res/opt_res.rs - code::result::opt_res::opt_res::ExtOptRes::map_err (line 175) ... ok
[INFO] [stdout] test src/code/result/opt_res/ext_option.rs - code::result::opt_res::ext_option::ExtOption::contains (line 30) ... ok
[INFO] [stdout] test src/code/result/opt_res/ext_option.rs - code::result::opt_res::ext_option::ExtOption::reduce (line 47) ... ok
[INFO] [stdout] test src/code/result/opt_res/ext_result.rs - code::result::opt_res::ext_result::ExtResult::contains (line 25) ... ok
[INFO] [stdout] test src/code/result/opt_res/ext_option.rs - code::result::opt_res::ext_option::ExtOption::fmt_or_empty (line 99) ... ok
[INFO] [stdout] test src/code/result/opt_res/opt_res.rs - code::result::opt_res::opt_res::ExtOptRes::unwrap_or_else_result (line 135) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - code::util::cfor::cfor (line 103) ... ok
[INFO] [stdout] test src/code/result/opt_res/opt_res.rs - code::result::opt_res::opt_res::ExtOptRes::ok_or_default_err (line 195) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - code::util::cfor::cfor (line 139) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - code::util::cfor::cfor (line 93) ... ok
[INFO] [stdout] test src/code/result/opt_res/opt_res.rs - code::result::opt_res::opt_res::ExtOptRes::map_ok (line 155) ... ok
[INFO] [stdout] test src/code/result/opt_res/ext_option.rs - code::result::opt_res::ext_option::ExtOption::fmt_or_else (line 88) ... ok
[INFO] [stdout] test src/code/result/opt_res/opt_res.rs - code::result::opt_res::opt_res::ExtOptRes::transpose_result (line 115) ... ok
[INFO] [stdout] test src/code/marker/type_resource.rs - code::marker::type_resource::type_resource (line 29) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - code::util::cfor::cfor (line 179) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - code::util::cfor::cfor (line 159) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - code::util::cfg_if::cfg_if (line 89) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - code::util::cfor::cfor (line 113) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - code::util::cfor::cfor (line 126) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - num::niche::mem::non_value::__impls_NonValueI128::NonValueI128 (line 309) ... ignored
[INFO] [stdout] test src/code/util/_doc.rs - num::niche::mem::non_value::__impls_NonValueI16::NonValueI16 (line 309) ... ignored
[INFO] [stdout] test src/code/util/_doc.rs - num::niche::mem::non_value::__impls_NonValueI32::NonValueI32 (line 309) ... ignored
[INFO] [stdout] test src/code/util/_doc.rs - num::niche::mem::non_value::__impls_NonValueI64::NonValueI64 (line 309) ... ignored
[INFO] [stdout] test src/code/util/_doc.rs - num::niche::mem::non_value::__impls_NonValueI8::NonValueI8 (line 309) ... ignored
[INFO] [stdout] test src/code/util/_doc.rs - num::niche::mem::non_value::__impls_NonValueIsize::NonValueIsize (line 309) ... ignored
[INFO] [stdout] test src/code/util/_doc.rs - num::niche::mem::non_value::__impls_NonValueU128::NonValueU128 (line 309) ... ignored
[INFO] [stdout] test src/code/util/_doc.rs - num::niche::mem::non_value::__impls_NonValueU16::NonValueU16 (line 309) ... ignored
[INFO] [stdout] test src/code/util/_doc.rs - num::niche::mem::non_value::__impls_NonValueU32::NonValueU32 (line 309) ... ignored
[INFO] [stdout] test src/code/util/_doc.rs - num::niche::mem::non_value::__impls_NonValueU64::NonValueU64 (line 309) ... ignored
[INFO] [stdout] test src/code/util/_doc.rs - num::niche::mem::non_value::__impls_NonValueU8::NonValueU8 (line 309) ... ignored
[INFO] [stdout] test src/code/util/_doc.rs - num::niche::mem::non_value::__impls_NonValueUsize::NonValueUsize (line 309) ... ignored
[INFO] [stdout] test src/code/result/opt_res/opt_res.rs - code::result::opt_res::opt_res::OptRes (line 94) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - data::codec::encode::combinators::len::CodecLen (line 90) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - data::list::array::init::array_init (line 282) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - data::codec::encode::combinators::join::CodecJoin (line 86) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - data::codec::encode::combinators::len::CodecLenValue (line 94) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - data::uid::pin::IdPin (line 93) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - data::codec::encode::combinators::endian::CodecLe (line 86) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - data::codec::encode::combinators::cond::CodecIf (line 86) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - data::list::link::r#const::ConstList (line 90) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - data::sort::definition::Sort (line 315) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - data::codec::encode::combinators::len::CodecLenValue (line 124) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - num::quant::ratio::Ratio (line 316) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - data::codec::encode::combinators::flags::CodecFlags (line 86) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - num::quant::interval::_interval (line 338) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - data::codec::encode::combinators::endian::CodecBe (line 86) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - sys::mem::cache_align::CacheAlign (line 111) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - sys::mem::cache_align::CacheAlign (line 125) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - sys::mem::namespace::Mem::align_down (line 92) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - sys::mem::size::expr::size_of_expr (line 89) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - text::fmt::buf::format_buf (line 295) ... ok
[INFO] [stdout] test src/code/util/_doc.rs - sys::mem::slice::join::_join (line 315) ... ok
[INFO] [stdout] test src/code/util/ident.rs - code::util::ident::ident_const_index (line 8) ... ok
[INFO] [stdout] test src/code/util/include.rs - code::util::include::_include_from (line 15) ... ignored
[INFO] [stdout] test src/code/util/capture.rs - code::util::capture::capture_first (line 11) ... ok
[INFO] [stdout] test src/code/any/ext.rs - code::any::ext::ExtAny::type_of (line 44) ... ok
[INFO] [stdout] test src/code/util/asserts/dynamic.rs - code::util::asserts::dynamic::assert_approx_eq_all (line 54) - should panic ... ok
[INFO] [stdout] test src/code/util/impl_trait.rs - code::util::impl_trait::impl_trait (line 16) ... ok
[INFO] [stdout] test src/code/util/include.rs - code::util::include::_include_from (line 20) ... ignored
[INFO] [stdout] test src/code/util/asserts/dynamic.rs - code::util::asserts::dynamic::assert_approx_eq_all (line 44) ... ok
[INFO] [stdout] test src/code/util/cdbg.rs - code::util::cdbg::cdbg (line 13) ... ok
[INFO] [stdout] test src/code/util/const.rs - code::util::r#const::_CONST (line 11) ... ok
[INFO] [stdout] test src/code/util/include.rs - code::util::include::_mod_from (line 54) ... ignored
[INFO] [stdout] test src/code/util/include.rs - code::util::include::_mod_from (line 60) ... ignored
[INFO] [stdout] test src/code/util/is.rs - code::util::is::is (line 87) ... ignored
[INFO] [stdout] test src/code/util/methods.rs - code::util::methods::_methods_as_fns (line 16) ... ok
[INFO] [stdout] test src/code/util/is.rs - code::util::is::is (line 32) ... ok
[INFO] [stdout] test src/code/util/maybe.rs - code::util::maybe::maybe (line 12) ... ok
[INFO] [stdout] test src/code/util/items.rs - code::util::items::sf (line 18) ... ok
[INFO] [stdout] test src/code/util/is.rs - code::util::is::is (line 16) ... ok
[INFO] [stdout] test src/code/util/is.rs - code::util::is::is (line 48) ... ok
[INFO] [stdout] test src/code/util/paste.rs - code::util::paste::paste (line 52) ... ok
[INFO] [stdout] test src/code/util/is.rs - code::util::is::is (line 65) ... ok
[INFO] [stdout] test src/code/util/paste.rs - code::util::paste::paste (line 15) ... ok
[INFO] [stdout] test src/code/util/asserts/dynamic.rs - code::util::asserts::dynamic::assert_approx_eq_all (line 58) - should panic ... ok
[INFO] [stdout] test src/code/util/items.rs - code::util::items::items (line 38) ... ok
[INFO] [stdout] test src/code/util/asserts/dynamic.rs - code::util::asserts::dynamic::assert_approx_eq_all (line 62) - should panic ... ok
[INFO] [stdout] test src/data/list/array/d1/methods/bare.rs - data::list::array::d1::methods::bare::Array<T,CAP,Bare>::get (line 94) ... ok
[INFO] [stdout] test src/code/util/deprecate.rs - code::util::deprecate::deprecate_feature (line 8) ... ok
[INFO] [stdout] test src/code/util/asserts/dynamic.rs - code::util::asserts::dynamic::assert_approx_eq_all (line 66) - should panic ... ok
[INFO] [stdout] test src/code/util/asserts/dynamic.rs - code::util::asserts::dynamic::assert_approx_eq_all (line 70) - should panic ... ok
[INFO] [stdout] test src/data/list/array/d1/impl_traits.rs - data::list::array::d1::impl_traits::Array<T,CAP,Bare>::from (line 192) ... ok
[INFO] [stdout] test src/data/key/static_map/define.rs - data::key::static_map::define::define_static_map (line 65) ... ok
[INFO] [stdout] test src/data/list/array/d1/methods/bare.rs - data::list::array::d1::methods::bare::Array<T,CAP,Bare>::get_mut (line 112) ... ok
[INFO] [stdout] test src/data/list/array/d1/methods/bare.rs - data::list::array::d1::methods::bare::Array<T,CAP,Bare>::with_cloned (line 24) ... ok
[INFO] [stdout] test src/data/key/static_map/define.rs - data::key::static_map::define::define_static_map (line 33) ... ok
[INFO] [stdout] test src/data/list/array/d1/methods/bare.rs - data::list::array::d1::methods::bare::Array<T,CAP,Bare>::with_copied (line 39) ... ok
[INFO] [stdout] test src/data/codec/mod.rs - data::codec (line 19) ... ok
[INFO] [stdout] test src/data/list/array/d2/methods/general.rs - data::list::array::d2::methods::general::Array2d<T,C,R,CR,RMAJ,Bare>::with_cloned (line 28) ... ok
[INFO] [stdout] test src/data/sort/generic.rs - data::sort::generic::Sort<&'_mut[T]>::insertion (line 121) ... ok
[INFO] [stdout] test src/num/_private.rs - num::_private::upcasted_op (line 27) ... ignored
[INFO] [stdout] test src/data/sort/generic.rs - data::sort::generic::Sort<&'_mut[T]>::shaker (line 185) ... ok
[INFO] [stdout] test src/data/list/array/d2/methods/general.rs - data::list::array::d2::methods::general::Array2d<T,C,R,CR,RMAJ,Bare>::with_copied (line 47) ... ok
[INFO] [stdout] test src/data/sort/generic.rs - data::sort::generic::Sort<&'amut[T]>::quick_3way (line 244) ... ok
[INFO] [stdout] test src/data/sort/generic.rs - data::sort::generic::Sort<&'amut[T]>::quick_lomuto (line 218) ... ok
[INFO] [stdout] test src/num/logic/bool.rs - num::logic::bool::const_bool (line 40) ... ok
[INFO] [stdout] test src/data/sort/generic.rs - data::sort::generic::Sort<&'amut[T]>::quick_hoare (line 274) ... ok
[INFO] [stdout] test src/data/uid/seq.rs - data::uid::seq::id_seq (line 11) ... ok
[INFO] [stdout] test src/data/sort/generic.rs - data::sort::generic::Sort<&'_mut[T]>::counting_buf (line 82) ... ok
[INFO] [stdout] test src/data/sort/generic.rs - data::sort::generic::Sort<&'_mut[T]>::bubble (line 14) ... ok
[INFO] [stdout] test src/data/list/array/from.rs - data::list::array::from::ArrayFrom (line 15) ... ok
[INFO] [stdout] test src/num/niche/mem/non_value.rs - num::niche::mem::non_value::__impls_NonValueI64::NonValueI64<V>::new_lossy (line 211) ... ok
[INFO] [stdout] test src/num/niche/mem/non_value.rs - num::niche::mem::non_value::__impls_NonValueU16::NonValueU16<V>::new_lossy (line 211) ... ok
[INFO] [stdout] test src/num/niche/mem/non_value.rs - num::niche::mem::non_value::__impls_NonValueU128::NonValueU128<V>::new_lossy (line 211) ... ok
[INFO] [stdout] test src/num/niche/mem/non_value.rs - num::niche::mem::non_value::__impls_NonValueU8::NonValueU8<V>::new_lossy (line 211) ... ok
[INFO] [stdout] test src/num/niche/mem/non_value.rs - num::niche::mem::non_value::__impls_NonValueI32::NonValueI32<V>::new_lossy (line 211) ... ok
[INFO] [stdout] test src/num/niche/mem/non_value.rs - num::niche::mem::non_value::__impls_NonValueI8::NonValueI8<V>::new_lossy (line 211) ... ok
[INFO] [stdout] test src/data/list/array/d1/methods/general.rs - data::list::array::d1::methods::general::Array<T,CAP,S>::find_index (line 125) ... ok
[INFO] [stdout] test src/num/ord/compare.rs - num::ord::compare::Compare<T>::pclamp (line 76) ... ok
[INFO] [stdout] test src/num/niche/mem/non_value.rs - num::niche::mem::non_value::__impls_NonValueU64::NonValueU64<V>::new_lossy (line 211) ... ok
[INFO] [stdout] test src/num/niche/mem/non_value.rs - num::niche::mem::non_value::__impls_NonValueI16::NonValueI16<V>::new_lossy (line 211) ... ok
[INFO] [stdout] test src/sys/mem/borrow/backing.rs - sys::mem::borrow::backing::Backing (line 19) ... ignored
[INFO] [stdout] test src/sys/mem/borrow/ownership.rs - sys::mem::borrow::ownership::Ownership (line 23) ... ignored
[INFO] [stdout] test src/num/niche/macros.rs - num::niche::macros::nz (line 30) ... ok
[INFO] [stdout] test src/num/niche/macros.rs - num::niche::macros::ne (line 9) ... ok
[INFO] [stdout] test src/num/niche/mem/non_value.rs - num::niche::mem::non_value::__impls_NonValueIsize::NonValueIsize<V>::new_lossy (line 211) ... ok
[INFO] [stdout] test src/num/niche/mem/non_value.rs - num::niche::mem::non_value::impl_non_value (line 40) ... ok
[INFO] [stdout] test src/num/niche/mem/non_value.rs - num::niche::mem::non_value::__impls_NonValueUsize::NonValueUsize<V>::new_lossy (line 211) ... ok
[INFO] [stdout] test src/data/list/array/d1/methods/general.rs - data::list::array::d1::methods::general::Array<T,CAP,S>::contains (line 73) ... ok
[INFO] [stdout] test src/sys/mem/cell/option.rs - sys::mem::cell::option::ExtCellOption::modify (line 23) ... ok
[INFO] [stdout] test src/sys/mem/cache_align.rs - sys::mem::cache_align::CacheAlign<T>::into_inner (line 163) ... ok
[INFO] [stdout] test src/data/sort/generic.rs - data::sort::generic::Sort<&'_mut[T]>::selection (line 163) ... ok
[INFO] [stdout] test src/sys/mem/slice/ext.rs - sys::mem::slice::ext::ExtSlice::slice_into_array (line 77) ... ok
[INFO] [stdout] test src/sys/mem/slice/namespace.rs - sys::mem::slice::namespace::Slice<T>::lsplit_mut (line 464) ... ok
[INFO] [stdout] test src/sys/mem/ptr/namespace.rs - sys::mem::ptr::namespace::Ptr::in_stack (line 96) ... ok
[INFO] [stdout] test src/sys/mem/cache_align.rs - sys::mem::cache_align::CacheAlign<T>::new (line 155) ... ok
[INFO] [stdout] test src/sys/mem/slice/namespace.rs - sys::mem::slice::namespace::Slice<T>::msplit_left (line 529) ... ok
[INFO] [stdout] test src/sys/mem/slice/namespace.rs - sys::mem::slice::namespace::Slice<T>::msplit_left_mut (line 561) ... ok
[INFO] [stdout] test src/sys/mem/ptr/namespace.rs - sys::mem::ptr::namespace::Ptr::size_ratio (line 167) ... ok
[INFO] [stdout] test src/sys/mem/namespace.rs - sys::mem::namespace::Mem::copy (line 93) ... ok
[INFO] [stdout] test src/sys/mem/cell/option.rs - sys::mem::cell::option::ExtCellOption::modify_mut (line 55) ... ok
[INFO] [stdout] test src/sys/mem/cell/option.rs - sys::mem::cell::option::ExtCellOption::modify_ret (line 37) ... ok
[INFO] [stdout] test src/num/ord/compare.rs - num::ord::compare::Compare<T>::pmax (line 104) ... ok
[INFO] [stdout] test src/sys/mem/slice/namespace.rs - sys::mem::slice::namespace::Slice<T>::rsplit_mut (line 504) ... ok
[INFO] [stdout] test src/sys/mem/slice/namespace.rs - sys::mem::slice::namespace::Slice<T>::msplit_right (line 594) ... ok
[INFO] [stdout] test src/sys/mem/slice/namespace.rs - sys::mem::slice::namespace::Slice<T>::lsplit (line 446) ... ok
[INFO] [stdout] test src/sys/mem/storage/bare.rs - sys::mem::storage::bare::BareBox<T>::as_mut (line 74) ... ok
[INFO] [stdout] test src/sys/mem/storage/bare.rs - sys::mem::storage::bare::BareBox<Result<T,E>>::unwrap_copy_or (line 170) ... ok
[INFO] [stdout] test src/sys/mem/storage/bare.rs - sys::mem::storage::bare::BareBox<T>::into_inner (line 50) ... ok
[INFO] [stdout] test src/sys/mem/size/byte.rs - sys::mem::size::byte::ByteSized::ptr_size_ratio (line 40) ... ok
[INFO] [stdout] test src/sys/mem/slice/namespace.rs - sys::mem::slice::namespace::Slice<T>::rsplit (line 485) ... ok
[INFO] [stdout] test src/num/niche/mem/non_value.rs - num::niche::mem::non_value::__impls_NonValueU32::NonValueU32<V>::new_lossy (line 211) ... ok
[INFO] [stdout] test src/sys/mem/storage/bare.rs - sys::mem::storage::bare::BareBox<T>::replace (line 90) ... ok
[INFO] [stdout] test src/sys/mem/storage/bare.rs - sys::mem::storage::bare::BareBox<T>::as_ref (line 62) ... ok
[INFO] [stdout] test src/sys/mem/storage/bare.rs - sys::mem::storage::bare::BareBox<T>::into_inner_copy (line 121) ... ok
[INFO] [stdout] test src/sys/mem/slice/namespace.rs - sys::mem::slice::namespace::Slice<T>::msplit_right_mut (line 625) ... ok
[INFO] [stdout] test src/sys/mem/storage/bare.rs - sys::mem::storage::bare::BareBox (line 25) ... ok
[INFO] [stdout] test src/sys/mem/storage/bare.rs - sys::mem::storage::bare::BareBox<T>::map (line 135) ... ok
[INFO] [stdout] test src/sys/mem/storage/bare.rs - sys::mem::storage::bare::BareBox<Option<T>>::unwrap_copy_or (line 151) ... ok
[INFO] [stdout] test src/sys/mem/storage/mod.rs - sys::mem::storage::Storage (line 30) ... ok
[INFO] [stdout] test src/text/ascii/wrapper.rs - text::ascii::wrapper::Ascii<u128>::calc_digit (line 553) ... ok
[INFO] [stdout] test src/sys/mem/storage/bare.rs - sys::mem::storage::bare::BareBox<T>::is_default (line 105) ... ok
[INFO] [stdout] test src/text/ascii/wrapper.rs - text::ascii::wrapper::Ascii<u128>::count_digits (line 567) ... ok
[INFO] [stdout] test src/text/ascii/wrapper.rs - text::ascii::wrapper::Ascii<u16>::calc_digit (line 244) ... ok
[INFO] [stdout] test src/text/ascii/wrapper.rs - text::ascii::wrapper::Ascii<u8>::count_digits (line 151) ... ok
[INFO] [stdout] test src/text/fmt/namespace.rs - text::fmt::namespace::Fmt::format_buf (line 41) ... ok
[INFO] [stdout] test src/text/ascii/wrapper.rs - text::ascii::wrapper::Ascii<u32>::count_digits (line 367) ... ok
[INFO] [stdout] test src/text/str/namespace.rs - text::str::namespace::Str::repeat_into (line 141) ... ok
[INFO] [stdout] test src/text/ascii/wrapper.rs - text::ascii::wrapper::Ascii<usize>::calc_digit (line 32) ... ok
[INFO] [stdout] test src/text/ascii/wrapper.rs - text::ascii::wrapper::Ascii<u64>::calc_digit (line 448) ... ok
[INFO] [stdout] test src/text/ascii/wrapper.rs - text::ascii::wrapper::Ascii<u16>::count_digits (line 258) ... ok
[INFO] [stdout] test src/text/ascii/wrapper.rs - text::ascii::wrapper::Ascii<usize>::count_digits (line 46) ... ok
[INFO] [stdout] test src/text/char/namespace.rs - text::char::namespace::Char::utf8_bytes_to_code (line 337) ... ok
[INFO] [stdout] test src/text/ascii/wrapper.rs - text::ascii::wrapper::Ascii<u32>::calc_digit (line 353) ... ok
[INFO] [stdout] test src/text/ascii/wrapper.rs - text::ascii::wrapper::Ascii<u64>::count_digits (line 462) ... ok
[INFO] [stdout] test src/num/quant/interval.rs - num::quant::interval::Interval<T>::contains (line 346) ... ok
[INFO] [stdout] test src/num/ord/compare.rs - num::ord::compare::Compare<T>::pmin (line 126) ... ok
[INFO] [stdout] test src/num/niche/mem/non_value.rs - num::niche::mem::non_value::__impls_NonValueI128::NonValueI128<V>::new_lossy (line 211) ... ok
[INFO] [stdout] test src/text/ascii/wrapper.rs - text::ascii::wrapper::Ascii<u8>::calc_digit (line 137) ... ok
[INFO] [stdout] test src/num/quant/interval.rs - num::quant::interval::Interval<T>::to_tuple (line 237) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 166 passed; 0 failed; 21 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/code/util/include.rs - code::util::include::_include_from (line 25) ... ignored
[INFO] [stdout] test src/code/marker/type_resource.rs - code::marker::type_resource::TypeResource (line 87) - compile fail ... ok
[INFO] [stdout] test src/code/result/chain_hook.rs - code::result::chain_hook::Chain (line 24) - compile fail ... ok
[INFO] [stdout] test src/code/util/maybe.rs - code::util::maybe::maybe (line 24) - compile fail ... ok
[INFO] [stdout] test src/num/logic/bool.rs - num::logic::bool::const_bool (line 44) - compile fail ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 2.45s; merged doctests compilation took 2.05s
[INFO] running `Command { std: "docker" "inspect" "6af5e9f576e7f54ea8dfcbc498cb6e2b8b3928155625fc246acf959c68b819e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6af5e9f576e7f54ea8dfcbc498cb6e2b8b3928155625fc246acf959c68b819e5", kill_on_drop: false }`
[INFO] [stdout] 6af5e9f576e7f54ea8dfcbc498cb6e2b8b3928155625fc246acf959c68b819e5
