[INFO] cloning repository https://github.com/hpcsc/raws [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hpcsc/raws" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhpcsc%2Fraws", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhpcsc%2Fraws'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1f7833dcbcdf18b0519a6a6a214ff1e5f4fb8139 [INFO] testing hpcsc/raws against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhpcsc%2Fraws" "/workspace/builds/worker-18/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-18/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hpcsc/raws on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hpcsc/raws [INFO] finished tweaking git repo https://github.com/hpcsc/raws [INFO] tweaked toml for git repo https://github.com/hpcsc/raws written to /workspace/builds/worker-18/source/Cargo.toml [INFO] crate git repo https://github.com/hpcsc/raws already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39b477fa8567c3b303636999ca1bd5dbbb50d6baaa20cd916cf076ea935ee396 [INFO] running `Command { std: "docker" "start" "-a" "39b477fa8567c3b303636999ca1bd5dbbb50d6baaa20cd916cf076ea935ee396", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39b477fa8567c3b303636999ca1bd5dbbb50d6baaa20cd916cf076ea935ee396", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39b477fa8567c3b303636999ca1bd5dbbb50d6baaa20cd916cf076ea935ee396", kill_on_drop: false }` [INFO] [stdout] 39b477fa8567c3b303636999ca1bd5dbbb50d6baaa20cd916cf076ea935ee396 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6db74afea1763a02b4fcded1765db4ab7c805ba8cdbaa7499c465a1f5eb5db2a [INFO] running `Command { std: "docker" "start" "-a" "6db74afea1763a02b4fcded1765db4ab7c805ba8cdbaa7499c465a1f5eb5db2a", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling shellexpand v1.0.0 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling raws v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/get.rs:73:56 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn handle(config: GetConfig) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 73 - pub fn handle(config: GetConfig) -> Result> { [INFO] [stdout] 73 + pub fn handle(config: GetConfig) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/set.rs:77:81 [INFO] [stdout] | [INFO] [stdout] 77 | mut choose_profile: impl FnMut(Vec) -> Result>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 77 - mut choose_profile: impl FnMut(Vec) -> Result>, [INFO] [stdout] 77 + mut choose_profile: impl FnMut(Vec) -> Result>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/set.rs:78:77 [INFO] [stdout] | [INFO] [stdout] 78 | mut write_to_file: impl FnMut(Ini, &String) -> Result<(), Box>) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 78 - mut write_to_file: impl FnMut(Ini, &String) -> Result<(), Box>) [INFO] [stdout] 78 + mut write_to_file: impl FnMut(Ini, &String) -> Result<(), Box>) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/set.rs:79:37 [INFO] [stdout] | [INFO] [stdout] 79 | -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 79 - -> Result> { [INFO] [stdout] 79 + -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/fzf.rs:6:71 [INFO] [stdout] | [INFO] [stdout] 6 | fn to_string_without_whitespace(input: Vec) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6 - fn to_string_without_whitespace(input: Vec) -> Result> { [INFO] [stdout] 6 + fn to_string_without_whitespace(input: Vec) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/fzf.rs:24:89 [INFO] [stdout] | [INFO] [stdout] 24 | fn write_to_fzf_stdin(fzf_command: &mut Child, profiles: Vec) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - fn write_to_fzf_stdin(fzf_command: &mut Child, profiles: Vec) -> Result<(), Box> { [INFO] [stdout] 24 + fn write_to_fzf_stdin(fzf_command: &mut Child, profiles: Vec) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/fzf.rs:29:68 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn choose_profile(profiles: Vec) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 29 - pub fn choose_profile(profiles: Vec) -> Result> { [INFO] [stdout] 29 + pub fn choose_profile(profiles: Vec) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:17:69 [INFO] [stdout] | [INFO] [stdout] 17 | fn write_to_file(file: Ini, output_path: &String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 - fn write_to_file(file: Ini, output_path: &String) -> Result<(), Box> { [INFO] [stdout] 17 + fn write_to_file(file: Ini, output_path: &String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:21:58 [INFO] [stdout] | [INFO] [stdout] 21 | fn execute_handler(config: Config) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - fn execute_handler(config: Config) -> Result> { [INFO] [stdout] 21 + fn execute_handler(config: Config) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | fn print_result(result: Result>) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn print_result(result: Result>) { [INFO] [stdout] 28 + fn print_result(result: Result>) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.70s [INFO] running `Command { std: "docker" "inspect" "6db74afea1763a02b4fcded1765db4ab7c805ba8cdbaa7499c465a1f5eb5db2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6db74afea1763a02b4fcded1765db4ab7c805ba8cdbaa7499c465a1f5eb5db2a", kill_on_drop: false }` [INFO] [stdout] 6db74afea1763a02b4fcded1765db4ab7c805ba8cdbaa7499c465a1f5eb5db2a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] edb7d112903a50462b55c25c7fb889af8931c58046ba9e0d3d3e2de1c818a016 [INFO] running `Command { std: "docker" "start" "-a" "edb7d112903a50462b55c25c7fb889af8931c58046ba9e0d3d3e2de1c818a016", kill_on_drop: false }` [INFO] [stderr] Compiling test_utilities v0.1.0 (/opt/rustwide/workdir/test_utilities) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/get.rs:73:56 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn handle(config: GetConfig) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 73 - pub fn handle(config: GetConfig) -> Result> { [INFO] [stdout] 73 + pub fn handle(config: GetConfig) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/set.rs:77:81 [INFO] [stdout] | [INFO] [stdout] 77 | mut choose_profile: impl FnMut(Vec) -> Result>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 77 - mut choose_profile: impl FnMut(Vec) -> Result>, [INFO] [stdout] 77 + mut choose_profile: impl FnMut(Vec) -> Result>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/set.rs:78:77 [INFO] [stdout] | [INFO] [stdout] 78 | mut write_to_file: impl FnMut(Ini, &String) -> Result<(), Box>) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 78 - mut write_to_file: impl FnMut(Ini, &String) -> Result<(), Box>) [INFO] [stdout] 78 + mut write_to_file: impl FnMut(Ini, &String) -> Result<(), Box>) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/set.rs:79:37 [INFO] [stdout] | [INFO] [stdout] 79 | -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 79 - -> Result> { [INFO] [stdout] 79 + -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/fzf.rs:6:71 [INFO] [stdout] | [INFO] [stdout] 6 | fn to_string_without_whitespace(input: Vec) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6 - fn to_string_without_whitespace(input: Vec) -> Result> { [INFO] [stdout] 6 + fn to_string_without_whitespace(input: Vec) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/fzf.rs:24:89 [INFO] [stdout] | [INFO] [stdout] 24 | fn write_to_fzf_stdin(fzf_command: &mut Child, profiles: Vec) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - fn write_to_fzf_stdin(fzf_command: &mut Child, profiles: Vec) -> Result<(), Box> { [INFO] [stdout] 24 + fn write_to_fzf_stdin(fzf_command: &mut Child, profiles: Vec) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/fzf.rs:29:68 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn choose_profile(profiles: Vec) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 29 - pub fn choose_profile(profiles: Vec) -> Result> { [INFO] [stdout] 29 + pub fn choose_profile(profiles: Vec) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:17:69 [INFO] [stdout] | [INFO] [stdout] 17 | fn write_to_file(file: Ini, output_path: &String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 - fn write_to_file(file: Ini, output_path: &String) -> Result<(), Box> { [INFO] [stdout] 17 + fn write_to_file(file: Ini, output_path: &String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:21:58 [INFO] [stdout] | [INFO] [stdout] 21 | fn execute_handler(config: Config) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - fn execute_handler(config: Config) -> Result> { [INFO] [stdout] 21 + fn execute_handler(config: Config) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | fn print_result(result: Result>) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn print_result(result: Result>) { [INFO] [stdout] 28 + fn print_result(result: Result>) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling raws v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:17:69 [INFO] [stdout] | [INFO] [stdout] 17 | fn write_to_file(file: Ini, output_path: &String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 - fn write_to_file(file: Ini, output_path: &String) -> Result<(), Box> { [INFO] [stdout] 17 + fn write_to_file(file: Ini, output_path: &String) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:21:58 [INFO] [stdout] | [INFO] [stdout] 21 | fn execute_handler(config: Config) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - fn execute_handler(config: Config) -> Result> { [INFO] [stdout] 21 + fn execute_handler(config: Config) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:28:44 [INFO] [stdout] | [INFO] [stdout] 28 | fn print_result(result: Result>) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn print_result(result: Result>) { [INFO] [stdout] 28 + fn print_result(result: Result>) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> tests/set_integration_tests.rs:11:93 [INFO] [stdout] | [INFO] [stdout] 11 | fn execute_handle(config: config::SetConfig, chosen_profile: String) -> (Result>, Vec, Vec) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 11 - fn execute_handle(config: config::SetConfig, chosen_profile: String) -> (Result>, Vec, Vec) { [INFO] [stdout] 11 + fn execute_handle(config: config::SetConfig, chosen_profile: String) -> (Result>, Vec, Vec) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/get.rs:73:56 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn handle(config: GetConfig) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 73 - pub fn handle(config: GetConfig) -> Result> { [INFO] [stdout] 73 + pub fn handle(config: GetConfig) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/set.rs:77:81 [INFO] [stdout] | [INFO] [stdout] 77 | mut choose_profile: impl FnMut(Vec) -> Result>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 77 - mut choose_profile: impl FnMut(Vec) -> Result>, [INFO] [stdout] 77 + mut choose_profile: impl FnMut(Vec) -> Result>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/set.rs:78:77 [INFO] [stdout] | [INFO] [stdout] 78 | mut write_to_file: impl FnMut(Ini, &String) -> Result<(), Box>) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 78 - mut write_to_file: impl FnMut(Ini, &String) -> Result<(), Box>) [INFO] [stdout] 78 + mut write_to_file: impl FnMut(Ini, &String) -> Result<(), Box>) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/set.rs:79:37 [INFO] [stdout] | [INFO] [stdout] 79 | -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 79 - -> Result> { [INFO] [stdout] 79 + -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/fzf.rs:6:71 [INFO] [stdout] | [INFO] [stdout] 6 | fn to_string_without_whitespace(input: Vec) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 6 - fn to_string_without_whitespace(input: Vec) -> Result> { [INFO] [stdout] 6 + fn to_string_without_whitespace(input: Vec) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/fzf.rs:24:89 [INFO] [stdout] | [INFO] [stdout] 24 | fn write_to_fzf_stdin(fzf_command: &mut Child, profiles: Vec) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - fn write_to_fzf_stdin(fzf_command: &mut Child, profiles: Vec) -> Result<(), Box> { [INFO] [stdout] 24 + fn write_to_fzf_stdin(fzf_command: &mut Child, profiles: Vec) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/handlers/fzf.rs:29:68 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn choose_profile(profiles: Vec) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 29 - pub fn choose_profile(profiles: Vec) -> Result> { [INFO] [stdout] 29 + pub fn choose_profile(profiles: Vec) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `Command { std: "docker" "inspect" "edb7d112903a50462b55c25c7fb889af8931c58046ba9e0d3d3e2de1c818a016", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edb7d112903a50462b55c25c7fb889af8931c58046ba9e0d3d3e2de1c818a016", kill_on_drop: false }` [INFO] [stdout] edb7d112903a50462b55c25c7fb889af8931c58046ba9e0d3d3e2de1c818a016 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d8d1a1f8275a35162daaa1fadea4239d1b2420abb6daa5486d1556561c919103 [INFO] running `Command { std: "docker" "start" "-a" "d8d1a1f8275a35162daaa1fadea4239d1b2420abb6daa5486d1556561c919103", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handlers/get.rs:73:56 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn handle(config: GetConfig) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 73 - pub fn handle(config: GetConfig) -> Result> { [INFO] [stderr] 73 + pub fn handle(config: GetConfig) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handlers/set.rs:77:81 [INFO] [stderr] | [INFO] [stderr] 77 | mut choose_profile: impl FnMut(Vec) -> Result>, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 77 - mut choose_profile: impl FnMut(Vec) -> Result>, [INFO] [stderr] 77 + mut choose_profile: impl FnMut(Vec) -> Result>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handlers/set.rs:78:77 [INFO] [stderr] | [INFO] [stderr] 78 | mut write_to_file: impl FnMut(Ini, &String) -> Result<(), Box>) [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 78 - mut write_to_file: impl FnMut(Ini, &String) -> Result<(), Box>) [INFO] [stderr] 78 + mut write_to_file: impl FnMut(Ini, &String) -> Result<(), Box>) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handlers/set.rs:79:37 [INFO] [stderr] | [INFO] [stderr] 79 | -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 79 - -> Result> { [INFO] [stderr] 79 + -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handlers/fzf.rs:6:71 [INFO] [stderr] | [INFO] [stderr] 6 | fn to_string_without_whitespace(input: Vec) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 6 - fn to_string_without_whitespace(input: Vec) -> Result> { [INFO] [stderr] 6 + fn to_string_without_whitespace(input: Vec) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handlers/fzf.rs:24:89 [INFO] [stderr] | [INFO] [stderr] 24 | fn write_to_fzf_stdin(fzf_command: &mut Child, profiles: Vec) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 24 - fn write_to_fzf_stdin(fzf_command: &mut Child, profiles: Vec) -> Result<(), Box> { [INFO] [stderr] 24 + fn write_to_fzf_stdin(fzf_command: &mut Child, profiles: Vec) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/handlers/fzf.rs:29:68 [INFO] [stderr] | [INFO] [stderr] 29 | pub fn choose_profile(profiles: Vec) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 29 - pub fn choose_profile(profiles: Vec) -> Result> { [INFO] [stderr] 29 + pub fn choose_profile(profiles: Vec) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `raws` (lib) generated 7 warnings [INFO] [stderr] warning: `raws` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:17:69 [INFO] [stderr] | [INFO] [stderr] 17 | fn write_to_file(file: Ini, output_path: &String) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 17 - fn write_to_file(file: Ini, output_path: &String) -> Result<(), Box> { [INFO] [stderr] 17 + fn write_to_file(file: Ini, output_path: &String) -> Result<(), Box> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:21:58 [INFO] [stderr] | [INFO] [stderr] 21 | fn execute_handler(config: Config) -> Result> { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 21 - fn execute_handler(config: Config) -> Result> { [INFO] [stderr] 21 + fn execute_handler(config: Config) -> Result> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:28:44 [INFO] [stderr] | [INFO] [stderr] 28 | fn print_result(result: Result>) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 28 - fn print_result(result: Result>) { [INFO] [stderr] 28 + fn print_result(result: Result>) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/set_integration_tests.rs:11:93 [INFO] [stderr] | [INFO] [stderr] 11 | fn execute_handle(config: config::SetConfig, chosen_profile: String) -> (Result>, Vec, Vec) { [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 11 - fn execute_handle(config: config::SetConfig, chosen_profile: String) -> (Result>, Vec, Vec) { [INFO] [stderr] 11 + fn execute_handle(config: config::SetConfig, chosen_profile: String) -> (Result>, Vec, Vec) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `raws` (bin "raws") generated 3 warnings [INFO] [stderr] warning: `raws` (test "set_integration_tests") generated 1 warning [INFO] [stderr] warning: `raws` (bin "raws" test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/raws-62cf5597cd6bcf6b) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test handlers::common::tests::find_profile_with_name::return_none_if_profile_not_found ... ok [INFO] [stdout] test handlers::common::tests::find_profile_with_name::return_some_if_profile_found ... ok [INFO] [stdout] test handlers::common::tests::get_assume_settings::return_none_if_role_arn_not_found ... ok [INFO] [stdout] test handlers::common::tests::get_assume_settings::return_none_if_source_profile_not_found ... ok [INFO] [stdout] test handlers::common::tests::get_assume_settings::return_some_if_both_role_arn_and_source_profile_available ... ok [INFO] [stdout] test handlers::get::tests::find_section_with_same_access_key::return_none_if_not_found ... ok [INFO] [stdout] test handlers::get::tests::find_section_with_same_access_key::return_some_if_found ... ok [INFO] [stdout] test handlers::get::tests::find_section_with_same_assume_settings::return_none_if_not_found ... ok [INFO] [stdout] test handlers::get::tests::find_section_with_same_assume_settings::return_some_if_found ... ok [INFO] [stdout] test handlers::get::tests::get_assume_settings::return_none_if_source_profile_not_available ... ok [INFO] [stdout] test handlers::get::tests::get_assume_settings::return_none_if_role_arn_not_available ... ok [INFO] [stdout] test handlers::get::tests::get_assume_settings::return_some_if_both_role_arn_and_source_profile_available ... ok [INFO] [stdout] test handlers::set::tests::get_all_profile_names_except_default::return_all_profile_names_except_default_in_sorted_order ... ok [INFO] [stdout] test handlers::set::tests::get_all_profile_names_except_default::return_all_profile_names_with_required_keys_except_default ... ok [INFO] [stdout] test handlers::set::tests::get_profile_settings::return_none_if_access_key_id_not_available ... ok [INFO] [stdout] test handlers::set::tests::get_profile_settings::return_none_if_secret_access_key_not_available ... ok [INFO] [stdout] test handlers::set::tests::get_profile_settings::return_some_if_both_access_key_id_and_secret_access_key_available ... ok [INFO] [stdout] test handlers::set::tests::set_default_assume_settings::set_default_profile_with_provided_values ... ok [INFO] [stdout] test handlers::set::tests::set_default_settings::set_default_profile_with_provided_values ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/raws-7d739896ba90b41a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/get_integration_tests.rs (/opt/rustwide/target/debug/deps/get_integration_tests-0285fc86b8535e45) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test return_err_if_config_file_not_found ... ok [INFO] [stdout] test return_assumed_profile_if_matching_profile_found_in_both_credentials_and_profile ... ok [INFO] [stdout] test return_err_if_credentials_file_not_found ... ok [INFO] [stdout] test return_err_if_not_found_in_both_config_and_credentials ... ok [INFO] [stdout] test return_profile_from_credentials_if_profile_found_in_credentials_only ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/set_integration_tests.rs (/opt/rustwide/target/debug/deps/set_integration_tests-ad722b735ba6659e) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test return_err_if_config_file_not_found ... ok [INFO] [stdout] test return_early_if_select_profiles_action_is_cancelled ... ok [INFO] [stdout] test call_fzf_with_profile_names_from_both_config_and_credentials ... ok [INFO] [stdout] test return_err_if_credentials_file_not_found ... ok [INFO] [stdout] test return_error_result_if_profile_is_not_in_both_config_and_credentials ... ok [INFO] [stdout] test set_config_file_default_section_if_selected_profile_can_be_found_in_config ... ok [INFO] [stdout] test set_credentials_file_default_section_if_selected_profile_can_only_be_found_in_credentials ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests raws [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d8d1a1f8275a35162daaa1fadea4239d1b2420abb6daa5486d1556561c919103", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8d1a1f8275a35162daaa1fadea4239d1b2420abb6daa5486d1556561c919103", kill_on_drop: false }` [INFO] [stdout] d8d1a1f8275a35162daaa1fadea4239d1b2420abb6daa5486d1556561c919103