[INFO] cloning repository https://github.com/0xZeroLabs/s3n-native
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xZeroLabs/s3n-native" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xZeroLabs%2Fs3n-native", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xZeroLabs%2Fs3n-native'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ea5d4c9eb6a5f9c2078a7cead597880c6a3faa87
[INFO] checking 0xZeroLabs/s3n-native against try#44f3504e96c944ae54fc72b5f5008f53f7eda001 for pr-136776
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xZeroLabs%2Fs3n-native" "/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/0xZeroLabs/s3n-native on toolchain 44f3504e96c944ae54fc72b5f5008f53f7eda001
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+44f3504e96c944ae54fc72b5f5008f53f7eda001" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/0xZeroLabs/s3n-native
[INFO] finished tweaking git repo https://github.com/0xZeroLabs/s3n-native
[INFO] tweaked toml for git repo https://github.com/0xZeroLabs/s3n-native written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/0xZeroLabs/s3n-native 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" "+44f3504e96c944ae54fc72b5f5008f53f7eda001" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: patch for the non root package will be ignored, specify patch at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-6-tc2/source/crates/verifier/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] [stderr] warning: /workspace/builds/worker-6-tc2/source/crates/issuer/Cargo.toml: file `/workspace/builds/worker-6-tc2/source/crates/issuer/src/lib.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `lib` target `s3n_issuer`
[INFO] [stderr]   * `bin` target `s3n-issuer`
[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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+44f3504e96c944ae54fc72b5f5008f53f7eda001" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1426de391c386eb964d2ff7839f057129072b7041232d5e09995a256835f8d01
[INFO] running `Command { std: "docker" "start" "-a" "1426de391c386eb964d2ff7839f057129072b7041232d5e09995a256835f8d01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1426de391c386eb964d2ff7839f057129072b7041232d5e09995a256835f8d01", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1426de391c386eb964d2ff7839f057129072b7041232d5e09995a256835f8d01", kill_on_drop: false }`
[INFO] [stdout] 1426de391c386eb964d2ff7839f057129072b7041232d5e09995a256835f8d01
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+44f3504e96c944ae54fc72b5f5008f53f7eda001" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bc2c184c78b049b684a75c93d8240537c896e69b6a5ef12c13ca01835125a920
[INFO] running `Command { std: "docker" "start" "-a" "bc2c184c78b049b684a75c93d8240537c896e69b6a5ef12c13ca01835125a920", kill_on_drop: false }`
[INFO] [stderr] warning: patch for the non root package will be ignored, specify patch at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/crates/verifier/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/issuer/Cargo.toml: file `/opt/rustwide/workdir/crates/issuer/src/lib.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `lib` target `s3n_issuer`
[INFO] [stderr]   * `bin` target `s3n-issuer`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling serde v1.0.216
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.2.5
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling serde_json v1.0.134
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling syn v2.0.91
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]    Compiling unicase v2.8.0
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]     Checking unicode-ident v1.0.14
[INFO] [stderr]    Compiling cpufeatures v0.2.16
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking miniz_oxide v0.8.2
[INFO] [stderr]    Compiling const-hex v1.14.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking indexmap v2.7.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling thiserror v2.0.9
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]    Compiling arrow2 v0.18.0
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]    Compiling portable-atomic v1.10.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking rustls-pki-types v1.10.1
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking ruint v1.12.4
[INFO] [stderr]     Checking colored v2.2.0
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking hex-literal v0.4.1
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking strength_reduce v0.2.4
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]     Checking hash_hasher v2.0.3
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking ipnet v2.10.1
[INFO] [stderr]     Checking foreign_vec v0.1.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking ethnum v1.5.0
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]     Checking clap_builder v4.5.23
[INFO] [stderr]     Checking console v0.15.10
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking transpose v0.2.3
[INFO] [stderr]     Checking drawille v0.3.0
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]     Checking term_size v0.3.2
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking cobs v0.2.3
[INFO] [stderr]    Compiling seq-macro v0.3.5
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking rmp v0.8.14
[INFO] [stderr]     Checking memory-stats v1.2.0
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking s3n-issuer v0.1.0 (/opt/rustwide/workdir/crates/issuer)
[INFO] [stderr]     Checking dotenvy v0.15.7
[INFO] [stderr]     Checking s3n-native v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `flate2`
[INFO] [stdout]  --> crates/verifier/src/sindri.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use flate2::{write::GzEncoder, Compression};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `flate2`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `flate2`, use `cargo add flate2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]  --> crates/verifier/src/sindri.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reqwest::{
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `flate2`
[INFO] [stdout]  --> crates/verifier/src/sindri.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use flate2::{write::GzEncoder, Compression};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `flate2`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `flate2`, use `cargo add flate2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `reqwest`
[INFO] [stdout]  --> crates/verifier/src/sindri.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reqwest::{
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde_json`
[INFO] [stdout]  --> crates/verifier/src/sindri.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use serde_json::Value;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `base64`
[INFO] [stdout]  --> crates/verifier/src/utils.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use base64::{engine::general_purpose, Engine as _};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `base64`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `base64`, use `cargo add base64` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ark_serialize`
[INFO] [stdout]  --> crates/verifier/src/utils.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ark_serialize::{CanonicalDeserialize, CanonicalSerialize};
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ark_serialize`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ark_serialize`, use `cargo add ark_serialize` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `base64`
[INFO] [stdout]  --> crates/verifier/src/utils.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use base64::{engine::general_purpose, Engine as _};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `base64`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `base64`, use `cargo add base64` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `common`
[INFO] [stdout]  --> crates/verifier/src/utils.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use common::rv_trace::ELFInstruction;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `common`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `common`, use `cargo add common` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `jolt`
[INFO] [stdout]  --> crates/verifier/src/utils.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use jolt::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `jolt`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `jolt`, use `cargo add jolt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> crates/verifier/src/utils.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ark_bn254`
[INFO] [stdout]  --> crates/verifier/src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ark_bn254::{Bn254, Fr};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `ark_bn254`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ark_bn254`, use `cargo add ark_bn254` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `jolt`
[INFO] [stdout]  --> crates/verifier/src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use jolt::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `jolt`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `jolt`, use `cargo add jolt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `dotenvy`
[INFO] [stdout]  --> crates/verifier/src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use dotenvy::dotenv;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `dotenvy`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dotenvy`, use `cargo add dotenvy` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde_json`
[INFO] [stdout]   --> crates/verifier/src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use serde_json::Value;
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]   --> crates/verifier/src/sindri.rs:76:15
[INFO] [stdout]    |
[INFO] [stdout] 76 |     let map = serde_json::json!({"proof_input": proof_input});
[INFO] [stdout]    |               ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]   --> crates/verifier/src/main.rs:15:3
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[tokio::main]
[INFO] [stdout]    |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]   --> crates/verifier/src/sindri.rs:28:18
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let upload = reqwest::multipart::Form::new().part("files", part);
[INFO] [stdout]    |                  ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `main` is never used
[INFO] [stdout]  --> crates/issuer/src/lib.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn main() {
[INFO] [stdout]   |    ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]    --> crates/verifier/src/sindri.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |         tokio::time::sleep(Duration::from_secs(1)).await;
[INFO] [stdout]     |         ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tar`
[INFO] [stdout]   --> crates/verifier/src/sindri.rs:23:23
[INFO] [stdout]    |
[INFO] [stdout] 23 |         let mut tar = tar::Builder::new(enc);
[INFO] [stdout]    |                       ^^^ use of unresolved module or unlinked crate `tar`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tar`, use `cargo add tar` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::thread::Builder;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 23 -         let mut tar = tar::Builder::new(enc);
[INFO] [stdout] 23 +         let mut tar = Builder::new(enc);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]   --> crates/verifier/src/main.rs:38:32
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let proof_details: Value = serde_json::from_str(&contents).unwrap();
[INFO] [stdout]    |                                ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]   --> crates/verifier/src/main.rs:40:36
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let json_data: JsonProofData = serde_json::from_value(proof_details["proof"].clone()).unwrap();
[INFO] [stdout]    |                                    ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]   --> crates/verifier/src/sindri.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     serde_json::to_writer_pretty(&mut writer, &circuit_data).unwrap();
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]   --> crates/verifier/src/sindri.rs:67:31
[INFO] [stdout]    |
[INFO] [stdout] 67 |     let circuit_data: Value = serde_json::from_str(&data).unwrap();
[INFO] [stdout]    |                               ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]    --> crates/verifier/src/sindri.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 101 |     serde_json::to_writer_pretty(&mut writer, &proof_data).unwrap();
[INFO] [stdout]     |     ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rmp_serde`
[INFO] [stdout]   --> crates/verifier/src/utils.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         rmp_serde::from_slice(&memory_init_bytes).expect("unable to deserialize jolt memory_init");
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `rmp_serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rmp_serde`, use `cargo add rmp_serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rmp_serde`
[INFO] [stdout]   --> crates/verifier/src/utils.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |         rmp_serde::from_slice(&bytecode_bytes).expect("unable to deserialize jolt bytecode");
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `rmp_serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rmp_serde`, use `cargo add rmp_serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `s3n-native` (bin "verifier" test) due to 27 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `flate2`
[INFO] [stdout]  --> crates/verifier/src/sindri.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use flate2::{write::GzEncoder, Compression};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `flate2`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `flate2`, use `cargo add flate2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]  --> crates/verifier/src/sindri.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reqwest::{
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `flate2`
[INFO] [stdout]  --> crates/verifier/src/sindri.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use flate2::{write::GzEncoder, Compression};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `flate2`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `flate2`, use `cargo add flate2` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `reqwest`
[INFO] [stdout]  --> crates/verifier/src/sindri.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use reqwest::{
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde_json`
[INFO] [stdout]  --> crates/verifier/src/sindri.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use serde_json::Value;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `base64`
[INFO] [stdout]  --> crates/verifier/src/utils.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use base64::{engine::general_purpose, Engine as _};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `base64`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `base64`, use `cargo add base64` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ark_serialize`
[INFO] [stdout]  --> crates/verifier/src/utils.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use ark_serialize::{CanonicalDeserialize, CanonicalSerialize};
[INFO] [stdout]   |     ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `ark_serialize`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ark_serialize`, use `cargo add ark_serialize` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `base64`
[INFO] [stdout]  --> crates/verifier/src/utils.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use base64::{engine::general_purpose, Engine as _};
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `base64`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `base64`, use `cargo add base64` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `common`
[INFO] [stdout]  --> crates/verifier/src/utils.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use common::rv_trace::ELFInstruction;
[INFO] [stdout]   |     ^^^^^^ use of unresolved module or unlinked crate `common`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `common`, use `cargo add common` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `jolt`
[INFO] [stdout]  --> crates/verifier/src/utils.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use jolt::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `jolt`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `jolt`, use `cargo add jolt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> crates/verifier/src/utils.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `ark_bn254`
[INFO] [stdout]  --> crates/verifier/src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use ark_bn254::{Bn254, Fr};
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `ark_bn254`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ark_bn254`, use `cargo add ark_bn254` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `jolt`
[INFO] [stdout]  --> crates/verifier/src/main.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use jolt::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `jolt`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `jolt`, use `cargo add jolt` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `dotenvy`
[INFO] [stdout]  --> crates/verifier/src/main.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use dotenvy::dotenv;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `dotenvy`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `dotenvy`, use `cargo add dotenvy` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde_json`
[INFO] [stdout]   --> crates/verifier/src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use serde_json::Value;
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]   --> crates/verifier/src/sindri.rs:76:15
[INFO] [stdout]    |
[INFO] [stdout] 76 |     let map = serde_json::json!({"proof_input": proof_input});
[INFO] [stdout]    |               ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]   --> crates/verifier/src/main.rs:15:3
[INFO] [stdout]    |
[INFO] [stdout] 15 | #[tokio::main]
[INFO] [stdout]    |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]   --> crates/verifier/src/sindri.rs:28:18
[INFO] [stdout]    |
[INFO] [stdout] 28 |     let upload = reqwest::multipart::Form::new().part("files", part);
[INFO] [stdout]    |                  ^^^^^^^ use of unresolved module or unlinked crate `reqwest`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `reqwest`, use `cargo add reqwest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]    --> crates/verifier/src/sindri.rs:157:9
[INFO] [stdout]     |
[INFO] [stdout] 157 |         tokio::time::sleep(Duration::from_secs(1)).await;
[INFO] [stdout]     |         ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `tar`
[INFO] [stdout]   --> crates/verifier/src/sindri.rs:23:23
[INFO] [stdout]    |
[INFO] [stdout] 23 |         let mut tar = tar::Builder::new(enc);
[INFO] [stdout]    |                       ^^^ use of unresolved module or unlinked crate `tar`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tar`, use `cargo add tar` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::thread::Builder;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Builder`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 23 -         let mut tar = tar::Builder::new(enc);
[INFO] [stdout] 23 +         let mut tar = Builder::new(enc);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]   --> crates/verifier/src/main.rs:38:32
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let proof_details: Value = serde_json::from_str(&contents).unwrap();
[INFO] [stdout]    |                                ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]   --> crates/verifier/src/main.rs:40:36
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let json_data: JsonProofData = serde_json::from_value(proof_details["proof"].clone()).unwrap();
[INFO] [stdout]    |                                    ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]   --> crates/verifier/src/sindri.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     serde_json::to_writer_pretty(&mut writer, &circuit_data).unwrap();
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]   --> crates/verifier/src/sindri.rs:67:31
[INFO] [stdout]    |
[INFO] [stdout] 67 |     let circuit_data: Value = serde_json::from_str(&data).unwrap();
[INFO] [stdout]    |                               ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]    --> crates/verifier/src/sindri.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 101 |     serde_json::to_writer_pretty(&mut writer, &proof_data).unwrap();
[INFO] [stdout]     |     ^^^^^^^^^^ use of unresolved module or unlinked crate `serde_json`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `serde_json`, use `cargo add serde_json` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rmp_serde`
[INFO] [stdout]   --> crates/verifier/src/utils.rs:74:9
[INFO] [stdout]    |
[INFO] [stdout] 74 |         rmp_serde::from_slice(&memory_init_bytes).expect("unable to deserialize jolt memory_init");
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `rmp_serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rmp_serde`, use `cargo add rmp_serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rmp_serde`
[INFO] [stdout]   --> crates/verifier/src/utils.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 72 |         rmp_serde::from_slice(&bytecode_bytes).expect("unable to deserialize jolt bytecode");
[INFO] [stdout]    |         ^^^^^^^^^ use of unresolved module or unlinked crate `rmp_serde`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `rmp_serde`, use `cargo add rmp_serde` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `s3n-native` (bin "verifier") due to 27 previous errors
[INFO] running `Command { std: "docker" "inspect" "bc2c184c78b049b684a75c93d8240537c896e69b6a5ef12c13ca01835125a920", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc2c184c78b049b684a75c93d8240537c896e69b6a5ef12c13ca01835125a920", kill_on_drop: false }`
[INFO] [stdout] bc2c184c78b049b684a75c93d8240537c896e69b6a5ef12c13ca01835125a920
