# rustc version rustc 1.90.0-nightly (b03b3a7ec 2025-06-26)
# docs.rs version docsrs 0.6.0 (ff5ebf09 2025-06-25)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/libquickjspp-sys-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/libquickjspp-sys-0.1.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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250626-1.90.0-nightly-b03b3a7ec\", \"--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] 877753359ba471bfa3fcb27f694f6757c0368f29f028fcb2573386d90206f8c1 [INFO] running `Command { std: "docker" "start" "-a" "877753359ba471bfa3fcb27f694f6757c0368f29f028fcb2573386d90206f8c1", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/quickjs.c: In function 'JS_AtomIsSymbol': [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/quickjs.c:3229:14: warning: unused variable 'val' [-Wunused-variable] [INFO] [stderr] warning: libquickjspp-sys@0.1.0: 3229 | uint32_t val; [INFO] [stderr] warning: libquickjspp-sys@0.1.0: | ^~~ [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/quickjs.c: In function 'JS_ToArrayLengthFree': [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/quickjs.c:11212:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: libquickjspp-sys@0.1.0: 11212 | if (JS_IsException(val)) [INFO] [stderr] warning: libquickjspp-sys@0.1.0: | ^~ [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/quickjs.c:11215:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' [INFO] [stderr] warning: libquickjspp-sys@0.1.0: 11215 | if (JS_ToArrayLengthFree(ctx, &len1, val, FALSE)) [INFO] [stderr] warning: libquickjspp-sys@0.1.0: | ^~ [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/quickjs.c: In function 'js_parse_assign_expr2': [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/quickjs.c:25913:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: libquickjspp-sys@0.1.0: 25913 | if (is_async) [INFO] [stderr] warning: libquickjspp-sys@0.1.0: | ^~ [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/quickjs.c:25915:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' [INFO] [stderr] warning: libquickjspp-sys@0.1.0: 25915 | emit_label(s, label_throw2); [INFO] [stderr] warning: libquickjspp-sys@0.1.0: | ^~~~~~~~~~ [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/quickjs.c:25931:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] [INFO] [stderr] warning: libquickjspp-sys@0.1.0: 25931 | if (is_async) [INFO] [stderr] warning: libquickjspp-sys@0.1.0: | ^~ [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/quickjs.c:25933:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' [INFO] [stderr] warning: libquickjspp-sys@0.1.0: 25933 | emit_op(s, OP_yield); [INFO] [stderr] warning: libquickjspp-sys@0.1.0: | ^~~~~~~ [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/quickjs.c: In function 'js_parse_postfix_expr': [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/quickjs.c:24802:9: warning: ignoring return value of 'emit_push_const' declared with attribute 'warn_unused_result' [-Wunused-result] [INFO] [stderr] warning: libquickjspp-sys@0.1.0: 24802 | emit_push_const(s, filename, 0); [INFO] [stderr] warning: libquickjspp-sys@0.1.0: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/quickjs.c:24820:9: warning: ignoring return value of 'emit_push_const' declared with attribute 'warn_unused_result' [-Wunused-result] [INFO] [stderr] warning: libquickjspp-sys@0.1.0: 24820 | emit_push_const(s, dir, 0); [INFO] [stderr] warning: libquickjspp-sys@0.1.0: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/quickjs.c: In function 'js_parse_array_literal': [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/quickjs.c:23811:7: warning: ignoring return value of 'emit_push_const' declared with attribute 'warn_unused_result' [-Wunused-result] [INFO] [stderr] warning: libquickjspp-sys@0.1.0: 23811 | emit_push_const(s, tag, 0); [INFO] [stderr] warning: libquickjspp-sys@0.1.0: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libquickjspp-sys@0.1.0: In file included from /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/static-functions.c:1: [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/static-functions.c: In function 'JS_VALUE_GET_PTR_real': [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/quickjs.h:137:33: warning: returning 'void *' from a function with return type 'uintptr_t' {aka 'long unsigned int'} makes integer from pointer without a cast [-Wint-conversion] [INFO] [stderr] warning: libquickjspp-sys@0.1.0: 137 | #define JS_VALUE_GET_PTR(v) ((void *)((intptr_t)(v) & 0x0000FFFFFFFFFFFFull)) [INFO] [stderr] warning: libquickjspp-sys@0.1.0: | ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: libquickjspp-sys@0.1.0: /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/libquickjspp-sys-4684b81e090b90cf/out/quickjs/static-functions.c:74:12: note: in expansion of macro 'JS_VALUE_GET_PTR' [INFO] [stderr] warning: libquickjspp-sys@0.1.0: 74 | return JS_VALUE_GET_PTR(v); [INFO] [stderr] warning: libquickjspp-sys@0.1.0: | ^~~~~~~~~~~~~~~~ [INFO] [stderr] Documenting libquickjspp-sys v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/libquickjspp_sys/index.html [INFO] running `Command { std: "docker" "inspect" "877753359ba471bfa3fcb27f694f6757c0368f29f028fcb2573386d90206f8c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "877753359ba471bfa3fcb27f694f6757c0368f29f028fcb2573386d90206f8c1", kill_on_drop: false }` [INFO] [stdout] 877753359ba471bfa3fcb27f694f6757c0368f29f028fcb2573386d90206f8c1