Build #314226 2020-11-10 21:44:26
# rustc version
rustc 1.49.0-nightly (25f6938da 2020-11-09)# docs.rs version
docsrs 0.6.0 (b527df8 2020-11-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/zbus-1.3.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/zbus-1.3.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "--all-features" "-j2" "--" "-Z" "unstable-options" "--extern-html-root-url" "zbus_macros=https://docs.rs/zbus_macros/1.3.0" "--extern-html-root-url" "scoped_tls=https://docs.rs/scoped-tls/1.0.0" "--extern-html-root-url" "serde_repr=https://docs.rs/serde_repr/0.1.6" "--extern-html-root-url" "fastrand=https://docs.rs/fastrand/1.4.0" "--extern-html-root-url" "zbus_polkit=https://docs.rs/zbus_polkit/1.0.1" "--extern-html-root-url" "byteorder=https://docs.rs/byteorder/1.3.4" "--extern-html-root-url" "serde=https://docs.rs/serde/1.0.117" "--extern-html-root-url" "derivative=https://docs.rs/derivative/2.1.1" "--extern-html-root-url" "once_cell=https://docs.rs/once_cell/1.4.1" "--extern-html-root-url" "zvariant=https://docs.rs/zvariant/2.3.0" "--extern-html-root-url" "enumflags2=https://docs.rs/enumflags2/0.6.4" "--extern-html-root-url" "ntest=https://docs.rs/ntest/0.7.2" "--extern-html-root-url" "nix=https://docs.rs/nix/0.17.0" "--extern-html-root-url" "doc_comment=https://docs.rs/doc-comment/0.3.3" "--resource-suffix" "-20201109-1.49.0-nightly-25f6938da" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] cddb1d75af53c6cb5c91d64d1dc7d26ff0c045e9ba80781a0799c6f55834ed89
[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" "cddb1d75af53c6cb5c91d64d1dc7d26ff0c045e9ba80781a0799c6f55834ed89", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr] Compiling proc-macro2 v1.0.24
[INFO] [stderr] Compiling unicode-xid v0.2.1
[INFO] [stderr] Compiling syn v1.0.48
[INFO] [stderr] Compiling serde_derive v1.0.117
[INFO] [stderr] Compiling serde v1.0.117
[INFO] [stderr] Compiling bitflags v1.2.1
[INFO] [stderr] Compiling log v0.4.11
[INFO] [stderr] Compiling libc v0.2.80
[INFO] [stderr] Checking cfg-if v0.1.10
[INFO] [stderr] Compiling byteorder v1.3.4
[INFO] [stderr] Compiling nix v0.17.0
[INFO] [stderr] Checking void v1.0.2
[INFO] [stderr] Checking xml-rs v0.8.3
[INFO] [stderr] Checking scoped-tls v1.0.0
[INFO] [stderr] Checking fastrand v1.4.0
[INFO] [stderr] Checking once_cell v1.4.1
[INFO] [stderr] Compiling quote v1.0.7
[INFO] [stderr] Compiling thiserror-impl v1.0.22
[INFO] [stderr] Compiling enumflags2_derive v0.6.4
[INFO] [stderr] Compiling serde_repr v0.1.6
[INFO] [stderr] Compiling derivative v2.1.1
[INFO] [stderr] Checking thiserror v1.0.22
[INFO] [stderr] Compiling toml v0.5.7
[INFO] [stderr] Checking enumflags2 v0.6.4
[INFO] [stderr] Checking serde-xml-rs v0.4.0
[INFO] [stderr] Compiling proc-macro-crate v0.1.5
[INFO] [stderr] Compiling zvariant_derive v2.3.0
[INFO] [stderr] Compiling zbus_macros v1.3.0
[INFO] [stderr] Checking zvariant v2.3.0
[INFO] [stderr] Documenting zbus v1.3.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `send_message`
[INFO] [stderr] --> src/connection.rs:288:74
[INFO] [stderr] |
[INFO] [stderr] 288 | /// in non-blocking mode. If you don't want to block like this, use [`send_message`].
[INFO] [stderr] | ^^^^^^^^^^^^^^ no item named `send_message` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(broken_intra_doc_links)]` on by default
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `with`
[INFO] [stderr] --> src/object_server.rs:458:79
[INFO] [stderr] |
[INFO] [stderr] 458 | /// This method will panic if called from outside of a node context. Use [`with`] to bring a
[INFO] [stderr] | ^^^^^^ no item named `with` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `with`
[INFO] [stderr] --> src/object_server.rs:462:10
[INFO] [stderr] |
[INFO] [stderr] 462 | /// [`with`]: st truct.ObjectServer.html#method.with
[INFO] [stderr] | ^^^^^^ no item named `with` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `try_finish`
[INFO] [stderr] --> src/handshake.rs:107:33
[INFO] [stderr] |
[INFO] [stderr] 107 | /// and you can invoke the [`try_finish`] method.
[INFO] [stderr] | ^^^^^^^^^^^^ no item named `try_finish` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/fdo.rs:254:17
[INFO] [stderr] |
[INFO] [stderr] 254 | /// Errors from https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/dbus/dbus-protocol.h
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/dbus/dbus-protocol.h>`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(non_autolinks)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: 5 warnings emitted
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 48.60s
[INFO] running `Command { std: "docker" "inspect" "cddb1d75af53c6cb5c91d64d1dc7d26ff0c045e9ba80781a0799c6f55834ed89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cddb1d75af53c6cb5c91d64d1dc7d26ff0c045e9ba80781a0799c6f55834ed89", kill_on_drop: false }`
[INFO] [stdout] cddb1d75af53c6cb5c91d64d1dc7d26ff0c045e9ba80781a0799c6f55834ed89