[INFO] cloning repository https://github.com/YPD-HG/superdev-assignment-railway
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/YPD-HG/superdev-assignment-railway" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYPD-HG%2Fsuperdev-assignment-railway", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYPD-HG%2Fsuperdev-assignment-railway'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e0981e39afb9c939a9cce98b7472196d78e7d074
[INFO] checking YPD-HG/superdev-assignment-railway against 65c7d39f9c2b9d5c316725cb48fa3d360c64c663 for pr-161253
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYPD-HG%2Fsuperdev-assignment-railway" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/YPD-HG/superdev-assignment-railway
[INFO] finished tweaking git repo https://github.com/YPD-HG/superdev-assignment-railway
[INFO] tweaked toml for git repo https://github.com/YPD-HG/superdev-assignment-railway written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/YPD-HG/superdev-assignment-railway on toolchain 65c7d39f9c2b9d5c316725cb48fa3d360c64c663
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/YPD-HG/superdev-assignment-railway 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" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ebe456b76baf5a77f1cc811098f547ff0043e68dc07092c4dd89185df523c84a
[INFO] running `Command { std: "docker" "start" "ebe456b76baf5a77f1cc811098f547ff0043e68dc07092c4dd89185df523c84a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ebe456b76baf5a77f1cc811098f547ff0043e68dc07092c4dd89185df523c84a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ebe456b76baf5a77f1cc811098f547ff0043e68dc07092c4dd89185df523c84a" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ebe456b76baf5a77f1cc811098f547ff0043e68dc07092c4dd89185df523c84a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ebe456b76baf5a77f1cc811098f547ff0043e68dc07092c4dd89185df523c84a" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling axum v0.6.20
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling num_enum_derive v0.5.11
[INFO] [stderr]     Checking num_enum v0.5.11
[INFO] [stderr]     Checking spl-token v3.5.0
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking solana-axum-server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `instruction::AccountMeta`
[INFO] [stdout]  --> src/handlers/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     instruction::AccountMeta,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `instruction::AccountMeta`
[INFO] [stdout]  --> src/handlers/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     instruction::AccountMeta,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode
[INFO] [stdout]    --> src/handlers/mod.rs:151:39
[INFO] [stdout]     |
[INFO] [stdout] 151 |             instruction_data: base64::encode(instruction.data),
[INFO] [stdout]     |                                       ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode
[INFO] [stdout]    --> src/handlers/mod.rs:235:35
[INFO] [stdout]     |
[INFO] [stdout] 235 |         instruction_data: base64::encode(instruction.data),
[INFO] [stdout]     |                                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode
[INFO] [stdout]    --> src/handlers/mod.rs:288:32
[INFO] [stdout]     |
[INFO] [stdout] 288 |             signature: base64::encode(signature),
[INFO] [stdout]     |                                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode
[INFO] [stdout]    --> src/handlers/mod.rs:322:35
[INFO] [stdout]     |
[INFO] [stdout] 322 |     let signature_bytes = base64::decode(&req.signature).map_err(|_| {
[INFO] [stdout]     |                                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode
[INFO] [stdout]    --> src/handlers/mod.rs:151:39
[INFO] [stdout]     |
[INFO] [stdout] 151 |             instruction_data: base64::encode(instruction.data),
[INFO] [stdout]     |                                       ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode
[INFO] [stdout]    --> src/handlers/mod.rs:418:35
[INFO] [stdout]     |
[INFO] [stdout] 418 |         instruction_data: base64::encode(instruction.data),
[INFO] [stdout]     |                                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode
[INFO] [stdout]    --> src/handlers/mod.rs:527:39
[INFO] [stdout]     |
[INFO] [stdout] 527 |             instruction_data: base64::encode(instruction.data),
[INFO] [stdout]     |                                       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode
[INFO] [stdout]    --> src/handlers/mod.rs:235:35
[INFO] [stdout]     |
[INFO] [stdout] 235 |         instruction_data: base64::encode(instruction.data),
[INFO] [stdout]     |                                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode
[INFO] [stdout]    --> src/handlers/mod.rs:288:32
[INFO] [stdout]     |
[INFO] [stdout] 288 |             signature: base64::encode(signature),
[INFO] [stdout]     |                                ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode
[INFO] [stdout]    --> src/handlers/mod.rs:322:35
[INFO] [stdout]     |
[INFO] [stdout] 322 |     let signature_bytes = base64::decode(&req.signature).map_err(|_| {
[INFO] [stdout]     |                                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode
[INFO] [stdout]    --> src/handlers/mod.rs:418:35
[INFO] [stdout]     |
[INFO] [stdout] 418 |         instruction_data: base64::encode(instruction.data),
[INFO] [stdout]     |                                   ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::encode`: Use Engine::encode
[INFO] [stdout]    --> src/handlers/mod.rs:527:39
[INFO] [stdout]     |
[INFO] [stdout] 527 |             instruction_data: base64::encode(instruction.data),
[INFO] [stdout]     |                                       ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `mintAuthority` should have a snake case name
[INFO] [stdout]   --> src/handlers/mod.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub mintAuthority: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `mint_authority`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isSigner` should have a snake case name
[INFO] [stdout]    --> src/handlers/mod.rs:445:9
[INFO] [stdout]     |
[INFO] [stdout] 445 |     pub isSigner: bool,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `is_signer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `mintAuthority` should have a snake case name
[INFO] [stdout]   --> src/handlers/mod.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub mintAuthority: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `mint_authority`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `isSigner` should have a snake case name
[INFO] [stdout]    --> src/handlers/mod.rs:445:9
[INFO] [stdout]     |
[INFO] [stdout] 445 |     pub isSigner: bool,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `is_signer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.65s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: borsh v1.5.7
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "ebe456b76baf5a77f1cc811098f547ff0043e68dc07092c4dd89185df523c84a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebe456b76baf5a77f1cc811098f547ff0043e68dc07092c4dd89185df523c84a", kill_on_drop: false }`
[INFO] [stdout] ebe456b76baf5a77f1cc811098f547ff0043e68dc07092c4dd89185df523c84a
