[INFO] cloning repository https://github.com/duckity-dev/sdks
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/duckity-dev/sdks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduckity-dev%2Fsdks", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduckity-dev%2Fsdks'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 17f4a936325d5f61d0300260341d4cce41fb2821
[INFO] testing duckity-dev/sdks against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduckity-dev%2Fsdks" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/duckity-dev/sdks
[INFO] finished tweaking git repo https://github.com/duckity-dev/sdks
[INFO] tweaked toml for git repo https://github.com/duckity-dev/sdks written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/duckity-dev/sdks on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/duckity-dev/sdks 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-test-macro v0.3.67
[INFO] [stderr]   Downloaded digest v0.11.2
[INFO] [stderr]   Downloaded wasm-bindgen-test-shared v0.2.117
[INFO] [stderr]   Downloaded wasm-bindgen-test v0.3.67
[INFO] [stderr]   Downloaded hybrid-array v0.4.10
[INFO] [stderr]   Downloaded az v1.3.0
[INFO] [stderr]   Downloaded num-bigint-dig v0.9.1
[INFO] [stderr]   Downloaded aws-lc-rs v1.16.2
[INFO] [stderr]   Downloaded rug v1.29.0
[INFO] [stderr]   Downloaded cbindgen v0.29.2
[INFO] [stderr]   Downloaded gmp-mpfr-sys v1.7.0
[INFO] [stderr]   Downloaded aws-lc-sys v0.39.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 56626ecf4a77704acba5b7d503b4749b3157f0a0f577eb9a3eb49b91ad492bbc
[INFO] running `Command { std: "docker" "start" "56626ecf4a77704acba5b7d503b4749b3157f0a0f577eb9a3eb49b91ad492bbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "56626ecf4a77704acba5b7d503b4749b3157f0a0f577eb9a3eb49b91ad492bbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "56626ecf4a77704acba5b7d503b4749b3157f0a0f577eb9a3eb49b91ad492bbc" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "56626ecf4a77704acba5b7d503b4749b3157f0a0f577eb9a3eb49b91ad492bbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "56626ecf4a77704acba5b7d503b4749b3157f0a0f577eb9a3eb49b91ad492bbc" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]    Compiling indexmap v2.13.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.117
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling const-oid v0.10.2
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling gmp-mpfr-sys v1.7.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling cbindgen v0.29.2
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling hybrid-array v0.4.10
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling crypto-common v0.2.1
[INFO] [stderr]    Compiling block-buffer v0.12.0
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling rug v1.29.0
[INFO] [stderr]    Compiling tokio v1.51.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling num-bigint-dig v0.9.1
[INFO] [stderr]    Compiling iri-string v0.7.12
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.117
[INFO] [stderr]    Compiling wasm-bindgen v0.2.117
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling az v1.3.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling digest v0.11.2
[INFO] [stderr]    Compiling aws-lc-sys v0.39.1
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling duckity-core v0.1.0 (/opt/rustwide/workdir/duckity_core)
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.117
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling duckity_wasm v0.1.0 (/opt/rustwide/workdir/duckity_wasm)
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling duckity-c v0.1.0 (/opt/rustwide/workdir/duckity_c)
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling rustls-webpki v0.103.10
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.13.2
[INFO] [stderr]    Compiling duckity v0.1.0 (/opt/rustwide/workdir/duckity_rs)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 14s
[INFO] running `Command { std: "docker" "inspect" "56626ecf4a77704acba5b7d503b4749b3157f0a0f577eb9a3eb49b91ad492bbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "56626ecf4a77704acba5b7d503b4749b3157f0a0f577eb9a3eb49b91ad492bbc" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.67
[INFO] [stderr]    Compiling wasm-bindgen-test-shared v0.2.117
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-bigint-dig v0.9.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling js-sys v0.3.94
[INFO] [stderr]    Compiling duckity-core v0.1.0 (/opt/rustwide/workdir/duckity_core)
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling duckity_wasm v0.1.0 (/opt/rustwide/workdir/duckity_wasm)
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.13.2
[INFO] [stderr]    Compiling duckity v0.1.0 (/opt/rustwide/workdir/duckity_rs)
[INFO] [stderr]    Compiling duckity-c v0.1.0 (/opt/rustwide/workdir/duckity_c)
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.67
[INFO] [stderr]    Compiling wasm-bindgen-test v0.3.67
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.52s
[INFO] running `Command { std: "docker" "inspect" "56626ecf4a77704acba5b7d503b4749b3157f0a0f577eb9a3eb49b91ad492bbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "56626ecf4a77704acba5b7d503b4749b3157f0a0f577eb9a3eb49b91ad492bbc" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/duckity-ad0ac870f67974e5)
[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 unittests src/lib.rs (/opt/rustwide/target/debug/deps/duckity_c-25d1fbeb5df603ce)
[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 unittests src/lib.rs (/opt/rustwide/target/debug/deps/duckity_core-8f3ec5d56c17bd15)
[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 unittests src/lib.rs (/opt/rustwide/target/debug/deps/duckity_wasm-2344b336ce10d07d)
[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]    Doc-tests duckity
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test duckity_rs/src/lib.rs - (line 25) ... FAILED
[INFO] [stdout] test duckity_rs/src/lib.rs - (line 35) ... FAILED
[INFO] [stdout] test duckity_rs/src/lib.rs - (line 43) ... FAILED
[INFO] [stdout] test duckity_rs/src/lib.rs - get (line 76) ... FAILED
[INFO] [stdout] test duckity_rs/src/lib.rs - (line 18) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- duckity_rs/src/lib.rs - (line 25) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `application_id` in this scope
[INFO] [stdout]   --> duckity_rs/src/lib.rs:27:30
[INFO] [stdout]    |
[INFO] [stdout] 27 | let challenge = duckity::get(application_id, protection_profile_id)
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `protection_profile_id` in this scope
[INFO] [stdout]   --> duckity_rs/src/lib.rs:27:46
[INFO] [stdout]    |
[INFO] [stdout] 27 | let challenge = duckity::get(application_id, protection_profile_id)
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]   --> duckity_rs/src/lib.rs:30:6
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn main() { #[allow(non_snake_case)] fn _doctest_main_duckity_rs_src_lib_rs_25_0() {
[INFO] [stdout]    |                                      --------------------------------------------- this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 30 |     .await?;
[INFO] [stdout]    |      ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stdout]   --> duckity_rs/src/lib.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 | let challenge = duckity::get(application_id, protection_profile_id)
[INFO] [stdout]    |                 ^^^^^^^^^^^^                 --------------------- unexpected argument #2
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> duckity_rs/src/lib.rs:97:8
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub fn get(protection_profile_id: String) -> ChallengeGetter {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 27 - let challenge = duckity::get(application_id, protection_profile_id)
[INFO] [stdout] 27 + let challenge = duckity::get(application_id)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- duckity_rs/src/lib.rs - (line 35) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `application_id` in this scope
[INFO] [stdout]   --> duckity_rs/src/lib.rs:37:30
[INFO] [stdout]    |
[INFO] [stdout] 37 | let challenge = duckity::get(application_id, protection_profile_id)
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `protection_profile_id` in this scope
[INFO] [stdout]   --> duckity_rs/src/lib.rs:37:46
[INFO] [stdout]    |
[INFO] [stdout] 37 | let challenge = duckity::get(application_id, protection_profile_id)
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]   --> duckity_rs/src/lib.rs:39:6
[INFO] [stdout]    |
[INFO] [stdout] 36 | fn main() { #[allow(non_snake_case)] fn _doctest_main_duckity_rs_src_lib_rs_35_0() {
[INFO] [stdout]    |                                      --------------------------------------------- this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 39 |     .await?;
[INFO] [stdout]    |      ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stdout]   --> duckity_rs/src/lib.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 | let challenge = duckity::get(application_id, protection_profile_id)
[INFO] [stdout]    |                 ^^^^^^^^^^^^                 --------------------- unexpected argument #2
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> duckity_rs/src/lib.rs:97:8
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub fn get(protection_profile_id: String) -> ChallengeGetter {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 37 - let challenge = duckity::get(application_id, protection_profile_id)
[INFO] [stdout] 37 + let challenge = duckity::get(application_id)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- duckity_rs/src/lib.rs - (line 43) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `challenge` in this scope
[INFO] [stdout]   --> duckity_rs/src/lib.rs:45:31
[INFO] [stdout]    |
[INFO] [stdout] 45 | let solution = duckity::solve(challenge)?;
[INFO] [stdout]    |                               ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `FromResidual`)
[INFO] [stdout]   --> duckity_rs/src/lib.rs:45:41
[INFO] [stdout]    |
[INFO] [stdout] 44 | fn main() { #[allow(non_snake_case)] fn _doctest_main_duckity_rs_src_lib_rs_43_0() {
[INFO] [stdout]    |                                      --------------------------------------------- this function should return `Result` or `Option` to accept `?`
[INFO] [stdout] 45 | let solution = duckity::solve(challenge)?;
[INFO] [stdout]    |                                         ^ cannot use the `?` operator in a function that returns `()`
[INFO] [stdout]    |
[INFO] [stdout] help: consider adding return type
[INFO] [stdout]    |
[INFO] [stdout] 44 ~ fn main() { #[allow(non_snake_case)] fn _doctest_main_duckity_rs_src_lib_rs_43_0() -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout] 45 | let solution = duckity::solve(challenge)?;
[INFO] [stdout] 46 +     Ok(())
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0425.
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- duckity_rs/src/lib.rs - get (line 76) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `application_id` in this scope
[INFO] [stdout]   --> duckity_rs/src/lib.rs:79:30
[INFO] [stdout]    |
[INFO] [stdout] 79 | let challenge = duckity::get(application_id, protection_profile_id).await?;
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `protection_profile_id` in this scope
[INFO] [stdout]   --> duckity_rs/src/lib.rs:79:46
[INFO] [stdout]    |
[INFO] [stdout] 79 | let challenge = duckity::get(application_id, protection_profile_id).await?;
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `application_id` in this scope
[INFO] [stdout]   --> duckity_rs/src/lib.rs:82:30
[INFO] [stdout]    |
[INFO] [stdout] 82 | let challenge = duckity::get(application_id, protection_profile_id)
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `protection_profile_id` in this scope
[INFO] [stdout]   --> duckity_rs/src/lib.rs:82:46
[INFO] [stdout]    |
[INFO] [stdout] 82 | let challenge = duckity::get(application_id, protection_profile_id)
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `protection_profile_id` in this scope
[INFO] [stdout]   --> duckity_rs/src/lib.rs:88:30
[INFO] [stdout]    |
[INFO] [stdout] 88 | let challenge = duckity::get(protection_profile_id)
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]   --> duckity_rs/src/lib.rs:79:69
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn main() { #[allow(non_snake_case)] fn _doctest_main_duckity_rs_src_lib_rs_76_0() {
[INFO] [stdout]    |                                      --------------------------------------------- this is not `async`
[INFO] [stdout] 78 | // Challenge from quack.duckity.dev without CCTC keys.
[INFO] [stdout] 79 | let challenge = duckity::get(application_id, protection_profile_id).await?;
[INFO] [stdout]    |                                                                     ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]   --> duckity_rs/src/lib.rs:85:6
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn main() { #[allow(non_snake_case)] fn _doctest_main_duckity_rs_src_lib_rs_76_0() {
[INFO] [stdout]    |                                      --------------------------------------------- this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 85 |     .await?;
[INFO] [stdout]    |      ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]   --> duckity_rs/src/lib.rs:90:6
[INFO] [stdout]    |
[INFO] [stdout] 77 | fn main() { #[allow(non_snake_case)] fn _doctest_main_duckity_rs_src_lib_rs_76_0() {
[INFO] [stdout]    |                                      --------------------------------------------- this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 90 |     .await?;
[INFO] [stdout]    |      ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stdout]   --> duckity_rs/src/lib.rs:79:17
[INFO] [stdout]    |
[INFO] [stdout] 79 | let challenge = duckity::get(application_id, protection_profile_id).await?;
[INFO] [stdout]    |                 ^^^^^^^^^^^^                 --------------------- unexpected argument #2
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> duckity_rs/src/lib.rs:97:8
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub fn get(protection_profile_id: String) -> ChallengeGetter {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 79 - let challenge = duckity::get(application_id, protection_profile_id).await?;
[INFO] [stdout] 79 + let challenge = duckity::get(application_id).await?;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stdout]   --> duckity_rs/src/lib.rs:82:17
[INFO] [stdout]    |
[INFO] [stdout] 82 | let challenge = duckity::get(application_id, protection_profile_id)
[INFO] [stdout]    |                 ^^^^^^^^^^^^                 --------------------- unexpected argument #2
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> duckity_rs/src/lib.rs:97:8
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub fn get(protection_profile_id: String) -> ChallengeGetter {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 82 - let challenge = duckity::get(application_id, protection_profile_id)
[INFO] [stdout] 82 + let challenge = duckity::get(application_id)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 10 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- duckity_rs/src/lib.rs - (line 18) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `application_id` in this scope
[INFO] [stdout]   --> duckity_rs/src/lib.rs:20:30
[INFO] [stdout]    |
[INFO] [stdout] 20 | let challenge = duckity::get(application_id, protection_profile_id).await?;
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `protection_profile_id` in this scope
[INFO] [stdout]   --> duckity_rs/src/lib.rs:20:46
[INFO] [stdout]    |
[INFO] [stdout] 20 | let challenge = duckity::get(application_id, protection_profile_id).await?;
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]   --> duckity_rs/src/lib.rs:20:69
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn main() { #[allow(non_snake_case)] fn _doctest_main_duckity_rs_src_lib_rs_18_0() {
[INFO] [stdout]    |                                      --------------------------------------------- this is not `async`
[INFO] [stdout] 20 | let challenge = duckity::get(application_id, protection_profile_id).await?;
[INFO] [stdout]    |                                                                     ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied
[INFO] [stdout]   --> duckity_rs/src/lib.rs:20:17
[INFO] [stdout]    |
[INFO] [stdout] 20 | let challenge = duckity::get(application_id, protection_profile_id).await?;
[INFO] [stdout]    |                 ^^^^^^^^^^^^                 --------------------- unexpected argument #2
[INFO] [stdout]    |
[INFO] [stdout] note: function defined here
[INFO] [stdout]   --> duckity_rs/src/lib.rs:97:8
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub fn get(protection_profile_id: String) -> ChallengeGetter {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] help: remove the extra argument
[INFO] [stdout]    |
[INFO] [stdout] 20 - let challenge = duckity::get(application_id, protection_profile_id).await?;
[INFO] [stdout] 20 + let challenge = duckity::get(application_id).await?;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     duckity_rs/src/lib.rs - (line 18)
[INFO] [stdout]     duckity_rs/src/lib.rs - (line 25)
[INFO] [stdout]     duckity_rs/src/lib.rs - (line 35)
[INFO] [stdout]     duckity_rs/src/lib.rs - (line 43)
[INFO] [stdout]     duckity_rs/src/lib.rs - get (line 76)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.26s; merged doctests compilation took 0.12s
[INFO] [stderr] error: doctest failed, to rerun pass `-p duckity --doc`
[INFO] running `Command { std: "docker" "inspect" "56626ecf4a77704acba5b7d503b4749b3157f0a0f577eb9a3eb49b91ad492bbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56626ecf4a77704acba5b7d503b4749b3157f0a0f577eb9a3eb49b91ad492bbc", kill_on_drop: false }`
[INFO] [stdout] 56626ecf4a77704acba5b7d503b4749b3157f0a0f577eb9a3eb49b91ad492bbc
