# rustc version rustc 1.39.0-nightly (66bf391c3 2019-09-23)
# docs.rs version docsrs 0.6.0 (9f82bae 2019-09-30)
# build log [INFO] running `"docker" "create" "-v" "/home/cratesfyi/workspace/builds/intercom-common-0.3.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/intercom-common-0.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" "MAP_USER_ID=1001" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --resource-suffix -20190923-1.39.0-nightly-66bf391c3 --static-root-path / --disable-per-crate-search --extern-html-root-url sha1=https://docs.rs/sha1/0.3.0 --extern-html-root-url proc_macro2=https://docs.rs/proc-macro2/0.4.30 --extern-html-root-url quote=https://docs.rs/quote/0.6.13 --extern-html-root-url failure=https://docs.rs/failure/0.1.5 --extern-html-root-url difference=https://docs.rs/difference/1.0.0 --extern-html-root-url serde_derive=https://docs.rs/serde_derive/1.0.101 --extern-html-root-url serde=https://docs.rs/serde/1.0.101 --extern-html-root-url toml=https://docs.rs/toml/0.4.10 --extern-html-root-url syn=https://docs.rs/syn/0.15.44 --extern-html-root-url ordermap=https://docs.rs/ordermap/0.3.5 --extern-html-root-url handlebars=https://docs.rs/handlebars/0.29.1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2019-09-24" "doc" "--lib" "--no-deps" "--target" "x86_64-unknown-linux-gnu"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1de22a124e6bf9a70db72cd2355e27dcc536ab067603847711f184df364f88fb [INFO] running `"docker" "start" "-a" "1de22a124e6bf9a70db72cd2355e27dcc536ab067603847711f184df364f88fb"` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling cc v1.0.45 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling proc-macro2 v1.0.4 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking ucd-util v0.1.5 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Checking utf8-ranges v1.0.4 [INFO] [stderr] Checking rustc-demangle v0.1.16 [INFO] [stderr] Checking quick-error v1.2.2 [INFO] [stderr] Checking pest v0.3.3 [INFO] [stderr] Checking lazy_static v0.2.11 [INFO] [stderr] Checking ordermap v0.3.5 [INFO] [stderr] Checking sha1 v0.3.0 [INFO] [stderr] Checking regex-syntax v0.5.6 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Checking aho-corasick v0.6.10 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking log v0.3.9 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking backtrace v0.3.38 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Checking handlebars v0.29.1 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Documenting intercom-common v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `[com_library]` cannot be resolved, ignoring it... [INFO] [stderr] --> src/model/comlibrary.rs:24:19 [INFO] [stderr] | [INFO] [stderr] 24 | /// Parses a [com_library] attribute. [INFO] [stderr] | ^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(intra_doc_link_resolution_failure)]` on by default [INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `[com_class]` cannot be resolved, ignoring it... [INFO] [stderr] --> src/model/comstruct.rs:27:20 [INFO] [stderr] | [INFO] [stderr] 27 | /// Parses a #[com_class] attribute and the associated struct. [INFO] [stderr] | ^^^^^^^^^ cannot be resolved, ignoring [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `[com_interface]` cannot be resolved, ignoring it... [INFO] [stderr] --> src/model/cominterface.rs:57:20 [INFO] [stderr] | [INFO] [stderr] 57 | /// Parses a #[com_interface] attribute and the associated item. [INFO] [stderr] | ^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `[com_interface]` cannot be resolved, ignoring it... [INFO] [stderr] --> src/model/cominterface.rs:191:51 [INFO] [stderr] | [INFO] [stderr] 191 | /// The type of the associated item for the #[com_interface] attribute. [INFO] [stderr] | ^^^^^^^^^^^^^ cannot be resolved, ignoring [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `[com_impl]` cannot be resolved, ignoring it... [INFO] [stderr] --> src/model/comimpl.rs:30:45 [INFO] [stderr] | [INFO] [stderr] 30 | /// Parses the associated item of the #[com_impl] attribute. [INFO] [stderr] | ^^^^^^^^ cannot be resolved, ignoring [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 40.23s [INFO] running `"docker" "inspect" "1de22a124e6bf9a70db72cd2355e27dcc536ab067603847711f184df364f88fb"` [INFO] running `"docker" "rm" "-f" "1de22a124e6bf9a70db72cd2355e27dcc536ab067603847711f184df364f88fb"` [INFO] [stdout] 1de22a124e6bf9a70db72cd2355e27dcc536ab067603847711f184df364f88fb