ul-sys 1.3.1

Bindings to Ultralight Framework (Ultralight, AppCore)
Documentation
Build #429526 2021-08-30 21:55:38

# rustc version rustc 1.56.0-nightly (2f662b140 2021-08-29)

# docs.rs version docsrs 0.6.0 (3dfea93 2021-08-21)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/ul-sys-1.3.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/ul-sys-1.3.1/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" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210829-1.56.0-nightly-2f662b140" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }` [INFO] [stdout] 6f06fde69ad5aae7df9ad4d17175fa2820e1b618218e1e40f5905d9df8f760c0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6f06fde69ad5aae7df9ad4d17175fa2820e1b618218e1e40f5905d9df8f760c0", kill_on_drop: false }` [INFO] [stderr] Documenting ul-sys v1.3.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `propertyKey` [INFO] [stderr] --> /opt/rustwide/target/debug/build/ul-sys-ac9ac2117c058718/out/bindings.rs:1830:5 [INFO] [stderr] | [INFO] [stderr] 1830 | / #[doc = "@function"] [INFO] [stderr] 1831 | | #[doc = "@abstract Gets a property from an object using a JSValueRef as the property key."] [INFO] [stderr] 1832 | | #[doc = "@param ctx The execution context to use."] [INFO] [stderr] 1833 | | #[doc = "@param object The JSObject whose property you want to get."] [INFO] [stderr] ... | [INFO] [stderr] 1836 | | #[doc = "@result The property's value if object has the property key, otherwise the undefined value."] [INFO] [stderr] 1837 | | #[doc = "@discussion This function is the same as performing \"object[propertyKey]\" from JavaScript."] [INFO] [stderr] | |___________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @discussion This function is the same as performing "object[propertyKey]" from JavaScript. [INFO] [stderr] ^^^^^^^^^^^ [INFO] [stderr] = note: no item named `propertyKey` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `propertyKey` [INFO] [stderr] --> /opt/rustwide/target/debug/build/ul-sys-ac9ac2117c058718/out/bindings.rs:1846:5 [INFO] [stderr] | [INFO] [stderr] 1846 | / #[doc = "@function"] [INFO] [stderr] 1847 | | #[doc = "@abstract Sets a property on an object using a JSValueRef as the property key."] [INFO] [stderr] 1848 | | #[doc = "@param ctx The execution context to use."] [INFO] [stderr] 1849 | | #[doc = "@param object The JSObject whose property you want to set."] [INFO] [stderr] ... | [INFO] [stderr] 1853 | | #[doc = "@param exception A pointer to a JSValueRef in which to store an exception, if any. Pass NULL if you do not care to store an ... [INFO] [stderr] 1854 | | #[doc = "@discussion This function is the same as performing \"object[propertyKey] = value\" from JavaScript."] [INFO] [stderr] | |___________________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @discussion This function is the same as performing "object[propertyKey] = value" from JavaScript. [INFO] [stderr] ^^^^^^^^^^^ [INFO] [stderr] = note: no item named `propertyKey` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `propertyKey` [INFO] [stderr] --> /opt/rustwide/target/debug/build/ul-sys-ac9ac2117c058718/out/bindings.rs:1865:5 [INFO] [stderr] | [INFO] [stderr] 1865 | / #[doc = "@function"] [INFO] [stderr] 1866 | | #[doc = "@abstract Deletes a property from an object using a JSValueRef as the property key."] [INFO] [stderr] 1867 | | #[doc = "@param ctx The execution context to use."] [INFO] [stderr] 1868 | | #[doc = "@param object The JSObject whose property you want to delete."] [INFO] [stderr] ... | [INFO] [stderr] 1871 | | #[doc = "@result true if the delete operation succeeds, otherwise false (for example, if the property has the kJSPropertyAttributeDon... [INFO] [stderr] 1872 | | #[doc = "@discussion This function is the same as performing \"delete object[propertyKey]\" from JavaScript."] [INFO] [stderr] | |__________________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @discussion This function is the same as performing "delete object[propertyKey]" from JavaScript. [INFO] [stderr] ^^^^^^^^^^^ [INFO] [stderr] = note: no item named `propertyKey` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `ul-sys` (lib doc) generated 3 warnings [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.12s [INFO] running `Command { std: "docker" "inspect" "6f06fde69ad5aae7df9ad4d17175fa2820e1b618218e1e40f5905d9df8f760c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f06fde69ad5aae7df9ad4d17175fa2820e1b618218e1e40f5905d9df8f760c0", kill_on_drop: false }` [INFO] [stdout] 6f06fde69ad5aae7df9ad4d17175fa2820e1b618218e1e40f5905d9df8f760c0