[INFO] fetching crate spicedb-rs 0.1.2...
[INFO] testing spicedb-rs-0.1.2 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate spicedb-rs 0.1.2 into /workspace/builds/worker-3-tc2/source
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate spicedb-rs 0.1.2
[INFO] finished tweaking crates.io crate spicedb-rs 0.1.2
[INFO] tweaked toml for crates.io crate spicedb-rs 0.1.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate spicedb-rs 0.1.2 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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-2025-09-21" "generate-lockfile" "--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]      Locking 22 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fecb3b4fb620d1142e589599ccdaf808cd536d0d780d601f4868f83ea0b78e02
[INFO] running `Command { std: "docker" "start" "-a" "fecb3b4fb620d1142e589599ccdaf808cd536d0d780d601f4868f83ea0b78e02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fecb3b4fb620d1142e589599ccdaf808cd536d0d780d601f4868f83ea0b78e02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fecb3b4fb620d1142e589599ccdaf808cd536d0d780d601f4868f83ea0b78e02", kill_on_drop: false }`
[INFO] [stdout] fecb3b4fb620d1142e589599ccdaf808cd536d0d780d601f4868f83ea0b78e02
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d3f160a07aa2752973c97d707188c21773551f443dc56a260f2e7a9c15744031
[INFO] running `Command { std: "docker" "start" "-a" "d3f160a07aa2752973c97d707188c21773551f443dc56a260f2e7a9c15744031", kill_on_drop: false }`
[INFO] [stderr]    Compiling spicedb-rs v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stdout] warning: type `wchar_t` should have an upper camel case name
[INFO] [stdout]  --> src/ffi/spice.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub type wchar_t = ::std::os::raw::c_int;
[INFO] [stdout]   |          ^^^^^^^ help: convert the identifier to upper camel case: `WcharT`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `max_align_t` should have an upper camel case name
[INFO] [stdout]   --> src/ffi/spice.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type max_align_t = f64;
[INFO] [stdout]    |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaxAlignT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_check_for_64_bit_pointer_matching_GoInt` should have an upper camel case name
[INFO] [stdout]   --> src/ffi/spice.rs:39:10
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub type _check_for_64_bit_pointer_matching_GoInt = [::std::os::raw::c_char; 1usize];
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CheckFor64BitPointerMatchingGoInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `wchar_t` is never used
[INFO] [stdout]  --> src/ffi/spice.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub type wchar_t = ::std::os::raw::c_int;
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `max_align_t` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type max_align_t = f64;
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoInt8` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub type GoInt8 = ::std::os::raw::c_schar;
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUint8` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub type GoUint8 = ::std::os::raw::c_uchar;
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoInt16` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub type GoInt16 = ::std::os::raw::c_short;
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUint16` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:27:10
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub type GoUint16 = ::std::os::raw::c_ushort;
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoInt32` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub type GoInt32 = ::std::os::raw::c_int;
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUint32` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub type GoUint32 = ::std::os::raw::c_uint;
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUint64` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub type GoUint64 = ::std::os::raw::c_ulonglong;
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUint` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub type GoUint = GoUint64;
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUintptr` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:34:10
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub type GoUintptr = usize;
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoFloat32` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:35:10
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub type GoFloat32 = f32;
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoFloat64` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub type GoFloat64 = f64;
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoComplex64` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:37:10
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub type GoComplex64 = __BindgenComplex<f32>;
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoComplex128` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:38:10
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub type GoComplex128 = __BindgenComplex<f64>;
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoString` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:40:10
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub type GoString = _GoString_;
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoMap` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub type GoMap = *mut ::std::os::raw::c_void;
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoChan` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub type GoChan = *mut ::std::os::raw::c_void;
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
[INFO] running `Command { std: "docker" "inspect" "d3f160a07aa2752973c97d707188c21773551f443dc56a260f2e7a9c15744031", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3f160a07aa2752973c97d707188c21773551f443dc56a260f2e7a9c15744031", kill_on_drop: false }`
[INFO] [stdout] d3f160a07aa2752973c97d707188c21773551f443dc56a260f2e7a9c15744031
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 51066cbb6ba4276a6c3b687e47e5b980a0c6cd842b6e492c1fb855f98a83bbb4
[INFO] running `Command { std: "docker" "start" "-a" "51066cbb6ba4276a6c3b687e47e5b980a0c6cd842b6e492c1fb855f98a83bbb4", kill_on_drop: false }`
[INFO] [stderr]    Compiling spicedb-rs v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: type `wchar_t` should have an upper camel case name
[INFO] [stdout]  --> src/ffi/spice.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub type wchar_t = ::std::os::raw::c_int;
[INFO] [stdout]   |          ^^^^^^^ help: convert the identifier to upper camel case: `WcharT`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `max_align_t` should have an upper camel case name
[INFO] [stdout]   --> src/ffi/spice.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type max_align_t = f64;
[INFO] [stdout]    |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaxAlignT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_check_for_64_bit_pointer_matching_GoInt` should have an upper camel case name
[INFO] [stdout]   --> src/ffi/spice.rs:39:10
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub type _check_for_64_bit_pointer_matching_GoInt = [::std::os::raw::c_char; 1usize];
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CheckFor64BitPointerMatchingGoInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `wchar_t` is never used
[INFO] [stdout]  --> src/ffi/spice.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub type wchar_t = ::std::os::raw::c_int;
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `max_align_t` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type max_align_t = f64;
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoInt8` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub type GoInt8 = ::std::os::raw::c_schar;
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUint8` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub type GoUint8 = ::std::os::raw::c_uchar;
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoInt16` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub type GoInt16 = ::std::os::raw::c_short;
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUint16` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:27:10
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub type GoUint16 = ::std::os::raw::c_ushort;
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoInt32` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub type GoInt32 = ::std::os::raw::c_int;
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUint32` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub type GoUint32 = ::std::os::raw::c_uint;
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUint64` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub type GoUint64 = ::std::os::raw::c_ulonglong;
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUint` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub type GoUint = GoUint64;
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUintptr` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:34:10
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub type GoUintptr = usize;
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoFloat32` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:35:10
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub type GoFloat32 = f32;
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoFloat64` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub type GoFloat64 = f64;
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoComplex64` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:37:10
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub type GoComplex64 = __BindgenComplex<f32>;
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoComplex128` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:38:10
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub type GoComplex128 = __BindgenComplex<f64>;
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoString` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:40:10
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub type GoString = _GoString_;
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoMap` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub type GoMap = *mut ::std::os::raw::c_void;
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoChan` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub type GoChan = *mut ::std::os::raw::c_void;
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `wchar_t` should have an upper camel case name
[INFO] [stdout]  --> src/ffi/spice.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub type wchar_t = ::std::os::raw::c_int;
[INFO] [stdout]   |          ^^^^^^^ help: convert the identifier to upper camel case: `WcharT`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `max_align_t` should have an upper camel case name
[INFO] [stdout]   --> src/ffi/spice.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type max_align_t = f64;
[INFO] [stdout]    |          ^^^^^^^^^^^ help: convert the identifier to upper camel case: `MaxAlignT`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `_check_for_64_bit_pointer_matching_GoInt` should have an upper camel case name
[INFO] [stdout]   --> src/ffi/spice.rs:39:10
[INFO] [stdout]    |
[INFO] [stdout] 39 | pub type _check_for_64_bit_pointer_matching_GoInt = [::std::os::raw::c_char; 1usize];
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `CheckFor64BitPointerMatchingGoInt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `wchar_t` is never used
[INFO] [stdout]  --> src/ffi/spice.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub type wchar_t = ::std::os::raw::c_int;
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `max_align_t` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type max_align_t = f64;
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoInt8` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:24:10
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub type GoInt8 = ::std::os::raw::c_schar;
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUint8` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:25:10
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub type GoUint8 = ::std::os::raw::c_uchar;
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoInt16` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub type GoInt16 = ::std::os::raw::c_short;
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUint16` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:27:10
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub type GoUint16 = ::std::os::raw::c_ushort;
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoInt32` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:28:10
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub type GoInt32 = ::std::os::raw::c_int;
[INFO] [stdout]    |          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUint32` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:29:10
[INFO] [stdout]    |
[INFO] [stdout] 29 | pub type GoUint32 = ::std::os::raw::c_uint;
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUint64` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:31:10
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub type GoUint64 = ::std::os::raw::c_ulonglong;
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUint` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:33:10
[INFO] [stdout]    |
[INFO] [stdout] 33 | pub type GoUint = GoUint64;
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoUintptr` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:34:10
[INFO] [stdout]    |
[INFO] [stdout] 34 | pub type GoUintptr = usize;
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoFloat32` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:35:10
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub type GoFloat32 = f32;
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoFloat64` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:36:10
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub type GoFloat64 = f64;
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoComplex64` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:37:10
[INFO] [stdout]    |
[INFO] [stdout] 37 | pub type GoComplex64 = __BindgenComplex<f32>;
[INFO] [stdout]    |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoComplex128` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:38:10
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub type GoComplex128 = __BindgenComplex<f64>;
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoString` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:40:10
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub type GoString = _GoString_;
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoMap` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:41:10
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub type GoMap = *mut ::std::os::raw::c_void;
[INFO] [stdout]    |          ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `GoChan` is never used
[INFO] [stdout]   --> src/ffi/spice.rs:42:10
[INFO] [stdout]    |
[INFO] [stdout] 42 | pub type GoChan = *mut ::std::os::raw::c_void;
[INFO] [stdout]    |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcIScpq3/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "-lspice" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcIScpq3/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "./lib/" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/spicedb_rs-c3a8d4e228b030ca" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: warning: ./lib/libspice.a: archive member 'go.o' is neither ET_REL nor LLVM bitcode
[INFO] [stdout]           rust-lld: warning: ./lib/libspice.a: archive member '000000.o' is neither ET_REL nor LLVM bitcode
[INFO] [stdout]           rust-lld: warning: ./lib/libspice.a: archive member '000001.o' is neither ET_REL nor LLVM bitcode
[INFO] [stdout]           rust-lld: warning: ./lib/libspice.a: archive member '000002.o' is neither ET_REL nor LLVM bitcode
[INFO] [stdout]           rust-lld: warning: ./lib/libspice.a: archive member '000003.o' is neither ET_REL nor LLVM bitcode
[INFO] [stdout]           rust-lld: warning: ./lib/libspice.a: archive member '000004.o' is neither ET_REL nor LLVM bitcode
[INFO] [stdout]           rust-lld: warning: ./lib/libspice.a: archive member '000005.o' is neither ET_REL nor LLVM bitcode
[INFO] [stdout]           rust-lld: warning: ./lib/libspice.a: archive member '000006.o' is neither ET_REL nor LLVM bitcode
[INFO] [stdout]           rust-lld: warning: ./lib/libspice.a: archive member '000007.o' is neither ET_REL nor LLVM bitcode
[INFO] [stdout]           rust-lld: warning: ./lib/libspice.a: archive member '000008.o' is neither ET_REL nor LLVM bitcode
[INFO] [stdout]           rust-lld: warning: ./lib/libspice.a: archive member '000009.o' is neither ET_REL nor LLVM bitcode
[INFO] [stdout]           rust-lld: warning: ./lib/libspice.a: archive member '000010.o' is neither ET_REL nor LLVM bitcode
[INFO] [stdout]           rust-lld: warning: ./lib/libspice.a: archive member '000011.o' is neither ET_REL nor LLVM bitcode
[INFO] [stdout]           rust-lld: error: undefined symbol: GopherGenerateUUID
[INFO] [stdout]           >>> referenced by lib.rs:12 (src/lib.rs:12)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/spicedb_rs-c3a8d4e228b030ca.spicedb_rs.9e9cec47cb4f83cd-cgu.0.rcgu.o:(spicedb_rs::generate_uuid::h8695c17ba1729605)
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: GopherIncrement
[INFO] [stdout]           >>> referenced by lib.rs:7 (src/lib.rs:7)
[INFO] [stdout]           >>>               /opt/rustwide/target/debug/deps/spicedb_rs-c3a8d4e228b030ca.spicedb_rs.9e9cec47cb4f83cd-cgu.0.rcgu.o:(spicedb_rs::increment::h273aa990b7c7cd7d)
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `spicedb-rs` (lib test) due to 1 previous error; 21 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "51066cbb6ba4276a6c3b687e47e5b980a0c6cd842b6e492c1fb855f98a83bbb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51066cbb6ba4276a6c3b687e47e5b980a0c6cd842b6e492c1fb855f98a83bbb4", kill_on_drop: false }`
[INFO] [stdout] 51066cbb6ba4276a6c3b687e47e5b980a0c6cd842b6e492c1fb855f98a83bbb4
