* installing *source* package 'llmjson' ...
** this is package 'llmjson' version '0.1.0'
** package 'llmjson' successfully unpacked and MD5 sums checked
** using staged installation
Using cargo 1.92.0 (344c4567c 2025-10-21)
Using rustc 1.92.0 (ded5c06cf 2025-12-08)
Building for CRAN.
Writing `src/Makevars.win`.
`tools/config.R` has finished.
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_06_18_15_17_39_23840/RtmpExwlOo/R.INSTALL12a301e4163a7/llmjson/src'
rm -Rf llmjson.dll ./rust/target/x86_64-pc-windows-gnu/release/libllmjson.a entrypoint.o /d/temp/2026_06_18_15_17_39_23840/RtmpExwlOo/R.INSTALL12a301e4163a7/llmjson/src/.cargo
gcc -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c entrypoint.c -o entrypoint.o
if [ "" != "true" ]; then \
if [ -f ./rust/vendor.tar.xz ]; then \
tar xf ./rust/vendor.tar.xz && \
mkdir -p /d/temp/2026_06_18_15_17_39_23840/RtmpExwlOo/R.INSTALL12a301e4163a7/llmjson/src/.cargo && \
cp ./rust/vendor-config.toml /d/temp/2026_06_18_15_17_39_23840/RtmpExwlOo/R.INSTALL12a301e4163a7/llmjson/src/.cargo/config.toml; \
fi \
fi && \
export PATH="/usr/bin:/x86_64-w64-mingw32.static.posix/bin:/d/RCompile/recent/R-4.5.3/bin/x64:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:.:/usr/bin:/x86_64-w64-mingw32.static.posix/bin:/c/Program Files/MiKTeX/miktex/bin/x64:/c/Program Files/gs/gs/bin:/d/compiler/qpdf/bin:/d/RCompile/CRANpkg/extralibs/localsolver_4_0/bin:/d/RCompile/CRANpkg/extralibs/MARK:/c/Program Files/7-Zip:/d/Compiler/gretl:/c/Program Files/Quarto/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Pandoc:/c/Program Files/MiKTeX/miktex/bin/x64:/c/Program Files/AdoptOpenJDK/jdk-11.0.11.9-hotspot/bin:/c/Program Files/Microsoft MPI/Bin:/c/Program Files/sourceforge/ipmiutil:/c/Program Files/Python39:/c/Program Files/Python39/Scripts:/d/Compiler/Ruby/bin:/c/Program Files (x86)/WinSCP:/c/Program Files/gs/gs/bin:/c/Program Files/Supermicro/SuperDoctor5:/c/Program Files/Intel/Intel(R) Memory and Storage Tool:/c/Program Files/PuTTY:/d/temp/2026_06_10_01_50_00_489/RtmpykRJ0I/rapp-bin-frontmatter6b1831ee1cdc:/d/temp/2026_06_08_01_50_00_26021/Rtmpk9eBzG/rapp-bin-frontmattere9d83a7338b:/c/Users/CRAN/.cargo/bin:/c/Users/CRAN/AppData/Local/Microsoft/WindowsApps:/c/Users/CRAN/AppData/Roaming/TinyTeX/bin/win32:/usr/bin:/c/Program Files/Julia/bin:/c/Users/CRAN/.cargo/bin:/d/compiler/LDC/bin:/d/RCompile/recent/R-4.5.3/bin/x64/:/c/Users/CRAN/Documents/.cargo/bin" && \
cargo build -j 2 --offline --release --target=x86_64-pc-windows-gnu --manifest-path=./rust/Cargo.toml --target-dir ./rust/target
Compiling proc-macro2 v1.0.104
Compiling quote v1.0.42
Compiling unicode-ident v1.0.22
Compiling extendr-ffi v0.8.1
Compiling serde_core v1.0.228
Compiling paste v1.0.15
Compiling syn v2.0.111
Compiling serde_json v1.0.148
Compiling thiserror v1.0.69
Compiling extendr-api v0.8.1
Compiling extendr-macros v0.8.1
Compiling thiserror-impl v1.0.69
Compiling itoa v1.0.17
Compiling memchr v2.7.6
Compiling once_cell v1.21.3
Compiling zmij v1.0.0
Compiling equivalent v1.0.2
Compiling hashbrown v0.16.1
Compiling indexmap v2.12.1
Compiling rllmjson v0.1.0 (D:\temp\2026_06_18_15_17_39_23840\RtmpExwlOo\R.INSTALL12a301e4163a7\llmjson\src\rust)
warning: variant `UnrepairableJson` is never constructed
--> src\llm_json.rs:56:5
|
54 | pub enum JsonRepairError {
| --------------- variant in this enum
55 | #[error("JSON string is too broken to repair")]
56 | UnrepairableJson,
| ^^^^^^^^^^^^^^^^
|
= note: `JsonRepairError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
warning: fields `return_objects` and `stream_stable` are never read
--> src\llm_json.rs:88:9
|
84 | pub struct RepairOptions {
| ------------- fields in this struct
...
88 | pub return_objects: bool,
| ^^^^^^^^^^^^^^
...
92 | pub stream_stable: bool,
| ^^^^^^^^^^^^^
|
= note: `RepairOptions` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
warning: `rllmjson` (lib) generated 2 warnings
Finished `release` profile [optimized] target(s) in 57.24s
gcc -shared -s -static-libgcc -o llmjson.dll llmjson-win.def entrypoint.o -L./rust/target/x86_64-pc-windows-gnu/release -lllmjson -lws2_32 -ladvapi32 -luserenv -lbcrypt -lntdll -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_06_18_15_17_39_23840/RtmpExwlOo/R.INSTALL12a301e4163a7/llmjson/src'
make[1]: Entering directory '/d/temp/2026_06_18_15_17_39_23840/RtmpExwlOo/R.INSTALL12a301e4163a7/llmjson/src'
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: object-9d26f3efc9bab6a7.object.9a091150658583a0-cgu.0.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: addr2line-35739ff5cefe579e.addr2line.752912783290ac6c-cgu.0.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: gimli-1fd9be48a5a1fea1.gimli.8ba636f70adde4af-cgu.0.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: cfg_if-b0185674579f7e08.cfg_if.dbaca9757526c954-cgu.0.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: windows_targets-b1a9198ef68eff35.windows_targets.5b8f90fa63382f5a-cgu.0.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: rustc_demangle-a5759f793c0a4397.rustc_demangle.14bfe4c5668d7185-cgu.0.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: rustc_std_workspace_alloc-41ca33ab5b6d1a67.rustc_std_workspace_alloc.c65e98f61e8e3dd9-cgu.0.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: miniz_oxide-2538f1ef87068206.miniz_oxide.feef24b11f059827-cgu.0.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: adler2-514102c5fe7f7d44.adler2.69d01f853a00ee8d-cgu.0.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: unwind-bb373c64ff85a92c.unwind.cff9b59d479fb6cf-cgu.0.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: libc-074e5888e183aaa0.libc.49524713b4f71cdc-cgu.0.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: rustc_std_workspace_core-0711f97cc1d023fd.rustc_std_workspace_core.d84d75787de6d748-cgu.0.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: compiler_builtins-87953880d1763386.compiler_builtins.ace4d55401a4cf31-cgu.003.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: compiler_builtins-87953880d1763386.compiler_builtins.ace4d55401a4cf31-cgu.021.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: compiler_builtins-87953880d1763386.compiler_builtins.ace4d55401a4cf31-cgu.028.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: compiler_builtins-87953880d1763386.compiler_builtins.ace4d55401a4cf31-cgu.029.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: compiler_builtins-87953880d1763386.compiler_builtins.ace4d55401a4cf31-cgu.146.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: compiler_builtins-87953880d1763386.compiler_builtins.ace4d55401a4cf31-cgu.147.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: compiler_builtins-87953880d1763386.compiler_builtins.ace4d55401a4cf31-cgu.148.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: compiler_builtins-87953880d1763386.compiler_builtins.ace4d55401a4cf31-cgu.149.rcgu.dwo: no symbols
d:\rtools45\x86_64-w64-mingw32.static.posix\bin\nm.exe: compiler_builtins-87953880d1763386.compiler_builtins.ace4d55401a4cf31-cgu.150.rcgu.dwo: no symbols
make[1]: Leaving directory '/d/temp/2026_06_18_15_17_39_23840/RtmpExwlOo/R.INSTALL12a301e4163a7/llmjson/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-llmjson/00new/llmjson/libs/x64
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'llmjson' as llmjson_0.1.0.zip
* DONE (llmjson)