[INFO] cloning repository https://github.com/streamingfast/substreams-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/streamingfast/substreams-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstreamingfast%2Fsubstreams-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstreamingfast%2Fsubstreams-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 276aa6bf65f10f48bace9d4c7ee2963885e4c515
[INFO] checking streamingfast/substreams-rs against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstreamingfast%2Fsubstreams-rs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/streamingfast/substreams-rs
[INFO] finished tweaking git repo https://github.com/streamingfast/substreams-rs
[INFO] tweaked toml for git repo https://github.com/streamingfast/substreams-rs written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/streamingfast/substreams-rs on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/streamingfast/substreams-rs 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c15380f430dba26122cd903a82e0c4c861e3dcfd671a1fd7621fce8e3420ae99
[INFO] running `Command { std: "docker" "start" "-a" "c15380f430dba26122cd903a82e0c4c861e3dcfd671a1fd7621fce8e3420ae99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c15380f430dba26122cd903a82e0c4c861e3dcfd671a1fd7621fce8e3420ae99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c15380f430dba26122cd903a82e0c4c861e3dcfd671a1fd7621fce8e3420ae99", kill_on_drop: false }`
[INFO] [stdout] c15380f430dba26122cd903a82e0c4c861e3dcfd671a1fd7621fce8e3420ae99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0880648ce93d2141db2a170d63cd5d4015417a903d6d18de82a1d11fe9ea8148
[INFO] running `Command { std: "docker" "start" "-a" "0880648ce93d2141db2a170d63cd5d4015417a903d6d18de82a1d11fe9ea8148", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling thiserror v2.0.15
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling prettyplease v0.1.25
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling rstest_macros v0.19.0
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling hex-literal v0.3.4
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking pad v0.1.6
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking bigdecimal v0.3.1
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.15
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking substreams-macro v0.7.0 (/opt/rustwide/workdir/substreams-macro)
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]    Compiling pest v2.8.1
[INFO] [stderr]     Checking prost-types v0.13.5
[INFO] [stderr]    Compiling pest_meta v2.8.1
[INFO] [stderr]    Compiling pest_generator v2.8.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking rstest v0.19.0
[INFO] [stderr]    Compiling pest_derive v2.8.1
[INFO] [stderr]     Checking substreams v0.7.0 (/opt/rustwide/workdir/substreams)
[INFO] [stdout] warning: unused import: `crate::pb::sf::substreams::foundational_store::service::v2::GetResponse`
[INFO] [stdout]   --> substreams/src/store.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 | use crate::pb::sf::substreams::foundational_store::service::v2::GetResponse;
[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: `crate::pb::sf::substreams::foundational_store::service::v2::GetResponse`
[INFO] [stdout]   --> substreams/src/store.rs:62:5
[INFO] [stdout]    |
[INFO] [stdout] 62 | use crate::pb::sf::substreams::foundational_store::service::v2::GetResponse;
[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 type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> substreams/src/lib.rs:211:28
[INFO] [stdout]     |
[INFO] [stdout] 211 | fn hook(info: &std::panic::PanicInfo<'_>) {
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> substreams/src/lib.rs:211:28
[INFO] [stdout]     |
[INFO] [stdout] 211 | fn hook(info: &std::panic::PanicInfo<'_>) {
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> substreams/src/expr_parser.rs:38:19
[INFO] [stdout]    |
[INFO] [stdout] 38 | fn parsing(input: &str) -> Result<Pair<Rule>, Error> {
[INFO] [stdout]    |                   ^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 | fn parsing(input: &str) -> Result<Pair<'_, Rule>, Error> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<scalar::BigInt, Infallible>
[INFO] [stdout]     --> substreams/src/scalar.rs:1068:9
[INFO] [stdout]      |
[INFO] [stdout] 1068 |         BigInt::try_from(input).unwrap()
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<scalar::BigInt, Infallible>
[INFO] [stdout]     --> substreams/src/scalar.rs:1072:9
[INFO] [stdout]      |
[INFO] [stdout] 1072 |         BigInt::try_from(input).unwrap()
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> substreams/src/expr_parser.rs:38:19
[INFO] [stdout]    |
[INFO] [stdout] 38 | fn parsing(input: &str) -> Result<Pair<Rule>, Error> {
[INFO] [stdout]    |                   ^^^^            ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 38 | fn parsing(input: &str) -> Result<Pair<'_, Rule>, Error> {
[INFO] [stdout]    |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `substreams` (lib test) due to 2 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "0880648ce93d2141db2a170d63cd5d4015417a903d6d18de82a1d11fe9ea8148", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0880648ce93d2141db2a170d63cd5d4015417a903d6d18de82a1d11fe9ea8148", kill_on_drop: false }`
[INFO] [stdout] 0880648ce93d2141db2a170d63cd5d4015417a903d6d18de82a1d11fe9ea8148
