[INFO] cloning repository https://github.com/marcosvscampos/rust-strategy-pattern-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/marcosvscampos/rust-strategy-pattern-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarcosvscampos%2Frust-strategy-pattern-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarcosvscampos%2Frust-strategy-pattern-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 83ddaf6bb714029029bdacf87dd53a64fcb5e6ff
[INFO] testing marcosvscampos/rust-strategy-pattern-demo against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarcosvscampos%2Frust-strategy-pattern-demo" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/marcosvscampos/rust-strategy-pattern-demo
[INFO] finished tweaking git repo https://github.com/marcosvscampos/rust-strategy-pattern-demo
[INFO] tweaked toml for git repo https://github.com/marcosvscampos/rust-strategy-pattern-demo written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/marcosvscampos/rust-strategy-pattern-demo on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/marcosvscampos/rust-strategy-pattern-demo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a49d7be08e1d984292d12e4eeea9438999f903ab0b01147f3da2449a87cf371a
[INFO] running `Command { std: "docker" "start" "-a" "a49d7be08e1d984292d12e4eeea9438999f903ab0b01147f3da2449a87cf371a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a49d7be08e1d984292d12e4eeea9438999f903ab0b01147f3da2449a87cf371a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a49d7be08e1d984292d12e4eeea9438999f903ab0b01147f3da2449a87cf371a", kill_on_drop: false }`
[INFO] [stdout] a49d7be08e1d984292d12e4eeea9438999f903ab0b01147f3da2449a87cf371a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dd7046d4552d65c1650faa395f9121e99ee46503c6d27fde9a765a12a256e4f7
[INFO] running `Command { std: "docker" "start" "-a" "dd7046d4552d65c1650faa395f9121e99ee46503c6d27fde9a765a12a256e4f7", kill_on_drop: false }`
[INFO] [stderr]    Compiling lazy_static v0.1.16
[INFO] [stderr]    Compiling design_patterns v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> src/strategies/pay_by_paypal.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / lazy_static! {
[INFO] [stdout]  7 | |     static ref DATABASE: HashMap<String, &'static str> = {
[INFO] [stdout]  8 | |         let mut map = HashMap::new();
[INFO] [stdout]  9 | |         map.insert(String::from("amanda1995"), "amanda@yahoo.com");
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     };
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> src/strategies/pay_by_paypal.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / lazy_static! {
[INFO] [stdout]  7 | |     static ref DATABASE: HashMap<String, &'static str> = {
[INFO] [stdout]  8 | |         let mut map = HashMap::new();
[INFO] [stdout]  9 | |         map.insert(String::from("amanda1995"), "amanda@yahoo.com");
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     };
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/strategies/pay_by_paypal.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / lazy_static! {
[INFO] [stdout]  7 | |     static ref DATABASE: HashMap<String, &'static str> = {
[INFO] [stdout]  8 | |         let mut map = HashMap::new();
[INFO] [stdout]  9 | |         map.insert(String::from("amanda1995"), "amanda@yahoo.com");
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     };
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/strategies/pay_by_paypal.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / lazy_static! {
[INFO] [stdout]  7 | |     static ref DATABASE: HashMap<String, &'static str> = {
[INFO] [stdout]  8 | |         let mut map = HashMap::new();
[INFO] [stdout]  9 | |         map.insert(String::from("amanda1995"), "amanda@yahoo.com");
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     };
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "dd7046d4552d65c1650faa395f9121e99ee46503c6d27fde9a765a12a256e4f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd7046d4552d65c1650faa395f9121e99ee46503c6d27fde9a765a12a256e4f7", kill_on_drop: false }`
[INFO] [stdout] dd7046d4552d65c1650faa395f9121e99ee46503c6d27fde9a765a12a256e4f7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 892cbedc233a68bbcde20de3031673c21548650d01fd1c291e3bf27e38363456
[INFO] running `Command { std: "docker" "start" "-a" "892cbedc233a68bbcde20de3031673c21548650d01fd1c291e3bf27e38363456", kill_on_drop: false }`
[INFO] [stderr]    Compiling design_patterns v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> src/strategies/pay_by_paypal.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / lazy_static! {
[INFO] [stdout]  7 | |     static ref DATABASE: HashMap<String, &'static str> = {
[INFO] [stdout]  8 | |         let mut map = HashMap::new();
[INFO] [stdout]  9 | |         map.insert(String::from("amanda1995"), "amanda@yahoo.com");
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     };
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stdout]   --> src/strategies/pay_by_paypal.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / lazy_static! {
[INFO] [stdout]  7 | |     static ref DATABASE: HashMap<String, &'static str> = {
[INFO] [stdout]  8 | |         let mut map = HashMap::new();
[INFO] [stdout]  9 | |         map.insert(String::from("amanda1995"), "amanda@yahoo.com");
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     };
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/strategies/pay_by_paypal.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / lazy_static! {
[INFO] [stdout]  7 | |     static ref DATABASE: HashMap<String, &'static str> = {
[INFO] [stdout]  8 | |         let mut map = HashMap::new();
[INFO] [stdout]  9 | |         map.insert(String::from("amanda1995"), "amanda@yahoo.com");
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     };
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stdout]   --> src/strategies/pay_by_paypal.rs:6:1
[INFO] [stdout]    |
[INFO] [stdout]  6 | / lazy_static! {
[INFO] [stdout]  7 | |     static ref DATABASE: HashMap<String, &'static str> = {
[INFO] [stdout]  8 | |         let mut map = HashMap::new();
[INFO] [stdout]  9 | |         map.insert(String::from("amanda1995"), "amanda@yahoo.com");
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     };
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] running `Command { std: "docker" "inspect" "892cbedc233a68bbcde20de3031673c21548650d01fd1c291e3bf27e38363456", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "892cbedc233a68bbcde20de3031673c21548650d01fd1c291e3bf27e38363456", kill_on_drop: false }`
[INFO] [stdout] 892cbedc233a68bbcde20de3031673c21548650d01fd1c291e3bf27e38363456
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4529f02783458aaa976905fa81bdd61b38786b70e45cabe33234e590b03d1bee
[INFO] running `Command { std: "docker" "start" "-a" "4529f02783458aaa976905fa81bdd61b38786b70e45cabe33234e590b03d1bee", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stderr]   --> src/strategies/pay_by_paypal.rs:6:1
[INFO] [stderr]    |
[INFO] [stderr]  6 | / lazy_static! {
[INFO] [stderr]  7 | |     static ref DATABASE: HashMap<String, &'static str> = {
[INFO] [stderr]  8 | |         let mut map = HashMap::new();
[INFO] [stderr]  9 | |         map.insert(String::from("amanda1995"), "amanda@yahoo.com");
[INFO] [stderr] ...  |
[INFO] [stderr] 12 | |     };
[INFO] [stderr] 13 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `nightly`
[INFO] [stderr]   --> src/strategies/pay_by_paypal.rs:6:1
[INFO] [stderr]    |
[INFO] [stderr]  6 | / lazy_static! {
[INFO] [stderr]  7 | |     static ref DATABASE: HashMap<String, &'static str> = {
[INFO] [stderr]  8 | |         let mut map = HashMap::new();
[INFO] [stderr]  9 | |         map.insert(String::from("amanda1995"), "amanda@yahoo.com");
[INFO] [stderr] ...  |
[INFO] [stderr] 12 | |     };
[INFO] [stderr] 13 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `lazy_static` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `lazy_static` may come from an old version of the `lazy_static` crate, try updating your dependency with `cargo update -p lazy_static`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stderr]   --> src/strategies/pay_by_paypal.rs:6:1
[INFO] [stderr]    |
[INFO] [stderr]  6 | / lazy_static! {
[INFO] [stderr]  7 | |     static ref DATABASE: HashMap<String, &'static str> = {
[INFO] [stderr]  8 | |         let mut map = HashMap::new();
[INFO] [stderr]  9 | |         map.insert(String::from("amanda1995"), "amanda@yahoo.com");
[INFO] [stderr] ...  |
[INFO] [stderr] 12 | |     };
[INFO] [stderr] 13 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `Once::new()` function is now preferred
[INFO] [stderr]   --> src/strategies/pay_by_paypal.rs:6:1
[INFO] [stderr]    |
[INFO] [stderr]  6 | / lazy_static! {
[INFO] [stderr]  7 | |     static ref DATABASE: HashMap<String, &'static str> = {
[INFO] [stderr]  8 | |         let mut map = HashMap::new();
[INFO] [stderr]  9 | |         map.insert(String::from("amanda1995"), "amanda@yahoo.com");
[INFO] [stderr] ...  |
[INFO] [stderr] 12 | |     };
[INFO] [stderr] 13 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `design_patterns` (bin "design_patterns" test) generated 4 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/design_patterns-6c7e1c13b692c021)
[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" "4529f02783458aaa976905fa81bdd61b38786b70e45cabe33234e590b03d1bee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4529f02783458aaa976905fa81bdd61b38786b70e45cabe33234e590b03d1bee", kill_on_drop: false }`
[INFO] [stdout] 4529f02783458aaa976905fa81bdd61b38786b70e45cabe33234e590b03d1bee
