[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] testing jackwchoi/csync against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackwchoi%2Fcsync" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jackwchoi/csync on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "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-6/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" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 259800ce4837e2173f5b47fccf4aa0d3e3efbde3605f7f66f544b3163baf1870 [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" "259800ce4837e2173f5b47fccf4aa0d3e3efbde3605f7f66f544b3163baf1870", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "259800ce4837e2173f5b47fccf4aa0d3e3efbde3605f7f66f544b3163baf1870", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "259800ce4837e2173f5b47fccf4aa0d3e3efbde3605f7f66f544b3163baf1870", kill_on_drop: false }` [INFO] [stdout] 259800ce4837e2173f5b47fccf4aa0d3e3efbde3605f7f66f544b3163baf1870 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0bde1b6f8a2bc564fe52dc238a9f78f95d8267f1c825ea2f55b9258206a3d654 [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" "0bde1b6f8a2bc564fe52dc238a9f78f95d8267f1c825ea2f55b9258206a3d654", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling subtle v2.2.3 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling data-encoding v2.2.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling quick-error v2.0.0 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.44 [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 walkdir v2.3.1 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling secstr v0.4.0 [INFO] [stderr] Compiling isatty v0.1.9 [INFO] [stderr] Compiling termion v1.5.5 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling pbkdf2 v0.4.0 [INFO] [stderr] Compiling hmac v0.8.1 [INFO] [stderr] Compiling sha2 v0.9.1 [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] Compiling fancy-regex v0.4.1 [INFO] [stderr] Compiling scrypt v0.3.1 [INFO] [stderr] Compiling tempfile v3.1.0 [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 structopt-derive v0.4.14 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.8 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling data-encoding-macro v0.1.8 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling zxcvbn v2.1.1 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling zstd-safe v1.4.13+zstd.1.4.3 [INFO] [stderr] Compiling zstd v0.4.28+zstd.1.4.3 [INFO] [stderr] Compiling 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: 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: field is never read: `init_key` [INFO] [stdout] --> src/crypt/syncer/mod.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | init_key: InitialKey, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `syncer_spec` [INFO] [stdout] --> src/main.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | syncer_spec: SyncerSpec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 6m 26s [INFO] running `Command { std: "docker" "inspect" "0bde1b6f8a2bc564fe52dc238a9f78f95d8267f1c825ea2f55b9258206a3d654", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bde1b6f8a2bc564fe52dc238a9f78f95d8267f1c825ea2f55b9258206a3d654", kill_on_drop: false }` [INFO] [stdout] 0bde1b6f8a2bc564fe52dc238a9f78f95d8267f1c825ea2f55b9258206a3d654 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 653feb81f26b3a34cba1022592716d1181fc7eaa7c93ccdf96581bb94f7186fd [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" "653feb81f26b3a34cba1022592716d1181fc7eaa7c93ccdf96581bb94f7186fd", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling colmac v0.1.1 [INFO] [stderr] Compiling 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: 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: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 the macro `check_core` (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 the macro `check_core` (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: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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (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 the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `init_key` [INFO] [stdout] --> src/crypt/syncer/mod.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | init_key: InitialKey, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `syncer_spec` [INFO] [stdout] --> src/main.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | syncer_spec: SyncerSpec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 127 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [optimized + debuginfo] target(s) in 1m 20s [INFO] running `Command { std: "docker" "inspect" "653feb81f26b3a34cba1022592716d1181fc7eaa7c93ccdf96581bb94f7186fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "653feb81f26b3a34cba1022592716d1181fc7eaa7c93ccdf96581bb94f7186fd", kill_on_drop: false }` [INFO] [stdout] 653feb81f26b3a34cba1022592716d1181fc7eaa7c93ccdf96581bb94f7186fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 62a66e6d5adc633b996606123cd6161405984e4f2f0293d59357c19e69dd4a9c [INFO] running `Command { std: "docker" "start" "-a" "62a66e6d5adc633b996606123cd6161405984e4f2f0293d59357c19e69dd4a9c", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/crypt/action.rs:46:10 [INFO] [stderr] | [INFO] [stderr] 46 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/crypt/action.rs:58:10 [INFO] [stderr] | [INFO] [stderr] 58 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/crypt/action.rs:103:14 [INFO] [stderr] | [INFO] [stderr] 103 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/crypt/syncer/mod.rs:176:10 [INFO] [stderr] | [INFO] [stderr] 176 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/crypt/syncer/mod.rs:373:26 [INFO] [stderr] | [INFO] [stderr] 373 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] [INFO] [stderr] warning: unused import: `hasher::deterministic_hash` [INFO] [stderr] --> src/main.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | hasher::deterministic_hash, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/crypt/syncer/util.rs:222:69 [INFO] [stderr] | [INFO] [stderr] 222 | let hash_string_interspersed: String = hash_str.chars().intersperse('/').collect(); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/fail.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | / check_core!( [INFO] [stderr] 21 | | exit_code, [INFO] [stderr] 22 | | key_1, [INFO] [stderr] 23 | | key_2, [INFO] [stderr] ... | [INFO] [stderr] 26 | | &format!("-o {}", path_as_str!(out_dir.path())) [INFO] [stderr] 27 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/fail.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | / check_decrypt!( [INFO] [stderr] 56 | | decryption_exit_code, [INFO] [stderr] 57 | | &out_dir, [INFO] [stderr] 58 | | &out_out_dir, [INFO] [stderr] ... | [INFO] [stderr] 63 | | &format!("-o {}", path_as_str!(out_out_dir)) [INFO] [stderr] 64 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/fail.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | / check_encrypt!( [INFO] [stderr] 96 | | encryption_exit_code, [INFO] [stderr] 97 | | &source, [INFO] [stderr] 98 | | &out_dir, [INFO] [stderr] ... | [INFO] [stderr] 102 | | &format!("-o {}", path_as_str!(out_dir)) [INFO] [stderr] 103 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/fail.rs:110:5 [INFO] [stderr] | [INFO] [stderr] 110 | / check_decrypt!( [INFO] [stderr] 111 | | decryption_exit_code, [INFO] [stderr] 112 | | &out_dir, [INFO] [stderr] 113 | | &out_out_dir, [INFO] [stderr] ... | [INFO] [stderr] 118 | | &format!("-o {}", path_as_str!(out_out_dir)) [INFO] [stderr] 119 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/fail.rs:146:9 [INFO] [stderr] | [INFO] [stderr] 146 | / check_core!( [INFO] [stderr] 147 | | exit_code, [INFO] [stderr] 148 | | key_1, [INFO] [stderr] 149 | | key_2, [INFO] [stderr] ... | [INFO] [stderr] 152 | | &format!("-o {}", path_as_str!(out_dir.path())) [INFO] [stderr] 153 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/fail.rs:181:9 [INFO] [stderr] | [INFO] [stderr] 181 | / check_encrypt!( [INFO] [stderr] 182 | | encryption_exit_code, [INFO] [stderr] 183 | | source, [INFO] [stderr] 184 | | out_dir, [INFO] [stderr] ... | [INFO] [stderr] 188 | | &format!("-o {}", path_as_str!(out_dir)) [INFO] [stderr] 189 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/fail.rs:198:9 [INFO] [stderr] | [INFO] [stderr] 198 | / check_decrypt!( [INFO] [stderr] 199 | | decryption_exit_code, [INFO] [stderr] 200 | | &dne_out_dir, [INFO] [stderr] 201 | | out_out_dir, [INFO] [stderr] ... | [INFO] [stderr] 206 | | &format!("-o {}", path_as_str!(out_out_dir)) [INFO] [stderr] 207 | | ); [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/fail.rs:230:5 [INFO] [stderr] | [INFO] [stderr] 230 | / check_encrypt!( [INFO] [stderr] 231 | | encryption_exit_code, [INFO] [stderr] 232 | | &source, [INFO] [stderr] 233 | | out_dir.path(), [INFO] [stderr] ... | [INFO] [stderr] 237 | | &format!("-o {}", path_as_str!(out_dir.path())) [INFO] [stderr] 238 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/fail.rs:248:5 [INFO] [stderr] | [INFO] [stderr] 248 | / check_core!( [INFO] [stderr] 249 | | decryption_exit_code, [INFO] [stderr] 250 | | key_1, [INFO] [stderr] 251 | | key_2, [INFO] [stderr] ... | [INFO] [stderr] 254 | | &format!("-o {}", path_as_str!(out_out_dir.path())) [INFO] [stderr] 255 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/fail.rs:304:5 [INFO] [stderr] | [INFO] [stderr] 304 | / check_core!( [INFO] [stderr] 305 | | exit_code, [INFO] [stderr] 306 | | key_1, [INFO] [stderr] 307 | | key_2, [INFO] [stderr] ... | [INFO] [stderr] 310 | | &format!("-o {}", path_as_str!(&out_dir)) [INFO] [stderr] 311 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/fail.rs:327:5 [INFO] [stderr] | [INFO] [stderr] 327 | / check_core!( [INFO] [stderr] 328 | | exit_code, [INFO] [stderr] 329 | | key_1, [INFO] [stderr] 330 | | key_2, [INFO] [stderr] ... | [INFO] [stderr] 333 | | &format!("-o {}", path_as_str!(&source.path())) [INFO] [stderr] 334 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/fail.rs:353:5 [INFO] [stderr] | [INFO] [stderr] 353 | / check_core!( [INFO] [stderr] 354 | | exit_code, [INFO] [stderr] 355 | | key_1, [INFO] [stderr] 356 | | key_2, [INFO] [stderr] ... | [INFO] [stderr] 359 | | &format!("-o {}", path_as_str!(&out_dir.path())) [INFO] [stderr] 360 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/fail.rs:397:5 [INFO] [stderr] | [INFO] [stderr] 397 | / testgen!(contains_file, { [INFO] [stderr] 398 | | let tmpd = tmpdir!().unwrap(); [INFO] [stderr] 399 | | [INFO] [stderr] 400 | | let filepath = tmpd.path().join("4Lhfo56kkktP95PYfXFWc5JNmRT8iCVj"); [INFO] [stderr] ... | [INFO] [stderr] 405 | | (tmpd.path().to_path_buf(), tmpd) [INFO] [stderr] 406 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/fail.rs:408:5 [INFO] [stderr] | [INFO] [stderr] 408 | / testgen!(contains_empty_dir, { [INFO] [stderr] 409 | | let tmpd = tmpdir!().unwrap(); [INFO] [stderr] 410 | | [INFO] [stderr] 411 | | let dirpath = tmpd.path().join("4Lhfo56kkktP95PYfXFWc5JNmRT8iCVj"); [INFO] [stderr] ... | [INFO] [stderr] 414 | | (tmpd.path().to_path_buf(), tmpd) [INFO] [stderr] 415 | | }); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stderr] | [INFO] [stderr] 60 | / generate_mod!( [INFO] [stderr] 61 | | default, [INFO] [stderr] 62 | | generate_fresh_build_success_test_func, [INFO] [stderr] 63 | | "08h4eMP5jWCtm09PWFMEK8ND6nAxfv1NrztA4S1t0wFhi3NmRlbFis4ERFyCcKmL" [INFO] [stderr] 64 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stderr] | [INFO] [stderr] 68 | generate_mod!(default_empty_password, generate_fresh_build_success_test_func, ""); [INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stderr] | [INFO] [stderr] 72 | / generate_mod!( [INFO] [stderr] 73 | | aes256cbc_pbkdf2_params, [INFO] [stderr] 74 | | generate_fresh_build_success_test_func, [INFO] [stderr] 75 | | "CL9OhnSRp5uOeb1sZWjMulidwLmbFmL89TDo6FQ5vIq325tPiCEDQxzcK9aFC8B9", [INFO] [stderr] ... | [INFO] [stderr] 79 | | "--pbkdf2-num-iter 89432" [INFO] [stderr] 80 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stderr] | [INFO] [stderr] 84 | / generate_mod!( [INFO] [stderr] 85 | | aes256cbc_pbkdf2_time, [INFO] [stderr] 86 | | generate_fresh_build_success_test_func, [INFO] [stderr] 87 | | "zVzfYb4RlAdS8zng8gX7Dq1zADhOEnBxoqk4iwsmKW6oNs7A2dVPOBu9QZeXLU4c", [INFO] [stderr] ... | [INFO] [stderr] 92 | | "--key-deriv-time 4" [INFO] [stderr] 93 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / generate_mod!( [INFO] [stderr] 96 | | chacha20_scrypt_params_custom_len, [INFO] [stderr] 97 | | generate_fresh_build_success_test_func, [INFO] [stderr] 98 | | "AMrSoKIyDByT1kn398swxJOPUYu58b5M98BISjqcvlzpDeKtnFPOD3wULCgDZVHE", [INFO] [stderr] ... | [INFO] [stderr] 102 | | "--scrypt-output-len 1483" [INFO] [stderr] 103 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stderr] | [INFO] [stderr] 105 | / generate_mod!( [INFO] [stderr] 106 | | chacha20_scrypt_time, [INFO] [stderr] 107 | | generate_fresh_build_success_test_func, [INFO] [stderr] 108 | | "nTn3RoJEVvX8IH5zQZ5LKTJTSBU3ZqsTG9d2TSL2GB1DbTlNzBBaXwPxEu9DRsby", [INFO] [stderr] ... | [INFO] [stderr] 113 | | "--scrypt-p 2" [INFO] [stderr] 114 | | ); [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/success/others.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | / check_encrypt!( [INFO] [stderr] 33 | | exit_code, [INFO] [stderr] 34 | | &source, [INFO] [stderr] 35 | | &out_dir, [INFO] [stderr] ... | [INFO] [stderr] 39 | | &format!("-o {}", path_as_str!(&out_dir)) [INFO] [stderr] 40 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/tests_e2e/util.rs:121:22 [INFO] [stderr] | [INFO] [stderr] 121 | .intersperse(" ") [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/tests_e2e/success/others.rs:45:5 [INFO] [stderr] | [INFO] [stderr] 45 | / check_decrypt!( [INFO] [stderr] 46 | | exit_code, [INFO] [stderr] 47 | | &renamed_out_dir, [INFO] [stderr] 48 | | &out_out_dir, [INFO] [stderr] ... | [INFO] [stderr] 53 | | &format!("-o {}", path_as_str!(&out_out_dir)) [INFO] [stderr] 54 | | ); [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method [INFO] [stderr] = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse` [INFO] [stderr] = note: this warning originates in the macro `check_core` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `init_key` [INFO] [stderr] --> src/crypt/syncer/mod.rs:69:5 [INFO] [stderr] | [INFO] [stderr] 69 | init_key: InitialKey, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `syncer_spec` [INFO] [stderr] --> src/main.rs:72:5 [INFO] [stderr] | [INFO] [stderr] 72 | syncer_spec: SyncerSpec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `csync` (bin "csync" test) generated 127 warnings (96 duplicates) [INFO] [stderr] Finished test [optimized + debuginfo] target(s) in 0.29s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/csync-7cd1917a58b5c402) [INFO] [stdout] [INFO] [stdout] running 120 tests [INFO] [stdout] test encoder::text::tests::decoder::base16::parametrized ... ok [INFO] [stdout] test encoder::crypt_encoder::tests::no_drop_read_all_to_does_not_overwrite ... ok [INFO] [stdout] test encoder::text::tests::encoder::base32::parametrized ... ok [INFO] [stdout] test encoder::text::tests::decoder::base64::parametrized ... ok [INFO] [stdout] test encoder::crypt_encoder::tests::dropped_read_all_to_overwrites ... ok [INFO] [stdout] test encoder::text::tests::encoder::base16::parametrized ... ok [INFO] [stdout] test encoder::text::tests::encoder::base32path::parametrized ... ok [INFO] [stdout] test encoder::text::tests::decoder::base32::parametrized ... ok [INFO] [stdout] test encoder::text::tests::encoder::base64::parametrized ... ok [INFO] [stdout] test encoder::zstd::tests::parametrized ... ok [INFO] [stdout] test fs_util::tests::fopen_w::file_exists_so_does_not_change_permission_bits ... ok [INFO] [stdout] test fs_util::tests::fopen_w::creates_if_it_does_not_exist ... ok [INFO] [stdout] test hasher::tests::fix_algorithms::fix_hash1_with_salt ... ok [INFO] [stdout] test fs_util::tests::fopen_r::fails_if_it_does_not_exist ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::eight ... ok [INFO] [stdout] test fs_util::tests::walkdir_assumptions::walkdir_includes_nonempty_root ... ok [INFO] [stdout] test fs_util::tests::walkdir_assumptions::walkdir_includes_empty_root ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::empty ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::four ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::one2 ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::three ... ok [INFO] [stdout] test rand_util::tests::rand_bytes_range_respected ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::two1 ... ok [INFO] [stdout] test hasher::tests::deterministic_hash_is_deterministic ... ok [INFO] [stdout] test rand_util::tests::rng_seed_is_deterministic ... ok [INFO] [stdout] test prelude::consts::tests::default_zstd_level ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::two2 ... ok [INFO] [stdout] test fs_util::tests::fopen_w::file_does_not_exist_so_sets_permissions_bits_to_default_bits ... ok [INFO] [stdout] test hasher::tests::fix_algorithms::fix_hash1 ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::ascii_bytes ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::rand_bytes ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::one1 ... ok [INFO] [stdout] test prelude::csync_err::tests::exit_codes_are_unique ... ok [INFO] [stdout] test test_util::tests::assert_tree_eq::two_empty_dirs_with_same_name ... ok [INFO] [stdout] test test_util::tests::assert_tree_eq::two_empty_files_with_same_name ... ok [INFO] [stdout] test test_util::tests::cp_r::empty_dirs ... ok [INFO] [stdout] test fs_util::tests::fopen_r::does_not_overwrite_permission_bits ... ok [INFO] [stdout] test encoder::zstd::tests::parametrized_inverse ... ok [INFO] [stdout] test test_util::tests::assert_tree_eq::should_panic::different_files - should panic ... ok [INFO] [stdout] test test_util::tests::assert_tree_eq::should_panic::dir_and_file_1 - should panic ... ok [INFO] [stdout] test test_util::tests::assert_tree_eq::should_panic::different_dirs - should panic ... ok [INFO] [stdout] test test_util::tests::assert_tree_eq::should_panic::two_empty_dirs_with_diff_name - should panic ... ok [INFO] [stdout] test test_util::tests::assert_tree_eq::should_panic::one_dir_is_empty - should panic ... ok [INFO] [stdout] test test_util::tests::assert_tree_eq::should_panic::one_is_subdir - should panic ... ok [INFO] [stdout] test test_util::tests::assert_tree_eq::should_panic::two_empty_files_with_diff_name - should panic ... ok [INFO] [stdout] test test_util::tests::assert_tree_eq::should_panic::dir_and_file_2 - should panic ... ok [INFO] [stdout] test tests::os_is_unix ... ok [INFO] [stdout] test test_util::tests::cp_r::nested_dir ... ok [INFO] [stdout] test test_util::tests::assert_tree_eq::flat_dir_with_files ... ok [INFO] [stdout] test hasher::tests::hash_is_deterministic ... ok [INFO] [stdout] test test_util::tests::cp_r::flat_dir_with_files ... ok [INFO] [stdout] test test_util::tests::cp_r::individual_files ... ok [INFO] [stdout] test test_util::tests::assert_tree_eq::reflexivity ... ok [INFO] [stdout] test tests_e2e::fail::incremental_encryption_disabled_for_now::contains_empty_dir ... ok [INFO] [stdout] test tests_e2e::fail::outdir_is_not_dir ... ok [INFO] [stdout] test tests_e2e::fail::password_confirmation_fail_during_encryption ... ok [INFO] [stdout] test tests_e2e::fail::incremental_encryption_disabled_for_now::contains_file ... ok [INFO] [stdout] test hasher::tests::fix_algorithms::fix_hash ... ok [INFO] [stdout] test hasher::tests::fix_algorithms::fix_hash_with_salt ... ok [INFO] [stdout] test tests_e2e::fail::metadata_load_failed ... ok [INFO] [stdout] test tests_e2e::fail::source_does_not_exist::encryption_source_does_not_exist ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::nested_dir_nonprintable_bytes_0 ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::nested_dir_nonprintable_bytes_0 ... FAILED [INFO] [stdout] test tests_e2e::fail::source_does_not_have_filename ... ok [INFO] [stdout] test tests_e2e::fail::source_eq_outdir ... ok [INFO] [stdout] test tests_e2e::fail::decryption_outdir_is_nonempty ... ok [INFO] [stdout] test tests_e2e::fail::source_does_not_exist::decryption_source_does_not_exist ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::single_file_printable_bytes ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::nested_dir_nonprintable_bytes_1 ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::single_dir_empty ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_0 ... FAILED [INFO] [stdout] test tests_e2e::fail::authentication_fail ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::single_file_empty ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::nested_dir_printable_bytes ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::single_file_empty ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::nested_dir_printable_bytes_with_fslash ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::nested_dir_nonprintable_bytes_1 ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::single_dir_empty ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_nonprintable_bytes_0 ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::nested_dir_printable_bytes_with_fslash ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::single_file_printable_bytes ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::nested_dir_printable_bytes ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::single_dir_empty ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_nonprintable_bytes_1 ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::default::nested_dir_nonprintable_bytes_0 ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::single_file_empty ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_1 ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_printable_bytes_with_fslash ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::single_file_printable_bytes ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_time::single_dir_empty ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_printable_bytes ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_printable_bytes ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_printable_bytes_with_fslash ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_time::single_file_empty ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_time::single_file_printable_bytes ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_0 ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::nested_dir_nonprintable_bytes_using_csync_outdir ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::nested_dir_nonprintable_bytes_using_csync_outdir has been running for over 60 seconds [INFO] [stdout] test tests_e2e::success::fresh_builds::default::single_dir_empty ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::nested_dir_nonprintable_bytes_using_csync_outdir ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_1 ... ok [INFO] [stdout] test util::tests::iter_eq_str ... ok [INFO] [stdout] test util::tests::read_exact::parametrized ... ok [INFO] [stdout] test util::tests::subpath::parametrized_fail ... ok [INFO] [stdout] test util::tests::subpath::parametrized_success ... ok [INFO] [stdout] test util::tests::u8_u32_conversion_inverse ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::default::nested_dir_nonprintable_bytes_1 ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::default::single_file_printable_bytes ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::default::single_file_empty ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::default_empty_password::single_file_empty ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_using_csync_outdir has been running for over 60 seconds [INFO] [stdout] test tests_e2e::success::fresh_builds::default_empty_password::single_dir_empty ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::default_empty_password::nested_dir_printable_bytes_with_fslash ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::default::nested_dir_printable_bytes ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::default_empty_password::nested_dir_printable_bytes ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::default::nested_dir_printable_bytes_with_fslash ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_nonprintable_bytes_using_csync_outdir has been running for over 60 seconds [INFO] [stdout] test tests_e2e::success::others::encrypted_dir_basename_changed ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::default_empty_password::single_file_printable_bytes ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_using_csync_outdir ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_nonprintable_bytes_using_csync_outdir ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_using_csync_outdir ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::default::nested_dir_nonprintable_bytes_using_csync_outdir ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::nested_dir_nonprintable_bytes_0 stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::nested_dir_nonprintable_bytes_0' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `46`, [INFO] [stdout] right: `0`: Output { status: ExitStatus(unix_wait_status(11776)), stdout: "", stderr: " Blocking waiting for file lock on build directory\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:46:10\n |\n46 | };\n | ^ help: remove this semicolon\n |\n = note: `#[warn(redundant_semicolons)]` on by default\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:58:10\n |\n58 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:103:14\n |\n103 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/syncer/mod.rs:176:10\n |\n176 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/syncer/mod.rs:373:26\n |\n373 | };\n | ^ help: remove this semicolon\n\nwarning: unused import: `hasher::deterministic_hash`\n --> src/main.rs:38:5\n |\n38 | hasher::deterministic_hash,\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = note: `#[warn(unused_imports)]` on by default\n\nwarning: an associated function with this name may be added to the standard library in the future\n --> src/crypt/syncer/util.rs:222:69\n |\n222 | let hash_string_interspersed: String = hash_str.chars().intersperse('/').collect();\n | ^^^^^^^^^^^\n |\n = note: `#[warn(unstable_name_collisions)]` on by default\n = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!\n = note: for more information, see issue #48919 \n = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method\n = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse`\n\nwarning: field is never read: `init_key`\n --> src/crypt/syncer/mod.rs:69:5\n |\n69 | init_key: InitialKey,\n | ^^^^^^^^^^^^^^^^^^^^\n |\n = note: `#[warn(dead_code)]` on by default\n\nwarning: field is never read: `syncer_spec`\n --> src/main.rs:72:5\n |\n72 | syncer_spec: SyncerSpec,\n | ^^^^^^^^^^^^^^^^^^^^^^^\n\nwarning: `csync` (bin \"csync\") generated 9 warnings\n Finished dev [optimized + debuginfo] target(s) in 2.50s\n Running `/opt/rustwide/target/debug/csync encrypt .git/objects/00/ -o /tmp/zhlygK --cipher aes256cbc --spread-depth 4 --key-deriv-alg pbkdf2 --pbkdf2-num-iter 89432`\n\u{1b}[38;5;1m[csync error]\u{1b}[39m: Source does not exist under \".git/objects/00/\"\n" }', src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559196910a0c - std::backtrace_rs::backtrace::libunwind::trace::h793e05efd273d0f4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x559196910a0c - std::backtrace_rs::backtrace::trace_unsynchronized::h640b7b86ff610c77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x559196910a0c - std::sys_common::backtrace::_print_fmt::h362fa2a4f354f877 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x559196910a0c - ::fmt::hf439e5ed84c74abd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55919693579c - core::fmt::write::h72801a82c94e6ff1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/fmt/mod.rs:1149:17 [INFO] [stdout] 5: 0x55919690bfe5 - std::io::Write::write_fmt::h54337adeb3504c03 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/io/mod.rs:1697:15 [INFO] [stdout] 6: 0x5591969128d0 - std::sys_common::backtrace::_print::hb29ddd998d02631c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5591969128d0 - std::sys_common::backtrace::print::h81965e3d7c90fbb6 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5591969128d0 - std::panicking::default_hook::{{closure}}::h84db205ab6674b38 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x5591969124b6 - std::panicking::default_hook::h1bf8bb4159936bca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x559196912f84 - std::panicking::rust_panic_with_hook::hf8e86850fbbd03b1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x559196912a60 - std::panicking::begin_panic_handler::{{closure}}::h590a0d6060ff866e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x559196910ec4 - std::sys_common::backtrace::__rust_end_short_backtrace::h260b8bd1c848a03c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x5591969129c9 - rust_begin_unwind [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x559196674151 - core::panicking::panic_fmt::h7b8580d81fcbbacd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panicking.rs:106:14 [INFO] [stdout] 15: 0x5591969343fe - core::panicking::assert_failed_inner::hc71171cfb6f4bc69 [INFO] [stdout] 16: 0x5591966689ab - core::panicking::assert_failed::h97471784c47c234d [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panicking.rs:144:5 [INFO] [stdout] 17: 0x55919667aff6 - csync::tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::nested_dir_nonprintable_bytes_0::hc47f2346b0c405b5 [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x559196810d13 - core::ops::function::FnOnce::call_once::h24a32b9da1a40fdb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x559196810d13 - test::__rust_begin_short_backtrace::h3c3a0492fb4a12eb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:585:5 [INFO] [stdout] 20: 0x55919680f927 - as core::ops::function::FnOnce>::call_once::h9a8e38435f73d5e0 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 21: 0x55919680f927 - as core::ops::function::FnOnce<()>>::call_once::hb23d7496a0e6d1b4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 22: 0x55919680f927 - std::panicking::try::do_call::ha2bb9825b32d2cc2 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 23: 0x55919680f927 - std::panicking::try::hdc38a574bbebc53e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 24: 0x55919680f927 - std::panic::catch_unwind::hc45ed246595c621c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 25: 0x55919680f927 - test::run_test_in_process::h4249138faaea8d54 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:608:18 [INFO] [stdout] 26: 0x55919680f927 - test::run_test::run_test_inner::{{closure}}::h3c1b37669f6e9fd7 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:500:39 [INFO] [stdout] 27: 0x5591967dcbce - test::run_test::run_test_inner::{{closure}}::h388760469edd5c24 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:527:37 [INFO] [stdout] 28: 0x5591967dcbce - std::sys_common::backtrace::__rust_begin_short_backtrace::hbbaecdcfad18643e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 29: 0x5591967e1928 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h09cd3ca65896da91 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:484:17 [INFO] [stdout] 30: 0x5591967e1928 - as core::ops::function::FnOnce<()>>::call_once::hc52dbb4f9088d18b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 31: 0x5591967e1928 - std::panicking::try::do_call::h4485cfee22b11c08 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 32: 0x5591967e1928 - std::panicking::try::hb62aa8549e20c08b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 33: 0x5591967e1928 - std::panic::catch_unwind::ha322c7a5bc666762 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 34: 0x5591967e1928 - std::thread::Builder::spawn_unchecked::{{closure}}::h1076fc1398603b77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:483:30 [INFO] [stdout] 35: 0x5591967e1928 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h911e510344167353 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x559196919403 - as core::ops::function::FnOnce>::call_once::h771719d52c343434 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 37: 0x559196919403 - as core::ops::function::FnOnce>::call_once::hf441746dfa4b0f57 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 38: 0x559196919403 - std::sys::unix::thread::Thread::new::thread_start::hfd168f9d312b29ca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 39: 0x7f97f80cc609 - start_thread [INFO] [stdout] 40: 0x7f97f7e9e293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::nested_dir_nonprintable_bytes_0 stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::nested_dir_nonprintable_bytes_0' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `46`, [INFO] [stdout] right: `0`: Output { status: ExitStatus(unix_wait_status(11776)), stdout: "", stderr: " Blocking waiting for file lock on build directory\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:46:10\n |\n46 | };\n | ^ help: remove this semicolon\n |\n = note: `#[warn(redundant_semicolons)]` on by default\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:58:10\n |\n58 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:103:14\n |\n103 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/syncer/mod.rs:176:10\n |\n176 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/syncer/mod.rs:373:26\n |\n373 | };\n | ^ help: remove this semicolon\n\nwarning: unused import: `hasher::deterministic_hash`\n --> src/main.rs:38:5\n |\n38 | hasher::deterministic_hash,\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = note: `#[warn(unused_imports)]` on by default\n\nwarning: an associated function with this name may be added to the standard library in the future\n --> src/crypt/syncer/util.rs:222:69\n |\n222 | let hash_string_interspersed: String = hash_str.chars().intersperse('/').collect();\n | ^^^^^^^^^^^\n |\n = note: `#[warn(unstable_name_collisions)]` on by default\n = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!\n = note: for more information, see issue #48919 \n = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method\n = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse`\n\nwarning: field is never read: `init_key`\n --> src/crypt/syncer/mod.rs:69:5\n |\n69 | init_key: InitialKey,\n | ^^^^^^^^^^^^^^^^^^^^\n |\n = note: `#[warn(dead_code)]` on by default\n\nwarning: field is never read: `syncer_spec`\n --> src/main.rs:72:5\n |\n72 | syncer_spec: SyncerSpec,\n | ^^^^^^^^^^^^^^^^^^^^^^^\n\nwarning: `csync` (bin \"csync\") generated 9 warnings\n Finished dev [optimized + debuginfo] target(s) in 1.82s\n Running `/opt/rustwide/target/debug/csync encrypt .git/objects/00/ -o /tmp/gLpG7w --cipher aes256cbc --spread-depth 5 --key-deriv-alg pbkdf2 --pbkdf2-alg hmac-sha512 --key-deriv-time 4`\n\u{1b}[38;5;1m[csync error]\u{1b}[39m: Source does not exist under \".git/objects/00/\"\n" }', src/tests_e2e/success/fresh_builds.rs:84:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559196910a0c - std::backtrace_rs::backtrace::libunwind::trace::h793e05efd273d0f4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x559196910a0c - std::backtrace_rs::backtrace::trace_unsynchronized::h640b7b86ff610c77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x559196910a0c - std::sys_common::backtrace::_print_fmt::h362fa2a4f354f877 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x559196910a0c - ::fmt::hf439e5ed84c74abd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55919693579c - core::fmt::write::h72801a82c94e6ff1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/fmt/mod.rs:1149:17 [INFO] [stdout] 5: 0x55919690bfe5 - std::io::Write::write_fmt::h54337adeb3504c03 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/io/mod.rs:1697:15 [INFO] [stdout] 6: 0x5591969128d0 - std::sys_common::backtrace::_print::hb29ddd998d02631c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5591969128d0 - std::sys_common::backtrace::print::h81965e3d7c90fbb6 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5591969128d0 - std::panicking::default_hook::{{closure}}::h84db205ab6674b38 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x5591969124b6 - std::panicking::default_hook::h1bf8bb4159936bca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x559196912f84 - std::panicking::rust_panic_with_hook::hf8e86850fbbd03b1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x559196912a60 - std::panicking::begin_panic_handler::{{closure}}::h590a0d6060ff866e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x559196910ec4 - std::sys_common::backtrace::__rust_end_short_backtrace::h260b8bd1c848a03c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x5591969129c9 - rust_begin_unwind [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x559196674151 - core::panicking::panic_fmt::h7b8580d81fcbbacd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panicking.rs:106:14 [INFO] [stdout] 15: 0x5591969343fe - core::panicking::assert_failed_inner::hc71171cfb6f4bc69 [INFO] [stdout] 16: 0x5591966689ab - core::panicking::assert_failed::h97471784c47c234d [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panicking.rs:144:5 [INFO] [stdout] 17: 0x5591966e48ae - csync::tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::nested_dir_nonprintable_bytes_0::h1b2942348e6d2f1a [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x559196810d13 - core::ops::function::FnOnce::call_once::h24a32b9da1a40fdb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x559196810d13 - test::__rust_begin_short_backtrace::h3c3a0492fb4a12eb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:585:5 [INFO] [stdout] 20: 0x55919680f927 - as core::ops::function::FnOnce>::call_once::h9a8e38435f73d5e0 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 21: 0x55919680f927 - as core::ops::function::FnOnce<()>>::call_once::hb23d7496a0e6d1b4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 22: 0x55919680f927 - std::panicking::try::do_call::ha2bb9825b32d2cc2 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 23: 0x55919680f927 - std::panicking::try::hdc38a574bbebc53e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 24: 0x55919680f927 - std::panic::catch_unwind::hc45ed246595c621c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 25: 0x55919680f927 - test::run_test_in_process::h4249138faaea8d54 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:608:18 [INFO] [stdout] 26: 0x55919680f927 - test::run_test::run_test_inner::{{closure}}::h3c1b37669f6e9fd7 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:500:39 [INFO] [stdout] 27: 0x5591967dcbce - test::run_test::run_test_inner::{{closure}}::h388760469edd5c24 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:527:37 [INFO] [stdout] 28: 0x5591967dcbce - std::sys_common::backtrace::__rust_begin_short_backtrace::hbbaecdcfad18643e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 29: 0x5591967e1928 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h09cd3ca65896da91 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:484:17 [INFO] [stdout] 30: 0x5591967e1928 - as core::ops::function::FnOnce<()>>::call_once::hc52dbb4f9088d18b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 31: 0x5591967e1928 - std::panicking::try::do_call::h4485cfee22b11c08 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 32: 0x5591967e1928 - std::panicking::try::hb62aa8549e20c08b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 33: 0x5591967e1928 - std::panic::catch_unwind::ha322c7a5bc666762 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 34: 0x5591967e1928 - std::thread::Builder::spawn_unchecked::{{closure}}::h1076fc1398603b77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:483:30 [INFO] [stdout] 35: 0x5591967e1928 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h911e510344167353 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x559196919403 - as core::ops::function::FnOnce>::call_once::h771719d52c343434 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 37: 0x559196919403 - as core::ops::function::FnOnce>::call_once::hf441746dfa4b0f57 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 38: 0x559196919403 - std::sys::unix::thread::Thread::new::thread_start::hfd168f9d312b29ca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 39: 0x7f97f80cc609 - start_thread [INFO] [stdout] 40: 0x7f97f7e9e293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_0 stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_0' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `46`, [INFO] [stdout] right: `0`: Output { status: ExitStatus(unix_wait_status(11776)), stdout: "", stderr: "warning: unnecessary trailing semicolon\n --> src/crypt/action.rs:46:10\n |\n46 | };\n | ^ help: remove this semicolon\n |\n = note: `#[warn(redundant_semicolons)]` on by default\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:58:10\n |\n58 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:103:14\n |\n103 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/syncer/mod.rs:176:10\n |\n176 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/syncer/mod.rs:373:26\n |\n373 | };\n | ^ help: remove this semicolon\n\nwarning: unused import: `hasher::deterministic_hash`\n --> src/main.rs:38:5\n |\n38 | hasher::deterministic_hash,\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = note: `#[warn(unused_imports)]` on by default\n\nwarning: an associated function with this name may be added to the standard library in the future\n --> src/crypt/syncer/util.rs:222:69\n |\n222 | let hash_string_interspersed: String = hash_str.chars().intersperse('/').collect();\n | ^^^^^^^^^^^\n |\n = note: `#[warn(unstable_name_collisions)]` on by default\n = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!\n = note: for more information, see issue #48919 \n = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method\n = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse`\n\nwarning: field is never read: `init_key`\n --> src/crypt/syncer/mod.rs:69:5\n |\n69 | init_key: InitialKey,\n | ^^^^^^^^^^^^^^^^^^^^\n |\n = note: `#[warn(dead_code)]` on by default\n\nwarning: field is never read: `syncer_spec`\n --> src/main.rs:72:5\n |\n72 | syncer_spec: SyncerSpec,\n | ^^^^^^^^^^^^^^^^^^^^^^^\n\nwarning: `csync` (bin \"csync\") generated 9 warnings\n Finished dev [optimized + debuginfo] target(s) in 2.72s\n Running `/opt/rustwide/target/debug/csync encrypt .git/objects/00/ -o /tmp/s4wVu1 --cipher chacha20 --spread-depth 6 --key-deriv-time 3 --scrypt-output-len 1483`\n\u{1b}[38;5;1m[csync error]\u{1b}[39m: Source does not exist under \".git/objects/00/\"\n" }', src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559196910a0c - std::backtrace_rs::backtrace::libunwind::trace::h793e05efd273d0f4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x559196910a0c - std::backtrace_rs::backtrace::trace_unsynchronized::h640b7b86ff610c77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x559196910a0c - std::sys_common::backtrace::_print_fmt::h362fa2a4f354f877 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x559196910a0c - ::fmt::hf439e5ed84c74abd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55919693579c - core::fmt::write::h72801a82c94e6ff1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/fmt/mod.rs:1149:17 [INFO] [stdout] 5: 0x55919690bfe5 - std::io::Write::write_fmt::h54337adeb3504c03 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/io/mod.rs:1697:15 [INFO] [stdout] 6: 0x5591969128d0 - std::sys_common::backtrace::_print::hb29ddd998d02631c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5591969128d0 - std::sys_common::backtrace::print::h81965e3d7c90fbb6 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5591969128d0 - std::panicking::default_hook::{{closure}}::h84db205ab6674b38 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x5591969124b6 - std::panicking::default_hook::h1bf8bb4159936bca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x559196912f84 - std::panicking::rust_panic_with_hook::hf8e86850fbbd03b1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x559196912a60 - std::panicking::begin_panic_handler::{{closure}}::h590a0d6060ff866e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x559196910ec4 - std::sys_common::backtrace::__rust_end_short_backtrace::h260b8bd1c848a03c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x5591969129c9 - rust_begin_unwind [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x559196674151 - core::panicking::panic_fmt::h7b8580d81fcbbacd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panicking.rs:106:14 [INFO] [stdout] 15: 0x5591969343fe - core::panicking::assert_failed_inner::hc71171cfb6f4bc69 [INFO] [stdout] 16: 0x5591966689ab - core::panicking::assert_failed::h97471784c47c234d [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panicking.rs:144:5 [INFO] [stdout] 17: 0x55919675ae16 - csync::tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_0::h32118c7c0c10bd16 [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x559196810d13 - core::ops::function::FnOnce::call_once::h24a32b9da1a40fdb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x559196810d13 - test::__rust_begin_short_backtrace::h3c3a0492fb4a12eb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:585:5 [INFO] [stdout] 20: 0x55919680f927 - as core::ops::function::FnOnce>::call_once::h9a8e38435f73d5e0 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 21: 0x55919680f927 - as core::ops::function::FnOnce<()>>::call_once::hb23d7496a0e6d1b4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 22: 0x55919680f927 - std::panicking::try::do_call::ha2bb9825b32d2cc2 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 23: 0x55919680f927 - std::panicking::try::hdc38a574bbebc53e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 24: 0x55919680f927 - std::panic::catch_unwind::hc45ed246595c621c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 25: 0x55919680f927 - test::run_test_in_process::h4249138faaea8d54 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:608:18 [INFO] [stdout] 26: 0x55919680f927 - test::run_test::run_test_inner::{{closure}}::h3c1b37669f6e9fd7 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:500:39 [INFO] [stdout] 27: 0x5591967dcbce - test::run_test::run_test_inner::{{closure}}::h388760469edd5c24 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:527:37 [INFO] [stdout] 28: 0x5591967dcbce - std::sys_common::backtrace::__rust_begin_short_backtrace::hbbaecdcfad18643e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 29: 0x5591967e1928 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h09cd3ca65896da91 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:484:17 [INFO] [stdout] 30: 0x5591967e1928 - as core::ops::function::FnOnce<()>>::call_once::hc52dbb4f9088d18b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 31: 0x5591967e1928 - std::panicking::try::do_call::h4485cfee22b11c08 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 32: 0x5591967e1928 - std::panicking::try::hb62aa8549e20c08b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 33: 0x5591967e1928 - std::panic::catch_unwind::ha322c7a5bc666762 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 34: 0x5591967e1928 - std::thread::Builder::spawn_unchecked::{{closure}}::h1076fc1398603b77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:483:30 [INFO] [stdout] 35: 0x5591967e1928 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h911e510344167353 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x559196919403 - as core::ops::function::FnOnce>::call_once::h771719d52c343434 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 37: 0x559196919403 - as core::ops::function::FnOnce>::call_once::hf441746dfa4b0f57 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 38: 0x559196919403 - std::sys::unix::thread::Thread::new::thread_start::hfd168f9d312b29ca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 39: 0x7f97f80cc609 - start_thread [INFO] [stdout] 40: 0x7f97f7e9e293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_nonprintable_bytes_0 stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_nonprintable_bytes_0' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `46`, [INFO] [stdout] right: `0`: Output { status: ExitStatus(unix_wait_status(11776)), stdout: "", stderr: " Blocking waiting for file lock on build directory\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:46:10\n |\n46 | };\n | ^ help: remove this semicolon\n |\n = note: `#[warn(redundant_semicolons)]` on by default\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:58:10\n |\n58 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:103:14\n |\n103 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/syncer/mod.rs:176:10\n |\n176 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/syncer/mod.rs:373:26\n |\n373 | };\n | ^ help: remove this semicolon\n\nwarning: unused import: `hasher::deterministic_hash`\n --> src/main.rs:38:5\n |\n38 | hasher::deterministic_hash,\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = note: `#[warn(unused_imports)]` on by default\n\nwarning: an associated function with this name may be added to the standard library in the future\n --> src/crypt/syncer/util.rs:222:69\n |\n222 | let hash_string_interspersed: String = hash_str.chars().intersperse('/').collect();\n | ^^^^^^^^^^^\n |\n = note: `#[warn(unstable_name_collisions)]` on by default\n = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!\n = note: for more information, see issue #48919 \n = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method\n = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse`\n\nwarning: field is never read: `init_key`\n --> src/crypt/syncer/mod.rs:69:5\n |\n69 | init_key: InitialKey,\n | ^^^^^^^^^^^^^^^^^^^^\n |\n = note: `#[warn(dead_code)]` on by default\n\nwarning: field is never read: `syncer_spec`\n --> src/main.rs:72:5\n |\n72 | syncer_spec: SyncerSpec,\n | ^^^^^^^^^^^^^^^^^^^^^^^\n\nwarning: `csync` (bin \"csync\") generated 9 warnings\n Finished dev [optimized + debuginfo] target(s) in 3.49s\n Running `/opt/rustwide/target/debug/csync encrypt .git/objects/00/ -o /tmp/jonefg --cipher chacha20 --spread-depth 7 --scrypt-log-n 13 --scrypt-r 9 --scrypt-p 2`\n\u{1b}[38;5;1m[csync error]\u{1b}[39m: Source does not exist under \".git/objects/00/\"\n" }', src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559196910a0c - std::backtrace_rs::backtrace::libunwind::trace::h793e05efd273d0f4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x559196910a0c - std::backtrace_rs::backtrace::trace_unsynchronized::h640b7b86ff610c77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x559196910a0c - std::sys_common::backtrace::_print_fmt::h362fa2a4f354f877 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x559196910a0c - ::fmt::hf439e5ed84c74abd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55919693579c - core::fmt::write::h72801a82c94e6ff1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/fmt/mod.rs:1149:17 [INFO] [stdout] 5: 0x55919690bfe5 - std::io::Write::write_fmt::h54337adeb3504c03 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/io/mod.rs:1697:15 [INFO] [stdout] 6: 0x5591969128d0 - std::sys_common::backtrace::_print::hb29ddd998d02631c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5591969128d0 - std::sys_common::backtrace::print::h81965e3d7c90fbb6 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5591969128d0 - std::panicking::default_hook::{{closure}}::h84db205ab6674b38 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x5591969124b6 - std::panicking::default_hook::h1bf8bb4159936bca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x559196912f84 - std::panicking::rust_panic_with_hook::hf8e86850fbbd03b1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x559196912a60 - std::panicking::begin_panic_handler::{{closure}}::h590a0d6060ff866e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x559196910ec4 - std::sys_common::backtrace::__rust_end_short_backtrace::h260b8bd1c848a03c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x5591969129c9 - rust_begin_unwind [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x559196674151 - core::panicking::panic_fmt::h7b8580d81fcbbacd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panicking.rs:106:14 [INFO] [stdout] 15: 0x5591969343fe - core::panicking::assert_failed_inner::hc71171cfb6f4bc69 [INFO] [stdout] 16: 0x5591966689ab - core::panicking::assert_failed::h97471784c47c234d [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panicking.rs:144:5 [INFO] [stdout] 17: 0x55919672c00e - csync::tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_nonprintable_bytes_0::hdd887ecb7270a941 [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x559196810d13 - core::ops::function::FnOnce::call_once::h24a32b9da1a40fdb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x559196810d13 - test::__rust_begin_short_backtrace::h3c3a0492fb4a12eb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:585:5 [INFO] [stdout] 20: 0x55919680f927 - as core::ops::function::FnOnce>::call_once::h9a8e38435f73d5e0 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 21: 0x55919680f927 - as core::ops::function::FnOnce<()>>::call_once::hb23d7496a0e6d1b4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 22: 0x55919680f927 - std::panicking::try::do_call::ha2bb9825b32d2cc2 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 23: 0x55919680f927 - std::panicking::try::hdc38a574bbebc53e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 24: 0x55919680f927 - std::panic::catch_unwind::hc45ed246595c621c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 25: 0x55919680f927 - test::run_test_in_process::h4249138faaea8d54 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:608:18 [INFO] [stdout] 26: 0x55919680f927 - test::run_test::run_test_inner::{{closure}}::h3c1b37669f6e9fd7 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:500:39 [INFO] [stdout] 27: 0x5591967dcbce - test::run_test::run_test_inner::{{closure}}::h388760469edd5c24 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:527:37 [INFO] [stdout] 28: 0x5591967dcbce - std::sys_common::backtrace::__rust_begin_short_backtrace::hbbaecdcfad18643e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 29: 0x5591967e1928 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h09cd3ca65896da91 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:484:17 [INFO] [stdout] 30: 0x5591967e1928 - as core::ops::function::FnOnce<()>>::call_once::hc52dbb4f9088d18b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 31: 0x5591967e1928 - std::panicking::try::do_call::h4485cfee22b11c08 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 32: 0x5591967e1928 - std::panicking::try::hb62aa8549e20c08b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 33: 0x5591967e1928 - std::panic::catch_unwind::ha322c7a5bc666762 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 34: 0x5591967e1928 - std::thread::Builder::spawn_unchecked::{{closure}}::h1076fc1398603b77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:483:30 [INFO] [stdout] 35: 0x5591967e1928 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h911e510344167353 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x559196919403 - as core::ops::function::FnOnce>::call_once::h771719d52c343434 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 37: 0x559196919403 - as core::ops::function::FnOnce>::call_once::hf441746dfa4b0f57 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 38: 0x559196919403 - std::sys::unix::thread::Thread::new::thread_start::hfd168f9d312b29ca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 39: 0x7f97f80cc609 - start_thread [INFO] [stdout] 40: 0x7f97f7e9e293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::default::nested_dir_nonprintable_bytes_0 stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::default::nested_dir_nonprintable_bytes_0' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `46`, [INFO] [stdout] right: `0`: Output { status: ExitStatus(unix_wait_status(11776)), stdout: "", stderr: " Blocking waiting for file lock on build directory\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:46:10\n |\n46 | };\n | ^ help: remove this semicolon\n |\n = note: `#[warn(redundant_semicolons)]` on by default\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:58:10\n |\n58 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:103:14\n |\n103 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/syncer/mod.rs:176:10\n |\n176 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/syncer/mod.rs:373:26\n |\n373 | };\n | ^ help: remove this semicolon\n\nwarning: unused import: `hasher::deterministic_hash`\n --> src/main.rs:38:5\n |\n38 | hasher::deterministic_hash,\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = note: `#[warn(unused_imports)]` on by default\n\nwarning: an associated function with this name may be added to the standard library in the future\n --> src/crypt/syncer/util.rs:222:69\n |\n222 | let hash_string_interspersed: String = hash_str.chars().intersperse('/').collect();\n | ^^^^^^^^^^^\n |\n = note: `#[warn(unstable_name_collisions)]` on by default\n = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!\n = note: for more information, see issue #48919 \n = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method\n = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse`\n\nwarning: field is never read: `init_key`\n --> src/crypt/syncer/mod.rs:69:5\n |\n69 | init_key: InitialKey,\n | ^^^^^^^^^^^^^^^^^^^^\n |\n = note: `#[warn(dead_code)]` on by default\n\nwarning: field is never read: `syncer_spec`\n --> src/main.rs:72:5\n |\n72 | syncer_spec: SyncerSpec,\n | ^^^^^^^^^^^^^^^^^^^^^^^\n\nwarning: `csync` (bin \"csync\") generated 9 warnings\n Finished dev [optimized + debuginfo] target(s) in 2.80s\n Running `/opt/rustwide/target/debug/csync encrypt .git/objects/00/ -o /tmp/lpKnv4`\n\u{1b}[38;5;1m[csync error]\u{1b}[39m: Source does not exist under \".git/objects/00/\"\n" }', src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559196910a0c - std::backtrace_rs::backtrace::libunwind::trace::h793e05efd273d0f4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x559196910a0c - std::backtrace_rs::backtrace::trace_unsynchronized::h640b7b86ff610c77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x559196910a0c - std::sys_common::backtrace::_print_fmt::h362fa2a4f354f877 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x559196910a0c - ::fmt::hf439e5ed84c74abd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55919693579c - core::fmt::write::h72801a82c94e6ff1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/fmt/mod.rs:1149:17 [INFO] [stdout] 5: 0x55919690bfe5 - std::io::Write::write_fmt::h54337adeb3504c03 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/io/mod.rs:1697:15 [INFO] [stdout] 6: 0x5591969128d0 - std::sys_common::backtrace::_print::hb29ddd998d02631c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5591969128d0 - std::sys_common::backtrace::print::h81965e3d7c90fbb6 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5591969128d0 - std::panicking::default_hook::{{closure}}::h84db205ab6674b38 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x5591969124b6 - std::panicking::default_hook::h1bf8bb4159936bca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x559196912f84 - std::panicking::rust_panic_with_hook::hf8e86850fbbd03b1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x559196912a60 - std::panicking::begin_panic_handler::{{closure}}::h590a0d6060ff866e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x559196910ec4 - std::sys_common::backtrace::__rust_end_short_backtrace::h260b8bd1c848a03c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x5591969129c9 - rust_begin_unwind [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x559196674151 - core::panicking::panic_fmt::h7b8580d81fcbbacd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panicking.rs:106:14 [INFO] [stdout] 15: 0x5591969343fe - core::panicking::assert_failed_inner::hc71171cfb6f4bc69 [INFO] [stdout] 16: 0x5591966689ab - core::panicking::assert_failed::h97471784c47c234d [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panicking.rs:144:5 [INFO] [stdout] 17: 0x5591966d3c4a - csync::tests_e2e::success::fresh_builds::default::nested_dir_nonprintable_bytes_0::h2a0250c443cfef28 [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x559196810d13 - core::ops::function::FnOnce::call_once::h24a32b9da1a40fdb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x559196810d13 - test::__rust_begin_short_backtrace::h3c3a0492fb4a12eb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:585:5 [INFO] [stdout] 20: 0x55919680f927 - as core::ops::function::FnOnce>::call_once::h9a8e38435f73d5e0 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 21: 0x55919680f927 - as core::ops::function::FnOnce<()>>::call_once::hb23d7496a0e6d1b4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 22: 0x55919680f927 - std::panicking::try::do_call::ha2bb9825b32d2cc2 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 23: 0x55919680f927 - std::panicking::try::hdc38a574bbebc53e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 24: 0x55919680f927 - std::panic::catch_unwind::hc45ed246595c621c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 25: 0x55919680f927 - test::run_test_in_process::h4249138faaea8d54 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:608:18 [INFO] [stdout] 26: 0x55919680f927 - test::run_test::run_test_inner::{{closure}}::h3c1b37669f6e9fd7 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:500:39 [INFO] [stdout] 27: 0x5591967dcbce - test::run_test::run_test_inner::{{closure}}::h388760469edd5c24 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:527:37 [INFO] [stdout] 28: 0x5591967dcbce - std::sys_common::backtrace::__rust_begin_short_backtrace::hbbaecdcfad18643e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 29: 0x5591967e1928 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h09cd3ca65896da91 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:484:17 [INFO] [stdout] 30: 0x5591967e1928 - as core::ops::function::FnOnce<()>>::call_once::hc52dbb4f9088d18b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 31: 0x5591967e1928 - std::panicking::try::do_call::h4485cfee22b11c08 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 32: 0x5591967e1928 - std::panicking::try::hb62aa8549e20c08b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 33: 0x5591967e1928 - std::panic::catch_unwind::ha322c7a5bc666762 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 34: 0x5591967e1928 - std::thread::Builder::spawn_unchecked::{{closure}}::h1076fc1398603b77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:483:30 [INFO] [stdout] 35: 0x5591967e1928 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h911e510344167353 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x559196919403 - as core::ops::function::FnOnce>::call_once::h771719d52c343434 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 37: 0x559196919403 - as core::ops::function::FnOnce>::call_once::hf441746dfa4b0f57 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 38: 0x559196919403 - std::sys::unix::thread::Thread::new::thread_start::hfd168f9d312b29ca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 39: 0x7f97f80cc609 - start_thread [INFO] [stdout] 40: 0x7f97f7e9e293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_0 stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_0' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `46`, [INFO] [stdout] right: `0`: Output { status: ExitStatus(unix_wait_status(11776)), stdout: "", stderr: " Blocking waiting for file lock on build directory\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:46:10\n |\n46 | };\n | ^ help: remove this semicolon\n |\n = note: `#[warn(redundant_semicolons)]` on by default\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:58:10\n |\n58 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/action.rs:103:14\n |\n103 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/syncer/mod.rs:176:10\n |\n176 | };\n | ^ help: remove this semicolon\n\nwarning: unnecessary trailing semicolon\n --> src/crypt/syncer/mod.rs:373:26\n |\n373 | };\n | ^ help: remove this semicolon\n\nwarning: unused import: `hasher::deterministic_hash`\n --> src/main.rs:38:5\n |\n38 | hasher::deterministic_hash,\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = note: `#[warn(unused_imports)]` on by default\n\nwarning: an associated function with this name may be added to the standard library in the future\n --> src/crypt/syncer/util.rs:222:69\n |\n222 | let hash_string_interspersed: String = hash_str.chars().intersperse('/').collect();\n | ^^^^^^^^^^^\n |\n = note: `#[warn(unstable_name_collisions)]` on by default\n = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!\n = note: for more information, see issue #48919 \n = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method\n = help: add `#![feature(iter_intersperse)]` to the crate attributes to enable `std::iter::Iterator::intersperse`\n\nwarning: field is never read: `init_key`\n --> src/crypt/syncer/mod.rs:69:5\n |\n69 | init_key: InitialKey,\n | ^^^^^^^^^^^^^^^^^^^^\n |\n = note: `#[warn(dead_code)]` on by default\n\nwarning: field is never read: `syncer_spec`\n --> src/main.rs:72:5\n |\n72 | syncer_spec: SyncerSpec,\n | ^^^^^^^^^^^^^^^^^^^^^^^\n\nwarning: `csync` (bin \"csync\") generated 9 warnings\n Finished dev [optimized + debuginfo] target(s) in 2.18s\n Running `/opt/rustwide/target/debug/csync encrypt .git/objects/00/ -o /tmp/7HAt80`\n\u{1b}[38;5;1m[csync error]\u{1b}[39m: Source does not exist under \".git/objects/00/\"\n" }', src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x559196910a0c - std::backtrace_rs::backtrace::libunwind::trace::h793e05efd273d0f4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x559196910a0c - std::backtrace_rs::backtrace::trace_unsynchronized::h640b7b86ff610c77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x559196910a0c - std::sys_common::backtrace::_print_fmt::h362fa2a4f354f877 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x559196910a0c - ::fmt::hf439e5ed84c74abd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55919693579c - core::fmt::write::h72801a82c94e6ff1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/fmt/mod.rs:1149:17 [INFO] [stdout] 5: 0x55919690bfe5 - std::io::Write::write_fmt::h54337adeb3504c03 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/io/mod.rs:1697:15 [INFO] [stdout] 6: 0x5591969128d0 - std::sys_common::backtrace::_print::hb29ddd998d02631c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5591969128d0 - std::sys_common::backtrace::print::h81965e3d7c90fbb6 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5591969128d0 - std::panicking::default_hook::{{closure}}::h84db205ab6674b38 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x5591969124b6 - std::panicking::default_hook::h1bf8bb4159936bca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x559196912f84 - std::panicking::rust_panic_with_hook::hf8e86850fbbd03b1 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x559196912a60 - std::panicking::begin_panic_handler::{{closure}}::h590a0d6060ff866e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:502:13 [INFO] [stdout] 12: 0x559196910ec4 - std::sys_common::backtrace::__rust_end_short_backtrace::h260b8bd1c848a03c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x5591969129c9 - rust_begin_unwind [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x559196674151 - core::panicking::panic_fmt::h7b8580d81fcbbacd [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panicking.rs:106:14 [INFO] [stdout] 15: 0x5591969343fe - core::panicking::assert_failed_inner::hc71171cfb6f4bc69 [INFO] [stdout] 16: 0x5591966689ab - core::panicking::assert_failed::h97471784c47c234d [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panicking.rs:144:5 [INFO] [stdout] 17: 0x55919669d57a - csync::tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_0::h1616bde9c707cc80 [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x559196810d13 - core::ops::function::FnOnce::call_once::h24a32b9da1a40fdb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x559196810d13 - test::__rust_begin_short_backtrace::h3c3a0492fb4a12eb [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:585:5 [INFO] [stdout] 20: 0x55919680f927 - as core::ops::function::FnOnce>::call_once::h9a8e38435f73d5e0 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 21: 0x55919680f927 - as core::ops::function::FnOnce<()>>::call_once::hb23d7496a0e6d1b4 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 22: 0x55919680f927 - std::panicking::try::do_call::ha2bb9825b32d2cc2 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 23: 0x55919680f927 - std::panicking::try::hdc38a574bbebc53e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 24: 0x55919680f927 - std::panic::catch_unwind::hc45ed246595c621c [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 25: 0x55919680f927 - test::run_test_in_process::h4249138faaea8d54 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:608:18 [INFO] [stdout] 26: 0x55919680f927 - test::run_test::run_test_inner::{{closure}}::h3c1b37669f6e9fd7 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:500:39 [INFO] [stdout] 27: 0x5591967dcbce - test::run_test::run_test_inner::{{closure}}::h388760469edd5c24 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/test/src/lib.rs:527:37 [INFO] [stdout] 28: 0x5591967dcbce - std::sys_common::backtrace::__rust_begin_short_backtrace::hbbaecdcfad18643e [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 29: 0x5591967e1928 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h09cd3ca65896da91 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:484:17 [INFO] [stdout] 30: 0x5591967e1928 - as core::ops::function::FnOnce<()>>::call_once::hc52dbb4f9088d18b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 31: 0x5591967e1928 - std::panicking::try::do_call::h4485cfee22b11c08 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:406:40 [INFO] [stdout] 32: 0x5591967e1928 - std::panicking::try::hb62aa8549e20c08b [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panicking.rs:370:19 [INFO] [stdout] 33: 0x5591967e1928 - std::panic::catch_unwind::ha322c7a5bc666762 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/panic.rs:133:14 [INFO] [stdout] 34: 0x5591967e1928 - std::thread::Builder::spawn_unchecked::{{closure}}::h1076fc1398603b77 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/thread/mod.rs:483:30 [INFO] [stdout] 35: 0x5591967e1928 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h911e510344167353 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x559196919403 - as core::ops::function::FnOnce>::call_once::h771719d52c343434 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 37: 0x559196919403 - as core::ops::function::FnOnce>::call_once::hf441746dfa4b0f57 [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/alloc/src/boxed.rs:1694:9 [INFO] [stdout] 38: 0x559196919403 - std::sys::unix::thread::Thread::new::thread_start::hfd168f9d312b29ca [INFO] [stdout] at /rustc/62efba8a050c64249dab942951bb28f710208bc8/library/std/src/sys/unix/thread.rs:106:17 [INFO] [stdout] 39: 0x7f97f80cc609 - start_thread [INFO] [stdout] 40: 0x7f97f7e9e293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::nested_dir_nonprintable_bytes_0 [INFO] [stdout] tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::nested_dir_nonprintable_bytes_0 [INFO] [stdout] tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_0 [INFO] [stdout] tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_nonprintable_bytes_0 [INFO] [stdout] tests_e2e::success::fresh_builds::default::nested_dir_nonprintable_bytes_0 [INFO] [stdout] tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_0 [INFO] [stdout] [INFO] [stdout] test result: FAILED. 114 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 105.79s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin csync' [INFO] running `Command { std: "docker" "inspect" "62a66e6d5adc633b996606123cd6161405984e4f2f0293d59357c19e69dd4a9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62a66e6d5adc633b996606123cd6161405984e4f2f0293d59357c19e69dd4a9c", kill_on_drop: false }` [INFO] [stdout] 62a66e6d5adc633b996606123cd6161405984e4f2f0293d59357c19e69dd4a9c