[INFO] cloning repository https://github.com/biyanboyz/sample-bdd-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/biyanboyz/sample-bdd-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbiyanboyz%2Fsample-bdd-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbiyanboyz%2Fsample-bdd-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 641d81068d30c83deb5bcab9fe3d28b709bdddf5 [INFO] testing biyanboyz/sample-bdd-rs 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%2Fbiyanboyz%2Fsample-bdd-rs" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/biyanboyz/sample-bdd-rs 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/biyanboyz/sample-bdd-rs [INFO] finished tweaking git repo https://github.com/biyanboyz/sample-bdd-rs [INFO] tweaked toml for git repo https://github.com/biyanboyz/sample-bdd-rs written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/biyanboyz/sample-bdd-rs 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] b05563a173ab5bf8ac2869e3821ddb4f92d6e6f3f579c905f98d23af66fbd33c [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" "b05563a173ab5bf8ac2869e3821ddb4f92d6e6f3f579c905f98d23af66fbd33c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b05563a173ab5bf8ac2869e3821ddb4f92d6e6f3f579c905f98d23af66fbd33c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b05563a173ab5bf8ac2869e3821ddb4f92d6e6f3f579c905f98d23af66fbd33c", kill_on_drop: false }` [INFO] [stdout] b05563a173ab5bf8ac2869e3821ddb4f92d6e6f3f579c905f98d23af66fbd33c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 36e188776b2a1af6b8b72832bfeb47c3aa7a5748190f65d307dc02be9a99aad3 [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" "36e188776b2a1af6b8b72832bfeb47c3aa7a5748190f65d307dc02be9a99aad3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.99 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling app v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `system` in `subs` [INFO] [stdout] --> src/main.rs:469:42 [INFO] [stdout] | [INFO] [stdout] 469 | state::core::subs::system::server::tanggal::set(&mut self, v); [INFO] [stdout] | ^^^^^^ could not find `system` in `subs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `system` in `subs` [INFO] [stdout] --> src/main.rs:474:42 [INFO] [stdout] | [INFO] [stdout] 474 | state::core::subs::system::server::users::add(&mut self, v); [INFO] [stdout] | ^^^^^^ could not find `system` in `subs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `system` in `subs` [INFO] [stdout] --> src/main.rs:479:42 [INFO] [stdout] | [INFO] [stdout] 479 | state::core::subs::system::server::users::peran::set(&mut self, v); [INFO] [stdout] | ^^^^^^ could not find `system` in `subs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `system` in `subs` [INFO] [stdout] --> src/main.rs:484:42 [INFO] [stdout] | [INFO] [stdout] 484 | state::core::subs::system::server::st::lajur::set(&mut self, v); [INFO] [stdout] | ^^^^^^ could not find `system` in `subs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `st` in `subs` [INFO] [stdout] --> src/main.rs:489:42 [INFO] [stdout] | [INFO] [stdout] 489 | state::core::subs::st::dengan::tanggal::set(self.state, v); [INFO] [stdout] | ^^ could not find `st` in `subs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `st` in `subs` [INFO] [stdout] --> src/main.rs:494:42 [INFO] [stdout] | [INFO] [stdout] 494 | state::core::subs::st::dengan::durasi::set(self.state, v); [INFO] [stdout] | ^^ could not find `st` in `subs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `st` in `subs` [INFO] [stdout] --> src/main.rs:499:42 [INFO] [stdout] | [INFO] [stdout] 499 | state::core::subs::st::dengan::menugaskan::set(self.state, v); [INFO] [stdout] | ^^ could not find `st` in `subs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `st` in `subs` [INFO] [stdout] --> src/main.rs:513:181 [INFO] [stdout] | [INFO] [stdout] 513 | ...anggal::input_isi::Core::run(v, state::core::subs::st::dengan::tanggal::tanggal::get(v)); [INFO] [stdout] | ^^ could not find `st` in `subs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `st` in `subs` [INFO] [stdout] --> src/main.rs:514:179 [INFO] [stdout] | [INFO] [stdout] 514 | ..._bulan::input_isi::Core::run(v, state::core::subs::st::dengan::tanggal::bulan::get(v)); [INFO] [stdout] | ^^ could not find `st` in `subs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `st` in `subs` [INFO] [stdout] --> src/main.rs:515:179 [INFO] [stdout] | [INFO] [stdout] 515 | ..._tahun::input_isi::Core::run(v, state::core::subs::st::dengan::tanggal::tahun::get(v)); [INFO] [stdout] | ^^ could not find `st` in `subs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `st` in `subs` [INFO] [stdout] --> src/main.rs:516:164 [INFO] [stdout] | [INFO] [stdout] 516 | ...durasi::input_isi::Core::run(v, state::core::subs::st::dengan::durasi::get(v)); [INFO] [stdout] | ^^ could not find `st` in `subs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0401]: can't use generic parameters from outer function [INFO] [stdout] --> src/main.rs:602:54 [INFO] [stdout] | [INFO] [stdout] 599 | ... impl crate::test::testers::features::core::implmnts::components::step::implmnts::components::run_in_context_of::abstracts::state::c... [INFO] [stdout] | ---- `Self` type implicitly declared here, by this `impl` [INFO] [stdout] ... [INFO] [stdout] 602 | ... fn pembuatSuratTugas(x: &mut Self, fns: &TFn){ [INFO] [stdout] | ^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of generic parameter from outer function [INFO] [stdout] | use a type here instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0401]: can't use generic parameters from outer function [INFO] [stdout] --> src/main.rs:602:66 [INFO] [stdout] | [INFO] [stdout] 600 | ... fn run(&mut self, context: &crate::... [INFO] [stdout] | --- type parameter from outer function [INFO] [stdout] 601 | ... use crate::test::testers::features::core::implmnts::components::step::implmnts::components::run_in_context_of; [INFO] [stdout] 602 | ... fn pembuatSuratTugas(x: &mut Self, fns: &TFn){ [INFO] [stdout] | ----------------- ^^^ use of generic parameter from outer function [INFO] [stdout] | | [INFO] [stdout] | help: try using a local generic parameter instead: `pembuatSuratTugas` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0401]: can't use generic parameters from outer function [INFO] [stdout] --> src/main.rs:605:47 [INFO] [stdout] | [INFO] [stdout] 599 | ... impl crate::test::testers::features::core::implmnts::components::step::implmnts::components::run_in_context_of::abstracts::state::c... [INFO] [stdout] | ---- `Self` type implicitly declared here, by this `impl` [INFO] [stdout] ... [INFO] [stdout] 605 | ... fn otorisator(x: &mut Self, fns: &TFn){ [INFO] [stdout] | ^^^^ [INFO] [stdout] | | [INFO] [stdout] | use of generic parameter from outer function [INFO] [stdout] | use a type here instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0401]: can't use generic parameters from outer function [INFO] [stdout] --> src/main.rs:605:59 [INFO] [stdout] | [INFO] [stdout] 600 | ... fn run(&mut self, context: &crate::... [INFO] [stdout] | --- type parameter from outer function [INFO] [stdout] ... [INFO] [stdout] 605 | ... fn otorisator(x: &mut Self, fns: &TFn){ [INFO] [stdout] | ---------- ^^^ use of generic parameter from outer function [INFO] [stdout] | | [INFO] [stdout] | help: try using a local generic parameter instead: `otorisator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `helpers` in `subs` [INFO] [stdout] --> src/main.rs:509:93 [INFO] [stdout] | [INFO] [stdout] 509 | state::core::subs::helpers::steps::pages::home_st_buat::menugaskan::Core::run(v, |v, n|{ [INFO] [stdout] | ^^^^ not found in `state::core::subs::helpers::steps::pages::home_st_buat::menugaskan` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 72 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `helpers` in `subs` [INFO] [stdout] --> src/main.rs:528:94 [INFO] [stdout] | [INFO] [stdout] 528 | ...ps::pages::home_st::target::Core::run(v); crate::test::testers::common::sut::core::client::abstracts::pages::home_st::table::baris::bu... [INFO] [stdout] | ^^^^ not found in `state::core::subs::helpers::steps::pages::home_st::target` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 72 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `radio_setujui` in `bagian_status` [INFO] [stdout] --> src/main.rs:529:154 [INFO] [stdout] | [INFO] [stdout] 529 | ...risasi::bagian_status::radio_setujui::input_check::Core::run(v); [INFO] [stdout] | ^^^^ not found in `crate::test::testers::common::sut::core::client::abstracts::pages::home_st_otorisasi::bagian_status::radio_setujui::input_check` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 72 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `helpers` in `subs` [INFO] [stdout] --> src/main.rs:538:92 [INFO] [stdout] | [INFO] [stdout] 538 | state::core::subs::helpers::background::tanggal::majukan::ke_hari_h::Core::run(v); [INFO] [stdout] | ^^^^ not found in `state::core::subs::helpers::background::tanggal::majukan::ke_hari_h` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 72 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `v` in this scope [INFO] [stdout] --> src/main.rs:538:102 [INFO] [stdout] | [INFO] [stdout] 538 | state::core::subs::helpers::background::tanggal::majukan::ke_hari_h::Core::run(v); [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `helpers` in `subs` [INFO] [stdout] --> src/main.rs:539:75 [INFO] [stdout] | [INFO] [stdout] 539 | state::core::subs::helpers::steps::specific::lapor::Core::run(v, &state::core::core::context::Core::PelaporPertama); [INFO] [stdout] | ^^^^ not found in `state::core::subs::helpers::steps::specific::lapor` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 72 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `v` in this scope [INFO] [stdout] --> src/main.rs:539:85 [INFO] [stdout] | [INFO] [stdout] 539 | state::core::subs::helpers::steps::specific::lapor::Core::run(v, &state::core::core::context::Core::PelaporPertama); [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `helpers` in `subs` [INFO] [stdout] --> src/main.rs:553:79 [INFO] [stdout] | [INFO] [stdout] 553 | state::core::subs::helpers::steps::specific::cek_warna::Core::run(v, MERAH); [INFO] [stdout] | ^^^^ not found in `state::core::subs::helpers::steps::specific::cek_warna` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 72 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `v` in this scope [INFO] [stdout] --> src/main.rs:553:89 [INFO] [stdout] | [INFO] [stdout] 553 | state::core::subs::helpers::steps::specific::cek_warna::Core::run(v, MERAH); [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MERAH` in this scope [INFO] [stdout] --> src/main.rs:553:92 [INFO] [stdout] | [INFO] [stdout] 553 | state::core::subs::helpers::steps::specific::cek_warna::Core::run(v, MERAH); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `helpers` in `subs` [INFO] [stdout] --> src/main.rs:569:75 [INFO] [stdout] | [INFO] [stdout] 569 | ... state::core::subs::helpers::steps::specific::lapor::Core::run(v, &state::core::core::context::Core::PelaporLainSelainYangPertama); [INFO] [stdout] | ^^^^ not found in `state::core::subs::helpers::steps::specific::lapor` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 72 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `v` in this scope [INFO] [stdout] --> src/main.rs:569:85 [INFO] [stdout] | [INFO] [stdout] 569 | ... state::core::subs::helpers::steps::specific::lapor::Core::run(v, &state::core::core::context::Core::PelaporLainSelainYangPertama); [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `helpers` in `subs` [INFO] [stdout] --> src/main.rs:574:79 [INFO] [stdout] | [INFO] [stdout] 574 | state::core::subs::helpers::steps::specific::cek_warna::Core::run(v, KUNING); [INFO] [stdout] | ^^^^ not found in `state::core::subs::helpers::steps::specific::cek_warna` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 72 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `v` in this scope [INFO] [stdout] --> src/main.rs:574:89 [INFO] [stdout] | [INFO] [stdout] 574 | state::core::subs::helpers::steps::specific::cek_warna::Core::run(v, KUNING); [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `KUNING` in this scope [INFO] [stdout] --> src/main.rs:574:92 [INFO] [stdout] | [INFO] [stdout] 574 | state::core::subs::helpers::steps::specific::cek_warna::Core::run(v, KUNING); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `helpers` in `subs` [INFO] [stdout] --> src/main.rs:582:88 [INFO] [stdout] | [INFO] [stdout] 582 | ...steps::pages::home_st::target::Core::run(v); crate::test::testers::common::sut::core::client::abstracts::pages::home_st::table::baris:... [INFO] [stdout] | ^^^^ not found in `state::subs::helpers::steps::pages::home_st::target` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 72 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `helpers` in `subs` [INFO] [stdout] --> src/main.rs:592:79 [INFO] [stdout] | [INFO] [stdout] 592 | state::core::subs::helpers::steps::specific::cek_warna::Core::run(v, HIJAU); [INFO] [stdout] | ^^^^ not found in `state::core::subs::helpers::steps::specific::cek_warna` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 443 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 72 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `v` in this scope [INFO] [stdout] --> src/main.rs:592:89 [INFO] [stdout] | [INFO] [stdout] 592 | state::core::subs::helpers::steps::specific::cek_warna::Core::run(v, HIJAU); [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `HIJAU` in this scope [INFO] [stdout] --> src/main.rs:592:92 [INFO] [stdout] | [INFO] [stdout] 592 | state::core::subs::helpers::steps::specific::cek_warna::Core::run(v, HIJAU); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Core` in `selaku` [INFO] [stdout] --> src/main.rs:603:78 [INFO] [stdout] | [INFO] [stdout] 603 | ... run_in_context_of::abstracts::state::subs::selaku::Core::run(x, PembuatSuratTugas, x.test.users.peran.pembuatSuratTugas, fns); [INFO] [stdout] | ^^^^ not found in `run_in_context_of::abstracts::state::subs::selaku` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 73 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PembuatSuratTugas` in this scope [INFO] [stdout] --> src/main.rs:603:91 [INFO] [stdout] | [INFO] [stdout] 603 | ... run_in_context_of::abstracts::state::subs::selaku::Core::run(x, PembuatSuratTugas, x.test.users.peran.pembuatSuratTugas, fns); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::features::core::implmnts::components::step::implmnts::components::run_in_context_of::abstracts::state::core::core::context::Core::PembuatSuratTugas; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Core` in `selaku` [INFO] [stdout] --> src/main.rs:606:115 [INFO] [stdout] | [INFO] [stdout] 606 | ...abstracts::state::subs::selaku::Core::run(x, Otorisator, v, fns)}); [INFO] [stdout] | ^^^^ not found in `run_in_context_of::abstracts::state::subs::selaku` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 73 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Otorisator` in this scope [INFO] [stdout] --> src/main.rs:606:128 [INFO] [stdout] | [INFO] [stdout] 606 | ..._of::abstracts::state::subs::selaku::Core::run(x, Otorisator, v, fns)}); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::features::core::implmnts::components::step::implmnts::components::run_in_context_of::abstracts::state::core::core::context::Core::Otorisator; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Core` in `selaku` [INFO] [stdout] --> src/main.rs:613:80 [INFO] [stdout] | [INFO] [stdout] 613 | ... run_in_context_of::abstracts::state::subs::selaku::Core::run(self, Ditugaskan, n, fns); [INFO] [stdout] | ^^^^ not found in `run_in_context_of::abstracts::state::subs::selaku` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 73 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Ditugaskan` in this scope [INFO] [stdout] --> src/main.rs:613:96 [INFO] [stdout] | [INFO] [stdout] 613 | ... run_in_context_of::abstracts::state::subs::selaku::Core::run(self, Ditugaskan, n, fns); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Core` in `selaku` [INFO] [stdout] --> src/main.rs:616:155 [INFO] [stdout] | [INFO] [stdout] 616 | ...abstracts::state::subs::selaku::Core::run(self, Ditugaskan, v.1, fns) }); [INFO] [stdout] | ^^^^ not found in `run_in_context_of::abstracts::state::subs::selaku` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 73 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Ditugaskan` in this scope [INFO] [stdout] --> src/main.rs:616:171 [INFO] [stdout] | [INFO] [stdout] 616 | ...::abstracts::state::subs::selaku::Core::run(self, Ditugaskan, v.1, fns) }); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Core` in `selaku` [INFO] [stdout] --> src/main.rs:621:131 [INFO] [stdout] | [INFO] [stdout] 621 | ...abstracts::state::subs::selaku::Core::run(self, Ditugaskan, v, fns)); [INFO] [stdout] | ^^^^ not found in `run_in_context_of::abstracts::state::subs::selaku` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 73 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Ditugaskan` in this scope [INFO] [stdout] --> src/main.rs:621:147 [INFO] [stdout] | [INFO] [stdout] 621 | ...::abstracts::state::subs::selaku::Core::run(self, Ditugaskan, v, fns)); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Core` in module `crate::test::testers::features::core::implmnts::components::step::implmnts::components::run_in_context_of::abstracts::state::subs::selaku` [INFO] [stdout] --> src/main.rs:626:165 [INFO] [stdout] | [INFO] [stdout] 626 | ...run_in_context_of::abstracts::state::subs::selaku::Core for Core{ [INFO] [stdout] | ^^^^ not found in `crate::test::testers::features::core::implmnts::components::step::implmnts::components::run_in_context_of::abstracts::state::subs::selaku` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 65 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `Core` in `specifically_at_client` [INFO] [stdout] --> src/main.rs:628:180 [INFO] [stdout] | [INFO] [stdout] 628 | ...f::abstracts::state::subs::specifically_at_client::Core::run(self, username, fns) [INFO] [stdout] | ^^^^ not found in `crate::test::testers::features::core::implmnts::components::step::implmnts::components::run_in_context_of::abstracts::state::subs::specifically_at_client` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 72 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Core` in module `crate::test::testers::features::core::implmnts::components::step::implmnts::components::run_in_context_of::abstracts::state::subs::specifically_at_client` [INFO] [stdout] --> src/main.rs:631:181 [INFO] [stdout] | [INFO] [stdout] 631 | ...f::abstracts::state::subs::specifically_at_client::Core for Core{ [INFO] [stdout] | ^^^^ not found in `crate::test::testers::features::core::implmnts::components::step::implmnts::components::run_in_context_of::abstracts::state::subs::specifically_at_client` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::button_st::input_click::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home::visit::Core; [INFO] [stdout] | [INFO] [stdout] 598 | use crate::test::testers::common::sut::core::client::abstracts::pages::home_st::button_buat::input_click::Core; [INFO] [stdout] | [INFO] [stdout] and 65 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Home_St` should have an upper camel case name [INFO] [stdout] --> src/main.rs:53:17 [INFO] [stdout] | [INFO] [stdout] 53 | Home_St, [INFO] [stdout] | ^^^^^^^ help: convert the identifier to upper camel case: `HomeSt` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_camel_case_types)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Home_St_Buat` should have an upper camel case name [INFO] [stdout] --> src/main.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | Home_St_Buat, [INFO] [stdout] | ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `HomeStBuat` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Home_St_Buat_Menugaskan` should have an upper camel case name [INFO] [stdout] --> src/main.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | Home_St_Buat_Menugaskan, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `HomeStBuatMenugaskan` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Home_St_Buat_Konfirmasi` should have an upper camel case name [INFO] [stdout] --> src/main.rs:56:17 [INFO] [stdout] | [INFO] [stdout] 56 | Home_St_Buat_Konfirmasi, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `HomeStBuatKonfirmasi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Home_St_Buat_Informasi` should have an upper camel case name [INFO] [stdout] --> src/main.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | Home_St_Buat_Informasi, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `HomeStBuatInformasi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Home_St_Otorisasi` should have an upper camel case name [INFO] [stdout] --> src/main.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | Home_St_Otorisasi, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `HomeStOtorisasi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Home_St_Otorisasi_Konfirmasi` should have an upper camel case name [INFO] [stdout] --> src/main.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | Home_St_Otorisasi_Konfirmasi, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `HomeStOtorisasiKonfirmasi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Home_St_Otorisasi_Informasi` should have an upper camel case name [INFO] [stdout] --> src/main.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 60 | Home_St_Otorisasi_Informasi, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `HomeStOtorisasiInformasi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Home_St_Lapor` should have an upper camel case name [INFO] [stdout] --> src/main.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 61 | Home_St_Lapor, [INFO] [stdout] | ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `HomeStLapor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Home_St_Lapor_Konfirmasi` should have an upper camel case name [INFO] [stdout] --> src/main.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | Home_St_Lapor_Konfirmasi, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `HomeStLaporKonfirmasi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Home_St_Lapor_Informasi` should have an upper camel case name [INFO] [stdout] --> src/main.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | Home_St_Lapor_Informasi, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `HomeStLaporInformasi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Home_St_OtorisasiLaporan` should have an upper camel case name [INFO] [stdout] --> src/main.rs:64:17 [INFO] [stdout] | [INFO] [stdout] 64 | Home_St_OtorisasiLaporan, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `HomeStOtorisasiLaporan` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Home_St_OtorisasiLaporan_Konfirmasi` should have an upper camel case name [INFO] [stdout] --> src/main.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 65 | Home_St_OtorisasiLaporan_Konfirmasi, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `HomeStOtorisasiLaporanKonfirmasi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Home_St_OtorisasiLaporan_Informasi` should have an upper camel case name [INFO] [stdout] --> src/main.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 66 | Home_St_OtorisasiLaporan_Informasi, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `HomeStOtorisasiLaporanInformasi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:327:39 [INFO] [stdout] | [INFO] [stdout] 327 | pub background: Vecbackground::Choices>>, [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 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 327 - pub background: Vecbackground::Choices>>, [INFO] [stdout] 327 + pub background: Vecbackground::Choices>>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/main.rs:328:34 [INFO] [stdout] | [INFO] [stdout] 328 | pub steps: Vecsteps::Choices>>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 328 - pub steps: Vecsteps::Choices>>, [INFO] [stdout] 328 + pub steps: Vecsteps::Choices>>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 47 previous errors; 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0401, E0405, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0401`. [INFO] [stdout] [INFO] [stderr] error: could not compile `app` due to 48 previous errors; 16 warnings emitted [INFO] running `Command { std: "docker" "inspect" "36e188776b2a1af6b8b72832bfeb47c3aa7a5748190f65d307dc02be9a99aad3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36e188776b2a1af6b8b72832bfeb47c3aa7a5748190f65d307dc02be9a99aad3", kill_on_drop: false }` [INFO] [stdout] 36e188776b2a1af6b8b72832bfeb47c3aa7a5748190f65d307dc02be9a99aad3