# rustc version rustc 1.46.0-nightly (7750c3d46 2020-06-26)
# docs.rs version docsrs 0.6.0 (116821e 2020-06-24)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/doublecount-0.8.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/doublecount-0.8.2/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 -20200626-1.46.0-nightly-7750c3d46 --static-root-path / --cap-lints warn --extern-html-root-url doc_comment=https://docs.rs/doc-comment/0.3.3 --extern-html-root-url nanoid=https://docs.rs/nanoid/0.3.0 --extern-html-root-url rust_decimal=https://docs.rs/rust_decimal/1.6.0 --extern-html-root-url serde_json=https://docs.rs/serde_json/1.0.55 --extern-html-root-url arrayvec=https://docs.rs/arrayvec/0.5.1 --extern-html-root-url commodity=https://docs.rs/commodity/0.4.0 --extern-html-root-url chrono=https://docs.rs/chrono/0.4.11 --extern-html-root-url thiserror=https://docs.rs/thiserror/1.0.20 --extern-html-root-url insta=https://docs.rs/insta/0.16.0" "-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" "serde-support", kill_on_drop: false }` [INFO] [stdout] 4f47e99ae14e81d7976a0a4bcc9bc56e1c3ef5a973a511013e8887599f33de21 [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" "4f47e99ae14e81d7976a0a4bcc9bc56e1c3ef5a973a511013e8887599f33de21", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking nanoid v0.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Checking thiserror v1.0.20 [INFO] [stderr] Checking rust_decimal v1.6.0 [INFO] [stderr] Checking chrono v0.4.11 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking commodity v0.4.0 [INFO] [stderr] Documenting doublecount v0.8.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: `nanoid` is both a crate and a macro [INFO] [stderr] --> src/account.rs:33:84 [INFO] [stderr] | [INFO] [stderr] 33 | /// A unique identifier for this `Account`, currently generated using [nanoid](nanoid). [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 crate, prefix with the item type [INFO] [stderr] | [INFO] [stderr] 33 | /// A unique identifier for this `Account`, currently generated using [nanoid](module@nanoid). [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] help: to link to the macro, add an exclamation mark [INFO] [stderr] | [INFO] [stderr] 33 | /// A unique identifier for this `Account`, currently generated using [nanoid](nanoid!). [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `[Action]` cannot be resolved, ignoring it. [INFO] [stderr] --> src/program.rs:15:30 [INFO] [stderr] | [INFO] [stderr] 15 | /// A collection of [Action](Action)s to be executed in order to [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: `nanoid` is both a crate and a macro [INFO] [stderr] --> src/account.rs:33:84 [INFO] [stderr] | [INFO] [stderr] 33 | /// A unique identifier for this `Account`, currently generated using [nanoid](nanoid). [INFO] [stderr] | ^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the crate, prefix with the item type [INFO] [stderr] | [INFO] [stderr] 33 | /// A unique identifier for this `Account`, currently generated using [nanoid](module@nanoid). [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] help: to link to the macro, add an exclamation mark [INFO] [stderr] | [INFO] [stderr] 33 | /// A unique identifier for this `Account`, currently generated using [nanoid](nanoid!). [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `nanoid` is both a crate and a macro [INFO] [stderr] --> src/account.rs:48:18 [INFO] [stderr] | [INFO] [stderr] 48 | /// [nanoid](nanoid)) and add it to this program state (and create [INFO] [stderr] | ^^^^^^ ambiguous link [INFO] [stderr] | [INFO] [stderr] help: to link to the crate, prefix with the item type [INFO] [stderr] | [INFO] [stderr] 48 | /// [nanoid](module@nanoid)) and add it to this program state (and create [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] help: to link to the macro, add an exclamation mark [INFO] [stderr] | [INFO] [stderr] 48 | /// [nanoid](nanoid!)) and add it to this program state (and create [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.51s [INFO] running `Command { std: "docker" "inspect" "4f47e99ae14e81d7976a0a4bcc9bc56e1c3ef5a973a511013e8887599f33de21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f47e99ae14e81d7976a0a4bcc9bc56e1c3ef5a973a511013e8887599f33de21", kill_on_drop: false }` [INFO] [stdout] 4f47e99ae14e81d7976a0a4bcc9bc56e1c3ef5a973a511013e8887599f33de21