[INFO] cloning repository https://github.com/Agastya18/rust-arbitrage
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Agastya18/rust-arbitrage" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAgastya18%2Frust-arbitrage", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAgastya18%2Frust-arbitrage'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 67304d46b327fcb6614d589118e5d88ca0f1f434
[INFO] checking Agastya18/rust-arbitrage against master#36b21637e93b038453924d3c66821089e71d8baa for pr-143164
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAgastya18%2Frust-arbitrage" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Agastya18/rust-arbitrage
[INFO] finished tweaking git repo https://github.com/Agastya18/rust-arbitrage
[INFO] tweaked toml for git repo https://github.com/Agastya18/rust-arbitrage written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Agastya18/rust-arbitrage on toolchain 36b21637e93b038453924d3c66821089e71d8baa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Agastya18/rust-arbitrage 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" "+36b21637e93b038453924d3c66821089e71d8baa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitflags v2.8.0
[INFO] [stderr]   Downloaded native-tls v0.2.13
[INFO] [stderr]   Downloaded unicode-ident v1.0.16
[INFO] [stderr]   Downloaded httparse v1.10.0
[INFO] [stderr]   Downloaded miniz_oxide v0.8.3
[INFO] [stderr]   Downloaded cc v1.2.11
[INFO] [stderr]   Downloaded log v0.4.25
[INFO] [stderr]   Downloaded serde_json v1.0.138
[INFO] [stderr]   Downloaded ryu v1.0.19
[INFO] [stderr]   Downloaded openssl v0.10.69
[INFO] [stderr]   Downloaded syn v2.0.96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c2d6f27f6bf732c1907f63b3b5602af19a28dd43ffd83001deea0d5c7858b538
[INFO] running `Command { std: "docker" "start" "-a" "c2d6f27f6bf732c1907f63b3b5602af19a28dd43ffd83001deea0d5c7858b538", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c2d6f27f6bf732c1907f63b3b5602af19a28dd43ffd83001deea0d5c7858b538", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2d6f27f6bf732c1907f63b3b5602af19a28dd43ffd83001deea0d5c7858b538", kill_on_drop: false }`
[INFO] [stdout] c2d6f27f6bf732c1907f63b3b5602af19a28dd43ffd83001deea0d5c7858b538
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eaeabbde705fc12afd749430b37be88c9837e2f85f9bdddf2f8566cc617429ff
[INFO] running `Command { std: "docker" "start" "-a" "eaeabbde705fc12afd749430b37be88c9837e2f85f9bdddf2f8566cc617429ff", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling cc v1.2.11
[INFO] [stderr]    Compiling openssl v0.10.69
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]    Compiling native-tls v0.2.13
[INFO] [stderr]    Compiling httparse v1.10.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]    Compiling serde_json v1.0.138
[INFO] [stderr]     Checking ryu v1.0.19
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking console v0.15.10
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]     Checking tokio v1.43.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking tokio-util v0.7.13
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking reqwest v0.11.27
[INFO] [stderr]     Checking arb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: structure field `So11111111111111111111111111111111111111112` should have a snake case name
[INFO] [stdout]   --> src/main.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     So11111111111111111111111111111111111111112:SOLID,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `so11111111111111111111111111111111111111112`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `jup` should have an upper case name
[INFO] [stdout]   --> src/main.rs:35:11
[INFO] [stdout]    |
[INFO] [stdout] 35 |     const jup:&str="https://api.jup.ag/price/v2?ids=So11111111111111111111111111111111111111112";
[INFO] [stdout]    |           ^^^ help: convert the identifier to upper case: `JUP`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `So11111111111111111111111111111111111111112` should have a snake case name
[INFO] [stdout]   --> src/main.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 21 |     So11111111111111111111111111111111111111112:SOLID,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case (notice the capitalization): `so11111111111111111111111111111111111111112`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `jup` should have an upper case name
[INFO] [stdout]   --> src/main.rs:35:11
[INFO] [stdout]    |
[INFO] [stdout] 35 |     const jup:&str="https://api.jup.ag/price/v2?ids=So11111111111111111111111111111111111111112";
[INFO] [stdout]    |           ^^^ help: convert the identifier to upper case: `JUP`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_upper_case_globals)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.12s
[INFO] running `Command { std: "docker" "inspect" "eaeabbde705fc12afd749430b37be88c9837e2f85f9bdddf2f8566cc617429ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eaeabbde705fc12afd749430b37be88c9837e2f85f9bdddf2f8566cc617429ff", kill_on_drop: false }`
[INFO] [stdout] eaeabbde705fc12afd749430b37be88c9837e2f85f9bdddf2f8566cc617429ff
