Build #443382 2021-10-04T11:07:14.793562+00:00
# rustc version
rustc 1.57.0-nightly (9dbb26efe 2021-10-03)# docs.rs version
docsrs 0.6.0 (8e35ec4 2021-09-21)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/near-network-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/near-network-0.1.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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-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" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20211003-1.57.0-nightly-9dbb26efe" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] d338b601a744bd85f50bf82408ac8494eb871b5fd0a864f46705218a24837a3d
[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" "d338b601a744bd85f50bf82408ac8494eb871b5fd0a864f46705218a24837a3d", kill_on_drop: false }`
[INFO] [stderr] Documenting near-network v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0412]: cannot find type `OneshotSender` in module `actix::dev`
[INFO] [stderr] --> src/routing.rs:356:10
[INFO] [stderr] |
[INFO] [stderr] 356 | #[derive(MessageResponse, Debug)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `actix::dev`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `MessageResponse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `OneshotSender` in module `actix::dev`
[INFO] [stderr] --> src/routing.rs:360:10
[INFO] [stderr] |
[INFO] [stderr] 360 | #[derive(MessageResponse, Debug)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `actix::dev`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `MessageResponse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `OneshotSender` in module `actix::dev`
[INFO] [stderr] --> src/types.rs:461:10
[INFO] [stderr] |
[INFO] [stderr] 461 | #[derive(MessageResponse, Debug)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `actix::dev`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `MessageResponse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `OneshotSender` in module `actix::dev`
[INFO] [stderr] --> src/types.rs:495:10
[INFO] [stderr] |
[INFO] [stderr] 495 | #[derive(MessageResponse, Debug)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `actix::dev`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `MessageResponse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0412]: cannot find type `OneshotSender` in module `actix::dev`
[INFO] [stderr] --> src/types.rs:524:10
[INFO] [stderr] |
[INFO] [stderr] 524 | #[derive(MessageResponse)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `actix::dev`
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the derive macro `MessageResponse` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not document `near-network`
[INFO] [stderr]
[INFO] [stderr] Caused by:
[INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name near_network src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi -Z unstable-options --emit=invocation-specific --resource-suffix -20211003-1.57.0-nightly-9dbb26efe --static-root-path / --cap-lints warn --disable-per-crate-search -L dependency=/opt/rustwide/target/debug/deps --extern actix=/opt/rustwide/target/debug/deps/libactix-5c36db0faabb0268.rmeta --extern borsh=/opt/rustwide/target/debug/deps/libborsh-fb8044c4573122a3.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-2ec35b1f555d9c86.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-0b6620405fcf1713.rmeta --extern bytesize=/opt/rustwide/target/debug/deps/libbytesize-2480cd8661bb4f72.rmeta --extern cached=/opt/rustwide/target/debug/deps/libcached-f4f1449e634af50b.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-01c86b720821a770.rmeta --extern conqueue=/opt/rustwide/target/debug/deps/libconqueue-4a436d844e912c00.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-16049c6678aa48dc.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-3ab14ef94a1f89cf.rmeta --extern near_chain=/opt/rustwide/target/debug/deps/libnear_chain-8ce18a6009d6df3b.rmeta --extern near_chain_configs=/opt/rustwide/target/debug/deps/libnear_chain_configs-5b639f5fb6cce1dd.rmeta --extern near_crypto_v01=/opt/rustwide/target/debug/deps/libnear_crypto_v01-f82e8db50664b728.rmeta --extern near_metrics=/opt/rustwide/target/debug/deps/libnear_metrics-26049f7c25fed6c0.rmeta --extern near_network_primitives=/opt/rustwide/target/debug/deps/libnear_network_primitives-bb907e0a1fd348cd.rmeta --extern near_performance_metrics=/opt/rustwide/target/debug/deps/libnear_performance_metrics-51bdafe20e9e4f97.rmeta --extern near_performance_metrics_macros=/opt/rustwide/target/debug/deps/libnear_performance_metrics_macros-d3d0b2e440404278.so --extern near_primitives_v01=/opt/rustwide/target/debug/deps/libnear_primitives_v01-e12f89a4e7d38862.rmeta --extern near_rust_allocator_proxy=/opt/rustwide/target/debug/deps/libnear_rust_allocator_proxy-f4751434c422e7ab.rmeta --extern near_stable_hasher=/opt/rustwide/target/debug/deps/libnear_stable_hasher-9f1e0fc89636ebd0.rmeta --extern near_store_v01=/opt/rustwide/target/debug/deps/libnear_store_v01-24d0ef6c5ff315e0.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-083d7513cf708ba2.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-a5e1ae9b3f4a9e38.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-fe54564a53e18c4a.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-1d423e9e82a80cc6.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-4eee259f1a7b676c.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-b7420daf8b92a20d.rmeta --extern-html-root-url 'actix=https://docs.rs/actix/0.11.0-beta.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'borsh=https://docs.rs/borsh/0.9.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'byteorder=https://docs.rs/byteorder/1.4.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'bytes=https://docs.rs/bytes/1.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'bytesize=https://docs.rs/bytesize/1.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'cached=https://docs.rs/cached/0.23.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'chrono=https://docs.rs/chrono/0.4.19/x86_64-unknown-linux-gnu' --extern-html-root-url 'conqueue=https://docs.rs/conqueue/0.4.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'futures=https://docs.rs/futures/0.3.17/x86_64-unknown-linux-gnu' --extern-html-root-url 'lazy_static=https://docs.rs/lazy_static/1.4.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'near_chain=https://docs.rs/near-chain/0.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'near_chain_configs=https://docs.rs/near-chain-configs/0.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'near_crypto_v01=https://docs.rs/near-crypto-v01/0.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'near_metrics=https://docs.rs/near-metrics/0.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'near_network_primitives=https://docs.rs/near-network-primitives/0.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'near_performance_metrics=https://docs.rs/near-performance-metrics/0.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'near_performance_metrics_macros=https://docs.rs/near-performance-metrics-macros/0.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'near_primitives_v01=https://docs.rs/near-primitives-v01/0.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'near_rust_allocator_proxy=https://docs.rs/near-rust-allocator-proxy/0.2.9/x86_64-unknown-linux-gnu' --extern-html-root-url 'near_stable_hasher=https://docs.rs/near-stable-hasher/0.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'near_store_v01=https://docs.rs/near-store-v01/2.2.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'rand=https://docs.rs/rand/0.7.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'strum=https://docs.rs/strum/0.20.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'tokio=https://docs.rs/tokio/1.12.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'tokio_stream=https://docs.rs/tokio-stream/0.1.7/x86_64-unknown-linux-gnu' --extern-html-root-url 'tokio_util=https://docs.rs/tokio-util/0.6.8/x86_64-unknown-linux-gnu' --extern-html-root-url 'tracing=https://docs.rs/tracing/0.1.28/x86_64-unknown-linux-gnu' -Zunstable-options --crate-version 0.1.0` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "d338b601a744bd85f50bf82408ac8494eb871b5fd0a864f46705218a24837a3d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d338b601a744bd85f50bf82408ac8494eb871b5fd0a864f46705218a24837a3d", kill_on_drop: false }`
[INFO] [stdout] d338b601a744bd85f50bf82408ac8494eb871b5fd0a864f46705218a24837a3d