zksync_merkle_tree 0.1.0

ZKsync implementation of Jellyfish Merkle tree
Build #1289839 2024-07-12T17:34:41.590992+00:00
# rustc version
rustc 1.81.0-nightly (5315cbe15 2024-07-11)# docs.rs version
docsrs 0.6.0 (7ad8c626 2024-07-11)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/zksync_merkle_tree-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/zksync_merkle_tree-0.1.0/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240711-1.81.0-nightly-5315cbe15\", \"--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] [stdout] ac0e795b5bdd767fdb7f4edf993ff7e016ece5549c5a2296a0142273cd72d35d
[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" "ac0e795b5bdd767fdb7f4edf993ff7e016ece5549c5a2296a0142273cd72d35d", kill_on_drop: false }`
[INFO] [stderr]     Checking boojum v0.2.0
[INFO] [stderr]    Compiling zksync_consensus_roles v0.1.0-rc.2
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking crossbeam-epoch v0.8.2
[INFO] [stderr]     Checking secp256k1 v0.27.0
[INFO] [stderr]     Checking prost-reflect v0.12.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling rust_decimal v1.35.0
[INFO] [stderr]     Checking quick-protobuf v0.8.1
[INFO] [stderr]    Compiling libloading v0.8.4
[INFO] [stderr]    Compiling blst v0.3.12
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]     Checking unicode_categories v0.1.1
[INFO] [stderr]     Checking arrayref v0.3.7
[INFO] [stderr]     Checking constant_time_eq v0.1.5
[INFO] [stderr]    Compiling whoami v1.5.1
[INFO] [stderr]     Checking crc-catalog v2.4.0
[INFO] [stderr]    Compiling bindgen v0.65.1
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]     Checking crc v3.2.1
[INFO] [stderr]    Compiling sqlx-postgres v0.7.4
[INFO] [stderr]     Checking sqlformat v0.2.4
[INFO] [stderr]     Checking zksync_protobuf v0.1.0-rc.2
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking zksync_crypto_primitives v0.1.0
[INFO] [stderr]     Checking crossbeam-deque v0.7.4
[INFO] [stderr]     Checking crossbeam-queue v0.2.3
[INFO] [stderr]     Checking crossbeam-channel v0.4.4
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr] error[E0599]: `[[F; N]]` is not an iterator
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/boojum-0.2.0/src/cs/implementations/fast_serialization.rs:275:39
[INFO] [stderr]     |
[INFO] [stderr] 275 |         let flattened_self = self[..].flatten();
[INFO] [stderr]     |                                       ^^^^^^^ `[[F; N]]` is not an iterator
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `[[F; N]]: Iterator`
[INFO] [stderr]             which is required by `&mut [[F; N]]: Iterator`
[INFO] [stderr] 
[INFO] [stderr]     Checking zkevm_opcode_defs v0.141.0
[INFO] [stderr] error[E0599]: `[[u8; N]]` is not an iterator
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/boojum-0.2.0/src/cs/implementations/fast_serialization.rs:349:39
[INFO] [stderr]     |
[INFO] [stderr] 349 |         let flattened_self = self[..].flatten();
[INFO] [stderr]     |                                       ^^^^^^^ `[[u8; N]]` is not an iterator
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `[[u8; N]]: Iterator`
[INFO] [stderr]             which is required by `&mut [[u8; N]]: Iterator`
[INFO] [stderr] 
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]    Compiling libz-sys v1.1.18
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]    Compiling zstd-sys v2.0.12+zstd.1.5.6
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking ipnetwork v0.20.0
[INFO] [stderr]    Compiling lz4-sys v1.9.5
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]     Checking event-listener v2.5.3
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]     Checking unicode-properties v0.1.1
[INFO] [stderr]     Checking sqlx-core v0.7.4
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]    Compiling sqlx-macros-core v0.7.4
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `boojum` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "ac0e795b5bdd767fdb7f4edf993ff7e016ece5549c5a2296a0142273cd72d35d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac0e795b5bdd767fdb7f4edf993ff7e016ece5549c5a2296a0142273cd72d35d", kill_on_drop: false }`
[INFO] [stdout] ac0e795b5bdd767fdb7f4edf993ff7e016ece5549c5a2296a0142273cd72d35d