Build #1385311 2024-10-09T15:04:36.862709+00:00
# rustc version
rustc 1.83.0-nightly (6f4ae0f34 2024-10-08)# docs.rs version
docsrs 0.6.0 (d5a37845 2024-09-24)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/zksync_protobuf-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/zksync_protobuf-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" "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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241008-1.83.0-nightly-6f4ae0f34\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/i686-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 74d2e145399638e5fd560a46cce45180819f7d0d2864577b6c68cf913b0f7a78
[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" "74d2e145399638e5fd560a46cce45180819f7d0d2864577b6c68cf913b0f7a78", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: conformance_test
[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] Checking regex v1.10.5
[INFO] [stderr] Checking vise v0.2.0
[INFO] [stderr] Checking thiserror v1.0.63
[INFO] [stderr] Checking tokio v1.39.2
[INFO] [stderr] Checking pin-project v1.1.5
[INFO] [stderr] Checking rand v0.8.5
[INFO] [stderr] Checking prost v0.12.6
[INFO] [stderr] Checking equivalent v1.0.1
[INFO] [stderr] Checking ryu v1.0.18
[INFO] [stderr] Checking hashbrown v0.14.5
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/vise-0.2.0/src/validation.rs:37:49
[INFO] [stderr] |
[INFO] [stderr] 23 | const fn fmt(self) -> ErrorArgs {
[INFO] [stderr] | --------- expected `CompileArgs<100>` because of return type
[INFO] [stderr] ...
[INFO] [stderr] 37 | Self::DisallowedChar { pos, ch } => compile_args!(
[INFO] [stderr] | _________________________________________________^
[INFO] [stderr] 38 | | "name contains a disallowed char '",
[INFO] [stderr] 39 | | ch => fmt::<char>(),
[INFO] [stderr] 40 | | "' at position ", pos => fmt::<usize>(),
[INFO] [stderr] 41 | | "; allowed chars are [_a-z0-9]"
[INFO] [stderr] 42 | | ),
[INFO] [stderr] | |_____________^ expected `100`, found `90`
[INFO] [stderr] |
[INFO] [stderr] = note: expected struct `CompileArgs<100>`
[INFO] [stderr] found struct `CompileArgs<90>`
[INFO] [stderr] = note: this error originates in the macro `compile_args` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `vise` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "74d2e145399638e5fd560a46cce45180819f7d0d2864577b6c68cf913b0f7a78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74d2e145399638e5fd560a46cce45180819f7d0d2864577b6c68cf913b0f7a78", kill_on_drop: false }`
[INFO] [stdout] 74d2e145399638e5fd560a46cce45180819f7d0d2864577b6c68cf913b0f7a78