[INFO] cloning repository https://github.com/jackwchoi/csync [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jackwchoi/csync" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackwchoi%2Fcsync", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackwchoi%2Fcsync'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2b56e97a62cfe069963139b4abfbc254dbd2bf87 [INFO] checking jackwchoi/csync against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackwchoi%2Fcsync" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jackwchoi/csync on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jackwchoi/csync [INFO] finished tweaking git repo https://github.com/jackwchoi/csync [INFO] tweaked toml for git repo https://github.com/jackwchoi/csync written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/jackwchoi/csync already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded thread-id v3.3.0 [INFO] [stderr] Downloaded pbkdf2 v0.4.0 [INFO] [stderr] Downloaded colmac v0.1.1 [INFO] [stderr] Downloaded data-encoding-macro-internal v0.1.8 [INFO] [stderr] Downloaded data-encoding-macro v0.1.8 [INFO] [stderr] Downloaded scrypt v0.3.1 [INFO] [stderr] Downloaded zstd-safe v1.4.13+zstd.1.4.3 [INFO] [stderr] Downloaded secstr v0.4.0 [INFO] [stderr] Downloaded quick-error v2.0.0 [INFO] [stderr] Downloaded zstd v0.4.28+zstd.1.4.3 [INFO] [stderr] Downloaded zxcvbn v2.1.1 [INFO] [stderr] Downloaded fancy-regex v0.4.1 [INFO] [stderr] Downloaded zstd-sys v1.4.13+zstd.1.4.3 [INFO] [stderr] Downloaded ring v0.16.13 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d0602bb39ffbc62a534ac5ede0a02ff1e570c850f08c36d3fc7ca4813fc8c103 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d0602bb39ffbc62a534ac5ede0a02ff1e570c850f08c36d3fc7ca4813fc8c103", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d0602bb39ffbc62a534ac5ede0a02ff1e570c850f08c36d3fc7ca4813fc8c103", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0602bb39ffbc62a534ac5ede0a02ff1e570c850f08c36d3fc7ca4813fc8c103", kill_on_drop: false }` [INFO] [stdout] d0602bb39ffbc62a534ac5ede0a02ff1e570c850f08c36d3fc7ca4813fc8c103 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a029a9ee622a3f45ef1b690b2fc63d00fbe4a214ba3961a452720f3478bb6bc7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a029a9ee622a3f45ef1b690b2fc63d00fbe4a214ba3961a452720f3478bb6bc7", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking subtle v2.2.3 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking regex-syntax v0.6.21 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking cpuid-bool v0.1.2 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Compiling data-encoding v2.2.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking base64 v0.12.3 [INFO] [stderr] Checking numtoa v0.1.0 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Checking quick-error v2.0.0 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking once_cell v1.3.1 [INFO] [stderr] Checking colmac v0.1.1 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking itertools v0.9.0 [INFO] [stderr] Checking itertools v0.8.2 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking bit-set v0.5.2 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking walkdir v2.3.1 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling generic-array v0.14.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Checking crossbeam-queue v0.2.1 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking secstr v0.4.0 [INFO] [stderr] Checking isatty v0.1.9 [INFO] [stderr] Checking termion v1.5.5 [INFO] [stderr] Checking thread-id v3.3.0 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking crypto-mac v0.8.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking regex v1.4.2 [INFO] [stderr] Checking sha2 v0.9.1 [INFO] [stderr] Checking hmac v0.8.1 [INFO] [stderr] Checking pbkdf2 v0.4.0 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Compiling zstd-sys v1.4.13+zstd.1.4.3 [INFO] [stderr] Compiling openssl-sys v0.9.55 [INFO] [stderr] Compiling ring v0.16.13 [INFO] [stderr] Checking scrypt v0.3.1 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking fancy-regex v0.4.1 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.8 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Checking data-encoding-macro v0.1.8 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Checking structopt v0.3.21 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Checking zxcvbn v2.1.1 [INFO] [stderr] Checking bincode v1.3.1 [INFO] [stderr] Checking zstd-safe v1.4.13+zstd.1.4.3 [INFO] [stderr] Checking zstd v0.4.28+zstd.1.4.3 [INFO] [stderr] Checking csync v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/crypt/action.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/crypt/action.rs:58:10 [INFO] [stdout] | [INFO] [stdout] 58 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/crypt/action.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 103 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/crypt/syncer/mod.rs:176:10 [INFO] [stdout] | [INFO] [stdout] 176 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/crypt/syncer/mod.rs:373:26 [INFO] [stdout] | [INFO] [stdout] 373 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `hasher::deterministic_hash` [INFO] [stdout] --> src/main.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | hasher::deterministic_hash, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/crypt/action.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/crypt/action.rs:58:10 [INFO] [stdout] | [INFO] [stdout] 58 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/crypt/action.rs:103:14 [INFO] [stdout] | [INFO] [stdout] 103 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/crypt/syncer/mod.rs:176:10 [INFO] [stdout] | [INFO] [stdout] 176 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/crypt/syncer/mod.rs:373:26 [INFO] [stdout] | [INFO] [stdout] 373 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `hasher::deterministic_hash` [INFO] [stdout] --> src/main.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | hasher::deterministic_hash, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/crypt/syncer/util.rs:222:69 [INFO] [stdout] | [INFO] [stdout] 222 | let hash_string_interspersed: String = hash_str.chars().intersperse('/').collect(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/crypt/syncer/util.rs:222:69 [INFO] [stdout] | [INFO] [stdout] 222 | let hash_string_interspersed: String = hash_str.chars().intersperse('/').collect(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/fail.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | / check_encrypt!( [INFO] [stdout] 96 | | encryption_exit_code, [INFO] [stdout] 97 | | &source, [INFO] [stdout] 98 | | &out_dir, [INFO] [stdout] ... | [INFO] [stdout] 102 | | &format!("-o {}", path_as_str!(out_dir)) [INFO] [stdout] 103 | | ); [INFO] [stdout] | |______- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/fail.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | / check_decrypt!( [INFO] [stdout] 111 | | decryption_exit_code, [INFO] [stdout] 112 | | &out_dir, [INFO] [stdout] 113 | | &out_out_dir, [INFO] [stdout] ... | [INFO] [stdout] 118 | | &format!("-o {}", path_as_str!(out_out_dir)) [INFO] [stdout] 119 | | ); [INFO] [stdout] | |______- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/fail.rs:181:9 [INFO] [stdout] | [INFO] [stdout] 181 | / check_encrypt!( [INFO] [stdout] 182 | | encryption_exit_code, [INFO] [stdout] 183 | | source, [INFO] [stdout] 184 | | out_dir, [INFO] [stdout] ... | [INFO] [stdout] 188 | | &format!("-o {}", path_as_str!(out_dir)) [INFO] [stdout] 189 | | ); [INFO] [stdout] | |__________- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/fail.rs:198:9 [INFO] [stdout] | [INFO] [stdout] 198 | / check_decrypt!( [INFO] [stdout] 199 | | decryption_exit_code, [INFO] [stdout] 200 | | &dne_out_dir, [INFO] [stdout] 201 | | out_out_dir, [INFO] [stdout] ... | [INFO] [stdout] 206 | | &format!("-o {}", path_as_str!(out_out_dir)) [INFO] [stdout] 207 | | ); [INFO] [stdout] | |__________- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/fail.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | / check_encrypt!( [INFO] [stdout] 231 | | encryption_exit_code, [INFO] [stdout] 232 | | &source, [INFO] [stdout] 233 | | out_dir.path(), [INFO] [stdout] ... | [INFO] [stdout] 237 | | &format!("-o {}", path_as_str!(out_dir.path())) [INFO] [stdout] 238 | | ); [INFO] [stdout] | |______- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/fail.rs:248:5 [INFO] [stdout] | [INFO] [stdout] 248 | / check_core!( [INFO] [stdout] 249 | | decryption_exit_code, [INFO] [stdout] 250 | | key_1, [INFO] [stdout] 251 | | key_2, [INFO] [stdout] ... | [INFO] [stdout] 254 | | &format!("-o {}", path_as_str!(out_out_dir.path())) [INFO] [stdout] 255 | | ); [INFO] [stdout] | |______- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | / generate_mod!( [INFO] [stdout] 61 | | default, [INFO] [stdout] 62 | | generate_fresh_build_success_test_func, [INFO] [stdout] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stdout] 64 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stdout] | ---------------------------------------------------------------------------------- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] | [INFO] [stdout] 72 | / generate_mod!( [INFO] [stdout] 73 | | aes256cbc_pbkdf2_params, [INFO] [stdout] 74 | | generate_fresh_build_success_test_func, [INFO] [stdout] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stdout] ... | [INFO] [stdout] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stdout] 80 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / generate_mod!( [INFO] [stdout] 85 | | aes256cbc_pbkdf2_time, [INFO] [stdout] 86 | | generate_fresh_build_success_test_func, [INFO] [stdout] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stdout] ... | [INFO] [stdout] 92 | | "--key-deriv-time 4" [INFO] [stdout] 93 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / generate_mod!( [INFO] [stdout] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stdout] 97 | | generate_fresh_build_success_test_func, [INFO] [stdout] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stdout] ... | [INFO] [stdout] 102 | | "--scrypt-output-len 1483" [INFO] [stdout] 103 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] | [INFO] [stdout] 105 | / generate_mod!( [INFO] [stdout] 106 | | chacha20_scrypt_time, [INFO] [stdout] 107 | | generate_fresh_build_success_test_func, [INFO] [stdout] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stdout] ... | [INFO] [stdout] 113 | | "--scrypt-p 2" [INFO] [stdout] 114 | | ); [INFO] [stdout] | |__- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/others.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / check_encrypt!( [INFO] [stdout] 33 | | exit_code, [INFO] [stdout] 34 | | &source, [INFO] [stdout] 35 | | &out_dir, [INFO] [stdout] ... | [INFO] [stdout] 39 | | &format!("-o {}", path_as_str!(&out_dir)) [INFO] [stdout] 40 | | ); [INFO] [stdout] | |______- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/success/others.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | / check_decrypt!( [INFO] [stdout] 46 | | exit_code, [INFO] [stdout] 47 | | &renamed_out_dir, [INFO] [stdout] 48 | | &out_out_dir, [INFO] [stdout] ... | [INFO] [stdout] 53 | | &format!("-o {}", path_as_str!(&out_out_dir)) [INFO] [stdout] 54 | | ); [INFO] [stdout] | |______- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/fail.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | / check_decrypt!( [INFO] [stdout] 56 | | decryption_exit_code, [INFO] [stdout] 57 | | &out_dir, [INFO] [stdout] 58 | | &out_out_dir, [INFO] [stdout] ... | [INFO] [stdout] 63 | | &format!("-o {}", path_as_str!(out_out_dir)) [INFO] [stdout] 64 | | ); [INFO] [stdout] | |______- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/fail.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | / check_core!( [INFO] [stdout] 21 | | exit_code, [INFO] [stdout] 22 | | key_1, [INFO] [stdout] 23 | | key_2, [INFO] [stdout] ... | [INFO] [stdout] 26 | | &format!("-o {}", path_as_str!(out_dir.path())) [INFO] [stdout] 27 | | ); [INFO] [stdout] | |______- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/fail.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | / check_core!( [INFO] [stdout] 147 | | exit_code, [INFO] [stdout] 148 | | key_1, [INFO] [stdout] 149 | | key_2, [INFO] [stdout] ... | [INFO] [stdout] 152 | | &format!("-o {}", path_as_str!(out_dir.path())) [INFO] [stdout] 153 | | ); [INFO] [stdout] | |__________- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/fail.rs:304:5 [INFO] [stdout] | [INFO] [stdout] 304 | / check_core!( [INFO] [stdout] 305 | | exit_code, [INFO] [stdout] 306 | | key_1, [INFO] [stdout] 307 | | key_2, [INFO] [stdout] ... | [INFO] [stdout] 310 | | &format!("-o {}", path_as_str!(&out_dir)) [INFO] [stdout] 311 | | ); [INFO] [stdout] | |______- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/fail.rs:327:5 [INFO] [stdout] | [INFO] [stdout] 327 | / check_core!( [INFO] [stdout] 328 | | exit_code, [INFO] [stdout] 329 | | key_1, [INFO] [stdout] 330 | | key_2, [INFO] [stdout] ... | [INFO] [stdout] 333 | | &format!("-o {}", path_as_str!(&source.path())) [INFO] [stdout] 334 | | ); [INFO] [stdout] | |______- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/fail.rs:353:5 [INFO] [stdout] | [INFO] [stdout] 353 | / check_core!( [INFO] [stdout] 354 | | exit_code, [INFO] [stdout] 355 | | key_1, [INFO] [stdout] 356 | | key_2, [INFO] [stdout] ... | [INFO] [stdout] 359 | | &format!("-o {}", path_as_str!(&out_dir.path())) [INFO] [stdout] 360 | | ); [INFO] [stdout] | |______- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/fail.rs:397:5 [INFO] [stdout] | [INFO] [stdout] 397 | / testgen!(contains_file, { [INFO] [stdout] 398 | | let tmpd = tmpdir!().unwrap(); [INFO] [stdout] 399 | | [INFO] [stdout] 400 | | let filepath = tmpd.path().join("4Lhfo56kkktP95PYfXFWc5JNmRT8iCVj"); [INFO] [stdout] ... | [INFO] [stdout] 405 | | (tmpd.path().to_path_buf(), tmpd) [INFO] [stdout] 406 | | }); [INFO] [stdout] | |_______- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/tests_e2e/util.rs:121:22 [INFO] [stdout] | [INFO] [stdout] 121 | .intersperse(" ") [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/tests_e2e/fail.rs:408:5 [INFO] [stdout] | [INFO] [stdout] 408 | / testgen!(contains_empty_dir, { [INFO] [stdout] 409 | | let tmpd = tmpdir!().unwrap(); [INFO] [stdout] 410 | | [INFO] [stdout] 411 | | let dirpath = tmpd.path().join("4Lhfo56kkktP95PYfXFWc5JNmRT8iCVj"); [INFO] [stdout] ... | [INFO] [stdout] 414 | | (tmpd.path().to_path_buf(), tmpd) [INFO] [stdout] 415 | | }); [INFO] [stdout] | |_______- in this macro invocation [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::intersperse(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 125 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 3m 14s [INFO] running `Command { std: "docker" "inspect" "a029a9ee622a3f45ef1b690b2fc63d00fbe4a214ba3961a452720f3478bb6bc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a029a9ee622a3f45ef1b690b2fc63d00fbe4a214ba3961a452720f3478bb6bc7", kill_on_drop: false }` [INFO] [stdout] a029a9ee622a3f45ef1b690b2fc63d00fbe4a214ba3961a452720f3478bb6bc7