Build #267620 2020-07-04 12:24:19
# rustc version
rustc 1.46.0-nightly (f844ea1e5 2020-07-03)# docs.rs version
docsrs 0.6.0 (69215ad 2020-07-03)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/glib-0.10.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/glib-0.10.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" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20200703-1.46.0-nightly-f844ea1e5 --static-root-path / --cap-lints warn --extern-html-root-url glib_sys=https://docs.rs/glib-sys/0.10.0 --extern-html-root-url tempfile=https://docs.rs/tempfile/3.1.0 --extern-html-root-url glib_macros=https://docs.rs/glib-macros/0.10.0 --extern-html-root-url futures_channel=https://docs.rs/futures-channel/0.3.5 --extern-html-root-url gobject_sys=https://docs.rs/gobject-sys/0.10.0 --extern-html-root-url libc=https://docs.rs/libc/0.2.71 --extern-html-root-url once_cell=https://docs.rs/once_cell/1.4.0 --extern-html-root-url futures_task=https://docs.rs/futures-task/0.3.5 --extern-html-root-url futures_util=https://docs.rs/futures-util/0.3.5 --extern-html-root-url bitflags=https://docs.rs/bitflags/1.2.1 --extern-html-root-url futures_executor=https://docs.rs/futures-executor/0.3.5 --extern-html-root-url futures_core=https://docs.rs/futures-core/0.3.5" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps" "-j2" "--features" "dox", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 1831fa4a72d51c7b4d977a13751eafa91654d0ca05f3575aca005f42888f2cc0
[INFO] running `Command { std: "docker" "start" "-a" "1831fa4a72d51c7b4d977a13751eafa91654d0ca05f3575aca005f42888f2cc0", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.18
[INFO] [stderr] Compiling unicode-xid v0.2.1
[INFO] [stderr] Compiling syn v1.0.33
[INFO] [stderr] Compiling serde v1.0.114
[INFO] [stderr] Compiling unicode-segmentation v1.6.0
[INFO] [stderr] Compiling pkg-config v0.3.17
[INFO] [stderr] Compiling version-compare v0.0.10
[INFO] [stderr] Compiling strum v0.18.0
[INFO] [stderr] Compiling version_check v0.9.2
[INFO] [stderr] Compiling pin-project-internal v0.4.22
[INFO] [stderr] Compiling proc-macro-nested v0.1.6
[INFO] [stderr] Compiling libc v0.2.71
[INFO] [stderr] Compiling anyhow v1.0.31
[INFO] [stderr] Checking once_cell v1.4.0
[INFO] [stderr] Compiling proc-macro-hack v0.5.16
[INFO] [stderr] Checking futures-core v0.3.5
[INFO] [stderr] Compiling either v1.5.3
[INFO] [stderr] Compiling bitflags v1.2.1
[INFO] [stderr] Checking pin-utils v0.1.0
[INFO] [stderr] Checking slab v0.4.2
[INFO] [stderr] Compiling heck v0.3.1
[INFO] [stderr] Compiling proc-macro-error-attr v1.0.3
[INFO] [stderr] Compiling proc-macro-error v1.0.3
[INFO] [stderr] Checking futures-task v0.3.5
[INFO] [stderr] Checking futures-channel v0.3.5
[INFO] [stderr] Compiling itertools v0.9.0
[INFO] [stderr] Compiling quote v1.0.7
[INFO] [stderr] Compiling toml v0.5.6
[INFO] [stderr] Compiling proc-macro-crate v0.1.4
[INFO] [stderr] Compiling syn-mid v0.5.0
[INFO] [stderr] Compiling thiserror-impl v1.0.20
[INFO] [stderr] Compiling strum_macros v0.18.0
[INFO] [stderr] Compiling futures-macro v0.3.5
[INFO] [stderr] Compiling thiserror v1.0.20
[INFO] [stderr] Compiling system-deps v1.3.1
[INFO] [stderr] Compiling glib-macros v0.10.0
[INFO] [stderr] Checking pin-project v0.4.22
[INFO] [stderr] Compiling glib-sys v0.10.0
[INFO] [stderr] Compiling gobject-sys v0.10.0
[INFO] [stderr] Checking futures-util v0.3.5
[INFO] [stderr] Checking futures-executor v0.3.5
[INFO] [stderr] Documenting glib v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: `crate::clone` is both a module and a macro
[INFO] [stderr] --> src/lib.rs:212:51
[INFO] [stderr] |
[INFO] [stderr] 212 | /// This is the log domain used by the [`clone!`][crate::clone] macro. If you want to use a custom
[INFO] [stderr] | ^^^^^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(intra_doc_link_resolution_failure)]` on by default
[INFO] [stderr] help: to link to the module, prefix with the item type
[INFO] [stderr] |
[INFO] [stderr] 212 | /// This is the log domain used by the [`clone!`][module@crate::clone] macro. If you want to use a custom
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr] |
[INFO] [stderr] 212 | /// This is the log domain used by the [`clone!`][crate::clone!] macro. If you want to use a custom
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: `crate::clone` is both a module and a macro
[INFO] [stderr] --> src/lib.rs:212:51
[INFO] [stderr] |
[INFO] [stderr] 212 | /// This is the log domain used by the [`clone!`][crate::clone] macro. If you want to use a custom
[INFO] [stderr] | ^^^^^^^^^^^^ ambiguous link
[INFO] [stderr] |
[INFO] [stderr] help: to link to the module, prefix with the item type
[INFO] [stderr] |
[INFO] [stderr] 212 | /// This is the log domain used by the [`clone!`][module@crate::clone] macro. If you want to use a custom
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] help: to link to the macro, add an exclamation mark
[INFO] [stderr] |
[INFO] [stderr] 212 | /// This is the log domain used by the [`clone!`][crate::clone!] macro. If you want to use a custom
[INFO] [stderr] | ^^^^^^^^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: 2 warnings emitted
[INFO] [stderr]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 48.04s
[INFO] running `Command { std: "docker" "inspect" "1831fa4a72d51c7b4d977a13751eafa91654d0ca05f3575aca005f42888f2cc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1831fa4a72d51c7b4d977a13751eafa91654d0ca05f3575aca005f42888f2cc0", kill_on_drop: false }`
[INFO] [stdout] 1831fa4a72d51c7b4d977a13751eafa91654d0ca05f3575aca005f42888f2cc0