[INFO] cloning repository https://github.com/AmosCroft/driftlab [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AmosCroft/driftlab" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAmosCroft%2Fdriftlab", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAmosCroft%2Fdriftlab'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0df99a967907bb74202ad9648a4ea61728a6c503 [INFO] checking AmosCroft/driftlab against try#18c1d185ac7a6a3bf399296b35e4b2736809a756 for pr-146972 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAmosCroft%2Fdriftlab" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/AmosCroft/driftlab [INFO] finished tweaking git repo https://github.com/AmosCroft/driftlab [INFO] tweaked toml for git repo https://github.com/AmosCroft/driftlab written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/AmosCroft/driftlab on toolchain 18c1d185ac7a6a3bf399296b35e4b2736809a756 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+18c1d185ac7a6a3bf399296b35e4b2736809a756" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/AmosCroft/driftlab 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" "+18c1d185ac7a6a3bf399296b35e4b2736809a756" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+18c1d185ac7a6a3bf399296b35e4b2736809a756" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 15ac975396b0f8c1e44690e084184d7d27215ae3344ebe1cd8fb895b52448208 [INFO] running `Command { std: "docker" "start" "-a" "15ac975396b0f8c1e44690e084184d7d27215ae3344ebe1cd8fb895b52448208", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "15ac975396b0f8c1e44690e084184d7d27215ae3344ebe1cd8fb895b52448208", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15ac975396b0f8c1e44690e084184d7d27215ae3344ebe1cd8fb895b52448208", kill_on_drop: false }` [INFO] [stdout] 15ac975396b0f8c1e44690e084184d7d27215ae3344ebe1cd8fb895b52448208 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+18c1d185ac7a6a3bf399296b35e4b2736809a756" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 73ca615beec1f7ca6b46931949686e23b51855c0b0f7de6e59d8517790c3a823 [INFO] running `Command { std: "docker" "start" "-a" "73ca615beec1f7ca6b46931949686e23b51855c0b0f7de6e59d8517790c3a823", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling serde_core v1.0.223 [INFO] [stderr] Compiling serde v1.0.223 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling zerocopy v0.8.27 [INFO] [stderr] Checking tracing-core v0.1.34 [INFO] [stderr] Checking log v0.4.28 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking seize v0.5.1 [INFO] [stderr] Checking nu-ansi-term v0.50.1 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking intrusive-collections v0.9.7 [INFO] [stderr] Checking time v0.3.43 [INFO] [stderr] Checking crossbeam-queue v0.3.12 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking parking_lot_core v0.9.11 [INFO] [stderr] Checking thin-vec v0.2.14 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking salsa-macro-rules v0.23.0 [INFO] [stderr] Checking papaya v0.2.3 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking boxcar v0.2.14 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking regex-syntax v0.8.6 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Compiling ref-cast v1.0.24 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Checking dyn-clone v1.0.20 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling thiserror v2.0.16 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking id-arena v2.2.1 [INFO] [stderr] Checking toml_parser v1.0.2 [INFO] [stderr] Checking toml_writer v1.0.2 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling genco-macros v0.18.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking path-clean v1.0.1 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Checking relative-path v1.9.3 [INFO] [stderr] Compiling xshell-macros v0.2.7 [INFO] [stderr] Checking sha3 v0.10.8 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking xshell v0.2.7 [INFO] [stderr] Checking cairo-lang-primitive-token v1.0.0 [INFO] [stderr] Compiling indoc v2.0.6 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Checking colored v3.0.0 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling deranged v0.5.3 [INFO] [stderr] Checking bstr v1.12.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Checking semver v1.0.27 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking regex-automata v0.4.10 [INFO] [stderr] Compiling rustc-hash v2.1.1 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Checking diffy v0.4.2 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Checking lambdaworks-math v0.10.0 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Checking blake2 v0.10.6 [INFO] [stderr] Compiling term v1.2.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking pretty_assertions v1.4.1 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling string_cache v0.8.9 [INFO] [stderr] Compiling ena v0.14.3 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling ascii-canvas v4.0.0 [INFO] [stderr] Checking convert_case v0.8.0 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling virtue v0.0.18 [INFO] [stderr] Checking unty v0.0.4 [INFO] [stderr] Compiling erased-serde v0.4.8 [INFO] [stderr] Checking anstyle-query v1.1.4 [INFO] [stderr] Checking inventory v0.3.21 [INFO] [stderr] Checking anstream v0.6.20 [INFO] [stderr] Checking xxhash-rust v0.8.15 [INFO] [stderr] Checking indent v0.1.1 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Compiling rust_decimal v1.38.0 [INFO] [stderr] Checking flate2 v1.1.2 [INFO] [stderr] Checking rfc6979 v0.4.0 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking clap_builder v4.5.47 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Checking ndarray v0.16.1 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking ark-std v0.5.0 [INFO] [stderr] Compiling bincode_derive v2.0.1 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking zip v0.6.6 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Checking const_format v0.2.34 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Compiling find-msvc-tools v0.1.1 [INFO] [stderr] Checking lambdaworks-crypto v0.10.0 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking http v1.3.1 [INFO] [stderr] Compiling cc v1.2.37 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking globset v0.4.16 [INFO] [stderr] Checking lalrpop-util v0.22.2 [INFO] [stderr] Checking unicode-ident v1.0.19 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Checking unicode-width v0.2.1 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Checking ignore v0.4.23 [INFO] [stderr] Compiling test-case-core v3.3.1 [INFO] [stderr] Compiling openssl-src v300.5.2+3.5.2 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking openssl-probe v0.1.6 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Compiling rstest_macros v0.26.1 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Checking event-listener v5.4.1 [INFO] [stderr] Checking itertools v0.14.0 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Compiling pulldown-cmark v0.13.0 [INFO] [stderr] Checking bimap v0.6.3 [INFO] [stderr] Checking iri-string v0.7.8 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Checking getopts v0.2.24 [INFO] [stderr] Checking console v0.16.1 [INFO] [stderr] Checking dissimilar v1.0.10 [INFO] [stderr] Checking pulldown-cmark-escape v0.11.0 [INFO] [stderr] Checking unit-prefix v0.5.1 [INFO] [stderr] Checking expect-test v1.5.1 [INFO] [stderr] Checking async-channel v2.5.0 [INFO] [stderr] Checking indicatif v0.18.0 [INFO] [stderr] Compiling serde_derive v1.0.223 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling salsa-macros v0.23.0 [INFO] [stderr] Compiling ref-cast-impl v1.0.24 [INFO] [stderr] Compiling schemars_derive v1.0.4 [INFO] [stderr] Compiling thiserror-impl v2.0.16 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling typetag-impl v0.2.20 [INFO] [stderr] Compiling clap_derive v4.5.47 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling enum-ordinalize-derive v4.3.1 [INFO] [stderr] Checking sprs v0.11.3 [INFO] [stderr] Checking genco v0.18.1 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Compiling ark-serialize-derive v0.5.0 [INFO] [stderr] Compiling enum-ordinalize v4.3.0 [INFO] [stderr] Checking crypto-bigint v0.5.5 [INFO] [stderr] Compiling educe v0.6.0 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking unescaper v0.1.6 [INFO] [stderr] Checking tracing-subscriber v0.3.20 [INFO] [stderr] Compiling ark-ff-asm v0.5.0 [INFO] [stderr] Checking cairo-lang-syntax-codegen v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-syntax-codegen) [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling test-case-macros v3.3.1 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Checking clap v4.5.47 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Checking test-case v3.3.1 [INFO] [stderr] Checking microlp v0.2.11 [INFO] [stderr] Checking rustls-pki-types v1.12.0 [INFO] [stderr] Checking tokio v1.47.1 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking good_lp v1.14.0 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Checking zerovec v0.11.4 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking smol_str v0.3.2 [INFO] [stderr] Checking vector-map v1.0.2 [INFO] [stderr] Checking hashbrown v0.16.0 [INFO] [stderr] Checking toml_datetime v0.7.0 [INFO] [stderr] Checking serde_spanned v1.0.0 [INFO] [stderr] Checking bincode v2.0.1 [INFO] [stderr] Checking typetag v0.2.20 [INFO] [stderr] Checking indexmap v2.11.1 [INFO] [stderr] Checking toml v0.9.5 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking potential_utf v0.1.3 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking lru v0.12.5 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Checking starknet-types-core v0.2.0 [INFO] [stderr] Checking num-modular v0.5.1 [INFO] [stderr] Checking ark-serialize v0.5.0 [INFO] [stderr] Checking salsa v0.23.0 [INFO] [stderr] Compiling petgraph v0.7.1 [INFO] [stderr] Checking num-prime v0.4.4 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Checking starknet-curve v0.6.0 [INFO] [stderr] Checking starknet-crypto v0.8.1 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Compiling ark-ff-macros v0.5.0 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking schemars v1.0.4 [INFO] [stderr] Checking cairo-vm v2.5.0 [INFO] [stderr] Checking cairo-lang-utils v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-utils) [INFO] [stderr] Compiling lalrpop v0.22.2 [INFO] [stderr] Checking ark-ff v0.5.0 [INFO] [stderr] Checking cairo-lang-debug v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-debug) [INFO] [stderr] Checking cairo-lang-proc-macros v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-proc-macros) [INFO] [stderr] Checking tokio-util v0.7.16 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking cairo-lang-eq-solver v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-eq-solver) [INFO] [stderr] Checking cairo-lang-casm v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-casm) [INFO] [stderr] Checking generate-syntax v2.12.3 (/opt/rustwide/workdir/crates/bin/generate-syntax) [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Checking cairo-lang-filesystem v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-filesystem) [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking tower-http v0.6.6 [INFO] [stderr] Checking url v2.5.7 [INFO] [stderr] Checking h2 v0.4.12 [INFO] [stderr] Checking cairo-lang-diagnostics v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-diagnostics) [INFO] [stderr] Checking cairo-lang-syntax v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-syntax) [INFO] [stderr] Checking cairo-lang-project v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-project) [INFO] [stderr] Checking hyper v1.7.0 [INFO] [stderr] Checking rstest v0.26.1 [INFO] [stderr] Checking hyper-util v0.1.16 [INFO] [stderr] Checking ark-poly v0.5.0 [INFO] [stderr] Checking ark-ec v0.5.0 [INFO] [stderr] Checking ark-secp256r1 v0.5.0 [INFO] [stderr] Checking ark-secp256k1 v0.5.0 [INFO] [stderr] Compiling cairo-lang-sierra v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-sierra) [INFO] [stderr] Checking cairo-lang-parser v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-parser) [INFO] [stderr] Checking cairo-lang-formatter v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-formatter) [INFO] [stderr] Checking cairo-lang-defs v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-defs) [INFO] [stderr] Checking cairo-lang-test-utils v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-test-utils) [INFO] [stderr] Checking cairo-format v2.12.3 (/opt/rustwide/workdir/crates/bin/cairo-format) [INFO] [stderr] Checking cairo-lang-sierra-type-size v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-sierra-type-size) [INFO] [stderr] Checking cairo-lang-sierra-ap-change v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-sierra-ap-change) [INFO] [stderr] Checking cairo-lang-sierra-gas v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-sierra-gas) [INFO] [stderr] Checking cairo-lang-sierra-to-casm v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-sierra-to-casm) [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-defs/src/db.rs:1235:52 [INFO] [stdout] | [INFO] [stdout] 1235 | path.segments(db).elements(db).collect_array() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-defs/src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking cairo-lang-runnable-utils v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-runnable-utils) [INFO] [stderr] Checking cairo-lang-starknet-classes v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-starknet-classes) [INFO] [stderr] Checking sierra-compile v2.12.3 (/opt/rustwide/workdir/crates/bin/sierra-compile) [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-defs/src/db.rs:1235:52 [INFO] [stdout] | [INFO] [stdout] 1235 | path.segments(db).elements(db).collect_array() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-defs/src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking starknet-sierra-compile v2.12.3 (/opt/rustwide/workdir/crates/bin/starknet-sierra-compile) [INFO] [stderr] Checking starknet-sierra-extract-code v2.12.3 (/opt/rustwide/workdir/crates/bin/starknet-sierra-extract-code) [INFO] [stderr] Checking cairo-lang-plugins v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-plugins) [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/config.rs:304:48 [INFO] [stdout] | [INFO] [stdout] 304 | path.segments(db).elements(db).collect_array() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/external_attributes_validation.rs:63:52 [INFO] [stdout] | [INFO] [stdout] 63 | path.segments(db).elements(db).collect_array() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/generate_trait.rs:57:73 [INFO] [stdout] | [INFO] [stdout] 57 | let Some([trait_ast_segment]) = trait_ast.segments(db).elements(db).collect_array() else { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/generate_trait.rs:131:73 [INFO] [stdout] | [INFO] [stdout] 131 | ... trait_generic_arg.segments(db).elements(db).collect_array() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/panicable.rs:105:50 [INFO] [stdout] | [INFO] [stdout] 105 | param.modifiers(db).elements(db).collect_array() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/panicable.rs:161:47 [INFO] [stdout] | [INFO] [stdout] 161 | ret_ty_path.segments(db).elements(db).collect_array() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/panicable.rs:167:78 [INFO] [stdout] | [INFO] [stdout] 167 | let [inner] = segment.generic_args(db).generic_args(db).elements(db).collect_array()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/panicable.rs:171:68 [INFO] [stdout] | [INFO] [stdout] 171 | segment.generic_args(db).generic_args(db).elements(db).collect_array()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/panicable.rs:195:84 [INFO] [stdout] | [INFO] [stdout] 195 | let Some([ast::PathSegment::Simple(segment)]) = name.segments(db).elements(db).collect_array() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking cairo-lang-semantic v2.12.3 (/opt/rustwide/workdir/crates/cairo-lang-semantic) [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/config.rs:304:48 [INFO] [stdout] | [INFO] [stdout] 304 | path.segments(db).elements(db).collect_array() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/external_attributes_validation.rs:63:52 [INFO] [stdout] | [INFO] [stdout] 63 | path.segments(db).elements(db).collect_array() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/generate_trait.rs:57:73 [INFO] [stdout] | [INFO] [stdout] 57 | let Some([trait_ast_segment]) = trait_ast.segments(db).elements(db).collect_array() else { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/generate_trait.rs:131:73 [INFO] [stdout] | [INFO] [stdout] 131 | ... trait_generic_arg.segments(db).elements(db).collect_array() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/panicable.rs:105:50 [INFO] [stdout] | [INFO] [stdout] 105 | param.modifiers(db).elements(db).collect_array() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/panicable.rs:161:47 [INFO] [stdout] | [INFO] [stdout] 161 | ret_ty_path.segments(db).elements(db).collect_array() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/panicable.rs:167:78 [INFO] [stdout] | [INFO] [stdout] 167 | let [inner] = segment.generic_args(db).generic_args(db).elements(db).collect_array()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/panicable.rs:171:68 [INFO] [stdout] | [INFO] [stdout] 171 | segment.generic_args(db).generic_args(db).elements(db).collect_array()?; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-plugins/src/plugins/panicable.rs:195:84 [INFO] [stdout] | [INFO] [stdout] 195 | let Some([ast::PathSegment::Simple(segment)]) = name.segments(db).elements(db).collect_array() [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-plugins/src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-semantic/src/expr/compute.rs:1984:72 [INFO] [stdout] | [INFO] [stdout] 1984 | let Some([condition_syntax]) = &syntax.conditions(db).elements(db).collect_array() else { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-semantic/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-semantic/src/expr/compute.rs:3511:58 [INFO] [stdout] | [INFO] [stdout] 3511 | let Some([segment]) = path.segments(db).elements(db).collect_array() else { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-semantic/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-semantic/src/expr/compute.rs:1984:72 [INFO] [stdout] | [INFO] [stdout] 1984 | let Some([condition_syntax]) = &syntax.conditions(db).elements(db).collect_array() else { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-semantic/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-semantic/src/expr/compute.rs:3511:58 [INFO] [stdout] | [INFO] [stdout] 3511 | let Some([segment]) = path.segments(db).elements(db).collect_array() else { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-semantic/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-semantic/src/types.rs:568:67 [INFO] [stdout] | [INFO] [stdout] 568 | let Some([ty]) = &array_syntax.exprs(db).elements(db).collect_array() else { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-semantic/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> crates/cairo-lang-semantic/src/types.rs:568:67 [INFO] [stdout] | [INFO] [stdout] 568 | let Some([ty]) = &array_syntax.exprs(db).elements(db).collect_array() else { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `itertools::Itertools::collect_array(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(exact_length_collection)]` to the crate attributes to enable `std::iter::Iterator::collect_array` [INFO] [stdout] --> crates/cairo-lang-semantic/src/lib.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + #![feature(exact_length_collection)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cairo-lang-semantic` (lib test); 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/18c1d185ac7a6a3bf399296b35e4b2736809a756/bin/rustc --crate-name cairo_lang_semantic --edition=2024 crates/cairo-lang-semantic/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d9d356c337a9a51a -C extra-filename=-23709a2d31d528e4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cairo_lang_debug=/opt/rustwide/target/debug/deps/libcairo_lang_debug-64dce5c7c46340a1.rmeta --extern cairo_lang_defs=/opt/rustwide/target/debug/deps/libcairo_lang_defs-0f2ebe1fa7175cb9.rmeta --extern cairo_lang_diagnostics=/opt/rustwide/target/debug/deps/libcairo_lang_diagnostics-f5a0ef5067956ce4.rmeta --extern cairo_lang_filesystem=/opt/rustwide/target/debug/deps/libcairo_lang_filesystem-be12f2ed77fc1c32.rmeta --extern cairo_lang_parser=/opt/rustwide/target/debug/deps/libcairo_lang_parser-0543655fd6f97fd2.rmeta --extern cairo_lang_plugins=/opt/rustwide/target/debug/deps/libcairo_lang_plugins-d901bec260bf11d1.rmeta --extern cairo_lang_proc_macros=/opt/rustwide/target/debug/deps/libcairo_lang_proc_macros-df19ffd96922b201.so --extern cairo_lang_syntax=/opt/rustwide/target/debug/deps/libcairo_lang_syntax-9cea247d43784c14.rmeta --extern cairo_lang_test_utils=/opt/rustwide/target/debug/deps/libcairo_lang_test_utils-38aa42f8d952a794.rmeta --extern cairo_lang_utils=/opt/rustwide/target/debug/deps/libcairo_lang_utils-39a14c9d6fac1c44.rmeta --extern id_arena=/opt/rustwide/target/debug/deps/libid_arena-fdd39f64e98dcb04.rmeta --extern indoc=/opt/rustwide/target/debug/deps/libindoc-1664f53579d49ae9.so --extern itertools=/opt/rustwide/target/debug/deps/libitertools-577f8903f48fe712.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-d1445fb67721d80a.rmeta --extern num_bigint=/opt/rustwide/target/debug/deps/libnum_bigint-cc99908b6c63721b.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-9d819eb0bfca6bb6.rmeta --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-0480ed729e471f66.rmeta --extern salsa=/opt/rustwide/target/debug/deps/libsalsa-95edcad6cc5390d2.rmeta --extern sha3=/opt/rustwide/target/debug/deps/libsha3-bef7113f5543da7b.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-fc6635e927b9f3a5.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-ae73b86729b205f4.rmeta --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "73ca615beec1f7ca6b46931949686e23b51855c0b0f7de6e59d8517790c3a823", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73ca615beec1f7ca6b46931949686e23b51855c0b0f7de6e59d8517790c3a823", kill_on_drop: false }` [INFO] [stdout] 73ca615beec1f7ca6b46931949686e23b51855c0b0f7de6e59d8517790c3a823