[INFO] cloning repository https://github.com/ClementWalter/cairo-vm-rs-py [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ClementWalter/cairo-vm-rs-py" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClementWalter%2Fcairo-vm-rs-py", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClementWalter%2Fcairo-vm-rs-py'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 27b71974f0db994f0b6f0a14db087afcbfbe3ad1 [INFO] documenting ClementWalter/cairo-vm-rs-py against beta-2025-04-13 for beta-1.87-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FClementWalter%2Fcairo-vm-rs-py" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ClementWalter/cairo-vm-rs-py on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ClementWalter/cairo-vm-rs-py [INFO] finished tweaking git repo https://github.com/ClementWalter/cairo-vm-rs-py [INFO] tweaked toml for git repo https://github.com/ClementWalter/cairo-vm-rs-py written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ClementWalter/cairo-vm-rs-py already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2627f0715471a5108008f0ce67e4e40ecb0e34c50e287424ccc8b942499a183e [INFO] running `Command { std: "docker" "start" "-a" "2627f0715471a5108008f0ce67e4e40ecb0e34c50e287424ccc8b942499a183e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2627f0715471a5108008f0ce67e4e40ecb0e34c50e287424ccc8b942499a183e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2627f0715471a5108008f0ce67e4e40ecb0e34c50e287424ccc8b942499a183e", kill_on_drop: false }` [INFO] [stdout] 2627f0715471a5108008f0ce67e4e40ecb0e34c50e287424ccc8b942499a183e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa98ff1bbe4dee8d86577b0478f27bf827e0d0c7db654ac6047a39f97d7083f6 [INFO] running `Command { std: "docker" "start" "-a" "fa98ff1bbe4dee8d86577b0478f27bf827e0d0c7db654ac6047a39f97d7083f6", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling libc v0.2.168 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling target-lexicon v0.12.16 [INFO] [stderr] Compiling serde v1.0.216 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling syn v2.0.90 [INFO] [stderr] Checking cpufeatures v0.2.16 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking base64ct v1.6.0 [INFO] [stderr] Checking foldhash v0.1.3 [INFO] [stderr] Checking adler2 v2.0.0 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking keccak v0.1.5 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Compiling pyo3-build-config v0.23.3 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking wyz v0.5.1 [INFO] [stderr] Checking miniz_oxide v0.8.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Checking password-hash v0.4.2 [INFO] [stderr] Checking crc32fast v1.4.2 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Compiling anyhow v1.0.94 [INFO] [stderr] Compiling serde_json v1.0.133 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling rust_decimal v1.36.0 [INFO] [stderr] Checking lambdaworks-math v0.10.0 [INFO] [stderr] Checking num-conv v0.1.0 [INFO] [stderr] Compiling jobserver v0.1.32 [INFO] [stderr] Checking time-core v0.1.2 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Checking lru v0.12.5 [INFO] [stderr] Checking flate2 v1.0.35 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Compiling cc v1.2.4 [INFO] [stderr] Checking inout v0.1.3 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking arrayvec v0.7.6 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking bitvec v1.0.1 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking constant_time_eq v0.1.5 [INFO] [stderr] Checking itoa v1.0.14 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking sha3 v0.10.8 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Checking time v0.3.37 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking rfc6979 v0.4.0 [INFO] [stderr] Checking unindent v0.2.3 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Checking pbkdf2 v0.11.0 [INFO] [stderr] Checking lambdaworks-crypto v0.10.0 [INFO] [stderr] Compiling pyo3-ffi v0.23.3 [INFO] [stderr] Compiling pyo3-macros-backend v0.23.3 [INFO] [stderr] Compiling pyo3 v0.23.3 [INFO] [stderr] Compiling zstd-sys v2.0.13+zstd.1.5.6 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling ark-ff-macros v0.4.2 [INFO] [stderr] Compiling ark-ff-asm v0.4.2 [INFO] [stderr] Compiling thiserror-impl-no-std v2.0.2 [INFO] [stderr] Checking bzip2 v0.4.4 [INFO] [stderr] Checking thiserror-no-std v2.0.2 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.216 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling pyo3-macros v0.23.3 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling ark-std v0.4.0 [INFO] [stderr] Compiling ark-serialize v0.4.2 [INFO] [stderr] Compiling ark-ff v0.4.2 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking bincode v2.0.0-rc.3 [INFO] [stderr] Checking num-modular v0.5.1 [INFO] [stderr] Checking starknet-types-core v0.1.7 [INFO] [stderr] Checking num-prime v0.4.4 [INFO] [stderr] Checking zstd v0.11.2+zstd.1.5.2 [INFO] [stderr] Checking zip v0.6.6 [INFO] [stderr] Compiling starknet-ff v0.3.7 [INFO] [stderr] Compiling starknet-curve v0.4.2 [INFO] [stderr] Compiling starknet-crypto-codegen v0.3.3 [INFO] [stderr] Checking starknet-crypto v0.6.2 [INFO] [stderr] Checking cairo-vm v1.0.1 [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cairo-vm-1.0.1/src/hint_processor/builtin_hint_processor/signature.rs:32:25 [INFO] [stdout] | [INFO] [stdout] 32 | .is_multiple_of(&(CELLS_PER_SIGNATURE as usize)) [INFO] [stdout] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found `&usize` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/num/mod.rs:1218:5 [INFO] [stdout] = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 32 - .is_multiple_of(&(CELLS_PER_SIGNATURE as usize)) [INFO] [stdout] 32 + .is_multiple_of((CELLS_PER_SIGNATURE as usize)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cairo-vm-1.0.1/src/vm/runners/cairo_pie.rs:623:44 [INFO] [stdout] | [INFO] [stdout] 623 | if !bytes.len().is_multiple_of(&CELL_BYTE_LEN) { [INFO] [stdout] | -------------- ^^^^^^^^^^^^^^ expected `usize`, found `&usize` [INFO] [stdout] | | [INFO] [stdout] | arguments to this method are incorrect [INFO] [stdout] | [INFO] [stdout] note: method defined here [INFO] [stdout] --> /rustc/a5948295b4bf4c6199457f1227e5d8f6e6b9f948/library/core/src/num/mod.rs:1218:5 [INFO] [stdout] = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider removing the borrow [INFO] [stdout] | [INFO] [stdout] 623 - if !bytes.len().is_multiple_of(&CELL_BYTE_LEN) { [INFO] [stdout] 623 + if !bytes.len().is_multiple_of(CELL_BYTE_LEN) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cairo-vm` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "fa98ff1bbe4dee8d86577b0478f27bf827e0d0c7db654ac6047a39f97d7083f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa98ff1bbe4dee8d86577b0478f27bf827e0d0c7db654ac6047a39f97d7083f6", kill_on_drop: false }` [INFO] [stdout] fa98ff1bbe4dee8d86577b0478f27bf827e0d0c7db654ac6047a39f97d7083f6