[INFO] cloning repository https://github.com/Immernuel/my-repository
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Immernuel/my-repository" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FImmernuel%2Fmy-repository", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FImmernuel%2Fmy-repository'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1bfb7bb301903935f69aa184678cb839e6f6a316
[INFO] checking Immernuel/my-repository against 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d for pr-159598
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FImmernuel%2Fmy-repository" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Immernuel/my-repository
[INFO] finished tweaking git repo https://github.com/Immernuel/my-repository
[INFO] tweaked toml for git repo https://github.com/Immernuel/my-repository written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Immernuel/my-repository on toolchain 4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Immernuel/my-repository 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" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-7-tc2/source/contracts/vault_core/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8959f5749dcc44c5a59cc71fcd9ca4e963bf29a2c4b6a4a84cd1df7a78cfb47a
[INFO] running `Command { std: "docker" "start" "8959f5749dcc44c5a59cc71fcd9ca4e963bf29a2c4b6a4a84cd1df7a78cfb47a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8959f5749dcc44c5a59cc71fcd9ca4e963bf29a2c4b6a4a84cd1df7a78cfb47a", 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" "8959f5749dcc44c5a59cc71fcd9ca4e963bf29a2c4b6a4a84cd1df7a78cfb47a" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8959f5749dcc44c5a59cc71fcd9ca4e963bf29a2c4b6a4a84cd1df7a78cfb47a", 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" "8959f5749dcc44c5a59cc71fcd9ca4e963bf29a2c4b6a4a84cd1df7a78cfb47a" "/opt/rustwide/cargo-home/bin/cargo" "+4a9d5368df6450bbd2fc8dde4508c3e5d83bb19d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/contracts/vault_core/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]    Compiling borsh v1.6.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]    Compiling num-bigint v0.3.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling derive_arbitrary v1.4.2
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking near-structs-checker-core v0.26.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking bs58 v0.4.0
[INFO] [stderr]    Compiling near-structs-checker-macro v0.26.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking near-structs-checker-lib v0.26.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking fixed-hash v0.7.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking json_comments v0.2.2
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking near-config-utils v0.26.0
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking near-stdx v0.26.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking time-core v0.1.8
[INFO] [stderr]     Checking num-conv v0.2.0
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking rustc-hex v2.1.0
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling near-sdk-macros v5.5.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking ripemd v0.1.3
[INFO] [stderr]    Compiling toml_edit v0.25.4+spec-1.1.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling secp256k1-sys v0.8.2
[INFO] [stderr]     Checking uint v0.9.5
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling blst v0.3.16
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking primitive-types v0.10.1
[INFO] [stderr]    Compiling near-rpc-error-core v0.26.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.18.0
[INFO] [stderr]     Checking bytesize v1.3.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling borsh-derive v1.6.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling near-rpc-error-macro v0.26.0
[INFO] [stderr]    Compiling easy-ext v0.2.9
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking near-sys v0.2.7
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking serde_with v3.18.0
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling smart-default v0.6.0
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking near-account-id v1.1.4
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking near-primitives-core v0.26.0
[INFO] [stderr]     Checking near-token v0.3.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking near-gas v0.3.4
[INFO] [stderr]     Checking strum v0.24.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking near-time v0.26.0
[INFO] [stderr]     Checking zeropool-bn v0.5.11
[INFO] [stderr]     Checking near-parameters v0.26.0
[INFO] [stderr]     Checking near-fmt v0.26.0
[INFO] [stderr]     Checking secp256k1 v0.27.0
[INFO] [stderr]     Checking near-crypto v0.26.0
[INFO] [stderr]     Checking near-vm-runner v0.26.0
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking near-primitives v0.26.0
[INFO] [stderr]     Checking near-sdk v5.5.0
[INFO] [stderr]     Checking vault_core v0.1.0 (/opt/rustwide/workdir/contracts/vault_core)
[INFO] [stderr]     Checking chain_bridge v0.1.0 (/opt/rustwide/workdir/contracts/chain_bridge)
[INFO] [stderr]     Checking strategy_manager v0.1.0 (/opt/rustwide/workdir/contracts/strategy_manager)
[INFO] [stderr]     Checking wallet_core v0.1.0 (/opt/rustwide/workdir/contracts/wallet_core)
[INFO] [stdout] warning: use of deprecated struct `near_sdk::store::UnorderedSet`: Suboptimal iteration performance. See performance considerations doc for details. Consider using IterableSet instead (WARNING: manual storage migration is required if contract was previously deployed)
[INFO] [stdout]   --> contracts/wallet_core/src/lib.rs:13:34
[INFO] [stdout]    |
[INFO] [stdout] 13 | use near_sdk::store::{LookupMap, UnorderedSet};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `near_sdk::store::UnorderedSet`: Suboptimal iteration performance. See performance considerations doc for details. Consider using IterableSet instead (WARNING: manual storage migration is required if contract was previously deployed)
[INFO] [stdout]   --> contracts/wallet_core/src/lib.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub users: UnorderedSet<AccountId>,
[INFO] [stdout]    |                ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `near_sdk::store::UnorderedSet`: Suboptimal iteration performance. See performance considerations doc for details. Consider using IterableSet instead (WARNING: manual storage migration is required if contract was previously deployed)
[INFO] [stdout]   --> contracts/wallet_core/src/lib.rs:86:26
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub used_nullifiers: UnorderedSet<String>,
[INFO] [stdout]    |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `near_sdk::store::UnorderedSet`: Suboptimal iteration performance. See performance considerations doc for details. Consider using IterableSet instead (WARNING: manual storage migration is required if contract was previously deployed)
[INFO] [stdout]   --> contracts/wallet_core/src/lib.rs:99:20
[INFO] [stdout]    |
[INFO] [stdout] 99 |             users: UnorderedSet::new(StorageKey::Users),
[INFO] [stdout]    |                    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `near_sdk::store::UnorderedSet`: Suboptimal iteration performance. See performance considerations doc for details. Consider using IterableSet instead (WARNING: manual storage migration is required if contract was previously deployed)
[INFO] [stdout]    --> contracts/wallet_core/src/lib.rs:101:30
[INFO] [stdout]     |
[INFO] [stdout] 101 |             used_nullifiers: UnorderedSet::new(StorageKey::Nullifiers),
[INFO] [stdout]     |                              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `near_sdk::store::UnorderedSet`: Suboptimal iteration performance. See performance considerations doc for details. Consider using IterableSet instead (WARNING: manual storage migration is required if contract was previously deployed)
[INFO] [stdout]   --> contracts/wallet_core/src/lib.rs:13:34
[INFO] [stdout]    |
[INFO] [stdout] 13 | use near_sdk::store::{LookupMap, UnorderedSet};
[INFO] [stdout]    |                                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `near_sdk::store::UnorderedSet`: Suboptimal iteration performance. See performance considerations doc for details. Consider using IterableSet instead (WARNING: manual storage migration is required if contract was previously deployed)
[INFO] [stdout]   --> contracts/wallet_core/src/lib.rs:84:16
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub users: UnorderedSet<AccountId>,
[INFO] [stdout]    |                ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `near_sdk::store::UnorderedSet`: Suboptimal iteration performance. See performance considerations doc for details. Consider using IterableSet instead (WARNING: manual storage migration is required if contract was previously deployed)
[INFO] [stdout]   --> contracts/wallet_core/src/lib.rs:86:26
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub used_nullifiers: UnorderedSet<String>,
[INFO] [stdout]    |                          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `near_sdk::store::UnorderedSet`: Suboptimal iteration performance. See performance considerations doc for details. Consider using IterableSet instead (WARNING: manual storage migration is required if contract was previously deployed)
[INFO] [stdout]   --> contracts/wallet_core/src/lib.rs:99:20
[INFO] [stdout]    |
[INFO] [stdout] 99 |             users: UnorderedSet::new(StorageKey::Users),
[INFO] [stdout]    |                    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `near_sdk::store::UnorderedSet`: Suboptimal iteration performance. See performance considerations doc for details. Consider using IterableSet instead (WARNING: manual storage migration is required if contract was previously deployed)
[INFO] [stdout]    --> contracts/wallet_core/src/lib.rs:101:30
[INFO] [stdout]     |
[INFO] [stdout] 101 |             used_nullifiers: UnorderedSet::new(StorageKey::Nullifiers),
[INFO] [stdout]     |                              ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: borsh v1.6.0, primitive-types v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "8959f5749dcc44c5a59cc71fcd9ca4e963bf29a2c4b6a4a84cd1df7a78cfb47a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8959f5749dcc44c5a59cc71fcd9ca4e963bf29a2c4b6a4a84cd1df7a78cfb47a", kill_on_drop: false }`
[INFO] [stdout] 8959f5749dcc44c5a59cc71fcd9ca4e963bf29a2c4b6a4a84cd1df7a78cfb47a
