[INFO] fetching crate spicedb-rs 0.1.2... [INFO] testing spicedb-rs-0.1.2 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate spicedb-rs 0.1.2 into /workspace/builds/worker-6-tc2/source [INFO] removed /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate spicedb-rs 0.1.2 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 21 packages to latest compatible versions [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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 6b49e5d4113bbb6b193a4cd7f8cbddb258f67208979f4af83bb7c410a063384d [INFO] running `Command { std: "docker" "start" "-a" "6b49e5d4113bbb6b193a4cd7f8cbddb258f67208979f4af83bb7c410a063384d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6b49e5d4113bbb6b193a4cd7f8cbddb258f67208979f4af83bb7c410a063384d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b49e5d4113bbb6b193a4cd7f8cbddb258f67208979f4af83bb7c410a063384d", kill_on_drop: false }` [INFO] [stdout] 6b49e5d4113bbb6b193a4cd7f8cbddb258f67208979f4af83bb7c410a063384d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] c4bd5d6c102d0be3fe8dead0cd74b8512f962dba011c75394864e59ac2e57b6c [INFO] running `Command { std: "docker" "start" "-a" "c4bd5d6c102d0be3fe8dead0cd74b8512f962dba011c75394864e59ac2e57b6c", 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.0 [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 0.97s [INFO] running `Command { std: "docker" "inspect" "c4bd5d6c102d0be3fe8dead0cd74b8512f962dba011c75394864e59ac2e57b6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4bd5d6c102d0be3fe8dead0cd74b8512f962dba011c75394864e59ac2e57b6c", kill_on_drop: false }` [INFO] [stdout] c4bd5d6c102d0be3fe8dead0cd74b8512f962dba011c75394864e59ac2e57b6c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fcc54d46a1eafd80523d2ba0e1a2b9dcc71e5a599c51846175fc9d980f2940c3 [INFO] running `Command { std: "docker" "start" "-a" "fcc54d46a1eafd80523d2ba0e1a2b9dcc71e5a599c51846175fc9d980f2940c3", 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] [stderr] Compiling spicedb-rs v0.1.2 (/opt/rustwide/workdir) [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; [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/rustc6Yj8Nu/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "-lspice" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,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/rustc6Yj8Nu/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-28ab7b70ee68d640" "-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-28ab7b70ee68d640.spicedb_rs.addfd654d8dc319f-cgu.0.rcgu.o:(spicedb_rs::generate_uuid::h81e8b77df339ea01) [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-28ab7b70ee68d640.spicedb_rs.addfd654d8dc319f-cgu.0.rcgu.o:(spicedb_rs::increment::hcb7125341e3f9c12) [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" "fcc54d46a1eafd80523d2ba0e1a2b9dcc71e5a599c51846175fc9d980f2940c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcc54d46a1eafd80523d2ba0e1a2b9dcc71e5a599c51846175fc9d980f2940c3", kill_on_drop: false }` [INFO] [stdout] fcc54d46a1eafd80523d2ba0e1a2b9dcc71e5a599c51846175fc9d980f2940c3