snarkvm-ledger-block 1.3.0

A block for a decentralized virtual machine
Documentation
Build #1731631 2025-02-10T17:09:14.320312+00:00
# rustc version
rustc 1.86.0-nightly (124cc9219 2025-02-09)# docs.rs version
docsrs 0.6.0 (35977596 2025-02-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/snarkvm-ledger-block-1.3.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/snarkvm-ledger-block-1.3.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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250209-1.86.0-nightly-124cc9219\", \"--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-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-pc-windows-msvc", kill_on_drop: false }`
[INFO] [stdout] 1fea13684337c7ed0eb77b74b96e79707d27e7efc3e09079c0853f810813295d
[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" "1fea13684337c7ed0eb77b74b96e79707d27e7efc3e09079c0853f810813295d", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking serde_json v1.0.138
[INFO] [stderr]    Compiling libz-sys v1.1.21
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr] error: couldn't read `/opt/rustwide/target/i686-pc-windows-msvc/debug/build/crunchy-e9ad2df1ee7cf8f9/out\lib.rs`: No such file or directory (os error 2)
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.3/src/lib.rs:37:1
[INFO] [stderr]    |
[INFO] [stderr] 37 | include!(concat!(env!("OUT_DIR"), "\\lib.rs"));
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `include` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `crunchy` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: libz-sys@1.1.21: GNU compiler is not supported for this target
[INFO] [stderr] warning: libz-sys@1.1.21: GNU compiler is not supported for this target
[INFO] [stderr] warning: libz-sys@1.1.21: GNU compiler is not supported for this target
[INFO] [stderr] warning: libz-sys@1.1.21: GNU compiler is not supported for this target
[INFO] [stderr] warning: libz-sys@1.1.21: GNU compiler is not supported for this target
[INFO] [stderr] warning: libz-sys@1.1.21: GNU compiler is not supported for this target
[INFO] [stderr] warning: libz-sys@1.1.21: GNU compiler is not supported for this target
[INFO] [stderr] warning: libz-sys@1.1.21: GNU compiler is not supported for this target
[INFO] [stderr] warning: libz-sys@1.1.21: GNU compiler is not supported for this target
[INFO] [stderr] warning: libz-sys@1.1.21: GNU compiler is not supported for this target
[INFO] [stderr] warning: libz-sys@1.1.21: GNU compiler is not supported for this target
[INFO] [stderr] warning: libz-sys@1.1.21: GNU compiler is not supported for this target
[INFO] [stderr] warning: libz-sys@1.1.21: GNU compiler is not supported for this target
[INFO] [stderr] warning: libz-sys@1.1.21: src/zlib/gzlib.c: In function 'gz_open':
[INFO] [stderr] warning: libz-sys@1.1.21: src/zlib/gzlib.c:14:17: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration]
[INFO] [stderr] warning: libz-sys@1.1.21:    14 | #  define LSEEK lseek
[INFO] [stderr] warning: libz-sys@1.1.21:       |                 ^~~~~
[INFO] [stderr] warning: libz-sys@1.1.21: src/zlib/gzlib.c:242:9: note: in expansion of macro 'LSEEK'
[INFO] [stderr] warning: libz-sys@1.1.21:   242 |         LSEEK(state->fd, 0, SEEK_END);  /* so gzoffset() is correct */
[INFO] [stderr] warning: libz-sys@1.1.21:       |         ^~~~~
[INFO] [stderr] warning: libz-sys@1.1.21: GNU compiler is not supported for this target
[INFO] [stderr] warning: libz-sys@1.1.21: src/zlib/gzread.c: In function 'gz_load':
[INFO] [stderr] warning: libz-sys@1.1.21: src/zlib/gzread.c:22:15: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
[INFO] [stderr] warning: libz-sys@1.1.21:    22 |         ret = read(state->fd, buf + *have, get);
[INFO] [stderr] warning: libz-sys@1.1.21:       |               ^~~~
[INFO] [stderr] warning: libz-sys@1.1.21:       |               fread
[INFO] [stderr] warning: libz-sys@1.1.21: src/zlib/gzread.c: In function 'gzclose_r':
[INFO] [stderr] warning: libz-sys@1.1.21: src/zlib/gzread.c:599:11: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
[INFO] [stderr] warning: libz-sys@1.1.21:   599 |     ret = close(state->fd);
[INFO] [stderr] warning: libz-sys@1.1.21:       |           ^~~~~
[INFO] [stderr] warning: libz-sys@1.1.21:       |           pclose
[INFO] [stderr] warning: libz-sys@1.1.21: GNU compiler is not supported for this target
[INFO] [stderr] warning: libz-sys@1.1.21: src/zlib/gzwrite.c: In function 'gz_comp':
[INFO] [stderr] warning: libz-sys@1.1.21: src/zlib/gzwrite.c:78:20: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration]
[INFO] [stderr] warning: libz-sys@1.1.21:    78 |             writ = write(state->fd, strm->next_in, put);
[INFO] [stderr] warning: libz-sys@1.1.21:       |                    ^~~~~
[INFO] [stderr] warning: libz-sys@1.1.21:       |                    fwrite
[INFO] [stderr] warning: libz-sys@1.1.21: src/zlib/gzwrite.c: In function 'gzclose_w':
[INFO] [stderr] warning: libz-sys@1.1.21: src/zlib/gzwrite.c:627:9: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
[INFO] [stderr] warning: libz-sys@1.1.21:   627 |     if (close(state->fd) == -1)
[INFO] [stderr] warning: libz-sys@1.1.21:       |         ^~~~~
[INFO] [stderr] warning: libz-sys@1.1.21:       |         pclose
[INFO] [stderr] warning: libz-sys@1.1.21: GNU compiler is not supported for this target
[INFO] [stderr] error: failed to run custom build command for `libz-sys v1.1.21`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/libz-sys-ce3041dc9c6de1ff/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBZ_SYS_STATIC
[INFO] [stderr]   cargo:rerun-if-changed=build.rs
[INFO] [stderr]   cargo:rerun-if-changed=zng/cmake.rs
[INFO] [stderr]   cargo:rerun-if-changed=zng/cc.rs
[INFO] [stderr]   note, vcpkg did not find zlib: Could not find Vcpkg tree: No vcpkg installation found. Set the VCPKG_ROOT environment variable or run 'vcpkg integrate install'
[INFO] [stderr]   OPT_LEVEL = Some(0)
[INFO] [stderr]   TARGET = Some(i686-pc-windows-msvc)
[INFO] [stderr]   cargo:rerun-if-env-changed=VCINSTALLDIR
[INFO] [stderr]   VCINSTALLDIR = None
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_i686-pc-windows-msvc
[INFO] [stderr]   CC_i686-pc-windows-msvc = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_i686_pc_windows_msvc
[INFO] [stderr]   CC_i686_pc_windows_msvc = None
[INFO] [stderr]   cargo:rerun-if-env-changed=TARGET_CC
[INFO] [stderr]   TARGET_CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC
[INFO] [stderr]   CC = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CROSS_COMPILE
[INFO] [stderr]   CROSS_COMPILE = None
[INFO] [stderr]   RUSTC_LINKER = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   RUSTC_WRAPPER = None
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some(true)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87)
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_i686-pc-windows-msvc
[INFO] [stderr]   CFLAGS_i686-pc-windows-msvc = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS_i686_pc_windows_msvc
[INFO] [stderr]   CFLAGS_i686_pc_windows_msvc = None
[INFO] [stderr]   cargo:rerun-if-env-changed=TARGET_CFLAGS
[INFO] [stderr]   TARGET_CFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CFLAGS
[INFO] [stderr]   CFLAGS = None
[INFO] [stderr]   CARGO_ENCODED_RUSTFLAGS = Some()
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=src/zlib/gzlib.c: In function 'gz_open':
[INFO] [stderr]   cargo:warning=src/zlib/gzlib.c:14:17: warning: implicit declaration of function 'lseek'; did you mean 'fseek'? [-Wimplicit-function-declaration]
[INFO] [stderr]   cargo:warning=   14 | #  define LSEEK lseek
[INFO] [stderr]   cargo:warning=      |                 ^~~~~
[INFO] [stderr]   cargo:warning=src/zlib/gzlib.c:242:9: note: in expansion of macro 'LSEEK'
[INFO] [stderr]   cargo:warning=  242 |         LSEEK(state->fd, 0, SEEK_END);  /* so gzoffset() is correct */
[INFO] [stderr]   cargo:warning=      |         ^~~~~
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=src/zlib/gzread.c: In function 'gz_load':
[INFO] [stderr]   cargo:warning=src/zlib/gzread.c:22:15: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
[INFO] [stderr]   cargo:warning=   22 |         ret = read(state->fd, buf + *have, get);
[INFO] [stderr]   cargo:warning=      |               ^~~~
[INFO] [stderr]   cargo:warning=      |               fread
[INFO] [stderr]   cargo:warning=src/zlib/gzread.c: In function 'gzclose_r':
[INFO] [stderr]   cargo:warning=src/zlib/gzread.c:599:11: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
[INFO] [stderr]   cargo:warning=  599 |     ret = close(state->fd);
[INFO] [stderr]   cargo:warning=      |           ^~~~~
[INFO] [stderr]   cargo:warning=      |           pclose
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:warning=src/zlib/gzwrite.c: In function 'gz_comp':
[INFO] [stderr]   cargo:warning=src/zlib/gzwrite.c:78:20: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration]
[INFO] [stderr]   cargo:warning=   78 |             writ = write(state->fd, strm->next_in, put);
[INFO] [stderr]   cargo:warning=      |                    ^~~~~
[INFO] [stderr]   cargo:warning=      |                    fwrite
[INFO] [stderr]   cargo:warning=src/zlib/gzwrite.c: In function 'gzclose_w':
[INFO] [stderr]   cargo:warning=src/zlib/gzwrite.c:627:9: warning: implicit declaration of function 'close'; did you mean 'pclose'? [-Wimplicit-function-declaration]
[INFO] [stderr]   cargo:warning=  627 |     if (close(state->fd) == -1)
[INFO] [stderr]   cargo:warning=      |         ^~~~~
[INFO] [stderr]   cargo:warning=      |         pclose
[INFO] [stderr]   cargo:rerun-if-env-changed=AR_i686-pc-windows-msvc
[INFO] [stderr]   AR_i686-pc-windows-msvc = None
[INFO] [stderr]   cargo:rerun-if-env-changed=AR_i686_pc_windows_msvc
[INFO] [stderr]   AR_i686_pc_windows_msvc = None
[INFO] [stderr]   cargo:rerun-if-env-changed=TARGET_AR
[INFO] [stderr]   TARGET_AR = None
[INFO] [stderr]   cargo:rerun-if-env-changed=AR
[INFO] [stderr]   AR = None
[INFO] [stderr]   cargo:warning=GNU compiler is not supported for this target
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS_i686-pc-windows-msvc
[INFO] [stderr]   ARFLAGS_i686-pc-windows-msvc = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS_i686_pc_windows_msvc
[INFO] [stderr]   ARFLAGS_i686_pc_windows_msvc = None
[INFO] [stderr]   cargo:rerun-if-env-changed=TARGET_ARFLAGS
[INFO] [stderr]   TARGET_ARFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=ARFLAGS
[INFO] [stderr]   ARFLAGS = None
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred in cc-rs: Failed to find tool. Is `lib.exe` installed?
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] running `Command { std: "docker" "inspect" "1fea13684337c7ed0eb77b74b96e79707d27e7efc3e09079c0853f810813295d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1fea13684337c7ed0eb77b74b96e79707d27e7efc3e09079c0853f810813295d", kill_on_drop: false }`
[INFO] [stdout] 1fea13684337c7ed0eb77b74b96e79707d27e7efc3e09079c0853f810813295d