[INFO] cloning repository https://github.com/0xBreath/snapshot-etl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xBreath/snapshot-etl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xBreath%2Fsnapshot-etl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xBreath%2Fsnapshot-etl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 81649c03f93e3a0b721ee2495ce252e1c528bed0
[INFO] checking 0xBreath/snapshot-etl against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xBreath%2Fsnapshot-etl" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/0xBreath/snapshot-etl
[INFO] finished tweaking git repo https://github.com/0xBreath/snapshot-etl
[INFO] tweaked toml for git repo https://github.com/0xBreath/snapshot-etl written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xBreath/snapshot-etl on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xBreath/snapshot-etl 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused workspace dependency `bytemuck`
[INFO] [stderr]   --> Cargo.toml:46:25
[INFO] [stderr]    |
[INFO] [stderr] 46 | [workspace.dependencies.bytemuck]
[INFO] [stderr]    |                         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `bytemuck`
[INFO] [stderr] warning: unused workspace dependency `bytes`
[INFO] [stderr]   --> Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | bytes = "1.2"
[INFO] [stderr]    | ^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `bytes`
[INFO] [stderr] warning: unused workspace dependency `crossbeam`
[INFO] [stderr]   --> Cargo.toml:58:25
[INFO] [stderr]    |
[INFO] [stderr] 58 | [workspace.dependencies.crossbeam]
[INFO] [stderr]    |                         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `crossbeam`
[INFO] [stderr] warning: unused workspace dependency `csv`
[INFO] [stderr]   --> Cargo.toml:61:25
[INFO] [stderr]    |
[INFO] [stderr] 61 | [workspace.dependencies.csv]
[INFO] [stderr]    |                         ^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `csv`
[INFO] [stderr] warning: unused workspace dependency `futures`
[INFO] [stderr]   --> Cargo.toml:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | futures = "0.3.30"
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `futures`
[INFO] [stderr] warning: unused workspace dependency `nacl`
[INFO] [stderr]   --> Cargo.toml:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | nacl = "0.5.3"
[INFO] [stderr]    | ^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `nacl`
[INFO] [stderr] warning: unused workspace dependency `serde_derive`
[INFO] [stderr]   --> Cargo.toml:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | serde_derive = "1.0.171"
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `serde_derive`
[INFO] [stderr] warning: unused workspace dependency `solana-account-decoder`
[INFO] [stderr]   --> Cargo.toml:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | solana-account-decoder = "1.17.22"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `solana-account-decoder`
[INFO] [stderr] warning: unused field `authors` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:100:1
[INFO] [stderr]     |
[INFO] [stderr] 100 | authors = ["Cosmic Lab <epochsolana@gmail.com>"]
[INFO] [stderr]     | ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.authors`
[INFO] [stderr] warning: unused field `categories` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:101:1
[INFO] [stderr]     |
[INFO] [stderr] 101 | categories = ["cryptography::cryptocurrencies", "database"]
[INFO] [stderr]     | ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.categories`
[INFO] [stderr] warning: unused field `description` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:102:1
[INFO] [stderr]     |
[INFO] [stderr] 102 | description = "Solana archival account state, easily accessible by anyone."
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.description`
[INFO] [stderr] warning: unused field `keywords` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:104:1
[INFO] [stderr]     |
[INFO] [stderr] 104 | keywords = ["solana"]
[INFO] [stderr]     | ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.keywords`
[INFO] [stderr] warning: unused field `license` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:105:1
[INFO] [stderr]     |
[INFO] [stderr] 105 | license = "Apache-2.0"
[INFO] [stderr]     | ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.license`
[INFO] [stderr] warning: unused field `repository` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:106:1
[INFO] [stderr]     |
[INFO] [stderr] 106 | repository = "https://github.com/cosmic-lab-inc"
[INFO] [stderr]     | ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.repository`
[INFO] [stderr] warning: workspace (manifest) generated 14 warnings
[INFO] [stderr]     Updating git repository `https://github.com/staratlasmeta/anchor-gen.git`
[INFO] [stderr] error: failed to get `anchor-gen` as a dependency of package `backfill v0.1.0 (/workspace/builds/worker-0-tc2/source/backfill)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `anchor-gen`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   unable to update https://github.com/staratlasmeta/anchor-gen.git?branch=main#ef5139f7
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to fetch into: /workspace/cargo-home/git/db/anchor-gen-100447210f55daef
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision ef5139f7438b4da0525b1bc393fbedce5280db2b not found
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to authenticate when downloading repository
[INFO] [stderr] 
[INFO] [stderr]   * attempted to find username/password via git's `credential.helper` support, but failed
[INFO] [stderr] 
[INFO] [stderr]   if the git CLI succeeds then `net.git-fetch-with-cli` may help here
[INFO] [stderr]   https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to acquire username/password from local configuration
[INFO] checking 0xBreath/snapshot-etl against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xBreath%2Fsnapshot-etl" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/0xBreath/snapshot-etl
[INFO] finished tweaking git repo https://github.com/0xBreath/snapshot-etl
[INFO] tweaked toml for git repo https://github.com/0xBreath/snapshot-etl written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xBreath/snapshot-etl on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xBreath/snapshot-etl 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused workspace dependency `bytemuck`
[INFO] [stderr]   --> Cargo.toml:46:25
[INFO] [stderr]    |
[INFO] [stderr] 46 | [workspace.dependencies.bytemuck]
[INFO] [stderr]    |                         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `bytemuck`
[INFO] [stderr] warning: unused workspace dependency `bytes`
[INFO] [stderr]   --> Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | bytes = "1.2"
[INFO] [stderr]    | ^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `bytes`
[INFO] [stderr] warning: unused workspace dependency `crossbeam`
[INFO] [stderr]   --> Cargo.toml:58:25
[INFO] [stderr]    |
[INFO] [stderr] 58 | [workspace.dependencies.crossbeam]
[INFO] [stderr]    |                         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `crossbeam`
[INFO] [stderr] warning: unused workspace dependency `csv`
[INFO] [stderr]   --> Cargo.toml:61:25
[INFO] [stderr]    |
[INFO] [stderr] 61 | [workspace.dependencies.csv]
[INFO] [stderr]    |                         ^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `csv`
[INFO] [stderr] warning: unused workspace dependency `futures`
[INFO] [stderr]   --> Cargo.toml:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | futures = "0.3.30"
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `futures`
[INFO] [stderr] warning: unused workspace dependency `nacl`
[INFO] [stderr]   --> Cargo.toml:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | nacl = "0.5.3"
[INFO] [stderr]    | ^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `nacl`
[INFO] [stderr] warning: unused workspace dependency `serde_derive`
[INFO] [stderr]   --> Cargo.toml:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | serde_derive = "1.0.171"
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `serde_derive`
[INFO] [stderr] warning: unused workspace dependency `solana-account-decoder`
[INFO] [stderr]   --> Cargo.toml:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | solana-account-decoder = "1.17.22"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `solana-account-decoder`
[INFO] [stderr] warning: unused field `authors` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:100:1
[INFO] [stderr]     |
[INFO] [stderr] 100 | authors = ["Cosmic Lab <epochsolana@gmail.com>"]
[INFO] [stderr]     | ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.authors`
[INFO] [stderr] warning: unused field `categories` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:101:1
[INFO] [stderr]     |
[INFO] [stderr] 101 | categories = ["cryptography::cryptocurrencies", "database"]
[INFO] [stderr]     | ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.categories`
[INFO] [stderr] warning: unused field `description` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:102:1
[INFO] [stderr]     |
[INFO] [stderr] 102 | description = "Solana archival account state, easily accessible by anyone."
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.description`
[INFO] [stderr] warning: unused field `keywords` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:104:1
[INFO] [stderr]     |
[INFO] [stderr] 104 | keywords = ["solana"]
[INFO] [stderr]     | ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.keywords`
[INFO] [stderr] warning: unused field `license` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:105:1
[INFO] [stderr]     |
[INFO] [stderr] 105 | license = "Apache-2.0"
[INFO] [stderr]     | ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.license`
[INFO] [stderr] warning: unused field `repository` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:106:1
[INFO] [stderr]     |
[INFO] [stderr] 106 | repository = "https://github.com/cosmic-lab-inc"
[INFO] [stderr]     | ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.repository`
[INFO] [stderr] warning: workspace (manifest) generated 14 warnings
[INFO] [stderr]     Updating git repository `https://github.com/staratlasmeta/anchor-gen.git`
[INFO] [stderr] error: failed to get `anchor-gen` as a dependency of package `backfill v0.1.0 (/workspace/builds/worker-0-tc2/source/backfill)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `anchor-gen`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   unable to update https://github.com/staratlasmeta/anchor-gen.git?branch=main#ef5139f7
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to fetch into: /workspace/cargo-home/git/db/anchor-gen-100447210f55daef
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision ef5139f7438b4da0525b1bc393fbedce5280db2b not found
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to authenticate when downloading repository
[INFO] [stderr] 
[INFO] [stderr]   * attempted to find username/password via git's `credential.helper` support, but failed
[INFO] [stderr] 
[INFO] [stderr]   if the git CLI succeeds then `net.git-fetch-with-cli` may help here
[INFO] [stderr]   https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to acquire username/password from local configuration
[INFO] checking 0xBreath/snapshot-etl against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xBreath%2Fsnapshot-etl" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/0xBreath/snapshot-etl
[INFO] finished tweaking git repo https://github.com/0xBreath/snapshot-etl
[INFO] tweaked toml for git repo https://github.com/0xBreath/snapshot-etl written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xBreath/snapshot-etl on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xBreath/snapshot-etl 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused workspace dependency `bytemuck`
[INFO] [stderr]   --> Cargo.toml:46:25
[INFO] [stderr]    |
[INFO] [stderr] 46 | [workspace.dependencies.bytemuck]
[INFO] [stderr]    |                         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `bytemuck`
[INFO] [stderr] warning: unused workspace dependency `bytes`
[INFO] [stderr]   --> Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | bytes = "1.2"
[INFO] [stderr]    | ^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `bytes`
[INFO] [stderr] warning: unused workspace dependency `crossbeam`
[INFO] [stderr]   --> Cargo.toml:58:25
[INFO] [stderr]    |
[INFO] [stderr] 58 | [workspace.dependencies.crossbeam]
[INFO] [stderr]    |                         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `crossbeam`
[INFO] [stderr] warning: unused workspace dependency `csv`
[INFO] [stderr]   --> Cargo.toml:61:25
[INFO] [stderr]    |
[INFO] [stderr] 61 | [workspace.dependencies.csv]
[INFO] [stderr]    |                         ^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `csv`
[INFO] [stderr] warning: unused workspace dependency `futures`
[INFO] [stderr]   --> Cargo.toml:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | futures = "0.3.30"
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `futures`
[INFO] [stderr] warning: unused workspace dependency `nacl`
[INFO] [stderr]   --> Cargo.toml:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | nacl = "0.5.3"
[INFO] [stderr]    | ^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `nacl`
[INFO] [stderr] warning: unused workspace dependency `serde_derive`
[INFO] [stderr]   --> Cargo.toml:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | serde_derive = "1.0.171"
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `serde_derive`
[INFO] [stderr] warning: unused workspace dependency `solana-account-decoder`
[INFO] [stderr]   --> Cargo.toml:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | solana-account-decoder = "1.17.22"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `solana-account-decoder`
[INFO] [stderr] warning: unused field `authors` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:100:1
[INFO] [stderr]     |
[INFO] [stderr] 100 | authors = ["Cosmic Lab <epochsolana@gmail.com>"]
[INFO] [stderr]     | ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.authors`
[INFO] [stderr] warning: unused field `categories` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:101:1
[INFO] [stderr]     |
[INFO] [stderr] 101 | categories = ["cryptography::cryptocurrencies", "database"]
[INFO] [stderr]     | ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.categories`
[INFO] [stderr] warning: unused field `description` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:102:1
[INFO] [stderr]     |
[INFO] [stderr] 102 | description = "Solana archival account state, easily accessible by anyone."
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.description`
[INFO] [stderr] warning: unused field `keywords` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:104:1
[INFO] [stderr]     |
[INFO] [stderr] 104 | keywords = ["solana"]
[INFO] [stderr]     | ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.keywords`
[INFO] [stderr] warning: unused field `license` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:105:1
[INFO] [stderr]     |
[INFO] [stderr] 105 | license = "Apache-2.0"
[INFO] [stderr]     | ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.license`
[INFO] [stderr] warning: unused field `repository` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:106:1
[INFO] [stderr]     |
[INFO] [stderr] 106 | repository = "https://github.com/cosmic-lab-inc"
[INFO] [stderr]     | ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.repository`
[INFO] [stderr] warning: workspace (manifest) generated 14 warnings
[INFO] [stderr]     Updating git repository `https://github.com/staratlasmeta/anchor-gen.git`
[INFO] [stderr] error: failed to get `anchor-gen` as a dependency of package `backfill v0.1.0 (/workspace/builds/worker-0-tc2/source/backfill)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `anchor-gen`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   unable to update https://github.com/staratlasmeta/anchor-gen.git?branch=main#ef5139f7
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to fetch into: /workspace/cargo-home/git/db/anchor-gen-100447210f55daef
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision ef5139f7438b4da0525b1bc393fbedce5280db2b not found
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to authenticate when downloading repository
[INFO] [stderr] 
[INFO] [stderr]   * attempted to find username/password via git's `credential.helper` support, but failed
[INFO] [stderr] 
[INFO] [stderr]   if the git CLI succeeds then `net.git-fetch-with-cli` may help here
[INFO] [stderr]   https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to acquire username/password from local configuration
[INFO] checking 0xBreath/snapshot-etl against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xBreath%2Fsnapshot-etl" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/0xBreath/snapshot-etl
[INFO] finished tweaking git repo https://github.com/0xBreath/snapshot-etl
[INFO] tweaked toml for git repo https://github.com/0xBreath/snapshot-etl written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xBreath/snapshot-etl on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xBreath/snapshot-etl 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused workspace dependency `bytemuck`
[INFO] [stderr]   --> Cargo.toml:46:25
[INFO] [stderr]    |
[INFO] [stderr] 46 | [workspace.dependencies.bytemuck]
[INFO] [stderr]    |                         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `bytemuck`
[INFO] [stderr] warning: unused workspace dependency `bytes`
[INFO] [stderr]   --> Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | bytes = "1.2"
[INFO] [stderr]    | ^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `bytes`
[INFO] [stderr] warning: unused workspace dependency `crossbeam`
[INFO] [stderr]   --> Cargo.toml:58:25
[INFO] [stderr]    |
[INFO] [stderr] 58 | [workspace.dependencies.crossbeam]
[INFO] [stderr]    |                         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `crossbeam`
[INFO] [stderr] warning: unused workspace dependency `csv`
[INFO] [stderr]   --> Cargo.toml:61:25
[INFO] [stderr]    |
[INFO] [stderr] 61 | [workspace.dependencies.csv]
[INFO] [stderr]    |                         ^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `csv`
[INFO] [stderr] warning: unused workspace dependency `futures`
[INFO] [stderr]   --> Cargo.toml:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | futures = "0.3.30"
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `futures`
[INFO] [stderr] warning: unused workspace dependency `nacl`
[INFO] [stderr]   --> Cargo.toml:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | nacl = "0.5.3"
[INFO] [stderr]    | ^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `nacl`
[INFO] [stderr] warning: unused workspace dependency `serde_derive`
[INFO] [stderr]   --> Cargo.toml:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | serde_derive = "1.0.171"
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `serde_derive`
[INFO] [stderr] warning: unused workspace dependency `solana-account-decoder`
[INFO] [stderr]   --> Cargo.toml:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | solana-account-decoder = "1.17.22"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `solana-account-decoder`
[INFO] [stderr] warning: unused field `authors` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:100:1
[INFO] [stderr]     |
[INFO] [stderr] 100 | authors = ["Cosmic Lab <epochsolana@gmail.com>"]
[INFO] [stderr]     | ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.authors`
[INFO] [stderr] warning: unused field `categories` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:101:1
[INFO] [stderr]     |
[INFO] [stderr] 101 | categories = ["cryptography::cryptocurrencies", "database"]
[INFO] [stderr]     | ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.categories`
[INFO] [stderr] warning: unused field `description` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:102:1
[INFO] [stderr]     |
[INFO] [stderr] 102 | description = "Solana archival account state, easily accessible by anyone."
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.description`
[INFO] [stderr] warning: unused field `keywords` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:104:1
[INFO] [stderr]     |
[INFO] [stderr] 104 | keywords = ["solana"]
[INFO] [stderr]     | ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.keywords`
[INFO] [stderr] warning: unused field `license` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:105:1
[INFO] [stderr]     |
[INFO] [stderr] 105 | license = "Apache-2.0"
[INFO] [stderr]     | ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.license`
[INFO] [stderr] warning: unused field `repository` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:106:1
[INFO] [stderr]     |
[INFO] [stderr] 106 | repository = "https://github.com/cosmic-lab-inc"
[INFO] [stderr]     | ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.repository`
[INFO] [stderr] warning: workspace (manifest) generated 14 warnings
[INFO] [stderr]     Updating git repository `https://github.com/staratlasmeta/anchor-gen.git`
[INFO] [stderr] error: failed to get `anchor-gen` as a dependency of package `backfill v0.1.0 (/workspace/builds/worker-0-tc2/source/backfill)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `anchor-gen`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   unable to update https://github.com/staratlasmeta/anchor-gen.git?branch=main#ef5139f7
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to fetch into: /workspace/cargo-home/git/db/anchor-gen-100447210f55daef
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision ef5139f7438b4da0525b1bc393fbedce5280db2b not found
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to authenticate when downloading repository
[INFO] [stderr] 
[INFO] [stderr]   * attempted to find username/password via git's `credential.helper` support, but failed
[INFO] [stderr] 
[INFO] [stderr]   if the git CLI succeeds then `net.git-fetch-with-cli` may help here
[INFO] [stderr]   https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to acquire username/password from local configuration
[INFO] checking 0xBreath/snapshot-etl against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xBreath%2Fsnapshot-etl" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/0xBreath/snapshot-etl
[INFO] finished tweaking git repo https://github.com/0xBreath/snapshot-etl
[INFO] tweaked toml for git repo https://github.com/0xBreath/snapshot-etl written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xBreath/snapshot-etl on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xBreath/snapshot-etl 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused workspace dependency `bytemuck`
[INFO] [stderr]   --> Cargo.toml:46:25
[INFO] [stderr]    |
[INFO] [stderr] 46 | [workspace.dependencies.bytemuck]
[INFO] [stderr]    |                         ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the workspace dependency `bytemuck`
[INFO] [stderr] warning: unused workspace dependency `bytes`
[INFO] [stderr]   --> Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | bytes = "1.2"
[INFO] [stderr]    | ^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `bytes`
[INFO] [stderr] warning: unused workspace dependency `crossbeam`
[INFO] [stderr]   --> Cargo.toml:58:25
[INFO] [stderr]    |
[INFO] [stderr] 58 | [workspace.dependencies.crossbeam]
[INFO] [stderr]    |                         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `crossbeam`
[INFO] [stderr] warning: unused workspace dependency `csv`
[INFO] [stderr]   --> Cargo.toml:61:25
[INFO] [stderr]    |
[INFO] [stderr] 61 | [workspace.dependencies.csv]
[INFO] [stderr]    |                         ^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `csv`
[INFO] [stderr] warning: unused workspace dependency `futures`
[INFO] [stderr]   --> Cargo.toml:14:1
[INFO] [stderr]    |
[INFO] [stderr] 14 | futures = "0.3.30"
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `futures`
[INFO] [stderr] warning: unused workspace dependency `nacl`
[INFO] [stderr]   --> Cargo.toml:19:1
[INFO] [stderr]    |
[INFO] [stderr] 19 | nacl = "0.5.3"
[INFO] [stderr]    | ^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `nacl`
[INFO] [stderr] warning: unused workspace dependency `serde_derive`
[INFO] [stderr]   --> Cargo.toml:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | serde_derive = "1.0.171"
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `serde_derive`
[INFO] [stderr] warning: unused workspace dependency `solana-account-decoder`
[INFO] [stderr]   --> Cargo.toml:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | solana-account-decoder = "1.17.22"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the workspace dependency `solana-account-decoder`
[INFO] [stderr] warning: unused field `authors` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:100:1
[INFO] [stderr]     |
[INFO] [stderr] 100 | authors = ["Cosmic Lab <epochsolana@gmail.com>"]
[INFO] [stderr]     | ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.authors`
[INFO] [stderr] warning: unused field `categories` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:101:1
[INFO] [stderr]     |
[INFO] [stderr] 101 | categories = ["cryptography::cryptocurrencies", "database"]
[INFO] [stderr]     | ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.categories`
[INFO] [stderr] warning: unused field `description` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:102:1
[INFO] [stderr]     |
[INFO] [stderr] 102 | description = "Solana archival account state, easily accessible by anyone."
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.description`
[INFO] [stderr] warning: unused field `keywords` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:104:1
[INFO] [stderr]     |
[INFO] [stderr] 104 | keywords = ["solana"]
[INFO] [stderr]     | ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.keywords`
[INFO] [stderr] warning: unused field `license` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:105:1
[INFO] [stderr]     |
[INFO] [stderr] 105 | license = "Apache-2.0"
[INFO] [stderr]     | ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.license`
[INFO] [stderr] warning: unused field `repository` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:106:1
[INFO] [stderr]     |
[INFO] [stderr] 106 | repository = "https://github.com/cosmic-lab-inc"
[INFO] [stderr]     | ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: consider removing the field `workspace.package.repository`
[INFO] [stderr] warning: workspace (manifest) generated 14 warnings
[INFO] [stderr]     Updating git repository `https://github.com/staratlasmeta/anchor-gen.git`
[INFO] [stderr] error: failed to get `anchor-gen` as a dependency of package `backfill v0.1.0 (/workspace/builds/worker-0-tc2/source/backfill)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `anchor-gen`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   unable to update https://github.com/staratlasmeta/anchor-gen.git?branch=main#ef5139f7
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to fetch into: /workspace/cargo-home/git/db/anchor-gen-100447210f55daef
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision ef5139f7438b4da0525b1bc393fbedce5280db2b not found
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to authenticate when downloading repository
[INFO] [stderr] 
[INFO] [stderr]   * attempted to find username/password via git's `credential.helper` support, but failed
[INFO] [stderr] 
[INFO] [stderr]   if the git CLI succeeds then `net.git-fetch-with-cli` may help here
[INFO] [stderr]   https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to acquire username/password from local configuration


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: unused workspace dependency `bytemuck`
      --> Cargo.toml:46:25
       |
    46 | [workspace.dependencies.bytemuck]
       |                         ^^^^^^^^
       |
       = note: `cargo::unused_workspace_dependencies` is set to `warn` by default
    help: consider removing the workspace dependency `bytemuck`
    warning: unused workspace dependency `bytes`
      --> Cargo.toml:10:1
       |
    10 | bytes = "1.2"
       | ^^^^^
       |
    help: consider removing the workspace dependency `bytes`
    warning: unused workspace dependency `crossbeam`
      --> Cargo.toml:58:25
       |
    58 | [workspace.dependencies.crossbeam]
       |                         ^^^^^^^^^
       |
    help: consider removing the workspace dependency `crossbeam`
    warning: unused workspace dependency `csv`
      --> Cargo.toml:61:25
       |
    61 | [workspace.dependencies.csv]
       |                         ^^^
       |
    help: consider removing the workspace dependency `csv`
    warning: unused workspace dependency `futures`
      --> Cargo.toml:14:1
       |
    14 | futures = "0.3.30"
       | ^^^^^^^
       |
    help: consider removing the workspace dependency `futures`
    warning: unused workspace dependency `nacl`
      --> Cargo.toml:19:1
       |
    19 | nacl = "0.5.3"
       | ^^^^
       |
    help: consider removing the workspace dependency `nacl`
    warning: unused workspace dependency `serde_derive`
      --> Cargo.toml:25:1
       |
    25 | serde_derive = "1.0.171"
       | ^^^^^^^^^^^^
       |
    help: consider removing the workspace dependency `serde_derive`
    warning: unused workspace dependency `solana-account-decoder`
      --> Cargo.toml:30:1
       |
    30 | solana-account-decoder = "1.17.22"
       | ^^^^^^^^^^^^^^^^^^^^^^
       |
    help: consider removing the workspace dependency `solana-account-decoder`
    warning: unused field `authors` in `workspace.package`
       --> Cargo.toml:100:1
        |
    100 | authors = ["Cosmic Lab <epochsolana@gmail.com>"]
        | ^^^^^^^
        |
        = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
    help: consider removing the field `workspace.package.authors`
    warning: unused field `categories` in `workspace.package`
       --> Cargo.toml:101:1
        |
    101 | categories = ["cryptography::cryptocurrencies", "database"]
        | ^^^^^^^^^^
        |
    help: consider removing the field `workspace.package.categories`
    warning: unused field `description` in `workspace.package`
       --> Cargo.toml:102:1
        |
    102 | description = "Solana archival account state, easily accessible by anyone."
        | ^^^^^^^^^^^
        |
    help: consider removing the field `workspace.package.description`
    warning: unused field `keywords` in `workspace.package`
       --> Cargo.toml:104:1
        |
    104 | keywords = ["solana"]
        | ^^^^^^^^
        |
    help: consider removing the field `workspace.package.keywords`
    warning: unused field `license` in `workspace.package`
       --> Cargo.toml:105:1
        |
    105 | license = "Apache-2.0"
        | ^^^^^^^
        |
    help: consider removing the field `workspace.package.license`
    warning: unused field `repository` in `workspace.package`
       --> Cargo.toml:106:1
        |
    106 | repository = "https://github.com/cosmic-lab-inc"
        | ^^^^^^^^^^
        |
    help: consider removing the field `workspace.package.repository`
    warning: workspace (manifest) generated 14 warnings
        Updating git repository `https://github.com/staratlasmeta/anchor-gen.git`
    error: failed to get `anchor-gen` as a dependency of package `backfill v0.1.0 (/workspace/builds/worker-0-tc2/source/backfill)`
    
    Caused by:
      failed to load source for dependency `anchor-gen`
    
    Caused by:
      unable to update https://github.com/staratlasmeta/anchor-gen.git?branch=main#ef5139f7
    
    Caused by:
      failed to fetch into: /workspace/cargo-home/git/db/anchor-gen-100447210f55daef
    
    Caused by:
      revision ef5139f7438b4da0525b1bc393fbedce5280db2b not found
    
    Caused by:
      failed to authenticate when downloading repository
    
      * attempted to find username/password via git's `credential.helper` support, but failed
    
      if the git CLI succeeds then `net.git-fetch-with-cli` may help here
      https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
    
    Caused by:
      failed to acquire username/password from local configuration