>>> objfw: Building community/objfw 1.5.7-r0 (using abuild 3.14.1-r4) started Wed, 08 Jul 2026 19:34:20 +0000 >>> objfw: Validating /home/buildozer/aports/community/objfw/APKBUILD... >>> objfw: Analyzing dependencies... >>> objfw: Installing for build: build-base clang19 openssl-dev zlib-dev doxygen autoconf automake linux-headers (1/21) Installing clang19-headers (19.1.4-r0) (2/21) Installing libffi (3.4.7-r0) (3/21) Installing xz-libs (5.8.3-r0) (4/21) Installing libxml2 (2.13.9-r1) (5/21) Installing llvm19-libs (19.1.4-r1) (6/21) Installing clang19-libs (19.1.4-r0) (7/21) Installing llvm19-linker-tools (19.1.4-r1) (8/21) Installing clang19 (19.1.4-r0) (9/21) Installing openssl-dev (3.3.7-r0) (10/21) Installing zlib-dev (1.3.2-r0) (11/21) Installing doxygen (1.12.0-r0) (12/21) Installing m4 (1.4.19-r3) (13/21) Installing libbz2 (1.0.8-r6) (14/21) Installing perl (5.40.4-r0) (15/21) Installing autoconf (2.72-r0) (16/21) Installing automake (1.17-r0) (17/21) Installing linux-headers (6.6-r1) (18/21) Installing .makedepends-objfw (20260708.193421) (19/21) Installing perl-error (0.17029-r2) (20/21) Installing perl-git (2.47.3-r0) (21/21) Installing git-perl (2.47.3-r0) Executing busybox-1.37.0-r14.trigger OK: 573 MiB in 122 packages >>> objfw: Cleaning up srcdir >>> objfw: Cleaning up pkgdir >>> objfw: Cleaning up tmpdir >>> objfw: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/objfw-1.5.7.tar.gz >>> objfw: Fetching https://distfiles.alpinelinux.org/distfiles/v3.21/objfw-1.5.7.tar.gz >>> objfw: Checking sha512sums... objfw-1.5.7.tar.gz: OK >>> objfw: Unpacking /var/cache/distfiles/v3.21/objfw-1.5.7.tar.gz... checking build system type... armv6-alpine-linux-musleabihf checking host system type... armv6-alpine-linux-musleabihf checking for a BSD-compatible install... /usr/bin/install -c checking for armv6-alpine-linux-musleabihf-clang... clang-19 -target armv6-alpine-linux-musleabihf checking whether the Objective C compiler works... yes checking for Objective C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU Objective C... yes checking whether clang-19 -target armv6-alpine-linux-musleabihf accepts -g... yes checking how to run the Objective C preprocessor... clang-19 -target armv6-alpine-linux-musleabihf -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does not truncate output... /bin/sed checking whether ln -s works... yes checking for egrep -e... (cached) /bin/grep -E checking whether Objective C compiler accepts -std=gnu11... yes checking whether Objective C compiler accepts -pipe... yes checking whether Objective C compiler accepts -fno-common... yes checking whether Objective C compiler accepts -Xclang -fno-constant-cfstrings... yes checking whether Objective C compiler accepts -Xclang -fno-constant-nsnumber-literals... no checking whether Objective C compiler accepts -Xclang -fno-constant-nsarray-literals... no checking whether Objective C compiler accepts -Xclang -fno-constant-nsdictionary-literals... no checking whether Objective C compiler accepts -Wsign-compare -Werror... yes checking whether Objective C compiler accepts -Wshadow -Werror... yes checking whether Objective C compiler accepts -Wshorten-64-to-32 -Werror... yes checking whether Objective C compiler accepts -Wundeclared-selector -Werror... yes checking whether Objective C compiler accepts -Wsemicolon-before-method-body -Werror... yes checking whether Objective C compiler accepts -Wobjc-missing-property-synthesis -Werror... yes checking whether Objective C compiler accepts -Wmissing-method-return-type -Werror... yes checking whether Objective C compiler supports properties... yes checking for armv6-alpine-linux-musleabihf-ar... no checking for ar... ar checking for armv6-alpine-linux-musleabihf-ranlib... no checking for ranlib... ranlib checking for Stack Protector... strong checking for RELRO support... yes checking for shared library type... ELF checking for plugin type... ELF checking for Position Independent Executable support... yes checking whether we need -D_GNU_SOURCE... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for complex.h... yes checking for sys/ioctl.h... yes checking for sys/ttycom.h... no checking for objc/objc.h... no checking which Objective C runtime to use... ObjFW runtime checking whether -fobjc-runtime=objfw-1.5 is supported... yes checking for exception type... DWARF checking for library containing _Unwind_RaiseException... none required checking for _Unwind_GetDataRelBase... yes checking for _Unwind_GetTextRelBase... yes checking for _Unwind_Backtrace... yes checking whether Objective C compiler supports ARC... yes checking whether byte ordering is bigendian... no checking for SSIZE_MAX... yes checking for UINTPTR_MAX... yes checking for inttypes.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdnoreturn.h... yes checking for wchar_t... yes checking for wchar.h... yes checking size of float... 4 checking size of double... 8 checking for working _Float16... yes checking for floating point endianness... little endian checking for blx... yes checking for VFP2 or above... yes checking for fmod in -lm... yes checking for creal in -lcomplex... no checking for strtof... yes checking for truncf... yes checking for asprintf... yes checking for arc4random... no checking for arc4random_buf... no checking for getrandom... yes checking for dlopen in -ldl... yes checking for dladdr... yes checking for sys/mman.h... yes checking for mmap... yes checking for mlock... yes checking for threads... POSIX checking whether Objective C compiler accepts -Wp,-pthread... yes checking for main in -lpthread... yes checking for pthread_spin_lock... yes checking for sched_yield... yes checking for pthread_attr_getschedpolicy... yes checking for pthread_attr_setinheritsched... yes checking for pthread_np.h... no checking for pthread_set_name_np... no checking for pthread_setname_np... yes checking for threads.h... yes checking whether _Thread_local works... yes checking whether we have an atomic ops assembly implementation... no checking whether __atomic_* works... yes checking whether __sync_* works... yes checking for libkern/OSAtomic.h... no checking for atomic operations... __atomic_* builtins checking for off64_t... no checking for pwd.h... yes checking for grp.h... yes checking for chmod... yes checking for chown... yes checking for link... yes checking for symlink... yes checking for lstat... yes checking for lutimes... yes checking for utimensat... yes checking for struct stat.st_atim... yes checking for struct stat.st_mtim... yes checking for struct stat.st_ctim... yes checking for struct stat.st_birthtime... no checking for struct stat.st_atimespec... no checking for struct stat.st_mtimespec... no checking for struct stat.st_ctimespec... no checking for struct stat.st_birthtimespec... no checking for dirent.h... yes checking for sysconf... yes checking for clock_gettime... yes checking for gmtime_r... yes checking for localtime_r... yes checking for fcntl.h... yes checking for fcntl... yes checking for nanosleep... yes checking for xlocale.h... no checking for newlocale... yes checking for uselocale... yes checking for strtod_l... yes checking for strtof_l... yes checking for asprintf_l... no checking whether *_l functions need _GNU_SOURCE... yes checking for strerror_r... yes checking for return type of strerror_r... int checking for sys/utsname.h... yes checking for uname... yes checking for pipe... yes checking for armv6-alpine-linux-musleabihf-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for socket in -lsocket... no checking for sys/socket.h... yes checking for struct sockaddr.sa_len... no checking for struct sockaddr_storage... yes checking for netinet/in.h... yes checking for netinet/tcp.h... yes checking for netinet/sctp.h... no checking for arpa/inet.h... yes checking for netdb.h... yes checking for sys/sockio.h... no checking for net/if.h... yes checking for net/if_arp.h... yes checking for net/if_dl.h... no checking for net/if_types.h... no checking for if_indextoname... yes checking for if_nametoindex... yes checking for if_nameindex... yes checking for struct sockaddr_dl... no checking for struct lifconf... no checking for struct ifreq.ifr_hwaddr... yes checking for sys/un.h... yes checking for struct sockaddr_in6.sin6_addr... yes checking for afunix.h... no checking for struct sockaddr_un.sun_path... yes checking for struct sockaddr_un.sun_len... no checking for getpeereid... no checking for netipx/ipx.h... no checking for struct sockaddr_ipx.sipx_network... no checking for struct sockaddr_ipx.sa_netnum... no checking for struct sockaddr_ipx.sipx_addr.x_port... no checking for netat/appletalk.h... no checking for netatalk/at.h... no checking for struct sockaddr_at.sat_addr... no checking for struct sockaddr_at.sat_net... no checking for paccept... no checking for accept4... yes checking for kqueue1... no checking for kqueue... no checking for epoll_create1... yes checking for poll.h... yes checking for poll... yes checking for sys/select.h... yes checking for select... yes checking for openssl/ssl.h... yes checking for SSL_set1_host in -lssl... yes checking for __builtin_bswap16... yes checking for __builtin_bswap32... yes checking for __builtin_bswap64... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for kill... yes checking for posix_spawnp... yes checking for spawn.h... yes checking for ioctl... yes checking for isatty... yes checking for pledge... no checking whether Objective C compiler supports blocks... yes checking whether we need -Wno-strict-aliasing due to GCC bugs... no checking whether we need -Wno-unused-property-ivar due to Clang bugs... no checking whether -Wcast-align is buggy... no checking whether -Wunreachable-code can be used... yes checking whether -Wdocumentation works correctly... yes checking whether -pedantic is buggy... no checking whether we need -Wno-strict-prototypes... no checking whether we need -Wno-gnu-imaginary-constant... no configure: creating ./config.status config.status: creating tests/plugin/Info.plist config.status: creating src/runtime/Info.plist config.status: creating src/tls/ObjFWTLS.oc config.status: creating src/tls/Info.plist config.status: creating buildsys.mk config.status: creating extra.mk config.status: creating misc/ObjFWConfig.cmake config.status: creating misc/ObjFWConfigVersion.cmake config.status: creating src/Info.plist config.status: creating src/hid/Info.plist config.status: creating src/hid/ObjFWHID.oc config.status: creating tests/Info.plist config.status: creating utils/objfw-config config.status: creating config.h config.status: creating src/objfw-defs.h Entering directory src. Entering directory runtime. Entering directory exceptions. Entering directory encodings. Entering directory forwarding. Entering directory lookup-asm. Compiling forwarding.S (lib)... Compiling codepage-437.m (lib)... Compiling codepage-850.m (lib)... Compiling lookup-asm.S (lib)... Compiling codepage-852.m (lib)... Compiling codepage-858.m (lib)... Compiling iso-8859-2.m (lib)... Compiling iso-8859-3.m (lib)... Compiling iso-8859-15.m (lib)... Compiling koi8-r.m (lib)... Compiling koi8-u.m (lib)... Compiling mac-roman.m (lib)... Compiling windows-1250.m (lib)... Compiling windows-1251.m (lib)... Compiling windows-1252.m (lib)... Compiling OFAllocFailedException.m (lib)... Compiling OFAlreadyOpenException.m (lib)... Compiling OFChecksumMismatchException.m (lib)... Compiling OFCopyItemFailedException.m (lib)... Compiling OFCreateDirectoryFailedException.m (lib)... Compiling OFCreateSymbolicLinkFailedException.m (lib)... Compiling OFEnumerationMutationException.m (lib)... Compiling OFException.m (lib)... Compiling OFGetItemAttributesFailedException.m (lib)... Compiling OFGetOptionFailedException.m (lib)... Compiling OFHashAlreadyCalculatedException.m (lib)... Compiling OFHashNotCalculatedException.m (lib)... Compiling OFInitializationFailedException.m (lib)... Successfully compiled lookup-asm.S (lib). Compiling OFInvalidArgumentException.m (lib)... Successfully compiled forwarding.S (lib). Linking forwarding.lib.a... Linking lookup-asm.lib.a... Compiling OFInvalidEncodingException.m (lib)... Compiling OFInvalidFormatException.m (lib)... Compiling OFInvalidJSONException.m (lib)... Compiling OFInvalidServerResponseException.m (lib)... Compiling OFLinkItemFailedException.m (lib)... Compiling OFLockFailedException.m (lib)... Compiling OFMalformedXMLException.m (lib)... Compiling OFMoveItemFailedException.m (lib)... Compiling OFNotImplementedException.m (lib)... Compiling OFNotOpenException.m (lib)... Compiling OFOpenItemFailedException.m (lib)... Compiling OFOutOfMemoryException.m (lib)... Successfully linked forwarding.lib.a. Compiling OFOutOfRangeException.m (lib)... Compiling OFReadFailedException.m (lib)... Compiling OFReadOrWriteFailedException.m (lib)... Compiling OFRemoveItemFailedException.m (lib)... Leaving directory forwarding. Compiling OFSeekFailedException.m (lib)... Compiling OFSetItemAttributesFailedException.m (lib)... Successfully linked lookup-asm.lib.a. Compiling OFSetOptionFailedException.m (lib)... Compiling OFStillLockedException.m (lib)... Compiling OFTruncatedDataException.m (lib)... Compiling OFUnboundNamespaceException.m (lib)... Leaving directory lookup-asm. Compiling OFUnboundPrefixException.m (lib)... Compiling OFUndefinedKeyException.m (lib)... Compiling OFUnknownXMLEntityException.m (lib)... Successfully compiled iso-8859-3.m (lib). Successfully compiled iso-8859-2.m (lib). Compiling OFUnlockFailedException.m (lib)... Successfully compiled codepage-852.m (lib). Successfully compiled codepage-858.m (lib). Successfully compiled codepage-437.m (lib). Compiling OFUnsupportedProtocolException.m (lib)... Compiling OFUnsupportedVersionException.m (lib)... Compiling OFWriteFailedException.m (lib)... Compiling OFChangeCurrentDirectoryFailedException.m (lib)... Compiling arc.m (lib)... Compiling association.m (lib)... Compiling OFGetCurrentDirectoryFailedException.m (lib)... Compiling autorelease.m (lib)... Successfully compiled koi8-u.m (lib). Compiling OFLoadPluginFailedException.m (lib)... Successfully compiled iso-8859-15.m (lib). Successfully compiled koi8-r.m (lib). Compiling OFLoadModuleFailedException.m (lib)... Compiling OFAcceptSocketFailedException.m (lib)... Successfully compiled windows-1250.m (lib). Compiling category.m (lib)... Compiling class.m (lib)... Successfully compiled windows-1252.m (lib). Compiling OFBindIPSocketFailedException.m (lib)... Compiling OFBindSocketFailedException.m (lib)... Compiling dtable.m (lib)... Compiling OFConnectIPSocketFailedException.m (lib)... Compiling exception.m (lib)... Compiling OFConnectSocketFailedException.m (lib)... Compiling hashtable.m (lib)... Compiling init.m (lib)... Compiling OFDNSQueryFailedException.m (lib)... Compiling instance.m (lib)... Compiling OFHTTPRequestFailedException.m (lib)... Compiling OFListenOnSocketFailedException.m (lib)... Successfully compiled OFInvalidArgumentException.m (lib). Compiling ivar.m (lib)... Compiling lookup.m (lib)... Successfully compiled OFEnumerationMutationException.m (lib). Successfully compiled OFGetOptionFailedException.m (lib). Successfully compiled windows-1251.m (lib). Compiling OFObserveKernelEventsFailedException.m (lib)... Compiling method.m (lib)... Compiling OFResolveHostFailedException.m (lib)... Compiling OFTLSHandshakeFailedException.m (lib)... Successfully compiled mac-roman.m (lib). Successfully compiled OFInitializationFailedException.m (lib). Compiling OFBindUNIXSocketFailedException.m (lib)... Compiling misc.m (lib)... Compiling OFConnectUNIXSocketFailedException.m (lib)... Compiling property.m (lib)... Compiling protocol.m (lib)... Compiling OFBroadcastConditionFailedException.m (lib)... Compiling selector.m (lib)... Successfully compiled OFMalformedXMLException.m (lib). Compiling OFConditionStillWaitingException.m (lib)... Compiling OFJoinThreadFailedException.m (lib)... Compiling sparsearray.m (lib)... Compiling OFSignalConditionFailedException.m (lib)... Compiling static-instances.m (lib)... Compiling OFStartThreadFailedException.m (lib)... Successfully compiled OFRemoveItemFailedException.m (lib). Successfully compiled codepage-850.m (lib). Compiling synchronized.m (lib)... Successfully compiled OFSeekFailedException.m (lib). Linking encodings.lib.a... Successfully compiled OFMoveItemFailedException.m (lib). Compiling OFThreadStillRunningException.m (lib)... Compiling tagged-pointer.m (lib)... Successfully compiled OFLockFailedException.m (lib). Successfully compiled OFChecksumMismatchException.m (lib). Compiling OFOnce.m (lib)... Compiling OFWaitForConditionFailedException.m (lib)... Successfully compiled OFUnboundPrefixException.m (lib). Compiling OFActivateSandboxFailedException.m (lib)... Successfully compiled OFCopyItemFailedException.m (lib). Successfully compiled OFUndefinedKeyException.m (lib). Successfully compiled OFCreateDirectoryFailedException.m (lib). Compiling OFPlainMutex.m (lib)... Compiling OFTLSKey.m (lib)... Successfully compiled OFInvalidJSONException.m (lib). Successfully compiled OFSetItemAttributesFailedException.m (lib). Successfully compiled OFReadFailedException.m (lib). Compiling threading.m (lib)... Successfully compiled OFInvalidEncodingException.m (lib). Successfully compiled OFNotOpenException.m (lib). Successfully compiled OFGetCurrentDirectoryFailedException.m (lib). Successfully compiled OFInvalidServerResponseException.m (lib). Successfully compiled OFUnknownXMLEntityException.m (lib). Successfully compiled OFGetItemAttributesFailedException.m (lib). Successfully compiled lookup.m (lib). Successfully compiled OFLoadPluginFailedException.m (lib). Successfully compiled OFInvalidFormatException.m (lib). Successfully compiled OFHashNotCalculatedException.m (lib). Successfully compiled OFTruncatedDataException.m (lib). Successfully compiled OFStillLockedException.m (lib). Successfully compiled instance.m (lib). Successfully compiled OFNotImplementedException.m (lib). Successfully linked encodings.lib.a. Successfully compiled OFAlreadyOpenException.m (lib). Successfully compiled OFSetOptionFailedException.m (lib). Successfully compiled OFAllocFailedException.m (lib). Successfully compiled OFCreateSymbolicLinkFailedException.m (lib). Leaving directory encodings. Successfully compiled method.m (lib). Successfully compiled misc.m (lib). Successfully compiled OFChangeCurrentDirectoryFailedException.m (lib). Successfully compiled tagged-pointer.m (lib). Successfully compiled OFWriteFailedException.m (lib). Successfully compiled init.m (lib). Successfully compiled OFUnsupportedProtocolException.m (lib). Successfully compiled OFOutOfMemoryException.m (lib). Successfully compiled OFUnlockFailedException.m (lib). Successfully compiled static-instances.m (lib). Successfully compiled OFHashAlreadyCalculatedException.m (lib). Successfully compiled OFDNSQueryFailedException.m (lib). Successfully compiled OFOutOfRangeException.m (lib). Successfully compiled OFOpenItemFailedException.m (lib). Successfully compiled OFPlainMutex.m (lib). Successfully compiled OFLinkItemFailedException.m (lib). Successfully compiled OFReadOrWriteFailedException.m (lib). Successfully compiled dtable.m (lib). Successfully compiled category.m (lib). Successfully compiled OFUnboundNamespaceException.m (lib). Successfully compiled synchronized.m (lib). Successfully compiled hashtable.m (lib). Successfully compiled OFException.m (lib). Successfully compiled OFBroadcastConditionFailedException.m (lib). Successfully compiled protocol.m (lib). Successfully compiled OFBindUNIXSocketFailedException.m (lib). Successfully compiled threading.m (lib). Successfully compiled OFSignalConditionFailedException.m (lib). Successfully compiled ivar.m (lib). Successfully compiled autorelease.m (lib). Successfully compiled OFStartThreadFailedException.m (lib). Successfully compiled arc.m (lib). Successfully compiled OFTLSKey.m (lib). Successfully compiled OFUnsupportedVersionException.m (lib). Successfully compiled OFOnce.m (lib). Successfully compiled OFThreadStillRunningException.m (lib). Successfully compiled OFTLSHandshakeFailedException.m (lib). Successfully compiled OFLoadModuleFailedException.m (lib). Successfully compiled OFObserveKernelEventsFailedException.m (lib). Successfully compiled sparsearray.m (lib). Successfully compiled OFConnectIPSocketFailedException.m (lib). Successfully compiled OFBindIPSocketFailedException.m (lib). Successfully compiled OFBindSocketFailedException.m (lib). Successfully compiled selector.m (lib). Successfully compiled OFConnectSocketFailedException.m (lib). Successfully compiled OFHTTPRequestFailedException.m (lib). Successfully compiled OFConditionStillWaitingException.m (lib). Successfully compiled OFConnectUNIXSocketFailedException.m (lib). Successfully compiled OFAcceptSocketFailedException.m (lib). Successfully compiled OFResolveHostFailedException.m (lib). Successfully compiled OFJoinThreadFailedException.m (lib). Successfully compiled association.m (lib). Successfully compiled OFActivateSandboxFailedException.m (lib). Successfully compiled OFListenOnSocketFailedException.m (lib). Successfully compiled OFWaitForConditionFailedException.m (lib). Linking exceptions.lib.a... Successfully compiled exception.m (lib). Successfully compiled property.m (lib). Successfully linked exceptions.lib.a. Leaving directory exceptions. Successfully compiled class.m (lib). Linking libobjfwrt.so... Successfully linked libobjfwrt.so. Leaving directory runtime. Compiling OFApplication.m (lib)... Compiling OFArray.m (lib)... Compiling OFBlock.m (lib)... Compiling OFCanvas.m (lib)... Compiling OFCharacterSet.m (lib)... Compiling OFColor.m (lib)... Compiling OFColorSpace.m (lib)... Compiling OFConstantString.m (lib)... Compiling OFCountedSet.m (lib)... Compiling OFData.m (lib)... Compiling OFData+CryptographicHashing.m (lib)... Compiling OFData+MessagePackParsing.m (lib)... Compiling OFDate.m (lib)... Compiling OFDeflate64Stream.m (lib)... Compiling OFDeflateStream.m (lib)... Compiling OFDictionary.m (lib)... Compiling OFEmbeddedIRIHandler.m (lib)... Compiling OFEnumerator.m (lib)... Compiling OFFileManager.m (lib)... Compiling OFGZIPStream.m (lib)... Compiling OFHMAC.m (lib)... Compiling OFINICategory.m (lib)... Compiling OFINIFile.m (lib)... Compiling OFINISection.m (lib)... Compiling OFIRI.m (lib)... Compiling OFIRIHandler.m (lib)... Compiling OFImage.m (lib)... Compiling OFImageFormatHandler.m (lib)... Compiling OFIndexSet.m (lib)... Compiling OFInflate64Stream.m (lib)... Compiling OFInflateStream.m (lib)... Compiling OFInvocation.m (lib)... Compiling OFLHAArchive.m (lib)... Compiling OFLHAArchiveEntry.m (lib)... Compiling OFList.m (lib)... Compiling OFLocale.m (lib)... Compiling OFMD5Hash.m (lib)... Compiling OFMapTable.m (lib)... Compiling OFMatrix4x4.m (lib)... Compiling OFMemoryStream.m (lib)... Compiling OFMessagePackExtension.m (lib)... Compiling OFMethodSignature.m (lib)... Compiling OFMutableArray.m (lib)... Compiling OFMutableData.m (lib)... Compiling OFMutableDictionary.m (lib)... Compiling OFMutableIRI.m (lib)... Compiling OFMutableImage.m (lib)... Compiling OFMutableIndexSet.m (lib)... Compiling OFMutableLHAArchiveEntry.m (lib)... Compiling OFMutablePair.m (lib)... Compiling OFMutableSet.m (lib)... Compiling OFMutableString.m (lib)... Compiling OFMutableTarArchiveEntry.m (lib)... Compiling OFMutableTriple.m (lib)... Compiling OFMutableZIPArchiveEntry.m (lib)... Compiling OFMutableZooArchiveEntry.m (lib)... Compiling OFNotification.m (lib)... Compiling OFNotificationCenter.m (lib)... Compiling OFNull.m (lib)... Compiling OFNumber.m (lib)... Compiling OFObject.m (lib)... Compiling OFObject+KeyValueCoding.m (lib)... Compiling OFOnce.m (lib)... Compiling OFOptionsParser.m (lib)... Compiling OFPBKDF2.m (lib)... Compiling OFPair.m (lib)... Compiling OFRIPEMD160Hash.m (lib)... Compiling OFRunLoop.m (lib)... Compiling OFSHA1Hash.m (lib)... Compiling OFSHA224Hash.m (lib)... Compiling OFSHA224Or256Hash.m (lib)... Compiling OFSHA256Hash.m (lib)... Compiling OFSHA384Hash.m (lib)... Compiling OFSHA384Or512Hash.m (lib)... Compiling OFSHA512Hash.m (lib)... Compiling OFScrypt.m (lib)... Compiling OFSecureData.m (lib)... Compiling OFSeekableStream.m (lib)... Compiling OFSet.m (lib)... Compiling OFSettings.m (lib)... Successfully compiled OFINICategory.m (lib). Compiling OFSortedList.m (lib)... Successfully compiled OFEnumerator.m (lib). Compiling OFStdIOStream.m (lib)... Successfully compiled OFOnce.m (lib). Successfully compiled OFInflate64Stream.m (lib). Compiling OFStream.m (lib)... Successfully compiled OFData+CryptographicHashing.m (lib). Successfully compiled OFMutablePair.m (lib). Compiling OFString.m (lib)... Successfully compiled OFInflateStream.m (lib). Compiling OFString+CryptographicHashing.m (lib)... Compiling OFString+JSONParsing.m (lib)... Compiling OFString+PercentEncoding.m (lib)... Successfully compiled OFMutableTriple.m (lib). Compiling OFString+PropertyListParsing.m (lib)... Successfully compiled OFImageFormatHandler.m (lib). Compiling OFString+XMLEscaping.m (lib)... Successfully compiled OFSHA224Hash.m (lib). Compiling OFString+XMLUnescaping.m (lib)... Successfully compiled OFInvocation.m (lib). Successfully compiled OFSHA256Hash.m (lib). Compiling OFSystemInfo.m (lib)... Successfully compiled OFNull.m (lib). Successfully compiled OFSHA512Hash.m (lib). Compiling OFTarArchive.m (lib)... Successfully compiled OFBlock.m (lib). Compiling OFTarArchiveEntry.m (lib)... Compiling OFThread.m (lib)... Successfully compiled OFCharacterSet.m (lib). Successfully compiled OFHMAC.m (lib). Compiling OFTimer.m (lib)... Successfully compiled OFNotification.m (lib). Compiling OFTriple.m (lib)... Compiling OFUUID.m (lib)... Successfully compiled OFMessagePackExtension.m (lib). Successfully compiled OFMemoryStream.m (lib). Compiling OFValue.m (lib)... Compiling OFXMLAttribute.m (lib)... Compiling OFXMLCDATA.m (lib)... Successfully compiled OFEmbeddedIRIHandler.m (lib). Compiling OFXMLCharacters.m (lib)... Successfully compiled OFIRIHandler.m (lib). Compiling OFXMLComment.m (lib)... Successfully compiled OFPair.m (lib). Successfully compiled OFSHA384Hash.m (lib). Compiling OFXMLElement.m (lib)... Successfully compiled OFMutableIndexSet.m (lib). Compiling OFXMLElementBuilder.m (lib)... Successfully compiled OFMutableLHAArchiveEntry.m (lib). Compiling OFXMLNode.m (lib)... Successfully compiled OFCountedSet.m (lib). Successfully compiled OFMutableZIPArchiveEntry.m (lib). Compiling OFXMLParser.m (lib)... Successfully compiled OFPBKDF2.m (lib). Compiling OFXMLProcessingInstruction.m (lib)... Successfully compiled OFMutableTarArchiveEntry.m (lib). Compiling OFZIPArchive.m (lib)... Compiling OFZIPArchiveEntry.m (lib)... Successfully compiled OFINIFile.m (lib). Compiling OFZooArchive.m (lib)... Successfully compiled OFSortedList.m (lib). Successfully compiled OFMutableImage.m (lib). Compiling OFZooArchiveEntry.m (lib)... Successfully compiled OFMatrix4x4.m (lib). Compiling OFFile.m (lib)... Successfully compiled OFMutableDictionary.m (lib). Successfully compiled OFMutableZooArchiveEntry.m (lib). Compiling OFString+PathAdditions.m (lib)... Successfully compiled OFGZIPStream.m (lib). Compiling OFFileIRIHandler.m (lib)... Successfully compiled OFMutableSet.m (lib). Compiling OFPlugin.m (lib)... Successfully compiled OFApplication.m (lib). Compiling OFModule.m (lib)... Compiling OFAAAADNSResourceRecord.m (lib)... Successfully compiled OFSettings.m (lib). Compiling OFADNSResourceRecord.m (lib)... Compiling OFCNAMEDNSResourceRecord.m (lib)... Successfully compiled OFMD5Hash.m (lib). Compiling OFDNSQuery.m (lib)... Successfully compiled OFSeekableStream.m (lib). Successfully compiled OFMutableData.m (lib). Successfully compiled OFColor.m (lib). Compiling OFDNSResolver.m (lib)... Compiling OFDNSResourceRecord.m (lib)... Successfully compiled OFColorSpace.m (lib). Compiling OFDNSResponse.m (lib)... Compiling OFDatagramSocket.m (lib)... Successfully compiled OFObject+KeyValueCoding.m (lib). Compiling OFHINFODNSResourceRecord.m (lib)... Compiling OFHTTPClient.m (lib)... Successfully compiled OFNotificationCenter.m (lib). Successfully compiled OFOptionsParser.m (lib). Compiling OFHTTPCookie.m (lib)... Successfully compiled OFList.m (lib). Compiling OFHTTPCookieManager.m (lib)... Successfully compiled OFSHA224Or256Hash.m (lib). Compiling OFHTTPRequest.m (lib)... Successfully compiled OFSHA1Hash.m (lib). Compiling OFHTTPResponse.m (lib)... Compiling OFHTTPServer.m (lib)... Successfully compiled OFString+CryptographicHashing.m (lib). Successfully compiled OFString+XMLEscaping.m (lib). Compiling OFLOCDNSResourceRecord.m (lib)... Successfully compiled OFData+MessagePackParsing.m (lib). Compiling OFMXDNSResourceRecord.m (lib)... Successfully compiled OFString+PercentEncoding.m (lib). Compiling OFNSDNSResourceRecord.m (lib)... Compiling OFPTRDNSResourceRecord.m (lib)... Successfully compiled OFSHA384Or512Hash.m (lib). Compiling OFRPDNSResourceRecord.m (lib)... Successfully compiled OFRIPEMD160Hash.m (lib). Successfully compiled OFMethodSignature.m (lib). Compiling OFSOADNSResourceRecord.m (lib)... Compiling OFSRVDNSResourceRecord.m (lib)... Successfully compiled OFConstantString.m (lib). Successfully compiled OFMutableIRI.m (lib). Compiling OFSequencedPacketSocket.m (lib)... Compiling OFSocket.m (lib)... Successfully compiled OFMutableString.m (lib). Successfully compiled OFMutableArray.m (lib). Compiling OFStreamSocket.m (lib)... Compiling OFSystemInfo+NetworkInterfaces.m (lib)... Successfully compiled OFXMLCharacters.m (lib). Compiling OFTCPSocket.m (lib)... Successfully compiled OFXMLCDATA.m (lib). Compiling OFTLSStream.m (lib)... Successfully compiled OFString+XMLUnescaping.m (lib). Successfully compiled OFIndexSet.m (lib). Successfully compiled OFString+PropertyListParsing.m (lib). Successfully compiled OFPlugin.m (lib). Compiling OFTXTDNSResourceRecord.m (lib)... Compiling OFUDPSocket.m (lib)... Compiling OFURIDNSResourceRecord.m (lib)... Successfully compiled OFLHAArchive.m (lib). Successfully compiled OFXMLComment.m (lib). Compiling OFX509Certificate.m (lib)... Compiling OFUNIXDatagramSocket.m (lib)... Successfully compiled OFXMLNode.m (lib). Compiling OFUNIXSequencedPacketSocket.m (lib)... Compiling OFUNIXStreamSocket.m (lib)... Successfully compiled OFTriple.m (lib). Compiling OFAsyncIPSocketConnector.m (lib)... Successfully compiled OFXMLAttribute.m (lib). Successfully compiled OFScrypt.m (lib). Compiling OFDNSResolverSettings.m (lib)... Successfully compiled OFINISection.m (lib). Successfully compiled OFXMLProcessingInstruction.m (lib). Compiling OFEpollKernelEventObserver.m (lib)... Compiling OFHTTPIRIHandler.m (lib)... Successfully compiled OFSystemInfo.m (lib). Compiling OFHostAddressResolver.m (lib)... Compiling OFKernelEventObserver.m (lib)... Successfully compiled OFModule.m (lib). Compiling OFPollKernelEventObserver.m (lib)... Successfully compiled OFXMLElementBuilder.m (lib). Compiling OFSelectKernelEventObserver.m (lib)... Successfully compiled OFData.m (lib). Successfully compiled OFDate.m (lib). Compiling OFTCPSocketSOCKS5Connector.m (lib)... Compiling OFSubprocess.m (lib)... Successfully compiled OFADNSResourceRecord.m (lib). Compiling OFCondition.m (lib)... Successfully compiled OFCNAMEDNSResourceRecord.m (lib). Compiling OFMutex.m (lib)... Successfully compiled OFUUID.m (lib). Successfully compiled OFDictionary.m (lib). Compiling OFPlainCondition.m (lib)... Successfully compiled OFAAAADNSResourceRecord.m (lib). Successfully compiled OFSet.m (lib). Compiling OFPlainMutex.m (lib)... Successfully compiled OFSecureData.m (lib). Successfully compiled OFMapTable.m (lib). Compiling OFPlainThread.m (lib)... Successfully compiled OFDNSQuery.m (lib). Compiling OFRecursiveMutex.m (lib)... Compiling OFTLSKey.m (lib)... Compiling OFASPrintF.m (lib)... Compiling OFArchiveIRIHandler.m (lib)... Successfully compiled OFThread.m (lib). Successfully compiled OFDNSResponse.m (lib). Compiling OFBMPImageFormatHandler.m (lib)... Compiling OFBase64.m (lib)... Successfully compiled OFHINFODNSResourceRecord.m (lib). Successfully compiled OFFile.m (lib). Compiling OFBitSetCharacterSet.m (lib)... Successfully compiled OFLocale.m (lib). Successfully compiled OFDNSResourceRecord.m (lib). Compiling OFCRC16.m (lib)... Compiling OFCRC32.m (lib)... Successfully compiled OFValue.m (lib). Successfully compiled OFCanvas.m (lib). Compiling OFConcreteArray.m (lib)... Compiling OFConcreteColor.m (lib)... Compiling OFConcreteCountedSet.m (lib)... Successfully compiled OFNSDNSResourceRecord.m (lib). Successfully compiled OFPTRDNSResourceRecord.m (lib). Compiling OFConcreteData.m (lib)... Successfully compiled OFX509Certificate.m (lib). Compiling OFConcreteDate.m (lib)... Successfully compiled OFDeflate64Stream.m (lib). Compiling OFConcreteDictionary.m (lib)... Successfully compiled OFHTTPCookieManager.m (lib). Compiling OFConcreteMutableArray.m (lib)... Compiling OFConcreteMutableData.m (lib)... Successfully compiled OFString+PathAdditions.m (lib). Successfully compiled OFFileManager.m (lib). Successfully compiled OFMXDNSResourceRecord.m (lib). Compiling OFConcreteMutableDictionary.m (lib)... Successfully compiled OFObject.m (lib). Compiling OFConcreteMutableSet.m (lib)... Successfully compiled OFDeflateStream.m (lib). Compiling OFConcreteNumber.m (lib)... Successfully compiled OFImage.m (lib). Successfully compiled OFRPDNSResourceRecord.m (lib). Successfully compiled OFLHAArchiveEntry.m (lib). Compiling OFConcreteSet.m (lib)... Successfully compiled OFStdIOStream.m (lib). Compiling OFConcreteSubarray.m (lib)... Compiling OFConcreteValue.m (lib)... Compiling OFHuffmanTree.m (lib)... Successfully compiled OFNumber.m (lib). Compiling OFINIFileSettings.m (lib)... Successfully compiled OFTimer.m (lib). Compiling OFInvertedCharacterSet.m (lib)... Successfully compiled OFLOCDNSResourceRecord.m (lib). Compiling OFLHADecompressingStream.m (lib)... Successfully compiled OFUNIXDatagramSocket.m (lib). Compiling OFMutableUTF8String.m (lib)... Compiling OFQOIImageFormatHandler.m (lib)... Compiling OFRangeCharacterSet.m (lib)... Successfully compiled OFTLSKey.m (lib). Successfully compiled OFUNIXSequencedPacketSocket.m (lib). Successfully compiled OFHTTPResponse.m (lib). Compiling OFSandbox.m (lib)... Successfully compiled OFString+JSONParsing.m (lib). Compiling OFStrFTime.m (lib)... Successfully compiled OFZIPArchiveEntry.m (lib). Compiling OFStrPTime.m (lib)... Successfully compiled OFPlainMutex.m (lib). Compiling OFSubarray.m (lib)... Compiling OFSubdata.m (lib)... Successfully compiled OFSRVDNSResourceRecord.m (lib). Successfully compiled OFZooArchiveEntry.m (lib). Compiling OFUTF8String.m (lib)... Compiling unicode.m (lib)... Successfully compiled OFArray.m (lib). Compiling OFTaggedPointerColor.m (lib)... Successfully compiled OFURIDNSResourceRecord.m (lib). Successfully compiled OFUNIXStreamSocket.m (lib). Successfully compiled OFHTTPRequest.m (lib). Successfully compiled OFTarArchive.m (lib). Successfully compiled OFUDPSocket.m (lib). Compiling OFTaggedPointerDate.m (lib)... Compiling OFTaggedPointerNumber.m (lib)... Compiling OFTaggedPointerString.m (lib)... Successfully compiled OFTXTDNSResourceRecord.m (lib). Successfully compiled OFPlainCondition.m (lib). Successfully compiled OFHTTPIRIHandler.m (lib). Successfully compiled OFSOADNSResourceRecord.m (lib). Successfully compiled OFTLSStream.m (lib). Successfully compiled OFCondition.m (lib). Successfully compiled OFMutex.m (lib). Successfully compiled OFPlainThread.m (lib). Successfully compiled OFDatagramSocket.m (lib). Successfully compiled OFConcreteDate.m (lib). Successfully compiled OFKernelEventObserver.m (lib). Successfully compiled OFTCPSocketSOCKS5Connector.m (lib). Successfully compiled OFCRC16.m (lib). Successfully compiled OFConcreteColor.m (lib). Successfully compiled OFEpollKernelEventObserver.m (lib). Successfully compiled OFAsyncIPSocketConnector.m (lib). Successfully compiled OFStreamSocket.m (lib). Successfully compiled OFRecursiveMutex.m (lib). Successfully compiled OFBitSetCharacterSet.m (lib). Successfully compiled OFTarArchiveEntry.m (lib). Successfully compiled OFZooArchive.m (lib). Successfully compiled OFCRC32.m (lib). Successfully compiled OFHTTPCookie.m (lib). Successfully compiled OFBase64.m (lib). Successfully compiled OFConcreteMutableSet.m (lib). Successfully compiled OFSelectKernelEventObserver.m (lib). Successfully compiled OFIRI.m (lib). Successfully compiled OFConcreteMutableDictionary.m (lib). Successfully compiled OFStrFTime.m (lib). Successfully compiled OFPollKernelEventObserver.m (lib). Successfully compiled OFConcreteSubarray.m (lib). Successfully compiled OFConcreteValue.m (lib). Successfully compiled OFSystemInfo+NetworkInterfaces.m (lib). Successfully compiled OFSequencedPacketSocket.m (lib). Successfully compiled OFInvertedCharacterSet.m (lib). Successfully compiled OFDNSResolverSettings.m (lib). Successfully compiled OFConcreteData.m (lib). Successfully compiled OFHostAddressResolver.m (lib). Successfully compiled OFTaggedPointerDate.m (lib). Successfully compiled OFRangeCharacterSet.m (lib). Successfully compiled OFHuffmanTree.m (lib). Successfully compiled OFFileIRIHandler.m (lib). Successfully compiled OFSubdata.m (lib). Successfully compiled OFTCPSocket.m (lib). Successfully compiled OFTaggedPointerColor.m (lib). Successfully compiled OFStrPTime.m (lib). Successfully compiled OFRunLoop.m (lib). Successfully compiled OFSubprocess.m (lib). Successfully compiled OFArchiveIRIHandler.m (lib). Successfully compiled OFSubarray.m (lib). Successfully compiled OFTaggedPointerNumber.m (lib). Successfully compiled OFConcreteCountedSet.m (lib). Successfully compiled OFConcreteMutableData.m (lib). Successfully compiled unicode.m (lib). Successfully compiled OFConcreteNumber.m (lib). Successfully compiled OFINIFileSettings.m (lib). Successfully compiled OFTaggedPointerString.m (lib). Successfully compiled OFConcreteSet.m (lib). Successfully compiled OFXMLParser.m (lib). Successfully compiled OFBMPImageFormatHandler.m (lib). Successfully compiled OFConcreteDictionary.m (lib). Successfully compiled OFZIPArchive.m (lib). Successfully compiled OFConcreteArray.m (lib). Successfully compiled OFQOIImageFormatHandler.m (lib). Successfully compiled OFXMLElement.m (lib). Successfully compiled OFConcreteMutableArray.m (lib). Successfully compiled OFASPrintF.m (lib). Successfully compiled OFHTTPServer.m (lib). Successfully compiled OFSocket.m (lib). Successfully compiled OFDNSResolver.m (lib). Successfully compiled OFHTTPClient.m (lib). Successfully compiled OFSandbox.m (lib). Successfully compiled OFStream.m (lib). Successfully compiled OFMutableUTF8String.m (lib). Successfully compiled OFLHADecompressingStream.m (lib). Successfully compiled OFUTF8String.m (lib). Successfully compiled OFString.m (lib). Linking libobjfw.so... Successfully linked libobjfw.so. Entering directory tls. Entering directory hid. Entering directory test. Compiling OFOpenSSLTLSStream.m (lib)... Compiling OTAssert.m... Compiling OTOrderedDictionary.m... Compiling OFOpenSSLX509Certificate.m (lib)... Compiling OTTestCase.m... Compiling OTAppDelegate.m... Compiling OTAssertionFailedException.m... Compiling OH8BitDoUltimate2CWirelessGamepad.m (lib)... Compiling OTTestSkippedException.m... Compiling OHDualSenseGamepad.m (lib)... Compiling OHDualShockGamepad.m (lib)... Compiling OHDualShock3Gamepad.m (lib)... Compiling OHDualShock4Gamepad.m (lib)... Compiling OHExtendedN64Controller.m (lib)... Compiling OHExtendedSNESGamepad.m (lib)... Compiling OHGameController.m (lib)... Compiling OHGameControllerAxis.m (lib)... Compiling OHGameControllerButton.m (lib)... Compiling OHGameControllerDirectionalPad.m (lib)... Compiling OHGameControllerElement.m (lib)... Compiling OHGameCubeController.m (lib)... Compiling OHJoyConPair.m (lib)... Compiling OHLeftJoyCon.m (lib)... Compiling OHN64Controller.m (lib)... Compiling OHNESGamepad.m (lib)... Compiling OHRightJoyCon.m (lib)... Compiling OHSNESGamepad.m (lib)... Successfully compiled OTAssertionFailedException.m. Successfully compiled OTTestSkippedException.m. Successfully compiled OTAssert.m. Successfully compiled OHGameControllerAxis.m (lib). Successfully compiled OHGameControllerDirectionalPad.m (lib). Successfully compiled OH8BitDoUltimate2CWirelessGamepad.m (lib). Successfully compiled OHGameController.m (lib). Successfully compiled OHExtendedSNESGamepad.m (lib). Successfully compiled OHGameControllerElement.m (lib). Compiling OHStadiaGamepad.m (lib)... Compiling OHSwitchProController.m (lib)... Compiling OHXboxGamepad.m (lib)... Compiling OHEmulatedGameControllerAxis.m (lib)... Compiling OHEmulatedGameControllerButton.m (lib)... Successfully compiled OHExtendedN64Controller.m (lib). Compiling OHEmulatedGameControllerTriggerButton.m (lib)... Successfully compiled OHNESGamepad.m (lib). Compiling OHEvdevExtendedGamepad.m (lib)... Compiling OHEvdevGameController.m (lib)... Compiling OHEvdevGameControllerProfile.m (lib)... Successfully compiled OHGameControllerButton.m (lib). Successfully compiled OHDualSenseGamepad.m (lib). Successfully compiled OHRightJoyCon.m (lib). Successfully compiled OHDualShock3Gamepad.m (lib). Successfully compiled OHDualShockGamepad.m (lib). Successfully compiled OHDualShock4Gamepad.m (lib). Successfully compiled OTTestCase.m. Successfully compiled OHN64Controller.m (lib). Successfully compiled OHLeftJoyCon.m (lib). Successfully compiled OHGameCubeController.m (lib). Successfully compiled OTOrderedDictionary.m. Successfully compiled OHJoyConPair.m (lib). Successfully compiled OHEmulatedGameControllerAxis.m (lib). Successfully compiled OFOpenSSLX509Certificate.m (lib). Successfully compiled OHEmulatedGameControllerButton.m (lib). Successfully compiled OHEmulatedGameControllerTriggerButton.m (lib). Successfully compiled OTAppDelegate.m. Linking libobjfwtest.a... Successfully compiled OHEvdevGameControllerProfile.m (lib). Successfully compiled OHXboxGamepad.m (lib). Successfully compiled OHSwitchProController.m (lib). Successfully linked libobjfwtest.a. Successfully compiled OHEvdevExtendedGamepad.m (lib). Successfully compiled OHStadiaGamepad.m (lib). Leaving directory test. Successfully compiled OHSNESGamepad.m (lib). Successfully compiled OFOpenSSLTLSStream.m (lib). Linking libobjfwtls.so... Successfully compiled OHEvdevGameController.m (lib). Linking libobjfwhid.so... Successfully linked libobjfwtls.so. Leaving directory tls. Successfully linked libobjfwhid.so. Leaving directory hid. Leaving directory src. Entering directory utils. Entering directory tests. Entering directory objfw-new. Entering directory ofarc. Entering directory ofdns. Entering directory ofgctester. Entering directory ofhash. Entering directory ofhttp. Entering directory plugin. Entering directory subprocess. Entering directory objc_sync. Entering directory terminal. Compiling OFDNS.m... Compiling OFGCTester.m... Compiling OFHash.m... Compiling TestPlugin.m (plugin)... Compiling OFHTTP.m... Compiling Subprocess.m... Compiling ProgressBar.m... Compiling test.m... Compiling NewApp.m... Compiling TerminalTests.m... Compiling NewClass.m... Compiling NewTest.m... Compiling GZIPArchive.m... Compiling LHAArchive.m... Compiling ObjFWNew.m... Compiling OFArc.m... Compiling Property.m... Compiling TarArchive.m... Compiling ZIPArchive.m... Compiling ZooArchive.m... Successfully compiled TestPlugin.m (plugin). Linking TestPlugin.so... Successfully compiled test.m. Linking objc_sync... Successfully compiled NewTest.m. Successfully compiled NewApp.m. Successfully linked TestPlugin.so. Leaving directory plugin. Successfully compiled Property.m. Successfully linked objc_sync. Leaving directory objc_sync. Successfully compiled ObjFWNew.m. Successfully compiled TerminalTests.m. Linking terminal_tests... Successfully compiled GZIPArchive.m. Successfully compiled NewClass.m. Linking objfw-new... Successfully compiled OFDNS.m. Linking ofdns... Successfully linked terminal_tests. Leaving directory terminal. Successfully linked objfw-new. Successfully compiled ProgressBar.m. Leaving directory objfw-new. Successfully compiled Subprocess.m. Linking subprocess... Successfully compiled OFGCTester.m. Linking ofgctester... Successfully linked ofdns. Successfully compiled OFHash.m. Linking ofhash... Leaving directory ofdns. Successfully linked subprocess. Successfully linked ofgctester. Leaving directory subprocess. Leaving directory ofgctester. Successfully compiled ZooArchive.m. Successfully linked ofhash. Successfully compiled LHAArchive.m. Leaving directory ofhash. Successfully compiled TarArchive.m. Successfully compiled ZIPArchive.m. Compiling ForwardingTests.m... Compiling OFArrayTests.m... Compiling OFBlockTests.m... Compiling OFCanvasTests.m... Compiling OFCharacterSetTests.m... Compiling OFColorTests.m... Compiling OFConcreteArrayTests.m... Compiling OFConcreteDataTests.m... Compiling OFConcreteDictionaryTests.m... Compiling OFConcreteMutableArrayTests.m... Compiling OFConcreteMutableDataTests.m... Compiling OFConcreteMutableDictionaryTests.m... Compiling OFConcreteMutableSetTests.m... Compiling OFConcreteSetTests.m... Compiling OFCryptographicHashTests.m... Compiling OFDataTests.m... Compiling OFDateTests.m... Compiling OFDictionaryTests.m... Compiling OFHMACTests.m... Compiling OFINIFileTests.m... Compiling OFIRITests.m... Compiling OFImageTests.m... Compiling OFIndexSetTests.m... Compiling OFInvocationTests.m... Compiling OFJSONTests.m... Compiling OFLHAArchiveTests.m... Compiling OFListTests.m... Compiling OFLocaleTests.m... Compiling OFMatrix4x4Tests.m... Compiling OFMemoryStreamTests.m... Compiling OFMessagePackTests.m... Compiling OFMethodSignatureTests.m... Compiling OFMutableArrayTests.m... Compiling OFMutableDataTests.m... Compiling OFMutableDictionaryTests.m... Compiling OFMutableImageTests.m... Compiling OFMutableIndexSetTests.m... Compiling OFMutableSetTests.m... Compiling OFMutableStringTests.m... Compiling OFMutableUTF8StringTests.m... Compiling OFNotificationCenterTests.m... Compiling OFNumberTests.m... Compiling OFObjectTests.m... Compiling OFPBKDF2Tests.m... Compiling OFPropertyListTests.m... Compiling OFRangeTests.m... Compiling OFRectTests.m... Compiling OFScryptTests.m... Compiling OFSetTests.m... Compiling OFStreamTests.m... Compiling OFStringTests.m... Compiling OFSystemInfoTests.m... Compiling OFTarArchiveTests.m... Compiling OFUTF8StringTests.m... Compiling OFValueTests.m... Compiling OFXMLElementBuilderTests.m... Compiling OFXMLNodeTests.m... Compiling OFXMLParserTests.m... Compiling OFZIPArchiveTests.m... Compiling OFZooArchiveTests.m... Compiling RuntimeARCTests.m... Compiling RuntimeTests.m... Compiling OFFileManagerTests.m... Compiling OFModuleTests.m... Compiling OFDNSResolverTests.m... Compiling OFHTTPClientTests.m... Compiling OFHTTPCookieManagerTests.m... Compiling OFHTTPCookieTests.m... Compiling OFKernelEventObserverTests.m... Compiling OFSocketTests.m... Compiling OFTCPSocketTests.m... Compiling OFUDPSocketTests.m... Compiling OFUNIXDatagramSocketTests.m... Compiling OFUNIXSequencedPacketSocketTests.m... Compiling OFUNIXStreamSocketTests.m... Compiling OFSubprocessTests.m... Compiling OFThreadTests.m... Successfully compiled OFArc.m. Linking ofarc... Successfully compiled OFHTTP.m. Linking ofhttp... Successfully linked ofarc. Leaving directory ofarc. Compiling big_dictionary_msgpack_gz.m... Compiling testfile565_bmp.m... Successfully compiled OFConcreteDataTests.m. Compiling testfile_bin.m... Successfully compiled OFConcreteArrayTests.m. Successfully compiled OFConcreteDictionaryTests.m. Compiling testfile_bmp.m... Compiling testfile_ini.m... Successfully compiled OFConcreteSetTests.m. Compiling testfile_qoi.m... Successfully compiled OFMutableUTF8StringTests.m. Successfully compiled OFConcreteMutableDataTests.m. Successfully compiled OFLocaleTests.m. Successfully compiled OFRectTests.m. Successfully compiled OFLHAArchiveTests.m. Successfully compiled OFZooArchiveTests.m. Successfully compiled OFUTF8StringTests.m. Successfully compiled OFConcreteMutableSetTests.m. Successfully compiled OFInvocationTests.m. Successfully compiled OFZIPArchiveTests.m. Successfully compiled OFColorTests.m. Successfully compiled OFHMACTests.m. Successfully compiled OFModuleTests.m. Successfully compiled OFMemoryStreamTests.m. Successfully linked ofhttp. Successfully compiled OFRangeTests.m. Successfully compiled OFBlockTests.m. Successfully compiled OFTCPSocketTests.m. Successfully compiled OFHTTPCookieTests.m. Successfully compiled OFTarArchiveTests.m. Successfully compiled OFPropertyListTests.m. Successfully compiled OFJSONTests.m. Successfully compiled OFMethodSignatureTests.m. Successfully compiled OFCryptographicHashTests.m. Successfully compiled OFUDPSocketTests.m. Leaving directory ofhttp. Successfully compiled OFPBKDF2Tests.m. Successfully compiled OFINIFileTests.m. Successfully compiled OFUNIXSequencedPacketSocketTests.m. Successfully compiled OFCanvasTests.m. Successfully compiled OFConcreteMutableDictionaryTests.m. Successfully compiled OFDNSResolverTests.m. Successfully compiled RuntimeARCTests.m. Successfully compiled OFScryptTests.m. Successfully compiled OFMutableSetTests.m. Successfully compiled OFConcreteMutableArrayTests.m. Leaving directory utils. Successfully compiled OFMatrix4x4Tests.m. Successfully compiled OFStreamTests.m. Successfully compiled OFUNIXDatagramSocketTests.m. Successfully compiled OFNumberTests.m. Successfully compiled OFNotificationCenterTests.m. Successfully compiled OFHTTPCookieManagerTests.m. Successfully compiled OFMutableDictionaryTests.m. Successfully compiled OFXMLNodeTests.m. Successfully compiled OFKernelEventObserverTests.m. Successfully compiled RuntimeTests.m. Successfully compiled OFDateTests.m. Successfully compiled OFSystemInfoTests.m. Successfully compiled OFHTTPClientTests.m. Successfully compiled ForwardingTests.m. Successfully compiled OFUNIXStreamSocketTests.m. Successfully compiled OFCharacterSetTests.m. Successfully compiled testfile565_bmp.m. Successfully compiled OFSubprocessTests.m. Successfully compiled testfile_bin.m. Successfully compiled testfile_bmp.m. Successfully compiled OFValueTests.m. Successfully compiled OFIndexSetTests.m. Successfully compiled OFListTests.m. Successfully compiled testfile_ini.m. Successfully compiled OFXMLElementBuilderTests.m. Successfully compiled testfile_qoi.m. Successfully compiled OFThreadTests.m. Successfully compiled OFSetTests.m. Successfully compiled OFMutableIndexSetTests.m. Successfully compiled OFXMLParserTests.m. Successfully compiled OFDictionaryTests.m. Successfully compiled OFDataTests.m. Successfully compiled OFImageTests.m. Successfully compiled OFArrayTests.m. Successfully compiled OFMutableStringTests.m. Successfully compiled OFMutableArrayTests.m. Successfully compiled OFFileManagerTests.m. Successfully compiled OFObjectTests.m. Successfully compiled OFMutableDataTests.m. Successfully compiled OFSocketTests.m. Successfully compiled OFMutableImageTests.m. Successfully compiled OFMessagePackTests.m. Successfully compiled OFIRITests.m. Successfully compiled big_dictionary_msgpack_gz.m. Successfully compiled OFStringTests.m. Linking tests... Successfully linked tests. Leaving directory tests. /home/buildozer/aports/community/objfw/src/objfw-1.5.7/src/runtime/ObjFWRT.h:181: warning: unable to resolve reference to 'objc_setAssociatedObject' for \ref command /home/buildozer/aports/community/objfw/src/objfw-1.5.7/src/runtime/ObjFWRT.h:181: warning: unable to resolve reference to 'objc_setAssociatedObject' for \ref command /home/buildozer/aports/community/objfw/src/objfw-1.5.7/src/runtime/ObjFWRT.h:181: warning: unable to resolve reference to 'objc_setAssociatedObject' for \ref command /home/buildozer/aports/community/objfw/src/objfw-1.5.7/src/runtime/ObjFWRT.h:328: warning: unable to resolve reference to 'class_getMethodImplementation_stret' for \ref command /home/buildozer/aports/community/objfw/src/objfw-1.5.7/src/runtime/ObjFWRT.h:343: warning: unable to resolve reference to 'class_getMethodImplementation' for \ref command /home/buildozer/aports/community/objfw/src/objfw-1.5.7/src/runtime/ObjFWRT.h:583: warning: unable to resolve reference to 'class_createInstance' for \ref command /home/buildozer/aports/community/objfw/src/objfw-1.5.7/src/runtime/ObjFWRT.h:259: warning: unable to resolve reference to 'objc_getClassList' for \ref command /home/buildozer/aports/community/objfw/src/objfw-1.5.7/src/OFObject.h:1026: warning: unable to resolve reference to 'objc_deinit' for \ref command Entering directory src. Entering directory runtime. Entering directory exceptions. Entering directory encodings. Entering directory forwarding. Leaving directory forwarding. Entering directory lookup-asm. Leaving directory lookup-asm. Leaving directory encodings. Leaving directory runtime. Leaving directory exceptions. Entering directory tls. Entering directory hid. Entering directory test. Leaving directory tls. Leaving directory test. Leaving directory hid. Leaving directory src. Entering directory tests. Entering directory plugin. Entering directory subprocess. Entering directory objc_sync. Entering directory terminal. Leaving directory plugin. Leaving directory objc_sync. Leaving directory terminal. Leaving directory subprocess. Leaving directory tests. Running 77 test cases Running OFPBKDF2Tests -[OFPBKDF2Tests testRFC6070TestVector3]: ok -[OFPBKDF2Tests testRFC6070TestVector5]: ok -[OFPBKDF2Tests testRFC6070TestVector6]: ok -[OFPBKDF2Tests testRFC6070TestVector2]: ok -[OFPBKDF2Tests testRFC6070TestVector1]: ok Running OFIRITests -[OFIRITests testSetPercentEncodedUserFailsWithInvalidCharacters]: ok -[OFIRITests testPort]: ok -[OFIRITests testIRIByDeletingPathExtension]: ok -[OFIRITests testString]: ok -[OFIRITests testScheme]: ok -[OFIRITests testIRIByAppendingPathComponentIsDirectory]: ok -[OFIRITests testIRIWithStringFailsWithInvalidCharacters]: ok -[OFIRITests testSetPercentEncodedPassword]: ok -[OFIRITests testPath]: ok -[OFIRITests testSetPercentEncodedHostFailsWithInvalidCharacters]: ok -[OFIRITests testIsEqual]: ok -[OFIRITests testSetPercentEncodedFragmentFailsWithInvalidCharacters]: ok -[OFIRITests testQuery]: ok -[OFIRITests testIRIByStandardizingPath]: ok -[OFIRITests testSetPercentEncodedHost]: ok -[OFIRITests testSetPercentEncodedQuery]: ok -[OFIRITests testSetPercentEncodedQueryFailsWithInvalidCharacters]: ok -[OFIRITests testCopy]: ok -[OFIRITests testIRIByAppendingPathComponent]: ok -[OFIRITests testQueryItems]: ok -[OFIRITests testSetHost]: ok -[OFIRITests testPathExtension]: ok -[OFIRITests testSetPercentEncodedPasswordFailsWithInvalidCharacters]: ok -[OFIRITests testSetFragment]: ok -[OFIRITests testHost]: ok -[OFIRITests testIRIByDeletingLastPathComponent]: ok -[OFIRITests testPathComponents]: ok -[OFIRITests testHash]: ok -[OFIRITests testSetPercentEncodedPathFailsWithInvalidCharacters]: ok -[OFIRITests testLastPathComponent]: ok -[OFIRITests testIRIByAppendingPathExtension]: ok -[OFIRITests testSetPercentEncodedFragment]: ok -[OFIRITests testFileIRIWithPath]: ok -[OFIRITests testSetPercentEncodedPath]: ok -[OFIRITests testIRIWithStringRelativeToIRIFailsWithInvalidCharacters]: ok -[OFIRITests testPassword]: ok -[OFIRITests testUser]: ok -[OFIRITests testSetUser]: ok -[OFIRITests testFragment]: ok -[OFIRITests testSetPath]: ok -[OFIRITests testIRIByAddingPercentEncodingForUnicodeCharacters]: ok -[OFIRITests testIRIWithStringRelativeToIRI]: ok -[OFIRITests testSetQuery]: ok -[OFIRITests testSetPassword]: ok -[OFIRITests testSetPercentEncodedSchemeFailsWithInvalidCharacters]: ok -[OFIRITests testSetPercentEncodedUser]: ok -[OFIRITests testIRIWithStringFailsWithInvalidFormat]: ok -[OFIRITests testSetQueryItems]: ok Running OFHTTPCookieTests -[OFHTTPCookieTests testCookiesWithResponseHeaderFieldsForIRI]: ok -[OFHTTPCookieTests testRequestHeaderFieldsWithCookies]: ok Running OFXMLParserTests -[OFXMLParserTests testDetectionOfInvalidEncoding]: ok -[OFXMLParserTests testParser]: ok -[OFXMLParserTests testDetectionOfInvalidXMLProcessingInstructions]: ok Running OFKernelEventObserverTests -[OFKernelEventObserverTests testEpollKernelEventObserver]: ok -[OFKernelEventObserverTests testSelectKernelEventObserver]: ok -[OFKernelEventObserverTests testPollKernelEventObserver]: ok Running OFIndexSetTests -[OFIndexSetTests testIndexLessThanOrEqualToIndex]: ok -[OFIndexSetTests testContainsIndex]: ok -[OFIndexSetTests testIndexLessThanIndex]: ok -[OFIndexSetTests testCount]: ok -[OFIndexSetTests testCountOfIndexesInRange]: ok -[OFIndexSetTests testLastIndex]: ok -[OFIndexSetTests testGetIndexesMaxCountInIndexRange]: ok -[OFIndexSetTests testFirstIndex]: ok -[OFIndexSetTests testIndexGreaterThanOrEqualToIndex]: ok -[OFIndexSetTests testContainsIndexesInRange]: ok -[OFIndexSetTests testIndexGreaterThanIndex]: ok Running OFArrayTests -[OFArrayTests testContainsObject]: ok -[OFArrayTests testArrayWithObjectsCount]: ok -[OFArrayTests testEnumerator]: ok -[OFArrayTests testArrayWithObjects]: ok -[OFArrayTests testDescription]: ok -[OFArrayTests testFastEnumeration]: ok -[OFArrayTests testObjectsInRangeThrowsOnOutOfRangeRange]: ok -[OFArrayTests testObjectAtIndexFailsWhenOutOfRange]: ok -[OFArrayTests testObjectsAtIndexes]: ok -[OFArrayTests testIndexOfObject]: ok -[OFArrayTests testComponentsJoinedByStringOptions]: ok -[OFArrayTests testHash]: ok -[OFArrayTests testObjectsInRange]: ok -[OFArrayTests testFoldUsingBlock]: ok -[OFArrayTests testComponentsJoinedByString]: ok -[OFArrayTests testObjectsAtIndexesThrowsOnOutOfRangeIndex]: ok -[OFArrayTests testCount]: ok -[OFArrayTests testIndexOfObjectIdenticalTo]: ok -[OFArrayTests testValueForKey]: ok -[OFArrayTests testFilteredArrayUsingBlock]: ok -[OFArrayTests testContainsObjectIdenticalTo]: ok -[OFArrayTests testMappedArrayUsingBlock]: ok -[OFArrayTests testObjectAtIndex]: ok -[OFArrayTests testArray]: ok -[OFArrayTests testEnumerateObjectsUsingBlock]: ok -[OFArrayTests testIsEqual]: ok -[OFArrayTests testReversedArray]: ok -[OFArrayTests testSortedArray]: ok -[OFArrayTests testMutableCopy]: ok -[OFArrayTests testCopy]: ok Running OFConcreteMutableArrayTests -[OFConcreteMutableArrayTests testFoldUsingBlock]: ok -[OFConcreteMutableArrayTests testReplaceObjectsInRangeWithObjectsFromArray]: ok -[OFConcreteMutableArrayTests testReplaceObjectsInRangeWithObjectsFromArrayThrowsOnOutOfRangeRange]: ok -[OFConcreteMutableArrayTests testObjectsAtIndexesThrowsOnOutOfRangeIndex]: ok -[OFConcreteMutableArrayTests testComponentsJoinedByString]: ok -[OFConcreteMutableArrayTests testArrayWithObjectsCount]: ok -[OFConcreteMutableArrayTests testReplaceObjectAtIndexWithObject]: ok -[OFConcreteMutableArrayTests testDetectMutationDuringEnumeration]: ok -[OFConcreteMutableArrayTests testEnumerator]: ok -[OFConcreteMutableArrayTests testArrayWithObjects]: ok -[OFConcreteMutableArrayTests testRemoveObjectsAtIndexes]: ok -[OFConcreteMutableArrayTests testAddObject]: ok -[OFConcreteMutableArrayTests testDescription]: ok -[OFConcreteMutableArrayTests testCount]: ok -[OFConcreteMutableArrayTests testValueForKey]: ok -[OFConcreteMutableArrayTests testIndexOfObjectIdenticalTo]: ok -[OFConcreteMutableArrayTests testRemoveObjectsInRangeFailsWhenOutOfRange]: ok -[OFConcreteMutableArrayTests testRemoveObjectsInRange]: ok -[OFConcreteMutableArrayTests testRemoveObject]: ok -[OFConcreteMutableArrayTests testFastEnumeration]: ok -[OFConcreteMutableArrayTests testReplaceObjectsAtIndexesWithObjectsThrowsOnTooShortObjectsArray]: ok -[OFConcreteMutableArrayTests testFilteredArrayUsingBlock]: ok -[OFConcreteMutableArrayTests testObjectsInRangeThrowsOnOutOfRangeRange]: ok -[OFConcreteMutableArrayTests testInsertObjectsFromArrayAtIndex]: ok -[OFConcreteMutableArrayTests testContainsObjectIdenticalTo]: ok -[OFConcreteMutableArrayTests testMappedArrayUsingBlock]: ok -[OFConcreteMutableArrayTests testReplaceObjectsUsingBlock]: ok -[OFConcreteMutableArrayTests testObjectAtIndexFailsWhenOutOfRange]: ok -[OFConcreteMutableArrayTests testReverse]: ok -[OFConcreteMutableArrayTests testObjectAtIndex]: ok -[OFConcreteMutableArrayTests testInsertObjectsAtIndexesThrowsOnOutOfRangeIndex]: ok -[OFConcreteMutableArrayTests testReplaceObjectsAtIndexesWithObjectsThrowsOnTooLongObjectsArray]: ok -[OFConcreteMutableArrayTests testReplaceObjectsAtIndexesWithObjects]: ok -[OFConcreteMutableArrayTests testRemoveObjectsAtIndexesFailsWhenOutOfRange]: ok -[OFConcreteMutableArrayTests testArray]: ok -[OFConcreteMutableArrayTests testObjectsAtIndexes]: ok -[OFConcreteMutableArrayTests testEnumerateObjectsUsingBlock]: ok -[OFConcreteMutableArrayTests testReplaceObjectIdenticalToWithObject]: ok -[OFConcreteMutableArrayTests testIsEqual]: ok -[OFConcreteMutableArrayTests testIndexOfObject]: ok -[OFConcreteMutableArrayTests testInsertObjectsAtIndexes]: ok -[OFConcreteMutableArrayTests testDetectMutationDuringEnumerateObjectsUsingBlock]: ok -[OFConcreteMutableArrayTests testReversedArray]: ok -[OFConcreteMutableArrayTests testReplaceObjectWithObject]: ok -[OFConcreteMutableArrayTests testComponentsJoinedByStringOptions]: ok -[OFConcreteMutableArrayTests testSortedArray]: ok -[OFConcreteMutableArrayTests testRemoveObjectAtIndex]: ok -[OFConcreteMutableArrayTests testHash]: ok -[OFConcreteMutableArrayTests testMutableCopy]: ok -[OFConcreteMutableArrayTests testSetValueForKey]: ok -[OFConcreteMutableArrayTests testReplaceObjectsAtIndexesWithObjectsThrowsOnOutOfRangeIndex]: ok -[OFConcreteMutableArrayTests testRemoveObjectIdenticalTo]: ok -[OFConcreteMutableArrayTests testDetectMutationDuringFastEnumeration]: ok -[OFConcreteMutableArrayTests testObjectsInRange]: ok -[OFConcreteMutableArrayTests testContainsObject]: ok -[OFConcreteMutableArrayTests testInsertObjectAtIndex]: ok -[OFConcreteMutableArrayTests testCopy]: ok Running ForwardingTests -[ForwardingTests testForwardingTargetForSelectorStRet]: ok -[ForwardingTests testForwardingTargetForSelector]: ok -[ForwardingTests testForwardingTargetForSelectorReturningSelfThrows]: ok -[ForwardingTests testForwardingTargetForSelectorStRetReturningNilThrows]: ok -[ForwardingTests testForwardingTargetForSelectorStRetReturningSelfThrows]: ok -[ForwardingTests testForwardingMessageAndAddingClassMethod]: ok -[ForwardingTests testForwardingTargetForSelectorFPRet]: ok -[ForwardingTests testForwardingTargetForSelectorWithVariableArguments]: ok -[ForwardingTests testForwardingTargetForSelectorReturningNilThrows]: ok Running OFStringTests -[OFStringTests testRangeOfStringFailsWithOutOfRangeRange]: ok -[OFStringTests testStringByAppendingString]: ok -[OFStringTests testStringByXMLEscaping]: ok -[OFStringTests testStringBySHA256Hashing]: ok -[OFStringTests testCharacterAtIndexFailsWithOutOfRangeIndex]: ok -[OFStringTests testCStringWithEncodingCodepage858]: ok -[OFStringTests testPathExtension]: ok -[OFStringTests testStringWithContentsOfFileEncoding]: ok -[OFStringTests testCharacterAtIndex]: ok -[OFStringTests testStringWithCStringEncodingISO8859_15]: ok -[OFStringTests testCapitalizedString]: ok -[OFStringTests testMutableCopy]: ok -[OFStringTests testIsAbsolutePath]: ok -[OFStringTests testLossyCStringWithEncodingISO8859_15]: ok -[OFStringTests testStringWithCStringEncodingCodepage437]: ok -[OFStringTests testUTF32String]: ok -[OFStringTests testStringByXMLUnescaping]: ok -[OFStringTests testComponentsSeparatedByString]: ok -[OFStringTests testStringWithCStringEncodingCodepage858]: ok -[OFStringTests testUTF16String]: ok -[OFStringTests testStringWithCStringEncodingCodepage850]: ok -[OFStringTests testSubstringWithRange]: ok -[OFStringTests testStringByAppendingPathExtension]: ok -[OFStringTests testStringByRemovingPercentEncodingThrowsOnInvalidEncoding]: ok -[OFStringTests testCopy]: ok -[OFStringTests testStringByAppendingPathComponent]: ok -[OFStringTests testComponentsSeparatedByCharactersInSet]: ok -[OFStringTests testCStringWithEncodingCodepage852]: ok -[OFStringTests testStringWithCStringEncodingWindows1252]: ok -[OFStringTests testStringByRIPEMD160Hashing]: ok -[OFStringTests testCStringWithEncodingASCII]: ok -[OFStringTests testCharacters]: ok -[OFStringTests testPathWithComponents]: ok -[OFStringTests testRangeOfString]: ok -[OFStringTests testStringByMD5Hashing]: ok -[OFStringTests testComponentsSeparatedByStringOptions]: ok -[OFStringTests testStringWithCStringEncodingISO8859_1]: ok -[OFStringTests testLongLongValueThrowsOnOutOfRange]: ok -[OFStringTests testHasSuffix]: ok -[OFStringTests testStringBySHA512Hashing]: ok -[OFStringTests testDoubleValue]: ok -[OFStringTests testLastPathComponent]: ok -[OFStringTests testStringByDeletingPathExtension]: ok -[OFStringTests testUnsignedLongLongValueThrowsOnOutOfRange]: ok -[OFStringTests testUppercaseString]: ok -[OFStringTests testHasPrefix]: ok -[OFStringTests testStringWithCStringEncodingCodepage852]: ok -[OFStringTests testLongLongValue]: ok -[OFStringTests testCStringWithEncodingISO8859_15]: ok -[OFStringTests testLossyCStringWithEncodingWindows1250]: ok -[OFStringTests testUnsignedLongLongValue]: ok -[OFStringTests testStringWithUTF8StringFailsWithInvalidUTF8]: ok -[OFStringTests testStringWithFormat]: ok -[OFStringTests testRangeOfCharacterFromSetFailsWithOutOfRangeRange]: ok -[OFStringTests testCStringWithEncodingCodepage437]: ok -[OFStringTests testLossyCStringWithEncodingCodepage437]: ok -[OFStringTests testIsEqual]: ok -[OFStringTests testLossyCStringWithEncodingWindows1252]: ok -[OFStringTests testStringWithUTF32String]: ok -[OFStringTests testDescription]: ok -[OFStringTests testLongLongValueThrowsOnInvalidFormat]: ok -[OFStringTests testFloatValue]: ok -[OFStringTests testHash]: ok -[OFStringTests testLowercaseString]: ok -[OFStringTests testCaseInsensitiveCompare]: ok -[OFStringTests testStringByDeletingLastPathComponent]: ok -[OFStringTests testCStringWithEncodingWindows1252]: ok -[OFStringTests testStringByRemovingPercentEncoding]: ok -[OFStringTests testDoubleValueThrowsOnInvalidFormat]: ok -[OFStringTests testCStringWithEncodingISO8859_1]: ok -[OFStringTests testCStringWithEncodingWindows1250]: ok -[OFStringTests testLossyCStringWithEncodingISO8859_1]: ok -[OFStringTests testStringByAddingPercentEncodingWithAllowedCharacters]: ok -[OFStringTests testPathComponents]: ok -[OFStringTests testCompare]: ok -[OFStringTests testStringByXMLUnescapingThrowsOnInvalidFormat]: ok -[OFStringTests testSubstringWithRangeFailsWithOutOfRangeRange]: ok -[OFStringTests testStringWithUTF8StringLength]: ok -[OFStringTests testStringByXMLUnescapingWithBlock]: ok -[OFStringTests testStringWithContentsOfIRIEncoding]: ok -[OFStringTests testCStringWithEncodingCodepage850]: ok -[OFStringTests testLength]: ok -[OFStringTests testRangeOfCharacterFromSet]: ok -[OFStringTests testUTF8StringLength]: ok -[OFStringTests testStringBySHA224Hashing]: ok -[OFStringTests testStringBySHA384Hashing]: ok -[OFStringTests testUTF16StringLength]: ok -[OFStringTests testStringWithCStringEncodingWindows1250]: ok -[OFStringTests testStringWithUTF16String]: ok -[OFStringTests testStringBySHA1Hashing]: ok -[OFStringTests testComponentsSeparatedByCharactersInSetOptions]: ok -[OFStringTests testStringByRemovingPercentEncodingThrowsOnInvalidFormat]: ok -[OFStringTests testFloatValueThrowsOnInvalidFormat]: ok -[OFStringTests testStringByXMLUnescapingThrowsOnUnknownEntities]: ok -[OFStringTests testStringByXMLUnescapingWithDelegate]: ok -[OFStringTests testEnumerateLinesUsingBlock]: ok -[OFStringTests testLossyCStringWithEncodingASCII]: ok Running OFUNIXStreamSocketTests -[OFUNIXStreamSocketTests testAbstractUNIXStreamSocket]: ok -[OFUNIXStreamSocketTests testUNIXStreamSocket]: ok Running OFRangeTests -[OFRangeTests testIntersectionRange]: ok -[OFRangeTests testUnionRange]: ok Running OFCharacterSetTests -[OFCharacterSetTests testCustomCharacterSet]: ok -[OFCharacterSetTests testBitSetCharacterSet]: ok -[OFCharacterSetTests testRangeCharacterSet]: ok -[OFCharacterSetTests testInvertingInvertedSetReturnsOriginal]: ok -[OFCharacterSetTests testInvertedCharacterSet]: ok Running OFMutableArrayTests -[OFMutableArrayTests testFoldUsingBlock]: ok -[OFMutableArrayTests testReplaceObjectsInRangeWithObjectsFromArray]: ok -[OFMutableArrayTests testComponentsJoinedByString]: ok -[OFMutableArrayTests testReplaceObjectsInRangeWithObjectsFromArrayThrowsOnOutOfRangeRange]: ok -[OFMutableArrayTests testObjectsAtIndexesThrowsOnOutOfRangeIndex]: ok -[OFMutableArrayTests testArrayWithObjectsCount]: ok -[OFMutableArrayTests testReplaceObjectAtIndexWithObject]: ok -[OFMutableArrayTests testEnumerator]: ok -[OFMutableArrayTests testArrayWithObjects]: ok -[OFMutableArrayTests testRemoveObjectsAtIndexes]: ok -[OFMutableArrayTests testAddObject]: ok -[OFMutableArrayTests testDescription]: ok -[OFMutableArrayTests testCount]: ok -[OFMutableArrayTests testValueForKey]: ok -[OFMutableArrayTests testIndexOfObjectIdenticalTo]: ok -[OFMutableArrayTests testRemoveObjectsInRangeFailsWhenOutOfRange]: ok -[OFMutableArrayTests testRemoveObjectsInRange]: ok -[OFMutableArrayTests testRemoveObject]: ok -[OFMutableArrayTests testFastEnumeration]: ok -[OFMutableArrayTests testReplaceObjectsAtIndexesWithObjectsThrowsOnTooShortObjectsArray]: ok -[OFMutableArrayTests testFilteredArrayUsingBlock]: ok -[OFMutableArrayTests testInsertObjectsFromArrayAtIndex]: ok -[OFMutableArrayTests testObjectsInRangeThrowsOnOutOfRangeRange]: ok -[OFMutableArrayTests testContainsObjectIdenticalTo]: ok -[OFMutableArrayTests testMappedArrayUsingBlock]: ok -[OFMutableArrayTests testReplaceObjectsUsingBlock]: ok -[OFMutableArrayTests testObjectAtIndexFailsWhenOutOfRange]: ok -[OFMutableArrayTests testReverse]: ok -[OFMutableArrayTests testObjectAtIndex]: ok -[OFMutableArrayTests testInsertObjectsAtIndexesThrowsOnOutOfRangeIndex]: ok -[OFMutableArrayTests testReplaceObjectsAtIndexesWithObjects]: ok -[OFMutableArrayTests testReplaceObjectsAtIndexesWithObjectsThrowsOnTooLongObjectsArray]: ok -[OFMutableArrayTests testRemoveObjectsAtIndexesFailsWhenOutOfRange]: ok -[OFMutableArrayTests testArray]: ok -[OFMutableArrayTests testObjectsAtIndexes]: ok -[OFMutableArrayTests testEnumerateObjectsUsingBlock]: ok -[OFMutableArrayTests testReplaceObjectIdenticalToWithObject]: ok -[OFMutableArrayTests testIsEqual]: ok -[OFMutableArrayTests testIndexOfObject]: ok -[OFMutableArrayTests testRemoveObjectAtIndex]: ok -[OFMutableArrayTests testReversedArray]: ok -[OFMutableArrayTests testInsertObjectsAtIndexes]: ok -[OFMutableArrayTests testReplaceObjectWithObject]: ok -[OFMutableArrayTests testComponentsJoinedByStringOptions]: ok -[OFMutableArrayTests testSortedArray]: ok -[OFMutableArrayTests testHash]: ok -[OFMutableArrayTests testMutableCopy]: ok -[OFMutableArrayTests testSetValueForKey]: ok -[OFMutableArrayTests testReplaceObjectsAtIndexesWithObjectsThrowsOnOutOfRangeIndex]: ok -[OFMutableArrayTests testRemoveObjectIdenticalTo]: ok -[OFMutableArrayTests testObjectsInRange]: ok -[OFMutableArrayTests testContainsObject]: ok -[OFMutableArrayTests testInsertObjectAtIndex]: ok -[OFMutableArrayTests testCopy]: ok Running OFZIPArchiveTests -[OFZIPArchiveTests testCreateAndExtractArchive]: ok Running OFJSONTests -[OFJSONTests testJSON5Representation]: ok -[OFJSONTests testObjectByParsingJSONFailsWithInvalidJSON]: ok -[OFJSONTests testObjectByParsingJSONWithDeepNesting]: ok -[OFJSONTests testJSONRepresentation]: ok -[OFJSONTests testSortedJSONRepresentation]: ok -[OFJSONTests testPrettyJSONRepresentation]: ok -[OFJSONTests testObjectByParsingJSONFailsWithTooDeepNesting]: ok -[OFJSONTests testObjectByParsingJSON]: ok Running OFSocketTests -[OFSocketTests testParseIPv6]: ok -[OFSocketTests testParseIPv4]: ok -[OFSocketTests testPortForIPv6]: ok -[OFSocketTests testAddressHash]: ok -[OFSocketTests testPortForIPv4]: ok -[OFSocketTests testParseRejectsInvalidIPv6]: ok -[OFSocketTests testStringForIPv6]: ok -[OFSocketTests testAddressEqual]: ok -[OFSocketTests testParseRejectsInvalidIPv4]: ok -[OFSocketTests testStringForIPv4]: ok Running OFMutableSetTests -[OFMutableSetTests testEnumerator]: ok -[OFMutableSetTests testDescription]: ok -[OFMutableSetTests testHash]: ok -[OFMutableSetTests testEnumerateObjectsUsingBlock]: ok -[OFMutableSetTests testFastEnumeration]: ok -[OFMutableSetTests testCopy]: ok -[OFMutableSetTests testRemoveObject]: ok -[OFMutableSetTests testSetWithArray]: ok -[OFMutableSetTests testMutableCopy]: ok -[OFMutableSetTests testValueForKey]: ok -[OFMutableSetTests testUnionSet]: ok -[OFMutableSetTests testRemoveAllObjects]: ok -[OFMutableSetTests testFilteredSetUsingBlock]: ok -[OFMutableSetTests testIsEqual]: ok -[OFMutableSetTests testMinusSet]: ok -[OFMutableSetTests testIsSubsetOfSet]: ok -[OFMutableSetTests testAddObject]: ok -[OFMutableSetTests testIntersectsSet]: ok -[OFMutableSetTests testIntersectSet]: ok Running OFINIFileTests -[OFINIFileTests testUnsignedLongLongValueThrowsForNegative]: ok -[OFINIFileTests testArrayValueForKey]: ok -[OFINIFileTests testWriteToIRIEncoding]: ok -[OFINIFileTests testDoubleValueForKeyDefaultValue]: ok -[OFINIFileTests testLongLongValueForKeyDefaultValue]: ok -[OFINIFileTests testStringValueForKey]: ok -[OFINIFileTests testSectionForName]: ok -[OFINIFileTests testUnsignedLongLongValueForKeyDefaultValue]: ok -[OFINIFileTests testBoolValueForKeyDefaultValue]: ok -[OFINIFileTests testFloatValueForKeyDefaultValue]: ok Running OFCryptographicHashTests -[OFCryptographicHashTests testRIPEMD160]: ok -[OFCryptographicHashTests testSHA256]: ok -[OFCryptographicHashTests testSHA1]: ok -[OFCryptographicHashTests testMD5]: ok -[OFCryptographicHashTests testSHA384]: ok -[OFCryptographicHashTests testSHA512]: ok -[OFCryptographicHashTests testSHA224]: ok Running OFZooArchiveTests -[OFZooArchiveTests testCreateAndExtractArchive]: ok Running OFMutableDataTests -[OFMutableDataTests testStringBySHA256Hashing]: ok -[OFMutableDataTests testMutableCopy]: ok -[OFMutableDataTests testInsertItemsAtIndexesThrowsOnOutOfRangeIndex]: ok -[OFMutableDataTests testCompare]: ok -[OFMutableDataTests testSubdataWithRangeThrowsOnOutOfRangeRange]: ok -[OFMutableDataTests testStringBySHA384Hashing]: ok -[OFMutableDataTests testItemAtIndexThrowsOnOutOfRangeIndex]: ok -[OFMutableDataTests testHash]: ok -[OFMutableDataTests testRangeOfDataOptionsRangeThrowsOnOutOfRangeRange]: ok -[OFMutableDataTests testRemoveLastItem]: ok -[OFMutableDataTests testStringBySHA1Hashing]: ok -[OFMutableDataTests testStringByBase64Encoding]: ok -[OFMutableDataTests testDataWithBase64EncodedString]: ok -[OFMutableDataTests testAddItemsCount]: ok -[OFMutableDataTests testRemoveItemsAtIndexesThrowsOnOutOfRangeRange]: ok -[OFMutableDataTests testInsertItemsAtIndexCountThrowsOnOutOfRangeIndex]: ok -[OFMutableDataTests testStringByRIPEMD160Hashing]: ok -[OFMutableDataTests testIsEqual]: ok -[OFMutableDataTests testStringByMD5Hashing]: ok -[OFMutableDataTests testInsertItemsAtIndexes]: ok -[OFMutableDataTests testRangeOfDataOptionsRangeThrowsOnDifferentItemSize]: ok -[OFMutableDataTests testLastItem]: ok -[OFMutableDataTests testInsertItemsAtIndexCount]: ok -[OFMutableDataTests testItems]: ok -[OFMutableDataTests testStringBySHA224Hashing]: ok -[OFMutableDataTests testAddItem]: ok -[OFMutableDataTests testFirstItem]: ok -[OFMutableDataTests testSubdataWithRange]: ok -[OFMutableDataTests testCount]: ok -[OFMutableDataTests testCopy]: ok -[OFMutableDataTests testRemoveItemsAtIndexes]: ok -[OFMutableDataTests testStringBySHA512Hashing]: ok -[OFMutableDataTests testItemSize]: ok -[OFMutableDataTests testAddItemsCountThrowsOnOutOfRange]: ok -[OFMutableDataTests testRangeOfDataOptionsRange]: ok -[OFMutableDataTests testRemoveItemsInRange]: ok -[OFMutableDataTests testRemoveItemsInRangeThrowsOnOutOfRangeRange]: ok -[OFMutableDataTests testItemAtIndex]: ok Running OFConcreteMutableDictionaryTests -[OFConcreteMutableDictionaryTests testContainsObject]: ok -[OFConcreteMutableDictionaryTests testSetObjectForKey]: ok -[OFConcreteMutableDictionaryTests testDetectMutationDuringEnumerateObjectsUsingBlock]: ok -[OFConcreteMutableDictionaryTests testHash]: ok -[OFConcreteMutableDictionaryTests testRemoveObjectForKey]: ok -[OFConcreteMutableDictionaryTests testDetectMutationDuringFastEnumeration]: ok -[OFConcreteMutableDictionaryTests testSetValueForKey]: ok -[OFConcreteMutableDictionaryTests testMappedDictionaryUsingBlock]: ok -[OFConcreteMutableDictionaryTests testMutableCopy]: ok -[OFConcreteMutableDictionaryTests testAllKeys]: ok -[OFConcreteMutableDictionaryTests testKeyEnumerator]: ok -[OFConcreteMutableDictionaryTests testObjectForKey]: ok -[OFConcreteMutableDictionaryTests testReplaceObjectsUsingBlock]: ok -[OFConcreteMutableDictionaryTests testFilteredDictionaryUsingBlock]: ok -[OFConcreteMutableDictionaryTests testValueForKey]: ok -[OFConcreteMutableDictionaryTests testCount]: ok -[OFConcreteMutableDictionaryTests testAllObjects]: ok -[OFConcreteMutableDictionaryTests testMutableCopy]: ok -[OFConcreteMutableDictionaryTests testIsEqual]: ok -[OFConcreteMutableDictionaryTests testFastEnumeration]: ok -[OFConcreteMutableDictionaryTests testDescription]: ok -[OFConcreteMutableDictionaryTests testCopy]: ok -[OFConcreteMutableDictionaryTests testEnumerateKeysAndObjectsUsingBlock]: ok -[OFConcreteMutableDictionaryTests testObjectEnumerator]: ok -[OFConcreteMutableDictionaryTests testContainsObjectIdenticalTo]: ok -[OFConcreteMutableDictionaryTests testSetValueForKey]: ok -[OFConcreteMutableDictionaryTests testDetectMutationDuringEnumeration]: ok Running OFListTests -[OFListTests testRemoveListItem]: ok -[OFListTests testHash]: ok -[OFListTests testDetectMutationDuringEnumeration]: ok -[OFListTests testFirstObject]: ok -[OFListTests testAppendObject]: ok -[OFListTests testLastObject]: ok -[OFListTests testContainsObject]: ok -[OFListTests testCopy]: ok -[OFListTests testIsEqual]: ok -[OFListTests testLastListItem]: ok -[OFListTests testDescription]: ok -[OFListTests testCount]: ok -[OFListTests testContainsObjectIdenticalTo]: ok -[OFListTests testFastEnumeration]: ok -[OFListTests testInsertObjectAfterListItem]: ok -[OFListTests testDetectMutationDuringFastEnumeration]: ok -[OFListTests testFirstListItem]: ok -[OFListTests testInsertObjectBeforeListItem]: ok -[OFListTests testListItemPrevious]: ok -[OFListTests testListItemNext]: ok -[OFListTests testEnumerator]: ok Running OFMutableIndexSetTests -[OFMutableIndexSetTests testRemoveIndexesInRange]: ok -[OFMutableIndexSetTests testAddIndexesInRange]: ok -[OFMutableIndexSetTests testAddIndex]: ok Running OFScryptTests -[OFScryptTests testROMix]: ok -[OFScryptTests testBlockMix]: ok -[OFScryptTests testSalsa20_8Core]: ok -[OFScryptTests testRFC7941TestVector1]: ok -[OFScryptTests testRFC7941TestVector2]: ok -[OFScryptTests testRFC7941TestVector3]: ok Running OFMutableUTF8StringTests -[OFMutableUTF8StringTests testCStringWithEncodingCodepage850]: ok -[OFMutableUTF8StringTests testLossyCStringWithEncodingWindows1250]: ok -[OFMutableUTF8StringTests testStringBySHA256Hashing]: ok -[OFMutableUTF8StringTests testCStringWithEncodingWindows1252]: ok -[OFMutableUTF8StringTests testDeleteLeadingWhitespaces]: ok -[OFMutableUTF8StringTests testLowercaseString]: ok -[OFMutableUTF8StringTests testLossyCStringWithEncodingISO8859_1]: ok -[OFMutableUTF8StringTests testUTF16String]: ok -[OFMutableUTF8StringTests testCStringWithEncodingCodepage858]: ok -[OFMutableUTF8StringTests testStringWithCStringEncodingCodepage850]: ok -[OFMutableUTF8StringTests testStringBySHA224Hashing]: ok -[OFMutableUTF8StringTests testStringByRIPEMD160Hashing]: ok -[OFMutableUTF8StringTests testStringWithContentsOfIRIEncoding]: ok -[OFMutableUTF8StringTests testStringByXMLUnescapingWithBlock]: ok -[OFMutableUTF8StringTests testSetCharacterAtIndex]: ok -[OFMutableUTF8StringTests testLastPathComponent]: ok -[OFMutableUTF8StringTests testCStringWithEncodingASCII]: ok -[OFMutableUTF8StringTests testStringWithUTF32String]: ok -[OFMutableUTF8StringTests testReplaceOccurrencesOfStringWithString]: ok -[OFMutableUTF8StringTests testStringWithCStringEncodingCodepage852]: ok -[OFMutableUTF8StringTests testIsEqual]: ok -[OFMutableUTF8StringTests testCStringWithEncodingCodepage852]: ok -[OFMutableUTF8StringTests testSubstringWithRange]: ok -[OFMutableUTF8StringTests testRangeOfCharacterFromSetFailsWithOutOfRangeRange]: ok -[OFMutableUTF8StringTests testStringWithCStringEncodingCodepage437]: ok -[OFMutableUTF8StringTests testReplaceCharactersInRangeWithString]: ok -[OFMutableUTF8StringTests testLongLongValueThrowsOnInvalidFormat]: ok -[OFMutableUTF8StringTests testUnsignedLongLongValueThrowsOnOutOfRange]: ok -[OFMutableUTF8StringTests testDeleteCharactersInRangeThrowsWithOutOfRangeRange]: ok -[OFMutableUTF8StringTests testUTF16StringLength]: ok -[OFMutableUTF8StringTests testStringByXMLUnescapingThrowsOnUnknownEntities]: ok -[OFMutableUTF8StringTests testStringWithCStringEncodingISO8859_1]: ok -[OFMutableUTF8StringTests testCStringWithEncodingISO8859_1]: ok -[OFMutableUTF8StringTests testMutableCopy]: ok -[OFMutableUTF8StringTests testDeleteEnclosingWhitespaces]: ok -[OFMutableUTF8StringTests testLongLongValue]: ok -[OFMutableUTF8StringTests testStringWithFormat]: ok -[OFMutableUTF8StringTests testReplaceCharactersInRangeWithStringFailsWithOutOfRangeRange]: ok -[OFMutableUTF8StringTests testStringByAppendingString]: ok -[OFMutableUTF8StringTests testInsertStringAtIndex]: ok -[OFMutableUTF8StringTests testStringWithCStringEncodingWindows1252]: ok -[OFMutableUTF8StringTests testDescription]: ok -[OFMutableUTF8StringTests testStringWithUTF8StringLength]: ok -[OFMutableUTF8StringTests testReplaceControlCharacters]: ok -[OFMutableUTF8StringTests testEnumerateLinesUsingBlock]: ok -[OFMutableUTF8StringTests testAppendCharactersLength]: ok -[OFMutableUTF8StringTests testDoubleValueThrowsOnInvalidFormat]: ok -[OFMutableUTF8StringTests testCharacterAtIndexFailsWithOutOfRangeIndex]: ok -[OFMutableUTF8StringTests testComponentsSeparatedByStringOptions]: ok -[OFMutableUTF8StringTests testStringWithContentsOfFileEncoding]: ok -[OFMutableUTF8StringTests testHasSuffix]: ok -[OFMutableUTF8StringTests testReplaceOccurrencesOfStringWithStringOptionsRangeThrowsWithOutOfRangeRange]: ok -[OFMutableUTF8StringTests testStringBySHA1Hashing]: ok -[OFMutableUTF8StringTests testStringByAppendingPathComponent]: ok -[OFMutableUTF8StringTests testFloatValueThrowsOnInvalidFormat]: ok -[OFMutableUTF8StringTests testAppendUTF8String]: ok -[OFMutableUTF8StringTests testStringWithUTF16String]: ok -[OFMutableUTF8StringTests testStringByXMLUnescapingWithDelegate]: ok -[OFMutableUTF8StringTests testHasPrefix]: ok -[OFMutableUTF8StringTests testStringWithCStringEncodingWindows1250]: ok -[OFMutableUTF8StringTests testPathWithComponents]: ok -[OFMutableUTF8StringTests testPathComponents]: ok -[OFMutableUTF8StringTests testCStringWithEncodingISO8859_15]: ok -[OFMutableUTF8StringTests testSubstringWithRangeFailsWithOutOfRangeRange]: ok -[OFMutableUTF8StringTests testStringByAddingPercentEncodingWithAllowedCharacters]: ok -[OFMutableUTF8StringTests testHash]: ok -[OFMutableUTF8StringTests testCopy]: ok -[OFMutableUTF8StringTests testAppendUTF8StringLength]: ok -[OFMutableUTF8StringTests testStringWithCStringEncodingISO8859_15]: ok -[OFMutableUTF8StringTests testUnsignedLongLongValue]: ok -[OFMutableUTF8StringTests testUppercase]: ok -[OFMutableUTF8StringTests testUTF8StringLength]: ok -[OFMutableUTF8StringTests testStringWithUTF8StringFailsWithInvalidUTF8]: ok -[OFMutableUTF8StringTests testPathExtension]: ok -[OFMutableUTF8StringTests testStringByRemovingPercentEncoding]: ok -[OFMutableUTF8StringTests testStringByAppendingPathExtension]: ok -[OFMutableUTF8StringTests testDeleteCharactersInRange]: ok -[OFMutableUTF8StringTests testLength]: ok -[OFMutableUTF8StringTests testLossyCStringWithEncodingWindows1252]: ok -[OFMutableUTF8StringTests testUppercaseString]: ok -[OFMutableUTF8StringTests testStringBySHA512Hashing]: ok -[OFMutableUTF8StringTests testStringByXMLUnescaping]: ok -[OFMutableUTF8StringTests testCharacters]: ok -[OFMutableUTF8StringTests testCapitalize]: ok -[OFMutableUTF8StringTests testComponentsSeparatedByCharactersInSet]: ok -[OFMutableUTF8StringTests testStringByRemovingPercentEncodingThrowsOnInvalidFormat]: ok -[OFMutableUTF8StringTests testStringByXMLUnescapingThrowsOnInvalidFormat]: ok -[OFMutableUTF8StringTests testCStringWithEncodingWindows1250]: ok -[OFMutableUTF8StringTests testRangeOfString]: ok -[OFMutableUTF8StringTests testReplaceOccurrencesOfStringWithStringOptionsRange]: ok -[OFMutableUTF8StringTests testLowercase]: ok -[OFMutableUTF8StringTests testDeleteTrailingWhitespaces]: ok -[OFMutableUTF8StringTests testLongLongValueThrowsOnOutOfRange]: ok -[OFMutableUTF8StringTests testDoubleValue]: ok -[OFMutableUTF8StringTests testAppendFormat]: ok -[OFMutableUTF8StringTests testStringByDeletingPathExtension]: ok -[OFMutableUTF8StringTests testUTF32String]: ok -[OFMutableUTF8StringTests testStringByXMLEscaping]: ok -[OFMutableUTF8StringTests testComponentsSeparatedByString]: ok -[OFMutableUTF8StringTests testCompare]: ok -[OFMutableUTF8StringTests testLossyCStringWithEncodingCodepage437]: ok -[OFMutableUTF8StringTests testStringByRemovingPercentEncodingThrowsOnInvalidEncoding]: ok -[OFMutableUTF8StringTests testLossyCStringWithEncodingASCII]: ok -[OFMutableUTF8StringTests testAppendString]: ok -[OFMutableUTF8StringTests testCaseInsensitiveCompare]: ok -[OFMutableUTF8StringTests testFloatValue]: ok -[OFMutableUTF8StringTests testStringByDeletingLastPathComponent]: ok -[OFMutableUTF8StringTests testRangeOfCharacterFromSet]: ok -[OFMutableUTF8StringTests testLossyCStringWithEncodingISO8859_15]: ok -[OFMutableUTF8StringTests testStringWithCStringEncodingCodepage858]: ok -[OFMutableUTF8StringTests testCStringWithEncodingCodepage437]: ok -[OFMutableUTF8StringTests testRangeOfStringFailsWithOutOfRangeRange]: ok -[OFMutableUTF8StringTests testComponentsSeparatedByCharactersInSetOptions]: ok -[OFMutableUTF8StringTests testStringByMD5Hashing]: ok -[OFMutableUTF8StringTests testStringBySHA384Hashing]: ok -[OFMutableUTF8StringTests testCapitalizedString]: ok -[OFMutableUTF8StringTests testCharacterAtIndex]: ok -[OFMutableUTF8StringTests testIsAbsolutePath]: ok Running OFConcreteDataTests -[OFConcreteDataTests testStringBySHA256Hashing]: ok -[OFConcreteDataTests testStringByBase64Encoding]: ok -[OFConcreteDataTests testDataWithBase64EncodedString]: ok -[OFConcreteDataTests testStringByMD5Hashing]: ok -[OFConcreteDataTests testItemSize]: ok -[OFConcreteDataTests testCount]: ok -[OFConcreteDataTests testHash]: ok -[OFConcreteDataTests testRangeOfDataOptionsRangeThrowsOnDifferentItemSize]: ok -[OFConcreteDataTests testItems]: ok -[OFConcreteDataTests testFirstItem]: ok -[OFConcreteDataTests testCopy]: ok -[OFConcreteDataTests testStringByRIPEMD160Hashing]: ok -[OFConcreteDataTests testStringBySHA384Hashing]: ok -[OFConcreteDataTests testCompare]: ok -[OFConcreteDataTests testRangeOfDataOptionsRange]: ok -[OFConcreteDataTests testStringBySHA1Hashing]: ok -[OFConcreteDataTests testStringBySHA224Hashing]: ok -[OFConcreteDataTests testLastItem]: ok -[OFConcreteDataTests testSubdataWithRangeThrowsOnOutOfRangeRange]: ok -[OFConcreteDataTests testItemAtIndexThrowsOnOutOfRangeIndex]: ok -[OFConcreteDataTests testItemAtIndex]: ok -[OFConcreteDataTests testIsEqual]: ok -[OFConcreteDataTests testSubdataWithRange]: ok -[OFConcreteDataTests testStringBySHA512Hashing]: ok -[OFConcreteDataTests testRangeOfDataOptionsRangeThrowsOnOutOfRangeRange]: ok Running RuntimeTests -[RuntimeTests testAssociatedObjects]: ok -[RuntimeTests testCallNonExistentMethodViaSuper]: ok -[RuntimeTests testPropertyCopyNonatomic]: ok -[RuntimeTests testTaggedPointers]: ok -[RuntimeTests testPropertyRetainAtomic]: ok -[RuntimeTests testCallMethodViaSuperWithNilSelf]: ok Running OFUTF8StringTests -[OFUTF8StringTests testCStringWithEncodingCodepage850]: ok -[OFUTF8StringTests testLossyCStringWithEncodingWindows1250]: ok -[OFUTF8StringTests testStringBySHA256Hashing]: ok -[OFUTF8StringTests testCStringWithEncodingWindows1252]: ok -[OFUTF8StringTests testSubstringWithRangeFailsWithOutOfRangeRange]: ok -[OFUTF8StringTests testLowercaseString]: ok -[OFUTF8StringTests testLossyCStringWithEncodingISO8859_1]: ok -[OFUTF8StringTests testUTF16String]: ok -[OFUTF8StringTests testStringByAddingPercentEncodingWithAllowedCharacters]: ok -[OFUTF8StringTests testCStringWithEncodingCodepage858]: ok -[OFUTF8StringTests testHash]: ok -[OFUTF8StringTests testStringWithCStringEncodingCodepage850]: ok -[OFUTF8StringTests testStringBySHA224Hashing]: ok -[OFUTF8StringTests testStringByRIPEMD160Hashing]: ok -[OFUTF8StringTests testCopy]: ok -[OFUTF8StringTests testStringWithContentsOfIRIEncoding]: ok -[OFUTF8StringTests testStringWithCStringEncodingISO8859_15]: ok -[OFUTF8StringTests testStringByXMLUnescapingWithBlock]: ok -[OFUTF8StringTests testUnsignedLongLongValue]: ok -[OFUTF8StringTests testLastPathComponent]: ok -[OFUTF8StringTests testUTF8StringLength]: ok -[OFUTF8StringTests testStringWithUTF8StringFailsWithInvalidUTF8]: ok -[OFUTF8StringTests testCStringWithEncodingASCII]: ok -[OFUTF8StringTests testCStringWithEncodingCodepage852]: ok -[OFUTF8StringTests testStringWithUTF32String]: ok -[OFUTF8StringTests testPathExtension]: ok -[OFUTF8StringTests testStringWithCStringEncodingCodepage852]: ok -[OFUTF8StringTests testStringByRemovingPercentEncoding]: ok -[OFUTF8StringTests testIsEqual]: ok -[OFUTF8StringTests testStringByAppendingPathExtension]: ok -[OFUTF8StringTests testLength]: ok -[OFUTF8StringTests testSubstringWithRange]: ok -[OFUTF8StringTests testLossyCStringWithEncodingWindows1252]: ok -[OFUTF8StringTests testUppercaseString]: ok -[OFUTF8StringTests testRangeOfCharacterFromSetFailsWithOutOfRangeRange]: ok -[OFUTF8StringTests testStringWithCStringEncodingCodepage437]: ok -[OFUTF8StringTests testStringBySHA512Hashing]: ok -[OFUTF8StringTests testStringByXMLUnescaping]: ok -[OFUTF8StringTests testLongLongValueThrowsOnInvalidFormat]: ok -[OFUTF8StringTests testCharacters]: ok -[OFUTF8StringTests testUnsignedLongLongValueThrowsOnOutOfRange]: ok -[OFUTF8StringTests testStringByRemovingPercentEncodingThrowsOnInvalidFormat]: ok -[OFUTF8StringTests testComponentsSeparatedByCharactersInSet]: ok -[OFUTF8StringTests testUTF16StringLength]: ok -[OFUTF8StringTests testStringByXMLUnescapingThrowsOnUnknownEntities]: ok -[OFUTF8StringTests testStringWithCStringEncodingISO8859_1]: ok -[OFUTF8StringTests testStringByXMLUnescapingThrowsOnInvalidFormat]: ok -[OFUTF8StringTests testCStringWithEncodingISO8859_1]: ok -[OFUTF8StringTests testMutableCopy]: ok -[OFUTF8StringTests testLongLongValueThrowsOnOutOfRange]: ok -[OFUTF8StringTests testRangeOfString]: ok -[OFUTF8StringTests testCStringWithEncodingWindows1250]: ok -[OFUTF8StringTests testStringWithFormat]: ok -[OFUTF8StringTests testLongLongValue]: ok -[OFUTF8StringTests testStringByDeletingPathExtension]: ok -[OFUTF8StringTests testDoubleValue]: ok -[OFUTF8StringTests testStringByAppendingString]: ok -[OFUTF8StringTests testStringByXMLEscaping]: ok -[OFUTF8StringTests testUTF32String]: ok -[OFUTF8StringTests testStringWithCStringEncodingWindows1252]: ok -[OFUTF8StringTests testDescription]: ok -[OFUTF8StringTests testStringWithUTF8StringLength]: ok -[OFUTF8StringTests testEnumerateLinesUsingBlock]: ok -[OFUTF8StringTests testComponentsSeparatedByString]: ok -[OFUTF8StringTests testDoubleValueThrowsOnInvalidFormat]: ok -[OFUTF8StringTests testStringByRemovingPercentEncodingThrowsOnInvalidEncoding]: ok -[OFUTF8StringTests testCharacterAtIndexFailsWithOutOfRangeIndex]: ok -[OFUTF8StringTests testStringWithContentsOfFileEncoding]: ok -[OFUTF8StringTests testLossyCStringWithEncodingCodepage437]: ok -[OFUTF8StringTests testCompare]: ok -[OFUTF8StringTests testComponentsSeparatedByStringOptions]: ok -[OFUTF8StringTests testLossyCStringWithEncodingASCII]: ok -[OFUTF8StringTests testHasSuffix]: ok -[OFUTF8StringTests testCaseInsensitiveCompare]: ok -[OFUTF8StringTests testFloatValue]: ok -[OFUTF8StringTests testStringBySHA1Hashing]: ok -[OFUTF8StringTests testStringByAppendingPathComponent]: ok -[OFUTF8StringTests testStringByDeletingLastPathComponent]: ok -[OFUTF8StringTests testFloatValueThrowsOnInvalidFormat]: ok -[OFUTF8StringTests testLossyCStringWithEncodingISO8859_15]: ok -[OFUTF8StringTests testRangeOfCharacterFromSet]: ok -[OFUTF8StringTests testStringWithCStringEncodingCodepage858]: ok -[OFUTF8StringTests testCStringWithEncodingCodepage437]: ok -[OFUTF8StringTests testRangeOfStringFailsWithOutOfRangeRange]: ok -[OFUTF8StringTests testComponentsSeparatedByCharactersInSetOptions]: ok -[OFUTF8StringTests testStringByXMLUnescapingWithDelegate]: ok -[OFUTF8StringTests testStringWithUTF16String]: ok -[OFUTF8StringTests testHasPrefix]: ok -[OFUTF8StringTests testStringByMD5Hashing]: ok -[OFUTF8StringTests testStringWithCStringEncodingWindows1250]: ok -[OFUTF8StringTests testCStringWithEncodingISO8859_15]: ok -[OFUTF8StringTests testPathWithComponents]: ok -[OFUTF8StringTests testPathComponents]: ok -[OFUTF8StringTests testStringBySHA384Hashing]: ok -[OFUTF8StringTests testCapitalizedString]: ok -[OFUTF8StringTests testCharacterAtIndex]: ok -[OFUTF8StringTests testIsAbsolutePath]: ok Running OFImageTests -[OFImageTests testImageWithStreamImageFormatQOI]: ok -[OFImageTests testCopy]: ok -[OFImageTests testColorAtNonIntegralPoint]: ok -[OFImageTests testImageWithStreamImageFormatBMPRGB565]: ok -[OFImageTests testWriteToStreamWithImageFormatQOI]: ok -[OFImageTests testImageWithPixelsWithNonIntegralSizeThrows]: ok -[OFImageTests testHash]: ok -[OFImageTests testImageWithStreamImageFormatBMP]: ok -[OFImageTests testIsEqual]: ok -[OFImageTests testImageWithPixelsNoCopyWithNonIntegralSizeThrows]: ok -[OFImageTests testImageWithPixels]: ok -[OFImageTests testImageWithPixelsNoCopy]: ok -[OFImageTests testMutableCopy]: ok -[OFImageTests testWriteToStreamWithImageFormatBMPRGB888]: ok -[OFImageTests testWriteToStreamWithImageFormatBMPRGBA8888]: ok -[OFImageTests testColorAtPointOutOfBoundsThrows]: ok Running OFConcreteArrayTests -[OFConcreteArrayTests testFilteredArrayUsingBlock]: ok -[OFConcreteArrayTests testArrayWithObjects]: ok -[OFConcreteArrayTests testFoldUsingBlock]: ok -[OFConcreteArrayTests testHash]: ok -[OFConcreteArrayTests testArray]: ok -[OFConcreteArrayTests testCopy]: ok -[OFConcreteArrayTests testObjectAtIndexFailsWhenOutOfRange]: ok -[OFConcreteArrayTests testFastEnumeration]: ok -[OFConcreteArrayTests testObjectsInRangeThrowsOnOutOfRangeRange]: ok -[OFConcreteArrayTests testSortedArray]: ok -[OFConcreteArrayTests testObjectAtIndex]: ok -[OFConcreteArrayTests testMutableCopy]: ok -[OFConcreteArrayTests testContainsObject]: ok -[OFConcreteArrayTests testObjectsInRange]: ok -[OFConcreteArrayTests testReversedArray]: ok -[OFConcreteArrayTests testEnumerator]: ok -[OFConcreteArrayTests testEnumerateObjectsUsingBlock]: ok -[OFConcreteArrayTests testValueForKey]: ok -[OFConcreteArrayTests testComponentsJoinedByString]: ok -[OFConcreteArrayTests testIndexOfObject]: ok -[OFConcreteArrayTests testComponentsJoinedByStringOptions]: ok -[OFConcreteArrayTests testContainsObjectIdenticalTo]: ok -[OFConcreteArrayTests testObjectsAtIndexes]: ok -[OFConcreteArrayTests testIsEqual]: ok -[OFConcreteArrayTests testIndexOfObjectIdenticalTo]: ok -[OFConcreteArrayTests testObjectsAtIndexesThrowsOnOutOfRangeIndex]: ok -[OFConcreteArrayTests testArrayWithObjectsCount]: ok -[OFConcreteArrayTests testMappedArrayUsingBlock]: ok -[OFConcreteArrayTests testCount]: ok -[OFConcreteArrayTests testDescription]: ok Running OFBlockTests -[OFBlockTests testCopyStackBlockAndReferenceVariable]: ok -[OFBlockTests testClassOfStackBlock]: ok -[OFBlockTests testCopyStackBlock]: ok -[OFBlockTests testCopyStackBlockAndReferenceCopiedVariable]: ok -[OFBlockTests testCopyGlobalBlock]: ok -[OFBlockTests testCopyMallocBlock]: ok -[OFBlockTests testClassOfGlobalBlock]: ok -[OFBlockTests testClassOfMallocBlock]: ok Running OFColorTests -[OFColorTests testColorUsingColorSpace]: ok -[OFColorTests testReturnsTaggedPointer]: ok -[OFColorTests testGetRedGreenBlueAlpha]: ok Running OFUNIXDatagramSocketTests -[OFUNIXDatagramSocketTests testAbstractUNIXDatagramSocket]: ok -[OFUNIXDatagramSocketTests testUNIXDatagramSocket]: ok Running OFPropertyListTests -[OFPropertyListTests testDetectInvalidFormat]: ok -[OFPropertyListTests testDetectUnsupportedVersion]: ok -[OFPropertyListTests testObjectByParsingPropertyList]: ok Running OFConcreteSetTests -[OFConcreteSetTests testMutableCopy]: ok -[OFConcreteSetTests testIsEqual]: ok -[OFConcreteSetTests testCopy]: ok -[OFConcreteSetTests testIsSubsetOfSet]: ok -[OFConcreteSetTests testFastEnumeration]: ok -[OFConcreteSetTests testEnumerator]: ok -[OFConcreteSetTests testFilteredSetUsingBlock]: ok -[OFConcreteSetTests testValueForKey]: ok -[OFConcreteSetTests testIntersectsSet]: ok -[OFConcreteSetTests testHash]: ok -[OFConcreteSetTests testDescription]: ok -[OFConcreteSetTests testSetWithArray]: ok -[OFConcreteSetTests testEnumerateObjectsUsingBlock]: ok Running OFCanvasTests -[OFCanvasTests testClearRect]: ok -[OFCanvasTests testDrawImageSourceRectDestinationRect]: ok Running OFTCPSocketTests -[OFTCPSocketTests testTCPSocket]: ok Running OFStreamTests -[OFStreamTests testStream]: ok Running OFNotificationCenterTests -[OFNotificationCenterTests testNotificationCenter]: ok Running OFDataTests -[OFDataTests testRangeOfDataOptionsRange]: ok -[OFDataTests testDataWithBase64EncodedString]: ok -[OFDataTests testCount]: ok -[OFDataTests testStringByRIPEMD160Hashing]: ok -[OFDataTests testSubdataWithRangeThrowsOnOutOfRangeRange]: ok -[OFDataTests testItemSize]: ok -[OFDataTests testStringBySHA1Hashing]: ok -[OFDataTests testIsEqual]: ok -[OFDataTests testRangeOfDataOptionsRangeThrowsOnDifferentItemSize]: ok -[OFDataTests testRangeOfDataOptionsRangeThrowsOnOutOfRangeRange]: ok -[OFDataTests testItemAtIndex]: ok -[OFDataTests testStringBySHA256Hashing]: ok -[OFDataTests testCopy]: ok -[OFDataTests testSubdataWithRange]: ok -[OFDataTests testStringBySHA512Hashing]: ok -[OFDataTests testStringBySHA224Hashing]: ok -[OFDataTests testItemAtIndexThrowsOnOutOfRangeIndex]: ok -[OFDataTests testStringBySHA384Hashing]: ok -[OFDataTests testStringByBase64Encoding]: ok -[OFDataTests testHash]: ok -[OFDataTests testCompare]: ok -[OFDataTests testItems]: ok -[OFDataTests testStringByMD5Hashing]: ok -[OFDataTests testFirstItem]: ok -[OFDataTests testLastItem]: ok Running OFDNSResolverTests Running OFXMLNodeTests -[OFXMLNodeTests testElementsForNameNamespace]: ok -[OFXMLNodeTests testRemoveAttributeForNameNamespace]: ok -[OFXMLNodeTests testXMLStringWithIndentation]: ok -[OFXMLNodeTests testHash]: ok -[OFXMLNodeTests testAddAttributeWithNameStringValue]: ok -[OFXMLNodeTests testElementWithNameNamespace]: ok -[OFXMLNodeTests testElementWithNameStringValue]: ok -[OFXMLNodeTests testElementWithNameNamespaceStringValue]: ok -[OFXMLNodeTests testCDATAWithString]: ok -[OFXMLNodeTests testIsEqual]: ok -[OFXMLNodeTests testElementWithName]: ok -[OFXMLNodeTests testCommentWithText]: ok -[OFXMLNodeTests testElementWithXMLStringAndStringValue]: ok -[OFXMLNodeTests testAddChild]: ok -[OFXMLNodeTests testCharactersWithString]: ok Running OFDictionaryTests -[OFDictionaryTests testMappedDictionaryUsingBlock]: ok -[OFDictionaryTests testObjectForKey]: ok -[OFDictionaryTests testIsEqual]: ok -[OFDictionaryTests testCount]: ok -[OFDictionaryTests testFilteredDictionaryUsingBlock]: ok -[OFDictionaryTests testCopy]: ok -[OFDictionaryTests testAllObjects]: ok -[OFDictionaryTests testHash]: ok -[OFDictionaryTests testFastEnumeration]: ok -[OFDictionaryTests testSetValueForKey]: ok -[OFDictionaryTests testContainsObject]: ok -[OFDictionaryTests testKeyEnumerator]: ok -[OFDictionaryTests testObjectEnumerator]: ok -[OFDictionaryTests testEnumerateKeysAndObjectsUsingBlock]: ok -[OFDictionaryTests testContainsObjectIdenticalTo]: ok -[OFDictionaryTests testDescription]: ok -[OFDictionaryTests testValueForKey]: ok -[OFDictionaryTests testAllKeys]: ok -[OFDictionaryTests testMutableCopy]: ok Running OFUNIXSequencedPacketSocketTests -[OFUNIXSequencedPacketSocketTests testUNIXSequencedSocket]: ok -[OFUNIXSequencedPacketSocketTests testAbstractUNIXSequencedSocket]: ok Running OFValueTests -[OFValueTests testGetValueSize]: ok -[OFValueTests testIsEqual]: ok -[OFValueTests testPointer]: ok -[OFValueTests testObjCType]: ok -[OFValueTests testGetValueSizeThrowsOnWrongSize]: ok -[OFValueTests testPoint]: ok -[OFValueTests testRange]: ok -[OFValueTests testSize]: ok -[OFValueTests testNonretainedObject]: ok -[OFValueTests testRect]: ok Running OFUDPSocketTests -[OFUDPSocketTests testUDPSocket]: ok Running OFTarArchiveTests -[OFTarArchiveTests testCreateAndExtractArchive]: ok Running OFFileManagerTests -[OFFileManagerTests testCurrentDirectoryPath]: ok -[OFFileManagerTests testSubpathsOfDirectoryAtPath]: ok -[OFFileManagerTests testDirectoryAtPathCreateParents]: ok -[OFFileManagerTests testExtendedAttributes]: ok -[OFFileManagerTests testCopyItemAtPathToPath]: ok -[OFFileManagerTests testMoveItemAtPathToPath]: ok -[OFFileManagerTests testLinkItemAtPathToPath]: ok -[OFFileManagerTests testAttributesOfItemAtPath]: ok -[OFFileManagerTests testContentsOfDirectoryAtPath]: ok -[OFFileManagerTests testRemoveItemAtPath]: ok -[OFFileManagerTests testCreateSymbolicLinkAtPathWithDestinationPath]: ok -[OFFileManagerTests testDirectoryExistsAtPath]: ok -[OFFileManagerTests testChangeCurrentDirectoryPath]: ok -[OFFileManagerTests testFileExistsAtPath]: ok -[OFFileManagerTests testSetAttributesOfItemAtPath]: ok Running OFMutableDictionaryTests -[OFMutableDictionaryTests testContainsObject]: ok -[OFMutableDictionaryTests testAllKeys]: ok -[OFMutableDictionaryTests testReplaceObjectsUsingBlock]: ok -[OFMutableDictionaryTests testSetObjectForKey]: ok -[OFMutableDictionaryTests testFilteredDictionaryUsingBlock]: ok -[OFMutableDictionaryTests testDescription]: ok -[OFMutableDictionaryTests testMutableCopy]: ok -[OFMutableDictionaryTests testAllObjects]: ok -[OFMutableDictionaryTests testValueForKey]: ok -[OFMutableDictionaryTests testCopy]: ok -[OFMutableDictionaryTests testEnumerateKeysAndObjectsUsingBlock]: ok -[OFMutableDictionaryTests testSetValueForKey]: ok -[OFMutableDictionaryTests testObjectForKey]: ok -[OFMutableDictionaryTests testIsEqual]: ok -[OFMutableDictionaryTests testRemoveObjectForKey]: ok -[OFMutableDictionaryTests testMutableCopy]: ok -[OFMutableDictionaryTests testObjectEnumerator]: ok -[OFMutableDictionaryTests testHash]: ok -[OFMutableDictionaryTests testFastEnumeration]: ok -[OFMutableDictionaryTests testKeyEnumerator]: ok -[OFMutableDictionaryTests testSetValueForKey]: ok -[OFMutableDictionaryTests testMappedDictionaryUsingBlock]: ok -[OFMutableDictionaryTests testContainsObjectIdenticalTo]: ok -[OFMutableDictionaryTests testCount]: ok Running OFLHAArchiveTests -[OFLHAArchiveTests testCreateAndExtractArchive]: ok -[OFLHAArchiveTests testEntryFileType]: ok Running OFXMLElementBuilderTests -[OFXMLElementBuilderTests testElementBuilder]: ok Running OFHMACTests -[OFHMACTests testHMACWithSHA256]: ok -[OFHMACTests testHMACWithSHA1]: ok -[OFHMACTests testHMACWithSHA384]: ok -[OFHMACTests testHMACWithMD5]: ok -[OFHMACTests testHMACWithRIPEMD160]: ok -[OFHMACTests testHMACWithSHA512]: ok Running OFSubprocessTests -[OFSubprocessTests testSubprocess]: ok Running OFInvocationTests -[OFInvocationTests testSetAndGetArgumentAtIndex]: ok -[OFInvocationTests testSetAndGetReturnValue]: ok Running OFSystemInfoTests Running OFThreadTests -[OFThreadTests testThread]: ok Running RuntimeARCTests -[RuntimeARCTests testExceptionsDuringInit]: ok -[RuntimeARCTests testWeakReferences]: ok Running OFConcreteDictionaryTests -[OFConcreteDictionaryTests testMappedDictionaryUsingBlock]: ok -[OFConcreteDictionaryTests testObjectForKey]: ok -[OFConcreteDictionaryTests testIsEqual]: ok -[OFConcreteDictionaryTests testCount]: ok -[OFConcreteDictionaryTests testFilteredDictionaryUsingBlock]: ok -[OFConcreteDictionaryTests testCopy]: ok -[OFConcreteDictionaryTests testAllObjects]: ok -[OFConcreteDictionaryTests testHash]: ok -[OFConcreteDictionaryTests testFastEnumeration]: ok -[OFConcreteDictionaryTests testSetValueForKey]: ok -[OFConcreteDictionaryTests testContainsObject]: ok -[OFConcreteDictionaryTests testEnumerateKeysAndObjectsUsingBlock]: ok -[OFConcreteDictionaryTests testObjectEnumerator]: ok -[OFConcreteDictionaryTests testKeyEnumerator]: ok -[OFConcreteDictionaryTests testContainsObjectIdenticalTo]: ok -[OFConcreteDictionaryTests testAllKeys]: ok -[OFConcreteDictionaryTests testValueForKey]: ok -[OFConcreteDictionaryTests testDescription]: ok -[OFConcreteDictionaryTests testMutableCopy]: ok Running OFConcreteMutableSetTests -[OFConcreteMutableSetTests testHash]: ok -[OFConcreteMutableSetTests testSetWithArray]: ok -[OFConcreteMutableSetTests testRemoveObject]: ok -[OFConcreteMutableSetTests testFilteredSetUsingBlock]: ok -[OFConcreteMutableSetTests testIntersectsSet]: ok -[OFConcreteMutableSetTests testMinusSet]: ok -[OFConcreteMutableSetTests testRemoveAllObjects]: ok -[OFConcreteMutableSetTests testEnumerateObjectsUsingBlock]: ok -[OFConcreteMutableSetTests testValueForKey]: ok -[OFConcreteMutableSetTests testDetectMutationDuringEnumeration]: ok -[OFConcreteMutableSetTests testDetectMutationDuringFastEnumeration]: ok -[OFConcreteMutableSetTests testMutableCopy]: ok -[OFConcreteMutableSetTests testCopy]: ok -[OFConcreteMutableSetTests testDetectMutationDuringEnumerateObjectsUsingBlock]: ok -[OFConcreteMutableSetTests testAddObject]: ok -[OFConcreteMutableSetTests testIsSubsetOfSet]: ok -[OFConcreteMutableSetTests testIntersectSet]: ok -[OFConcreteMutableSetTests testUnionSet]: ok -[OFConcreteMutableSetTests testEnumerator]: ok -[OFConcreteMutableSetTests testFastEnumeration]: ok -[OFConcreteMutableSetTests testIsEqual]: ok -[OFConcreteMutableSetTests testDescription]: ok Running OFLocaleTests Running OFMemoryStreamTests -[OFMemoryStreamTests testReadWriteMemoryStream]: ok -[OFMemoryStreamTests testReadOnlyMemoryStream]: ok -[OFMemoryStreamTests testWritingTooMuchThrows]: ok Running OFDateTests -[OFDateTests testDateWithLocalDateStringFormatFailsWithTrailingCharacters]: ok -[OFDateTests testLaterDate]: ok -[OFDateTests testIsEqual]: ok -[OFDateTests testDescription]: ok -[OFDateTests testDateWithLocalDateStringFormatFormat]: ok -[OFDateTests testDateWithDateStringFormatFailsWithTrailingCharacters]: ok -[OFDateTests testMonthOfYear]: ok -[OFDateTests testStrPTime]: ok -[OFDateTests testSecond]: ok -[OFDateTests testDayOfWeek]: ok -[OFDateTests testMicrosecond]: ok -[OFDateTests testDateWithDateStringFormat]: ok -[OFDateTests testYear]: ok -[OFDateTests testDateByAddingTimeInterval]: ok -[OFDateTests testCompare]: ok -[OFDateTests testMinute]: ok -[OFDateTests testHour]: ok -[OFDateTests testDayOfMonth]: ok -[OFDateTests testEarlierDate]: ok -[OFDateTests testDayOfYear]: ok Running OFHTTPClientTests -[OFHTTPClientTests testClient]: ok Running OFConcreteMutableDataTests -[OFConcreteMutableDataTests testDataWithBase64EncodedString]: ok -[OFConcreteMutableDataTests testRangeOfDataOptionsRange]: ok -[OFConcreteMutableDataTests testCopy]: ok -[OFConcreteMutableDataTests testStringBySHA512Hashing]: ok -[OFConcreteMutableDataTests testCount]: ok -[OFConcreteMutableDataTests testInsertItemsAtIndexCountThrowsOnOutOfRangeIndex]: ok -[OFConcreteMutableDataTests testStringByRIPEMD160Hashing]: ok -[OFConcreteMutableDataTests testInsertItemsAtIndexes]: ok -[OFConcreteMutableDataTests testSubdataWithRangeThrowsOnOutOfRangeRange]: ok -[OFConcreteMutableDataTests testStringBySHA224Hashing]: ok -[OFConcreteMutableDataTests testItemAtIndexThrowsOnOutOfRangeIndex]: ok -[OFConcreteMutableDataTests testItemSize]: ok -[OFConcreteMutableDataTests testStringBySHA384Hashing]: ok -[OFConcreteMutableDataTests testRemoveItemsInRange]: ok -[OFConcreteMutableDataTests testStringBySHA1Hashing]: ok -[OFConcreteMutableDataTests testStringByBase64Encoding]: ok -[OFConcreteMutableDataTests testRemoveItemsAtIndexesThrowsOnOutOfRangeRange]: ok -[OFConcreteMutableDataTests testAddItem]: ok -[OFConcreteMutableDataTests testHash]: ok -[OFConcreteMutableDataTests testAddItemsCount]: ok -[OFConcreteMutableDataTests testIsEqual]: ok -[OFConcreteMutableDataTests testRangeOfDataOptionsRangeThrowsOnDifferentItemSize]: ok -[OFConcreteMutableDataTests testMutableCopy]: ok -[OFConcreteMutableDataTests testRangeOfDataOptionsRangeThrowsOnOutOfRangeRange]: ok -[OFConcreteMutableDataTests testInsertItemsAtIndexesThrowsOnOutOfRangeIndex]: ok -[OFConcreteMutableDataTests testCompare]: ok -[OFConcreteMutableDataTests testStringByMD5Hashing]: ok -[OFConcreteMutableDataTests testItems]: ok -[OFConcreteMutableDataTests testItemAtIndex]: ok -[OFConcreteMutableDataTests testAddItemsCountThrowsOnOutOfRange]: ok -[OFConcreteMutableDataTests testRemoveItemsInRangeThrowsOnOutOfRangeRange]: ok -[OFConcreteMutableDataTests testLastItem]: ok -[OFConcreteMutableDataTests testFirstItem]: ok -[OFConcreteMutableDataTests testRemoveItemsAtIndexes]: ok -[OFConcreteMutableDataTests testRemoveLastItem]: ok -[OFConcreteMutableDataTests testInsertItemsAtIndexCount]: ok -[OFConcreteMutableDataTests testStringBySHA256Hashing]: ok -[OFConcreteMutableDataTests testSubdataWithRange]: ok Running OFObjectTests -[OFObjectTests testInstanceDescription]: ok -[OFObjectTests testValueForKeyPath]: ok -[OFObjectTests testSetValueForKeyWithNilThrows]: ok -[OFObjectTests testClassDescription]: ok -[OFObjectTests testSetValueForKeyPath]: ok -[OFObjectTests testSetValueWithUndefinedKeyThrows]: ok -[OFObjectTests testValueForKeyWithUndefinedKeyThrows]: ok -[OFObjectTests testValueForKey]: ok -[OFObjectTests testAutoWrappingOfValueForKey]: ok -[OFObjectTests testAutoWrappingOfSetValueForKey]: ok -[OFObjectTests testSetValueForKey]: ok Running OFMutableImageTests -[OFMutableImageTests testRGBA8888WriteClampsOutOfRangeColor]: ok -[OFMutableImageTests testRGB565WriteAndRead]: ok -[OFMutableImageTests testRGBA16161616FPWriteAndRead]: ok -[OFMutableImageTests testARGB8888WriteClampsOutOfRangeColor]: ok -[OFMutableImageTests testRGBA8888WriteAndRead]: ok -[OFMutableImageTests testBGR888WriteClampsOutOfRangeColor]: ok -[OFMutableImageTests testBGR888WriteAndRead]: ok -[OFMutableImageTests testCopy]: ok -[OFMutableImageTests testRGB888WriteClampsOutOfRangeColor]: ok -[OFMutableImageTests testWriteOutOfBoundsThrows]: ok -[OFMutableImageTests testRGBA32323232FPWriteAndRead]: ok -[OFMutableImageTests testRGB888WriteAndRead]: ok -[OFMutableImageTests testBGRA8888WriteAndRead]: ok -[OFMutableImageTests testARGB8888WriteAndRead]: ok -[OFMutableImageTests testWriteNonIntegralPointThrows]: ok -[OFMutableImageTests testABGR8888WriteClampsOutOfRangeColor]: ok -[OFMutableImageTests testBGRA888WriteClampsOutOfRangeColor]: ok -[OFMutableImageTests testImageWithSizeWithNonIntegralSizeThrows]: ok -[OFMutableImageTests testABGR8888WriteAndRead]: ok Running OFHTTPCookieManagerTests -[OFHTTPCookieManagerTests testCookieManager]: ok Running OFMatrix4x4Tests -[OFMatrix4x4Tests testScaleWithVector]: ok -[OFMatrix4x4Tests testIdentityMatrix]: ok -[OFMatrix4x4Tests testDescription]: ok -[OFMatrix4x4Tests testIsEqual]: ok -[OFMatrix4x4Tests testTranslateWithVector]: ok -[OFMatrix4x4Tests testHash]: ok -[OFMatrix4x4Tests testTransformVectorsCount]: ok -[OFMatrix4x4Tests testCopy]: ok -[OFMatrix4x4Tests testMultiplyWithMatrix]: ok Running OFMethodSignatureTests -[OFMethodSignatureTests testAlignmentOfTypeEncoding]: ok -[OFMethodSignatureTests testSizeOfTypeEncoding]: ok -[OFMethodSignatureTests testSignatureWithObjCTypesFailsWithInvalidFormat]: ok -[OFMethodSignatureTests testSignatureWithObjCTypes]: ok Running OFMutableStringTests -[OFMutableStringTests testStringByXMLUnescapingThrowsOnInvalidFormat]: ok -[OFMutableStringTests testDeleteEnclosingWhitespaces]: ok -[OFMutableStringTests testLongLongValueThrowsOnInvalidFormat]: ok -[OFMutableStringTests testFloatValue]: ok -[OFMutableStringTests testLossyCStringWithEncodingISO8859_1]: ok -[OFMutableStringTests testDeleteLeadingWhitespaces]: ok -[OFMutableStringTests testSubstringWithRange]: ok -[OFMutableStringTests testPathComponents]: ok -[OFMutableStringTests testComponentsSeparatedByCharactersInSetOptions]: ok -[OFMutableStringTests testStringByXMLEscaping]: ok -[OFMutableStringTests testUppercaseString]: ok -[OFMutableStringTests testCaseInsensitiveCompare]: ok -[OFMutableStringTests testStringByAddingPercentEncodingWithAllowedCharacters]: ok -[OFMutableStringTests testStringWithCStringEncodingWindows1252]: ok -[OFMutableStringTests testLongLongValue]: ok -[OFMutableStringTests testCapitalize]: ok -[OFMutableStringTests testStringWithUTF32String]: ok -[OFMutableStringTests testInsertStringAtIndex]: ok -[OFMutableStringTests testLongLongValueThrowsOnOutOfRange]: ok -[OFMutableStringTests testCharacterAtIndex]: ok -[OFMutableStringTests testDeleteTrailingWhitespaces]: ok -[OFMutableStringTests testStringByDeletingLastPathComponent]: ok -[OFMutableStringTests testCompare]: ok -[OFMutableStringTests testCStringWithEncodingCodepage858]: ok -[OFMutableStringTests testAppendUTF8StringLength]: ok -[OFMutableStringTests testDeleteCharactersInRange]: ok -[OFMutableStringTests testStringWithCStringEncodingWindows1250]: ok -[OFMutableStringTests testStringWithContentsOfFileEncoding]: ok -[OFMutableStringTests testStringByAppendingPathComponent]: ok -[OFMutableStringTests testStringWithCStringEncodingISO8859_1]: ok -[OFMutableStringTests testComponentsSeparatedByStringOptions]: ok -[OFMutableStringTests testStringByRIPEMD160Hashing]: ok -[OFMutableStringTests testStringByXMLUnescapingWithDelegate]: ok -[OFMutableStringTests testCapitalizedString]: ok -[OFMutableStringTests testPathWithComponents]: ok -[OFMutableStringTests testDeleteCharactersInRangeThrowsWithOutOfRangeRange]: ok -[OFMutableStringTests testDoubleValueThrowsOnInvalidFormat]: ok -[OFMutableStringTests testStringBySHA1Hashing]: ok -[OFMutableStringTests testRangeOfString]: ok -[OFMutableStringTests testStringBySHA224Hashing]: ok -[OFMutableStringTests testStringWithCStringEncodingCodepage850]: ok -[OFMutableStringTests testStringWithCStringEncodingCodepage852]: ok -[OFMutableStringTests testReplaceControlCharacters]: ok -[OFMutableStringTests testCStringWithEncodingWindows1250]: ok -[OFMutableStringTests testStringBySHA384Hashing]: ok -[OFMutableStringTests testPathExtension]: ok -[OFMutableStringTests testUTF16StringLength]: ok -[OFMutableStringTests testAppendCharactersLength]: ok -[OFMutableStringTests testUnsignedLongLongValueThrowsOnOutOfRange]: ok -[OFMutableStringTests testComponentsSeparatedByString]: ok -[OFMutableStringTests testStringBySHA512Hashing]: ok -[OFMutableStringTests testStringByRemovingPercentEncodingThrowsOnInvalidEncoding]: ok -[OFMutableStringTests testSetCharacterAtIndex]: ok -[OFMutableStringTests testStringByRemovingPercentEncodingThrowsOnInvalidFormat]: ok -[OFMutableStringTests testStringByAppendingString]: ok -[OFMutableStringTests testCopy]: ok -[OFMutableStringTests testStringBySHA256Hashing]: ok -[OFMutableStringTests testReplaceOccurrencesOfStringWithStringOptionsRange]: ok -[OFMutableStringTests testStringWithCStringEncodingCodepage437]: ok -[OFMutableStringTests testLossyCStringWithEncodingWindows1250]: ok -[OFMutableStringTests testAppendFormat]: ok -[OFMutableStringTests testStringWithCStringEncodingISO8859_15]: ok -[OFMutableStringTests testStringByDeletingPathExtension]: ok -[OFMutableStringTests testUnsignedLongLongValue]: ok -[OFMutableStringTests testCStringWithEncodingCodepage437]: ok -[OFMutableStringTests testDescription]: ok -[OFMutableStringTests testCStringWithEncodingCodepage850]: ok -[OFMutableStringTests testStringWithUTF8StringFailsWithInvalidUTF8]: ok -[OFMutableStringTests testStringByAppendingPathExtension]: ok -[OFMutableStringTests testCStringWithEncodingISO8859_15]: ok -[OFMutableStringTests testLowercaseString]: ok -[OFMutableStringTests testStringWithUTF8StringLength]: ok -[OFMutableStringTests testRangeOfStringFailsWithOutOfRangeRange]: ok -[OFMutableStringTests testLowercase]: ok -[OFMutableStringTests testCStringWithEncodingASCII]: ok -[OFMutableStringTests testStringWithCStringEncodingCodepage858]: ok -[OFMutableStringTests testDoubleValue]: ok -[OFMutableStringTests testUppercase]: ok -[OFMutableStringTests testLossyCStringWithEncodingCodepage437]: ok -[OFMutableStringTests testStringByRemovingPercentEncoding]: ok -[OFMutableStringTests testLossyCStringWithEncodingASCII]: ok -[OFMutableStringTests testAppendUTF8String]: ok -[OFMutableStringTests testUTF16String]: ok -[OFMutableStringTests testIsEqual]: ok -[OFMutableStringTests testHash]: ok -[OFMutableStringTests testLength]: ok -[OFMutableStringTests testIsAbsolutePath]: ok -[OFMutableStringTests testComponentsSeparatedByCharactersInSet]: ok -[OFMutableStringTests testLossyCStringWithEncodingWindows1252]: ok -[OFMutableStringTests testReplaceOccurrencesOfStringWithStringOptionsRangeThrowsWithOutOfRangeRange]: ok -[OFMutableStringTests testLossyCStringWithEncodingISO8859_15]: ok -[OFMutableStringTests testRangeOfCharacterFromSet]: ok -[OFMutableStringTests testCharacterAtIndexFailsWithOutOfRangeIndex]: ok -[OFMutableStringTests testRangeOfCharacterFromSetFailsWithOutOfRangeRange]: ok -[OFMutableStringTests testStringByXMLUnescapingWithBlock]: ok -[OFMutableStringTests testStringWithContentsOfIRIEncoding]: ok -[OFMutableStringTests testMutableCopy]: ok -[OFMutableStringTests testHasSuffix]: ok -[OFMutableStringTests testStringWithFormat]: ok -[OFMutableStringTests testReplaceCharactersInRangeWithStringFailsWithOutOfRangeRange]: ok -[OFMutableStringTests testLastPathComponent]: ok -[OFMutableStringTests testEnumerateLinesUsingBlock]: ok -[OFMutableStringTests testStringByMD5Hashing]: ok -[OFMutableStringTests testReplaceOccurrencesOfStringWithString]: ok -[OFMutableStringTests testCStringWithEncodingCodepage852]: ok -[OFMutableStringTests testHasPrefix]: ok -[OFMutableStringTests testCharacters]: ok -[OFMutableStringTests testReplaceCharactersInRangeWithString]: ok -[OFMutableStringTests testCStringWithEncodingWindows1252]: ok -[OFMutableStringTests testFloatValueThrowsOnInvalidFormat]: ok -[OFMutableStringTests testStringWithUTF16String]: ok -[OFMutableStringTests testUTF32String]: ok -[OFMutableStringTests testUTF8StringLength]: ok -[OFMutableStringTests testStringByXMLUnescaping]: ok -[OFMutableStringTests testAppendString]: ok -[OFMutableStringTests testCStringWithEncodingISO8859_1]: ok -[OFMutableStringTests testSubstringWithRangeFailsWithOutOfRangeRange]: ok -[OFMutableStringTests testStringByXMLUnescapingThrowsOnUnknownEntities]: ok Running OFSetTests -[OFSetTests testEnumerator]: ok -[OFSetTests testFastEnumeration]: ok -[OFSetTests testFilteredSetUsingBlock]: ok -[OFSetTests testMutableCopy]: ok -[OFSetTests testIsEqual]: ok -[OFSetTests testIntersectsSet]: ok -[OFSetTests testValueForKey]: ok -[OFSetTests testHash]: ok -[OFSetTests testCopy]: ok -[OFSetTests testDescription]: ok -[OFSetTests testIsSubsetOfSet]: ok -[OFSetTests testSetWithArray]: ok -[OFSetTests testEnumerateObjectsUsingBlock]: ok Running OFNumberTests -[OFNumberTests testUnsignedIntMaxUnmodified]: ok -[OFNumberTests testUnsignedLongLongMaxUnmodified]: ok -[OFNumberTests testShortMinAndMaxUnmodified]: ok -[OFNumberTests testLongMinAndMaxUnmodified]: ok -[OFNumberTests testLongLongMinAndMaxUnmodified]: ok -[OFNumberTests testCharValueOutOfRange]: ok -[OFNumberTests testUnsignedCharMaxUnmodified]: ok -[OFNumberTests testUnsignedShortMaxUnmodified]: ok -[OFNumberTests testUnsignedLongMaxUnmodified]: ok -[OFNumberTests testIsEqual]: ok -[OFNumberTests testCharValue]: ok -[OFNumberTests testSignedCharMinAndMaxUnmodified]: ok -[OFNumberTests testIntMinAndMaxUnmodified]: ok -[OFNumberTests testHash]: ok -[OFNumberTests testDoubleValue]: ok Running OFRectTests -[OFRectTests testIntersectionRect]: ok Running OFModuleTests -[OFModuleTests testModule]: ok Running OFMessagePackTests -[OFMessagePackTests testObjectByParsingMessagePackForArray]: ok -[OFMessagePackTests testObjectByParsingMessagePackForDate]: ok -[OFMessagePackTests testMessagePackRepresentationForNull]: ok -[OFMessagePackTests testObjectByParsingMessagePackForData]: ok -[OFMessagePackTests testMessagePackRepresentationForDictionary]: ok -[OFMessagePackTests testMessagePackRepresentationForString]: ok -[OFMessagePackTests testObjectByParsingMessagePackForNull]: ok -[OFMessagePackTests testMessagePackRepresentationForData]: ok -[OFMessagePackTests testMessagePackRepresentationForArray]: ok -[OFMessagePackTests testObjectByParsingMessagePackForDictionary]: ok -[OFMessagePackTests testObjectByParsingMessagePackForNumber]: ok -[OFMessagePackTests testObjectByParsingMessagePackForExtension]: ok -[OFMessagePackTests testMessagePackRepresentationForNumber]: ok -[OFMessagePackTests testMessagePackRepresentationForDate]: ok -[OFMessagePackTests testMessagePackRepresentationForExtension]: ok -[OFMessagePackTests testObjectByParsingMessagePackForString]: ok Summary for OFDNSResolverTests Static hosts: build-3-21-armhf=(127.0.0.1, ::1); localhost=(127.0.0.1, ::1); build-3-21-armhf.local=(127.0.0.1, ::1) Name servers: 172.16.27.1 Local domain: (nil) Search domains: Timeout: 2 Max attempts: 3 Min number of dots in absolute name: 1 Forces TCP: false Config reload interval: 2 Summary for OFLocaleTests Language code: C Country code: (nil) Encoding: UTF-8 Decimal separator: . Summary for OFSystemInfoTests ObjFW version: 1.5.7 ObjFW version major: 1 ObjFW version minor: 5 Operating system name: Linux Operating system version: 6.18.33-0-lts Page size: 4096 Number of CPUs: 80 User config IRI: file:/home/buildozer/.config/ User data IRI: file:/home/buildozer/.local/share/ Temporary directory IRI: file:/tmp/ CPU vendor: (nil) CPU model: (nil) Network interfaces: lo(127.0.0.1, ::1); gretap0(00:00:00:00:00:00); gre0(); erspan0(00:00:00:00:00:00); eth0(172.16.27.143, fe80::216:3eff:fe02:a760%eth0, 2a02:168:7b6b:700:216:3eff:fe02:a760, 00:16:3E:02:A7:60) 1243 tests succeeded, 0 tests failed, 0 tests skipped >>> objfw: Entering fakeroot... Installing ObjFWConfig.cmake... Successfully installed ObjFWConfig.cmake. Installing ObjFWConfigVersion.cmake... Successfully installed ObjFWConfigVersion.cmake. Entering directory src. Entering directory runtime. Entering directory exceptions. Entering directory encodings. Entering directory forwarding. Leaving directory forwarding. Entering directory lookup-asm. Leaving directory lookup-asm. Leaving directory encodings. Leaving directory runtime. Leaving directory exceptions. Entering directory tls. Entering directory hid. Entering directory test. Leaving directory tls. Leaving directory test. Leaving directory hid. Leaving directory src. Entering directory utils. Entering directory tests. Entering directory objfw-new. Entering directory ofarc. Entering directory ofdns. Entering directory ofgctester. Entering directory ofhash. Entering directory ofhttp. Leaving directory ofgctester. Leaving directory ofdns. Leaving directory ofhash. Leaving directory ofhttp. Leaving directory objfw-new. Leaving directory ofarc. Leaving directory utils. Entering directory plugin. Entering directory subprocess. Entering directory objc_sync. Entering directory terminal. Leaving directory plugin. Leaving directory objc_sync. Leaving directory terminal. Leaving directory subprocess. Leaving directory tests. Entering directory src. Entering directory runtime. Entering directory exceptions. Entering directory encodings. Entering directory forwarding. Leaving directory forwarding. Entering directory lookup-asm. Leaving directory lookup-asm. Leaving directory encodings. Leaving directory runtime. Leaving directory exceptions. Entering directory tls. Entering directory hid. Entering directory test. Leaving directory tls. Leaving directory test. Leaving directory hid. Entering directory runtime. Entering directory lookup-asm. Leaving directory lookup-asm. Entering directory lookup-asm. Leaving directory lookup-asm. Installing libobjfwrt.so... Successfully installed libobjfwrt.so. Installing ObjFWRT.h... Successfully installed ObjFWRT.h. Leaving directory runtime. Entering directory exceptions. Installing OFAllocFailedException.h... Successfully installed OFAllocFailedException.h. Installing OFAlreadyOpenException.h... Successfully installed OFAlreadyOpenException.h. Installing OFChecksumMismatchException.h... Successfully installed OFChecksumMismatchException.h. Installing OFCopyItemFailedException.h... Successfully installed OFCopyItemFailedException.h. Installing OFCreateDirectoryFailedException.h... Successfully installed OFCreateDirectoryFailedException.h. Installing OFCreateSymbolicLinkFailedException.h... Successfully installed OFCreateSymbolicLinkFailedException.h. Installing OFEnumerationMutationException.h... Successfully installed OFEnumerationMutationException.h. Installing OFException.h... Successfully installed OFException.h. Installing OFGetItemAttributesFailedException.h... Successfully installed OFGetItemAttributesFailedException.h. Installing OFGetOptionFailedException.h... Successfully installed OFGetOptionFailedException.h. Installing OFHashAlreadyCalculatedException.h... Successfully installed OFHashAlreadyCalculatedException.h. Installing OFHashNotCalculatedException.h... Successfully installed OFHashNotCalculatedException.h. Installing OFInitializationFailedException.h... Successfully installed OFInitializationFailedException.h. Installing OFInvalidArgumentException.h... Successfully installed OFInvalidArgumentException.h. Installing OFInvalidEncodingException.h... Successfully installed OFInvalidEncodingException.h. Installing OFInvalidFormatException.h... Successfully installed OFInvalidFormatException.h. Installing OFInvalidJSONException.h... Successfully installed OFInvalidJSONException.h. Installing OFInvalidServerResponseException.h... Successfully installed OFInvalidServerResponseException.h. Installing OFLinkItemFailedException.h... Successfully installed OFLinkItemFailedException.h. Installing OFLockFailedException.h... Successfully installed OFLockFailedException.h. Installing OFMalformedXMLException.h... Successfully installed OFMalformedXMLException.h. Installing OFMoveItemFailedException.h... Successfully installed OFMoveItemFailedException.h. Installing OFNotImplementedException.h... Successfully installed OFNotImplementedException.h. Installing OFNotOpenException.h... Successfully installed OFNotOpenException.h. Installing OFOpenItemFailedException.h... Successfully installed OFOpenItemFailedException.h. Installing OFOutOfMemoryException.h... Successfully installed OFOutOfMemoryException.h. Installing OFOutOfRangeException.h... Successfully installed OFOutOfRangeException.h. Installing OFReadFailedException.h... Successfully installed OFReadFailedException.h. Installing OFReadOrWriteFailedException.h... Successfully installed OFReadOrWriteFailedException.h. Installing OFRemoveItemFailedException.h... Successfully installed OFRemoveItemFailedException.h. Installing OFSeekFailedException.h... Successfully installed OFSeekFailedException.h. Installing OFSetItemAttributesFailedException.h... Successfully installed OFSetItemAttributesFailedException.h. Installing OFSetOptionFailedException.h... Successfully installed OFSetOptionFailedException.h. Installing OFStillLockedException.h... Successfully installed OFStillLockedException.h. Installing OFTruncatedDataException.h... Successfully installed OFTruncatedDataException.h. Installing OFUnboundNamespaceException.h... Successfully installed OFUnboundNamespaceException.h. Installing OFUnboundPrefixException.h... Successfully installed OFUnboundPrefixException.h. Installing OFUndefinedKeyException.h... Successfully installed OFUndefinedKeyException.h. Installing OFUnknownXMLEntityException.h... Successfully installed OFUnknownXMLEntityException.h. Installing OFUnlockFailedException.h... Successfully installed OFUnlockFailedException.h. Installing OFUnsupportedProtocolException.h... Successfully installed OFUnsupportedProtocolException.h. Installing OFUnsupportedVersionException.h... Successfully installed OFUnsupportedVersionException.h. Installing OFWriteFailedException.h... Successfully installed OFWriteFailedException.h. Installing OFChangeCurrentDirectoryFailedException.h... Successfully installed OFChangeCurrentDirectoryFailedException.h. Installing OFGetCurrentDirectoryFailedException.h... Successfully installed OFGetCurrentDirectoryFailedException.h. Installing OFLoadPluginFailedException.h... Successfully installed OFLoadPluginFailedException.h. Installing OFLoadModuleFailedException.h... Successfully installed OFLoadModuleFailedException.h. Installing OFAcceptSocketFailedException.h... Successfully installed OFAcceptSocketFailedException.h. Installing OFBindIPSocketFailedException.h... Successfully installed OFBindIPSocketFailedException.h. Installing OFBindSocketFailedException.h... Successfully installed OFBindSocketFailedException.h. Installing OFConnectIPSocketFailedException.h... Successfully installed OFConnectIPSocketFailedException.h. Installing OFConnectSocketFailedException.h... Successfully installed OFConnectSocketFailedException.h. Installing OFDNSQueryFailedException.h... Successfully installed OFDNSQueryFailedException.h. Installing OFHTTPRequestFailedException.h... Successfully installed OFHTTPRequestFailedException.h. Installing OFListenOnSocketFailedException.h... Successfully installed OFListenOnSocketFailedException.h. Installing OFObserveKernelEventsFailedException.h... Successfully installed OFObserveKernelEventsFailedException.h. Installing OFResolveHostFailedException.h... Successfully installed OFResolveHostFailedException.h. Installing OFTLSHandshakeFailedException.h... Successfully installed OFTLSHandshakeFailedException.h. Installing OFBindUNIXSocketFailedException.h... Successfully installed OFBindUNIXSocketFailedException.h. Installing OFConnectUNIXSocketFailedException.h... Successfully installed OFConnectUNIXSocketFailedException.h. Installing OFBroadcastConditionFailedException.h... Successfully installed OFBroadcastConditionFailedException.h. Installing OFConditionStillWaitingException.h... Successfully installed OFConditionStillWaitingException.h. Installing OFJoinThreadFailedException.h... Successfully installed OFJoinThreadFailedException.h. Installing OFSignalConditionFailedException.h... Successfully installed OFSignalConditionFailedException.h. Installing OFStartThreadFailedException.h... Successfully installed OFStartThreadFailedException.h. Installing OFThreadStillRunningException.h... Successfully installed OFThreadStillRunningException.h. Installing OFWaitForConditionFailedException.h... Successfully installed OFWaitForConditionFailedException.h. Leaving directory exceptions. Entering directory encodings. Leaving directory encodings. Entering directory forwarding. Leaving directory forwarding. Entering directory tls. Installing ObjFWTLS.oc... Successfully installed ObjFWTLS.oc. Installing libobjfwtls.so... Successfully installed libobjfwtls.so. Installing ObjFWTLS.h... Successfully installed ObjFWTLS.h. Leaving directory tls. Entering directory hid. Installing ObjFWHID.oc... Successfully installed ObjFWHID.oc. Installing libobjfwhid.so... Successfully installed libobjfwhid.so. Installing OH8BitDoUltimate2CWirelessGamepad.h... Successfully installed OH8BitDoUltimate2CWirelessGamepad.h. Installing OHDualSenseGamepad.h... Successfully installed OHDualSenseGamepad.h. Installing OHDualShockGamepad.h... Successfully installed OHDualShockGamepad.h. Installing OHDualShock3Gamepad.h... Successfully installed OHDualShock3Gamepad.h. Installing OHDualShock4Gamepad.h... Successfully installed OHDualShock4Gamepad.h. Installing OHExtendedN64Controller.h... Successfully installed OHExtendedN64Controller.h. Installing OHExtendedSNESGamepad.h... Successfully installed OHExtendedSNESGamepad.h. Installing OHGameController.h... Successfully installed OHGameController.h. Installing OHGameControllerAxis.h... Successfully installed OHGameControllerAxis.h. Installing OHGameControllerButton.h... Successfully installed OHGameControllerButton.h. Installing OHGameControllerDirectionalPad.h... Successfully installed OHGameControllerDirectionalPad.h. Installing OHGameControllerElement.h... Successfully installed OHGameControllerElement.h. Installing OHGameCubeController.h... Successfully installed OHGameCubeController.h. Installing OHJoyConPair.h... Successfully installed OHJoyConPair.h. Installing OHLeftJoyCon.h... Successfully installed OHLeftJoyCon.h. Installing OHN64Controller.h... Successfully installed OHN64Controller.h. Installing OHNESGamepad.h... Successfully installed OHNESGamepad.h. Installing OHRightJoyCon.h... Successfully installed OHRightJoyCon.h. Installing OHSNESGamepad.h... Successfully installed OHSNESGamepad.h. Installing OHStadiaGamepad.h... Successfully installed OHStadiaGamepad.h. Installing OHSwitchProController.h... Successfully installed OHSwitchProController.h. Installing OHXboxGamepad.h... Successfully installed OHXboxGamepad.h. Installing OHExtendedGamepad.h... Successfully installed OHExtendedGamepad.h. Installing OHGameControllerProfile.h... Successfully installed OHGameControllerProfile.h. Installing OHGamepad.h... Successfully installed OHGamepad.h. Installing ObjFWHID.h... Successfully installed ObjFWHID.h. Leaving directory hid. Entering directory test. Installing ObjFWTest.oc... Successfully installed ObjFWTest.oc. Installing libobjfwtest.a... Successfully installed libobjfwtest.a. Installing OTAssert.h... Successfully installed OTAssert.h. Installing OTOrderedDictionary.h... Successfully installed OTOrderedDictionary.h. Installing OTTestCase.h... Successfully installed OTTestCase.h. Installing ObjFWTest.h... Successfully installed ObjFWTest.h. Leaving directory test. Installing libobjfw.so... Successfully installed libobjfw.so. Installing OFApplication.h... Successfully installed OFApplication.h. Installing OFArray.h... Successfully installed OFArray.h. Installing OFBlock.h... Successfully installed OFBlock.h. Installing OFCanvas.h... Successfully installed OFCanvas.h. Installing OFCharacterSet.h... Successfully installed OFCharacterSet.h. Installing OFColor.h... Successfully installed OFColor.h. Installing OFColorSpace.h... Successfully installed OFColorSpace.h. Installing OFConstantString.h... Successfully installed OFConstantString.h. Installing OFCountedSet.h... Successfully installed OFCountedSet.h. Installing OFData.h... Successfully installed OFData.h. Installing OFData+CryptographicHashing.h... Successfully installed OFData+CryptographicHashing.h. Installing OFData+MessagePackParsing.h... Successfully installed OFData+MessagePackParsing.h. Installing OFDate.h... Successfully installed OFDate.h. Installing OFDeflate64Stream.h... Successfully installed OFDeflate64Stream.h. Installing OFDeflateStream.h... Successfully installed OFDeflateStream.h. Installing OFDictionary.h... Successfully installed OFDictionary.h. Installing OFEmbeddedIRIHandler.h... Successfully installed OFEmbeddedIRIHandler.h. Installing OFEnumerator.h... Successfully installed OFEnumerator.h. Installing OFFileManager.h... Successfully installed OFFileManager.h. Installing OFGZIPStream.h... Successfully installed OFGZIPStream.h. Installing OFHMAC.h... Successfully installed OFHMAC.h. Installing OFINICategory.h... Successfully installed OFINICategory.h. Installing OFINIFile.h... Successfully installed OFINIFile.h. Installing OFINISection.h... Successfully installed OFINISection.h. Installing OFIRI.h... Successfully installed OFIRI.h. Installing OFIRIHandler.h... Successfully installed OFIRIHandler.h. Installing OFImage.h... Successfully installed OFImage.h. Installing OFImageFormatHandler.h... Successfully installed OFImageFormatHandler.h. Installing OFIndexSet.h... Successfully installed OFIndexSet.h. Installing OFInflate64Stream.h... Successfully installed OFInflate64Stream.h. Installing OFInflateStream.h... Successfully installed OFInflateStream.h. Installing OFInvocation.h... Successfully installed OFInvocation.h. Installing OFLHAArchive.h... Successfully installed OFLHAArchive.h. Installing OFLHAArchiveEntry.h... Successfully installed OFLHAArchiveEntry.h. Installing OFList.h... Successfully installed OFList.h. Installing OFLocale.h... Successfully installed OFLocale.h. Installing OFMD5Hash.h... Successfully installed OFMD5Hash.h. Installing OFMapTable.h... Successfully installed OFMapTable.h. Installing OFMatrix4x4.h... Successfully installed OFMatrix4x4.h. Installing OFMemoryStream.h... Successfully installed OFMemoryStream.h. Installing OFMessagePackExtension.h... Successfully installed OFMessagePackExtension.h. Installing OFMethodSignature.h... Successfully installed OFMethodSignature.h. Installing OFMutableArray.h... Successfully installed OFMutableArray.h. Installing OFMutableData.h... Successfully installed OFMutableData.h. Installing OFMutableDictionary.h... Successfully installed OFMutableDictionary.h. Installing OFMutableIRI.h... Successfully installed OFMutableIRI.h. Installing OFMutableImage.h... Successfully installed OFMutableImage.h. Installing OFMutableIndexSet.h... Successfully installed OFMutableIndexSet.h. Installing OFMutableLHAArchiveEntry.h... Successfully installed OFMutableLHAArchiveEntry.h. Installing OFMutablePair.h... Successfully installed OFMutablePair.h. Installing OFMutableSet.h... Successfully installed OFMutableSet.h. Installing OFMutableString.h... Successfully installed OFMutableString.h. Installing OFMutableTarArchiveEntry.h... Successfully installed OFMutableTarArchiveEntry.h. Installing OFMutableTriple.h... Successfully installed OFMutableTriple.h. Installing OFMutableZIPArchiveEntry.h... Successfully installed OFMutableZIPArchiveEntry.h. Installing OFMutableZooArchiveEntry.h... Successfully installed OFMutableZooArchiveEntry.h. Installing OFNotification.h... Successfully installed OFNotification.h. Installing OFNotificationCenter.h... Successfully installed OFNotificationCenter.h. Installing OFNull.h... Successfully installed OFNull.h. Installing OFNumber.h... Successfully installed OFNumber.h. Installing OFObject.h... Successfully installed OFObject.h. Installing OFObject+KeyValueCoding.h... Successfully installed OFObject+KeyValueCoding.h. Installing OFOnce.h... Successfully installed OFOnce.h. Installing OFOptionsParser.h... Successfully installed OFOptionsParser.h. Installing OFPBKDF2.h... Successfully installed OFPBKDF2.h. Installing OFPair.h... Successfully installed OFPair.h. Installing OFRIPEMD160Hash.h... Successfully installed OFRIPEMD160Hash.h. Installing OFRunLoop.h... Successfully installed OFRunLoop.h. Installing OFSHA1Hash.h... Successfully installed OFSHA1Hash.h. Installing OFSHA224Hash.h... Successfully installed OFSHA224Hash.h. Installing OFSHA224Or256Hash.h... Successfully installed OFSHA224Or256Hash.h. Installing OFSHA256Hash.h... Successfully installed OFSHA256Hash.h. Installing OFSHA384Hash.h... Successfully installed OFSHA384Hash.h. Installing OFSHA384Or512Hash.h... Successfully installed OFSHA384Or512Hash.h. Installing OFSHA512Hash.h... Successfully installed OFSHA512Hash.h. Installing OFScrypt.h... Successfully installed OFScrypt.h. Installing OFSecureData.h... Successfully installed OFSecureData.h. Installing OFSeekableStream.h... Successfully installed OFSeekableStream.h. Installing OFSet.h... Successfully installed OFSet.h. Installing OFSettings.h... Successfully installed OFSettings.h. Installing OFSortedList.h... Successfully installed OFSortedList.h. Installing OFStdIOStream.h... Successfully installed OFStdIOStream.h. Installing OFStream.h... Successfully installed OFStream.h. Installing OFString.h... Successfully installed OFString.h. Installing OFString+CryptographicHashing.h... Successfully installed OFString+CryptographicHashing.h. Installing OFString+JSONParsing.h... Successfully installed OFString+JSONParsing.h. Installing OFString+PercentEncoding.h... Successfully installed OFString+PercentEncoding.h. Installing OFString+PropertyListParsing.h... Successfully installed OFString+PropertyListParsing.h. Installing OFString+XMLEscaping.h... Successfully installed OFString+XMLEscaping.h. Installing OFString+XMLUnescaping.h... Successfully installed OFString+XMLUnescaping.h. Installing OFSystemInfo.h... Successfully installed OFSystemInfo.h. Installing OFTarArchive.h... Successfully installed OFTarArchive.h. Installing OFTarArchiveEntry.h... Successfully installed OFTarArchiveEntry.h. Installing OFThread.h... Successfully installed OFThread.h. Installing OFTimer.h... Successfully installed OFTimer.h. Installing OFTriple.h... Successfully installed OFTriple.h. Installing OFUUID.h... Successfully installed OFUUID.h. Installing OFValue.h... Successfully installed OFValue.h. Installing OFXMLAttribute.h... Successfully installed OFXMLAttribute.h. Installing OFXMLCDATA.h... Successfully installed OFXMLCDATA.h. Installing OFXMLCharacters.h... Successfully installed OFXMLCharacters.h. Installing OFXMLComment.h... Successfully installed OFXMLComment.h. Installing OFXMLElement.h... Successfully installed OFXMLElement.h. Installing OFXMLElementBuilder.h... Successfully installed OFXMLElementBuilder.h. Installing OFXMLNode.h... Successfully installed OFXMLNode.h. Installing OFXMLParser.h... Successfully installed OFXMLParser.h. Installing OFXMLProcessingInstruction.h... Successfully installed OFXMLProcessingInstruction.h. Installing OFZIPArchive.h... Successfully installed OFZIPArchive.h. Installing OFZIPArchiveEntry.h... Successfully installed OFZIPArchiveEntry.h. Installing OFZooArchive.h... Successfully installed OFZooArchive.h. Installing OFZooArchiveEntry.h... Successfully installed OFZooArchiveEntry.h. Installing OFFile.h... Successfully installed OFFile.h. Installing OFString+PathAdditions.h... Successfully installed OFString+PathAdditions.h. Installing OFPlugin.h... Successfully installed OFPlugin.h. Installing OFModule.h... Successfully installed OFModule.h. Installing OFAAAADNSResourceRecord.h... Successfully installed OFAAAADNSResourceRecord.h. Installing OFADNSResourceRecord.h... Successfully installed OFADNSResourceRecord.h. Installing OFCNAMEDNSResourceRecord.h... Successfully installed OFCNAMEDNSResourceRecord.h. Installing OFDNSQuery.h... Successfully installed OFDNSQuery.h. Installing OFDNSResolver.h... Successfully installed OFDNSResolver.h. Installing OFDNSResourceRecord.h... Successfully installed OFDNSResourceRecord.h. Installing OFDNSResponse.h... Successfully installed OFDNSResponse.h. Installing OFDatagramSocket.h... Successfully installed OFDatagramSocket.h. Installing OFHINFODNSResourceRecord.h... Successfully installed OFHINFODNSResourceRecord.h. Installing OFHTTPClient.h... Successfully installed OFHTTPClient.h. Installing OFHTTPCookie.h... Successfully installed OFHTTPCookie.h. Installing OFHTTPCookieManager.h... Successfully installed OFHTTPCookieManager.h. Installing OFHTTPRequest.h... Successfully installed OFHTTPRequest.h. Installing OFHTTPResponse.h... Successfully installed OFHTTPResponse.h. Installing OFHTTPServer.h... Successfully installed OFHTTPServer.h. Installing OFLOCDNSResourceRecord.h... Successfully installed OFLOCDNSResourceRecord.h. Installing OFMXDNSResourceRecord.h... Successfully installed OFMXDNSResourceRecord.h. Installing OFNSDNSResourceRecord.h... Successfully installed OFNSDNSResourceRecord.h. Installing OFPTRDNSResourceRecord.h... Successfully installed OFPTRDNSResourceRecord.h. Installing OFRPDNSResourceRecord.h... Successfully installed OFRPDNSResourceRecord.h. Installing OFSOADNSResourceRecord.h... Successfully installed OFSOADNSResourceRecord.h. Installing OFSRVDNSResourceRecord.h... Successfully installed OFSRVDNSResourceRecord.h. Installing OFSequencedPacketSocket.h... Successfully installed OFSequencedPacketSocket.h. Installing OFSocket.h... Successfully installed OFSocket.h. Installing OFStreamSocket.h... Successfully installed OFStreamSocket.h. Installing OFSystemInfo+NetworkInterfaces.h... Successfully installed OFSystemInfo+NetworkInterfaces.h. Installing OFTCPSocket.h... Successfully installed OFTCPSocket.h. Installing OFTLSStream.h... Successfully installed OFTLSStream.h. Installing OFTXTDNSResourceRecord.h... Successfully installed OFTXTDNSResourceRecord.h. Installing OFUDPSocket.h... Successfully installed OFUDPSocket.h. Installing OFURIDNSResourceRecord.h... Successfully installed OFURIDNSResourceRecord.h. Installing OFX509Certificate.h... Successfully installed OFX509Certificate.h. Installing OFUNIXDatagramSocket.h... Successfully installed OFUNIXDatagramSocket.h. Installing OFUNIXSequencedPacketSocket.h... Successfully installed OFUNIXSequencedPacketSocket.h. Installing OFUNIXStreamSocket.h... Successfully installed OFUNIXStreamSocket.h. Installing OFSubprocess.h... Successfully installed OFSubprocess.h. Installing OFCondition.h... Successfully installed OFCondition.h. Installing OFMutex.h... Successfully installed OFMutex.h. Installing OFPlainCondition.h... Successfully installed OFPlainCondition.h. Installing OFPlainMutex.h... Successfully installed OFPlainMutex.h. Installing OFPlainThread.h... Successfully installed OFPlainThread.h. Installing OFRecursiveMutex.h... Successfully installed OFRecursiveMutex.h. Installing OFTLSKey.h... Successfully installed OFTLSKey.h. Installing OFArchiveEntry.h... Successfully installed OFArchiveEntry.h. Installing OFCollection.h... Successfully installed OFCollection.h. Installing OFCryptographicHash.h... Successfully installed OFCryptographicHash.h. Installing OFJSONRepresentation.h... Successfully installed OFJSONRepresentation.h. Installing OFKernelEventObserver.h... Successfully installed OFKernelEventObserver.h. Installing OFKeyValueCoding.h... Successfully installed OFKeyValueCoding.h. Installing OFLocking.h... Successfully installed OFLocking.h. Installing OFMessagePackRepresentation.h... Successfully installed OFMessagePackRepresentation.h. Installing OFMutableArchiveEntry.h... Successfully installed OFMutableArchiveEntry.h. Installing ObjFW.h... Successfully installed ObjFW.h. Installing macros.h... Successfully installed macros.h. Installing objfw-defs.h... Successfully installed objfw-defs.h. Installing platform.h... Successfully installed platform.h. Installing OFAtomic.h... Successfully installed OFAtomic.h. Installing platform/GCC4/OFAtomic.h... Successfully installed platform/GCC4/OFAtomic.h. Installing platform/GCC4.7/OFAtomic.h... Successfully installed platform/GCC4.7/OFAtomic.h. Installing platform/PowerPC/OFAtomic.h... Successfully installed platform/PowerPC/OFAtomic.h. Installing platform/macOS/OFAtomic.h... Successfully installed platform/macOS/OFAtomic.h. Installing platform/x86/OFAtomic.h... Successfully installed platform/x86/OFAtomic.h. Leaving directory src. Entering directory utils. Installing objfw-config... Successfully installed objfw-config. Installing objfw-compile... Successfully installed objfw-compile. Installing objfw-embed... Entering directory objfw-new. Entering directory ofarc. Entering directory ofdns. Entering directory ofgctester. Successfully installed objfw-embed. Entering directory ofhash. Entering directory ofhttp. Leaving directory ofgctester. Leaving directory ofdns. Leaving directory ofhash. Leaving directory ofhttp. Leaving directory objfw-new. Leaving directory ofarc. Entering directory objfw-new. Installing objfw-new... Successfully installed objfw-new. Installing objfw-new.1... Successfully installed objfw-new.1. Leaving directory objfw-new. Entering directory ofarc. Installing localization/de.json... Successfully installed localization/de.json. Installing localization/localizations.json... Successfully installed localization/localizations.json. Installing ofarc... Successfully installed ofarc. Installing ofarc.1... Successfully installed ofarc.1. Leaving directory ofarc. Entering directory ofdns. Installing localization/de.json... Successfully installed localization/de.json. Installing localization/localizations.json... Successfully installed localization/localizations.json. Installing ofdns... Successfully installed ofdns. Installing ofdns.1... Successfully installed ofdns.1. Leaving directory ofdns. Entering directory ofgctester. Installing ofgctester... Successfully installed ofgctester. Installing ofgctester.1... Successfully installed ofgctester.1. Leaving directory ofgctester. Entering directory ofhash. Installing localization/de.json... Successfully installed localization/de.json. Installing localization/localizations.json... Successfully installed localization/localizations.json. Installing ofhash... Successfully installed ofhash. Installing ofhash.1... Successfully installed ofhash.1. Leaving directory ofhash. Entering directory ofhttp. Installing localization/de.json... Successfully installed localization/de.json. Installing localization/localizations.json... Successfully installed localization/localizations.json. Installing ofhttp... Successfully installed ofhttp. Installing ofhttp.1... Successfully installed ofhttp.1. Leaving directory ofhttp. Installing objfw-compile.1... Successfully installed objfw-compile.1. Installing objfw-config.1... Successfully installed objfw-config.1. Installing objfw-embed.1... Successfully installed objfw-embed.1. Leaving directory utils. Entering directory tests. Entering directory plugin. Entering directory subprocess. Entering directory objc_sync. Entering directory terminal. Leaving directory plugin. Leaving directory objc_sync. Leaving directory terminal. Leaving directory subprocess. Entering directory plugin. Leaving directory plugin. Entering directory subprocess. Leaving directory subprocess. Entering directory objc_sync. Leaving directory objc_sync. Entering directory terminal. Leaving directory terminal. Leaving directory tests. >>> objfw-dev*: Running split function dev... 'usr/bin/objfw-compile' -> '/home/buildozer/aports/community/objfw/pkg/objfw-dev/usr/bin/objfw-compile' 'usr/bin/objfw-config' -> '/home/buildozer/aports/community/objfw/pkg/objfw-dev/usr/bin/objfw-config' 'usr/bin/objfw-embed' -> '/home/buildozer/aports/community/objfw/pkg/objfw-dev/usr/bin/objfw-embed' 'usr/bin/objfw-new' -> '/home/buildozer/aports/community/objfw/pkg/objfw-dev/usr/bin/objfw-new' 'usr/include' -> '/home/buildozer/aports/community/objfw/pkg/objfw-dev/usr/include' 'usr/lib/libobjfw.so' -> '/home/buildozer/aports/community/objfw/pkg/objfw-dev/usr/lib/libobjfw.so' 'usr/lib/libobjfwhid.so' -> '/home/buildozer/aports/community/objfw/pkg/objfw-dev/usr/lib/libobjfwhid.so' 'usr/lib/libobjfwrt.so' -> '/home/buildozer/aports/community/objfw/pkg/objfw-dev/usr/lib/libobjfwrt.so' 'usr/lib/libobjfwtls.so' -> '/home/buildozer/aports/community/objfw/pkg/objfw-dev/usr/lib/libobjfwtls.so' 'usr/lib/cmake' -> '/home/buildozer/aports/community/objfw/pkg/objfw-dev/usr/lib/cmake' 'usr/lib/objfw-config' -> '/home/buildozer/aports/community/objfw/pkg/objfw-dev/usr/lib/objfw-config' >>> objfw-dev*: Preparing subpackage objfw-dev... >>> objfw-dev*: Stripping binaries >>> objfw-dev*: Running postcheck for objfw-dev >>> objfw-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/community/objfw/pkg/objfw-doc/usr/share/man' >>> objfw-doc*: Preparing subpackage objfw-doc... >>> objfw-doc*: Running postcheck for objfw-doc >>> libobjfw1*: Running split function _libobjfw... 'usr/lib/libobjfw.so.1' -> '/home/buildozer/aports/community/objfw/pkg/libobjfw1/usr/lib/libobjfw.so.1' 'usr/lib/libobjfw.so.1.5.7' -> '/home/buildozer/aports/community/objfw/pkg/libobjfw1/usr/lib/libobjfw.so.1.5.7' >>> libobjfw1*: Preparing subpackage libobjfw1... >>> libobjfw1*: Stripping binaries >>> libobjfw1*: Running postcheck for libobjfw1 >>> libobjfwhid1*: Running split function _libobjfwhid... 'usr/lib/libobjfwhid.so.1' -> '/home/buildozer/aports/community/objfw/pkg/libobjfwhid1/usr/lib/libobjfwhid.so.1' 'usr/lib/libobjfwhid.so.1.5.6' -> '/home/buildozer/aports/community/objfw/pkg/libobjfwhid1/usr/lib/libobjfwhid.so.1.5.6' >>> libobjfwhid1*: Preparing subpackage libobjfwhid1... >>> libobjfwhid1*: Stripping binaries >>> libobjfwhid1*: Running postcheck for libobjfwhid1 >>> libobjfwrt1*: Running split function _libobjfwrt... 'usr/lib/libobjfwrt.so.1' -> '/home/buildozer/aports/community/objfw/pkg/libobjfwrt1/usr/lib/libobjfwrt.so.1' 'usr/lib/libobjfwrt.so.1.5.7' -> '/home/buildozer/aports/community/objfw/pkg/libobjfwrt1/usr/lib/libobjfwrt.so.1.5.7' >>> libobjfwrt1*: Preparing subpackage libobjfwrt1... >>> libobjfwrt1*: Stripping binaries >>> libobjfwrt1*: Running postcheck for libobjfwrt1 >>> libobjfwtls1*: Running split function _libobjfwtls... 'usr/lib/libobjfwtls.so.1' -> '/home/buildozer/aports/community/objfw/pkg/libobjfwtls1/usr/lib/libobjfwtls.so.1' 'usr/lib/libobjfwtls.so.1.5.6' -> '/home/buildozer/aports/community/objfw/pkg/libobjfwtls1/usr/lib/libobjfwtls.so.1.5.6' >>> libobjfwtls1*: Preparing subpackage libobjfwtls1... >>> libobjfwtls1*: Stripping binaries >>> libobjfwtls1*: Running postcheck for libobjfwtls1 >>> ofarc*: Running split function _ofarc... 'usr/bin/ofarc' -> '/home/buildozer/aports/community/objfw/pkg/ofarc/usr/bin/ofarc' 'usr/share/ofarc' -> '/home/buildozer/aports/community/objfw/pkg/ofarc/usr/share/ofarc' >>> ofarc*: Preparing subpackage ofarc... >>> ofarc*: Stripping binaries >>> ofarc*: Running postcheck for ofarc >>> ofdns*: Running split function _ofdns... 'usr/bin/ofdns' -> '/home/buildozer/aports/community/objfw/pkg/ofdns/usr/bin/ofdns' 'usr/share/ofdns' -> '/home/buildozer/aports/community/objfw/pkg/ofdns/usr/share/ofdns' >>> ofdns*: Preparing subpackage ofdns... >>> ofdns*: Stripping binaries >>> ofdns*: Running postcheck for ofdns >>> ofhash*: Running split function _ofhash... 'usr/bin/ofhash' -> '/home/buildozer/aports/community/objfw/pkg/ofhash/usr/bin/ofhash' 'usr/share/ofhash' -> '/home/buildozer/aports/community/objfw/pkg/ofhash/usr/share/ofhash' >>> ofhash*: Preparing subpackage ofhash... >>> ofhash*: Stripping binaries >>> ofhash*: Running postcheck for ofhash >>> ofhttp*: Running split function _ofhttp... 'usr/bin/ofhttp' -> '/home/buildozer/aports/community/objfw/pkg/ofhttp/usr/bin/ofhttp' 'usr/share/ofhttp' -> '/home/buildozer/aports/community/objfw/pkg/ofhttp/usr/share/ofhttp' >>> ofhttp*: Preparing subpackage ofhttp... >>> ofhttp*: Stripping binaries >>> ofhttp*: Running postcheck for ofhttp >>> objfw*: Running postcheck for objfw >>> objfw*: Preparing package objfw... >>> objfw*: Stripping binaries >>> libobjfw1*: Scanning shared objects >>> libobjfwhid1*: Scanning shared objects >>> libobjfwrt1*: Scanning shared objects >>> libobjfwtls1*: Scanning shared objects >>> objfw-dev*: Scanning shared objects >>> objfw-doc*: Scanning shared objects >>> objfw*: Scanning shared objects >>> ofarc*: Scanning shared objects >>> ofdns*: Scanning shared objects >>> ofhash*: Scanning shared objects >>> ofhttp*: Scanning shared objects >>> libobjfw1*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libobjfwrt.so.1 >>> libobjfw1*: Package size: 2.8 MB >>> libobjfw1*: Compressing data... >>> libobjfw1*: Create checksum... >>> libobjfw1*: Create libobjfw1-1.5.7-r0.apk >>> libobjfwhid1*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libobjfw.so.1 so:libobjfwrt.so.1 >>> libobjfwhid1*: Package size: 299.1 KB >>> libobjfwhid1*: Compressing data... >>> libobjfwhid1*: Create checksum... >>> libobjfwhid1*: Create libobjfwhid1-1.5.7-r0.apk >>> libobjfwrt1*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libgcc_s.so.1 >>> libobjfwrt1*: Package size: 58.2 KB >>> libobjfwrt1*: Compressing data... >>> libobjfwrt1*: Create checksum... >>> libobjfwrt1*: Create libobjfwrt1-1.5.7-r0.apk >>> libobjfwtls1*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libcrypto.so.3 so:libgcc_s.so.1 so:libobjfw.so.1 so:libobjfwrt.so.1 so:libssl.so.3 >>> libobjfwtls1*: Package size: 45.1 KB >>> libobjfwtls1*: Compressing data... >>> libobjfwtls1*: Create checksum... >>> libobjfwtls1*: Create libobjfwtls1-1.5.7-r0.apk >>> objfw-dev*: Tracing dependencies... libobjfw1=1.5.7-r0 libobjfwhid1=1.5.7-r0 libobjfwrt1=1.5.7-r0 libobjfwtls1=1.5.7-r0 so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libobjfw.so.1 so:libobjfwrt.so.1 >>> objfw-dev*: Package size: 1.3 MB >>> objfw-dev*: Compressing data... >>> objfw-dev*: Create checksum... >>> objfw-dev*: Create objfw-dev-1.5.7-r0.apk >>> WARNING: objfw-doc*: The -doc subpackage is unusually large, consider splitting it >>> objfw-doc*: Tracing dependencies... >>> objfw-doc*: Package size: 40.0 MB >>> objfw-doc*: Compressing data... >>> objfw-doc*: Create checksum... >>> objfw-doc*: Create objfw-doc-1.5.7-r0.apk >>> objfw*: Tracing dependencies... libobjfw1=1.5.7-r0 libobjfwrt1=1.5.7-r0 libobjfwtls1=1.5.7-r0 libobjfwhid1=1.5.7-r0 objfw-dev=1.5.7-r0 objfw-doc=1.5.7-r0 ofarc=1.5.7-r0 ofdns=1.5.7-r0 ofhash=1.5.7-r0 ofhttp=1.5.7-r0 so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libobjfw.so.1 so:libobjfwhid.so.1 so:libobjfwrt.so.1 >>> objfw*: Package size: 246.1 KB >>> objfw*: Compressing data... >>> objfw*: Create checksum... >>> objfw*: Create objfw-1.5.7-r0.apk >>> ofarc*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libobjfw.so.1 so:libobjfwrt.so.1 so:libobjfwtls.so.1 >>> ofarc*: Package size: 196.6 KB >>> ofarc*: Compressing data... >>> ofarc*: Create checksum... >>> ofarc*: Create ofarc-1.5.7-r0.apk >>> ofdns*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libobjfw.so.1 so:libobjfwrt.so.1 >>> ofdns*: Package size: 25.6 KB >>> ofdns*: Compressing data... >>> ofdns*: Create checksum... >>> ofdns*: Create ofdns-1.5.7-r0.apk >>> ofhash*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libobjfw.so.1 so:libobjfwrt.so.1 so:libobjfwtls.so.1 >>> ofhash*: Package size: 29.5 KB >>> ofhash*: Compressing data... >>> ofhash*: Create checksum... >>> ofhash*: Create ofhash-1.5.7-r0.apk >>> ofhttp*: Tracing dependencies... so:libc.musl-armhf.so.1 so:libgcc_s.so.1 so:libobjfw.so.1 so:libobjfwrt.so.1 so:libobjfwtls.so.1 >>> ofhttp*: Package size: 91.3 KB >>> ofhttp*: Compressing data... >>> ofhttp*: Create checksum... >>> ofhttp*: Create ofhttp-1.5.7-r0.apk >>> objfw: Build complete at Wed, 08 Jul 2026 19:35:04 +0000 elapsed time 0h 0m 44s >>> objfw: Cleaning up srcdir >>> objfw: Cleaning up pkgdir >>> objfw: Uninstalling dependencies... (1/21) Purging .makedepends-objfw (20260708.193421) (2/21) Purging clang19 (19.1.4-r0) (3/21) Purging llvm19-linker-tools (19.1.4-r1) (4/21) Purging clang19-headers (19.1.4-r0) (5/21) Purging openssl-dev (3.3.7-r0) (6/21) Purging zlib-dev (1.3.2-r0) (7/21) Purging doxygen (1.12.0-r0) (8/21) Purging autoconf (2.72-r0) (9/21) Purging m4 (1.4.19-r3) (10/21) Purging automake (1.17-r0) (11/21) Purging linux-headers (6.6-r1) (12/21) Purging clang19-libs (19.1.4-r0) (13/21) Purging git-perl (2.47.3-r0) (14/21) Purging perl-git (2.47.3-r0) (15/21) Purging perl-error (0.17029-r2) (16/21) Purging perl (5.40.4-r0) (17/21) Purging libbz2 (1.0.8-r6) (18/21) Purging llvm19-libs (19.1.4-r1) (19/21) Purging libffi (3.4.7-r0) (20/21) Purging libxml2 (2.13.9-r1) (21/21) Purging xz-libs (5.8.3-r0) Executing busybox-1.37.0-r14.trigger OK: 321 MiB in 101 packages >>> objfw: Updating the community/armhf repository index... >>> objfw: Signing the index...