ray-rs 0.0.0

Ray Rust language worker API
Build #1550173 2024-11-17T08:45:13.844723+00:00
# rustc version
rustc 1.84.0-nightly (f2a35426b 2024-11-16)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/ray-rs-0.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/ray-rs-0.0.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241116-1.84.0-nightly-f2a35426b\", \"--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}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-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] c48bf3505b85d020b90c1519b7105d5a822ef8297d63156afdf797d7eb7b522b
[INFO] running `Command { std: "docker" "start" "-a" "c48bf3505b85d020b90c1519b7105d5a822ef8297d63156afdf797d7eb7b522b", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting ray-rs v0.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/remote_functions.rs:61:49
[INFO] [stderr]    |
[INFO] [stderr] 61 |             impl<$($argp,)* R> std::ops::FnOnce<($($argty),*)> for [<RayFunction $n>]<$($argp,)* R> {
[INFO] [stderr]    |                                                 ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0 [T0]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `impl_ray_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around pattern
[INFO] [stderr]   --> src/remote_functions.rs:63:55
[INFO] [stderr]    |
[INFO] [stderr] 63 |                 extern "rust-call" fn call_once(self, ($($arg),*): ($($argty),*)) -> Self::Output {
[INFO] [stderr]    |                                                       ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0 [T0]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_ray_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/remote_functions.rs:63:68
[INFO] [stderr]    |
[INFO] [stderr] 63 |                 extern "rust-call" fn call_once(self, ($($arg),*): ($($argty),*)) -> Self::Output {
[INFO] [stderr]    |                                                                    ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0 [T0]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_ray_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/remote_functions.rs:68:48
[INFO] [stderr]    |
[INFO] [stderr] 68 |             impl<$($argp,)* R> std::ops::FnMut<($($argty),*)> for [<RayFunction $n>]<$($argp,)* R> {
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0 [T0]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_ray_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around pattern
[INFO] [stderr]   --> src/remote_functions.rs:69:59
[INFO] [stderr]    |
[INFO] [stderr] 69 |                 extern "rust-call" fn call_mut(&mut self, ($($arg),*): ($($argty),*)) -> Self::Output {
[INFO] [stderr]    |                                                           ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0 [T0]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_ray_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/remote_functions.rs:69:72
[INFO] [stderr]    |
[INFO] [stderr] 69 |                 extern "rust-call" fn call_mut(&mut self, ($($arg),*): ($($argty),*)) -> Self::Output {
[INFO] [stderr]    |                                                                        ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0 [T0]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_ray_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/remote_functions.rs:74:45
[INFO] [stderr]    |
[INFO] [stderr] 74 |             impl<$($argp,)* R> std::ops::Fn<($($argty),*)> for [<RayFunction $n>]<$($argp,)* R> {
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0 [T0]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_ray_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around pattern
[INFO] [stderr]   --> src/remote_functions.rs:75:51
[INFO] [stderr]    |
[INFO] [stderr] 75 |                 extern "rust-call" fn call(&self, ($($arg),*): ($($argty),*)) -> Self::Output {
[INFO] [stderr]    |                                                   ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0 [T0]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_ray_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/remote_functions.rs:75:64
[INFO] [stderr]    |
[INFO] [stderr] 75 |                 extern "rust-call" fn call(&self, ($($arg),*): ($($argty),*)) -> Self::Output {
[INFO] [stderr]    |                                                                ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0 [T0]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `impl_ray_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0059]: type parameter to bare `std::ops::FnOnce` trait must be a tuple
[INFO] [stderr]   --> src/remote_functions.rs:61:32
[INFO] [stderr]    |
[INFO] [stderr] 61 |             impl<$($argp,)* R> std::ops::FnOnce<($($argty),*)> for [<RayFunction $n>]<$($argp,)* R> {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Tuple` is not implemented for `T0`
[INFO] [stderr] ...
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0 [T0]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr] note: required by a bound in `std::ops::FnOnce`
[INFO] [stderr]   --> /rustc/f2a35426b6586178c44b27cedae182502092e898/library/core/src/ops/function.rs:242:1
[INFO] [stderr]    = note: this error originates in the macro `impl_ray_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider restricting type parameter `T0`
[INFO] [stderr]    |
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0: std::marker::Tuple [T0]);
[INFO] [stderr]    |                               ++++++++++++++++++++
[INFO] [stderr] 
[INFO] [stderr] error[E0059]: type parameter to bare `std::ops::FnMut` trait must be a tuple
[INFO] [stderr]   --> src/remote_functions.rs:68:32
[INFO] [stderr]    |
[INFO] [stderr] 68 |             impl<$($argp,)* R> std::ops::FnMut<($($argty),*)> for [<RayFunction $n>]<$($argp,)* R> {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Tuple` is not implemented for `T0`
[INFO] [stderr] ...
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0 [T0]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr] note: required by a bound in `std::ops::FnMut`
[INFO] [stderr]   --> /rustc/f2a35426b6586178c44b27cedae182502092e898/library/core/src/ops/function.rs:163:1
[INFO] [stderr]    = note: this error originates in the macro `impl_ray_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider restricting type parameter `T0`
[INFO] [stderr]    |
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0: std::marker::Tuple [T0]);
[INFO] [stderr]    |                               ++++++++++++++++++++
[INFO] [stderr] 
[INFO] [stderr] error[E0059]: type parameter to bare `std::ops::Fn` trait must be a tuple
[INFO] [stderr]   --> src/remote_functions.rs:74:32
[INFO] [stderr]    |
[INFO] [stderr] 74 |             impl<$($argp,)* R> std::ops::Fn<($($argty),*)> for [<RayFunction $n>]<$($argp,)* R> {
[INFO] [stderr]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Tuple` is not implemented for `T0`
[INFO] [stderr] ...
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0 [T0]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr] note: required by a bound in `std::ops::Fn`
[INFO] [stderr]   --> /rustc/f2a35426b6586178c44b27cedae182502092e898/library/core/src/ops/function.rs:76:1
[INFO] [stderr]    = note: this error originates in the macro `impl_ray_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider restricting type parameter `T0`
[INFO] [stderr]    |
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0: std::marker::Tuple [T0]);
[INFO] [stderr]    |                               ++++++++++++++++++++
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: functions with the "rust-call" ABI must take a single non-self tuple argument
[INFO] [stderr]   --> src/remote_functions.rs:63:17
[INFO] [stderr]    |
[INFO] [stderr] 63 |                 extern "rust-call" fn call_once(self, ($($arg),*): ($($argty),*)) -> Self::Output {
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Tuple` is not implemented for `T0`
[INFO] [stderr] ...
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0 [T0]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `impl_ray_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider restricting type parameter `T0`
[INFO] [stderr]    |
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0: std::marker::Tuple [T0]);
[INFO] [stderr]    |                               ++++++++++++++++++++
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: functions with the "rust-call" ABI must take a single non-self tuple argument
[INFO] [stderr]   --> src/remote_functions.rs:69:17
[INFO] [stderr]    |
[INFO] [stderr] 69 |                 extern "rust-call" fn call_mut(&mut self, ($($arg),*): ($($argty),*)) -> Self::Output {
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Tuple` is not implemented for `T0`
[INFO] [stderr] ...
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0 [T0]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `impl_ray_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider restricting type parameter `T0`
[INFO] [stderr]    |
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0: std::marker::Tuple [T0]);
[INFO] [stderr]    |                               ++++++++++++++++++++
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: functions with the "rust-call" ABI must take a single non-self tuple argument
[INFO] [stderr]   --> src/remote_functions.rs:75:17
[INFO] [stderr]    |
[INFO] [stderr] 75 |                 extern "rust-call" fn call(&self, ($($arg),*): ($($argty),*)) -> Self::Output {
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Tuple` is not implemented for `T0`
[INFO] [stderr] ...
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0 [T0]);
[INFO] [stderr]    | ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `impl_ray_function` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: consider restricting type parameter `T0`
[INFO] [stderr]    |
[INFO] [stderr] 84 | impl_ray_function!([1], a0: T0: std::marker::Tuple [T0]);
[INFO] [stderr]    |                               ++++++++++++++++++++
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0059, E0277.
[INFO] [stderr] For more information about an error, try `rustc --explain E0059`.
[INFO] [stderr] warning: `ray-rs` (lib doc) generated 9 warnings
[INFO] [stderr] error: could not document `ray-rs`
[INFO] running `Command { std: "docker" "inspect" "c48bf3505b85d020b90c1519b7105d5a822ef8297d63156afdf797d7eb7b522b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c48bf3505b85d020b90c1519b7105d5a822ef8297d63156afdf797d7eb7b522b", kill_on_drop: false }`
[INFO] [stdout] c48bf3505b85d020b90c1519b7105d5a822ef8297d63156afdf797d7eb7b522b