[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#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackwchoi%2Fcsync" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jackwchoi/csync on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "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-3/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fd8c77d2159b2a5b5f9e142e2e62eea3aac1cfc38800a691bca5b09c0050f23c [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" "fd8c77d2159b2a5b5f9e142e2e62eea3aac1cfc38800a691bca5b09c0050f23c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd8c77d2159b2a5b5f9e142e2e62eea3aac1cfc38800a691bca5b09c0050f23c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd8c77d2159b2a5b5f9e142e2e62eea3aac1cfc38800a691bca5b09c0050f23c", kill_on_drop: false }` [INFO] [stdout] fd8c77d2159b2a5b5f9e142e2e62eea3aac1cfc38800a691bca5b09c0050f23c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", 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] 6a4af231e1783f6dc076159d224d40eb785529d640dde1e31f938c247b88bcdf [INFO] running `Command { std: "docker" "start" "-a" "6a4af231e1783f6dc076159d224d40eb785529d640dde1e31f938c247b88bcdf", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.0 [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 getrandom v0.1.14 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling subtle v2.2.3 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling data-encoding v2.2.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling quick-error v2.0.0 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling numtoa v0.1.0 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling generic-array v0.14.3 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [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 textwrap v0.11.0 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling proc-macro2 v1.0.12 [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 jobserver v0.1.21 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling termion v1.5.5 [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 clap v2.33.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling regex v1.4.2 [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 hmac v0.8.1 [INFO] [stderr] Compiling pbkdf2 v0.4.0 [INFO] [stderr] Compiling sha2 v0.9.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling openssl-sys v0.9.55 [INFO] [stderr] Compiling zstd-sys v1.4.13+zstd.1.4.3 [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 darling_core v0.10.2 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.8 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] 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 derive_builder 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: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 3m 11s [INFO] running `Command { std: "docker" "inspect" "6a4af231e1783f6dc076159d224d40eb785529d640dde1e31f938c247b88bcdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a4af231e1783f6dc076159d224d40eb785529d640dde1e31f938c247b88bcdf", kill_on_drop: false }` [INFO] [stdout] 6a4af231e1783f6dc076159d224d40eb785529d640dde1e31f938c247b88bcdf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen" "--no-run" "--message-format=json", 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] 6b7166d6e10e6e2ab32caa3abc296c048d41c50f1e921b639811c80943b4a853 [INFO] running `Command { std: "docker" "start" "-a" "6b7166d6e10e6e2ab32caa3abc296c048d41c50f1e921b639811c80943b4a853", kill_on_drop: false }` [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: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: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/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: 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: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: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: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: 125 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [optimized + debuginfo] target(s) in 47.97s [INFO] running `Command { std: "docker" "inspect" "6b7166d6e10e6e2ab32caa3abc296c048d41c50f1e921b639811c80943b4a853", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b7166d6e10e6e2ab32caa3abc296c048d41c50f1e921b639811c80943b4a853", kill_on_drop: false }` [INFO] [stdout] 6b7166d6e10e6e2ab32caa3abc296c048d41c50f1e921b639811c80943b4a853 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 209479fe93b20119a3d1448e7fbb54f8d848cbcafd2abd621cfbd3090ed31317 [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" "209479fe93b20119a3d1448e7fbb54f8d848cbcafd2abd621cfbd3090ed31317", 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: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: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/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: 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: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: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: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: `csync` (bin "csync" test) generated 125 warnings (96 duplicates) [INFO] [stderr] Finished test [optimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/csync-2e95c97748577841) [INFO] [stdout] [INFO] [stdout] running 120 tests [INFO] [stdout] test encoder::crypt_encoder::tests::no_drop_read_all_to_does_not_overwrite ... ok [INFO] [stdout] test fs_util::tests::fopen_w::creates_if_it_does_not_exist ... 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::decoder::base16::parametrized ... ok [INFO] [stdout] test encoder::text::tests::encoder::base32::parametrized ... ok [INFO] [stdout] test encoder::crypt_encoder::tests::dropped_read_all_to_overwrites ... ok [INFO] [stdout] test encoder::zstd::tests::parametrized_inverse ... ok [INFO] [stdout] test fs_util::tests::fopen_r::fails_if_it_does_not_exist ... ok [INFO] [stdout] test fs_util::tests::fopen_w::file_does_not_exist_so_sets_permissions_bits_to_default_bits ... 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_r::does_not_overwrite_permission_bits ... ok [INFO] [stdout] test encoder::text::tests::encoder::base64::parametrized ... ok [INFO] [stdout] test rand_util::tests::rand_bytes_range_respected ... ok [INFO] [stdout] test fs_util::tests::walkdir_assumptions::walkdir_includes_empty_root ... ok [INFO] [stdout] test hasher::tests::fix_algorithms::fix_hash1_with_salt ... ok [INFO] [stdout] test prelude::consts::tests::default_zstd_level ... ok [INFO] [stdout] test hasher::tests::deterministic_hash_is_deterministic ... ok [INFO] [stdout] test fs_util::tests::walkdir_assumptions::walkdir_includes_nonempty_root ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::four ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::one1 ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::ascii_bytes ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::eight ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::empty ... ok [INFO] [stdout] test hasher::tests::fix_algorithms::fix_hash1 ... ok [INFO] [stdout] test prelude::csync_err::tests::exit_codes_are_unique ... ok [INFO] [stdout] test rand_util::tests::rng_seed_is_deterministic ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::one2 ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::two2 ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::rand_bytes ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::three ... ok [INFO] [stdout] test secure_vec::tests::serde_secure_vec::two1 ... ok [INFO] [stdout] test test_util::tests::assert_tree_eq::flat_dir_with_files ... ok [INFO] [stdout] test encoder::text::tests::decoder::base64::parametrized ... ok [INFO] [stdout] test test_util::tests::assert_tree_eq::two_empty_files_with_same_name ... ok [INFO] [stdout] test test_util::tests::assert_tree_eq::two_empty_dirs_with_same_name ... ok [INFO] [stdout] test test_util::tests::cp_r::empty_dirs ... 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::dir_and_file_2 - 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::different_dirs - 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::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 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::reflexivity ... ok [INFO] [stdout] test tests_e2e::fail::incremental_encryption_disabled_for_now::contains_empty_dir ... ok [INFO] [stdout] test test_util::tests::cp_r::individual_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 tests_e2e::fail::password_confirmation_fail_during_encryption ... ok [INFO] [stdout] test tests_e2e::fail::outdir_is_not_dir ... ok [INFO] [stdout] test tests_e2e::fail::incremental_encryption_disabled_for_now::contains_file ... ok [INFO] [stdout] test tests_e2e::fail::metadata_load_failed ... ok [INFO] [stdout] test hasher::tests::fix_algorithms::fix_hash ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::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_does_not_exist::encryption_source_does_not_exist ... ok [INFO] [stdout] test encoder::zstd::tests::parametrized ... ok [INFO] [stdout] test hasher::tests::fix_algorithms::fix_hash_with_salt ... ok [INFO] [stdout] test encoder::text::tests::encoder::base16::parametrized ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::nested_dir_nonprintable_bytes_0 ... FAILED [INFO] [stdout] test tests_e2e::fail::source_eq_outdir ... ok [INFO] [stdout] test tests_e2e::fail::decryption_outdir_is_nonempty ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::single_dir_empty ... 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::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_0 ... FAILED [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::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::fail::source_does_not_exist::decryption_source_does_not_exist ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::single_dir_empty ... ok [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_empty ... 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::chacha20_scrypt_time::nested_dir_nonprintable_bytes_0 ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::nested_dir_printable_bytes ... ok [INFO] [stdout] test tests_e2e::fail::authentication_fail ... 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::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_dir_empty ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_printable_bytes_with_fslash ... FAILED [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::nested_dir_printable_bytes ... 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::chacha20_scrypt_params_custom_len::single_file_empty ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_nonprintable_bytes_using_csync_outdir ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_time::single_file_printable_bytes ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_1 ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_using_csync_outdir ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_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::chacha20_scrypt_params_custom_len::single_file_printable_bytes ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_time::single_dir_empty ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::default::nested_dir_printable_bytes ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::default::single_file_empty ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::default::single_dir_empty ... FAILED [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::single_file_printable_bytes ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_1 ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::chacha20_scrypt_time::single_file_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::aes256cbc_pbkdf2_params::nested_dir_nonprintable_bytes_using_csync_outdir ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::default_empty_password::single_file_printable_bytes ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::default_empty_password::single_dir_empty ... 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_empty_password::nested_dir_printable_bytes_with_fslash ... 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_empty_password::nested_dir_nonprintable_bytes_using_csync_outdir ... FAILED [INFO] [stdout] test tests_e2e::success::fresh_builds::default_empty_password::single_file_empty ... ok [INFO] [stdout] test tests_e2e::success::fresh_builds::default::nested_dir_printable_bytes_with_fslash ... ok [INFO] [stdout] test tests_e2e::success::others::encrypted_dir_basename_changed ... 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(ExitStatus(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: `csync` (bin \"csync\") generated 7 warnings\n Finished dev [optimized + debuginfo] target(s) in 0.59s\n Running `/opt/rustwide/target/debug/csync encrypt .git/objects/00/ -o /tmp/9qm6AW --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: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9f7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5611062ce3ce - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x561106001a5b - core::panicking::assert_failed::h6e7f41af5d4923c9 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56110608b92b - csync::tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::nested_dir_nonprintable_bytes_0::h43048552b2b1113f [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - 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(ExitStatus(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: `csync` (bin \"csync\") generated 7 warnings\n Finished dev [optimized + debuginfo] target(s) in 0.42s\n Running `/opt/rustwide/target/debug/csync encrypt .git/objects/00/ -o /tmp/xeDhmy --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: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9f7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5611062ce3ce - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x561106001a5b - core::panicking::assert_failed::h6e7f41af5d4923c9 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x561106048ec6 - csync::tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_time::nested_dir_nonprintable_bytes_0::ha0d2d25fb54abae5 [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::fail::decryption_outdir_is_nonempty stdout ---- [INFO] [stdout] thread 'tests_e2e::fail::decryption_outdir_is_nonempty' panicked at 'called `Option::unwrap()` on a `None` value', src/tests_e2e/fail.rs:230:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9c7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56110600f4fd - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x561106102c30 - core::option::Option::unwrap::h35de3b0c6e1675a6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/option.rs:722:21 [INFO] [stdout] 17: 0x561106102c30 - csync::tests_e2e::fail::decryption_outdir_is_nonempty::hffc962c3a0ab02a4 [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/fail.rs:230:5 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - 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(ExitStatus(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: `csync` (bin \"csync\") generated 7 warnings\n Finished dev [optimized + debuginfo] target(s) in 0.41s\n Running `/opt/rustwide/target/debug/csync encrypt .git/objects/00/ -o /tmp/qKAGel --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: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9f7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5611062ce3ce - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x561106001a5b - core::panicking::assert_failed::h6e7f41af5d4923c9 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5611060a181b - csync::tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_0::hd9e96bb1ab9f4340 [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::fail::source_does_not_exist::decryption_source_does_not_exist stdout ---- [INFO] [stdout] thread 'tests_e2e::fail::source_does_not_exist::decryption_source_does_not_exist' panicked at 'called `Option::unwrap()` on a `None` value', src/tests_e2e/fail.rs:181:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9c7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56110600f4fd - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x56110601351d - core::option::Option::unwrap::h35de3b0c6e1675a6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/option.rs:722:21 [INFO] [stdout] 17: 0x56110601351d - csync::tests_e2e::fail::source_does_not_exist::decryption_source_does_not_exist::hb94c3f605c97caf0 [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/fail.rs:181:9 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - 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(ExitStatus(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: `csync` (bin \"csync\") generated 7 warnings\n Finished dev [optimized + debuginfo] target(s) in 0.85s\n Running `/opt/rustwide/target/debug/csync encrypt .git/objects/00/ -o /tmp/2r1DBI --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: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9f7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5611062ce3ce - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x561106001a5b - core::panicking::assert_failed::h6e7f41af5d4923c9 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5611060c8726 - csync::tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_nonprintable_bytes_0::hcd45f34d0b6255cd [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_printable_bytes_with_fslash stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_printable_bytes_with_fslash' panicked at 'called `Option::unwrap()` on a `None` value', src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9c7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56110600f4fd - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5611060c689b - core::option::Option::unwrap::h35de3b0c6e1675a6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/option.rs:722:21 [INFO] [stdout] 17: 0x5611060c689b - csync::tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_printable_bytes_with_fslash::hd27038bfa661ed18 [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - 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(ExitStatus(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: `csync` (bin \"csync\") generated 7 warnings\n Finished dev [optimized + debuginfo] target(s) in 1.47s\n Running `/opt/rustwide/target/debug/csync encrypt .git/objects/00/ -o /tmp/9UEvSr`\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: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9f7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5611062ce3ce - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x561106001a5b - core::panicking::assert_failed::h6e7f41af5d4923c9 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5611060b2e47 - csync::tests_e2e::success::fresh_builds::default::nested_dir_nonprintable_bytes_0::h2cfe5f5bb5e3d731 [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_nonprintable_bytes_using_csync_outdir stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_nonprintable_bytes_using_csync_outdir' panicked at 'called `Option::unwrap()` on a `None` value', src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9c7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56110600f4fd - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5611060cd1a1 - core::option::Option::unwrap::h35de3b0c6e1675a6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/option.rs:722:21 [INFO] [stdout] 17: 0x5611060cd1a1 - csync::tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_nonprintable_bytes_using_csync_outdir::hba5ff570fffe5b6d [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::chacha20_scrypt_time::single_file_printable_bytes stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::chacha20_scrypt_time::single_file_printable_bytes' panicked at 'called `Option::unwrap()` on a `None` value', src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9c7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56110600f4fd - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5611060cf22b - core::option::Option::unwrap::h35de3b0c6e1675a6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/option.rs:722:21 [INFO] [stdout] 17: 0x5611060cf22b - csync::tests_e2e::success::fresh_builds::chacha20_scrypt_time::single_file_printable_bytes::h3b81a54ef9de581c [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_1 stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_1' panicked at 'called `Option::unwrap()` on a `None` value', src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9c7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56110600f4fd - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5611060a3795 - core::option::Option::unwrap::h35de3b0c6e1675a6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/option.rs:722:21 [INFO] [stdout] 17: 0x5611060a3795 - csync::tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_1::hb6e12523c1e8825f [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:44:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_using_csync_outdir stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_using_csync_outdir' panicked at 'called `Option::unwrap()` on a `None` value', src/tests_e2e/success/fresh_builds.rs:95:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9c7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56110600f4fd - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5611060a6256 - core::option::Option::unwrap::h35de3b0c6e1675a6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/option.rs:722:21 [INFO] [stdout] 17: 0x5611060a6256 - csync::tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_using_csync_outdir::hebe4d421d3a94180 [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - 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(ExitStatus(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: `csync` (bin \"csync\") generated 7 warnings\n Finished dev [optimized + debuginfo] target(s) in 1.34s\n Running `/opt/rustwide/target/debug/csync encrypt .git/objects/00/ -o /tmp/tydWVJ`\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: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9f7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5611062ce3ce - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x561106001a5b - core::panicking::assert_failed::h6e7f41af5d4923c9 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x56110601d237 - csync::tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_0::ha59f0aba1896c487 [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::chacha20_scrypt_time::single_dir_empty stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::chacha20_scrypt_time::single_dir_empty' panicked at 'called `Option::unwrap()` on a `None` value', src/tests_e2e/success/fresh_builds.rs:105:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9c7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56110600f4fd - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5611060d1140 - core::option::Option::unwrap::h35de3b0c6e1675a6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/option.rs:722:21 [INFO] [stdout] 17: 0x5611060d1140 - csync::tests_e2e::success::fresh_builds::chacha20_scrypt_time::single_dir_empty::h5bd5c0f840bf652c [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::default::nested_dir_printable_bytes stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::default::nested_dir_printable_bytes' panicked at 'called `Option::unwrap()` on a `None` value', src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9c7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56110600f4fd - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5611060af2dc - core::option::Option::unwrap::h35de3b0c6e1675a6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/option.rs:722:21 [INFO] [stdout] 17: 0x5611060af2dc - csync::tests_e2e::success::fresh_builds::default::nested_dir_printable_bytes::hf323b573528ab682 [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::default::single_file_empty stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::default::single_file_empty' panicked at 'called `Option::unwrap()` on a `None` value', src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9c7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56110600f4fd - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5611060bd562 - core::option::Option::unwrap::h35de3b0c6e1675a6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/option.rs:722:21 [INFO] [stdout] 17: 0x5611060bd562 - csync::tests_e2e::success::fresh_builds::default::single_file_empty::h575fdb958640dc91 [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::default::single_dir_empty stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::default::single_dir_empty' panicked at 'called `Option::unwrap()` on a `None` value', src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9c7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56110600f4fd - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5611060bb5e1 - core::option::Option::unwrap::h35de3b0c6e1675a6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/option.rs:722:21 [INFO] [stdout] 17: 0x5611060bb5e1 - csync::tests_e2e::success::fresh_builds::default::single_dir_empty::h1ca0c2687ab25eea [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::default::single_file_printable_bytes stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::default::single_file_printable_bytes' panicked at 'called `Option::unwrap()` on a `None` value', src/tests_e2e/success/fresh_builds.rs:60:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9c7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56110600f4fd - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x5611060b976c - core::option::Option::unwrap::h35de3b0c6e1675a6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/option.rs:722:21 [INFO] [stdout] 17: 0x5611060b976c - csync::tests_e2e::success::fresh_builds::default::single_file_printable_bytes::h97efb165a410c5ae [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_1 stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_1' panicked at 'called `Option::unwrap()` on a `None` value', src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9c7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56110600f4fd - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x56110601ef4c - core::option::Option::unwrap::h35de3b0c6e1675a6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/option.rs:722:21 [INFO] [stdout] 17: 0x56110601ef4c - csync::tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_1::hb442ec60b0aaf11c [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::nested_dir_nonprintable_bytes_using_csync_outdir stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::nested_dir_nonprintable_bytes_using_csync_outdir' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `41`, [INFO] [stdout] right: `0`: Output { status: ExitStatus(ExitStatus(10496)), 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: `csync` (bin \"csync\") generated 7 warnings\n Finished dev [optimized + debuginfo] target(s) in 1.33s\n Running `/opt/rustwide/target/debug/csync decrypt /tmp/0Hauly -o /tmp/zmaUoJ`\n\nGenerating/authenticating the derived key... took 5.64466409s\n\nDecrypting: \"/tmp/0Hauly\" -> \"/tmp/zmaUoJ\"\n\n Random salt: (4096-bit)\n Spread depth: (4)\n Authentication algorithm: HMAC-SHA512 (_)\n Compression algorithm: Zstandard (level-3)\n Encryption algorithm: AES-256-CBC (4096-bit salt)\n Key-derivation algorithm: PBKDF2 (HMAC-SHA512, 1049601 iter's, 4096-bit salt)\n\nUsing 16 threads...\n\r\u{1b}[38;5;2m 1.000 files\u{1b}[39m | \u{1b}[38;5;2m 5.073 KB\u{1b}[39m -> \u{1b}[38;5;2m 4.096 KB\u{1b}[39m in \u{1b}[38;5;2m150.687ms\u{1b}[39m = \u{1b}[38;5;2m 33.666 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 2.000 files\u{1b}[39m | \u{1b}[38;5;2m 8.754 KB\u{1b}[39m -> \u{1b}[38;5;2m 8.192 KB\u{1b}[39m in \u{1b}[38;5;2m187.055ms\u{1b}[39m = \u{1b}[38;5;2m 46.799 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 3.000 files\u{1b}[39m | \u{1b}[38;5;2m 14.787 KB\u{1b}[39m -> \u{1b}[38;5;2m 12.288 KB\u{1b}[39m in \u{1b}[38;5;2m207.309ms\u{1b}[39m = \u{1b}[38;5;2m 71.328 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 4.000 files\u{1b}[39m | \u{1b}[38;5;2m 23.956 KB\u{1b}[39m -> \u{1b}[38;5;2m 17.578 KB\u{1b}[39m in \u{1b}[38;5;2m263.159ms\u{1b}[39m = \u{1b}[38;5;2m 91.032 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 5.000 files\u{1b}[39m | \u{1b}[38;5;2m 34.533 KB\u{1b}[39m -> \u{1b}[38;5;2m 23.679 KB\u{1b}[39m in \u{1b}[38;5;2m271.130ms\u{1b}[39m = \u{1b}[38;5;2m127.367 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 6.000 files\u{1b}[39m | \u{1b}[38;5;2m 38.838 KB\u{1b}[39m -> \u{1b}[38;5;2m 27.775 KB\u{1b}[39m in \u{1b}[38;5;2m272.034ms\u{1b}[39m = \u{1b}[38;5;2m142.769 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 7.000 files\u{1b}[39m | \u{1b}[38;5;2m 42.759 KB\u{1b}[39m -> \u{1b}[38;5;2m 31.871 KB\u{1b}[39m in \u{1b}[38;5;2m272.550ms\u{1b}[39m = \u{1b}[38;5;2m156.885 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 8.000 files\u{1b}[39m | \u{1b}[38;5;2m 48.824 KB\u{1b}[39m -> \u{1b}[38;5;2m 35.967 KB\u{1b}[39m in \u{1b}[38;5;2m274.778ms\u{1b}[39m = \u{1b}[38;5;2m177.686 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 9.000 files\u{1b}[39m | \u{1b}[38;5;2m 52.569 KB\u{1b}[39m -> \u{1b}[38;5;2m 40.063 KB\u{1b}[39m in \u{1b}[38;5;2m278.682ms\u{1b}[39m = \u{1b}[38;5;2m188.634 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 10.000 files\u{1b}[39m | \u{1b}[38;5;2m 56.874 KB\u{1b}[39m -> \u{1b}[38;5;2m 44.159 KB\u{1b}[39m in \u{1b}[38;5;2m286.914ms\u{1b}[39m = \u{1b}[38;5;2m198.226 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 11.000 files\u{1b}[39m | \u{1b}[38;5;2m 61.723 KB\u{1b}[39m -> \u{1b}[38;5;2m 48.255 KB\u{1b}[39m in \u{1b}[38;5;2m311.232ms\u{1b}[39m = \u{1b}[38;5;2m198.318 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 12.000 files\u{1b}[39m | \u{1b}[38;5;2m 74.556 KB\u{1b}[39m -> \u{1b}[38;5;2m 57.088 KB\u{1b}[39m in \u{1b}[38;5;2m326.789ms\u{1b}[39m = \u{1b}[38;5;2m228.147 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 13.000 files\u{1b}[39m | \u{1b}[38;5;2m 86.349 KB\u{1b}[39m -> \u{1b}[38;5;2m 63.737 KB\u{1b}[39m in \u{1b}[38;5;2m362.704ms\u{1b}[39m = \u{1b}[38;5;2m238.070 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 14.000 files\u{1b}[39m | \u{1b}[38;5;2m 89.854 KB\u{1b}[39m -> \u{1b}[38;5;2m 67.833 KB\u{1b}[39m in \u{1b}[38;5;2m362.738ms\u{1b}[39m = \u{1b}[38;5;2m247.710 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 15.000 files\u{1b}[39m | \u{1b}[38;5;2m 94.031 KB\u{1b}[39m -> \u{1b}[38;5;2m 71.929 KB\u{1b}[39m in \u{1b}[38;5;2m362.752ms\u{1b}[39m = \u{1b}[38;5;2m259.215 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 16.000 files\u{1b}[39m | \u{1b}[38;5;2m 99.392 KB\u{1b}[39m -> \u{1b}[38;5;2m 76.025 KB\u{1b}[39m in \u{1b}[38;5;2m366.717ms\u{1b}[39m = \u{1b}[38;5;2m271.032 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 17.000 files\u{1b}[39m | \u{1b}[38;5;2m104.945 KB\u{1b}[39m -> \u{1b}[38;5;2m 80.121 KB\u{1b}[39m in \u{1b}[38;5;2m366.906ms\u{1b}[39m = \u{1b}[38;5;2m286.027 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 18.000 files\u{1b}[39m | \u{1b}[38;5;2m110.610 KB\u{1b}[39m -> \u{1b}[38;5;2m 84.217 KB\u{1b}[39m in \u{1b}[38;5;2m370.806ms\u{1b}[39m = \u{1b}[38;5;2m298.296 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 19.000 files\u{1b}[39m | \u{1b}[38;5;2m114.291 KB\u{1b}[39m -> \u{1b}[38;5;2m 88.313 KB\u{1b}[39m in \u{1b}[38;5;2m370.836ms\u{1b}[39m = \u{1b}[38;5;2m308.198 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 20.000 files\u{1b}[39m | \u{1b}[38;5;2m120.596 KB\u{1b}[39m -> \u{1b}[38;5;2m 92.409 KB\u{1b}[39m in \u{1b}[38;5;2m379.808ms\u{1b}[39m = \u{1b}[38;5;2m317.518 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 21.000 files\u{1b}[39m | \u{1b}[38;5;2m125.973 KB\u{1b}[39m -> \u{1b}[38;5;2m 96.505 KB\u{1b}[39m in \u{1b}[38;5;2m386.745ms\u{1b}[39m = \u{1b}[38;5;2m325.726 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 22.000 files\u{1b}[39m | \u{1b}[38;5;2m129.910 KB\u{1b}[39m -> \u{1b}[38;5;2m100.601 KB\u{1b}[39m in \u{1b}[38;5;2m391.028ms\u{1b}[39m = \u{1b}[38;5;2m332.227 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 23.000 files\u{1b}[39m | \u{1b}[38;5;2m140.119 KB\u{1b}[39m -> \u{1b}[38;5;2m105.962 KB\u{1b}[39m in \u{1b}[38;5;2m395.365ms\u{1b}[39m = \u{1b}[38;5;2m354.404 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 24.000 files\u{1b}[39m | \u{1b}[38;5;2m145.592 KB\u{1b}[39m -> \u{1b}[38;5;2m110.058 KB\u{1b}[39m in \u{1b}[38;5;2m399.472ms\u{1b}[39m = \u{1b}[38;5;2m364.461 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 25.000 files\u{1b}[39m | \u{1b}[38;5;2m154.329 KB\u{1b}[39m -> \u{1b}[38;5;2m114.987 KB\u{1b}[39m in \u{1b}[38;5;2m407.281ms\u{1b}[39m = \u{1b}[38;5;2m378.925 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 26.000 files\u{1b}[39m | \u{1b}[38;5;2m158.474 KB\u{1b}[39m -> \u{1b}[38;5;2m119.083 KB\u{1b}[39m in \u{1b}[38;5;2m426.593ms\u{1b}[39m = \u{1b}[38;5;2m371.488 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 27.000 files\u{1b}[39m | \u{1b}[38;5;2m164.251 KB\u{1b}[39m -> \u{1b}[38;5;2m123.179 KB\u{1b}[39m in \u{1b}[38;5;2m430.898ms\u{1b}[39m = \u{1b}[38;5;2m381.183 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 28.000 files\u{1b}[39m | \u{1b}[38;5;2m169.116 KB\u{1b}[39m -> \u{1b}[38;5;2m127.275 KB\u{1b}[39m in \u{1b}[38;5;2m431.164ms\u{1b}[39m = \u{1b}[38;5;2m392.231 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 29.000 files\u{1b}[39m | \u{1b}[38;5;2m173.357 KB\u{1b}[39m -> \u{1b}[38;5;2m131.371 KB\u{1b}[39m in \u{1b}[38;5;2m435.064ms\u{1b}[39m = \u{1b}[38;5;2m398.463 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 30.000 files\u{1b}[39m | \u{1b}[38;5;2m183.838 KB\u{1b}[39m -> \u{1b}[38;5;2m138.367 KB\u{1b}[39m in \u{1b}[38;5;2m451.233ms\u{1b}[39m = \u{1b}[38;5;2m407.412 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 31.000 files\u{1b}[39m | \u{1b}[38;5;2m189.391 KB\u{1b}[39m -> \u{1b}[38;5;2m142.463 KB\u{1b}[39m in \u{1b}[38;5;2m455.136ms\u{1b}[39m = \u{1b}[38;5;2m416.119 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 32.000 files\u{1b}[39m | \u{1b}[38;5;2m193.888 KB\u{1b}[39m -> \u{1b}[38;5;2m146.559 KB\u{1b}[39m in \u{1b}[38;5;2m467.022ms\u{1b}[39m = \u{1b}[38;5;2m415.158 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 33.000 files\u{1b}[39m | \u{1b}[38;5;2m206.145 KB\u{1b}[39m -> \u{1b}[38;5;2m154.861 KB\u{1b}[39m in \u{1b}[38;5;2m475.255ms\u{1b}[39m = \u{1b}[38;5;2m433.757 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 34.000 files\u{1b}[39m | \u{1b}[38;5;2m212.210 KB\u{1b}[39m -> \u{1b}[38;5;2m158.957 KB\u{1b}[39m in \u{1b}[38;5;2m487.167ms\u{1b}[39m = \u{1b}[38;5;2m435.600 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 35.000 files\u{1b}[39m | \u{1b}[38;5;2m217.699 KB\u{1b}[39m -> \u{1b}[38;5;2m163.053 KB\u{1b}[39m in \u{1b}[38;5;2m491.087ms\u{1b}[39m = \u{1b}[38;5;2m443.300 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 36.000 files\u{1b}[39m | \u{1b}[38;5;2m221.252 KB\u{1b}[39m -> \u{1b}[38;5;2m167.149 KB\u{1b}[39m in \u{1b}[38;5;2m491.738ms\u{1b}[39m = \u{1b}[38;5;2m449.939 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 37.000 files\u{1b}[39m | \u{1b}[38;5;2m225.173 KB\u{1b}[39m -> \u{1b}[38;5;2m171.245 KB\u{1b}[39m in \u{1b}[38;5;2m494.776ms\u{1b}[39m = \u{1b}[38;5;2m455.101 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 38.000 files\u{1b}[39m | \u{1b}[38;5;2m230.934 KB\u{1b}[39m -> \u{1b}[38;5;2m175.341 KB\u{1b}[39m in \u{1b}[38;5;2m495.079ms\u{1b}[39m = \u{1b}[38;5;2m466.459 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 39.000 files\u{1b}[39m | \u{1b}[38;5;2m235.015 KB\u{1b}[39m -> \u{1b}[38;5;2m179.437 KB\u{1b}[39m in \u{1b}[38;5;2m502.713ms\u{1b}[39m = \u{1b}[38;5;2m467.493 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 40.000 files\u{1b}[39m | \u{1b}[38;5;2m239.464 KB\u{1b}[39m -> \u{1b}[38;5;2m183.533 KB\u{1b}[39m in \u{1b}[38;5;2m506.703ms\u{1b}[39m = \u{1b}[38;5;2m472.592 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 41.000 files\u{1b}[39m | \u{1b}[38;5;2m243.897 KB\u{1b}[39m -> \u{1b}[38;5;2m187.629 KB\u{1b}[39m in \u{1b}[38;5;2m508.830ms\u{1b}[39m = \u{1b}[38;5;2m479.329 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 42.000 files\u{1b}[39m | \u{1b}[38;5;2m248.490 KB\u{1b}[39m -> \u{1b}[38;5;2m191.725 KB\u{1b}[39m in \u{1b}[38;5;2m514.691ms\u{1b}[39m = \u{1b}[38;5;2m482.794 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 43.000 files\u{1b}[39m | \u{1b}[38;5;2m254.091 KB\u{1b}[39m -> \u{1b}[38;5;2m195.821 KB\u{1b}[39m in \u{1b}[38;5;2m515.219ms\u{1b}[39m = \u{1b}[38;5;2m493.171 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 44.000 files\u{1b}[39m | \u{1b}[38;5;2m259.036 KB\u{1b}[39m -> \u{1b}[38;5;2m199.917 KB\u{1b}[39m in \u{1b}[38;5;2m519.050ms\u{1b}[39m = \u{1b}[38;5;2m499.058 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 45.000 files\u{1b}[39m | \u{1b}[38;5;2m262.877 KB\u{1b}[39m -> \u{1b}[38;5;2m204.013 KB\u{1b}[39m in \u{1b}[38;5;2m527.126ms\u{1b}[39m = \u{1b}[38;5;2m498.698 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 46.000 files\u{1b}[39m | \u{1b}[38;5;2m268.174 KB\u{1b}[39m -> \u{1b}[38;5;2m208.109 KB\u{1b}[39m in \u{1b}[38;5;2m552.797ms\u{1b}[39m = \u{1b}[38;5;2m485.122 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 47.000 files\u{1b}[39m | \u{1b}[38;5;2m272.063 KB\u{1b}[39m -> \u{1b}[38;5;2m212.205 KB\u{1b}[39m in \u{1b}[38;5;2m559.601ms\u{1b}[39m = \u{1b}[38;5;2m486.173 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 48.000 files\u{1b}[39m | \u{1b}[38;5;2m277.392 KB\u{1b}[39m -> \u{1b}[38;5;2m216.301 KB\u{1b}[39m in \u{1b}[38;5;2m567.370ms\u{1b}[39m = \u{1b}[38;5;2m488.908 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 49.000 files\u{1b}[39m | \u{1b}[38;5;2m281.985 KB\u{1b}[39m -> \u{1b}[38;5;2m220.397 KB\u{1b}[39m in \u{1b}[38;5;2m567.830ms\u{1b}[39m = \u{1b}[38;5;2m496.601 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 50.000 files\u{1b}[39m | \u{1b}[38;5;2m287.298 KB\u{1b}[39m -> \u{1b}[38;5;2m224.493 KB\u{1b}[39m in \u{1b}[38;5;2m571.075ms\u{1b}[39m = \u{1b}[38;5;2m503.083 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 51.000 files\u{1b}[39m | \u{1b}[38;5;2m297.411 KB\u{1b}[39m -> \u{1b}[38;5;2m229.531 KB\u{1b}[39m in \u{1b}[38;5;2m587.070ms\u{1b}[39m = \u{1b}[38;5;2m506.602 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 52.000 files\u{1b}[39m | \u{1b}[38;5;2m303.140 KB\u{1b}[39m -> \u{1b}[38;5;2m233.627 KB\u{1b}[39m in \u{1b}[38;5;2m589.319ms\u{1b}[39m = \u{1b}[38;5;2m514.391 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 53.000 files\u{1b}[39m | \u{1b}[38;5;2m314.421 KB\u{1b}[39m -> \u{1b}[38;5;2m240.211 KB\u{1b}[39m in \u{1b}[38;5;2m599.231ms\u{1b}[39m = \u{1b}[38;5;2m524.707 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 54.000 files\u{1b}[39m | \u{1b}[38;5;2m318.886 KB\u{1b}[39m -> \u{1b}[38;5;2m244.307 KB\u{1b}[39m in \u{1b}[38;5;2m605.308ms\u{1b}[39m = \u{1b}[38;5;2m526.816 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 55.000 files\u{1b}[39m | \u{1b}[38;5;2m326.999 KB\u{1b}[39m -> \u{1b}[38;5;2m248.526 KB\u{1b}[39m in \u{1b}[38;5;2m611.598ms\u{1b}[39m = \u{1b}[38;5;2m534.664 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 56.000 files\u{1b}[39m | \u{1b}[38;5;2m331.704 KB\u{1b}[39m -> \u{1b}[38;5;2m252.622 KB\u{1b}[39m in \u{1b}[38;5;2m615.179ms\u{1b}[39m = \u{1b}[38;5;2m539.199 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 57.000 files\u{1b}[39m | \u{1b}[38;5;2m336.233 KB\u{1b}[39m -> \u{1b}[38;5;2m256.718 KB\u{1b}[39m in \u{1b}[38;5;2m616.018ms\u{1b}[39m = \u{1b}[38;5;2m545.817 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 58.000 files\u{1b}[39m | \u{1b}[38;5;2m341.514 KB\u{1b}[39m -> \u{1b}[38;5;2m260.814 KB\u{1b}[39m in \u{1b}[38;5;2m619.107ms\u{1b}[39m = \u{1b}[38;5;2m551.624 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 59.000 files\u{1b}[39m | \u{1b}[38;5;2m346.219 KB\u{1b}[39m -> \u{1b}[38;5;2m264.910 KB\u{1b}[39m in \u{1b}[38;5;2m619.186ms\u{1b}[39m = \u{1b}[38;5;2m559.152 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 60.000 files\u{1b}[39m | \u{1b}[38;5;2m350.156 KB\u{1b}[39m -> \u{1b}[38;5;2m269.006 KB\u{1b}[39m in \u{1b}[38;5;2m634.500ms\u{1b}[39m = \u{1b}[38;5;2m551.861 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 61.000 files\u{1b}[39m | \u{1b}[38;5;2m354.829 KB\u{1b}[39m -> \u{1b}[38;5;2m273.102 KB\u{1b}[39m in \u{1b}[38;5;2m643.116ms\u{1b}[39m = \u{1b}[38;5;2m551.734 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 62.000 files\u{1b}[39m | \u{1b}[38;5;2m360.670 KB\u{1b}[39m -> \u{1b}[38;5;2m277.198 KB\u{1b}[39m in \u{1b}[38;5;2m644.311ms\u{1b}[39m = \u{1b}[38;5;2m559.777 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 63.000 files\u{1b}[39m | \u{1b}[38;5;2m366.287 KB\u{1b}[39m -> \u{1b}[38;5;2m281.294 KB\u{1b}[39m in \u{1b}[38;5;2m651.077ms\u{1b}[39m = \u{1b}[38;5;2m562.586 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 64.000 files\u{1b}[39m | \u{1b}[38;5;2m370.288 KB\u{1b}[39m -> \u{1b}[38;5;2m285.390 KB\u{1b}[39m in \u{1b}[38;5;2m659.084ms\u{1b}[39m = \u{1b}[38;5;2m561.822 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 65.000 files\u{1b}[39m | \u{1b}[38;5;2m375.665 KB\u{1b}[39m -> \u{1b}[38;5;2m289.486 KB\u{1b}[39m in \u{1b}[38;5;2m671.032ms\u{1b}[39m = \u{1b}[38;5;2m559.832 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 66.000 files\u{1b}[39m | \u{1b}[38;5;2m380.866 KB\u{1b}[39m -> \u{1b}[38;5;2m293.582 KB\u{1b}[39m in \u{1b}[38;5;2m679.033ms\u{1b}[39m = \u{1b}[38;5;2m560.894 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 67.000 files\u{1b}[39m | \u{1b}[38;5;2m386.451 KB\u{1b}[39m -> \u{1b}[38;5;2m297.678 KB\u{1b}[39m in \u{1b}[38;5;2m687.168ms\u{1b}[39m = \u{1b}[38;5;2m562.383 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 68.000 files\u{1b}[39m | \u{1b}[38;5;2m390.740 KB\u{1b}[39m -> \u{1b}[38;5;2m301.774 KB\u{1b}[39m in \u{1b}[38;5;2m693.048ms\u{1b}[39m = \u{1b}[38;5;2m563.799 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 69.000 files\u{1b}[39m | \u{1b}[38;5;2m405.749 KB\u{1b}[39m -> \u{1b}[38;5;2m311.459 KB\u{1b}[39m in \u{1b}[38;5;2m699.153ms\u{1b}[39m = \u{1b}[38;5;2m580.344 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 70.000 files\u{1b}[39m | \u{1b}[38;5;2m410.550 KB\u{1b}[39m -> \u{1b}[38;5;2m315.555 KB\u{1b}[39m in \u{1b}[38;5;2m710.139ms\u{1b}[39m = \u{1b}[38;5;2m578.126 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 71.000 files\u{1b}[39m | \u{1b}[38;5;2m415.783 KB\u{1b}[39m -> \u{1b}[38;5;2m319.651 KB\u{1b}[39m in \u{1b}[38;5;2m711.025ms\u{1b}[39m = \u{1b}[38;5;2m584.765 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 72.000 files\u{1b}[39m | \u{1b}[38;5;2m419.912 KB\u{1b}[39m -> \u{1b}[38;5;2m323.747 KB\u{1b}[39m in \u{1b}[38;5;2m721.705ms\u{1b}[39m = \u{1b}[38;5;2m581.834 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 73.000 files\u{1b}[39m | \u{1b}[38;5;2m424.617 KB\u{1b}[39m -> \u{1b}[38;5;2m327.843 KB\u{1b}[39m in \u{1b}[38;5;2m734.383ms\u{1b}[39m = \u{1b}[38;5;2m578.196 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 74.000 files\u{1b}[39m | \u{1b}[38;5;2m435.146 KB\u{1b}[39m -> \u{1b}[38;5;2m333.142 KB\u{1b}[39m in \u{1b}[38;5;2m734.887ms\u{1b}[39m = \u{1b}[38;5;2m592.126 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 75.000 files\u{1b}[39m | \u{1b}[38;5;2m439.179 KB\u{1b}[39m -> \u{1b}[38;5;2m337.238 KB\u{1b}[39m in \u{1b}[38;5;2m740.132ms\u{1b}[39m = \u{1b}[38;5;2m593.379 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 76.000 files\u{1b}[39m | \u{1b}[38;5;2m447.660 KB\u{1b}[39m -> \u{1b}[38;5;2m341.994 KB\u{1b}[39m in \u{1b}[38;5;2m775.076ms\u{1b}[39m = \u{1b}[38;5;2m577.569 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 77.000 files\u{1b}[39m | \u{1b}[38;5;2m452.909 KB\u{1b}[39m -> \u{1b}[38;5;2m346.090 KB\u{1b}[39m in \u{1b}[38;5;2m782.755ms\u{1b}[39m = \u{1b}[38;5;2m578.609 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 78.000 files\u{1b}[39m | \u{1b}[38;5;2m457.806 KB\u{1b}[39m -> \u{1b}[38;5;2m350.186 KB\u{1b}[39m in \u{1b}[38;5;2m783.140ms\u{1b}[39m = \u{1b}[38;5;2m584.578 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 79.000 files\u{1b}[39m | \u{1b}[38;5;2m468.031 KB\u{1b}[39m -> \u{1b}[38;5;2m355.368 KB\u{1b}[39m in \u{1b}[38;5;2m787.153ms\u{1b}[39m = \u{1b}[38;5;2m594.587 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 80.000 files\u{1b}[39m | \u{1b}[38;5;2m473.952 KB\u{1b}[39m -> \u{1b}[38;5;2m359.464 KB\u{1b}[39m in \u{1b}[38;5;2m787.532ms\u{1b}[39m = \u{1b}[38;5;2m601.819 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 81.000 files\u{1b}[39m | \u{1b}[38;5;2m478.241 KB\u{1b}[39m -> \u{1b}[38;5;2m363.560 KB\u{1b}[39m in \u{1b}[38;5;2m791.047ms\u{1b}[39m = \u{1b}[38;5;2m604.567 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 82.000 files\u{1b}[39m | \u{1b}[38;5;2m489.426 KB\u{1b}[39m -> \u{1b}[38;5;2m370.531 KB\u{1b}[39m in \u{1b}[38;5;2m807.252ms\u{1b}[39m = \u{1b}[38;5;2m606.287 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 83.000 files\u{1b}[39m | \u{1b}[38;5;2m493.811 KB\u{1b}[39m -> \u{1b}[38;5;2m374.627 KB\u{1b}[39m in \u{1b}[38;5;2m822.747ms\u{1b}[39m = \u{1b}[38;5;2m600.198 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 84.000 files\u{1b}[39m | \u{1b}[38;5;2m498.948 KB\u{1b}[39m -> \u{1b}[38;5;2m378.723 KB\u{1b}[39m in \u{1b}[38;5;2m822.782ms\u{1b}[39m = \u{1b}[38;5;2m606.416 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 85.000 files\u{1b}[39m | \u{1b}[38;5;2m503.381 KB\u{1b}[39m -> \u{1b}[38;5;2m382.819 KB\u{1b}[39m in \u{1b}[38;5;2m822.799ms\u{1b}[39m = \u{1b}[38;5;2m611.791 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 86.000 files\u{1b}[39m | \u{1b}[38;5;2m513.430 KB\u{1b}[39m -> \u{1b}[38;5;2m388.016 KB\u{1b}[39m in \u{1b}[38;5;2m823.094ms\u{1b}[39m = \u{1b}[38;5;2m623.780 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 87.000 files\u{1b}[39m | \u{1b}[38;5;2m518.647 KB\u{1b}[39m -> \u{1b}[38;5;2m392.112 KB\u{1b}[39m in \u{1b}[38;5;2m825.160ms\u{1b}[39m = \u{1b}[38;5;2m628.541 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 88.000 files\u{1b}[39m | \u{1b}[38;5;2m524.136 KB\u{1b}[39m -> \u{1b}[38;5;2m396.208 KB\u{1b}[39m in \u{1b}[38;5;2m827.053ms\u{1b}[39m = \u{1b}[38;5;2m633.739 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 89.000 files\u{1b}[39m | \u{1b}[38;5;2m528.809 KB\u{1b}[39m -> \u{1b}[38;5;2m400.304 KB\u{1b}[39m in \u{1b}[38;5;2m838.772ms\u{1b}[39m = \u{1b}[38;5;2m630.457 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 90.000 files\u{1b}[39m | \u{1b}[38;5;2m534.314 KB\u{1b}[39m -> \u{1b}[38;5;2m404.400 KB\u{1b}[39m in \u{1b}[38;5;2m859.080ms\u{1b}[39m = \u{1b}[38;5;2m621.960 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 91.000 files\u{1b}[39m | \u{1b}[38;5;2m539.675 KB\u{1b}[39m -> \u{1b}[38;5;2m408.496 KB\u{1b}[39m in \u{1b}[38;5;2m867.105ms\u{1b}[39m = \u{1b}[38;5;2m622.387 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 92.000 files\u{1b}[39m | \u{1b}[38;5;2m544.524 KB\u{1b}[39m -> \u{1b}[38;5;2m412.592 KB\u{1b}[39m in \u{1b}[38;5;2m875.117ms\u{1b}[39m = \u{1b}[38;5;2m622.230 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 93.000 files\u{1b}[39m | \u{1b}[38;5;2m550.541 KB\u{1b}[39m -> \u{1b}[38;5;2m416.688 KB\u{1b}[39m in \u{1b}[38;5;2m882.188ms\u{1b}[39m = \u{1b}[38;5;2m624.063 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 94.000 files\u{1b}[39m | \u{1b}[38;5;2m555.646 KB\u{1b}[39m -> \u{1b}[38;5;2m420.784 KB\u{1b}[39m in \u{1b}[38;5;2m891.060ms\u{1b}[39m = \u{1b}[38;5;2m623.579 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 95.000 files\u{1b}[39m | \u{1b}[38;5;2m559.711 KB\u{1b}[39m -> \u{1b}[38;5;2m424.880 KB\u{1b}[39m in \u{1b}[38;5;2m903.109ms\u{1b}[39m = \u{1b}[38;5;2m619.760 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 96.000 files\u{1b}[39m | \u{1b}[38;5;2m564.800 KB\u{1b}[39m -> \u{1b}[38;5;2m428.976 KB\u{1b}[39m in \u{1b}[38;5;2m910.712ms\u{1b}[39m = \u{1b}[38;5;2m620.174 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 97.000 files\u{1b}[39m | \u{1b}[38;5;2m570.065 KB\u{1b}[39m -> \u{1b}[38;5;2m433.072 KB\u{1b}[39m in \u{1b}[38;5;2m911.126ms\u{1b}[39m = \u{1b}[38;5;2m625.671 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 98.000 files\u{1b}[39m | \u{1b}[38;5;2m574.322 KB\u{1b}[39m -> \u{1b}[38;5;2m437.168 KB\u{1b}[39m in \u{1b}[38;5;2m935.044ms\u{1b}[39m = \u{1b}[38;5;2m614.220 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m 99.000 files\u{1b}[39m | \u{1b}[38;5;2m581.651 KB\u{1b}[39m -> \u{1b}[38;5;2m440.937 KB\u{1b}[39m in \u{1b}[38;5;2m943.101ms\u{1b}[39m = \u{1b}[38;5;2m616.743 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m100.000 files\u{1b}[39m | \u{1b}[38;5;2m587.844 KB\u{1b}[39m -> \u{1b}[38;5;2m445.033 KB\u{1b}[39m in \u{1b}[38;5;2m951.088ms\u{1b}[39m = \u{1b}[38;5;2m618.075 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m101.000 files\u{1b}[39m | \u{1b}[38;5;2m592.965 KB\u{1b}[39m -> \u{1b}[38;5;2m449.129 KB\u{1b}[39m in \u{1b}[38;5;2m959.152ms\u{1b}[39m = \u{1b}[38;5;2m618.218 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m102.000 files\u{1b}[39m | \u{1b}[38;5;2m599.126 KB\u{1b}[39m -> \u{1b}[38;5;2m453.225 KB\u{1b}[39m in \u{1b}[38;5;2m967.097ms\u{1b}[39m = \u{1b}[38;5;2m619.510 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m103.000 files\u{1b}[39m | \u{1b}[38;5;2m609.655 KB\u{1b}[39m -> \u{1b}[38;5;2m458.887 KB\u{1b}[39m in \u{1b}[38;5;2m969.151ms\u{1b}[39m = \u{1b}[38;5;2m629.061 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m104.000 files\u{1b}[39m | \u{1b}[38;5;2m615.096 KB\u{1b}[39m -> \u{1b}[38;5;2m462.983 KB\u{1b}[39m in \u{1b}[38;5;2m975.098ms\u{1b}[39m = \u{1b}[38;5;2m630.804 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m105.000 files\u{1b}[39m | \u{1b}[38;5;2m624.729 KB\u{1b}[39m -> \u{1b}[38;5;2m468.999 KB\u{1b}[39m in \u{1b}[38;5;2m975.132ms\u{1b}[39m = \u{1b}[38;5;2m640.661 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m106.000 files\u{1b}[39m | \u{1b}[38;5;2m635.658 KB\u{1b}[39m -> \u{1b}[38;5;2m474.949 KB\u{1b}[39m in \u{1b}[38;5;2m983.163ms\u{1b}[39m = \u{1b}[38;5;2m646.544 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m107.000 files\u{1b}[39m | \u{1b}[38;5;2m641.275 KB\u{1b}[39m -> \u{1b}[38;5;2m479.045 KB\u{1b}[39m in \u{1b}[38;5;2m984.233ms\u{1b}[39m = \u{1b}[38;5;2m651.548 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m108.000 files\u{1b}[39m | \u{1b}[38;5;2m646.284 KB\u{1b}[39m -> \u{1b}[38;5;2m483.141 KB\u{1b}[39m in \u{1b}[38;5;2m996.010ms\u{1b}[39m = \u{1b}[38;5;2m648.873 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m109.000 files\u{1b}[39m | \u{1b}[38;5;2m651.757 KB\u{1b}[39m -> \u{1b}[38;5;2m487.237 KB\u{1b}[39m in \u{1b}[38;5;2m1.023s\u{1b}[39m = \u{1b}[38;5;2m637.227 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m110.000 files\u{1b}[39m | \u{1b}[38;5;2m656.206 KB\u{1b}[39m -> \u{1b}[38;5;2m491.333 KB\u{1b}[39m in \u{1b}[38;5;2m1.048s\u{1b}[39m = \u{1b}[38;5;2m626.410 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m111.000 files\u{1b}[39m | \u{1b}[38;5;2m664.383 KB\u{1b}[39m -> \u{1b}[38;5;2m494.794 KB\u{1b}[39m in \u{1b}[38;5;2m1.048s\u{1b}[39m = \u{1b}[38;5;2m633.882 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m112.000 files\u{1b}[39m | \u{1b}[38;5;2m668.224 KB\u{1b}[39m -> \u{1b}[38;5;2m498.890 KB\u{1b}[39m in \u{1b}[38;5;2m1.057s\u{1b}[39m = \u{1b}[38;5;2m631.966 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m113.000 files\u{1b}[39m | \u{1b}[38;5;2m680.721 KB\u{1b}[39m -> \u{1b}[38;5;2m507.447 KB\u{1b}[39m in \u{1b}[38;5;2m1.069s\u{1b}[39m = \u{1b}[38;5;2m637.053 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m114.000 files\u{1b}[39m | \u{1b}[38;5;2m685.266 KB\u{1b}[39m -> \u{1b}[38;5;2m511.543 KB\u{1b}[39m in \u{1b}[38;5;2m1.069s\u{1b}[39m = \u{1b}[38;5;2m641.263 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m115.000 files\u{1b}[39m | \u{1b}[38;5;2m694.403 KB\u{1b}[39m -> \u{1b}[38;5;2m516.902 KB\u{1b}[39m in \u{1b}[38;5;2m1.074s\u{1b}[39m = \u{1b}[38;5;2m646.482 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m116.000 files\u{1b}[39m | \u{1b}[38;5;2m699.556 KB\u{1b}[39m -> \u{1b}[38;5;2m520.998 KB\u{1b}[39m in \u{1b}[38;5;2m1.078s\u{1b}[39m = \u{1b}[38;5;2m648.827 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m117.000 files\u{1b}[39m | \u{1b}[38;5;2m705.157 KB\u{1b}[39m -> \u{1b}[38;5;2m525.094 KB\u{1b}[39m in \u{1b}[38;5;2m1.078s\u{1b}[39m = \u{1b}[38;5;2m653.929 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m118.000 files\u{1b}[39m | \u{1b}[38;5;2m710.614 KB\u{1b}[39m -> \u{1b}[38;5;2m529.190 KB\u{1b}[39m in \u{1b}[38;5;2m1.095s\u{1b}[39m = \u{1b}[38;5;2m649.058 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m119.000 files\u{1b}[39m | \u{1b}[38;5;2m715.415 KB\u{1b}[39m -> \u{1b}[38;5;2m533.286 KB\u{1b}[39m in \u{1b}[38;5;2m1.139s\u{1b}[39m = \u{1b}[38;5;2m628.281 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m120.000 files\u{1b}[39m | \u{1b}[38;5;2m720.488 KB\u{1b}[39m -> \u{1b}[38;5;2m537.382 KB\u{1b}[39m in \u{1b}[38;5;2m1.139s\u{1b}[39m = \u{1b}[38;5;2m632.716 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m121.000 files\u{1b}[39m | \u{1b}[38;5;2m725.865 KB\u{1b}[39m -> \u{1b}[38;5;2m541.478 KB\u{1b}[39m in \u{1b}[38;5;2m1.139s\u{1b}[39m = \u{1b}[38;5;2m637.333 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m122.000 files\u{1b}[39m | \u{1b}[38;5;2m729.946 KB\u{1b}[39m -> \u{1b}[38;5;2m545.574 KB\u{1b}[39m in \u{1b}[38;5;2m1.147s\u{1b}[39m = \u{1b}[38;5;2m636.542 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m123.000 files\u{1b}[39m | \u{1b}[38;5;2m735.275 KB\u{1b}[39m -> \u{1b}[38;5;2m549.670 KB\u{1b}[39m in \u{1b}[38;5;2m1.159s\u{1b}[39m = \u{1b}[38;5;2m634.470 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m124.000 files\u{1b}[39m | \u{1b}[38;5;2m739.740 KB\u{1b}[39m -> \u{1b}[38;5;2m553.766 KB\u{1b}[39m in \u{1b}[38;5;2m1.159s\u{1b}[39m = \u{1b}[38;5;2m638.304 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m125.000 files\u{1b}[39m | \u{1b}[38;5;2m744.829 KB\u{1b}[39m -> \u{1b}[38;5;2m557.862 KB\u{1b}[39m in \u{1b}[38;5;2m1.159s\u{1b}[39m = \u{1b}[38;5;2m642.687 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m126.000 files\u{1b}[39m | \u{1b}[38;5;2m754.270 KB\u{1b}[39m -> \u{1b}[38;5;2m563.018 KB\u{1b}[39m in \u{1b}[38;5;2m1.159s\u{1b}[39m = \u{1b}[38;5;2m650.764 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m127.000 files\u{1b}[39m | \u{1b}[38;5;2m761.471 KB\u{1b}[39m -> \u{1b}[38;5;2m566.624 KB\u{1b}[39m in \u{1b}[38;5;2m1.179s\u{1b}[39m = \u{1b}[38;5;2m645.768 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m128.000 files\u{1b}[39m | \u{1b}[38;5;2m765.488 KB\u{1b}[39m -> \u{1b}[38;5;2m570.720 KB\u{1b}[39m in \u{1b}[38;5;2m1.195s\u{1b}[39m = \u{1b}[38;5;2m640.835 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m129.000 files\u{1b}[39m | \u{1b}[38;5;2m770.561 KB\u{1b}[39m -> \u{1b}[38;5;2m574.816 KB\u{1b}[39m in \u{1b}[38;5;2m1.218s\u{1b}[39m = \u{1b}[38;5;2m632.736 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m130.000 files\u{1b}[39m | \u{1b}[38;5;2m782.050 KB\u{1b}[39m -> \u{1b}[38;5;2m581.644 KB\u{1b}[39m in \u{1b}[38;5;2m1.218s\u{1b}[39m = \u{1b}[38;5;2m642.122 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m131.000 files\u{1b}[39m | \u{1b}[38;5;2m787.539 KB\u{1b}[39m -> \u{1b}[38;5;2m585.740 KB\u{1b}[39m in \u{1b}[38;5;2m1.223s\u{1b}[39m = \u{1b}[38;5;2m644.035 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m132.000 files\u{1b}[39m | \u{1b}[38;5;2m791.972 KB\u{1b}[39m -> \u{1b}[38;5;2m589.836 KB\u{1b}[39m in \u{1b}[38;5;2m1.223s\u{1b}[39m = \u{1b}[38;5;2m647.365 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m133.000 files\u{1b}[39m | \u{1b}[38;5;2m799.445 KB\u{1b}[39m -> \u{1b}[38;5;2m593.592 KB\u{1b}[39m in \u{1b}[38;5;2m1.248s\u{1b}[39m = \u{1b}[38;5;2m640.716 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m134.000 files\u{1b}[39m | \u{1b}[38;5;2m805.174 KB\u{1b}[39m -> \u{1b}[38;5;2m597.688 KB\u{1b}[39m in \u{1b}[38;5;2m1.248s\u{1b}[39m = \u{1b}[38;5;2m645.284 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m135.000 files\u{1b}[39m | \u{1b}[38;5;2m810.199 KB\u{1b}[39m -> \u{1b}[38;5;2m601.784 KB\u{1b}[39m in \u{1b}[38;5;2m1.267s\u{1b}[39m = \u{1b}[38;5;2m639.621 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m136.000 files\u{1b}[39m | \u{1b}[38;5;2m814.920 KB\u{1b}[39m -> \u{1b}[38;5;2m605.880 KB\u{1b}[39m in \u{1b}[38;5;2m1.271s\u{1b}[39m = \u{1b}[38;5;2m641.231 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m137.000 files\u{1b}[39m | \u{1b}[38;5;2m818.665 KB\u{1b}[39m -> \u{1b}[38;5;2m609.976 KB\u{1b}[39m in \u{1b}[38;5;2m1.274s\u{1b}[39m = \u{1b}[38;5;2m642.712 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m138.000 files\u{1b}[39m | \u{1b}[38;5;2m824.570 KB\u{1b}[39m -> \u{1b}[38;5;2m614.072 KB\u{1b}[39m in \u{1b}[38;5;2m1.283s\u{1b}[39m = \u{1b}[38;5;2m642.736 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m139.000 files\u{1b}[39m | \u{1b}[38;5;2m828.891 KB\u{1b}[39m -> \u{1b}[38;5;2m618.168 KB\u{1b}[39m in \u{1b}[38;5;2m1.283s\u{1b}[39m = \u{1b}[38;5;2m645.872 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m140.000 files\u{1b}[39m | \u{1b}[38;5;2m834.300 KB\u{1b}[39m -> \u{1b}[38;5;2m622.264 KB\u{1b}[39m in \u{1b}[38;5;2m1.284s\u{1b}[39m = \u{1b}[38;5;2m650.001 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m141.000 files\u{1b}[39m | \u{1b}[38;5;2m838.653 KB\u{1b}[39m -> \u{1b}[38;5;2m626.360 KB\u{1b}[39m in \u{1b}[38;5;2m1.291s\u{1b}[39m = \u{1b}[38;5;2m649.595 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m142.000 files\u{1b}[39m | \u{1b}[38;5;2m843.982 KB\u{1b}[39m -> \u{1b}[38;5;2m630.456 KB\u{1b}[39m in \u{1b}[38;5;2m1.295s\u{1b}[39m = \u{1b}[38;5;2m651.798 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m143.000 files\u{1b}[39m | \u{1b}[38;5;2m849.759 KB\u{1b}[39m -> \u{1b}[38;5;2m634.552 KB\u{1b}[39m in \u{1b}[38;5;2m1.295s\u{1b}[39m = \u{1b}[38;5;2m656.032 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m144.000 files\u{1b}[39m | \u{1b}[38;5;2m855.200 KB\u{1b}[39m -> \u{1b}[38;5;2m638.648 KB\u{1b}[39m in \u{1b}[38;5;2m1.339s\u{1b}[39m = \u{1b}[38;5;2m638.792 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m145.000 files\u{1b}[39m | \u{1b}[38;5;2m860.433 KB\u{1b}[39m -> \u{1b}[38;5;2m642.744 KB\u{1b}[39m in \u{1b}[38;5;2m1.343s\u{1b}[39m = \u{1b}[38;5;2m640.699 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m146.000 files\u{1b}[39m | \u{1b}[38;5;2m866.050 KB\u{1b}[39m -> \u{1b}[38;5;2m646.840 KB\u{1b}[39m in \u{1b}[38;5;2m1.343s\u{1b}[39m = \u{1b}[38;5;2m644.724 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m147.000 files\u{1b}[39m | \u{1b}[38;5;2m870.131 KB\u{1b}[39m -> \u{1b}[38;5;2m650.936 KB\u{1b}[39m in \u{1b}[38;5;2m1.351s\u{1b}[39m = \u{1b}[38;5;2m644.217 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m148.000 files\u{1b}[39m | \u{1b}[38;5;2m874.772 KB\u{1b}[39m -> \u{1b}[38;5;2m655.032 KB\u{1b}[39m in \u{1b}[38;5;2m1.351s\u{1b}[39m = \u{1b}[38;5;2m647.636 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m149.000 files\u{1b}[39m | \u{1b}[38;5;2m880.773 KB\u{1b}[39m -> \u{1b}[38;5;2m659.128 KB\u{1b}[39m in \u{1b}[38;5;2m1.367s\u{1b}[39m = \u{1b}[38;5;2m644.421 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m150.000 files\u{1b}[39m | \u{1b}[38;5;2m885.766 KB\u{1b}[39m -> \u{1b}[38;5;2m663.224 KB\u{1b}[39m in \u{1b}[38;5;2m1.395s\u{1b}[39m = \u{1b}[38;5;2m635.117 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m151.000 files\u{1b}[39m | \u{1b}[38;5;2m890.199 KB\u{1b}[39m -> \u{1b}[38;5;2m667.320 KB\u{1b}[39m in \u{1b}[38;5;2m1.395s\u{1b}[39m = \u{1b}[38;5;2m638.217 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m152.000 files\u{1b}[39m | \u{1b}[38;5;2m894.488 KB\u{1b}[39m -> \u{1b}[38;5;2m671.416 KB\u{1b}[39m in \u{1b}[38;5;2m1.403s\u{1b}[39m = \u{1b}[38;5;2m637.681 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m153.000 files\u{1b}[39m | \u{1b}[38;5;2m900.233 KB\u{1b}[39m -> \u{1b}[38;5;2m675.512 KB\u{1b}[39m in \u{1b}[38;5;2m1.403s\u{1b}[39m = \u{1b}[38;5;2m641.760 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m154.000 files\u{1b}[39m | \u{1b}[38;5;2m904.906 KB\u{1b}[39m -> \u{1b}[38;5;2m679.608 KB\u{1b}[39m in \u{1b}[38;5;2m1.403s\u{1b}[39m = \u{1b}[38;5;2m645.085 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m155.000 files\u{1b}[39m | \u{1b}[38;5;2m909.579 KB\u{1b}[39m -> \u{1b}[38;5;2m683.704 KB\u{1b}[39m in \u{1b}[38;5;2m1.411s\u{1b}[39m = \u{1b}[38;5;2m644.781 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m156.000 files\u{1b}[39m | \u{1b}[38;5;2m914.828 KB\u{1b}[39m -> \u{1b}[38;5;2m687.800 KB\u{1b}[39m in \u{1b}[38;5;2m1.411s\u{1b}[39m = \u{1b}[38;5;2m648.442 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m157.000 files\u{1b}[39m | \u{1b}[38;5;2m919.837 KB\u{1b}[39m -> \u{1b}[38;5;2m691.896 KB\u{1b}[39m in \u{1b}[38;5;2m1.411s\u{1b}[39m = \u{1b}[38;5;2m651.839 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m158.000 files\u{1b}[39m | \u{1b}[38;5;2m923.790 KB\u{1b}[39m -> \u{1b}[38;5;2m695.992 KB\u{1b}[39m in \u{1b}[38;5;2m1.415s\u{1b}[39m = \u{1b}[38;5;2m652.980 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m159.000 files\u{1b}[39m | \u{1b}[38;5;2m928.959 KB\u{1b}[39m -> \u{1b}[38;5;2m700.088 KB\u{1b}[39m in \u{1b}[38;5;2m1.427s\u{1b}[39m = \u{1b}[38;5;2m651.133 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m160.000 files\u{1b}[39m | \u{1b}[38;5;2m934.112 KB\u{1b}[39m -> \u{1b}[38;5;2m704.184 KB\u{1b}[39m in \u{1b}[38;5;2m1.427s\u{1b}[39m = \u{1b}[38;5;2m654.729 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m161.000 files\u{1b}[39m | \u{1b}[38;5;2m939.649 KB\u{1b}[39m -> \u{1b}[38;5;2m708.280 KB\u{1b}[39m in \u{1b}[38;5;2m1.435s\u{1b}[39m = \u{1b}[38;5;2m654.897 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m162.000 files\u{1b}[39m | \u{1b}[38;5;2m944.242 KB\u{1b}[39m -> \u{1b}[38;5;2m712.376 KB\u{1b}[39m in \u{1b}[38;5;2m1.443s\u{1b}[39m = \u{1b}[38;5;2m654.476 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m163.000 files\u{1b}[39m | \u{1b}[38;5;2m948.307 KB\u{1b}[39m -> \u{1b}[38;5;2m716.472 KB\u{1b}[39m in \u{1b}[38;5;2m1.443s\u{1b}[39m = \u{1b}[38;5;2m657.276 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m164.000 files\u{1b}[39m | \u{1b}[38;5;2m959.316 KB\u{1b}[39m -> \u{1b}[38;5;2m722.950 KB\u{1b}[39m in \u{1b}[38;5;2m1.459s\u{1b}[39m = \u{1b}[38;5;2m657.661 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m165.000 files\u{1b}[39m | \u{1b}[38;5;2m969.461 KB\u{1b}[39m -> \u{1b}[38;5;2m727.926 KB\u{1b}[39m in \u{1b}[38;5;2m1.459s\u{1b}[39m = \u{1b}[38;5;2m664.594 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m166.000 files\u{1b}[39m | \u{1b}[38;5;2m972.934 KB\u{1b}[39m -> \u{1b}[38;5;2m732.022 KB\u{1b}[39m in \u{1b}[38;5;2m1.459s\u{1b}[39m = \u{1b}[38;5;2m666.925 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m167.000 files\u{1b}[39m | \u{1b}[38;5;2m978.295 KB\u{1b}[39m -> \u{1b}[38;5;2m736.118 KB\u{1b}[39m in \u{1b}[38;5;2m1.463s\u{1b}[39m = \u{1b}[38;5;2m668.664 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m168.000 files\u{1b}[39m | \u{1b}[38;5;2m982.936 KB\u{1b}[39m -> \u{1b}[38;5;2m740.214 KB\u{1b}[39m in \u{1b}[38;5;2m1.467s\u{1b}[39m = \u{1b}[38;5;2m670.013 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m169.000 files\u{1b}[39m | \u{1b}[38;5;2m987.209 KB\u{1b}[39m -> \u{1b}[38;5;2m744.310 KB\u{1b}[39m in \u{1b}[38;5;2m1.507s\u{1b}[39m = \u{1b}[38;5;2m655.045 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m170.000 files\u{1b}[39m | \u{1b}[38;5;2m992.730 KB\u{1b}[39m -> \u{1b}[38;5;2m748.406 KB\u{1b}[39m in \u{1b}[38;5;2m1.515s\u{1b}[39m = \u{1b}[38;5;2m655.240 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m171.000 files\u{1b}[39m | \u{1b}[38;5;2m997.771 KB\u{1b}[39m -> \u{1b}[38;5;2m752.502 KB\u{1b}[39m in \u{1b}[38;5;2m1.525s\u{1b}[39m = \u{1b}[38;5;2m654.219 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m172.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.003 MB\u{1b}[39m -> \u{1b}[38;5;2m756.598 KB\u{1b}[39m in \u{1b}[38;5;2m1.527s\u{1b}[39m = \u{1b}[38;5;2m657.148 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m173.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.009 MB\u{1b}[39m -> \u{1b}[38;5;2m760.694 KB\u{1b}[39m in \u{1b}[38;5;2m1.567s\u{1b}[39m = \u{1b}[38;5;2m643.792 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m174.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.014 MB\u{1b}[39m -> \u{1b}[38;5;2m764.790 KB\u{1b}[39m in \u{1b}[38;5;2m1.567s\u{1b}[39m = \u{1b}[38;5;2m646.961 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m175.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.018 MB\u{1b}[39m -> \u{1b}[38;5;2m768.886 KB\u{1b}[39m in \u{1b}[38;5;2m1.599s\u{1b}[39m = \u{1b}[38;5;2m636.785 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m176.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.023 MB\u{1b}[39m -> \u{1b}[38;5;2m772.982 KB\u{1b}[39m in \u{1b}[38;5;2m1.599s\u{1b}[39m = \u{1b}[38;5;2m639.791 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m177.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.027 MB\u{1b}[39m -> \u{1b}[38;5;2m777.078 KB\u{1b}[39m in \u{1b}[38;5;2m1.599s\u{1b}[39m = \u{1b}[38;5;2m642.518 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m178.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.031 MB\u{1b}[39m -> \u{1b}[38;5;2m781.174 KB\u{1b}[39m in \u{1b}[38;5;2m1.611s\u{1b}[39m = \u{1b}[38;5;2m640.307 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m179.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.045 MB\u{1b}[39m -> \u{1b}[38;5;2m790.385 KB\u{1b}[39m in \u{1b}[38;5;2m1.623s\u{1b}[39m = \u{1b}[38;5;2m643.725 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m180.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.049 MB\u{1b}[39m -> \u{1b}[38;5;2m794.481 KB\u{1b}[39m in \u{1b}[38;5;2m1.631s\u{1b}[39m = \u{1b}[38;5;2m643.149 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m181.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.054 MB\u{1b}[39m -> \u{1b}[38;5;2m798.577 KB\u{1b}[39m in \u{1b}[38;5;2m1.643s\u{1b}[39m = \u{1b}[38;5;2m641.596 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m182.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.058 MB\u{1b}[39m -> \u{1b}[38;5;2m802.673 KB\u{1b}[39m in \u{1b}[38;5;2m1.667s\u{1b}[39m = \u{1b}[38;5;2m634.901 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m183.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.063 MB\u{1b}[39m -> \u{1b}[38;5;2m806.769 KB\u{1b}[39m in \u{1b}[38;5;2m1.667s\u{1b}[39m = \u{1b}[38;5;2m637.418 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m184.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.067 MB\u{1b}[39m -> \u{1b}[38;5;2m810.865 KB\u{1b}[39m in \u{1b}[38;5;2m1.667s\u{1b}[39m = \u{1b}[38;5;2m640.149 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m185.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.073 MB\u{1b}[39m -> \u{1b}[38;5;2m814.961 KB\u{1b}[39m in \u{1b}[38;5;2m1.699s\u{1b}[39m = \u{1b}[38;5;2m631.325 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m186.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.077 MB\u{1b}[39m -> \u{1b}[38;5;2m819.057 KB\u{1b}[39m in \u{1b}[38;5;2m1.700s\u{1b}[39m = \u{1b}[38;5;2m633.809 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m187.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.083 MB\u{1b}[39m -> \u{1b}[38;5;2m823.153 KB\u{1b}[39m in \u{1b}[38;5;2m1.708s\u{1b}[39m = \u{1b}[38;5;2m633.933 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m188.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.088 MB\u{1b}[39m -> \u{1b}[38;5;2m827.249 KB\u{1b}[39m in \u{1b}[38;5;2m1.715s\u{1b}[39m = \u{1b}[38;5;2m634.646 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m189.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.103 MB\u{1b}[39m -> \u{1b}[38;5;2m836.564 KB\u{1b}[39m in \u{1b}[38;5;2m1.727s\u{1b}[39m = \u{1b}[38;5;2m638.587 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m190.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.108 MB\u{1b}[39m -> \u{1b}[38;5;2m840.660 KB\u{1b}[39m in \u{1b}[38;5;2m1.739s\u{1b}[39m = \u{1b}[38;5;2m637.385 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m191.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.112 MB\u{1b}[39m -> \u{1b}[38;5;2m844.756 KB\u{1b}[39m in \u{1b}[38;5;2m1.746s\u{1b}[39m = \u{1b}[38;5;2m637.106 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m192.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.117 MB\u{1b}[39m -> \u{1b}[38;5;2m848.852 KB\u{1b}[39m in \u{1b}[38;5;2m1.755s\u{1b}[39m = \u{1b}[38;5;2m636.470 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m193.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.122 MB\u{1b}[39m -> \u{1b}[38;5;2m852.948 KB\u{1b}[39m in \u{1b}[38;5;2m1.759s\u{1b}[39m = \u{1b}[38;5;2m637.665 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m194.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.126 MB\u{1b}[39m -> \u{1b}[38;5;2m857.044 KB\u{1b}[39m in \u{1b}[38;5;2m1.767s\u{1b}[39m = \u{1b}[38;5;2m637.109 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m195.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.134 MB\u{1b}[39m -> \u{1b}[38;5;2m861.337 KB\u{1b}[39m in \u{1b}[38;5;2m1.783s\u{1b}[39m = \u{1b}[38;5;2m636.103 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m196.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.139 MB\u{1b}[39m -> \u{1b}[38;5;2m865.433 KB\u{1b}[39m in \u{1b}[38;5;2m1.788s\u{1b}[39m = \u{1b}[38;5;2m636.868 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m197.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.145 MB\u{1b}[39m -> \u{1b}[38;5;2m869.529 KB\u{1b}[39m in \u{1b}[38;5;2m1.811s\u{1b}[39m = \u{1b}[38;5;2m632.360 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m198.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.149 MB\u{1b}[39m -> \u{1b}[38;5;2m873.625 KB\u{1b}[39m in \u{1b}[38;5;2m1.831s\u{1b}[39m = \u{1b}[38;5;2m627.224 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m199.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.154 MB\u{1b}[39m -> \u{1b}[38;5;2m877.721 KB\u{1b}[39m in \u{1b}[38;5;2m1.835s\u{1b}[39m = \u{1b}[38;5;2m628.638 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m200.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.159 MB\u{1b}[39m -> \u{1b}[38;5;2m881.817 KB\u{1b}[39m in \u{1b}[38;5;2m1.839s\u{1b}[39m = \u{1b}[38;5;2m630.361 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m201.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.163 MB\u{1b}[39m -> \u{1b}[38;5;2m885.913 KB\u{1b}[39m in \u{1b}[38;5;2m1.867s\u{1b}[39m = \u{1b}[38;5;2m623.025 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m202.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.167 MB\u{1b}[39m -> \u{1b}[38;5;2m890.009 KB\u{1b}[39m in \u{1b}[38;5;2m1.875s\u{1b}[39m = \u{1b}[38;5;2m622.581 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m203.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.172 MB\u{1b}[39m -> \u{1b}[38;5;2m894.105 KB\u{1b}[39m in \u{1b}[38;5;2m1.879s\u{1b}[39m = \u{1b}[38;5;2m623.892 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m204.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.177 MB\u{1b}[39m -> \u{1b}[38;5;2m898.201 KB\u{1b}[39m in \u{1b}[38;5;2m1.939s\u{1b}[39m = \u{1b}[38;5;2m606.984 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m205.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.183 MB\u{1b}[39m -> \u{1b}[38;5;2m902.297 KB\u{1b}[39m in \u{1b}[38;5;2m1.963s\u{1b}[39m = \u{1b}[38;5;2m602.451 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m206.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.187 MB\u{1b}[39m -> \u{1b}[38;5;2m906.393 KB\u{1b}[39m in \u{1b}[38;5;2m1.963s\u{1b}[39m = \u{1b}[38;5;2m604.456 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m207.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.191 MB\u{1b}[39m -> \u{1b}[38;5;2m910.489 KB\u{1b}[39m in \u{1b}[38;5;2m1.964s\u{1b}[39m = \u{1b}[38;5;2m606.694 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m208.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.203 MB\u{1b}[39m -> \u{1b}[38;5;2m916.836 KB\u{1b}[39m in \u{1b}[38;5;2m1.964s\u{1b}[39m = \u{1b}[38;5;2m612.332 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m209.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.208 MB\u{1b}[39m -> \u{1b}[38;5;2m920.932 KB\u{1b}[39m in \u{1b}[38;5;2m1.979s\u{1b}[39m = \u{1b}[38;5;2m610.598 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m210.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.213 MB\u{1b}[39m -> \u{1b}[38;5;2m925.028 KB\u{1b}[39m in \u{1b}[38;5;2m1.979s\u{1b}[39m = \u{1b}[38;5;2m612.866 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m211.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.216 MB\u{1b}[39m -> \u{1b}[38;5;2m929.124 KB\u{1b}[39m in \u{1b}[38;5;2m1.983s\u{1b}[39m = \u{1b}[38;5;2m613.338 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m212.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.227 MB\u{1b}[39m -> \u{1b}[38;5;2m934.897 KB\u{1b}[39m in \u{1b}[38;5;2m2.024s\u{1b}[39m = \u{1b}[38;5;2m606.060 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m213.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.235 MB\u{1b}[39m -> \u{1b}[38;5;2m939.068 KB\u{1b}[39m in \u{1b}[38;5;2m2.024s\u{1b}[39m = \u{1b}[38;5;2m610.153 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m214.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.240 MB\u{1b}[39m -> \u{1b}[38;5;2m943.164 KB\u{1b}[39m in \u{1b}[38;5;2m2.024s\u{1b}[39m = \u{1b}[38;5;2m612.783 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m215.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.245 MB\u{1b}[39m -> \u{1b}[38;5;2m947.260 KB\u{1b}[39m in \u{1b}[38;5;2m2.035s\u{1b}[39m = \u{1b}[38;5;2m611.858 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m216.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.249 MB\u{1b}[39m -> \u{1b}[38;5;2m951.356 KB\u{1b}[39m in \u{1b}[38;5;2m2.035s\u{1b}[39m = \u{1b}[38;5;2m613.876 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m217.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.254 MB\u{1b}[39m -> \u{1b}[38;5;2m955.452 KB\u{1b}[39m in \u{1b}[38;5;2m2.051s\u{1b}[39m = \u{1b}[38;5;2m611.503 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m218.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.265 MB\u{1b}[39m -> \u{1b}[38;5;2m961.794 KB\u{1b}[39m in \u{1b}[38;5;2m2.075s\u{1b}[39m = \u{1b}[38;5;2m609.703 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m219.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.270 MB\u{1b}[39m -> \u{1b}[38;5;2m965.890 KB\u{1b}[39m in \u{1b}[38;5;2m2.079s\u{1b}[39m = \u{1b}[38;5;2m610.881 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m220.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.280 MB\u{1b}[39m -> \u{1b}[38;5;2m971.560 KB\u{1b}[39m in \u{1b}[38;5;2m2.079s\u{1b}[39m = \u{1b}[38;5;2m615.670 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m221.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.290 MB\u{1b}[39m -> \u{1b}[38;5;2m977.191 KB\u{1b}[39m in \u{1b}[38;5;2m2.086s\u{1b}[39m = \u{1b}[38;5;2m618.494 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m222.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.294 MB\u{1b}[39m -> \u{1b}[38;5;2m981.287 KB\u{1b}[39m in \u{1b}[38;5;2m2.094s\u{1b}[39m = \u{1b}[38;5;2m618.120 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m223.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.300 MB\u{1b}[39m -> \u{1b}[38;5;2m985.383 KB\u{1b}[39m in \u{1b}[38;5;2m2.115s\u{1b}[39m = \u{1b}[38;5;2m614.549 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m224.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.305 MB\u{1b}[39m -> \u{1b}[38;5;2m989.479 KB\u{1b}[39m in \u{1b}[38;5;2m2.123s\u{1b}[39m = \u{1b}[38;5;2m614.690 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m225.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.310 MB\u{1b}[39m -> \u{1b}[38;5;2m993.575 KB\u{1b}[39m in \u{1b}[38;5;2m2.123s\u{1b}[39m = \u{1b}[38;5;2m617.264 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m226.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.315 MB\u{1b}[39m -> \u{1b}[38;5;2m997.671 KB\u{1b}[39m in \u{1b}[38;5;2m2.123s\u{1b}[39m = \u{1b}[38;5;2m619.443 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m227.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.325 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.002 MB\u{1b}[39m in \u{1b}[38;5;2m2.127s\u{1b}[39m = \u{1b}[38;5;2m622.717 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m228.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.329 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.006 MB\u{1b}[39m in \u{1b}[38;5;2m2.159s\u{1b}[39m = \u{1b}[38;5;2m615.522 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m229.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.332 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.011 MB\u{1b}[39m in \u{1b}[38;5;2m2.187s\u{1b}[39m = \u{1b}[38;5;2m609.364 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m230.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.337 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.015 MB\u{1b}[39m in \u{1b}[38;5;2m2.207s\u{1b}[39m = \u{1b}[38;5;2m605.818 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m231.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.341 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.019 MB\u{1b}[39m in \u{1b}[38;5;2m2.211s\u{1b}[39m = \u{1b}[38;5;2m606.627 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m232.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.350 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.023 MB\u{1b}[39m in \u{1b}[38;5;2m2.211s\u{1b}[39m = \u{1b}[38;5;2m610.640 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m233.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.355 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.027 MB\u{1b}[39m in \u{1b}[38;5;2m2.211s\u{1b}[39m = \u{1b}[38;5;2m612.914 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m234.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.360 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.031 MB\u{1b}[39m in \u{1b}[38;5;2m2.211s\u{1b}[39m = \u{1b}[38;5;2m615.046 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m235.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.366 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.035 MB\u{1b}[39m in \u{1b}[38;5;2m2.227s\u{1b}[39m = \u{1b}[38;5;2m613.237 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m236.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.371 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.039 MB\u{1b}[39m in \u{1b}[38;5;2m2.259s\u{1b}[39m = \u{1b}[38;5;2m606.825 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m237.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.376 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.043 MB\u{1b}[39m in \u{1b}[38;5;2m2.271s\u{1b}[39m = \u{1b}[38;5;2m606.087 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m238.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.381 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.048 MB\u{1b}[39m in \u{1b}[38;5;2m2.272s\u{1b}[39m = \u{1b}[38;5;2m607.886 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m239.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.386 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.052 MB\u{1b}[39m in \u{1b}[38;5;2m2.273s\u{1b}[39m = \u{1b}[38;5;2m609.777 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m240.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.391 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.056 MB\u{1b}[39m in \u{1b}[38;5;2m2.279s\u{1b}[39m = \u{1b}[38;5;2m610.323 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m241.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.397 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.060 MB\u{1b}[39m in \u{1b}[38;5;2m2.283s\u{1b}[39m = \u{1b}[38;5;2m611.888 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m242.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.402 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.064 MB\u{1b}[39m in \u{1b}[38;5;2m2.283s\u{1b}[39m = \u{1b}[38;5;2m614.133 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m243.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.408 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.068 MB\u{1b}[39m in \u{1b}[38;5;2m2.287s\u{1b}[39m = \u{1b}[38;5;2m615.729 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m244.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.414 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.072 MB\u{1b}[39m in \u{1b}[38;5;2m2.329s\u{1b}[39m = \u{1b}[38;5;2m607.143 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m245.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.419 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.076 MB\u{1b}[39m in \u{1b}[38;5;2m2.340s\u{1b}[39m = \u{1b}[38;5;2m606.290 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m246.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.423 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.080 MB\u{1b}[39m in \u{1b}[38;5;2m2.340s\u{1b}[39m = \u{1b}[38;5;2m607.953 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m247.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.427 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.084 MB\u{1b}[39m in \u{1b}[38;5;2m2.348s\u{1b}[39m = \u{1b}[38;5;2m607.844 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m248.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.433 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.089 MB\u{1b}[39m in \u{1b}[38;5;2m2.414s\u{1b}[39m = \u{1b}[38;5;2m593.687 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m249.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.443 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.094 MB\u{1b}[39m in \u{1b}[38;5;2m2.414s\u{1b}[39m = \u{1b}[38;5;2m598.055 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m250.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.449 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.099 MB\u{1b}[39m in \u{1b}[38;5;2m2.423s\u{1b}[39m = \u{1b}[38;5;2m597.961 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m251.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.454 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.103 MB\u{1b}[39m in \u{1b}[38;5;2m2.463s\u{1b}[39m = \u{1b}[38;5;2m590.444 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m252.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.460 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.107 MB\u{1b}[39m in \u{1b}[38;5;2m2.483s\u{1b}[39m = \u{1b}[38;5;2m588.225 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m253.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.465 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.111 MB\u{1b}[39m in \u{1b}[38;5;2m2.483s\u{1b}[39m = \u{1b}[38;5;2m590.041 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m254.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.469 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.115 MB\u{1b}[39m in \u{1b}[38;5;2m2.483s\u{1b}[39m = \u{1b}[38;5;2m591.855 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m255.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.474 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.119 MB\u{1b}[39m in \u{1b}[38;5;2m2.483s\u{1b}[39m = \u{1b}[38;5;2m593.881 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m256.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.484 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.124 MB\u{1b}[39m in \u{1b}[38;5;2m2.483s\u{1b}[39m = \u{1b}[38;5;2m597.680 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m257.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.492 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.129 MB\u{1b}[39m in \u{1b}[38;5;2m2.495s\u{1b}[39m = \u{1b}[38;5;2m598.018 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m258.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.497 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.133 MB\u{1b}[39m in \u{1b}[38;5;2m2.495s\u{1b}[39m = \u{1b}[38;5;2m599.786 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m259.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.502 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.137 MB\u{1b}[39m in \u{1b}[38;5;2m2.527s\u{1b}[39m = \u{1b}[38;5;2m594.273 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m260.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.506 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.141 MB\u{1b}[39m in \u{1b}[38;5;2m2.543s\u{1b}[39m = \u{1b}[38;5;2m592.275 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m261.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.511 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.145 MB\u{1b}[39m in \u{1b}[38;5;2m2.554s\u{1b}[39m = \u{1b}[38;5;2m591.461 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m262.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.515 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.149 MB\u{1b}[39m in \u{1b}[38;5;2m2.567s\u{1b}[39m = \u{1b}[38;5;2m590.167 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m263.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.520 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.153 MB\u{1b}[39m in \u{1b}[38;5;2m2.567s\u{1b}[39m = \u{1b}[38;5;2m592.149 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m264.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.525 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.157 MB\u{1b}[39m in \u{1b}[38;5;2m2.579s\u{1b}[39m = \u{1b}[38;5;2m591.519 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m265.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.535 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.163 MB\u{1b}[39m in \u{1b}[38;5;2m2.591s\u{1b}[39m = \u{1b}[38;5;2m592.655 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m266.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.541 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.167 MB\u{1b}[39m in \u{1b}[38;5;2m2.611s\u{1b}[39m = \u{1b}[38;5;2m590.361 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m267.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.546 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.171 MB\u{1b}[39m in \u{1b}[38;5;2m2.611s\u{1b}[39m = \u{1b}[38;5;2m592.014 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m268.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.558 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.179 MB\u{1b}[39m in \u{1b}[38;5;2m2.611s\u{1b}[39m = \u{1b}[38;5;2m596.558 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m269.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.569 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.185 MB\u{1b}[39m in \u{1b}[38;5;2m2.611s\u{1b}[39m = \u{1b}[38;5;2m601.040 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m270.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.575 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.190 MB\u{1b}[39m in \u{1b}[38;5;2m2.615s\u{1b}[39m = \u{1b}[38;5;2m602.129 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m271.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.579 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.194 MB\u{1b}[39m in \u{1b}[38;5;2m2.627s\u{1b}[39m = \u{1b}[38;5;2m601.037 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m272.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.583 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.198 MB\u{1b}[39m in \u{1b}[38;5;2m2.655s\u{1b}[39m = \u{1b}[38;5;2m596.228 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m273.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.588 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.202 MB\u{1b}[39m in \u{1b}[38;5;2m2.707s\u{1b}[39m = \u{1b}[38;5;2m586.691 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m274.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.598 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.207 MB\u{1b}[39m in \u{1b}[38;5;2m2.723s\u{1b}[39m = \u{1b}[38;5;2m587.046 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m275.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.604 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.211 MB\u{1b}[39m in \u{1b}[38;5;2m2.731s\u{1b}[39m = \u{1b}[38;5;2m587.144 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m276.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.607 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.215 MB\u{1b}[39m in \u{1b}[38;5;2m2.735s\u{1b}[39m = \u{1b}[38;5;2m587.616 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m277.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.613 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.219 MB\u{1b}[39m in \u{1b}[38;5;2m2.743s\u{1b}[39m = \u{1b}[38;5;2m588.151 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m278.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.622 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.224 MB\u{1b}[39m in \u{1b}[38;5;2m2.743s\u{1b}[39m = \u{1b}[38;5;2m591.477 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m279.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.632 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.229 MB\u{1b}[39m in \u{1b}[38;5;2m2.747s\u{1b}[39m = \u{1b}[38;5;2m594.191 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m280.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.646 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.238 MB\u{1b}[39m in \u{1b}[38;5;2m2.815s\u{1b}[39m = \u{1b}[38;5;2m584.794 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m281.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.657 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.243 MB\u{1b}[39m in \u{1b}[38;5;2m2.815s\u{1b}[39m = \u{1b}[38;5;2m588.480 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m282.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.662 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.247 MB\u{1b}[39m in \u{1b}[38;5;2m2.831s\u{1b}[39m = \u{1b}[38;5;2m586.978 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m283.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.667 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.251 MB\u{1b}[39m in \u{1b}[38;5;2m2.835s\u{1b}[39m = \u{1b}[38;5;2m588.115 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m284.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.682 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.261 MB\u{1b}[39m in \u{1b}[38;5;2m2.839s\u{1b}[39m = \u{1b}[38;5;2m592.425 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m285.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.690 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.265 MB\u{1b}[39m in \u{1b}[38;5;2m2.843s\u{1b}[39m = \u{1b}[38;5;2m594.295 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m286.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.696 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.269 MB\u{1b}[39m in \u{1b}[38;5;2m2.851s\u{1b}[39m = \u{1b}[38;5;2m594.868 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m287.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.700 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.273 MB\u{1b}[39m in \u{1b}[38;5;2m2.855s\u{1b}[39m = \u{1b}[38;5;2m595.347 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m288.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.704 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.278 MB\u{1b}[39m in \u{1b}[38;5;2m2.860s\u{1b}[39m = \u{1b}[38;5;2m596.033 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m289.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.710 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.282 MB\u{1b}[39m in \u{1b}[38;5;2m2.887s\u{1b}[39m = \u{1b}[38;5;2m592.222 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m290.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.715 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.286 MB\u{1b}[39m in \u{1b}[38;5;2m2.895s\u{1b}[39m = \u{1b}[38;5;2m592.355 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m291.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.720 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.290 MB\u{1b}[39m in \u{1b}[38;5;2m2.899s\u{1b}[39m = \u{1b}[38;5;2m593.202 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m292.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.724 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.294 MB\u{1b}[39m in \u{1b}[38;5;2m2.899s\u{1b}[39m = \u{1b}[38;5;2m594.555 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m293.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.728 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.298 MB\u{1b}[39m in \u{1b}[38;5;2m2.899s\u{1b}[39m = \u{1b}[38;5;2m596.097 KB/s\u{1b}[39m...\r\u{1b}[38;5;2m294.000 files\u{1b}[39m | \u{1b}[38;5;2m 1.732 MB\u{1b}[39m -> \u{1b}[38;5;2m 1.302 MB\u{1b}[39m in \u{1b}[38;5;2m2.899s\u{1b}[39m = \u{1b}[38;5;2m597.556 KB/s\u{1b}[39m...\u{1b}[38;5;1m[csync error]\u{1b}[39m: No such file or directory (os error 2)\n" }', src/tests_e2e/success/fresh_builds.rs:72:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9f7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5611062ce3ce - core::panicking::assert_failed_inner::h6ded2444c01d76f2 [INFO] [stdout] 16: 0x561106001a5b - core::panicking::assert_failed::h6e7f41af5d4923c9 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x5611060905a2 - csync::tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::nested_dir_nonprintable_bytes_using_csync_outdir::hc6b7ed1ecd9bae4f [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:44:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_using_csync_outdir stdout ---- [INFO] [stdout] thread 'tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_using_csync_outdir' panicked at 'called `Option::unwrap()` on a `None` value', src/tests_e2e/success/fresh_builds.rs:68:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5611062ab1d0 - std::backtrace_rs::backtrace::libunwind::trace::h99dbb39dca18857d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5611062ab1d0 - std::backtrace_rs::backtrace::trace_unsynchronized::h832861927e9cfedf [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5611062ab1d0 - std::sys_common::backtrace::_print_fmt::h3d18154c77dcf310 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5611062ab1d0 - ::fmt::he312f4ad5b9bb346 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5611062cf9fc - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x5611062a75b5 - std::io::Write::write_fmt::h65d36b96410d80d7 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x5611062ad84b - std::sys_common::backtrace::_print::h65d996766de40da4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5611062ad84b - std::sys_common::backtrace::print::h40df9727e635f303 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5611062ad84b - std::panicking::default_hook::{{closure}}::hd2da4327dea91a51 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5611062ad35c - std::panicking::default_hook::h3d55120ad6ada158 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5611062adf14 - std::panicking::rust_panic_with_hook::hf85dd0bb545e3b55 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x5611062ad9c7 - std::panicking::begin_panic_handler::{{closure}}::h736ae969434da9fa [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:517:13 [INFO] [stdout] 12: 0x5611062ab6ac - std::sys_common::backtrace::__rust_end_short_backtrace::h6133bb80b1d6c3e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5611062ad959 - rust_begin_unwind [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x56110600f5b1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x56110600f4fd - core::panicking::panic::hd695e3b1d0dd4ef4 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/panicking.rs:50:5 [INFO] [stdout] 16: 0x561106021b67 - core::option::Option::unwrap::h35de3b0c6e1675a6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/option.rs:722:21 [INFO] [stdout] 17: 0x561106021b67 - csync::tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_using_csync_outdir::h536266d36f6db1cb [INFO] [stdout] at /opt/rustwide/workdir/src/tests_e2e/success/fresh_builds.rs:32:13 [INFO] [stdout] 18: 0x5611061b1603 - core::ops::function::FnOnce::call_once::h227fa683a5745bd3 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x5611061b1603 - test::__rust_begin_short_backtrace::h3a193bd570ada00a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:578:5 [INFO] [stdout] 20: 0x5611061b0078 - as core::ops::function::FnOnce>::call_once::h262d2f411717179a [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 21: 0x5611061b0078 - as core::ops::function::FnOnce<()>>::call_once::hfec00caec3e52a7b [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 22: 0x5611061b0078 - std::panicking::try::do_call::ha5f42e76ffda569d [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 23: 0x5611061b0078 - std::panicking::try::h53f36df0935b9500 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 24: 0x5611061b0078 - std::panic::catch_unwind::h5a497f74b0ce006f [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 25: 0x5611061b0078 - test::run_test_in_process::hab0aead337f48a88 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:601:18 [INFO] [stdout] 26: 0x5611061b0078 - test::run_test::run_test_inner::{{closure}}::h632c383164d4cba2 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:493:39 [INFO] [stdout] 27: 0x56110617e7fd - test::run_test::run_test_inner::{{closure}}::h7c4b3612891a4b58 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/test/src/lib.rs:520:37 [INFO] [stdout] 28: 0x56110617e7fd - std::sys_common::backtrace::__rust_begin_short_backtrace::habf7d8a08419d00e [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 29: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h3acba502e2068204 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 30: 0x561106182f28 - as core::ops::function::FnOnce<()>>::call_once::h526ef819c1964a35 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:347:9 [INFO] [stdout] 31: 0x561106182f28 - std::panicking::try::do_call::hc0b5663d6373cec8 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:401:40 [INFO] [stdout] 32: 0x561106182f28 - std::panicking::try::ha9007ede9d35dcd6 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panicking.rs:365:19 [INFO] [stdout] 33: 0x561106182f28 - std::panic::catch_unwind::hf60d56329ebbb81c [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/panic.rs:434:14 [INFO] [stdout] 34: 0x561106182f28 - std::thread::Builder::spawn_unchecked::{{closure}}::hb1722d498f4ce777 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 35: 0x561106182f28 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h15eb01325730c962 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 36: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::h09f167e08fc945ff [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 37: 0x5611062b4387 - as core::ops::function::FnOnce>::call_once::hf814fe85eeb118e0 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 38: 0x5611062b4387 - std::sys::unix::thread::Thread::new::thread_start::hb71b17934c5f5e68 [INFO] [stdout] at /rustc/b70888601af92f6cdc0364abab3446e418b91d36/library/std/src/sys/unix/thread.rs:91:17 [INFO] [stdout] 39: 0x7eff1482c609 - start_thread [INFO] [stdout] 40: 0x7eff145fe293 - clone [INFO] [stdout] 41: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests_e2e::fail::decryption_outdir_is_nonempty [INFO] [stdout] tests_e2e::fail::source_does_not_exist::decryption_source_does_not_exist [INFO] [stdout] tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::nested_dir_nonprintable_bytes_0 [INFO] [stdout] tests_e2e::success::fresh_builds::aes256cbc_pbkdf2_params::nested_dir_nonprintable_bytes_using_csync_outdir [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_params_custom_len::nested_dir_nonprintable_bytes_1 [INFO] [stdout] tests_e2e::success::fresh_builds::chacha20_scrypt_params_custom_len::nested_dir_nonprintable_bytes_using_csync_outdir [INFO] [stdout] tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_nonprintable_bytes_0 [INFO] [stdout] tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_nonprintable_bytes_using_csync_outdir [INFO] [stdout] tests_e2e::success::fresh_builds::chacha20_scrypt_time::nested_dir_printable_bytes_with_fslash [INFO] [stdout] tests_e2e::success::fresh_builds::chacha20_scrypt_time::single_dir_empty [INFO] [stdout] tests_e2e::success::fresh_builds::chacha20_scrypt_time::single_file_printable_bytes [INFO] [stdout] tests_e2e::success::fresh_builds::default::nested_dir_nonprintable_bytes_0 [INFO] [stdout] tests_e2e::success::fresh_builds::default::nested_dir_printable_bytes [INFO] [stdout] tests_e2e::success::fresh_builds::default::single_dir_empty [INFO] [stdout] tests_e2e::success::fresh_builds::default::single_file_empty [INFO] [stdout] tests_e2e::success::fresh_builds::default::single_file_printable_bytes [INFO] [stdout] tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_0 [INFO] [stdout] tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_1 [INFO] [stdout] tests_e2e::success::fresh_builds::default_empty_password::nested_dir_nonprintable_bytes_using_csync_outdir [INFO] [stdout] [INFO] [stdout] test result: FAILED. 99 passed; 21 failed; 0 ignored; 0 measured; 0 filtered out; finished in 44.18s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin csync' [INFO] running `Command { std: "docker" "inspect" "209479fe93b20119a3d1448e7fbb54f8d848cbcafd2abd621cfbd3090ed31317", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "209479fe93b20119a3d1448e7fbb54f8d848cbcafd2abd621cfbd3090ed31317", kill_on_drop: false }` [INFO] [stdout] 209479fe93b20119a3d1448e7fbb54f8d848cbcafd2abd621cfbd3090ed31317