surrealcs 0.4.4

The SurrealCS client code for SurrealDB
Documentation
Build #1722967 2025-02-08T09:38:49.411677+00:00
# rustc version
rustc 1.86.0-nightly (a9e7b3048 2025-02-07)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/surrealcs-0.4.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/surrealcs-0.4.4/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250207-1.86.0-nightly-a9e7b3048\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/i686-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 6514843ea497250b1ad00cde3bebcef7838a4a8b1be1bcb0b0d149f73ee4be2c
[INFO] running `Command { std: "docker" "start" "-a" "6514843ea497250b1ad00cde3bebcef7838a4a8b1be1bcb0b0d149f73ee4be2c", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking surrealcs-kernel v0.4.4
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/surrealcs-kernel-0.4.4/src/messages/serialization/header.rs:37:32
[INFO] [stderr]      |
[INFO] [stderr] 37   |               value: usize::from_be_bytes([
[INFO] [stderr]      |  ____________________--------------------_^
[INFO] [stderr]      | |                    |
[INFO] [stderr]      | |                    arguments to this function are incorrect
[INFO] [stderr] 38   | |                 bytes[0], bytes[1], bytes[2], bytes[3], bytes[4], bytes[5], bytes[6], bytes[7],
[INFO] [stderr] 39   | |             ]),
[INFO] [stderr]      | |_____________^ expected an array with a size of 4, found one with a size of 8
[INFO] [stderr]      |
[INFO] [stderr] note: associated function defined here
[INFO] [stderr]     --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/mod.rs:1194:5
[INFO] [stderr]      |
[INFO] [stderr] 1194 | /     uint_impl! {
[INFO] [stderr] 1195 | |         Self = usize,
[INFO] [stderr] 1196 | |         ActualT = u32,
[INFO] [stderr] 1197 | |         SignedT = isize,
[INFO] [stderr] ...    |
[INFO] [stderr] 1211 | |         bound_condition = " on 32-bit targets",
[INFO] [stderr] 1212 | |     }
[INFO] [stderr]      | |_____^
[INFO] [stderr]      = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/surrealcs-kernel-0.4.4/src/messages/serialization/header.rs:58:32
[INFO] [stderr]      |
[INFO] [stderr] 58   |               value: usize::from_be_bytes([
[INFO] [stderr]      |  ____________________--------------------_^
[INFO] [stderr]      | |                    |
[INFO] [stderr]      | |                    arguments to this function are incorrect
[INFO] [stderr] 59   | |                 bytes[0], bytes[1], bytes[2], bytes[3], bytes[4], bytes[5], bytes[6], bytes[7],
[INFO] [stderr] 60   | |             ]),
[INFO] [stderr]      | |_____________^ expected an array with a size of 4, found one with a size of 8
[INFO] [stderr]      |
[INFO] [stderr] note: associated function defined here
[INFO] [stderr]     --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/mod.rs:1194:5
[INFO] [stderr]      |
[INFO] [stderr] 1194 | /     uint_impl! {
[INFO] [stderr] 1195 | |         Self = usize,
[INFO] [stderr] 1196 | |         ActualT = u32,
[INFO] [stderr] 1197 | |         SignedT = isize,
[INFO] [stderr] ...    |
[INFO] [stderr] 1211 | |         bound_condition = " on 32-bit targets",
[INFO] [stderr] 1212 | |     }
[INFO] [stderr]      | |_____^
[INFO] [stderr]      = note: this error originates in the macro `uint_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `surrealcs-kernel` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "6514843ea497250b1ad00cde3bebcef7838a4a8b1be1bcb0b0d149f73ee4be2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6514843ea497250b1ad00cde3bebcef7838a4a8b1be1bcb0b0d149f73ee4be2c", kill_on_drop: false }`
[INFO] [stdout] 6514843ea497250b1ad00cde3bebcef7838a4a8b1be1bcb0b0d149f73ee4be2c