[INFO] fetching crate spicedb-rs 0.1.2... [INFO] testing spicedb-rs-0.1.2 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate spicedb-rs 0.1.2 into /workspace/builds/worker-1-tc2/source [INFO] removed /workspace/builds/worker-1-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-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate spicedb-rs 0.1.2 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aa5ec3b05dd4d46ee17b20730ae3a5c260f5d66746a141a12dcfe97dbfbc5a74 [INFO] running `Command { std: "docker" "start" "-a" "aa5ec3b05dd4d46ee17b20730ae3a5c260f5d66746a141a12dcfe97dbfbc5a74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aa5ec3b05dd4d46ee17b20730ae3a5c260f5d66746a141a12dcfe97dbfbc5a74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa5ec3b05dd4d46ee17b20730ae3a5c260f5d66746a141a12dcfe97dbfbc5a74", kill_on_drop: false }` [INFO] [stdout] aa5ec3b05dd4d46ee17b20730ae3a5c260f5d66746a141a12dcfe97dbfbc5a74 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cd567e807d2e844f504fc176aabe15169b94376e44f49b814b8b26c11b349749 [INFO] running `Command { std: "docker" "start" "-a" "cd567e807d2e844f504fc176aabe15169b94376e44f49b814b8b26c11b349749", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling spicedb-rs v0.1.2 (/opt/rustwide/workdir) [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; [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; [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 2.58s [INFO] running `Command { std: "docker" "inspect" "cd567e807d2e844f504fc176aabe15169b94376e44f49b814b8b26c11b349749", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd567e807d2e844f504fc176aabe15169b94376e44f49b814b8b26c11b349749", kill_on_drop: false }` [INFO] [stdout] cd567e807d2e844f504fc176aabe15169b94376e44f49b814b8b26c11b349749 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eebc29b62bfbc8214837ed0621dac58635905f02924a10883bd24f0f9bb67571 [INFO] running `Command { std: "docker" "start" "-a" "eebc29b62bfbc8214837ed0621dac58635905f02924a10883bd24f0f9bb67571", kill_on_drop: false }` [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; [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; [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] 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; [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; [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/rustc2IEVaN/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "-lspice" "/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/rustc2IEVaN/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "./lib/" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/spicedb_rs-947987f2e3260f7e" "-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-947987f2e3260f7e.spicedb_rs.966a74fd82bc0536-cgu.0.rcgu.o:(spicedb_rs::generate_uuid::h5a738d3d3ae7c3c3) [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-947987f2e3260f7e.spicedb_rs.966a74fd82bc0536-cgu.0.rcgu.o:(spicedb_rs::increment::h60918379bbf3c123) [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" "eebc29b62bfbc8214837ed0621dac58635905f02924a10883bd24f0f9bb67571", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eebc29b62bfbc8214837ed0621dac58635905f02924a10883bd24f0f9bb67571", kill_on_drop: false }` [INFO] [stdout] eebc29b62bfbc8214837ed0621dac58635905f02924a10883bd24f0f9bb67571