[INFO] fetching crate cpython 0.7.0... [INFO] documenting cpython-0.7.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate cpython 0.7.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate cpython 0.7.0 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cpython 0.7.0 [INFO] finished tweaking crates.io crate cpython 0.7.0 [INFO] tweaked toml for crates.io crate cpython 0.7.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate cpython 0.7.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded python27-sys v0.7.0 [INFO] [stderr] Downloaded python3-sys v0.7.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", 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] bac34edb922c6d5b84e5ad1292c7e8ef3d30d0edebfc21e9b0bc137072093acd [INFO] running `Command { std: "docker" "start" "-a" "bac34edb922c6d5b84e5ad1292c7e8ef3d30d0edebfc21e9b0bc137072093acd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bac34edb922c6d5b84e5ad1292c7e8ef3d30d0edebfc21e9b0bc137072093acd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bac34edb922c6d5b84e5ad1292c7e8ef3d30d0edebfc21e9b0bc137072093acd", kill_on_drop: false }` [INFO] [stdout] bac34edb922c6d5b84e5ad1292c7e8ef3d30d0edebfc21e9b0bc137072093acd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", 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] 9adc7eb4df442f0a29c313e3a8f037c4be1c806049661b6de6cf29af5602986b [INFO] running `Command { std: "docker" "start" "-a" "9adc7eb4df442f0a29c313e3a8f037c4be1c806049661b6de6cf29af5602986b", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Compiling cpython v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling python3-sys v0.7.0 [INFO] [stderr] Documenting cpython v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `n` [INFO] [stdout] --> src/buffer.rs:259:23 [INFO] [stdout] | [INFO] [stdout] 259 | /// If suboffsets[n] >= 0, the values stored along the nth dimension are pointers and the suboffset value dictates how many bytes to ... [INFO] [stdout] | ^ no item named `n` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `key` [INFO] [stdout] --> src/objectprotocol.rs:289:60 [INFO] [stdout] | [INFO] [stdout] 289 | /// This is equivalent to the Python expression: 'self[key]' [INFO] [stdout] | ^^^ no item named `key` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `key` [INFO] [stdout] --> src/objectprotocol.rs:301:59 [INFO] [stdout] | [INFO] [stdout] 301 | /// This is equivalent to the Python expression 'self[key] = value'. [INFO] [stdout] | ^^^ no item named `key` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `key` [INFO] [stdout] --> src/objectprotocol.rs:316:63 [INFO] [stdout] | [INFO] [stdout] 316 | /// This is equivalent to the Python expression 'del self[key]'. [INFO] [stdout] | ^^^ no item named `key` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/objects/sequence.rs:198:46 [INFO] [stdout] | [INFO] [stdout] 198 | /// Return the first index i for which o[i] == value. [INFO] [stdout] | ^ no item named `i` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `from_owned_ptr` [INFO] [stdout] --> src/objects/capsule.rs:221:7 [INFO] [stdout] | [INFO] [stdout] 221 | /// [`from_owned_ptr`]. [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `from_owned_ptr` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `macro_py_capsule` [INFO] [stdout] --> src/objects/capsule.rs:391:32 [INFO] [stdout] | [INFO] [stdout] 391 | /// Similarly to [py_capsule!](macro_py_capsule), the macro defines [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `macro_py_capsule` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/objects/capsule.rs:397:5 [INFO] [stdout] | [INFO] [stdout] 397 | /// ```ignore [INFO] [stdout] | _____^ [INFO] [stdout] 398 | | /// mod $rustmod { [INFO] [stdout] 399 | | /// pub type CapsuleFn = unsafe extern "C" (args) -> ret_type ; [INFO] [stdout] 400 | | /// pub unsafe fn retrieve<'a>(py: Python) -> PyResult src/objects/capsule.rs:397:5 [INFO] [stdout] | [INFO] [stdout] 397 | /// ```ignore [INFO] [stdout] | ^^^ [INFO] [stdout] = note: error from rustc: unexpected closing delimiter: `}` [INFO] [stdout] = note: error from rustc: mismatched closing delimiter: `)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.55s [INFO] running `Command { std: "docker" "inspect" "9adc7eb4df442f0a29c313e3a8f037c4be1c806049661b6de6cf29af5602986b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9adc7eb4df442f0a29c313e3a8f037c4be1c806049661b6de6cf29af5602986b", kill_on_drop: false }` [INFO] [stdout] 9adc7eb4df442f0a29c313e3a8f037c4be1c806049661b6de6cf29af5602986b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", 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] e0687f7b63b7395dcf89bf6d7bd196d0813282ade347f0d6cd728a009878f3d6 [INFO] running `Command { std: "docker" "start" "-a" "e0687f7b63b7395dcf89bf6d7bd196d0813282ade347f0d6cd728a009878f3d6", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.103 [INFO] [stderr] Compiling cpython v0.7.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling python3-sys v0.7.0 [INFO] [stderr] Documenting cpython v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `n` [INFO] [stdout] --> src/buffer.rs:259:23 [INFO] [stdout] | [INFO] [stdout] 259 | /// If suboffsets[n] >= 0, the values stored along the nth dimension are pointers and the suboffset value dictates how many bytes to ... [INFO] [stdout] | ^ no item named `n` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `key` [INFO] [stdout] --> src/objectprotocol.rs:289:60 [INFO] [stdout] | [INFO] [stdout] 289 | /// This is equivalent to the Python expression: 'self[key]' [INFO] [stdout] | ^^^ no item named `key` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `key` [INFO] [stdout] --> src/objectprotocol.rs:301:59 [INFO] [stdout] | [INFO] [stdout] 301 | /// This is equivalent to the Python expression 'self[key] = value'. [INFO] [stdout] | ^^^ no item named `key` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `key` [INFO] [stdout] --> src/objectprotocol.rs:316:63 [INFO] [stdout] | [INFO] [stdout] 316 | /// This is equivalent to the Python expression 'del self[key]'. [INFO] [stdout] | ^^^ no item named `key` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/objects/sequence.rs:198:46 [INFO] [stdout] | [INFO] [stdout] 198 | /// Return the first index i for which o[i] == value. [INFO] [stdout] | ^ no item named `i` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `from_owned_ptr` [INFO] [stdout] --> src/objects/capsule.rs:221:7 [INFO] [stdout] | [INFO] [stdout] 221 | /// [`from_owned_ptr`]. [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `from_owned_ptr` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `macro_py_capsule` [INFO] [stdout] --> src/objects/capsule.rs:391:32 [INFO] [stdout] | [INFO] [stdout] 391 | /// Similarly to [py_capsule!](macro_py_capsule), the macro defines [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `macro_py_capsule` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/objects/capsule.rs:397:5 [INFO] [stdout] | [INFO] [stdout] 397 | /// ```ignore [INFO] [stdout] | _____^ [INFO] [stdout] 398 | | /// mod $rustmod { [INFO] [stdout] 399 | | /// pub type CapsuleFn = unsafe extern "C" (args) -> ret_type ; [INFO] [stdout] 400 | | /// pub unsafe fn retrieve<'a>(py: Python) -> PyResult src/objects/capsule.rs:397:5 [INFO] [stdout] | [INFO] [stdout] 397 | /// ```ignore [INFO] [stdout] | ^^^ [INFO] [stdout] = note: error from rustc: unexpected closing delimiter: `}` [INFO] [stdout] = note: error from rustc: mismatched closing delimiter: `)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.91s [INFO] running `Command { std: "docker" "inspect" "e0687f7b63b7395dcf89bf6d7bd196d0813282ade347f0d6cd728a009878f3d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0687f7b63b7395dcf89bf6d7bd196d0813282ade347f0d6cd728a009878f3d6", kill_on_drop: false }` [INFO] [stdout] e0687f7b63b7395dcf89bf6d7bd196d0813282ade347f0d6cd728a009878f3d6