[INFO] cloning repository https://github.com/kh-rony/rust-currency-converter
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kh-rony/rust-currency-converter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkh-rony%2Frust-currency-converter", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkh-rony%2Frust-currency-converter'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 192873543de868af3825069deafbbf96d91e5890
[INFO] checking kh-rony/rust-currency-converter/192873543de868af3825069deafbbf96d91e5890 against 0b63defc8fd68957c635fe61f097b84df8fd9611 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkh-rony%2Frust-currency-converter" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kh-rony/rust-currency-converter
[INFO] finished tweaking git repo https://github.com/kh-rony/rust-currency-converter
[INFO] tweaked toml for git repo https://github.com/kh-rony/rust-currency-converter written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kh-rony/rust-currency-converter on toolchain 0b63defc8fd68957c635fe61f097b84df8fd9611
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kh-rony/rust-currency-converter 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" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded h2 v0.3.24
[INFO] [stderr]   Downloaded dotenv_codegen v0.15.0
[INFO] [stderr]   Downloaded dotenv_codegen_implementation v0.15.0
[INFO] [stderr]   Downloaded async-trait v0.1.78
[INFO] [stderr]   Downloaded openssl-sys v0.9.101
[INFO] [stderr]   Downloaded reqwest v0.11.26
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 30be5c19bd1e47731f32da6e932b029ecd74cc8b8a7f83f6af93d2df9d500221
[INFO] running `Command { std: "docker" "start" "30be5c19bd1e47731f32da6e932b029ecd74cc8b8a7f83f6af93d2df9d500221", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30be5c19bd1e47731f32da6e932b029ecd74cc8b8a7f83f6af93d2df9d500221", 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" "30be5c19bd1e47731f32da6e932b029ecd74cc8b8a7f83f6af93d2df9d500221" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30be5c19bd1e47731f32da6e932b029ecd74cc8b8a7f83f6af93d2df9d500221", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "30be5c19bd1e47731f32da6e932b029ecd74cc8b8a7f83f6af93d2df9d500221" "/opt/rustwide/cargo-home/bin/cargo" "+0b63defc8fd68957c635fe61f097b84df8fd9611" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling openssl v0.10.64
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking bitflags v2.4.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling async-trait v0.1.78
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking ipnet v2.9.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking socket2 v0.5.6
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking indexmap v2.2.5
[INFO] [stderr]    Compiling openssl-sys v0.9.101
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]    Compiling dotenv_codegen_implementation v0.15.0
[INFO] [stderr]     Checking dotenv_codegen v0.15.0
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]     Checking tokio v1.36.0
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.24
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.26
[INFO] [stderr]     Checking rust-currency-converter v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: the `async` keyword is missing from the function declaration
[INFO] [stdout]   --> src/converter.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn test_invalid_input() {
[INFO] [stdout]    |     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the `async` keyword is missing from the function declaration
[INFO] [stdout]   --> src/converter.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn test_unsupported_currencies() {
[INFO] [stdout]    |     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: the `async` keyword is missing from the function declaration
[INFO] [stdout]   --> src/converter.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn test_edge_cases() {
[INFO] [stdout]    |     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `impl Future<Output = Result<f64, String>>`
[INFO] [stdout]   --> src/converter.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         assert_eq!(convertion_rate, 0.0);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         impl Future<Output = Result<f64, String>>
[INFO] [stdout]    |         {float}
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `impl Future<Output = Result<f64, String>>` doesn't implement `Debug`
[INFO] [stdout]   --> src/converter.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         assert_eq!(convertion_rate, 0.0);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `impl Future<Output = Result<f64, String>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `impl Future<Output = Result<f64, String>>`
[INFO] [stdout]   --> src/converter.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         assert_eq!(convertion_rate, 0.0);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         impl Future<Output = Result<f64, String>>
[INFO] [stdout]    |         {float}
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `impl Future<Output = Result<f64, String>>` doesn't implement `Debug`
[INFO] [stdout]   --> src/converter.rs:41:9
[INFO] [stdout]    |
[INFO] [stdout] 41 |         assert_eq!(convertion_rate, 0.0);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `impl Future<Output = Result<f64, String>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `impl Future<Output = Result<f64, String>>`
[INFO] [stdout]   --> src/converter.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |         assert_eq!(convertion_rate, 0.0);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         impl Future<Output = Result<f64, String>>
[INFO] [stdout]    |         {float}
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: `impl Future<Output = Result<f64, String>>` doesn't implement `Debug`
[INFO] [stdout]   --> src/converter.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |         assert_eq!(convertion_rate, 0.0);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Debug` is not implemented for `impl Future<Output = Result<f64, String>>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0369.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-currency-converter` (bin "rust-currency-converter" test) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "30be5c19bd1e47731f32da6e932b029ecd74cc8b8a7f83f6af93d2df9d500221", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30be5c19bd1e47731f32da6e932b029ecd74cc8b8a7f83f6af93d2df9d500221", kill_on_drop: false }`
[INFO] [stdout] 30be5c19bd1e47731f32da6e932b029ecd74cc8b8a7f83f6af93d2df9d500221
