[INFO] fetching crate dhravya_api 0.1.2...
[INFO] testing dhravya_api-0.1.2 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate dhravya_api 0.1.2 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate dhravya_api 0.1.2
[INFO] finished tweaking crates.io crate dhravya_api 0.1.2
[INFO] tweaked toml for crates.io crate dhravya_api 0.1.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dhravya_api 0.1.2 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 164 packages to latest compatible versions
[INFO] [stderr]       Adding reqwest v0.11.27 (available: v0.13.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 16689f9834b931c1aee032561388140bce5a1da2b71f519ce4a13aee2315af25
[INFO] running `Command { std: "docker" "start" "-a" "16689f9834b931c1aee032561388140bce5a1da2b71f519ce4a13aee2315af25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "16689f9834b931c1aee032561388140bce5a1da2b71f519ce4a13aee2315af25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "16689f9834b931c1aee032561388140bce5a1da2b71f519ce4a13aee2315af25", kill_on_drop: false }`
[INFO] [stdout] 16689f9834b931c1aee032561388140bce5a1da2b71f519ce4a13aee2315af25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3f40704eaff9dad537ca1660ac522a954750ca314c2a60166e64a991872d0e28
[INFO] running `Command { std: "docker" "start" "-a" "3f40704eaff9dad537ca1660ac522a954750ca314c2a60166e64a991872d0e28", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling dhravya_api v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.44s
[INFO] running `Command { std: "docker" "inspect" "3f40704eaff9dad537ca1660ac522a954750ca314c2a60166e64a991872d0e28", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3f40704eaff9dad537ca1660ac522a954750ca314c2a60166e64a991872d0e28", kill_on_drop: false }`
[INFO] [stdout] 3f40704eaff9dad537ca1660ac522a954750ca314c2a60166e64a991872d0e28
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6510dd9712b425cf3fc10be507417ec72a8bce6b483c7901003257b2678ce094
[INFO] running `Command { std: "docker" "start" "-a" "6510dd9712b425cf3fc10be507417ec72a8bce6b483c7901003257b2678ce094", kill_on_drop: false }`
[INFO] [stderr]    Compiling dhravya_api v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.76s
[INFO] running `Command { std: "docker" "inspect" "6510dd9712b425cf3fc10be507417ec72a8bce6b483c7901003257b2678ce094", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6510dd9712b425cf3fc10be507417ec72a8bce6b483c7901003257b2678ce094", kill_on_drop: false }`
[INFO] [stdout] 6510dd9712b425cf3fc10be507417ec72a8bce6b483c7901003257b2678ce094
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 44acdbb0f29431791f855dae169637e4c40c6c1543827be8fc2c7a227420ce7a
[INFO] running `Command { std: "docker" "start" "-a" "44acdbb0f29431791f855dae169637e4c40c6c1543827be8fc2c7a227420ce7a", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dhravya_api-126dd1e0b6f4f499)
[INFO] [stderr]    Doc-tests dhravya_api
[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] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test src/core.rs - core::truth (line 159) ... FAILED
[INFO] [stdout] test src/core.rs - core::roast (line 205) ... FAILED
[INFO] [stdout] test src/core.rs - core::joke (line 250) ... FAILED
[INFO] [stdout] test src/lib.rs - _request (line 39) ... FAILED
[INFO] [stdout] test src/core.rs - core::neverhaveiever (line 282) ... FAILED
[INFO] [stdout] test src/core.rs - core::Image::save_on_existing (line 32) ... FAILED
[INFO] [stdout] test src/core.rs - core::dare (line 174) ... FAILED
[INFO] [stdout] test src/core.rs - core::truth_or_dare (line 139) ... FAILED
[INFO] [stdout] test src/core.rs - core::topic (line 297) ... FAILED
[INFO] [stdout] test src/core.rs - core::get_random_meme (line 86) ... FAILED
[INFO] [stdout] test src/core.rs - core::eightball (line 104) ... FAILED
[INFO] [stdout] test src/lib.rs - request (line 15) ... FAILED
[INFO] [stdout] test src/core.rs - core::compliment (line 266) ... FAILED
[INFO] [stdout] test src/core.rs - core::Image::save_as_new (line 18) ... FAILED
[INFO] [stdout] test src/core.rs - core::fact (line 189) ... FAILED
[INFO] [stdout] test src/core.rs - core::would_you_rather (line 119) ... FAILED
[INFO] [stdout] test src/core.rs - core::Trivia::get (line 228) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/core.rs - core::truth (line 159) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `truth` in this scope
[INFO] [stdout]    --> src/core.rs:160:14
[INFO] [stdout]     |
[INFO] [stdout] 160 | let answer = truth().unwrap();
[INFO] [stdout]     |              ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core.rs - core::roast (line 205) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `roast` in this scope
[INFO] [stdout]    --> src/core.rs:206:13
[INFO] [stdout]     |
[INFO] [stdout] 206 | let roast = roast().unwrap();
[INFO] [stdout]     |             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core.rs - core::joke (line 250) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `joke` in this scope
[INFO] [stdout]    --> src/core.rs:251:12
[INFO] [stdout]     |
[INFO] [stdout] 251 | let joke = joke().unwrap();
[INFO] [stdout]     |            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - _request (line 39) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `_request` in this scope
[INFO] [stdout]   --> src/lib.rs:40:13
[INFO] [stdout]    |
[INFO] [stdout] 40 | let bytes = _request("https://rust-lan.org").unwrap();
[INFO] [stdout]    |             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core.rs - core::neverhaveiever (line 282) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `neverhaveiever` in this scope
[INFO] [stdout]    --> src/core.rs:283:22
[INFO] [stdout]     |
[INFO] [stdout] 283 | let neverhaveiever = neverhaveiever().unwrap();
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core.rs - core::Image::save_on_existing (line 32) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Meme` in this scope
[INFO] [stdout]   --> src/core.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 33 | let meme = Meme::get("minecraft").unwrap();
[INFO] [stdout]    |            ^^^^ use of undeclared type `Meme`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core.rs - core::dare (line 174) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `dare` in this scope
[INFO] [stdout]    --> src/core.rs:175:14
[INFO] [stdout]     |
[INFO] [stdout] 175 | let answer = dare().unwrap();
[INFO] [stdout]     |              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core.rs - core::truth_or_dare (line 139) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `truth_or_dare` in this scope
[INFO] [stdout]    --> src/core.rs:140:14
[INFO] [stdout]     |
[INFO] [stdout] 140 | let answer = truth_or_dare().unwrap();
[INFO] [stdout]     |              ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core.rs - core::topic (line 297) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `topic` in this scope
[INFO] [stdout]    --> src/core.rs:298:13
[INFO] [stdout]     |
[INFO] [stdout] 298 | let topic = topic().unwrap();
[INFO] [stdout]     |             ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core.rs - core::get_random_meme (line 86) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `get_random_meme` in this scope
[INFO] [stdout]   --> src/core.rs:87:12
[INFO] [stdout]    |
[INFO] [stdout] 87 | let meme = get_random_meme().unwrap();
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core.rs - core::eightball (line 104) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `eighball` in this scope
[INFO] [stdout]    --> src/core.rs:105:14
[INFO] [stdout]     |
[INFO] [stdout] 105 | let answer = eighball().unwrap();
[INFO] [stdout]     |              ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - request (line 15) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `request` in this scope
[INFO] [stdout]   --> src/lib.rs:16:13
[INFO] [stdout]    |
[INFO] [stdout] 16 | let bytes = request("meme/minecraft").unwrap();
[INFO] [stdout]    |             ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core.rs - core::compliment (line 266) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `compliment` in this scope
[INFO] [stdout]    --> src/core.rs:267:18
[INFO] [stdout]     |
[INFO] [stdout] 267 | let compliment = compliment().unwrap();
[INFO] [stdout]     |                  ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core.rs - core::Image::save_as_new (line 18) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Meme` in this scope
[INFO] [stdout]   --> src/core.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 | let meme = Meme::get("minecraft").unwrap();
[INFO] [stdout]    |            ^^^^ use of undeclared type `Meme`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core.rs - core::fact (line 189) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `fact` in this scope
[INFO] [stdout]    --> src/core.rs:190:12
[INFO] [stdout]     |
[INFO] [stdout] 190 | let fact = fact().unwrap();
[INFO] [stdout]     |            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core.rs - core::would_you_rather (line 119) stdout ----
[INFO] [stdout] error[E0425]: cannot find function `would_you_rather` in this scope
[INFO] [stdout]    --> src/core.rs:120:14
[INFO] [stdout]     |
[INFO] [stdout] 120 | let answer = would_you_rather().unwrap();
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/core.rs - core::Trivia::get (line 228) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `Trivia` in this scope
[INFO] [stdout]    --> src/core.rs:229:14
[INFO] [stdout]     |
[INFO] [stdout] 229 | let trivia = Trivia::get().unwrap();
[INFO] [stdout]     |              ^^^^^^ use of undeclared type `Trivia`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/core.rs - core::Image::save_as_new (line 18)
[INFO] [stdout]     src/core.rs - core::Image::save_on_existing (line 32)
[INFO] [stdout]     src/core.rs - core::Trivia::get (line 228)
[INFO] [stdout]     src/core.rs - core::compliment (line 266)
[INFO] [stdout]     src/core.rs - core::dare (line 174)
[INFO] [stdout]     src/core.rs - core::eightball (line 104)
[INFO] [stdout]     src/core.rs - core::fact (line 189)
[INFO] [stdout]     src/core.rs - core::get_random_meme (line 86)
[INFO] [stdout]     src/core.rs - core::joke (line 250)
[INFO] [stdout]     src/core.rs - core::neverhaveiever (line 282)
[INFO] [stdout]     src/core.rs - core::roast (line 205)
[INFO] [stdout]     src/core.rs - core::topic (line 297)
[INFO] [stdout]     src/core.rs - core::truth (line 159)
[INFO] [stdout]     src/core.rs - core::truth_or_dare (line 139)
[INFO] [stdout]     src/core.rs - core::would_you_rather (line 119)
[INFO] [stdout]     src/lib.rs - _request (line 39)
[INFO] [stdout]     src/lib.rs - request (line 15)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 17 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.45s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "44acdbb0f29431791f855dae169637e4c40c6c1543827be8fc2c7a227420ce7a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44acdbb0f29431791f855dae169637e4c40c6c1543827be8fc2c7a227420ce7a", kill_on_drop: false }`
[INFO] [stdout] 44acdbb0f29431791f855dae169637e4c40c6c1543827be8fc2c7a227420ce7a
