combine_wasi 4.6.6

Fast parser combinators on arbitrary streams with zero-copy support.
Build #736489 2023-02-04T04:23:12.169062+00:00
# rustc version
rustc 1.69.0-nightly (658fad6c5 2023-02-03)# docs.rs version
docsrs 0.6.0 (3b562799 2023-01-23)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/combine_wasi-4.6.6/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/combine_wasi-4.6.6/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" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d532c2baa59a8a48e45c3be7eb049f77ac5a58a7a6514a58a8e878df1c3d03d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230203-1.69.0-nightly-658fad6c5\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j3" "--target" "x86_64-unknown-linux-gnu", 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] d1c0294f5aa988382ddf7ea6f1ba8c00baa0ba6b33db86e48ae7c70e0c519234
[INFO] running `Command { std: "docker" "start" "-a" "d1c0294f5aa988382ddf7ea6f1ba8c00baa0ba6b33db86e48ae7c70e0c519234", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: async, date, number, readme, ini
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting combine_wasi v4.6.6 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0428]: the name `tokio_read_buf` is defined multiple times
[INFO] [stderr]    --> src/stream/buf_reader.rs:355:1
[INFO] [stderr]     |
[INFO] [stderr] 328 | / fn tokio_read_buf(
[INFO] [stderr] 329 | |     read: Pin<&mut impl tokio_dep::io::AsyncRead>,
[INFO] [stderr] 330 | |     cx: &mut Context<'_>,
[INFO] [stderr] 331 | |     bs: &mut bytes::BytesMut,
[INFO] [stderr] ...   |
[INFO] [stderr] 337 | |     tokio_util::io::poll_read_buf(read, cx, bs)
[INFO] [stderr] 338 | | }
[INFO] [stderr]     | |_- previous definition of the value `tokio_read_buf` here
[INFO] [stderr] ...
[INFO] [stderr] 355 | / fn tokio_read_buf(
[INFO] [stderr] 356 | |     read: Pin<&mut impl tokio_wasi_dep::io::AsyncRead>,
[INFO] [stderr] 357 | |     cx: &mut Context<'_>,
[INFO] [stderr] 358 | |     bs: &mut bytes::BytesMut,
[INFO] [stderr] ...   |
[INFO] [stderr] 364 | |     tokio_util::io::poll_read_buf(read, cx, bs)
[INFO] [stderr] 365 | | }
[INFO] [stderr]     | |_^ `tokio_read_buf` redefined here
[INFO] [stderr]     |
[INFO] [stderr]     = note: `tokio_read_buf` must be defined only once in the value namespace of this module
[INFO] [stderr] 
[INFO] [stderr] error[E0464]: multiple candidates for `rmeta` dependency `tokio_util` found
[INFO] [stderr]    --> src/stream/buf_reader.rs:337:5
[INFO] [stderr]     |
[INFO] [stderr] 337 |     tokio_util::io::poll_read_buf(read, cx, bs)
[INFO] [stderr]     |     ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: candidate #1: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtokio_util-91b5bd0acb0d1b32.rmeta
[INFO] [stderr]     = note: candidate #2: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtokio_util-7549aba194938846.rmeta
[INFO] [stderr] 
[INFO] [stderr] error[E0464]: multiple candidates for `rmeta` dependency `tokio_util` found
[INFO] [stderr]    --> src/stream/buf_reader.rs:364:5
[INFO] [stderr]     |
[INFO] [stderr] 364 |     tokio_util::io::poll_read_buf(read, cx, bs)
[INFO] [stderr]     |     ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: candidate #1: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtokio_util-91b5bd0acb0d1b32.rmeta
[INFO] [stderr]     = note: candidate #2: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtokio_util-7549aba194938846.rmeta
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0428, E0464.
[INFO] [stderr] For more information about an error, try `rustc --explain E0428`.
[INFO] [stderr] error: could not document `combine_wasi`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name combine src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --cfg 'feature="alloc"' --cfg 'feature="bytes"' --cfg 'feature="bytes_05"' --cfg 'feature="default"' --cfg 'feature="futures-03"' --cfg 'feature="futures-core-03"' --cfg 'feature="futures-io-03"' --cfg 'feature="mp4"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="regex"' --cfg 'feature="std"' --cfg 'feature="tokio"' --cfg 'feature="tokio-02"' --cfg 'feature="tokio-02-dep"' --cfg 'feature="tokio-03"' --cfg 'feature="tokio-03-dep"' --cfg 'feature="tokio-dep"' --cfg 'feature="tokio-util"' --cfg 'feature="tokio-util_wasi"' --cfg 'feature="tokio-wasi-dep"' --cfg 'feature="tokio_wasi"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=8743f057433c25c3 -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes_05=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbytes-195591fb69117c70.rmeta --extern bytes=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbytes-2283d3e646e28ce6.rmeta --extern futures_core_03=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libfutures_core-ff4ec4e275f3ff99.rmeta --extern futures_io_03=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libfutures_io-cb073ad094d04b20.rmeta --extern memchr=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libmemchr-3aced4ae9ae981d0.rmeta --extern pin_project_lite=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libpin_project_lite-aeefc48b6c377ebb.rmeta --extern regex=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libregex-6af3a8041fa9b333.rmeta --extern tokio_02_dep=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtokio-64f4ab26a75ab65c.rmeta --extern tokio_03_dep=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtokio-8de82b48d01302c5.rmeta --extern tokio_dep=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtokio-ff5ec3f482a88fac.rmeta --extern tokio_util=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtokio_util-91b5bd0acb0d1b32.rmeta --extern tokio_util=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtokio_util-7549aba194938846.rmeta --extern tokio_wasi_dep=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtokio-2ad21b787415714d.rmeta --extern-html-root-url 'bytes=https://docs.rs/bytes/0.5.6/x86_64-unknown-linux-gnu' --extern-html-root-url 'bytes=https://docs.rs/bytes/1.4.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'futures_core=https://docs.rs/futures-core/0.3.26/x86_64-unknown-linux-gnu' --extern-html-root-url 'futures_io=https://docs.rs/futures-io/0.3.26/x86_64-unknown-linux-gnu' --extern-html-root-url 'memchr=https://docs.rs/memchr/2.5.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'pin_project_lite=https://docs.rs/pin-project-lite/0.2.9/x86_64-unknown-linux-gnu' --extern-html-root-url 'regex=https://docs.rs/regex/1.7.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'tokio=https://docs.rs/tokio/0.2.25/x86_64-unknown-linux-gnu' --extern-html-root-url 'tokio=https://docs.rs/tokio/0.3.7/x86_64-unknown-linux-gnu' --extern-html-root-url 'tokio=https://docs.rs/tokio/1.25.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'tokio_util=https://docs.rs/tokio-util/0.7.4/x86_64-unknown-linux-gnu' --extern-html-root-url 'tokio_util=https://docs.rs/tokio-util_wasi/0.7.5/x86_64-unknown-linux-gnu' --extern-html-root-url 'tokio=https://docs.rs/tokio_wasi/1.25.0/x86_64-unknown-linux-gnu' -Zunstable-options --cfg docsrs -Z unstable-options --emit=invocation-specific --resource-suffix -20230203-1.69.0-nightly-658fad6c5 --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 4.6.6` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "d1c0294f5aa988382ddf7ea6f1ba8c00baa0ba6b33db86e48ae7c70e0c519234", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d1c0294f5aa988382ddf7ea6f1ba8c00baa0ba6b33db86e48ae7c70e0c519234", kill_on_drop: false }`
[INFO] [stdout] d1c0294f5aa988382ddf7ea6f1ba8c00baa0ba6b33db86e48ae7c70e0c519234