Bug#976521: jnr-ffi: FTBFS: dh_auto_test: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test returned exit code 1

Lucas Nussbaum lucas at debian.org
Sat Dec 5 13:24:42 GMT 2020


Source: jnr-ffi
Version: 2.1.7-1
Severity: serious
Justification: FTBFS on arm64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20201205 ftbfs-bullseye

Hi,

During a rebuild of all packages in sid, your package failed to build
on arm64 (I don't know if it also fails on amd64).

Relevant part (hopefully):
> dpkg-buildpackage
> -----------------
> 
> Command: dpkg-buildpackage -us -uc -sa -rfakeroot
> dpkg-buildpackage: info: source package jnr-ffi
> dpkg-buildpackage: info: source version 2.1.7-1
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Miguel Landaeta <nomadium at debian.org>
>  dpkg-source --before-build .
> dpkg-buildpackage: info: host architecture arm64
>  debian/rules clean
> dh clean --buildsystem=maven --with javahelper
>    dh_auto_clean -O--buildsystem=maven
> 	bash -c "for dir in \$(find . -name target -type d); do if [ -f \$(echo \$dir | sed -e s/target\$/pom.xml/) ]; then rm -Rf \$dir; fi done"
> 	mh_unpatchpoms -plibjnr-ffi-java
>    dh_autoreconf_clean -O--buildsystem=maven
>    jh_clean -O--buildsystem=maven
>    dh_clean -O--buildsystem=maven
>  dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building jnr-ffi using existing ./jnr-ffi_2.1.7.orig.tar.gz
> dpkg-source: info: building jnr-ffi in jnr-ffi_2.1.7-1.debian.tar.xz
> dpkg-source: info: building jnr-ffi in jnr-ffi_2.1.7-1.dsc
>  debian/rules binary
> dh binary --buildsystem=maven --with javahelper
>    dh_update_autotools_config -O--buildsystem=maven
>    dh_autoreconf -O--buildsystem=maven
>    dh_auto_configure -O--buildsystem=maven
> 	mh_patchpoms -plibjnr-ffi-java --debian-build --keep-pom-version --maven-repo=/<<PKGBUILDDIR>>/debian/maven-repo
> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
>    jh_linkjars -O--buildsystem=maven
>    dh_auto_build -O--buildsystem=maven
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode package javadoc:jar javadoc:aggregate -DskipTests -Dnotimestamp=true -Dlocale=en_US
> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [INFO] 
> [INFO] -----------------------< com.github.jnr:jnr-ffi >-----------------------
> [INFO] Building jnr-ffi 2.1.7
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jnr-ffi ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jnr-ffi ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 279 source files to /<<PKGBUILDDIR>>/target/classes
> [INFO] /<<PKGBUILDDIR>>/src/main/java/jnr/ffi/mapper/FunctionMapper.java: Some input files use or override a deprecated API.
> [INFO] /<<PKGBUILDDIR>>/src/main/java/jnr/ffi/mapper/FunctionMapper.java: Recompile with -Xlint:deprecation for details.
> [INFO] /<<PKGBUILDDIR>>/src/main/java/jnr/ffi/Struct.java: Some input files use unchecked or unsafe operations.
> [INFO] /<<PKGBUILDDIR>>/src/main/java/jnr/ffi/Struct.java: Recompile with -Xlint:unchecked for details.
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ jnr-ffi ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jnr-ffi ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jnr-ffi ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 36 source files to /<<PKGBUILDDIR>>/target/test-classes
> [INFO] /<<PKGBUILDDIR>>/src/test/java/jnr/ffi/byref/PointerByReferenceTest.java: Some input files use or override a deprecated API.
> [INFO] /<<PKGBUILDDIR>>/src/test/java/jnr/ffi/byref/PointerByReferenceTest.java: Recompile with -Xlint:deprecation for details.
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (default) @ jnr-ffi ---
> [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
> 
> main:
>      [exec] make[1]: Entering directory '/<<PKGBUILDDIR>>'
>      [exec] cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"/<<PKGBUILDDIR>>/target" -fPIC -D_REENTRANT -c libtest/Benchmark.c -o "/<<PKGBUILDDIR>>/target/libtest/Benchmark.o"
>      [exec] cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"/<<PKGBUILDDIR>>/target" -fPIC -D_REENTRANT -c libtest/BufferTest.c -o "/<<PKGBUILDDIR>>/target/libtest/BufferTest.o"
>      [exec] cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"/<<PKGBUILDDIR>>/target" -fPIC -D_REENTRANT -c libtest/ClosureTest.c -o "/<<PKGBUILDDIR>>/target/libtest/ClosureTest.o"
>      [exec] cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"/<<PKGBUILDDIR>>/target" -fPIC -D_REENTRANT -c libtest/GlobalVariable.c -o "/<<PKGBUILDDIR>>/target/libtest/GlobalVariable.o"
>      [exec] cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"/<<PKGBUILDDIR>>/target" -fPIC -D_REENTRANT -c libtest/LastErrorTest.c -o "/<<PKGBUILDDIR>>/target/libtest/LastErrorTest.o"
>      [exec] cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"/<<PKGBUILDDIR>>/target" -fPIC -D_REENTRANT -c libtest/NumberTest.c -o "/<<PKGBUILDDIR>>/target/libtest/NumberTest.o"
>      [exec] cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"/<<PKGBUILDDIR>>/target" -fPIC -D_REENTRANT -c libtest/PointerTest.c -o "/<<PKGBUILDDIR>>/target/libtest/PointerTest.o"
>      [exec] cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"/<<PKGBUILDDIR>>/target" -fPIC -D_REENTRANT -c libtest/ReferenceTest.c -o "/<<PKGBUILDDIR>>/target/libtest/ReferenceTest.o"
>      [exec] cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"/<<PKGBUILDDIR>>/target" -fPIC -D_REENTRANT -c libtest/StringTest.c -o "/<<PKGBUILDDIR>>/target/libtest/StringTest.o"
>      [exec] cc -O2 -fno-omit-frame-pointer -fno-strict-aliasing -W -Wall -Wno-unused -Wno-parentheses -I"/<<PKGBUILDDIR>>/target" -fPIC -D_REENTRANT -c libtest/StructTest.c -o "/<<PKGBUILDDIR>>/target/libtest/StructTest.o"
>      [exec] cc -o /<<PKGBUILDDIR>>/target/libtest.so -Wl,-z,relro -shared -Wl,-O1 -Wl,-soname,libtest.so  /<<PKGBUILDDIR>>/target/libtest/Benchmark.o  /<<PKGBUILDDIR>>/target/libtest/BufferTest.o  /<<PKGBUILDDIR>>/target/libtest/ClosureTest.o  /<<PKGBUILDDIR>>/target/libtest/GlobalVariable.o  /<<PKGBUILDDIR>>/target/libtest/LastErrorTest.o  /<<PKGBUILDDIR>>/target/libtest/NumberTest.o  /<<PKGBUILDDIR>>/target/libtest/PointerTest.o  /<<PKGBUILDDIR>>/target/libtest/ReferenceTest.o  /<<PKGBUILDDIR>>/target/libtest/StringTest.o  /<<PKGBUILDDIR>>/target/libtest/StructTest.o -lm
>      [exec] make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jnr-ffi ---
> [INFO] Tests are skipped.
> [INFO] 
> [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ jnr-ffi ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/target/jnr-ffi-2.1.7.jar
> [INFO] 
> [INFO] --- maven-javadoc-plugin:3.0.1:jar (attach-javadocs) @ jnr-ffi ---
> [INFO] Adding the --ignore-source-errors option
> [INFO] 
> Loading source files for package jnr.ffi...
> Loading source files for package jnr.ffi.byref...
> Loading source files for package jnr.ffi.util...
> Loading source files for package jnr.ffi.util.ref...
> Loading source files for package jnr.ffi.util.ref.internal...
> Loading source files for package jnr.ffi.types...
> Loading source files for package jnr.ffi.annotations...
> Loading source files for package jnr.ffi.provider...
> Loading source files for package jnr.ffi.provider.converters...
> Loading source files for package jnr.ffi.provider.jffi...
> Loading source files for package jnr.ffi.provider.jffi.platform.ppc.darwin...
> Loading source files for package jnr.ffi.provider.jffi.platform.ppc.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.ppc.aix...
> Loading source files for package jnr.ffi.provider.jffi.platform.arm.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.sparc.solaris...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.freebsd...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.windows...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.darwin...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.solaris...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.openbsd...
> Loading source files for package jnr.ffi.provider.jffi.platform.aarch64.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.sparcv9.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.sparcv9.solaris...
> Loading source files for package jnr.ffi.provider.jffi.platform.s390x.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.ppc64.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.ppc64le.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.mipsel.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.freebsd...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.windows...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.darwin...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.solaris...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.openbsd...
> Loading source files for package jnr.ffi.provider.jffi.platform.s390.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.mips.linux...
> Loading source files for package jnr.ffi.mapper...
> Constructing Javadoc information...
> Standard Doclet version 11.0.9.1
> Building tree for all the packages and classes...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Address.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/CallingConvention.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/LastError.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Library.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/LibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/LibraryOption.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Memory.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/NativeLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/NativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/ObjectReferenceManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Platform.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Platform.CPU.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Platform.OS.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Runtime.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.AbstractBoolean.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.AbstractMember.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Address.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Alignment.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.AsciiString.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.AsciiStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.BOOL16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Boolean.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.BYTE.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Double.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.DWORD.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Enum.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Enum16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Enum32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Enum64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Enum8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.EnumField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.EnumLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Float.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Function.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.id_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.IntegerAlias.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.key_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.LONG.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Member.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.NumberField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.off_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Offset.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Padding.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.PointerField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Signed16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Signed32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Signed64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Signed8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.SignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.size_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.String.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.StructRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.time_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Unsigned16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Unsigned32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Unsigned64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Unsigned8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.UnsignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.UTF8String.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.UTF8StringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.UTFString.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.UTFStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.WBOOL.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.WORD.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.AbstractBoolean.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.AbstractField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.AsciiString.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.AsciiStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Boolean.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Double.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Enum.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Enum16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Enum32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Enum64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Enum8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.EnumField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.EnumLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Field.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Float.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Function.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.id_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.IntegerAlias.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.key_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.NumberField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.off_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Offset.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Padding.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Signed16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Signed32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Signed64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Signed8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.SignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.size_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.String.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.time_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Unsigned16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Unsigned32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Unsigned64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Unsigned8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.UnsignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.UTF8String.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.UTF8StringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.UTFString.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.UTFStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.WBOOL.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Type.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/TypeAlias.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Union.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Variable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Clear.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Delegate.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Direct.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Encoding.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/IgnoreError.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/In.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/LongLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Meta.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/NulTerminate.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Pinned.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/SaveError.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/StdCall.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Synchronized.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Transient.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/TypeDefinition.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/AbstractNumberReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/AbstractReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/AddressByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/ByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/ByteByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/DoubleByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/FloatByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/IntByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/LongLongByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/NativeLongByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/NumberByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/PointerByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/ShortByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/AbstractDataConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/AbstractFromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/AbstractSignatureTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/AbstractToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/CachingTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/CompositeFunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/CompositeTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/DataConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/DefaultSignatureType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/DefaultTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FromNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FromNativeConverter.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FromNativeConverter.FromNative.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FromNativeConverter.NoContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FromNativeType.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FromNativeTypes.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FunctionMapper.Builder.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FunctionMapper.Context.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/MethodParameterContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/MethodResultContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/SignatureType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/SignatureTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/SignatureTypeMapperAdapter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeConverter.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeConverter.NoContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeConverter.PostInvocation.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeConverter.ToNative.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeType.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeTypes.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/TypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/TypeMapper.Builder.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/AbstractArrayMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/AbstractArrayMemoryIO.ArrayIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/AbstractBufferMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/AbstractMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/AbstractRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/BadType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/BoundedMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/ClosureManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/DefaultObjectReferenceManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/DelegatingMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/FFIProvider.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/FromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/IdentityFunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/InAccessibleMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/InterfaceScanner.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/IntPointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/InvocationSession.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/InvocationSession.PostInvoke.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/Invoker.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/LoadedLibrary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/MemoryManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/NativeFunction.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/NativeInvocationHandler.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/NativeVariable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/NullMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/NullTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/ParameterFlags.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/ParameterType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/ResultType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/ShareMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/SigType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/ToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedBooleanArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedBooleanArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedByteArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedByteArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedDoubleArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedDoubleArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedFloatArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedFloatArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedIntegerArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedIntegerArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedLong32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedLong32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedLong64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedLong64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedShortArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedShortArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/ByReferenceParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/ByReferenceParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/CharSequenceArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/CharSequenceArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/CharSequenceParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/EnumConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/EnumSetConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/Long32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/Long32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/NativeLong32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/NativeLong32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/NativeLong64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/NativeLong64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/NativeLongConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/Pointer32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/Pointer32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/Pointer64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/Pointer64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/StringBufferParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/StringBuilderParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/StringResultConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/StructArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/StructArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/StructByReferenceFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/StructByReferenceToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/AbstractAsmLibraryInterface.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/AnnotationTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/AnnotationTypeMapper.AbstractReflectionConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/AnnotationTypeMapper.ReflectionFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/AnnotationTypeMapper.ReflectionToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/ArrayMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/AsmLibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/AsmRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/AsmStructByReferenceFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/BufferParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/ByteBufferMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/ClosureFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/ClosureFromNativeConverter.AbstractClosurePointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/ClosureFromNativeConverter.ProxyConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/CodegenUtils.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/FastLongMethodGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/JNIInvokeInterface.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/JNINativeInterface.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/LibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/MemoryUtil.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/MethodGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NativeClosureFactory.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NativeClosureProxy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NativeFunctionMapperContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NativeLibrary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NativeMemoryManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NativeRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NoTrace.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NoX86.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NullObjectParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NumberUtil.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/ParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/PointerParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/PrimitiveArrayParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/Provider.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/SimpleNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/SkinnyMethodAdapter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/SymbolNotFoundError.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/TransientNativeMemory.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/VariableAccessorGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/aarch64/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/arm/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/darwin/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/freebsd/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/openbsd/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/solaris/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/windows/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mips/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mipsel/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/aix/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/darwin/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64le/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390x/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparc/solaris/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/solaris/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/darwin/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/freebsd/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/openbsd/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/solaris/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/windows/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/id_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/key_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/off_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/size_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/time_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/AnnotationProxy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/Annotations.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/BufferUtil.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/EnumMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/EnumMapper.IntegerEnum.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/FinalizablePhantomReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/FinalizableReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/FinalizableReferenceQueue.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/FinalizableSoftReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/FinalizableWeakReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/internal/Finalizer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/aarch64/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/aarch64/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/arm/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/arm/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/darwin/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/darwin/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/freebsd/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/freebsd/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/openbsd/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/openbsd/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/solaris/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/solaris/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/windows/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/windows/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mips/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mips/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mipsel/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mipsel/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/aix/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/aix/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/darwin/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/darwin/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64le/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64le/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390x/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390x/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparc/solaris/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparc/solaris/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/solaris/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/solaris/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/darwin/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/darwin/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/freebsd/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/freebsd/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/openbsd/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/openbsd/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/solaris/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/solaris/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/windows/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/windows/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/internal/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/internal/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/constant-values.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/serialized-form.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Runtime.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Platform.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Platform.CPU.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Platform.OS.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/ObjectReferenceManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Variable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Type.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/LastError.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/TypeAlias.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Union.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Address.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/CallingConvention.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.time_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.size_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.off_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.id_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.key_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Function.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Padding.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.AsciiStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.UTF8StringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.UTFStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.AsciiString.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.UTF8String.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.UTFString.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.String.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Enum.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.EnumLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Enum64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Enum32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Enum16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Enum8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.EnumField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.StructRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.PointerField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Address.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Double.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Float.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.UnsignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.SignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Unsigned64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Signed64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Unsigned32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Signed32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Unsigned16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Signed16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Unsigned8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Signed8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.IntegerAlias.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.NumberField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.LONG.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.DWORD.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.WORD.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.BYTE.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.BOOL16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.WBOOL.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Boolean.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.AbstractBoolean.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.AbstractMember.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Member.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Alignment.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Offset.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/NativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/NativeLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.time_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.size_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.off_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.id_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.key_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Function.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Padding.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.AsciiStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.UTF8StringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.UTFStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.AsciiString.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.UTF8String.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.UTFString.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.String.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Enum.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.EnumLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Enum64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Enum32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Enum16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Enum8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.EnumField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Double.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Float.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.UnsignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.SignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Unsigned64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Signed64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Unsigned32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Signed32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Unsigned16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Signed16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Unsigned8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Signed8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.IntegerAlias.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.NumberField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.WBOOL.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Boolean.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.AbstractBoolean.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.AbstractField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Offset.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Field.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/LibraryOption.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Memory.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/LibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Library.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/AbstractReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/ShortByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/IntByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/DoubleByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/AddressByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/PointerByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/ByteByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/NumberByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/ByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/LongLongByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/AbstractNumberReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/FloatByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/NativeLongByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/class-use/AnnotationProxy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/class-use/Annotations.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/class-use/EnumMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/class-use/EnumMapper.IntegerEnum.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/class-use/BufferUtil.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/class-use/FinalizableWeakReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/class-use/FinalizableSoftReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/class-use/FinalizableReferenceQueue.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/class-use/FinalizableReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/class-use/FinalizablePhantomReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/internal/class-use/Finalizer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/time_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/size_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/off_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/id_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/key_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Direct.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/SaveError.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Delegate.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/IgnoreError.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Synchronized.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/In.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/LongLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Clear.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/TypeDefinition.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Transient.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Encoding.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Meta.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Pinned.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/NulTerminate.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/StdCall.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/NativeFunction.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/LoadedLibrary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/NullMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/ShareMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/InAccessibleMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/NullTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/DefaultObjectReferenceManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/InvocationSession.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/InvocationSession.PostInvoke.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/InterfaceScanner.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/ClosureManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/FromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/AbstractBufferMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/ResultType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/Invoker.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/IntPointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/BadType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/AbstractArrayMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/AbstractArrayMemoryIO.ArrayIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/FFIProvider.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/NativeVariable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/NativeInvocationHandler.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/IdentityFunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/BoundedMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/ParameterFlags.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/ToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/MemoryManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/AbstractRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/SigType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/DelegatingMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/AbstractMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/ParameterType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/EnumSetConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedByteArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedByteArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/StructArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/StructArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/NativeLongConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/Pointer32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/Pointer32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/NativeLong64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/NativeLong64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/StringBufferParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedLong64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedLong64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/Long32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/Long32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/StructByReferenceToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedFloatArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedFloatArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/EnumConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedDoubleArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedDoubleArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedShortArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedShortArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/Pointer64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/Pointer64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedBooleanArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedBooleanArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/StringBuilderParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedLong32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedLong32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/CharSequenceArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/CharSequenceArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedIntegerArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedIntegerArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/StructByReferenceFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/StringResultConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/NativeLong32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/NativeLong32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/ByReferenceParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/ByReferenceParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/CharSequenceParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NoX86.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/SkinnyMethodAdapter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/MethodGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NativeMemoryManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/CodegenUtils.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/PrimitiveArrayParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/MemoryUtil.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/AsmStructByReferenceFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/JNIInvokeInterface.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/SimpleNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/ArrayMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/AsmRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/ByteBufferMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NativeFunctionMapperContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/ParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NativeRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NativeClosureProxy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/Provider.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NumberUtil.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NativeClosureFactory.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/PointerParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/FastLongMethodGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/AsmLibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/SymbolNotFoundError.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/TransientNativeMemory.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/JNINativeInterface.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/VariableAccessorGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/AbstractAsmLibraryInterface.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NoTrace.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NullObjectParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/ClosureFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/ClosureFromNativeConverter.AbstractClosurePointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/ClosureFromNativeConverter.ProxyConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/AnnotationTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/AnnotationTypeMapper.ReflectionToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/AnnotationTypeMapper.ReflectionFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/AnnotationTypeMapper.AbstractReflectionConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/LibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/BufferParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NativeLibrary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/darwin/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/aix/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/arm/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparc/solaris/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/freebsd/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/windows/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/darwin/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/solaris/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/openbsd/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/aarch64/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/solaris/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390x/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64le/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mipsel/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/freebsd/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/windows/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/darwin/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/solaris/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/openbsd/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mips/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/MethodResultContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeTypes.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/CachingTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FromNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/SignatureTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/MethodParameterContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/AbstractToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/SignatureType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FromNativeTypes.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/AbstractDataConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FromNativeConverter.FromNative.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FromNativeConverter.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FromNativeConverter.NoContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FromNativeType.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/TypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/TypeMapper.Builder.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/CompositeTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FunctionMapper.Builder.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FunctionMapper.Context.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/DefaultSignatureType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/AbstractSignatureTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/DataConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/DefaultTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeType.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/CompositeFunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/AbstractFromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/SignatureTypeMapperAdapter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeConverter.ToNative.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeConverter.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeConverter.NoContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeConverter.PostInvocation.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/aarch64/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/arm/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/darwin/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/freebsd/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/openbsd/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/solaris/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/windows/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mips/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mipsel/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/aix/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/darwin/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64le/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390x/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparc/solaris/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/solaris/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/darwin/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/freebsd/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/openbsd/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/solaris/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/windows/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/internal/package-use.html...
> Building index for all the packages and classes...
> Generating /<<PKGBUILDDIR>>/target/apidocs/overview-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/index-all.html...
> Building index for all classes...
> Generating /<<PKGBUILDDIR>>/target/apidocs/allclasses-index.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/allpackages-index.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/deprecated-list.html...
> Building index for all classes...
> Generating /<<PKGBUILDDIR>>/target/apidocs/allclasses.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/allclasses.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/index.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/overview-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/help-doc.html...
> [WARNING] Javadoc Warnings
> [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
> [INFO] Building jar: /<<PKGBUILDDIR>>/target/jnr-ffi-2.1.7-javadoc.jar
> [INFO] 
> [INFO] >>> maven-source-plugin:3.0.1:jar (attach-sources) > generate-sources @ jnr-ffi >>>
> [INFO] 
> [INFO] <<< maven-source-plugin:3.0.1:jar (attach-sources) < generate-sources @ jnr-ffi <<<
> [INFO] 
> [INFO] 
> [INFO] --- maven-source-plugin:3.0.1:jar (attach-sources) @ jnr-ffi ---
> [INFO] Building jar: /<<PKGBUILDDIR>>/target/jnr-ffi-2.1.7-sources.jar
> [INFO] 
> [INFO] --- maven-javadoc-plugin:3.0.1:jar (default-cli) @ jnr-ffi ---
> [INFO] Adding the --ignore-source-errors option
> [INFO] 
> Loading source files for package jnr.ffi...
> Loading source files for package jnr.ffi.byref...
> Loading source files for package jnr.ffi.util...
> Loading source files for package jnr.ffi.util.ref...
> Loading source files for package jnr.ffi.util.ref.internal...
> Loading source files for package jnr.ffi.types...
> Loading source files for package jnr.ffi.annotations...
> Loading source files for package jnr.ffi.provider...
> Loading source files for package jnr.ffi.provider.converters...
> Loading source files for package jnr.ffi.provider.jffi...
> Loading source files for package jnr.ffi.provider.jffi.platform.ppc.darwin...
> Loading source files for package jnr.ffi.provider.jffi.platform.ppc.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.ppc.aix...
> Loading source files for package jnr.ffi.provider.jffi.platform.arm.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.sparc.solaris...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.freebsd...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.windows...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.darwin...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.solaris...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.openbsd...
> Loading source files for package jnr.ffi.provider.jffi.platform.aarch64.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.sparcv9.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.sparcv9.solaris...
> Loading source files for package jnr.ffi.provider.jffi.platform.s390x.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.ppc64.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.ppc64le.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.mipsel.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.freebsd...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.windows...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.darwin...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.solaris...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.openbsd...
> Loading source files for package jnr.ffi.provider.jffi.platform.s390.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.mips.linux...
> Loading source files for package jnr.ffi.mapper...
> Constructing Javadoc information...
> Standard Doclet version 11.0.9.1
> Building tree for all the packages and classes...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Address.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/CallingConvention.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/LastError.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Library.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/LibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/LibraryOption.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Memory.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/NativeLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/NativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/ObjectReferenceManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Platform.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Platform.CPU.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Platform.OS.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Runtime.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.AbstractBoolean.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.AbstractMember.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Address.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Alignment.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.AsciiString.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.AsciiStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.BOOL16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Boolean.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.BYTE.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Double.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.DWORD.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Enum.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Enum16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Enum32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Enum64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Enum8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.EnumField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.EnumLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Float.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Function.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.id_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.IntegerAlias.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.key_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.LONG.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Member.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.NumberField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.off_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Offset.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Padding.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.PointerField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Signed16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Signed32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Signed64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Signed8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.SignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.size_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.String.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.StructRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.time_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Unsigned16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Unsigned32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Unsigned64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.Unsigned8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.UnsignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.UTF8String.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.UTF8StringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.UTFString.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.UTFStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.WBOOL.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Struct.WORD.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.AbstractBoolean.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.AbstractField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.AsciiString.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.AsciiStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Boolean.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Double.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Enum.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Enum16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Enum32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Enum64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Enum8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.EnumField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.EnumLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Field.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Float.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Function.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.id_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.IntegerAlias.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.key_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.NumberField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.off_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Offset.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Padding.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Signed16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Signed32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Signed64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Signed8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.SignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.size_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.String.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.time_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Unsigned16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Unsigned32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Unsigned64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.Unsigned8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.UnsignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.UTF8String.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.UTF8StringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.UTFString.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.UTFStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/StructLayout.WBOOL.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Type.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/TypeAlias.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Union.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/Variable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Clear.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Delegate.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Direct.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Encoding.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/IgnoreError.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/In.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/LongLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Meta.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/NulTerminate.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Pinned.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/SaveError.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/StdCall.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Synchronized.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/Transient.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/TypeDefinition.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/AbstractNumberReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/AbstractReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/AddressByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/ByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/ByteByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/DoubleByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/FloatByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/IntByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/LongLongByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/NativeLongByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/NumberByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/PointerByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/ShortByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/AbstractDataConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/AbstractFromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/AbstractSignatureTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/AbstractToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/CachingTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/CompositeFunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/CompositeTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/DataConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/DefaultSignatureType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/DefaultTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FromNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FromNativeConverter.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FromNativeConverter.FromNative.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FromNativeConverter.NoContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FromNativeType.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FromNativeTypes.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FunctionMapper.Builder.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/FunctionMapper.Context.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/MethodParameterContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/MethodResultContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/SignatureType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/SignatureTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/SignatureTypeMapperAdapter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeConverter.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeConverter.NoContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeConverter.PostInvocation.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeConverter.ToNative.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeType.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/ToNativeTypes.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/TypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/TypeMapper.Builder.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/AbstractArrayMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/AbstractArrayMemoryIO.ArrayIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/AbstractBufferMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/AbstractMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/AbstractRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/BadType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/BoundedMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/ClosureManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/DefaultObjectReferenceManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/DelegatingMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/FFIProvider.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/FromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/IdentityFunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/InAccessibleMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/InterfaceScanner.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/IntPointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/InvocationSession.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/InvocationSession.PostInvoke.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/Invoker.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/LoadedLibrary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/MemoryManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/NativeFunction.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/NativeInvocationHandler.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/NativeVariable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/NullMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/NullTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/ParameterFlags.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/ParameterType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/ResultType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/ShareMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/SigType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/ToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedBooleanArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedBooleanArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedByteArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedByteArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedDoubleArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedDoubleArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedFloatArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedFloatArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedIntegerArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedIntegerArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedLong32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedLong32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedLong64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedLong64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedShortArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/BoxedShortArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/ByReferenceParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/ByReferenceParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/CharSequenceArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/CharSequenceArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/CharSequenceParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/EnumConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/EnumSetConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/Long32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/Long32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/NativeLong32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/NativeLong32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/NativeLong64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/NativeLong64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/NativeLongConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/Pointer32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/Pointer32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/Pointer64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/Pointer64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/StringBufferParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/StringBuilderParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/StringResultConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/StructArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/StructArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/StructByReferenceFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/StructByReferenceToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/AbstractAsmLibraryInterface.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/AnnotationTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/AnnotationTypeMapper.AbstractReflectionConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/AnnotationTypeMapper.ReflectionFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/AnnotationTypeMapper.ReflectionToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/ArrayMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/AsmLibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/AsmRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/AsmStructByReferenceFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/BufferParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/ByteBufferMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/ClosureFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/ClosureFromNativeConverter.AbstractClosurePointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/ClosureFromNativeConverter.ProxyConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/CodegenUtils.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/FastLongMethodGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/JNIInvokeInterface.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/JNINativeInterface.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/LibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/MemoryUtil.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/MethodGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NativeClosureFactory.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NativeClosureProxy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NativeFunctionMapperContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NativeLibrary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NativeMemoryManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NativeRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NoTrace.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NoX86.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NullObjectParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/NumberUtil.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/ParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/PointerParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/PrimitiveArrayParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/Provider.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/SimpleNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/SkinnyMethodAdapter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/SymbolNotFoundError.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/TransientNativeMemory.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/VariableAccessorGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/aarch64/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/arm/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/darwin/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/freebsd/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/openbsd/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/solaris/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/windows/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mips/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mipsel/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/aix/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/darwin/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64le/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390x/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparc/solaris/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/solaris/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/darwin/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/freebsd/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/openbsd/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/solaris/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/windows/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/id_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/key_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/off_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/size_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/time_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/AnnotationProxy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/Annotations.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/BufferUtil.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/EnumMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/EnumMapper.IntegerEnum.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/FinalizablePhantomReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/FinalizableReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/FinalizableReferenceQueue.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/FinalizableSoftReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/FinalizableWeakReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/internal/Finalizer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/aarch64/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/aarch64/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/arm/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/arm/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/darwin/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/darwin/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/freebsd/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/freebsd/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/openbsd/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/openbsd/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/solaris/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/solaris/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/windows/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/windows/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mips/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mips/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mipsel/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mipsel/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/aix/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/aix/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/darwin/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/darwin/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64le/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64le/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390x/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390x/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparc/solaris/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparc/solaris/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/solaris/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/solaris/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/darwin/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/darwin/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/freebsd/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/freebsd/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/openbsd/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/openbsd/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/solaris/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/solaris/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/windows/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/windows/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/internal/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/internal/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/constant-values.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/serialized-form.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Runtime.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Platform.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Platform.CPU.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Platform.OS.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/ObjectReferenceManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Variable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Type.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/LastError.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/TypeAlias.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Union.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Address.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/CallingConvention.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.time_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.size_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.off_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.id_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.key_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Function.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Padding.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.AsciiStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.UTF8StringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.UTFStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.AsciiString.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.UTF8String.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.UTFString.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.String.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Enum.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.EnumLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Enum64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Enum32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Enum16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Enum8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.EnumField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.StructRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.PointerField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Address.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Double.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Float.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.UnsignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.SignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Unsigned64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Signed64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Unsigned32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Signed32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Unsigned16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Signed16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Unsigned8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Signed8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.IntegerAlias.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.NumberField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.LONG.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.DWORD.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.WORD.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.BYTE.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.BOOL16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.WBOOL.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Boolean.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.AbstractBoolean.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.AbstractMember.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Member.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Alignment.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Struct.Offset.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/NativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/NativeLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.time_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.size_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.off_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.id_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.key_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Function.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Padding.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.AsciiStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.UTF8StringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.UTFStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.AsciiString.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.UTF8String.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.UTFString.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.String.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Enum.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.EnumLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Enum64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Enum32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Enum16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Enum8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.EnumField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Double.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Float.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.UnsignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.SignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Unsigned64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Signed64.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Unsigned32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Signed32.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Unsigned16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Signed16.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Unsigned8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Signed8.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.IntegerAlias.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.NumberField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.WBOOL.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Boolean.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.AbstractBoolean.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.AbstractField.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Offset.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/StructLayout.Field.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/LibraryOption.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Memory.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/LibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/class-use/Library.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/AbstractReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/ShortByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/IntByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/DoubleByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/AddressByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/PointerByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/ByteByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/NumberByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/ByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/LongLongByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/AbstractNumberReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/FloatByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/class-use/NativeLongByReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/class-use/AnnotationProxy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/class-use/Annotations.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/class-use/EnumMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/class-use/EnumMapper.IntegerEnum.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/class-use/BufferUtil.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/class-use/FinalizableWeakReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/class-use/FinalizableSoftReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/class-use/FinalizableReferenceQueue.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/class-use/FinalizableReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/class-use/FinalizablePhantomReference.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/internal/class-use/Finalizer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/time_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/size_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/off_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/id_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/key_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/class-use/u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Direct.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/SaveError.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Delegate.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/IgnoreError.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Synchronized.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/In.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/LongLong.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Clear.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/TypeDefinition.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Transient.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Encoding.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Meta.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/Pinned.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/NulTerminate.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/class-use/StdCall.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/NativeFunction.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/LoadedLibrary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/NullMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/ShareMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/InAccessibleMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/NullTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/DefaultObjectReferenceManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/InvocationSession.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/InvocationSession.PostInvoke.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/InterfaceScanner.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/ClosureManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/FromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/AbstractBufferMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/ResultType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/Invoker.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/IntPointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/BadType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/AbstractArrayMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/AbstractArrayMemoryIO.ArrayIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/FFIProvider.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/NativeVariable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/NativeInvocationHandler.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/IdentityFunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/BoundedMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/ParameterFlags.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/ToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/MemoryManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/AbstractRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/SigType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/DelegatingMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/AbstractMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/class-use/ParameterType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/EnumSetConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedByteArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedByteArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/StructArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/StructArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/NativeLongConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/Pointer32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/Pointer32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/NativeLong64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/NativeLong64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/StringBufferParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedLong64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedLong64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/Long32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/Long32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/StructByReferenceToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedFloatArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedFloatArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/EnumConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedDoubleArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedDoubleArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedShortArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedShortArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/Pointer64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/Pointer64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedBooleanArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedBooleanArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/StringBuilderParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedLong32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedLong32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/CharSequenceArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/CharSequenceArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedIntegerArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/BoxedIntegerArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/StructByReferenceFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/StringResultConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/NativeLong32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/NativeLong32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/ByReferenceParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/ByReferenceParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/class-use/CharSequenceParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NoX86.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/SkinnyMethodAdapter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/MethodGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NativeMemoryManager.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/CodegenUtils.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/PrimitiveArrayParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/MemoryUtil.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/AsmStructByReferenceFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/JNIInvokeInterface.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/SimpleNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/ArrayMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/AsmRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/ByteBufferMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NativeFunctionMapperContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/ParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NativeRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NativeClosureProxy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/Provider.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NumberUtil.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NativeClosureFactory.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/PointerParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/FastLongMethodGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/AsmLibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/SymbolNotFoundError.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/TransientNativeMemory.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/JNINativeInterface.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/VariableAccessorGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/AbstractAsmLibraryInterface.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NoTrace.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NullObjectParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/ClosureFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/ClosureFromNativeConverter.AbstractClosurePointer.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/ClosureFromNativeConverter.ProxyConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/AnnotationTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/AnnotationTypeMapper.ReflectionToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/AnnotationTypeMapper.ReflectionFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/AnnotationTypeMapper.AbstractReflectionConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/LibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/BufferParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/class-use/NativeLibrary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/darwin/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/aix/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/arm/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparc/solaris/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/freebsd/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/windows/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/darwin/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/solaris/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/openbsd/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/aarch64/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/solaris/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390x/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64le/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mipsel/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/freebsd/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/windows/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/darwin/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/solaris/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/openbsd/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mips/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/MethodResultContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeTypes.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/CachingTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FromNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/SignatureTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/MethodParameterContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/AbstractToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/SignatureType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FromNativeTypes.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/AbstractDataConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FromNativeConverter.FromNative.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FromNativeConverter.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FromNativeConverter.NoContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FromNativeType.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/TypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/TypeMapper.Builder.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/CompositeTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FunctionMapper.Builder.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/FunctionMapper.Context.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/DefaultSignatureType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/AbstractSignatureTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/DataConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/DefaultTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeType.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/CompositeFunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/AbstractFromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/SignatureTypeMapperAdapter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeConverter.ToNative.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeConverter.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeConverter.NoContext.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/class-use/ToNativeConverter.PostInvocation.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/annotations/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/byref/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/mapper/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/converters/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/aarch64/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/arm/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/darwin/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/freebsd/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/openbsd/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/solaris/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/i386/windows/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mips/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/mipsel/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/aix/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/darwin/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/ppc64le/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/s390x/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparc/solaris/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/solaris/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/darwin/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/freebsd/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/openbsd/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/solaris/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/provider/jffi/platform/x86_64/windows/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/types/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/jnr/ffi/util/ref/internal/package-use.html...
> Building index for all the packages and classes...
> Generating /<<PKGBUILDDIR>>/target/apidocs/overview-tree.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/index-all.html...
> Building index for all classes...
> Generating /<<PKGBUILDDIR>>/target/apidocs/allclasses-index.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/allpackages-index.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/deprecated-list.html...
> Building index for all classes...
> Generating /<<PKGBUILDDIR>>/target/apidocs/allclasses.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/allclasses.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/index.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/overview-summary.html...
> Generating /<<PKGBUILDDIR>>/target/apidocs/help-doc.html...
> [WARNING] Javadoc Warnings
> [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
> [INFO] Building jar: /<<PKGBUILDDIR>>/target/jnr-ffi-2.1.7-javadoc.jar
> [INFO] 
> [INFO] -----------------------< com.github.jnr:jnr-ffi >-----------------------
> [INFO] Building jnr-ffi 2.1.7
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] >>> maven-javadoc-plugin:3.0.1:aggregate (default-cli) > compile @ jnr-ffi >>>
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jnr-ffi ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jnr-ffi ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 279 source files to /<<PKGBUILDDIR>>/target/classes
> [INFO] /<<PKGBUILDDIR>>/src/main/java/jnr/ffi/mapper/FunctionMapper.java: Some input files use or override a deprecated API.
> [INFO] /<<PKGBUILDDIR>>/src/main/java/jnr/ffi/mapper/FunctionMapper.java: Recompile with -Xlint:deprecation for details.
> [INFO] /<<PKGBUILDDIR>>/src/main/java/jnr/ffi/Struct.java: Some input files use unchecked or unsafe operations.
> [INFO] /<<PKGBUILDDIR>>/src/main/java/jnr/ffi/Struct.java: Recompile with -Xlint:unchecked for details.
> [INFO] 
> [INFO] <<< maven-javadoc-plugin:3.0.1:aggregate (default-cli) < compile @ jnr-ffi <<<
> [INFO] 
> [INFO] 
> [INFO] --- maven-javadoc-plugin:3.0.1:aggregate (default-cli) @ jnr-ffi ---
> [INFO] Adding the --ignore-source-errors option
> [INFO] 
> Loading source files for package jnr.ffi...
> Loading source files for package jnr.ffi.byref...
> Loading source files for package jnr.ffi.util...
> Loading source files for package jnr.ffi.util.ref...
> Loading source files for package jnr.ffi.util.ref.internal...
> Loading source files for package jnr.ffi.types...
> Loading source files for package jnr.ffi.annotations...
> Loading source files for package jnr.ffi.provider...
> Loading source files for package jnr.ffi.provider.converters...
> Loading source files for package jnr.ffi.provider.jffi...
> Loading source files for package jnr.ffi.provider.jffi.platform.ppc.darwin...
> Loading source files for package jnr.ffi.provider.jffi.platform.ppc.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.ppc.aix...
> Loading source files for package jnr.ffi.provider.jffi.platform.arm.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.sparc.solaris...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.freebsd...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.windows...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.darwin...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.solaris...
> Loading source files for package jnr.ffi.provider.jffi.platform.x86_64.openbsd...
> Loading source files for package jnr.ffi.provider.jffi.platform.aarch64.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.sparcv9.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.sparcv9.solaris...
> Loading source files for package jnr.ffi.provider.jffi.platform.s390x.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.ppc64.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.ppc64le.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.mipsel.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.freebsd...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.windows...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.darwin...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.solaris...
> Loading source files for package jnr.ffi.provider.jffi.platform.i386.openbsd...
> Loading source files for package jnr.ffi.provider.jffi.platform.s390.linux...
> Loading source files for package jnr.ffi.provider.jffi.platform.mips.linux...
> Loading source files for package jnr.ffi.mapper...
> Constructing Javadoc information...
> Standard Doclet version 11.0.9.1
> Building tree for all the packages and classes...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Address.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/CallingConvention.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/LastError.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Library.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/LibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/LibraryOption.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Memory.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/NativeLong.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/NativeType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/ObjectReferenceManager.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Platform.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Platform.CPU.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Platform.OS.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Runtime.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.AbstractBoolean.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.AbstractMember.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Address.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Alignment.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.AsciiString.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.AsciiStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.BOOL16.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Boolean.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.BYTE.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Double.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.DWORD.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Enum.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Enum16.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Enum32.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Enum64.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Enum8.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.EnumField.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.EnumLong.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Float.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Function.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.id_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.IntegerAlias.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.key_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.LONG.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Member.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.NumberField.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.off_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Offset.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Padding.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.PointerField.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Signed16.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Signed32.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Signed64.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Signed8.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.SignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.size_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.String.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.StructRef.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.time_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Unsigned16.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Unsigned32.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Unsigned64.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.Unsigned8.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.UnsignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.UTF8String.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.UTF8StringRef.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.UTFString.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.UTFStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.WBOOL.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Struct.WORD.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.AbstractBoolean.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.AbstractField.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.AsciiString.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.AsciiStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Boolean.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Double.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Enum.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Enum16.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Enum32.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Enum64.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Enum8.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.EnumField.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.EnumLong.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Field.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Float.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Function.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.id_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.IntegerAlias.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.key_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.NumberField.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.off_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Offset.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Padding.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Signed16.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Signed32.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Signed64.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Signed8.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.SignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.size_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.String.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.time_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Unsigned16.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Unsigned32.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Unsigned64.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.Unsigned8.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.UnsignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.UTF8String.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.UTF8StringRef.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.UTFString.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.UTFStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/StructLayout.WBOOL.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Type.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/TypeAlias.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Union.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/Variable.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/Clear.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/Delegate.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/Direct.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/Encoding.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/IgnoreError.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/In.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/LongLong.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/Meta.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/NulTerminate.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/Pinned.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/SaveError.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/StdCall.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/Synchronized.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/Transient.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/TypeDefinition.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/AbstractNumberReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/AbstractReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/AddressByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/ByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/ByteByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/DoubleByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/FloatByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/IntByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/LongLongByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/NativeLongByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/NumberByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/PointerByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/ShortByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/AbstractDataConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/AbstractFromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/AbstractSignatureTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/AbstractToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/CachingTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/CompositeFunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/CompositeTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/DataConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/DefaultSignatureType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/DefaultTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/FromNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/FromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/FromNativeConverter.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/FromNativeConverter.FromNative.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/FromNativeConverter.NoContext.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/FromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/FromNativeType.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/FromNativeTypes.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/FunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/FunctionMapper.Builder.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/FunctionMapper.Context.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/MethodParameterContext.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/MethodResultContext.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/SignatureType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/SignatureTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/SignatureTypeMapperAdapter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/ToNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/ToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/ToNativeConverter.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/ToNativeConverter.NoContext.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/ToNativeConverter.PostInvocation.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/ToNativeConverter.ToNative.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/ToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/ToNativeType.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/ToNativeTypes.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/TypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/TypeMapper.Builder.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/AbstractArrayMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/AbstractArrayMemoryIO.ArrayIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/AbstractBufferMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/AbstractMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/AbstractRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/BadType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/BoundedMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/ClosureManager.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/DefaultObjectReferenceManager.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/DelegatingMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/FFIProvider.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/FromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/IdentityFunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/InAccessibleMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/InterfaceScanner.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/IntPointer.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/InvocationSession.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/InvocationSession.PostInvoke.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/Invoker.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/LoadedLibrary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/MemoryManager.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/NativeFunction.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/NativeInvocationHandler.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/NativeVariable.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/NullMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/NullTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/ParameterFlags.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/ParameterType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/ResultType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/ShareMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/SigType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/ToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/BoxedBooleanArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/BoxedBooleanArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/BoxedByteArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/BoxedByteArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/BoxedDoubleArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/BoxedDoubleArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/BoxedFloatArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/BoxedFloatArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/BoxedIntegerArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/BoxedIntegerArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/BoxedLong32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/BoxedLong32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/BoxedLong64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/BoxedLong64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/BoxedShortArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/BoxedShortArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/ByReferenceParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/ByReferenceParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/CharSequenceArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/CharSequenceArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/CharSequenceParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/EnumConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/EnumSetConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/Long32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/Long32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/NativeLong32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/NativeLong32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/NativeLong64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/NativeLong64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/NativeLongConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/Pointer32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/Pointer32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/Pointer64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/Pointer64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/StringBufferParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/StringBuilderParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/StringResultConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/StructArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/StructArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/StructByReferenceFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/StructByReferenceToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/AbstractAsmLibraryInterface.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/AnnotationTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/AnnotationTypeMapper.AbstractReflectionConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/AnnotationTypeMapper.ReflectionFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/AnnotationTypeMapper.ReflectionToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/ArrayMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/AsmLibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/AsmRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/AsmStructByReferenceFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/BufferParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/ByteBufferMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/ClosureFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/ClosureFromNativeConverter.AbstractClosurePointer.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/ClosureFromNativeConverter.ProxyConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/CodegenUtils.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/FastLongMethodGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/JNIInvokeInterface.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/JNINativeInterface.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/LibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/MemoryUtil.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/MethodGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/NativeClosureFactory.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/NativeClosureProxy.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/NativeFunctionMapperContext.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/NativeLibrary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/NativeMemoryManager.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/NativeRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/NoTrace.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/NoX86.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/NullObjectParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/NumberUtil.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/ParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/PointerParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/PrimitiveArrayParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/Provider.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/SimpleNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/SkinnyMethodAdapter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/SymbolNotFoundError.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/TransientNativeMemory.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/VariableAccessorGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/aarch64/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/arm/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/darwin/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/freebsd/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/openbsd/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/solaris/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/windows/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/mips/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/mipsel/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc/aix/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc/darwin/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc64/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc64le/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/s390/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/s390x/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/sparc/solaris/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/solaris/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/darwin/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/freebsd/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/linux/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/openbsd/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/solaris/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/windows/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/id_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/key_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/off_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/size_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/time_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/AnnotationProxy.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/Annotations.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/BufferUtil.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/EnumMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/EnumMapper.IntegerEnum.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/FinalizablePhantomReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/FinalizableReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/FinalizableReferenceQueue.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/FinalizableSoftReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/FinalizableWeakReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/internal/Finalizer.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/aarch64/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/aarch64/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/arm/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/arm/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/darwin/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/darwin/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/freebsd/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/freebsd/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/openbsd/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/openbsd/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/solaris/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/solaris/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/windows/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/windows/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/mips/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/mips/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/mipsel/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/mipsel/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc/aix/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc/aix/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc/darwin/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc/darwin/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc64/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc64/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc64le/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc64le/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/s390/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/s390/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/s390x/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/s390x/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/sparc/solaris/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/sparc/solaris/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/solaris/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/solaris/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/darwin/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/darwin/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/freebsd/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/freebsd/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/linux/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/linux/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/openbsd/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/openbsd/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/solaris/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/solaris/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/windows/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/windows/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/internal/package-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/internal/package-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/constant-values.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/serialized-form.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Runtime.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Platform.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Platform.CPU.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Platform.OS.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/ObjectReferenceManager.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Variable.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Type.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/LastError.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/TypeAlias.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Union.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Address.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/CallingConvention.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.time_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.size_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.off_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.id_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.key_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Function.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Padding.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.AsciiStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.UTF8StringRef.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.UTFStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.AsciiString.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.UTF8String.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.UTFString.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.String.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Enum.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.EnumLong.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Enum64.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Enum32.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Enum16.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Enum8.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.EnumField.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.StructRef.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.PointerField.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Address.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Double.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Float.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.UnsignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.SignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Unsigned64.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Signed64.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Unsigned32.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Signed32.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Unsigned16.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Signed16.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Unsigned8.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Signed8.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.IntegerAlias.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.NumberField.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.LONG.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.DWORD.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.WORD.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.BYTE.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.BOOL16.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.WBOOL.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Boolean.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.AbstractBoolean.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.AbstractMember.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Member.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Alignment.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Struct.Offset.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/NativeType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/NativeLong.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.time_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.size_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.off_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.id_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.key_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Function.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Padding.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.AsciiStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.UTF8StringRef.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.UTFStringRef.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.AsciiString.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.UTF8String.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.UTFString.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.String.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Enum.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.EnumLong.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Enum64.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Enum32.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Enum16.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Enum8.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.EnumField.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Double.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Float.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.UnsignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.SignedLong.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Unsigned64.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Signed64.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Unsigned32.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Signed32.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Unsigned16.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Signed16.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Unsigned8.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Signed8.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.IntegerAlias.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.NumberField.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.WBOOL.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Boolean.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.AbstractBoolean.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.AbstractField.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Offset.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/StructLayout.Field.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/LibraryOption.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Pointer.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Memory.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/LibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/class-use/Library.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/class-use/AbstractReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/class-use/ShortByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/class-use/IntByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/class-use/DoubleByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/class-use/AddressByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/class-use/PointerByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/class-use/ByteByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/class-use/NumberByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/class-use/ByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/class-use/LongLongByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/class-use/AbstractNumberReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/class-use/FloatByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/class-use/NativeLongByReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/class-use/AnnotationProxy.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/class-use/Annotations.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/class-use/EnumMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/class-use/EnumMapper.IntegerEnum.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/class-use/BufferUtil.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/class-use/FinalizableWeakReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/class-use/FinalizableSoftReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/class-use/FinalizableReferenceQueue.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/class-use/FinalizableReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/class-use/FinalizablePhantomReference.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/internal/class-use/Finalizer.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/dev_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/blkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/u_int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/socklen_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/time_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/int16_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/u_int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/size_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/swblk_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/uid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/rlim_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/ino_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/clock_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/fsfilcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/off_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/u_int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/blksize_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/id_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/in_port_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/int8_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/caddr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/gid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/sa_family_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/ssize_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/uintptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/pid_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/nlink_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/intptr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/fsblkcnt_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/in_addr_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/mode_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/key_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/ino64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/int64_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/class-use/u_int32_t.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/class-use/Direct.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/class-use/SaveError.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/class-use/Delegate.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/class-use/IgnoreError.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/class-use/Synchronized.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/class-use/In.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/class-use/LongLong.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/class-use/Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/class-use/Clear.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/class-use/TypeDefinition.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/class-use/Transient.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/class-use/Encoding.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/class-use/Meta.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/class-use/Pinned.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/class-use/NulTerminate.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/class-use/StdCall.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/NativeFunction.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/LoadedLibrary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/NullMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/ShareMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/InAccessibleMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/NullTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/DefaultObjectReferenceManager.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/InvocationSession.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/InvocationSession.PostInvoke.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/InterfaceScanner.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/ClosureManager.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/FromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/AbstractBufferMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/ResultType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/Invoker.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/IntPointer.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/BadType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/AbstractArrayMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/AbstractArrayMemoryIO.ArrayIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/FFIProvider.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/NativeVariable.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/NativeInvocationHandler.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/IdentityFunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/BoundedMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/ParameterFlags.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/ToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/MemoryManager.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/AbstractRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/SigType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/DelegatingMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/AbstractMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/class-use/ParameterType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/EnumSetConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/BoxedByteArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/BoxedByteArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/StructArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/StructArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/NativeLongConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/Pointer32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/Pointer32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/NativeLong64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/NativeLong64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/StringBufferParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/BoxedLong64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/BoxedLong64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/Long32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/Long32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/StructByReferenceToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/BoxedFloatArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/BoxedFloatArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/EnumConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/BoxedDoubleArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/BoxedDoubleArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/BoxedShortArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/BoxedShortArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/Pointer64ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/Pointer64ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/BoxedBooleanArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/BoxedBooleanArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/StringBuilderParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/BoxedLong32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/BoxedLong32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/CharSequenceArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/CharSequenceArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/BoxedIntegerArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/BoxedIntegerArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/StructByReferenceFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/StringResultConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/NativeLong32ArrayParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/NativeLong32ArrayParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/ByReferenceParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/ByReferenceParameterConverter.Out.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/class-use/CharSequenceParameterConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/NoX86.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/SkinnyMethodAdapter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/MethodGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/NativeMemoryManager.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/CodegenUtils.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/PrimitiveArrayParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/MemoryUtil.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/AsmStructByReferenceFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/JNIInvokeInterface.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/SimpleNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/ArrayMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/AsmRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/ByteBufferMemoryIO.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/NativeFunctionMapperContext.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/ParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/NativeRuntime.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/NativeClosureProxy.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/Provider.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/NumberUtil.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/NativeClosureFactory.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/PointerParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/FastLongMethodGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/AsmLibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/SymbolNotFoundError.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/TransientNativeMemory.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/JNINativeInterface.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/VariableAccessorGenerator.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/AbstractAsmLibraryInterface.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/NoTrace.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/NullObjectParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/ClosureFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/ClosureFromNativeConverter.AbstractClosurePointer.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/ClosureFromNativeConverter.ProxyConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/AnnotationTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/AnnotationTypeMapper.ReflectionToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/AnnotationTypeMapper.ReflectionFromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/AnnotationTypeMapper.AbstractReflectionConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/LibraryLoader.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/BufferParameterStrategy.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/class-use/NativeLibrary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc/darwin/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc/aix/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/arm/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/sparc/solaris/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/freebsd/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/windows/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/darwin/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/solaris/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/openbsd/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/aarch64/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/solaris/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/s390x/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc64/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc64le/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/mipsel/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/freebsd/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/windows/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/darwin/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/solaris/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/openbsd/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/s390/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/mips/linux/class-use/TypeAliases.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/MethodResultContext.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/ToNativeTypes.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/CachingTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/FromNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/SignatureTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/MethodParameterContext.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/AbstractToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/SignatureType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/FromNativeTypes.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/AbstractDataConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/FromNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/FromNativeConverter.FromNative.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/FromNativeConverter.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/FromNativeConverter.NoContext.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/FromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/FromNativeType.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/TypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/TypeMapper.Builder.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/ToNativeContext.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/CompositeTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/FunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/FunctionMapper.Builder.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/FunctionMapper.Context.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/DefaultSignatureType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/AbstractSignatureTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/DataConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/DefaultTypeMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/ToNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/ToNativeType.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/CompositeFunctionMapper.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/AbstractFromNativeType.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/SignatureTypeMapperAdapter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/ToNativeConverter.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/ToNativeConverter.ToNative.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/ToNativeConverter.Cacheable.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/ToNativeConverter.NoContext.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/class-use/ToNativeConverter.PostInvocation.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/annotations/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/byref/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/mapper/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/converters/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/aarch64/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/arm/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/darwin/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/freebsd/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/openbsd/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/solaris/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/i386/windows/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/mips/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/mipsel/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc/aix/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc/darwin/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc64/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/ppc64le/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/s390/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/s390x/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/sparc/solaris/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/sparcv9/solaris/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/darwin/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/freebsd/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/linux/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/openbsd/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/solaris/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/provider/jffi/platform/x86_64/windows/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/types/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/package-use.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/jnr/ffi/util/ref/internal/package-use.html...
> Building index for all the packages and classes...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/overview-tree.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/index-all.html...
> Building index for all classes...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/allclasses-index.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/allpackages-index.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/deprecated-list.html...
> Building index for all classes...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/allclasses.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/allclasses.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/index.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/overview-summary.html...
> Generating /<<PKGBUILDDIR>>/target/site/apidocs/help-doc.html...
> [WARNING] Javadoc Warnings
> [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  20.413 s
> [INFO] Finished at: 2020-12-05T01:39:58Z
> [INFO] ------------------------------------------------------------------------
>    jh_build -O--buildsystem=maven
>    dh_auto_test -O--buildsystem=maven
> 	/usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test
> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
> WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
> WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
> WARNING: All illegal access operations will be denied in a future release
> [INFO] Scanning for projects...
> [INFO] 
> [INFO] -----------------------< com.github.jnr:jnr-ffi >-----------------------
> [INFO] Building jnr-ffi 2.1.7
> [INFO] --------------------------------[ jar ]---------------------------------
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ jnr-ffi ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/src/main/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jnr-ffi ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-bundle-plugin:3.5.1:manifest (bundle-manifest) @ jnr-ffi ---
> [INFO] 
> [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ jnr-ffi ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory /<<PKGBUILDDIR>>/src/test/resources
> [INFO] 
> [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jnr-ffi ---
> [INFO] Nothing to compile - all classes are up to date
> [INFO] 
> [INFO] --- maven-antrun-plugin:1.8:run (default) @ jnr-ffi ---
> [WARNING] Parameter tasks is deprecated, use target instead
> [INFO] Executing tasks
> 
> main:
>      [exec] make[1]: Entering directory '/<<PKGBUILDDIR>>'
>      [exec] make[1]: Nothing to be done for 'all'.
>      [exec] make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> [INFO] Executed tasks
> [INFO] 
> [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ jnr-ffi ---
> [INFO] 
> [INFO] -------------------------------------------------------
> [INFO]  T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running jnr.ffi.LibraryLoaderTest
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in jnr.ffi.LibraryLoaderTest
> [INFO] Running jnr.ffi.LastErrorTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in jnr.ffi.LastErrorTest
> [INFO] Running jnr.ffi.BufferTest
> [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in jnr.ffi.BufferTest
> [INFO] Running jnr.ffi.ObjectReferenceManagerTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in jnr.ffi.ObjectReferenceManagerTest
> [INFO] Running jnr.ffi.PlatformTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in jnr.ffi.PlatformTest
> [INFO] Running jnr.ffi.MemoryIOTest
> [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in jnr.ffi.MemoryIOTest
> [INFO] Running jnr.ffi.LibraryTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in jnr.ffi.LibraryTest
> [INFO] Running jnr.ffi.DelegateTest
> [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s - in jnr.ffi.DelegateTest
> [INFO] Running jnr.ffi.byref.PointerByReferenceTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in jnr.ffi.byref.PointerByReferenceTest
> [INFO] Running jnr.ffi.byref.ByteByReferenceTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in jnr.ffi.byref.ByteByReferenceTest
> [INFO] Running jnr.ffi.byref.IntByReferenceTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in jnr.ffi.byref.IntByReferenceTest
> [INFO] Running jnr.ffi.byref.AddressByReferenceTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in jnr.ffi.byref.AddressByReferenceTest
> [INFO] Running jnr.ffi.EnumTest
> [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in jnr.ffi.EnumTest
> [INFO] Running jnr.ffi.GlobalVariableTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in jnr.ffi.GlobalVariableTest
> [INFO] Running jnr.ffi.NumberTest
> [ERROR] Tests run: 17, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.599 s <<< FAILURE! - in jnr.ffi.NumberTest
> [ERROR] testBooleanFromInt(jnr.ffi.NumberTest)  Time elapsed: 0.005 s  <<< FAILURE!
> java.lang.AssertionError: expected:<true> but was:<false>
> 	at jnr.ffi.NumberTest.testBooleanFromInt(NumberTest.java:358)
> 
> [INFO] Running jnr.ffi.StringArrayTest
> [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in jnr.ffi.StringArrayTest
> [INFO] Running jnr.ffi.struct.AsciiStringFieldTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in jnr.ffi.struct.AsciiStringFieldTest
> [INFO] Running jnr.ffi.struct.PaddingTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in jnr.ffi.struct.PaddingTest
> [INFO] Running jnr.ffi.struct.UTF8StringFieldTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in jnr.ffi.struct.UTF8StringFieldTest
> [INFO] Running jnr.ffi.struct.AlignmentTest
> [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in jnr.ffi.struct.AlignmentTest
> [INFO] Running jnr.ffi.struct.EnumTest
> [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in jnr.ffi.struct.EnumTest
> [INFO] Running jnr.ffi.struct.UnionTest
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in jnr.ffi.struct.UnionTest
> [INFO] Running jnr.ffi.struct.StructLayoutTest
> [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in jnr.ffi.struct.StructLayoutTest
> [INFO] Running jnr.ffi.struct.StructureTest
> [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in jnr.ffi.struct.StructureTest
> [INFO] Running jnr.ffi.struct.ArrayTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in jnr.ffi.struct.ArrayTest
> [INFO] Running jnr.ffi.PointerTest
> [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in jnr.ffi.PointerTest
> [INFO] Running jnr.ffi.ResultConverterTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in jnr.ffi.ResultConverterTest
> [INFO] Running jnr.ffi.StringTest
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in jnr.ffi.StringTest
> [INFO] Running jnr.ffi.TypeDefinitionTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in jnr.ffi.TypeDefinitionTest
> [INFO] Running jnr.ffi.ArrayTest
> [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in jnr.ffi.ArrayTest
> [INFO] Running jnr.ffi.InvocationTest
> [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in jnr.ffi.InvocationTest
> [INFO] Running jnr.ffi.provider.InterfaceScannerTest
> [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 s - in jnr.ffi.provider.InterfaceScannerTest
> [INFO] Running jnr.ffi.mapper.AnnotatedMappedTypeTest
> [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in jnr.ffi.mapper.AnnotatedMappedTypeTest
> [INFO] Running jnr.ffi.mapper.CachingTypeMapperTest
> [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in jnr.ffi.mapper.CachingTypeMapperTest
> [INFO] Running jnr.ffi.VarargsTest
> [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in jnr.ffi.VarargsTest
> [INFO] 
> [INFO] Results:
> [INFO] 
> [ERROR] Failures: 
> [ERROR]   NumberTest.testBooleanFromInt:358 expected:<true> but was:<false>
> [INFO] 
> [ERROR] Tests run: 283, Failures: 1, Errors: 0, Skipped: 1
> [INFO] 
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  13.875 s
> [INFO] Finished at: 2020-12-05T01:40:13Z
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project jnr-ffi: There are test failures.
> [ERROR] 
> [ERROR] Please refer to /<<PKGBUILDDIR>>/target/surefire-reports for the individual test results.
> [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
> [ERROR] -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> dh_auto_test: error: /usr/lib/jvm/default-java/bin/java -noverify -cp /usr/share/maven/boot/plexus-classworlds-2.x.jar -Dmaven.home=/usr/share/maven -Dmaven.multiModuleProjectDirectory=/<<PKGBUILDDIR>> -Dclassworlds.conf=/etc/maven/m2-debian.conf org.codehaus.plexus.classworlds.launcher.Launcher -s/etc/maven/settings-debian.xml -Ddebian.dir=/<<PKGBUILDDIR>>/debian -Dmaven.repo.local=/<<PKGBUILDDIR>>/debian/maven-repo --batch-mode test returned exit code 1

The full build log is available from:
   http://qa-logs.debian.net/2020/12/05/jnr-ffi_2.1.7-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with me
so that we can identify if something relevant changed in the meantime.

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the pkg-java-maintainers mailing list