Build #1321182 2024-08-12T17:02:38.889471+00:00
# rustc version
rustc 1.82.0-nightly (e57f3090a 2024-08-05)# docs.rs version
docsrs 0.6.0 (40dd7e0d 2024-08-12)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/cairo-vm-1.0.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/cairo-vm-1.0.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:923055f121b5182466d55868a8b05e67af8ba4a3a3f6bad814e953ca3cd3ac2a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-08-06" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240805-1.82.0-nightly-e57f3090a\", \"--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}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--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] a3c18cfd166964c66463d13d353086d6545c43296edc5e72aada6baec89e815d
[INFO] running `Command { std: "docker" "start" "-a" "a3c18cfd166964c66463d13d353086d6545c43296edc5e72aada6baec89e815d", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting cairo-vm v1.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition name: `no_std`
[INFO] [stderr] --> src/vm/runners/cairo_pie.rs:376:39
[INFO] [stderr] |
[INFO] [stderr] 376 | #[cfg(any(target_arch = "wasm32", no_std, not(feature = "std")))]
[INFO] [stderr] | ^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
[INFO] [stderr] = help: consider using a Cargo feature instead
[INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr] [lints.rust]
[INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(no_std)'] }
[INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(no_std)");` to the top of the `build.rs`
[INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] note: the lint level is defined here
[INFO] [stderr] --> src/lib.rs:13:9
[INFO] [stderr] |
[INFO] [stderr] 13 | #![deny(warnings)]
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `crate::vm::hooks::Hooks`
[INFO] [stderr] --> src/lib.rs:6:20
[INFO] [stderr] |
[INFO] [stderr] 6 | //! - [`Hooks`](crate::vm::hooks::Hooks) support for the [VirtualMachine](vm::vm_core::VirtualMachine);
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `hooks` in module `vm`
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` implied by `#[warn(warnings)]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `&stark_felt::NonZeroFelt`
[INFO] [stderr] --> src/math_utils/mod.rs:38:67
[INFO] [stderr] |
[INFO] [stderr] 38 | /// Returns the `n`th (up to the `251`th power) power of 2 as a [`&stark_felt::NonZeroFelt`]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `&stark_felt` in scope
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `pedersen`
[INFO] [stderr] --> src/vm/runners/cairo_pie.rs:273:129
[INFO] [stderr] |
[INFO] [stderr] 273 | /// Checks that the pie received is identical to self, skipping the fields execution_resources.n_steps, and additional_data[pedersen]
[INFO] [stderr] | ^^^^^^^^ no item named `pedersen` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `cairo_vm::hint_processor::builtin_hint_processor::builtin_hint_processor_definition::BuiltinHintProcessor`
[INFO] [stderr] --> src/vm/runners/cairo_runner.rs:94:109
[INFO] [stderr] |
[INFO] [stderr] 94 | ...Processor](cairo_vm::hint_processor::builtin_hint_processor::builtin_hint_processor_definition::BuiltinHintProcessor)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `cairo_vm` in scope
[INFO] [stderr]
[INFO] [stderr] warning: `cairo-vm` (lib doc) generated 5 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/cairo_vm/index.html
[INFO] running `Command { std: "docker" "inspect" "a3c18cfd166964c66463d13d353086d6545c43296edc5e72aada6baec89e815d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a3c18cfd166964c66463d13d353086d6545c43296edc5e72aada6baec89e815d", kill_on_drop: false }`
[INFO] [stdout] a3c18cfd166964c66463d13d353086d6545c43296edc5e72aada6baec89e815d