[INFO] fetching crate mimir 0.3.5... [INFO] testing mimir-0.3.5 against 1.59.0 for beta-1.60-1 [INFO] extracting crate mimir 0.3.5 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate mimir 0.3.5 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 318bd00d632c80e0176132985b4d46a174f874098651c2a60115d876d49a85a7 [INFO] running `Command { std: "docker" "start" "-a" "318bd00d632c80e0176132985b4d46a174f874098651c2a60115d876d49a85a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "318bd00d632c80e0176132985b4d46a174f874098651c2a60115d876d49a85a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "318bd00d632c80e0176132985b4d46a174f874098651c2a60115d876d49a85a7", kill_on_drop: false }` [INFO] [stdout] 318bd00d632c80e0176132985b4d46a174f874098651c2a60115d876d49a85a7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 120ac0e6f423eeaef57f46e89bcc2df1fedde1f9c9e6e3633d9364d282ffefd3 [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" "120ac0e6f423eeaef57f46e89bcc2df1fedde1f9c9e6e3633d9364d282ffefd3", kill_on_drop: false }` [INFO] [stderr] Compiling slog v2.7.0 [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 chrono v0.4.19 [INFO] [stderr] Compiling getset v0.1.2 [INFO] [stderr] Compiling derive_builder_core v0.10.2 [INFO] [stdout] warning: use of deprecated struct `gcc::Build`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:14:26 [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 associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:14:33 [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 slog-try v0.2.0 [INFO] [stderr] Compiling derive_builder_macro v0.10.2 [INFO] [stderr] Compiling derive_builder v0.10.2 [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: 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: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `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 the macro `__impl_bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [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` due to 2 previous errors; 23 warnings emitted [INFO] running `Command { std: "docker" "inspect" "120ac0e6f423eeaef57f46e89bcc2df1fedde1f9c9e6e3633d9364d282ffefd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "120ac0e6f423eeaef57f46e89bcc2df1fedde1f9c9e6e3633d9364d282ffefd3", kill_on_drop: false }` [INFO] [stdout] 120ac0e6f423eeaef57f46e89bcc2df1fedde1f9c9e6e3633d9364d282ffefd3