[INFO] cloning repository https://github.com/kneely/sam-wrapper [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kneely/sam-wrapper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkneely%2Fsam-wrapper", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkneely%2Fsam-wrapper'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6b8c8256c26685dcea6e04ecc46e6a9405b71054 [INFO] testing kneely/sam-wrapper against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkneely%2Fsam-wrapper" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/kneely/sam-wrapper [INFO] finished tweaking git repo https://github.com/kneely/sam-wrapper [INFO] tweaked toml for git repo https://github.com/kneely/sam-wrapper written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/kneely/sam-wrapper on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/kneely/sam-wrapper 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 79a68f4fff30f1baf499a8abc4b5bc7b6381edf128c43e6f8214972ca6c50bf7 [INFO] running `Command { std: "docker" "start" "-a" "79a68f4fff30f1baf499a8abc4b5bc7b6381edf128c43e6f8214972ca6c50bf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "79a68f4fff30f1baf499a8abc4b5bc7b6381edf128c43e6f8214972ca6c50bf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79a68f4fff30f1baf499a8abc4b5bc7b6381edf128c43e6f8214972ca6c50bf7", kill_on_drop: false }` [INFO] [stdout] 79a68f4fff30f1baf499a8abc4b5bc7b6381edf128c43e6f8214972ca6c50bf7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 57884ed402193ee2a1e1557309f27e9ebdc6eba9d8a8ae28d057a6391fb2e06c [INFO] running `Command { std: "docker" "start" "-a" "57884ed402193ee2a1e1557309f27e9ebdc6eba9d8a8ae28d057a6391fb2e06c", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Compiling wit-bindgen-rt v0.26.0 [INFO] [stderr] Compiling csv-core v0.1.11 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling encoding_rs_io v0.1.7 [INFO] [stderr] Compiling chrono v0.4.39 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling sam_fdw v0.2.2 (/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]: failed to resolve: could not find `exports` in `bindings` [INFO] [stdout] --> src/lib.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | exports::supabase::wrappers::routines::Guest, [INFO] [stdout] | ^^^^^^^ could not find `exports` in `bindings` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `supabase` in `bindings` [INFO] [stdout] --> src/lib.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | supabase::wrappers::{ [INFO] [stdout] | ^^^^^^^^ could not find `supabase` in `bindings` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `export` in `bindings` [INFO] [stdout] --> src/lib.rs:293:11 [INFO] [stdout] | [INFO] [stdout] 293 | bindings::export!(SamFDW with_types_in bindings); [INFO] [stdout] | ^^^^^^ could not find `export` in `bindings` [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 `sam_fdw` (lib) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "57884ed402193ee2a1e1557309f27e9ebdc6eba9d8a8ae28d057a6391fb2e06c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57884ed402193ee2a1e1557309f27e9ebdc6eba9d8a8ae28d057a6391fb2e06c", kill_on_drop: false }` [INFO] [stdout] 57884ed402193ee2a1e1557309f27e9ebdc6eba9d8a8ae28d057a6391fb2e06c