[INFO] fetching crate macro-circom 0.1.0... [INFO] testing macro-circom-0.1.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate macro-circom 0.1.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate macro-circom 0.1.0 [INFO] finished tweaking crates.io crate macro-circom 0.1.0 [INFO] tweaked toml for crates.io crate macro-circom 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate macro-circom 0.1.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate macro-circom 0.1.0 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-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0dd9b28cbabc8a632e4af1d66711951555eb48b38d26dacc064db9b4b6aecaf6 [INFO] running `Command { std: "docker" "start" "-a" "0dd9b28cbabc8a632e4af1d66711951555eb48b38d26dacc064db9b4b6aecaf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0dd9b28cbabc8a632e4af1d66711951555eb48b38d26dacc064db9b4b6aecaf6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0dd9b28cbabc8a632e4af1d66711951555eb48b38d26dacc064db9b4b6aecaf6", kill_on_drop: false }` [INFO] [stdout] 0dd9b28cbabc8a632e4af1d66711951555eb48b38d26dacc064db9b4b6aecaf6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dcb575ff3856dda67405e7d4966368a20f4eb0b56ea36495304c0d55016a6755 [INFO] running `Command { std: "docker" "start" "-a" "dcb575ff3856dda67405e7d4966368a20f4eb0b56ea36495304c0d55016a6755", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.56 [INFO] [stderr] Compiling quote v1.0.27 [INFO] [stderr] Compiling anyhow v1.0.71 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling regex-syntax v0.7.1 [INFO] [stderr] Compiling aho-corasick v1.0.1 [INFO] [stderr] Compiling syn v2.0.15 [INFO] [stderr] Compiling regex v1.8.1 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling macro-circom v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing [INFO] [stdout] --> src/main.rs:101:40 [INFO] [stdout] | [INFO] [stdout] 101 | instance.file_name.as_str().clone(), [INFO] [stdout] | ^^^^^^^^ help: remove this redundant call [INFO] [stdout] | [INFO] [stdout] = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed [INFO] [stdout] = note: `#[warn(noop_method_call)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.81s [INFO] running `Command { std: "docker" "inspect" "dcb575ff3856dda67405e7d4966368a20f4eb0b56ea36495304c0d55016a6755", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcb575ff3856dda67405e7d4966368a20f4eb0b56ea36495304c0d55016a6755", kill_on_drop: false }` [INFO] [stdout] dcb575ff3856dda67405e7d4966368a20f4eb0b56ea36495304c0d55016a6755 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 497f5ac2e5b135ceb99eb64ee91dbaed3ef78379292ad2216ec3277b49b73126 [INFO] running `Command { std: "docker" "start" "-a" "497f5ac2e5b135ceb99eb64ee91dbaed3ef78379292ad2216ec3277b49b73126", kill_on_drop: false }` [INFO] [stderr] Compiling macro-circom v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/main.rs:768:22 [INFO] [stdout] | [INFO] [stdout] 768 | let result = create_rust_idl(UTXO_STRUCT_BASE, &public_inputs); [INFO] [stdout] | ^^^^^^^^^^^^^^^---------------------------------- argument #3 of type `&str` is missing [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> src/main.rs:469:8 [INFO] [stdout] | [INFO] [stdout] 469 | pub fn create_rust_idl(base: &str, public_inputs: &Vec, input_type: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^ ---------------- [INFO] [stdout] help: provide the argument [INFO] [stdout] | [INFO] [stdout] 768 | let result = create_rust_idl(UTXO_STRUCT_BASE, &public_inputs, /* &str */); [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 3 arguments but 2 arguments were supplied [INFO] [stdout] --> src/main.rs:791:22 [INFO] [stdout] | [INFO] [stdout] 791 | let output = create_rust_idl(PUBLIC_INPUTS_INSTRUCTION_DATA_BASE, &public_inputs); [INFO] [stdout] | ^^^^^^^^^^^^^^^----------------------------------------------------- argument #3 of type `&str` is missing [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> src/main.rs:469:8 [INFO] [stdout] | [INFO] [stdout] 469 | pub fn create_rust_idl(base: &str, public_inputs: &Vec, input_type: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^ ---------------- [INFO] [stdout] help: provide the argument [INFO] [stdout] | [INFO] [stdout] 791 | let output = create_rust_idl(PUBLIC_INPUTS_INSTRUCTION_DATA_BASE, &public_inputs, /* &str */); [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `macro-circom` (bin "macro-circom" test) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "497f5ac2e5b135ceb99eb64ee91dbaed3ef78379292ad2216ec3277b49b73126", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "497f5ac2e5b135ceb99eb64ee91dbaed3ef78379292ad2216ec3277b49b73126", kill_on_drop: false }` [INFO] [stdout] 497f5ac2e5b135ceb99eb64ee91dbaed3ef78379292ad2216ec3277b49b73126