[INFO] crate tokio-async-std 1.5.3 is already in cache [INFO] testing tokio-async-std-1.5.3 against 1.45.2 for beta-1.46-1 [INFO] extracting crate tokio-async-std 1.5.3 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate tokio-async-std 1.5.3 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 tokio-async-std 1.5.3 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate tokio-async-std 1.5.3 [INFO] tweaked toml for crates.io crate tokio-async-std 1.5.3 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate tokio-async-std 1.5.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 3dd3b04949c8a971d02cd4579134f2ae93c562b0780254f4c68c8d0b377313d7 [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" "3dd3b04949c8a971d02cd4579134f2ae93c562b0780254f4c68c8d0b377313d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3dd3b04949c8a971d02cd4579134f2ae93c562b0780254f4c68c8d0b377313d7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3dd3b04949c8a971d02cd4579134f2ae93c562b0780254f4c68c8d0b377313d7", kill_on_drop: false }` [INFO] [stdout] 3dd3b04949c8a971d02cd4579134f2ae93c562b0780254f4c68c8d0b377313d7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] 5c1d42e3f76666643de7178f9b0e8d512c719643be00f532675f6b109764d944 [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" "5c1d42e3f76666643de7178f9b0e8d512c719643be00f532675f6b109764d944", kill_on_drop: false }` [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling tokio v0.2.18 [INFO] [stderr] Compiling tokio-async-std v1.5.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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: function is never used: `random` [INFO] [stdout] --> src/utils.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn random(n: u32) -> u32 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 27 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.55s [INFO] running `Command { std: "docker" "inspect" "5c1d42e3f76666643de7178f9b0e8d512c719643be00f532675f6b109764d944", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c1d42e3f76666643de7178f9b0e8d512c719643be00f532675f6b109764d944", kill_on_drop: false }` [INFO] [stdout] 5c1d42e3f76666643de7178f9b0e8d512c719643be00f532675f6b109764d944 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c437a4f2de2374950441b5e05b4aa0391684d6ab595843184dcb60f473ad05a5 [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" "c437a4f2de2374950441b5e05b4aa0391684d6ab595843184dcb60f473ad05a5", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.3.0 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-io-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling curl v0.4.28 [INFO] [stderr] Compiling isahc v0.7.6 [INFO] [stderr] Compiling openssl-sys v0.9.55 [INFO] [stderr] Compiling libnghttp2-sys v0.1.3 [INFO] [stderr] Compiling curl-sys v0.4.30+curl-7.69.1 [INFO] [stderr] Compiling backtrace-sys v0.1.35 [INFO] [stderr] Compiling futures-channel v0.3.4 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling clicolors-control v1.0.1 [INFO] [stderr] Compiling termios v0.3.2 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling unicode-normalization v0.1.12 [INFO] [stderr] Compiling parking_lot_core v0.7.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling http v0.1.21 [INFO] [stderr] Compiling sluice v0.4.2 [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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: function is never used: `random` [INFO] [stdout] --> src/utils.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn random(n: u32) -> u32 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 27 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling console v0.7.7 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling backtrace v0.3.46 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling async-log-attributes v1.0.1 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-executor v0.3.4 [INFO] [stderr] Compiling futures v0.3.4 [INFO] [stderr] Compiling async-log v1.1.0 [INFO] [stderr] Compiling femme v1.3.0 [INFO] [stderr] Compiling surf v1.0.3 [INFO] [stderr] Compiling tokio-async-std v1.5.3 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `tokio-async-std`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name a_chat --edition=2018 examples/a-chat/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-timer"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="mio-uds"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="tokio"' -C metadata=c5be9094949f3285 -C extra-filename=-c5be9094949f3285 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern crossbeam_utils=/opt/rustwide/target/debug/deps/libcrossbeam_utils-b4377c595fc970d2.rlib --extern femme=/opt/rustwide/target/debug/deps/libfemme-c95e1a88715bbcc2.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-7cb3109597e662c2.rlib --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-423f8131880f5fea.rlib --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-1d52d6f60ff30e9f.rlib --extern futures_timer=/opt/rustwide/target/debug/deps/libfutures_timer-2f8e0331133d098f.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-40083b8c5210c9ea.rlib --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-994f1cb85517744c.rlib --extern mio=/opt/rustwide/target/debug/deps/libmio-6c1284928f5c76f7.rlib --extern mio_uds=/opt/rustwide/target/debug/deps/libmio_uds-be078f02e7ccb378.rlib --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-96597e6c56e182cc.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-534e340b87fcf030.rlib --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-ceeb042be6e3a390.rlib --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-f362e74c6bf6c01e.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-d3c4da55bb0eed08.rlib --extern slab=/opt/rustwide/target/debug/deps/libslab-f053b532a5ee7f39.rlib --extern surf=/opt/rustwide/target/debug/deps/libsurf-9ac503b2ad3e7fa2.rlib --extern tempdir=/opt/rustwide/target/debug/deps/libtempdir-ccccb53542aa6fd2.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-e6cebedce16a3408.rlib --extern async_std=/opt/rustwide/target/debug/deps/libasync_std-24d6d266911cdf0b.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-dced74f3458f3034/out -L native=/opt/rustwide/target/debug/build/curl-sys-17e0aa2ea7d09ce7/out/build -L native=/opt/rustwide/target/debug/build/libnghttp2-sys-ea2ff485d00a71a7/out/i/lib -L native=/usr/lib/x86_64-linux-gnu` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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/utils.rs:222:42 [INFO] [stdout] | [INFO] [stdout] 222 | $($head)* extension_trait!(@ext (#[doc = $d]) $($tail)*); [INFO] [stdout] | ^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] ::: src/future/future/mod.rs:23:1 [INFO] [stdout] | [INFO] [stdout] 23 | / extension_trait! { [INFO] [stdout] 24 | | use std::pin::Pin; [INFO] [stdout] 25 | | use std::ops::{Deref, DerefMut}; [INFO] [stdout] 26 | | [INFO] [stdout] ... | [INFO] [stdout] 431 | | } [INFO] [stdout] 432 | | } [INFO] [stdout] | |_- in this macro invocation [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] = 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: function is never used: `random` [INFO] [stdout] --> src/utils.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | pub fn random(n: u32) -> u32 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 27 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c437a4f2de2374950441b5e05b4aa0391684d6ab595843184dcb60f473ad05a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c437a4f2de2374950441b5e05b4aa0391684d6ab595843184dcb60f473ad05a5", kill_on_drop: false }` [INFO] [stdout] c437a4f2de2374950441b5e05b4aa0391684d6ab595843184dcb60f473ad05a5