[INFO] crate mimir 0.3.5 is already in cache [INFO] testing mimir-0.3.5 against 1.45.2 for beta-1.46-1 [INFO] extracting crate mimir 0.3.5 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate mimir 0.3.5 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate mimir 0.3.5 [INFO] finished tweaking crates.io crate mimir 0.3.5 [INFO] tweaked toml for crates.io crate mimir 0.3.5 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7f835134d70179d21616ca02b873ce866ba6864e67de8b4e795f0af46836c103 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7f835134d70179d21616ca02b873ce866ba6864e67de8b4e795f0af46836c103", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7f835134d70179d21616ca02b873ce866ba6864e67de8b4e795f0af46836c103", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f835134d70179d21616ca02b873ce866ba6864e67de8b4e795f0af46836c103", kill_on_drop: false }` [INFO] [stdout] 7f835134d70179d21616ca02b873ce866ba6864e67de8b4e795f0af46836c103 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e1af5d1a1c3305e2591525a432a81c9b59265f3819c1ed409c3be9cc9a0d37bb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e1af5d1a1c3305e2591525a432a81c9b59265f3819c1ed409c3be9cc9a0d37bb", kill_on_drop: false }` [INFO] [stderr] Compiling hex-slice v0.1.4 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling mimir v0.3.5 (/opt/rustwide/workdir) [INFO] [stderr] Compiling slog-try v0.2.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling chrono v0.4.13 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stdout] warning: use of deprecated item 'gcc::Build': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | let mut build = gcc::Build::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | let mut build = gcc::Build::new(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getset v0.1.1 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | #![feature(ptr_internals, try_from, untagged_unions)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / bitflags! { [INFO] [stdout] 11 | | #[repr(C)] [INFO] [stdout] 12 | | /// This enumeration identifies the mode to use when authorizing connections to the database. [INFO] [stdout] 13 | | pub struct ODPIAuthMode: u32 { [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / bitflags! { [INFO] [stdout] 11 | | #[repr(C)] [INFO] [stdout] 12 | | /// This enumeration identifies the mode to use when authorizing connections to the database. [INFO] [stdout] 13 | | pub struct ODPIAuthMode: u32 { [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / bitflags! { [INFO] [stdout] 11 | | #[repr(C)] [INFO] [stdout] 12 | | /// This enumeration identifies the mode to use when authorizing connections to the database. [INFO] [stdout] 13 | | pub struct ODPIAuthMode: u32 { [INFO] [stdout] ... | [INFO] [stdout] 33 | | } [INFO] [stdout] 34 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / bitflags! { [INFO] [stdout] 37 | | #[repr(C)] [INFO] [stdout] 38 | | /// This enumeration identifies the mode to use when closing connections to the database. [INFO] [stdout] 39 | | pub struct ODPIConnCloseMode: u32 { [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] 49 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / bitflags! { [INFO] [stdout] 37 | | #[repr(C)] [INFO] [stdout] 38 | | /// This enumeration identifies the mode to use when closing connections to the database. [INFO] [stdout] 39 | | pub struct ODPIConnCloseMode: u32 { [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] 49 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | / bitflags! { [INFO] [stdout] 37 | | #[repr(C)] [INFO] [stdout] 38 | | /// This enumeration identifies the mode to use when closing connections to the database. [INFO] [stdout] 39 | | pub struct ODPIConnCloseMode: u32 { [INFO] [stdout] ... | [INFO] [stdout] 48 | | } [INFO] [stdout] 49 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / bitflags! { [INFO] [stdout] 52 | | #[repr(C)] [INFO] [stdout] 53 | | /// This enumeration identifies the mode to use when creating connections to the database. Note [INFO] [stdout] 54 | | /// that the OCI objects mode is always enabled. [INFO] [stdout] ... | [INFO] [stdout] 65 | | } [INFO] [stdout] 66 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / bitflags! { [INFO] [stdout] 52 | | #[repr(C)] [INFO] [stdout] 53 | | /// This enumeration identifies the mode to use when creating connections to the database. Note [INFO] [stdout] 54 | | /// that the OCI objects mode is always enabled. [INFO] [stdout] ... | [INFO] [stdout] 65 | | } [INFO] [stdout] 66 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:51:1 [INFO] [stdout] | [INFO] [stdout] 51 | / bitflags! { [INFO] [stdout] 52 | | #[repr(C)] [INFO] [stdout] 53 | | /// This enumeration identifies the mode to use when creating connections to the database. Note [INFO] [stdout] 54 | | /// that the OCI objects mode is always enabled. [INFO] [stdout] ... | [INFO] [stdout] 65 | | } [INFO] [stdout] 66 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | / bitflags! { [INFO] [stdout] 69 | | #[repr(C)] [INFO] [stdout] 70 | | /// This enumeration identifies the mode to use when creating connections to the database. Note [INFO] [stdout] 71 | | /// that the OCI objects mode is always enabled. [INFO] [stdout] ... | [INFO] [stdout] 88 | | } [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | / bitflags! { [INFO] [stdout] 69 | | #[repr(C)] [INFO] [stdout] 70 | | /// This enumeration identifies the mode to use when creating connections to the database. Note [INFO] [stdout] 71 | | /// that the OCI objects mode is always enabled. [INFO] [stdout] ... | [INFO] [stdout] 88 | | } [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | / bitflags! { [INFO] [stdout] 69 | | #[repr(C)] [INFO] [stdout] 70 | | /// This enumeration identifies the mode to use when creating connections to the database. Note [INFO] [stdout] 71 | | /// that the OCI objects mode is always enabled. [INFO] [stdout] ... | [INFO] [stdout] 88 | | } [INFO] [stdout] 89 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | / bitflags! { [INFO] [stdout] 92 | | #[repr(C)] [INFO] [stdout] 93 | | /// This enumeration identifies the types of operations that can take place during object change [INFO] [stdout] 94 | | /// and query change notification. It is used both as a filter when determining which operations [INFO] [stdout] ... | [INFO] [stdout] 116 | | } [INFO] [stdout] 117 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | / bitflags! { [INFO] [stdout] 92 | | #[repr(C)] [INFO] [stdout] 93 | | /// This enumeration identifies the types of operations that can take place during object change [INFO] [stdout] 94 | | /// and query change notification. It is used both as a filter when determining which operations [INFO] [stdout] ... | [INFO] [stdout] 116 | | } [INFO] [stdout] 117 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:91:1 [INFO] [stdout] | [INFO] [stdout] 91 | / bitflags! { [INFO] [stdout] 92 | | #[repr(C)] [INFO] [stdout] 93 | | /// This enumeration identifies the types of operations that can take place during object change [INFO] [stdout] 94 | | /// and query change notification. It is used both as a filter when determining which operations [INFO] [stdout] ... | [INFO] [stdout] 116 | | } [INFO] [stdout] 117 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / bitflags! { [INFO] [stdout] 120 | | #[repr(C)] [INFO] [stdout] 121 | | /// This enumeration identifies the mode to use when closing pools. [INFO] [stdout] 122 | | pub struct ODPIPoolCloseMode: u32 { [INFO] [stdout] ... | [INFO] [stdout] 129 | | } [INFO] [stdout] 130 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / bitflags! { [INFO] [stdout] 120 | | #[repr(C)] [INFO] [stdout] 121 | | /// This enumeration identifies the mode to use when closing pools. [INFO] [stdout] 122 | | pub struct ODPIPoolCloseMode: u32 { [INFO] [stdout] ... | [INFO] [stdout] 129 | | } [INFO] [stdout] 130 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:119:1 [INFO] [stdout] | [INFO] [stdout] 119 | / bitflags! { [INFO] [stdout] 120 | | #[repr(C)] [INFO] [stdout] 121 | | /// This enumeration identifies the mode to use when closing pools. [INFO] [stdout] 122 | | pub struct ODPIPoolCloseMode: u32 { [INFO] [stdout] ... | [INFO] [stdout] 129 | | } [INFO] [stdout] 130 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | / bitflags! { [INFO] [stdout] 133 | | #[repr(C)] [INFO] [stdout] 134 | | /// This enumeration identifies the quality of service flags for sending notifications to [INFO] [stdout] 135 | | /// subscriptions. [INFO] [stdout] ... | [INFO] [stdout] 154 | | } [INFO] [stdout] 155 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | / bitflags! { [INFO] [stdout] 133 | | #[repr(C)] [INFO] [stdout] 134 | | /// This enumeration identifies the quality of service flags for sending notifications to [INFO] [stdout] 135 | | /// subscriptions. [INFO] [stdout] ... | [INFO] [stdout] 154 | | } [INFO] [stdout] 155 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/odpi/flags.rs:132:1 [INFO] [stdout] | [INFO] [stdout] 132 | / bitflags! { [INFO] [stdout] 133 | | #[repr(C)] [INFO] [stdout] 134 | | /// This enumeration identifies the quality of service flags for sending notifications to [INFO] [stdout] 135 | | /// subscriptions. [INFO] [stdout] ... | [INFO] [stdout] 154 | | } [INFO] [stdout] 155 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/connection/mod.rs:582:9 [INFO] [stdout] | [INFO] [stdout] 582 | /// TODO: Fix object_type when Object is implemented fully. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/statement/mod.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | /// TODO: Test this when Var is complete. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mimir`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "e1af5d1a1c3305e2591525a432a81c9b59265f3819c1ed409c3be9cc9a0d37bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1af5d1a1c3305e2591525a432a81c9b59265f3819c1ed409c3be9cc9a0d37bb", kill_on_drop: false }` [INFO] [stdout] e1af5d1a1c3305e2591525a432a81c9b59265f3819c1ed409c3be9cc9a0d37bb