yy-typings 0.6.0

A collection of typings for GameMaker Studio 2 YY and YYP files
Build #1049170 2023-12-07T21:59:00.125056+00:00
# rustc version
rustc 1.76.0-nightly (1fdfe1234 2023-12-06)
# docs.rs version
docsrs 0.6.0 (a18e7eca 2023-12-06)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/yy-typings-0.6.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/yy-typings-0.6.0/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20231206-1.76.0-nightly-1fdfe1234\", \"--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] 102377c6cd313cb638c8d1f8f7879a2b666feb700fe10ed917370e61b9be1686
[INFO] running `Command { std: "docker" "start" "-a" "102377c6cd313cb638c8d1f8f7879a2b666feb700fe10ed917370e61b9be1686", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting yy-typings v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `formatter::serialize_file`
[INFO] [stderr]    --> src/lib.rs:175:9
[INFO] [stderr]     |
[INFO] [stderr] 175 | pub use formatter::serialize_file;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^ no `serialize_file` in `formatter`
[INFO] [stderr]     |
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]    --> src/formatter.rs:7:8
[INFO] [stderr]     |
[INFO] [stderr] 7   | pub fn serialize_file<T: Serialize>(value: &T) -> String {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^
[INFO] [stderr]     = note: the item is gated behind the `macos` feature
[INFO] [stderr] note: found an item that was configured out
[INFO] [stderr]    --> src/formatter.rs:13:8
[INFO] [stderr]     |
[INFO] [stderr] 13  | pub fn serialize_file<T: Serialize>(value: &T) -> String {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^
[INFO] [stderr]     = note: the item is gated behind the `windows` feature
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not document `yy-typings`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2021 --crate-type lib --crate-name yy_typings src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=a9da96ac0dbc4fec -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern heck=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libheck-36b48e2a068e35a3.rmeta --extern num_derive=/opt/rustwide/target/debug/deps/libnum_derive-a3cba0aa0bec58d6.so --extern num_traits=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libnum_traits-da39f18559f50888.rmeta --extern regex=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libregex-806fd212a0514c3d.rmeta --extern serde=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde-6ed893dc4a3ece3a.rmeta --extern serde_json=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-93192e279831e713.rmeta --extern serde_repr=/opt/rustwide/target/debug/deps/libserde_repr-154564c69b3e642f.so --extern serde_with=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde_with-5928c1012f2f42c9.rmeta --extern smart_default=/opt/rustwide/target/debug/deps/libsmart_default-edaba792e3d36230.so --extern thiserror=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libthiserror-a3d264e60b21d5e5.rmeta --extern uuid=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libuuid-5bad38daa563e316.rmeta --extern-html-root-url 'heck=https://docs.rs/heck/0.4.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'num_derive=https://docs.rs/num-derive/0.3.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'num_traits=https://docs.rs/num-traits/0.2.17/x86_64-unknown-linux-gnu' --extern-html-root-url 'regex=https://docs.rs/regex/1.10.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.193/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde_json=https://docs.rs/serde_json/1.0.108/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde_repr=https://docs.rs/serde_repr/0.1.17/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde_with=https://docs.rs/serde_with/1.14.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'smart_default=https://docs.rs/smart-default/0.6.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'thiserror=https://docs.rs/thiserror/1.0.50/x86_64-unknown-linux-gnu' --extern-html-root-url 'uuid=https://docs.rs/uuid/0.8.2/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20231206-1.76.0-nightly-1fdfe1234 --static-root-path /-/rustdoc.static/ --cap-lints warn --extern-html-root-takes-precedence --crate-version 0.6.0` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "102377c6cd313cb638c8d1f8f7879a2b666feb700fe10ed917370e61b9be1686", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "102377c6cd313cb638c8d1f8f7879a2b666feb700fe10ed917370e61b9be1686", kill_on_drop: false }`
[INFO] [stdout] 102377c6cd313cb638c8d1f8f7879a2b666feb700fe10ed917370e61b9be1686