# rustc version rustc 1.42.0-nightly (698fcd38f 2020-01-26)
# docs.rs version docsrs 0.6.0 (9c0d43f 2020-01-23)
# build log [INFO] running `"docker" "create" "-v" "/home/cratesfyi/workspace/builds/cpython-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/cpython-0.4.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 -20200126-1.42.0-nightly-698fcd38f --static-root-path / --extern-html-root-url python3_sys=https://docs.rs/python3-sys/0.4.0 --extern-html-root-url num_traits=https://docs.rs/num-traits/0.2.11 --extern-html-root-url libc=https://docs.rs/libc/0.2.66" "-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" "doc" "--lib" "--no-deps"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 27123391a1fb3c0371415710ee409c1fbc272bc07916a737ed05991338bdf9b5 [INFO] running `"docker" "start" "-a" "27123391a1fb3c0371415710ee409c1fbc272bc07916a737ed05991338bdf9b5"` [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.13 [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling cpython v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling regex v1.3.3 [INFO] [stderr] Compiling python3-sys v0.4.0 [INFO] [stderr] Documenting cpython v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `[n]` cannot be resolved, ignoring it. [INFO] [stderr] --> src/buffer.rs:259:23 [INFO] [stderr] | [INFO] [stderr] 259 | /// If suboffsets[n] >= 0, the values stored along the nth dimension are pointers and the suboffset value dictates how many bytes to add to each pointer after de-referencing. [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: `[key]` cannot be resolved, ignoring it. [INFO] [stderr] --> src/objectprotocol.rs:286:60 [INFO] [stderr] | [INFO] [stderr] 286 | /// This is equivalent to the Python expression: 'self[key]' [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: `[key]` cannot be resolved, ignoring it. [INFO] [stderr] --> src/objectprotocol.rs:298:59 [INFO] [stderr] | [INFO] [stderr] 298 | /// This is equivalent to the Python expression 'self[key] = value'. [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: `[key]` cannot be resolved, ignoring it. [INFO] [stderr] --> src/objectprotocol.rs:313:63 [INFO] [stderr] | [INFO] [stderr] 313 | /// This is equivalent to the Python expression 'del self[key]'. [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: `[i]` cannot be resolved, ignoring it. [INFO] [stderr] --> src/objects/sequence.rs:197:46 [INFO] [stderr] | [INFO] [stderr] 197 | /// Return the first index i for which o[i] == value. [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: `[from_owned_ptr]` cannot be resolved, ignoring it. [INFO] [stderr] --> src/objects/capsule.rs:227:6 [INFO] [stderr] | [INFO] [stderr] 227 | /// [`from_owned_ptr`]. [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: `[macro_py_capsule]` cannot be resolved, ignoring it. [INFO] [stderr] --> src/objects/capsule.rs:403:32 [INFO] [stderr] | [INFO] [stderr] 403 | /// Similarly to [py_capsule!](macro_py_capsule), the macro defines [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 15.41s [INFO] running `"docker" "inspect" "27123391a1fb3c0371415710ee409c1fbc272bc07916a737ed05991338bdf9b5"` [INFO] running `"docker" "rm" "-f" "27123391a1fb3c0371415710ee409c1fbc272bc07916a737ed05991338bdf9b5"` [INFO] [stdout] 27123391a1fb3c0371415710ee409c1fbc272bc07916a737ed05991338bdf9b5