[INFO] cloning repository https://github.com/hubro-platform/limesurvey-postgres-fdw
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hubro-platform/limesurvey-postgres-fdw" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhubro-platform%2Flimesurvey-postgres-fdw", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhubro-platform%2Flimesurvey-postgres-fdw'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 00b630d0f0329b23b3021d27773b0b61f6cf8a1b
[INFO] testing hubro-platform/limesurvey-postgres-fdw against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhubro-platform%2Flimesurvey-postgres-fdw" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hubro-platform/limesurvey-postgres-fdw
[INFO] finished tweaking git repo https://github.com/hubro-platform/limesurvey-postgres-fdw
[INFO] tweaked toml for git repo https://github.com/hubro-platform/limesurvey-postgres-fdw written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hubro-platform/limesurvey-postgres-fdw on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hubro-platform/limesurvey-postgres-fdw 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.99.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] dcee50928076888683d9e820e3b59fc829db946b9c68e08a9c9afd5fdcc40930
[INFO] running `Command { std: "docker" "start" "dcee50928076888683d9e820e3b59fc829db946b9c68e08a9c9afd5fdcc40930", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dcee50928076888683d9e820e3b59fc829db946b9c68e08a9c9afd5fdcc40930", 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" "dcee50928076888683d9e820e3b59fc829db946b9c68e08a9c9afd5fdcc40930" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dcee50928076888683d9e820e3b59fc829db946b9c68e08a9c9afd5fdcc40930", 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" "dcee50928076888683d9e820e3b59fc829db946b9c68e08a9c9afd5fdcc40930" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling serde_json v1.0.120
[INFO] [stderr]    Compiling wit-bindgen-rt v0.26.0
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling limesurvey_postgres_fdw v0.5.6 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `bindings`
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | mod bindings;
[INFO] [stdout]   | ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: to create the module `bindings`, create file "src/bindings.rs" or "src/bindings/mod.rs"
[INFO] [stdout]   = note: if there is a `mod bindings` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `exports` in `bindings`
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     exports::supabase::wrappers::routines::Guest,
[INFO] [stdout]   |     ^^^^^^^ could not find `exports` in `bindings`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `supabase` in `bindings`
[INFO] [stdout]  --> src/lib.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     supabase::wrappers::{
[INFO] [stdout]   |     ^^^^^^^^ could not find `supabase` in `bindings`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `export` in `bindings`
[INFO] [stdout]    --> src/lib.rs:404:11
[INFO] [stdout]     |
[INFO] [stdout] 404 | bindings::export!(LimeFdw with_types_in bindings);
[INFO] [stdout]     |           ^^^^^^ could not find `export` in `bindings`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Map as JsonMap` and `json`
[INFO] [stdout]  --> src/lib.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 | use serde_json::{json, Map as JsonMap, Value as JsonValue};
[INFO] [stdout]   |                  ^^^^  ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/lib.rs:363:12
[INFO] [stdout]     |
[INFO] [stdout] 363 |         if (this.responses.get_mut(0).iter().count() == 0) {
[INFO] [stdout]     |            ^                                             ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 363 -         if (this.responses.get_mut(0).iter().count() == 0) {
[INFO] [stdout] 363 +         if this.responses.get_mut(0).iter().count() == 0 {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `base64::decode`: Use Engine::decode
[INFO] [stdout]    --> src/lib.rs:242:41
[INFO] [stdout]     |
[INFO] [stdout] 242 |             let decoded_bytes = base64::decode(result_base64).map_err(|e| e.to_string())?;
[INFO] [stdout]     |                                         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `limesurvey_postgres_fdw` (lib) due to 4 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "dcee50928076888683d9e820e3b59fc829db946b9c68e08a9c9afd5fdcc40930", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dcee50928076888683d9e820e3b59fc829db946b9c68e08a9c9afd5fdcc40930", kill_on_drop: false }`
[INFO] [stdout] dcee50928076888683d9e820e3b59fc829db946b9c68e08a9c9afd5fdcc40930
