[INFO] fetching crate async-bincode 0.7.0... [INFO] documenting async-bincode-0.7.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate async-bincode 0.7.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate async-bincode 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 async-bincode 0.7.0 [INFO] finished tweaking crates.io crate async-bincode 0.7.0 [INFO] tweaked toml for crates.io crate async-bincode 0.7.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] [stdout] 20ccd890d4f3b9fd15663cffee5abce5ae609a42504ce4409a721490dbb1ad6c [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" "20ccd890d4f3b9fd15663cffee5abce5ae609a42504ce4409a721490dbb1ad6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "20ccd890d4f3b9fd15663cffee5abce5ae609a42504ce4409a721490dbb1ad6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20ccd890d4f3b9fd15663cffee5abce5ae609a42504ce4409a721490dbb1ad6c", kill_on_drop: false }` [INFO] [stdout] 20ccd890d4f3b9fd15663cffee5abce5ae609a42504ce4409a721490dbb1ad6c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] b76bf6d4817bfc7adccbe24ec4b17bef6e232d57fd9eebf55b6762d66b513b47 [INFO] running `Command { std: "docker" "start" "-a" "b76bf6d4817bfc7adccbe24ec4b17bef6e232d57fd9eebf55b6762d66b513b47", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking mio v0.8.3 [INFO] [stderr] Checking tokio v1.18.2 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Documenting async-bincode v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `serialize_into` [INFO] [stdout] --> src/reader.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | / /// A wrapper around an asynchronous reader that produces an asynchronous stream of [INFO] [stdout] 15 | | /// bincode-decoded values. [INFO] [stdout] 16 | | /// [INFO] [stdout] 17 | | /// To use, provide a reader that implements [INFO] [stdout] ... | [INFO] [stdout] 22 | | /// `bincode::serialized_size` encoded as a four-byte network-endian encoded. See also [INFO] [stdout] 23 | | /// [`serialize_into`], which does this for you. [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/tokio.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | make_reader!(tokio::io::AsyncRead, internal_poll_reader); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`serialize_into`], which does this for you. [INFO] [stdout] ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `serialize_into` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `make_reader` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.48s [INFO] running `Command { std: "docker" "inspect" "b76bf6d4817bfc7adccbe24ec4b17bef6e232d57fd9eebf55b6762d66b513b47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b76bf6d4817bfc7adccbe24ec4b17bef6e232d57fd9eebf55b6762d66b513b47", kill_on_drop: false }` [INFO] [stdout] b76bf6d4817bfc7adccbe24ec4b17bef6e232d57fd9eebf55b6762d66b513b47 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "--all-features" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 0a4d523694b15ef7223b64ae1b29463103d7b2681eb65c2c1d18f51e7afe6591 [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" "0a4d523694b15ef7223b64ae1b29463103d7b2681eb65c2c1d18f51e7afe6591", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking mio v0.8.3 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking tokio v1.18.2 [INFO] [stderr] Checking bincode v1.3.3 [INFO] [stderr] Documenting async-bincode v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `serialize_into` [INFO] [stdout] --> src/reader.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | / /// A wrapper around an asynchronous reader that produces an asynchronous stream of [INFO] [stdout] 15 | | /// bincode-decoded values. [INFO] [stdout] 16 | | /// [INFO] [stdout] 17 | | /// To use, provide a reader that implements [INFO] [stdout] ... | [INFO] [stdout] 22 | | /// `bincode::serialized_size` encoded as a four-byte network-endian encoded. See also [INFO] [stdout] 23 | | /// [`serialize_into`], which does this for you. [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/futures.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | make_reader!(futures_io::AsyncRead, internal_poll_reader); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`serialize_into`], which does this for you. [INFO] [stdout] ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `serialize_into` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `make_reader` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `serialize_into` [INFO] [stdout] --> src/reader.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | / /// A wrapper around an asynchronous reader that produces an asynchronous stream of [INFO] [stdout] 15 | | /// bincode-decoded values. [INFO] [stdout] 16 | | /// [INFO] [stdout] 17 | | /// To use, provide a reader that implements [INFO] [stdout] ... | [INFO] [stdout] 22 | | /// `bincode::serialized_size` encoded as a four-byte network-endian encoded. See also [INFO] [stdout] 23 | | /// [`serialize_into`], which does this for you. [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] ::: src/tokio.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | make_reader!(tokio::io::AsyncRead, internal_poll_reader); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [`serialize_into`], which does this for you. [INFO] [stdout] ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `serialize_into` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `make_reader` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.79s [INFO] running `Command { std: "docker" "inspect" "0a4d523694b15ef7223b64ae1b29463103d7b2681eb65c2c1d18f51e7afe6591", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a4d523694b15ef7223b64ae1b29463103d7b2681eb65c2c1d18f51e7afe6591", kill_on_drop: false }` [INFO] [stdout] 0a4d523694b15ef7223b64ae1b29463103d7b2681eb65c2c1d18f51e7afe6591