Script '/data/test/portstest/bin/test.pl -h root@ot3 -p ports' started at 2024-11-22T06:17:03Z. Command '/data/test/portstest/bin/setup.pl -h root@ot3 -d 2024-11-22T06:17:03Z ports' started. Command '/data/test/portstest/bin/setup-html.pl' started. Command '/data/test/portstest/bin/setup-html.pl' finished. Command '/data/test/portstest/bin/setup.pl -h root@ot3 -d 2024-11-22T06:17:03Z ports' finished. Command 'ssh root@ot3 sysctl kern.version hw.machine hw.ncpu hw.ncpuonline' started. Writing output to 'version-ot3.txt'. Command 'ssh root@ot3 sysctl kern.version hw.machine hw.ncpu hw.ncpuonline' finished. Command 'ssh root@ot3 cat /var/run/dmesg.boot' started. Writing output to 'dmesg-boot-ot3.txt'. Command 'ssh root@ot3 cat /var/run/dmesg.boot' finished. Command '/data/test/portstest/bin/setup-html.pl' started. Command '/data/test/portstest/bin/setup-html.pl' finished. Command 'ssh root@ot3 perl /root/portstest/portstest.pl -e /root/portstest/env-ot3.sh -v' started. START archivers/bzip2 2024-11-22T06:45:27Z export _LOCKS_HELD="" ===> Cleaning for bzip2-1.0.8p0 ===> Checking files for bzip2-1.0.8p0 `/usr/ports/distfiles/bzip2-1.0.8.tar.gz' is up to date. ===> Building from scratch bzip2-1.0.8p0 ===> Verifying specs: c ===> found c.100.3 ===> Checking files for bzip2-1.0.8p0 `/usr/ports/distfiles/bzip2-1.0.8.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for bzip2-1.0.8p0 ===> Patching for bzip2-1.0.8p0 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Sat Sep 11 00:46:02 2010 |+++ Makefile Thu Mar 10 20:07:52 2016 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 23. Hunk #2 succeeded at 33. Hunk #3 succeeded at 53. done ===> Applying OpenBSD patch patch-bzip2_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- bzip2.c.orig Sat Sep 11 00:04:53 2010 |+++ bzip2.c Thu Oct 15 01:55:25 2015 -------------------------- Patching file bzip2.c using Plan A... Hunk #1 succeeded at 1257. Hunk #2 succeeded at 1445. Hunk #3 succeeded at 1803. Hunk #4 succeeded at 1985. Hunk #5 succeeded at 2005. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for bzip2-1.0.8p0 ===> Configuring for bzip2-1.0.8p0 ===> Building for bzip2-1.0.8p0 If compilation produces errors, or a large number of warnings, please read README.COMPILATION.PROBLEMS -- you might be able to adjust the flags in this Makefile to improve matters. Also in README.COMPILATION.PROBLEMS are some hints that may help if your build produces an executable which is unable to correctly handle so-called 'large files' -- files of size 2GB or more. cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -c blocksort.c cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -c huffman.c cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -c crctable.c cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -c randtable.c cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -c compress.c cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -c decompress.c cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -c bzlib.c rm -f libbz2.a ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o ranlib libbz2.a cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -fpic -DPIC -c blocksort.c -o blocksort.so cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -fpic -DPIC -c huffman.c -o huffman.so cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -fpic -DPIC -c crctable.c -o crctable.so cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -fpic -DPIC -c randtable.c -o randtable.so cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -fpic -DPIC -c compress.c -o compress.so cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -fpic -DPIC -c decompress.c -o decompress.so cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -fpic -DPIC -c bzlib.c -o bzlib.so rm -f libbz2.so.10.4 cc -shared -fpic -o libbz2.so.10.4 blocksort.so huffman.so crctable.so randtable.so compress.so decompress.so bzlib.so cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -c bzip2.c cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -o bzip2 bzip2.o -L. -lbz2 ld: warning: bzip2.c(bzip2.o:(snocString)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: bzip2.c(bzip2.o:(uncompress)): warning: strcat() is almost always misused, please use strlcat() cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -c bzip2recover.c cc -O2 -pipe -Wall -Winline -fomit-frame-pointer -o bzip2recover bzip2recover.o ld: warning: bzip2recover.c(bzip2recover.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: bzip2recover.c(bzip2recover.o:(main)): warning: sprintf() is often misused, please use snprintf() ld: warning: bzip2recover.c(bzip2recover.o:(main)): warning: strcat() is almost always misused, please use strlcat() ===> Regression tests for bzip2-1.0.8p0 ./bzip2 -1 < sample1.ref > sample1.rb2 || exit 1 ./bzip2 -2 < sample2.ref > sample2.rb2 || exit 1 ./bzip2 -3 < sample3.ref > sample3.rb2 || exit 1 ./bzip2 -d < sample1.bz2 > sample1.tst || exit 1 ./bzip2 -d < sample2.bz2 > sample2.tst || exit 1 ./bzip2 -ds < sample3.bz2 > sample3.tst || exit 1 cmp sample1.bz2 sample1.rb2 || exit 1 cmp sample2.bz2 sample2.rb2 || exit 1 cmp sample3.bz2 sample3.rb2 || exit 1 cmp sample1.tst sample1.ref || exit 1 cmp sample2.tst sample2.ref || exit 1 cmp sample3.tst sample3.ref || exit 1 PASS archivers/bzip2 Duration 0m17.65s START archivers/p5-Archive-Zip 2024-11-22T06:45:44Z export _LOCKS_HELD="" ===> Cleaning for p5-Archive-Zip-1.68 ===> Checking files for p5-Archive-Zip-1.68 `/usr/ports/distfiles/Archive-Zip-1.68.tar.gz' is up to date. ===> Building from scratch p5-Archive-Zip-1.68 ===> Checking files for p5-Archive-Zip-1.68 `/usr/ports/distfiles/Archive-Zip-1.68.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Archive-Zip-1.68 ===> Patching for p5-Archive-Zip-1.68 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Archive-Zip-1.68 ===> Configuring for p5-Archive-Zip-1.68 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Archive::Zip Writing MYMETA.yml and MYMETA.json ===> Building for p5-Archive-Zip-1.68 cp lib/Archive/Zip/FileMember.pm blib/lib/Archive/Zip/FileMember.pm cp lib/Archive/Zip/StringMember.pm blib/lib/Archive/Zip/StringMember.pm cp lib/Archive/Zip.pm blib/lib/Archive/Zip.pm cp lib/Archive/Zip/MemberRead.pm blib/lib/Archive/Zip/MemberRead.pm cp lib/Archive/Zip/Member.pm blib/lib/Archive/Zip/Member.pm cp lib/Archive/Zip/DirectoryMember.pm blib/lib/Archive/Zip/DirectoryMember.pm cp lib/Archive/Zip/Archive.pm blib/lib/Archive/Zip/Archive.pm cp lib/Archive/Zip/Tree.pm blib/lib/Archive/Zip/Tree.pm cp lib/Archive/Zip/ZipFileMember.pm blib/lib/Archive/Zip/ZipFileMember.pm cp lib/Archive/Zip/MockFileHandle.pm blib/lib/Archive/Zip/MockFileHandle.pm cp lib/Archive/Zip/NewFileMember.pm blib/lib/Archive/Zip/NewFileMember.pm cp lib/Archive/Zip/BufferedFileHandle.pm blib/lib/Archive/Zip/BufferedFileHandle.pm cp lib/Archive/Zip/FAQ.pod blib/lib/Archive/Zip/FAQ.pod cp script/crc32 blib/script/crc32 "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/crc32 Manifying 4 pod documents ===> p5-Archive-Zip-1.68 depends on: unzip-* -> unzip-6.0p17 ===> p5-Archive-Zip-1.68 depends on: zip-* -> zip-3.0p3 ===> p5-Archive-Zip-1.68 depends on: p5-Test-MockModule-* -> p5-Test-MockModule-0.177.0 ===> Regression tests for p5-Archive-Zip-1.68 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_init.t ................... ok t/02_main.t ................... ok t/03_ex.t ..................... ok t/04_readmember.t ............. ok t/05_tree.t ................... ok t/06_update.t ................. ok t/07_filenames_of_0.t ......... ok t/08_readmember_record_sep.t .. ok t/09_output_record_sep.t ...... ok t/10_chmod.t .................. ok t/11_explorer.t ............... ok t/12_bug_47223.t .............. skipped: Only required on Win32. t/13_bug_46303.t .............. ok t/14_leading_separator.t ...... ok t/15_decrypt.t ................ ok t/16_decrypt.t ................ ok t/17_101092.t ................. ok t/18_bug_92205.t .............. ok t/19_bug_101240.t ............. ok t/20_bug_github11.t ........... ok t/21_zip64.t .................. skipped: Zip64 format not supported. t/22_deflated_dir.t ........... ok t/23_closed_handle.t .......... ok t/24_unicode_win32.t .......... ok t/25_traversal.t .............. ok t/26_bzip2.t .................. ok t/27_symlinks.t ............... ok t/28_zip64_unsupported.t ...... ok All tests successful. Files=28, Tests=518, 12 wallclock secs ( 0.16 usr 0.16 sys + 6.97 cusr 3.59 csys = 10.88 CPU) Result: PASS PASS archivers/p5-Archive-Zip Duration 0m16.46s START archivers/xz 2024-11-22T06:46:01Z export _LOCKS_HELD="" ===> Cleaning for xz-5.6.3 ===> Checking files for xz-5.6.3 `/usr/ports/distfiles/xz-5.6.3.tar.gz' is up to date. ===> Building from scratch xz-5.6.3 ===> Verifying specs: c pthread ===> found c.100.3 pthread.27.1 ===> Checking files for xz-5.6.3 `/usr/ports/distfiles/xz-5.6.3.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for xz-5.6.3 ===> Patching for xz-5.6.3 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for xz-5.6.3 ===> Configuring for xz-5.6.3 Using /usr/ports/pobj/xz-5.6.3/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /usr/ports/pobj/xz-5.6.3/config.site XZ Utils 5.6.3 System type: checking build system type... i386-unknown-openbsd7.6 checking host system type... i386-unknown-openbsd7.6 Configure options: checking if debugging code should be compiled... no checking which encoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb arm64 sparc riscv checking which decoders to build... lzma1 lzma2 delta x86 powerpc ia64 arm armthumb arm64 sparc riscv checking which match finders to build... hc3 hc4 bt2 bt3 bt4 checking which integrity checks to build... crc32 crc64 sha256 checking if external SHA-256 should be used... yes checking if MicroLZMA support should be built... yes checking if .lz (lzip) decompression support should be built... yes checking if assembler optimizations should be used... x86 checking if small size is preferred over speed... no checking if threading support is wanted... yes, posix checking how much RAM to assume if the real amount is unknown... 128 MiB checking if sandboxing should be used... maybe (autodetect) checking for a shell that conforms to POSIX... /bin/sh Initializing Automake: checking for a BSD-compatible install... /usr/ports/pobj/xz-5.6.3/bin/install -c checking whether sleep supports fractional seconds... yes checking filesystem timestamp resolution... 0.01 checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking xargs -n works... yes checking whether ln -s works... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... cc checking whether the C compiler works... yes checking for 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... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking dependency style of cc... gcc3 checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... no checking for sys/cdefs.h... (cached) yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for a sed that does not truncate output... (cached) /usr/bin/sed checking how to run the C preprocessor... cc -E checking for egrep -e... /usr/bin/grep -E POSIX threading support: checking whether cc is Clang... yes checking whether pthreads work with "-pthread" and "-lpthread"... yes checking whether Clang needs flag to prevent "argument unused" warning when linking with -pthread... no checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking whether more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for pthread_condattr_setclock... yes Initializing Libtool: checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... (cached) 131072 checking how to convert i386-unknown-openbsd7.6 file names to i386-unknown-openbsd7.6 format... func_convert_file_noop checking how to convert i386-unknown-openbsd7.6 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ranlib... (cached) ranlib checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.6 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for windres... no checking if library symbol versioning should be used... no Initializing gettext: checking whether NLS is requested... no checking for msgfmt... /usr/local/bin/msgfmt checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for msgmerge... /usr/local/bin/msgmerge checking for ld... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... yes checking for ELF binary format... yes checking for the common suffixes of directories in the library search path... lib,lib,lib checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyPreferredLanguages... no checking whether to use NLS... no System headers and functions: checking for immintrin.h... yes checking for cpuid.h... yes checking for _Bool... yes checking for stdbool.h that conforms to C99 or later... yes checking for uint8_t... yes checking for uint16_t... yes checking for int32_t... yes checking for uint32_t... yes checking for int64_t... yes checking for uint64_t... yes checking for uintptr_t... yes checking size of size_t... 4 checking for struct stat.st_atim.tv_nsec... yes checking for struct stat.st_atimespec.tv_nsec... yes checking for struct stat.st_atimensec... yes checking for struct stat.st_uatime... no checking for struct stat.st_atim.st__tim.tv_nsec... no checking for cc option to enable large file support... none needed checking whether byte ordering is bigendian... no checking if __attribute__((__constructor__)) can be used... yes checking for cc options needed to detect all undeclared functions... -fno-builtin checking for getopt.h... (cached) yes checking for getopt_long... (cached) yes checking whether optreset is declared... yes checking for library containing clock_gettime... none required checking for clock_gettime... (cached) yes checking whether CLOCK_MONOTONIC is declared... yes checking for futimens... (cached) yes checking for posix_fadvise... no checking whether program_invocation_name is declared... no checking if __builtin_bswap16/32/64 are supported... yes checking if unaligned memory access should be used... yes checking if unsafe type punning should be used... no checking if __builtin_assume_aligned is supported... yes checking for sys/param.h... (cached) yes checking how to detect the amount of physical memory... sysconf checking for sys/param.h... (cached) yes checking how to detect the number of available CPU cores... sysctl checking whether mbrtowc and mbstate_t are properly declared... (cached) yes checking for wcwidth... (cached) yes checking for CommonCrypto/CommonDigest.h... no checking for sha256.h... no checking for sha2.h... yes checking for CC_SHA256_CTX... no checking for SHA256_CTX... no checking for SHA2_CTX... yes checking for library containing SHA256Init... none required checking for library containing SHA256_Init... no checking for CC_SHA256_Init... no checking for SHA256Init... yes checking whether _mm_movemask_epi8 is declared... yes checking if _mm_clmulepi64_si128 is usable... yes checking if ARM64 CRC32 instruction is usable... no checking for cap_rights_limit... no checking for pledge... yes GCC extensions: checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking if cc accepts -Wall... yes checking if cc accepts -Wextra... yes checking if cc accepts -Wvla... yes checking if cc accepts -Wformat=2... yes checking if cc accepts -Winit-self... yes checking if cc accepts -Wmissing-include-dirs... yes checking if cc accepts -Wshift-overflow=2... no checking if cc accepts -Wstrict-overflow=3... yes checking if cc accepts -Walloc-zero... no checking if cc accepts -Wduplicated-cond... no checking if cc accepts -Wfloat-equal... yes checking if cc accepts -Wundef... yes checking if cc accepts -Wshadow... yes checking if cc accepts -Wpointer-arith... yes checking if cc accepts -Wbad-function-cast... yes checking if cc accepts -Wwrite-strings... yes checking if cc accepts -Wdate-time... yes checking if cc accepts -Wsign-conversion... yes checking if cc accepts -Wfloat-conversion... yes checking if cc accepts -Wlogical-op... no checking if cc accepts -Waggregate-return... yes checking if cc accepts -Wstrict-prototypes... yes checking if cc accepts -Wold-style-definition... yes checking if cc accepts -Wmissing-prototypes... yes checking if cc accepts -Wmissing-declarations... yes checking if cc accepts -Wredundant-decls... yes checking if cc accepts -Wc99-compat... yes checking if cc accepts -Wc11-extensions... yes checking if cc accepts -Wc2x-compat... yes checking if cc accepts -Wc2x-extensions... yes checking if cc accepts -Wpre-c2x-compat... yes checking if cc accepts -Warray-bounds-pointer-arithmetic... yes checking if cc accepts -Wassign-enum... yes checking if cc accepts -Wconditional-uninitialized... yes checking if cc accepts -Wdocumentation... yes checking if cc accepts -Wduplicate-enum... yes checking if cc accepts -Wempty-translation-unit... yes checking if cc accepts -Wflexible-array-extensions... yes checking if cc accepts -Wmissing-variable-declarations... yes checking if cc accepts -Wnewline-eof... yes checking if cc accepts -Wshift-sign-overflow... yes checking if cc accepts -Wstring-conversion... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating lib/Makefile config.status: creating src/Makefile config.status: creating src/liblzma/Makefile config.status: creating src/liblzma/api/Makefile config.status: creating src/xz/Makefile config.status: creating src/xzdec/Makefile config.status: creating src/lzmainfo/Makefile config.status: creating src/scripts/Makefile config.status: creating tests/Makefile config.status: creating debug/Makefile config.status: creating src/scripts/xzdiff config.status: creating src/scripts/xzgrep config.status: creating src/scripts/xzmore config.status: creating src/scripts/xzless config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for xz-5.6.3 make all-recursive Making all in src Making all in liblzma Making all in api /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c -o liblzma_la-tuklib_physmem.lo `test -f '../common/tuklib_physmem.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`../common/tuklib_physmem.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c -o liblzma_la-tuklib_cpucores.lo `test -f '../common/tuklib_cpucores.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`../common/tuklib_cpucores.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c -o liblzma_la-common.lo `test -f 'common/common.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/common.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c -o liblzma_la-block_util.lo `test -f 'common/block_util.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/block_util.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c -o liblzma_la-easy_preset.lo `test -f 'common/easy_preset.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/easy_preset.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c -o liblzma_la-filter_common.lo `test -f 'common/filter_common.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/filter_common.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c -o liblzma_la-hardware_physmem.lo `test -f 'common/hardware_physmem.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/hardware_physmem.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c -o liblzma_la-index.lo `test -f 'common/index.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/index.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c -o liblzma_la-stream_flags_common.lo `test -f 'common/stream_flags_common.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/stream_flags_common.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-string_conversion.lo -MD -MP -MF .deps/liblzma_la-string_conversion.Tpo -c -o liblzma_la-string_conversion.lo `test -f 'common/string_conversion.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/string_conversion.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c -o liblzma_la-vli_size.lo `test -f 'common/vli_size.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/vli_size.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c -o liblzma_la-hardware_cputhreads.lo `test -f 'common/hardware_cputhreads.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/hardware_cputhreads.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/easy_preset.c -fPIC -DPIC -o .libs/liblzma_la-easy_preset.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/common.c -fPIC -DPIC -o .libs/liblzma_la-common.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/../common/tuklib_physmem.c -fPIC -DPIC -o .libs/liblzma_la-tuklib_physmem.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/../common/tuklib_cpucores.c -fPIC -DPIC -o .libs/liblzma_la-tuklib_cpucores.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/vli_size.c -fPIC -DPIC -o .libs/liblzma_la-vli_size.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/index.c -fPIC -DPIC -o .libs/liblzma_la-index.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-string_conversion.lo -MD -MP -MF .deps/liblzma_la-string_conversion.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/string_conversion.c -fPIC -DPIC -o .libs/liblzma_la-string_conversion.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_flags_common.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_common.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/hardware_physmem.c -fPIC -DPIC -o .libs/liblzma_la-hardware_physmem.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/filter_common.c -fPIC -DPIC -o .libs/liblzma_la-filter_common.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/hardware_cputhreads.c -fPIC -DPIC -o .libs/liblzma_la-hardware_cputhreads.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/block_util.c -fPIC -DPIC -o .libs/liblzma_la-block_util.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-tuklib_cpucores.lo -MD -MP -MF .deps/liblzma_la-tuklib_cpucores.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/../common/tuklib_cpucores.c -o liblzma_la-tuklib_cpucores.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-tuklib_physmem.lo -MD -MP -MF .deps/liblzma_la-tuklib_physmem.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/../common/tuklib_physmem.c -o liblzma_la-tuklib_physmem.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-hardware_physmem.lo -MD -MP -MF .deps/liblzma_la-hardware_physmem.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/hardware_physmem.c -o liblzma_la-hardware_physmem.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-hardware_cputhreads.lo -MD -MP -MF .deps/liblzma_la-hardware_cputhreads.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/hardware_cputhreads.c -o liblzma_la-hardware_cputhreads.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-easy_preset.lo -MD -MP -MF .deps/liblzma_la-easy_preset.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/easy_preset.c -o liblzma_la-easy_preset.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-vli_size.lo -MD -MP -MF .deps/liblzma_la-vli_size.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/vli_size.c -o liblzma_la-vli_size.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_flags_common.lo -MD -MP -MF .deps/liblzma_la-stream_flags_common.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_flags_common.c -o liblzma_la-stream_flags_common.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_util.lo -MD -MP -MF .deps/liblzma_la-block_util.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/block_util.c -o liblzma_la-block_util.o mv -f .deps/liblzma_la-tuklib_cpucores.Tpo .deps/liblzma_la-tuklib_cpucores.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c -o liblzma_la-outqueue.lo `test -f 'common/outqueue.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/outqueue.c mv -f .deps/liblzma_la-tuklib_physmem.Tpo .deps/liblzma_la-tuklib_physmem.Plo cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_common.lo -MD -MP -MF .deps/liblzma_la-filter_common.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/filter_common.c -o liblzma_la-filter_common.o /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c -o liblzma_la-alone_encoder.lo `test -f 'common/alone_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/alone_encoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-common.lo -MD -MP -MF .deps/liblzma_la-common.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/common.c -o liblzma_la-common.o mv -f .deps/liblzma_la-hardware_physmem.Tpo .deps/liblzma_la-hardware_physmem.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c -o liblzma_la-block_buffer_encoder.lo `test -f 'common/block_buffer_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/block_buffer_encoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/alone_encoder.c -fPIC -DPIC -o .libs/liblzma_la-alone_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/outqueue.c -fPIC -DPIC -o .libs/liblzma_la-outqueue.o mv -f .deps/liblzma_la-easy_preset.Tpo .deps/liblzma_la-easy_preset.Plo mv -f .deps/liblzma_la-vli_size.Tpo .deps/liblzma_la-vli_size.Plo mv -f .deps/liblzma_la-hardware_cputhreads.Tpo .deps/liblzma_la-hardware_cputhreads.Plo mv -f .deps/liblzma_la-stream_flags_common.Tpo .deps/liblzma_la-stream_flags_common.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c -o liblzma_la-block_encoder.lo `test -f 'common/block_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/block_encoder.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c -o liblzma_la-block_header_encoder.lo `test -f 'common/block_header_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/block_header_encoder.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c -o liblzma_la-easy_buffer_encoder.lo `test -f 'common/easy_buffer_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/easy_buffer_encoder.c mv -f .deps/liblzma_la-block_util.Tpo .deps/liblzma_la-block_util.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c -o liblzma_la-easy_encoder.lo `test -f 'common/easy_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/easy_encoder.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c -o liblzma_la-easy_encoder_memusage.lo `test -f 'common/easy_encoder_memusage.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/easy_encoder_memusage.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/block_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_buffer_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/block_header_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_header_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/block_encoder.c -fPIC -DPIC -o .libs/liblzma_la-block_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/easy_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-easy_buffer_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/easy_encoder.c -fPIC -DPIC -o .libs/liblzma_la-easy_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/easy_encoder_memusage.c -fPIC -DPIC -o .libs/liblzma_la-easy_encoder_memusage.o mv -f .deps/liblzma_la-filter_common.Tpo .deps/liblzma_la-filter_common.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c -o liblzma_la-filter_buffer_encoder.lo `test -f 'common/filter_buffer_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/filter_buffer_encoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-alone_encoder.lo -MD -MP -MF .deps/liblzma_la-alone_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/alone_encoder.c -o liblzma_la-alone_encoder.o mv -f .deps/liblzma_la-common.Tpo .deps/liblzma_la-common.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c -o liblzma_la-filter_encoder.lo `test -f 'common/filter_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/filter_encoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-index.lo -MD -MP -MF .deps/liblzma_la-index.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/index.c -o liblzma_la-index.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/filter_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_buffer_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-string_conversion.lo -MD -MP -MF .deps/liblzma_la-string_conversion.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/string_conversion.c -o liblzma_la-string_conversion.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-outqueue.lo -MD -MP -MF .deps/liblzma_la-outqueue.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/outqueue.c -o liblzma_la-outqueue.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-easy_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_buffer_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/easy_buffer_encoder.c -o liblzma_la-easy_buffer_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/filter_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-easy_encoder.lo -MD -MP -MF .deps/liblzma_la-easy_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/easy_encoder.c -o liblzma_la-easy_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/block_buffer_encoder.c -o liblzma_la-block_buffer_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-easy_encoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_encoder_memusage.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/easy_encoder_memusage.c -o liblzma_la-easy_encoder_memusage.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_header_encoder.lo -MD -MP -MF .deps/liblzma_la-block_header_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/block_header_encoder.c -o liblzma_la-block_header_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_encoder.lo -MD -MP -MF .deps/liblzma_la-block_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/block_encoder.c -o liblzma_la-block_encoder.o mv -f .deps/liblzma_la-alone_encoder.Tpo .deps/liblzma_la-alone_encoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c -o liblzma_la-filter_flags_encoder.lo `test -f 'common/filter_flags_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/filter_flags_encoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/filter_buffer_encoder.c -o liblzma_la-filter_buffer_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/filter_flags_encoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_flags_encoder.o mv -f .deps/liblzma_la-easy_buffer_encoder.Tpo .deps/liblzma_la-easy_buffer_encoder.Plo mv -f .deps/liblzma_la-easy_encoder.Tpo .deps/liblzma_la-easy_encoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c -o liblzma_la-index_encoder.lo `test -f 'common/index_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/index_encoder.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c -o liblzma_la-stream_buffer_encoder.lo `test -f 'common/stream_buffer_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/stream_buffer_encoder.c mv -f .deps/liblzma_la-easy_encoder_memusage.Tpo .deps/liblzma_la-easy_encoder_memusage.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c -o liblzma_la-stream_encoder.lo `test -f 'common/stream_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/stream_encoder.c mv -f .deps/liblzma_la-outqueue.Tpo .deps/liblzma_la-outqueue.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c -o liblzma_la-stream_flags_encoder.lo `test -f 'common/stream_flags_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/stream_flags_encoder.c mv -f .deps/liblzma_la-block_header_encoder.Tpo .deps/liblzma_la-block_header_encoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c -o liblzma_la-vli_encoder.lo `test -f 'common/vli_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/vli_encoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/index_encoder.c -fPIC -DPIC -o .libs/liblzma_la-index_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_buffer_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_buffer_encoder.o mv -f .deps/liblzma_la-block_encoder.Tpo .deps/liblzma_la-block_encoder.Plo mv -f .deps/liblzma_la-block_buffer_encoder.Tpo .deps/liblzma_la-block_buffer_encoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c -o liblzma_la-stream_encoder_mt.lo `test -f 'common/stream_encoder_mt.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/stream_encoder_mt.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-microlzma_encoder.lo -MD -MP -MF .deps/liblzma_la-microlzma_encoder.Tpo -c -o liblzma_la-microlzma_encoder.lo `test -f 'common/microlzma_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/microlzma_encoder.c mv -f .deps/liblzma_la-filter_buffer_encoder.Tpo .deps/liblzma_la-filter_buffer_encoder.Plo cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_encoder.o /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c -o liblzma_la-alone_decoder.lo `test -f 'common/alone_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/alone_decoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/filter_encoder.c -o liblzma_la-filter_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_flags_encoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/filter_flags_encoder.c -o liblzma_la-filter_flags_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/vli_encoder.c -fPIC -DPIC -o .libs/liblzma_la-vli_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-microlzma_encoder.lo -MD -MP -MF .deps/liblzma_la-microlzma_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/microlzma_encoder.c -fPIC -DPIC -o .libs/liblzma_la-microlzma_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/alone_decoder.c -fPIC -DPIC -o .libs/liblzma_la-alone_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_encoder_mt.c -fPIC -DPIC -o .libs/liblzma_la-stream_encoder_mt.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_buffer_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_buffer_encoder.c -o liblzma_la-stream_buffer_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-index_encoder.lo -MD -MP -MF .deps/liblzma_la-index_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/index_encoder.c -o liblzma_la-index_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_flags_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_flags_encoder.c -o liblzma_la-stream_flags_encoder.o mv -f .deps/liblzma_la-filter_flags_encoder.Tpo .deps/liblzma_la-filter_flags_encoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c -o liblzma_la-auto_decoder.lo `test -f 'common/auto_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/auto_decoder.c mv -f .deps/liblzma_la-index.Tpo .deps/liblzma_la-index.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c -o liblzma_la-block_buffer_decoder.lo `test -f 'common/block_buffer_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/block_buffer_decoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-vli_encoder.lo -MD -MP -MF .deps/liblzma_la-vli_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/vli_encoder.c -o liblzma_la-vli_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_encoder.lo -MD -MP -MF .deps/liblzma_la-stream_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_encoder.c -o liblzma_la-stream_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-microlzma_encoder.lo -MD -MP -MF .deps/liblzma_la-microlzma_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/microlzma_encoder.c -o liblzma_la-microlzma_encoder.o mv -f .deps/liblzma_la-string_conversion.Tpo .deps/liblzma_la-string_conversion.Plo mv -f .deps/liblzma_la-filter_encoder.Tpo .deps/liblzma_la-filter_encoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c -o liblzma_la-block_decoder.lo `test -f 'common/block_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/block_decoder.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c -o liblzma_la-block_header_decoder.lo `test -f 'common/block_header_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/block_header_decoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/auto_decoder.c -fPIC -DPIC -o .libs/liblzma_la-auto_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/block_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_buffer_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-alone_decoder.lo -MD -MP -MF .deps/liblzma_la-alone_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/alone_decoder.c -o liblzma_la-alone_decoder.o mv -f .deps/liblzma_la-stream_buffer_encoder.Tpo .deps/liblzma_la-stream_buffer_encoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c -o liblzma_la-easy_decoder_memusage.lo `test -f 'common/easy_decoder_memusage.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/easy_decoder_memusage.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/block_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/block_header_decoder.c -fPIC -DPIC -o .libs/liblzma_la-block_header_decoder.o mv -f .deps/liblzma_la-stream_flags_encoder.Tpo .deps/liblzma_la-stream_flags_encoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-file_info.lo -MD -MP -MF .deps/liblzma_la-file_info.Tpo -c -o liblzma_la-file_info.lo `test -f 'common/file_info.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/file_info.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/easy_decoder_memusage.c -fPIC -DPIC -o .libs/liblzma_la-easy_decoder_memusage.o mv -f .deps/liblzma_la-index_encoder.Tpo .deps/liblzma_la-index_encoder.Plo mv -f .deps/liblzma_la-vli_encoder.Tpo .deps/liblzma_la-vli_encoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c -o liblzma_la-filter_buffer_decoder.lo `test -f 'common/filter_buffer_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/filter_buffer_decoder.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c -o liblzma_la-filter_decoder.lo `test -f 'common/filter_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/filter_decoder.c mv -f .deps/liblzma_la-microlzma_encoder.Tpo .deps/liblzma_la-microlzma_encoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c -o liblzma_la-filter_flags_decoder.lo `test -f 'common/filter_flags_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/filter_flags_decoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-file_info.lo -MD -MP -MF .deps/liblzma_la-file_info.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/file_info.c -fPIC -DPIC -o .libs/liblzma_la-file_info.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-block_buffer_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/block_buffer_decoder.c -o liblzma_la-block_buffer_decoder.o mv -f .deps/liblzma_la-stream_encoder.Tpo .deps/liblzma_la-stream_encoder.Plo cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-auto_decoder.lo -MD -MP -MF .deps/liblzma_la-auto_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/auto_decoder.c -o liblzma_la-auto_decoder.o /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c -o liblzma_la-index_decoder.lo `test -f 'common/index_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/index_decoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/filter_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/filter_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_buffer_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/filter_flags_decoder.c -fPIC -DPIC -o .libs/liblzma_la-filter_flags_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_header_decoder.lo -MD -MP -MF .deps/liblzma_la-block_header_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/block_header_decoder.c -o liblzma_la-block_header_decoder.o mv -f .deps/liblzma_la-alone_decoder.Tpo .deps/liblzma_la-alone_decoder.Plo cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-easy_decoder_memusage.lo -MD -MP -MF .deps/liblzma_la-easy_decoder_memusage.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/easy_decoder_memusage.c -o liblzma_la-easy_decoder_memusage.o /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c -o liblzma_la-index_hash.lo `test -f 'common/index_hash.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/index_hash.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/index_decoder.c -fPIC -DPIC -o .libs/liblzma_la-index_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-block_decoder.lo -MD -MP -MF .deps/liblzma_la-block_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/block_decoder.c -o liblzma_la-block_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_encoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_encoder_mt.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_encoder_mt.c -o liblzma_la-stream_encoder_mt.o mv -f .deps/liblzma_la-block_buffer_decoder.Tpo .deps/liblzma_la-block_buffer_decoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c -o liblzma_la-stream_buffer_decoder.lo `test -f 'common/stream_buffer_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/stream_buffer_decoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/index_hash.c -fPIC -DPIC -o .libs/liblzma_la-index_hash.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_buffer_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/filter_buffer_decoder.c -o liblzma_la-filter_buffer_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_flags_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/filter_flags_decoder.c -o liblzma_la-filter_flags_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-filter_decoder.lo -MD -MP -MF .deps/liblzma_la-filter_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/filter_decoder.c -o liblzma_la-filter_decoder.o mv -f .deps/liblzma_la-auto_decoder.Tpo .deps/liblzma_la-auto_decoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c -o liblzma_la-stream_decoder.lo `test -f 'common/stream_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/stream_decoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_buffer_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_buffer_decoder.o mv -f .deps/liblzma_la-easy_decoder_memusage.Tpo .deps/liblzma_la-easy_decoder_memusage.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c -o liblzma_la-stream_flags_decoder.lo `test -f 'common/stream_flags_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/stream_flags_decoder.c mv -f .deps/liblzma_la-block_header_decoder.Tpo .deps/liblzma_la-block_header_decoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c -o liblzma_la-vli_decoder.lo `test -f 'common/vli_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/vli_decoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-file_info.lo -MD -MP -MF .deps/liblzma_la-file_info.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/file_info.c -o liblzma_la-file_info.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_flags_decoder.c -fPIC -DPIC -o .libs/liblzma_la-stream_flags_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-index_decoder.lo -MD -MP -MF .deps/liblzma_la-index_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/index_decoder.c -o liblzma_la-index_decoder.o mv -f .deps/liblzma_la-block_decoder.Tpo .deps/liblzma_la-block_decoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_decoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_decoder_mt.Tpo -c -o liblzma_la-stream_decoder_mt.lo `test -f 'common/stream_decoder_mt.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/stream_decoder_mt.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/vli_decoder.c -fPIC -DPIC -o .libs/liblzma_la-vli_decoder.o mv -f .deps/liblzma_la-filter_buffer_decoder.Tpo .deps/liblzma_la-filter_buffer_decoder.Plo mv -f .deps/liblzma_la-filter_flags_decoder.Tpo .deps/liblzma_la-filter_flags_decoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-microlzma_decoder.lo -MD -MP -MF .deps/liblzma_la-microlzma_decoder.Tpo -c -o liblzma_la-microlzma_decoder.lo `test -f 'common/microlzma_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/microlzma_decoder.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzip_decoder.lo -MD -MP -MF .deps/liblzma_la-lzip_decoder.Tpo -c -o liblzma_la-lzip_decoder.lo `test -f 'common/lzip_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`common/lzip_decoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_buffer_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_buffer_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_buffer_decoder.c -o liblzma_la-stream_buffer_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-index_hash.lo -MD -MP -MF .deps/liblzma_la-index_hash.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/index_hash.c -o liblzma_la-index_hash.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_decoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_decoder_mt.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_decoder_mt.c -fPIC -DPIC -o .libs/liblzma_la-stream_decoder_mt.o mv -f .deps/liblzma_la-filter_decoder.Tpo .deps/liblzma_la-filter_decoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c -o liblzma_la-check.lo `test -f 'check/check.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`check/check.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzip_decoder.lo -MD -MP -MF .deps/liblzma_la-lzip_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/lzip_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzip_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-microlzma_decoder.lo -MD -MP -MF .deps/liblzma_la-microlzma_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/microlzma_decoder.c -fPIC -DPIC -o .libs/liblzma_la-microlzma_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_flags_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_flags_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_flags_decoder.c -o liblzma_la-stream_flags_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check/check.c -fPIC -DPIC -o .libs/liblzma_la-check.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-vli_decoder.lo -MD -MP -MF .deps/liblzma_la-vli_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/vli_decoder.c -o liblzma_la-vli_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_decoder.lo -MD -MP -MF .deps/liblzma_la-stream_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_decoder.c -o liblzma_la-stream_decoder.o mv -f .deps/liblzma_la-stream_buffer_decoder.Tpo .deps/liblzma_la-stream_buffer_decoder.Plo mv -f .deps/liblzma_la-index_decoder.Tpo .deps/liblzma_la-index_decoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c -o liblzma_la-crc32_table.lo `test -f 'check/crc32_table.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`check/crc32_table.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -O2 -pipe -MT liblzma_la-crc32_x86.lo -MD -MP -MF .deps/liblzma_la-crc32_x86.Tpo -c -o liblzma_la-crc32_x86.lo `test -f 'check/crc32_x86.S' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`check/crc32_x86.S mv -f .deps/liblzma_la-file_info.Tpo .deps/liblzma_la-file_info.Plo mv -f .deps/liblzma_la-index_hash.Tpo .deps/liblzma_la-index_hash.Plo cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -O2 -pipe -MT liblzma_la-crc32_x86.lo -MD -MP -MF .deps/liblzma_la-crc32_x86.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check/crc32_x86.S -fPIC -DPIC -o .libs/liblzma_la-crc32_x86.o /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c -o liblzma_la-crc64_table.lo `test -f 'check/crc64_table.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`check/crc64_table.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check/crc32_table.c -fPIC -DPIC -o .libs/liblzma_la-crc32_table.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-check.lo -MD -MP -MF .deps/liblzma_la-check.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check/check.c -o liblzma_la-check.o mv -f .deps/liblzma_la-stream_flags_decoder.Tpo .deps/liblzma_la-stream_flags_decoder.Plo mv -f .deps/liblzma_la-vli_decoder.Tpo .deps/liblzma_la-vli_decoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -O2 -pipe -MT liblzma_la-crc64_x86.lo -MD -MP -MF .deps/liblzma_la-crc64_x86.Tpo -c -o liblzma_la-crc64_x86.lo `test -f 'check/crc64_x86.S' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`check/crc64_x86.S cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-microlzma_decoder.lo -MD -MP -MF .deps/liblzma_la-microlzma_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/microlzma_decoder.c -o liblzma_la-microlzma_decoder.o /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c -o liblzma_la-lz_encoder.lo `test -f 'lz/lz_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`lz/lz_encoder.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c -o liblzma_la-lz_encoder_mf.lo `test -f 'lz/lz_encoder_mf.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`lz/lz_encoder_mf.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzip_decoder.lo -MD -MP -MF .deps/liblzma_la-lzip_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/lzip_decoder.c -o liblzma_la-lzip_decoder.o mv -f .deps/liblzma_la-stream_encoder_mt.Tpo .deps/liblzma_la-stream_encoder_mt.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c -o liblzma_la-lz_decoder.lo `test -f 'lz/lz_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`lz/lz_decoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check/crc64_table.c -fPIC -DPIC -o .libs/liblzma_la-crc64_table.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -O2 -pipe -MT liblzma_la-crc64_x86.lo -MD -MP -MF .deps/liblzma_la-crc64_x86.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check/crc64_x86.S -fPIC -DPIC -o .libs/liblzma_la-crc64_x86.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz/lz_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lz_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz/lz_encoder_mf.c -fPIC -DPIC -o .libs/liblzma_la-lz_encoder_mf.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz/lz_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lz_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-crc32_table.lo -MD -MP -MF .deps/liblzma_la-crc32_table.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check/crc32_table.c -o liblzma_la-crc32_table.o mv -f .deps/liblzma_la-stream_decoder.Tpo .deps/liblzma_la-stream_decoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c -o liblzma_la-lzma_encoder_presets.lo `test -f 'lzma/lzma_encoder_presets.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`lzma/lzma_encoder_presets.c mv -f .deps/liblzma_la-check.Tpo .deps/liblzma_la-check.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c -o liblzma_la-lzma_encoder.lo `test -f 'lzma/lzma_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`lzma/lzma_encoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma/lzma_encoder_presets.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_presets.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma/lzma_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-crc64_table.lo -MD -MP -MF .deps/liblzma_la-crc64_table.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check/crc64_table.c -o liblzma_la-crc64_table.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -O2 -pipe -MT liblzma_la-crc32_x86.lo -MD -MP -MF .deps/liblzma_la-crc32_x86.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check/crc32_x86.S -o liblzma_la-crc32_x86.o mv -f .deps/liblzma_la-microlzma_decoder.Tpo .deps/liblzma_la-microlzma_decoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c -o liblzma_la-lzma_encoder_optimum_fast.lo `test -f 'lzma/lzma_encoder_optimum_fast.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`lzma/lzma_encoder_optimum_fast.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -O2 -pipe -MT liblzma_la-crc64_x86.lo -MD -MP -MF .deps/liblzma_la-crc64_x86.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check/crc64_x86.S -o liblzma_la-crc64_x86.o mv -f .deps/liblzma_la-crc32_table.Tpo .deps/liblzma_la-crc32_table.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c -o liblzma_la-lzma_encoder_optimum_normal.lo `test -f 'lzma/lzma_encoder_optimum_normal.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`lzma/lzma_encoder_optimum_normal.c mv -f .deps/liblzma_la-lzip_decoder.Tpo .deps/liblzma_la-lzip_decoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c -o liblzma_la-fastpos_table.lo `test -f 'lzma/fastpos_table.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`lzma/fastpos_table.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma/lzma_encoder_optimum_fast.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_fast.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-stream_decoder_mt.lo -MD -MP -MF .deps/liblzma_la-stream_decoder_mt.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common/stream_decoder_mt.c -o liblzma_la-stream_decoder_mt.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma/lzma_encoder_optimum_normal.c -fPIC -DPIC -o .libs/liblzma_la-lzma_encoder_optimum_normal.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lz_decoder.lo -MD -MP -MF .deps/liblzma_la-lz_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz/lz_decoder.c -o liblzma_la-lz_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma/fastpos_table.c -fPIC -DPIC -o .libs/liblzma_la-fastpos_table.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma_encoder_presets.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_presets.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma/lzma_encoder_presets.c -o liblzma_la-lzma_encoder_presets.o mv -f .deps/liblzma_la-crc64_table.Tpo .deps/liblzma_la-crc64_table.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c -o liblzma_la-lzma_decoder.lo `test -f 'lzma/lzma_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`lzma/lzma_decoder.c mv -f .deps/liblzma_la-crc32_x86.Tpo .deps/liblzma_la-crc32_x86.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c -o liblzma_la-lzma2_encoder.lo `test -f 'lzma/lzma2_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`lzma/lzma2_encoder.c mv -f .deps/liblzma_la-crc64_x86.Tpo .deps/liblzma_la-crc64_x86.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c -o liblzma_la-lzma2_decoder.lo `test -f 'lzma/lzma2_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`lzma/lzma2_decoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma/lzma_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma/lzma2_encoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma2_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma/lzma2_decoder.c -fPIC -DPIC -o .libs/liblzma_la-lzma2_decoder.o mv -f .deps/liblzma_la-lzma_encoder_presets.Tpo .deps/liblzma_la-lzma_encoder_presets.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c -o liblzma_la-price_table.lo `test -f 'rangecoder/price_table.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`rangecoder/price_table.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-fastpos_table.lo -MD -MP -MF .deps/liblzma_la-fastpos_table.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma/fastpos_table.c -o liblzma_la-fastpos_table.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder/price_table.c -fPIC -DPIC -o .libs/liblzma_la-price_table.o mv -f .deps/liblzma_la-lz_decoder.Tpo .deps/liblzma_la-lz_decoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c -o liblzma_la-delta_common.lo `test -f 'delta/delta_common.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`delta/delta_common.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta/delta_common.c -fPIC -DPIC -o .libs/liblzma_la-delta_common.o mv -f .deps/liblzma_la-fastpos_table.Tpo .deps/liblzma_la-fastpos_table.Plo cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma2_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma/lzma2_encoder.c -o liblzma_la-lzma2_encoder.o /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c -o liblzma_la-delta_encoder.lo `test -f 'delta/delta_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`delta/delta_encoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma2_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma2_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma/lzma2_decoder.c -o liblzma_la-lzma2_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-price_table.lo -MD -MP -MF .deps/liblzma_la-price_table.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder/price_table.c -o liblzma_la-price_table.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta/delta_encoder.c -fPIC -DPIC -o .libs/liblzma_la-delta_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-delta_common.lo -MD -MP -MF .deps/liblzma_la-delta_common.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta/delta_common.c -o liblzma_la-delta_common.o mv -f .deps/liblzma_la-price_table.Tpo .deps/liblzma_la-price_table.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c -o liblzma_la-delta_decoder.lo `test -f 'delta/delta_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`delta/delta_decoder.c mv -f .deps/liblzma_la-lzma2_decoder.Tpo .deps/liblzma_la-lzma2_decoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c -o liblzma_la-simple_coder.lo `test -f 'simple/simple_coder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`simple/simple_coder.c mv -f .deps/liblzma_la-stream_decoder_mt.Tpo .deps/liblzma_la-stream_decoder_mt.Plo cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma_encoder.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma/lzma_encoder.c -o liblzma_la-lzma_encoder.o /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c -o liblzma_la-simple_encoder.lo `test -f 'simple/simple_encoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`simple/simple_encoder.c mv -f .deps/liblzma_la-lzma2_encoder.Tpo .deps/liblzma_la-lzma2_encoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c -o liblzma_la-simple_decoder.lo `test -f 'simple/simple_decoder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`simple/simple_decoder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta/delta_decoder.c -fPIC -DPIC -o .libs/liblzma_la-delta_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-delta_encoder.lo -MD -MP -MF .deps/liblzma_la-delta_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta/delta_encoder.c -o liblzma_la-delta_encoder.o mv -f .deps/liblzma_la-delta_common.Tpo .deps/liblzma_la-delta_common.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c -o liblzma_la-x86.lo `test -f 'simple/x86.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`simple/x86.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/simple_coder.c -fPIC -DPIC -o .libs/liblzma_la-simple_coder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/simple_encoder.c -fPIC -DPIC -o .libs/liblzma_la-simple_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/simple_decoder.c -fPIC -DPIC -o .libs/liblzma_la-simple_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/x86.c -fPIC -DPIC -o .libs/liblzma_la-x86.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lz_encoder.lo -MD -MP -MF .deps/liblzma_la-lz_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz/lz_encoder.c -o liblzma_la-lz_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-delta_decoder.lo -MD -MP -MF .deps/liblzma_la-delta_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta/delta_decoder.c -o liblzma_la-delta_decoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-simple_encoder.lo -MD -MP -MF .deps/liblzma_la-simple_encoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/simple_encoder.c -o liblzma_la-simple_encoder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-simple_decoder.lo -MD -MP -MF .deps/liblzma_la-simple_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/simple_decoder.c -o liblzma_la-simple_decoder.o mv -f .deps/liblzma_la-delta_encoder.Tpo .deps/liblzma_la-delta_encoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c -o liblzma_la-powerpc.lo `test -f 'simple/powerpc.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`simple/powerpc.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-simple_coder.lo -MD -MP -MF .deps/liblzma_la-simple_coder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/simple_coder.c -o liblzma_la-simple_coder.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/powerpc.c -fPIC -DPIC -o .libs/liblzma_la-powerpc.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma_encoder_optimum_fast.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma/lzma_encoder_optimum_fast.c -o liblzma_la-lzma_encoder_optimum_fast.o mv -f .deps/liblzma_la-simple_encoder.Tpo .deps/liblzma_la-simple_encoder.Plo cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-x86.lo -MD -MP -MF .deps/liblzma_la-x86.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/x86.c -o liblzma_la-x86.o /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c -o liblzma_la-ia64.lo `test -f 'simple/ia64.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`simple/ia64.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lz_encoder_mf.lo -MD -MP -MF .deps/liblzma_la-lz_encoder_mf.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz/lz_encoder_mf.c -o liblzma_la-lz_encoder_mf.o mv -f .deps/liblzma_la-delta_decoder.Tpo .deps/liblzma_la-delta_decoder.Plo mv -f .deps/liblzma_la-simple_decoder.Tpo .deps/liblzma_la-simple_decoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c -o liblzma_la-arm.lo `test -f 'simple/arm.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`simple/arm.c /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c -o liblzma_la-armthumb.lo `test -f 'simple/armthumb.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`simple/armthumb.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/ia64.c -fPIC -DPIC -o .libs/liblzma_la-ia64.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/armthumb.c -fPIC -DPIC -o .libs/liblzma_la-armthumb.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-powerpc.lo -MD -MP -MF .deps/liblzma_la-powerpc.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/powerpc.c -o liblzma_la-powerpc.o mv -f .deps/liblzma_la-simple_coder.Tpo .deps/liblzma_la-simple_coder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-arm64.lo -MD -MP -MF .deps/liblzma_la-arm64.Tpo -c -o liblzma_la-arm64.lo `test -f 'simple/arm64.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`simple/arm64.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/arm.c -fPIC -DPIC -o .libs/liblzma_la-arm.o mv -f .deps/liblzma_la-lzma_encoder.Tpo .deps/liblzma_la-lzma_encoder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c -o liblzma_la-sparc.lo `test -f 'simple/sparc.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`simple/sparc.c mv -f .deps/liblzma_la-x86.Tpo .deps/liblzma_la-x86.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-riscv.lo -MD -MP -MF .deps/liblzma_la-riscv.Tpo -c -o liblzma_la-riscv.lo `test -f 'simple/riscv.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/'`simple/riscv.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/sparc.c -fPIC -DPIC -o .libs/liblzma_la-sparc.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-arm64.lo -MD -MP -MF .deps/liblzma_la-arm64.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/arm64.c -fPIC -DPIC -o .libs/liblzma_la-arm64.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-ia64.lo -MD -MP -MF .deps/liblzma_la-ia64.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/ia64.c -o liblzma_la-ia64.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-riscv.lo -MD -MP -MF .deps/liblzma_la-riscv.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/riscv.c -fPIC -DPIC -o .libs/liblzma_la-riscv.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-armthumb.lo -MD -MP -MF .deps/liblzma_la-armthumb.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/armthumb.c -o liblzma_la-armthumb.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-arm.lo -MD -MP -MF .deps/liblzma_la-arm.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/arm.c -o liblzma_la-arm.o mv -f .deps/liblzma_la-powerpc.Tpo .deps/liblzma_la-powerpc.Plo rm -f liblzma.pc sed -e 's,@prefix[@],/usr/local,g' -e 's,@exec_prefix[@],/usr/local,g' -e 's,@libdir[@],/usr/local/lib,g' -e 's,@includedir[@],/usr/local/include,g' -e 's,@PACKAGE_URL[@],https://tukaani.org/xz/,g' -e 's,@PACKAGE_VERSION[@],5.6.3,g' -e 's,@PTHREAD_CFLAGS[@],-pthread,g' -e 's,@LIBS[@],-lpthread ,g' < /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/liblzma.pc.in > liblzma.pc || { rm -f liblzma.pc; exit 1; } cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-sparc.lo -MD -MP -MF .deps/liblzma_la-sparc.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/sparc.c -o liblzma_la-sparc.o cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-arm64.lo -MD -MP -MF .deps/liblzma_la-arm64.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/arm64.c -o liblzma_la-arm64.o mv -f .deps/liblzma_la-armthumb.Tpo .deps/liblzma_la-armthumb.Plo cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma_decoder.lo -MD -MP -MF .deps/liblzma_la-lzma_decoder.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma/lzma_decoder.c -o liblzma_la-lzma_decoder.o mv -f .deps/liblzma_la-ia64.Tpo .deps/liblzma_la-ia64.Plo cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-riscv.lo -MD -MP -MF .deps/liblzma_la-riscv.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple/riscv.c -o liblzma_la-riscv.o mv -f .deps/liblzma_la-arm.Tpo .deps/liblzma_la-arm.Plo cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -I../.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/check -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lz -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/rangecoder -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/delta -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/simple -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -DTUKLIB_SYMBOL_PREFIX=lzma_ -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT liblzma_la-lzma_encoder_optimum_normal.lo -MD -MP -MF .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo -c /usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/lzma/lzma_encoder_optimum_normal.c -o liblzma_la-lzma_encoder_optimum_normal.o mv -f .deps/liblzma_la-sparc.Tpo .deps/liblzma_la-sparc.Plo mv -f .deps/liblzma_la-arm64.Tpo .deps/liblzma_la-arm64.Plo mv -f .deps/liblzma_la-riscv.Tpo .deps/liblzma_la-riscv.Plo mv -f .deps/liblzma_la-lz_encoder.Tpo .deps/liblzma_la-lz_encoder.Plo mv -f .deps/liblzma_la-lzma_encoder_optimum_fast.Tpo .deps/liblzma_la-lzma_encoder_optimum_fast.Plo mv -f .deps/liblzma_la-lz_encoder_mf.Tpo .deps/liblzma_la-lz_encoder_mf.Plo mv -f .deps/liblzma_la-lzma_decoder.Tpo .deps/liblzma_la-lzma_decoder.Plo mv -f .deps/liblzma_la-lzma_encoder_optimum_normal.Tpo .deps/liblzma_la-lzma_encoder_optimum_normal.Plo /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -no-undefined -version-info 11:3:6 -o liblzma.la -rpath /usr/local/lib liblzma_la-tuklib_physmem.lo liblzma_la-tuklib_cpucores.lo liblzma_la-common.lo liblzma_la-block_util.lo liblzma_la-easy_preset.lo liblzma_la-filter_common.lo liblzma_la-hardware_physmem.lo liblzma_la-index.lo liblzma_la-stream_flags_common.lo liblzma_la-string_conversion.lo liblzma_la-vli_size.lo liblzma_la-hardware_cputhreads.lo liblzma_la-outqueue.lo liblzma_la-alone_encoder.lo liblzma_la-block_buffer_encoder.lo liblzma_la-block_encoder.lo liblzma_la-block_header_encoder.lo liblzma_la-easy_buffer_encoder.lo liblzma_la-easy_encoder.lo liblzma_la-easy_encoder_memusage.lo liblzma_la-filter_buffer_encoder.lo liblzma_la-filter_encoder.lo liblzma_la-filter_flags_encoder.lo liblzma_la-index_encoder.lo liblzma_la-stream_buffer_encoder.lo liblzma_la-stream_encoder.lo liblzma_la-stream_flags_encoder.lo liblzma_la-vli_encoder.lo liblzma_la-stream_encoder_mt.lo liblzma_la-microlzma_encoder.lo liblzma_la-alone_decoder.lo liblzma_la-auto_decoder.lo liblzma_la-block_buffer_decoder.lo liblzma_la-block_decoder.lo liblzma_la-block_header_decoder.lo liblzma_la-easy_decoder_memusage.lo liblzma_la-file_info.lo liblzma_la-filter_buffer_decoder.lo liblzma_la-filter_decoder.lo liblzma_la-filter_flags_decoder.lo liblzma_la-index_decoder.lo liblzma_la-index_hash.lo liblzma_la-stream_buffer_decoder.lo liblzma_la-stream_decoder.lo liblzma_la-stream_flags_decoder.lo liblzma_la-vli_decoder.lo liblzma_la-stream_decoder_mt.lo liblzma_la-microlzma_decoder.lo liblzma_la-lzip_decoder.lo liblzma_la-check.lo liblzma_la-crc32_table.lo liblzma_la-crc32_x86.lo liblzma_la-crc64_table.lo liblzma_la-crc64_x86.lo liblzma_la-lz_encoder.lo liblzma_la-lz_encoder_mf.lo liblzma_la-lz_decoder.lo liblzma_la-lzma_encoder_presets.lo liblzma_la-lzma_encoder.lo liblzma_la-lzma_encoder_optimum_fast.lo liblzma_la-lzma_encoder_optimum_normal.lo liblzma_la-fastpos_table.lo liblzma_la-lzma_decoder.lo liblzma_la-lzma2_encoder.lo liblzma_la-lzma2_decoder.lo liblzma_la-price_table.lo liblzma_la-delta_common.lo liblzma_la-delta_encoder.lo liblzma_la-delta_decoder.lo liblzma_la-simple_coder.lo liblzma_la-simple_encoder.lo liblzma_la-simple_decoder.lo liblzma_la-x86.lo liblzma_la-powerpc.lo liblzma_la-ia64.lo liblzma_la-arm.lo liblzma_la-armthumb.lo liblzma_la-arm64.lo liblzma_la-sparc.lo liblzma_la-riscv.lo -lpthread libtool: link: cc -shared -fPIC -DPIC -o .libs/liblzma.so.2.3 -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe .libs/liblzma_la-tuklib_physmem.o .libs/liblzma_la-tuklib_cpucores.o .libs/liblzma_la-common.o .libs/liblzma_la-block_util.o .libs/liblzma_la-easy_preset.o .libs/liblzma_la-filter_common.o .libs/liblzma_la-hardware_physmem.o .libs/liblzma_la-index.o .libs/liblzma_la-stream_flags_common.o .libs/liblzma_la-string_conversion.o .libs/liblzma_la-vli_size.o .libs/liblzma_la-hardware_cputhreads.o .libs/liblzma_la-outqueue.o .libs/liblzma_la-alone_encoder.o .libs/liblzma_la-block_buffer_encoder.o .libs/liblzma_la-block_encoder.o .libs/liblzma_la-block_header_encoder.o .libs/liblzma_la-easy_buffer_encoder.o .libs/liblzma_la-easy_encoder.o .libs/liblzma_la-easy_encoder_memusage.o .libs/liblzma_la-filter_buffer_encoder.o .libs/liblzma_la-filter_encoder.o .libs/liblzma_la-filter_flags_encoder.o .libs/liblzma_la-index_encoder.o .libs/liblzma_la-stream_buffer_encoder.o .libs/liblzma_la-stream_encoder.o .libs/liblzma_la-stream_flags_encoder.o .libs/liblzma_la-vli_encoder.o .libs/liblzma_la-stream_encoder_mt.o .libs/liblzma_la-microlzma_encoder.o .libs/liblzma_la-alone_decoder.o .libs/liblzma_la-auto_decoder.o .libs/liblzma_la-block_buffer_decoder.o .libs/liblzma_la-block_decoder.o .libs/liblzma_la-block_header_decoder.o .libs/liblzma_la-easy_decoder_memusage.o .libs/liblzma_la-file_info.o .libs/liblzma_la-filter_buffer_decoder.o .libs/liblzma_la-filter_decoder.o .libs/liblzma_la-filter_flags_decoder.o .libs/liblzma_la-index_decoder.o .libs/liblzma_la-index_hash.o .libs/liblzma_la-stream_buffer_decoder.o .libs/liblzma_la-stream_decoder.o .libs/liblzma_la-stream_flags_decoder.o .libs/liblzma_la-vli_decoder.o .libs/liblzma_la-stream_decoder_mt.o .libs/liblzma_la-microlzma_decoder.o .libs/liblzma_la-lzip_decoder.o .libs/liblzma_la-check.o .libs/liblzma_la-crc32_table.o .libs/liblzma_la-crc32_x86.o .libs/liblzma_la-crc64_table.o .libs/liblzma_la-crc64_x86.o .libs/liblzma_la-lz_encoder.o .libs/liblzma_la-lz_encoder_mf.o .libs/liblzma_la-lz_decoder.o .libs/liblzma_la-lzma_encoder_presets.o .libs/liblzma_la-lzma_encoder.o .libs/liblzma_la-lzma_encoder_optimum_fast.o .libs/liblzma_la-lzma_encoder_optimum_normal.o .libs/liblzma_la-fastpos_table.o .libs/liblzma_la-lzma_decoder.o .libs/liblzma_la-lzma2_encoder.o .libs/liblzma_la-lzma2_decoder.o .libs/liblzma_la-price_table.o .libs/liblzma_la-delta_common.o .libs/liblzma_la-delta_encoder.o .libs/liblzma_la-delta_decoder.o .libs/liblzma_la-simple_coder.o .libs/liblzma_la-simple_encoder.o .libs/liblzma_la-simple_decoder.o .libs/liblzma_la-x86.o .libs/liblzma_la-powerpc.o .libs/liblzma_la-ia64.o .libs/liblzma_la-arm.o .libs/liblzma_la-armthumb.o .libs/liblzma_la-arm64.o .libs/liblzma_la-sparc.o .libs/liblzma_la-riscv.o -L.libs -lpthread -Wl,-soname,liblzma.so.2.3 libtool: link: ar cru .libs/liblzma.a liblzma_la-tuklib_physmem.o liblzma_la-tuklib_cpucores.o liblzma_la-common.o liblzma_la-block_util.o liblzma_la-easy_preset.o liblzma_la-filter_common.o liblzma_la-hardware_physmem.o liblzma_la-index.o liblzma_la-stream_flags_common.o liblzma_la-string_conversion.o liblzma_la-vli_size.o liblzma_la-hardware_cputhreads.o liblzma_la-outqueue.o liblzma_la-alone_encoder.o liblzma_la-block_buffer_encoder.o liblzma_la-block_encoder.o liblzma_la-block_header_encoder.o liblzma_la-easy_buffer_encoder.o liblzma_la-easy_encoder.o liblzma_la-easy_encoder_memusage.o liblzma_la-filter_buffer_encoder.o liblzma_la-filter_encoder.o liblzma_la-filter_flags_encoder.o liblzma_la-index_encoder.o liblzma_la-stream_buffer_encoder.o liblzma_la-stream_encoder.o liblzma_la-stream_flags_encoder.o liblzma_la-vli_encoder.o liblzma_la-stream_encoder_mt.o liblzma_la-microlzma_encoder.o liblzma_la-alone_decoder.o liblzma_la-auto_decoder.o liblzma_la-block_buffer_decoder.o liblzma_la-block_decoder.o liblzma_la-block_header_decoder.o liblzma_la-easy_decoder_memusage.o liblzma_la-file_info.o liblzma_la-filter_buffer_decoder.o liblzma_la-filter_decoder.o liblzma_la-filter_flags_decoder.o liblzma_la-index_decoder.o liblzma_la-index_hash.o liblzma_la-stream_buffer_decoder.o liblzma_la-stream_decoder.o liblzma_la-stream_flags_decoder.o liblzma_la-vli_decoder.o liblzma_la-stream_decoder_mt.o liblzma_la-microlzma_decoder.o liblzma_la-lzip_decoder.o liblzma_la-check.o liblzma_la-crc32_table.o liblzma_la-crc32_x86.o liblzma_la-crc64_table.o liblzma_la-crc64_x86.o liblzma_la-lz_encoder.o liblzma_la-lz_encoder_mf.o liblzma_la-lz_decoder.o liblzma_la-lzma_encoder_presets.o liblzma_la-lzma_encoder.o liblzma_la-lzma_encoder_optimum_fast.o liblzma_la-lzma_encoder_optimum_normal.o liblzma_la-fastpos_table.o liblzma_la-lzma_decoder.o liblzma_la-lzma2_encoder.o liblzma_la-lzma2_decoder.o liblzma_la-price_table.o liblzma_la-delta_common.o liblzma_la-delta_encoder.o liblzma_la-delta_decoder.o liblzma_la-simple_coder.o liblzma_la-simple_encoder.o liblzma_la-simple_decoder.o liblzma_la-x86.o liblzma_la-powerpc.o liblzma_la-ia64.o liblzma_la-arm.o liblzma_la-armthumb.o liblzma_la-arm64.o liblzma_la-sparc.o liblzma_la-riscv.o libtool: link: ranlib .libs/liblzma.a Making all in xzdec cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xzdec -I../.. -DTUKLIB_GETTEXT=0 -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xzdec-xzdec.o -MD -MP -MF .deps/xzdec-xzdec.Tpo -c -o xzdec-xzdec.o `test -f 'xzdec.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xzdec/'`xzdec.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xzdec -I../.. -DTUKLIB_GETTEXT=0 -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -DLZMADEC -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT lzmadec-xzdec.o -MD -MP -MF .deps/lzmadec-xzdec.Tpo -c -o lzmadec-xzdec.o `test -f 'xzdec.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xzdec/'`xzdec.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xzdec -I../.. -DTUKLIB_GETTEXT=0 -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xzdec-tuklib_progname.o -MD -MP -MF .deps/xzdec-tuklib_progname.Tpo -c -o xzdec-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xzdec/'`../common/tuklib_progname.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xzdec -I../.. -DTUKLIB_GETTEXT=0 -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -DLZMADEC -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT lzmadec-tuklib_progname.o -MD -MP -MF .deps/lzmadec-tuklib_progname.Tpo -c -o lzmadec-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xzdec/'`../common/tuklib_progname.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xzdec -I../.. -DTUKLIB_GETTEXT=0 -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xzdec-tuklib_exit.o -MD -MP -MF .deps/xzdec-tuklib_exit.Tpo -c -o xzdec-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xzdec/'`../common/tuklib_exit.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xzdec -I../.. -DTUKLIB_GETTEXT=0 -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -DLZMADEC -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT lzmadec-tuklib_exit.o -MD -MP -MF .deps/lzmadec-tuklib_exit.Tpo -c -o lzmadec-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xzdec/'`../common/tuklib_exit.c mv -f .deps/lzmadec-tuklib_progname.Tpo .deps/lzmadec-tuklib_progname.Po mv -f .deps/xzdec-tuklib_progname.Tpo .deps/xzdec-tuklib_progname.Po mv -f .deps/lzmadec-tuklib_exit.Tpo .deps/lzmadec-tuklib_exit.Po mv -f .deps/xzdec-tuklib_exit.Tpo .deps/xzdec-tuklib_exit.Po mv -f .deps/xzdec-xzdec.Tpo .deps/xzdec-xzdec.Po mv -f .deps/lzmadec-xzdec.Tpo .deps/lzmadec-xzdec.Po /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o xzdec xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o ../../src/liblzma/liblzma.la -lpthread /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o lzmadec lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o ../../src/liblzma/liblzma.la -lpthread libtool: link: cc -o .libs/lzmadec -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe lzmadec-xzdec.o lzmadec-tuklib_progname.o lzmadec-tuklib_exit.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib libtool: link: cc -o .libs/xzdec -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe xzdec-xzdec.o xzdec-tuklib_progname.o xzdec-tuklib_exit.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib Making all in xz cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-args.o -MD -MP -MF .deps/xz-args.Tpo -c -o xz-args.o `test -f 'args.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`args.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-coder.o -MD -MP -MF .deps/xz-coder.Tpo -c -o xz-coder.o `test -f 'coder.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`coder.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-file_io.o -MD -MP -MF .deps/xz-file_io.Tpo -c -o xz-file_io.o `test -f 'file_io.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`file_io.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-hardware.o -MD -MP -MF .deps/xz-hardware.Tpo -c -o xz-hardware.o `test -f 'hardware.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`hardware.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-main.o -MD -MP -MF .deps/xz-main.Tpo -c -o xz-main.o `test -f 'main.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`main.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-message.o -MD -MP -MF .deps/xz-message.Tpo -c -o xz-message.o `test -f 'message.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`message.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-mytime.o -MD -MP -MF .deps/xz-mytime.Tpo -c -o xz-mytime.o `test -f 'mytime.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`mytime.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-options.o -MD -MP -MF .deps/xz-options.Tpo -c -o xz-options.o `test -f 'options.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`options.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-sandbox.o -MD -MP -MF .deps/xz-sandbox.Tpo -c -o xz-sandbox.o `test -f 'sandbox.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`sandbox.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-signals.o -MD -MP -MF .deps/xz-signals.Tpo -c -o xz-signals.o `test -f 'signals.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`signals.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-suffix.o -MD -MP -MF .deps/xz-suffix.Tpo -c -o xz-suffix.o `test -f 'suffix.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`suffix.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-util.o -MD -MP -MF .deps/xz-util.Tpo -c -o xz-util.o `test -f 'util.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`util.c mv -f .deps/xz-sandbox.Tpo .deps/xz-sandbox.Po cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-tuklib_open_stdxxx.o -MD -MP -MF .deps/xz-tuklib_open_stdxxx.Tpo -c -o xz-tuklib_open_stdxxx.o `test -f '../common/tuklib_open_stdxxx.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`../common/tuklib_open_stdxxx.c mv -f .deps/xz-mytime.Tpo .deps/xz-mytime.Po mv -f .deps/xz-signals.Tpo .deps/xz-signals.Po cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-tuklib_progname.o -MD -MP -MF .deps/xz-tuklib_progname.Tpo -c -o xz-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`../common/tuklib_progname.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-tuklib_exit.o -MD -MP -MF .deps/xz-tuklib_exit.Tpo -c -o xz-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`../common/tuklib_exit.c mv -f .deps/xz-main.Tpo .deps/xz-main.Po mv -f .deps/xz-hardware.Tpo .deps/xz-hardware.Po cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-tuklib_mbstr_width.o -MD -MP -MF .deps/xz-tuklib_mbstr_width.Tpo -c -o xz-tuklib_mbstr_width.o `test -f '../common/tuklib_mbstr_width.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`../common/tuklib_mbstr_width.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-tuklib_mbstr_fw.o -MD -MP -MF .deps/xz-tuklib_mbstr_fw.Tpo -c -o xz-tuklib_mbstr_fw.o `test -f '../common/tuklib_mbstr_fw.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`../common/tuklib_mbstr_fw.c mv -f .deps/xz-suffix.Tpo .deps/xz-suffix.Po mv -f .deps/xz-util.Tpo .deps/xz-util.Po cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT xz-list.o -MD -MP -MF .deps/xz-list.Tpo -c -o xz-list.o `test -f 'list.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/xz/'`list.c mv -f .deps/xz-options.Tpo .deps/xz-options.Po mv -f .deps/xz-tuklib_open_stdxxx.Tpo .deps/xz-tuklib_open_stdxxx.Po mv -f .deps/xz-tuklib_progname.Tpo .deps/xz-tuklib_progname.Po mv -f .deps/xz-file_io.Tpo .deps/xz-file_io.Po mv -f .deps/xz-tuklib_mbstr_width.Tpo .deps/xz-tuklib_mbstr_width.Po mv -f .deps/xz-tuklib_mbstr_fw.Tpo .deps/xz-tuklib_mbstr_fw.Po mv -f .deps/xz-args.Tpo .deps/xz-args.Po mv -f .deps/xz-tuklib_exit.Tpo .deps/xz-tuklib_exit.Po mv -f .deps/xz-message.Tpo .deps/xz-message.Po mv -f .deps/xz-coder.Tpo .deps/xz-coder.Po mv -f .deps/xz-list.Tpo .deps/xz-list.Po /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o xz xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-main.o xz-message.o xz-mytime.o xz-options.o xz-sandbox.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o xz-list.o ../../src/liblzma/liblzma.la -lpthread libtool: link: cc -o .libs/xz -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe xz-args.o xz-coder.o xz-file_io.o xz-hardware.o xz-main.o xz-message.o xz-mytime.o xz-options.o xz-sandbox.o xz-signals.o xz-suffix.o xz-util.o xz-tuklib_open_stdxxx.o xz-tuklib_progname.o xz-tuklib_exit.o xz-tuklib_mbstr_width.o xz-tuklib_mbstr_fw.o xz-list.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib Making all in lzmainfo cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/lzmainfo -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT lzmainfo-lzmainfo.o -MD -MP -MF .deps/lzmainfo-lzmainfo.Tpo -c -o lzmainfo-lzmainfo.o `test -f 'lzmainfo.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/lzmainfo/'`lzmainfo.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/lzmainfo -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT lzmainfo-tuklib_progname.o -MD -MP -MF .deps/lzmainfo-tuklib_progname.Tpo -c -o lzmainfo-tuklib_progname.o `test -f '../common/tuklib_progname.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/lzmainfo/'`../common/tuklib_progname.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/lzmainfo -I../.. -DLOCALEDIR=\"/usr/local/share/locale\" -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I../../lib -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT lzmainfo-tuklib_exit.o -MD -MP -MF .deps/lzmainfo-tuklib_exit.Tpo -c -o lzmainfo-tuklib_exit.o `test -f '../common/tuklib_exit.c' || echo '/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/lzmainfo/'`../common/tuklib_exit.c mv -f .deps/lzmainfo-tuklib_progname.Tpo .deps/lzmainfo-tuklib_progname.Po mv -f .deps/lzmainfo-tuklib_exit.Tpo .deps/lzmainfo-tuklib_exit.Po mv -f .deps/lzmainfo-lzmainfo.Tpo .deps/lzmainfo-lzmainfo.Po /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o lzmainfo lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o ../../src/liblzma/liblzma.la -lpthread libtool: link: cc -o .libs/lzmainfo -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe lzmainfo-lzmainfo.o lzmainfo-tuklib_progname.o lzmainfo-tuklib_exit.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib Making all in scripts Making all in po Making all in tests ===> Regression tests for xz-5.6.3 Making check in src Making check in liblzma Making check in api Making check in xzdec Making check in xz Making check in lzmainfo Making check in scripts Making check in po Making check in tests make create_compress_files test_check test_hardware test_stream_flags test_filter_flags test_filter_str test_block_header test_index test_index_hash test_bcj_exact_size test_memlimit test_lzip_decoder test_vli test_microlzma cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests -I.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT create_compress_files.o -MD -MP -MF .deps/create_compress_files.Tpo -c -o create_compress_files.o /usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests/create_compress_files.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests -I.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT test_check.o -MD -MP -MF .deps/test_check.Tpo -c -o test_check.o /usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests/test_check.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests -I.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT test_hardware.o -MD -MP -MF .deps/test_hardware.Tpo -c -o test_hardware.o /usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests/test_hardware.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests -I.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT test_stream_flags.o -MD -MP -MF .deps/test_stream_flags.Tpo -c -o test_stream_flags.o /usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests/test_stream_flags.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests -I.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT test_filter_flags.o -MD -MP -MF .deps/test_filter_flags.Tpo -c -o test_filter_flags.o /usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests/test_filter_flags.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests -I.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT test_filter_str.o -MD -MP -MF .deps/test_filter_str.Tpo -c -o test_filter_str.o /usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests/test_filter_str.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests -I.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT test_block_header.o -MD -MP -MF .deps/test_block_header.Tpo -c -o test_block_header.o /usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests/test_block_header.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests -I.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT test_index.o -MD -MP -MF .deps/test_index.Tpo -c -o test_index.o /usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests/test_index.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests -I.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT test_index_hash.o -MD -MP -MF .deps/test_index_hash.Tpo -c -o test_index_hash.o /usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests/test_index_hash.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests -I.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT test_bcj_exact_size.o -MD -MP -MF .deps/test_bcj_exact_size.Tpo -c -o test_bcj_exact_size.o /usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests/test_bcj_exact_size.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests -I.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT test_memlimit.o -MD -MP -MF .deps/test_memlimit.Tpo -c -o test_memlimit.o /usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests/test_memlimit.c cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests -I.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT test_lzip_decoder.o -MD -MP -MF .deps/test_lzip_decoder.Tpo -c -o test_lzip_decoder.o /usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests/test_lzip_decoder.c mv -f .deps/create_compress_files.Tpo .deps/create_compress_files.Po cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests -I.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT test_vli.o -MD -MP -MF .deps/test_vli.Tpo -c -o test_vli.o /usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests/test_vli.c mv -f .deps/test_hardware.Tpo .deps/test_hardware.Po cc -DHAVE_CONFIG_H -I. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests -I.. -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/common -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma/api -I/usr/ports/pobj/xz-5.6.3/xz-5.6.3/src/liblzma -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -MT test_microlzma.o -MD -MP -MF .deps/test_microlzma.Tpo -c -o test_microlzma.o /usr/ports/pobj/xz-5.6.3/xz-5.6.3/tests/test_microlzma.c mv -f .deps/test_bcj_exact_size.Tpo .deps/test_bcj_exact_size.Po /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o test_hardware test_hardware.o ../src/liblzma/liblzma.la -lpthread mv -f .deps/test_memlimit.Tpo .deps/test_memlimit.Po /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o test_memlimit test_memlimit.o ../src/liblzma/liblzma.la -lpthread mv -f .deps/test_index_hash.Tpo .deps/test_index_hash.Po /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o test_index_hash test_index_hash.o ../src/liblzma/liblzma.la -lpthread libtool: link: cc -o .libs/test_hardware -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe test_hardware.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib mv -f .deps/test_filter_flags.Tpo .deps/test_filter_flags.Po /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o test_filter_flags test_filter_flags.o ../src/liblzma/liblzma.la -lpthread mv -f .deps/test_lzip_decoder.Tpo .deps/test_lzip_decoder.Po /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o test_lzip_decoder test_lzip_decoder.o ../src/liblzma/liblzma.la -lpthread mv -f .deps/test_stream_flags.Tpo .deps/test_stream_flags.Po /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o test_stream_flags test_stream_flags.o ../src/liblzma/liblzma.la -lpthread libtool: link: cc -o .libs/test_memlimit -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe test_memlimit.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib mv -f .deps/test_check.Tpo .deps/test_check.Po /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o test_bcj_exact_size test_bcj_exact_size.o ../src/liblzma/liblzma.la -lpthread /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o test_check test_check.o ../src/liblzma/liblzma.la -lpthread libtool: link: cc -o .libs/test_index_hash -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe test_index_hash.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib mv -f .deps/test_vli.Tpo .deps/test_vli.Po /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o test_vli test_vli.o ../src/liblzma/liblzma.la -lpthread libtool: link: cc -o .libs/test_filter_flags -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe test_filter_flags.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib mv -f .deps/test_block_header.Tpo .deps/test_block_header.Po /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o test_block_header test_block_header.o ../src/liblzma/liblzma.la -lpthread /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o create_compress_files create_compress_files.o ../src/liblzma/liblzma.la -lpthread libtool: link: cc -o .libs/test_lzip_decoder -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe test_lzip_decoder.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib libtool: link: cc -o .libs/test_stream_flags -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe test_stream_flags.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib libtool: link: cc -o .libs/test_check -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe test_check.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib libtool: link: cc -o .libs/test_bcj_exact_size -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe test_bcj_exact_size.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib mv -f .deps/test_microlzma.Tpo .deps/test_microlzma.Po libtool: link: cc -o .libs/test_vli -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe test_vli.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o test_microlzma test_microlzma.o ../src/liblzma/liblzma.la -lpthread libtool: link: cc -o .libs/test_block_header -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe test_block_header.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib libtool: link: cc -o .libs/create_compress_files -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe create_compress_files.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib libtool: link: cc -o .libs/test_microlzma -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe test_microlzma.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib mv -f .deps/test_filter_str.Tpo .deps/test_filter_str.Po /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o test_filter_str test_filter_str.o ../src/liblzma/liblzma.la -lpthread libtool: link: cc -o .libs/test_filter_str -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe test_filter_str.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib mv -f .deps/test_index.Tpo .deps/test_index.Po /usr/bin/libtool --tag=CC --mode=link cc -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe -o test_index test_index.o ../src/liblzma/liblzma.la -lpthread libtool: link: cc -o .libs/test_index -pthread -fvisibility=hidden -Wall -Wextra -Wvla -Wformat=2 -Winit-self -Wmissing-include-dirs -Wstrict-overflow=3 -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wdate-time -Wsign-conversion -Wfloat-conversion -Waggregate-return -Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wc99-compat -Wc11-extensions -Wc2x-compat -Wc2x-extensions -Wpre-c2x-compat -Warray-bounds-pointer-arithmetic -Wassign-enum -Wconditional-uninitialized -Wdocumentation -Wduplicate-enum -Wempty-translation-unit -Wflexible-array-extensions -Wmissing-variable-declarations -Wnewline-eof -Wshift-sign-overflow -Wstring-conversion -O2 -pipe test_index.o -L.libs -llzma -lpthread -Wl,-rpath-link,/usr/local/lib make check-TESTS PASS: test_vli PASS: test_stream_flags PASS: test_index_hash PASS: test_memlimit PASS: test_lzip_decoder PASS: test_index PASS: test_hardware PASS: test_filter_str PASS: test_filter_flags PASS: test_block_header PASS: test_check PASS: test_bcj_exact_size PASS: test_microlzma PASS: test_suffix.sh PASS: test_scripts.sh PASS: test_compress_generated_abc PASS: test_files.sh PASS: test_compress_generated_text PASS: test_compress_generated_random ============================================================================ Testsuite summary for XZ Utils 5.6.3 ============================================================================ # TOTAL: 19 # PASS: 19 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ PASS archivers/xz Duration 0m51.23s START audio/p5-Audio-Scan 2024-11-22T06:46:52Z export _LOCKS_HELD="" ===> Cleaning for p5-Audio-Scan-1.01p0 ===> Checking files for p5-Audio-Scan-1.01p0 `/usr/ports/distfiles/Audio-Scan-1.01.tar.gz' is up to date. ===> Building from scratch p5-Audio-Scan-1.01p0 ===> Verifying specs: c perl z ===> found c.100.3 perl.24.0 z.7.1 ===> Checking files for p5-Audio-Scan-1.01p0 `/usr/ports/distfiles/Audio-Scan-1.01.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Audio-Scan-1.01p0 ===> Patching for p5-Audio-Scan-1.01p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Audio-Scan-1.01p0 Regenerating include/ppport.h ===> Configuring for p5-Audio-Scan-1.01p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Audio::Scan Writing MYMETA.yml and MYMETA.json ===> Building for p5-Audio-Scan-1.01p0 cp lib/Audio/Scan.pm blib/lib/Audio/Scan.pm Running Mkbootstrap for Scan () chmod 644 "Scan.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Scan.bs blib/arch/auto/Audio/Scan/Scan.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Scan.xs > Scan.xsc Please specify prototyping behavior for Scan.xs (see perlxs manual) mv Scan.xsc Scan.c cc -c -Iinclude -Isrc -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.01\" -DXS_VERSION=\"1.01\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Scan.c In file included from Scan.xs:23: In file included from src/id3.c:19: id3_compat.gperf:34:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] compat_hash (str, len) ^ id3_compat.gperf:94:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _id3_compat_lookup (str, len) ^ In file included from Scan.xs:23: In file included from src/id3.c:20: id3_frametype.gperf:266:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] frametype_hash (str, len) ^ id3_frametype.gperf:309:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] _id3_frametype_lookup (str, len) ^ 4 warnings generated. rm -f blib/arch/auto/Audio/Scan/Scan.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Scan.o -o blib/arch/auto/Audio/Scan/Scan.so -lz chmod 755 blib/arch/auto/Audio/Scan/Scan.so Manifying 1 pod document ===> p5-Audio-Scan-1.01p0 depends on: p5-Test-Warn-* -> p5-Test-Warn-0.37 ===> p5-Audio-Scan-1.01p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Audio-Scan-1.01p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Audio-Scan-1.01p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Scan.bs blib/arch/auto/Audio/Scan/Scan.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01use.t .......... ok t/02pod.t .......... ok t/03podcoverage.t .. ok t/04critic.t ....... skipped: Critic test only for developers. # Failed test 'Duration ok' # at t/aac.t line 117. # got: '127' # expected: '128' # Looks like you failed 1 test of 44. t/aac.t ............ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/44 subtests t/aiff.t ........... ok t/asf.t ............ ok t/dsdiff.t ......... ok t/dsf.t ............ ok t/flac.t ........... ok t/mac.t ............ ok t/mp3.t ............ ok t/mp4.t ............ ok t/musepack.t ....... ok t/ogg.t ............ ok t/opus.t ........... ok t/util.t ........... ok t/wav.t ............ ok t/wavpack.t ........ ok Test Summary Report ------------------- t/aac.t (Wstat: 256 (exited 1) Tests: 44 Failed: 1) Failed test: 44 Non-zero exit status: 1 Files=19, Tests=1204, 5 wallclock secs ( 0.20 usr 0.09 sys + 2.45 cusr 1.23 csys = 3.97 CPU) Result: FAIL Failed 1/19 test programs. 1/1204 subtests failed. *** Error 255 in /usr/ports/pobj/p5-Audio-Scan-1.01/Audio-Scan-1.01 (Makefile:1036 'test_dynamic') *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3104 '/usr/ports/pobj/p5-Audio-Scan-1.01/.test_done': @cd /usr/ports/pobj/p5-Audi...) *** Error 2 in /usr/ports/audio/p5-Audio-Scan (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'test': @lock=p5-Audio-Scan-1.01p0; export _LO...) FAIL audio/p5-Audio-Scan Command 'make test' failed: 512 START benchmarks/p5-Dumbbench 2024-11-22T06:47:09Z export _LOCKS_HELD="" ===> Cleaning for p5-Dumbbench-0.505 ===> Checking files for p5-Dumbbench-0.505 `/usr/ports/distfiles/Dumbbench-0.505.tar.gz' is up to date. ===> Building from scratch p5-Dumbbench-0.505 ===> Checking files for p5-Dumbbench-0.505 `/usr/ports/distfiles/Dumbbench-0.505.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Dumbbench-0.505 ===> Patching for p5-Dumbbench-0.505 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Dumbbench-0.505 ===> Configuring for p5-Dumbbench-0.505 WARNING: Older versions of ExtUtils::MakeMaker may errantly install README.pod as part of this distribution. It is recommended to avoid using this path in CPAN modules. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Dumbbench Writing MYMETA.yml and MYMETA.json ===> Building for p5-Dumbbench-0.505 cp lib/Benchmark/Dumb.pm blib/lib/Benchmark/Dumb.pm cp lib/Dumbbench.pm blib/lib/Dumbbench.pm cp lib/Dumbbench/Stats.pm blib/lib/Dumbbench/Stats.pm cp lib/Dumbbench/Instance/PerlEval.pm blib/lib/Dumbbench/Instance/PerlEval.pm cp lib/Dumbbench/Instance/Cmd.pm blib/lib/Dumbbench/Instance/Cmd.pm cp lib/Dumbbench/Instance.pm blib/lib/Dumbbench/Instance.pm cp lib/Dumbbench/CPUFrequencyPinner.pm blib/lib/Dumbbench/CPUFrequencyPinner.pm cp lib/Dumbbench/Result.pm blib/lib/Dumbbench/Result.pm cp lib/Dumbbench/Instance/PerlSub.pm blib/lib/Dumbbench/Instance/PerlSub.pm cp lib/Dumbbench/BoxPlot.pm blib/lib/Dumbbench/BoxPlot.pm cp bin/dumbbench blib/script/dumbbench "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dumbbench Manifying 6 pod documents ===> p5-Dumbbench-0.505 depends on: p5-Class-XSAccessor->=1.05 -> p5-Class-XSAccessor-1.19p0 ===> p5-Dumbbench-0.505 depends on: p5-Devel-CheckOS-* -> p5-Devel-CheckOS-2.04 ===> p5-Dumbbench-0.505 depends on: p5-Params-Util-* -> p5-Params-Util-1.102 ===> p5-Dumbbench-0.505 depends on: p5-Number-WithError->=1.00 -> p5-Number-WithError-1.01p1 ===> p5-Dumbbench-0.505 depends on: p5-Statistics-CaseResampling->=0.06 -> p5-Statistics-CaseResampling-0.15p0 ===> p5-Dumbbench-0.505 depends on: p5-Capture-Tiny-* -> p5-Capture-Tiny-0.48p0 ===> Regression tests for p5-Dumbbench-0.505 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/000_load.t ... ok t/010_stats.t .. ok t/100_bdumb.t .. ok All tests successful. Files=3, Tests=55, 1 wallclock secs ( 0.04 usr 0.03 sys + 0.41 cusr 0.17 csys = 0.65 CPU) Result: PASS PASS benchmarks/p5-Dumbbench Duration 0m04.67s START comms/p5-Device-SerialPort 2024-11-22T06:47:13Z export _LOCKS_HELD="" ===> Cleaning for p5-Device-SerialPort-1.04p4v0 ===> Checking files for p5-Device-SerialPort-1.04p4v0 `/usr/ports/distfiles/Device-SerialPort-1.04.tar.gz' is up to date. ===> Building from scratch p5-Device-SerialPort-1.04p4v0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Device-SerialPort-1.04p4v0 `/usr/ports/distfiles/Device-SerialPort-1.04.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Device-SerialPort-1.04p4v0 ===> Patching for p5-Device-SerialPort-1.04p4v0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Device-SerialPort-1.04p4v0 ===> Configuring for p5-Device-SerialPort-1.04p4v0 To enable serial port tests, use: perl Makefile.PL TESTPORT= where is a specific port or 'auto' to autodetect. Running ./configure ... checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for cc option to accept ISO C99... none needed checking for cc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for library containing strerror... none required checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking sys/termiox.h usability... no checking sys/termiox.h presence... no checking for sys/termiox.h... no checking sys/termios.h usability... yes checking sys/termios.h presence... yes checking for sys/termios.h... yes checking sys/ttycom.h usability... yes checking sys/ttycom.h presence... yes checking for sys/ttycom.h... yes checking sys/modem.h usability... no checking sys/modem.h presence... no checking for sys/modem.h... no checking IOKit/serial/ioss.h usability... no checking IOKit/serial/ioss.h presence... no checking for IOKit/serial/ioss.h... no checking definition of _SC_CLK_TCK... found checking definition of TIOCMBIS... found checking definition of TIOCMBIC... found checking definition of TIOCMGET... found checking definition of CRTSCTS... found checking definition of OCRNL... found checking definition of ONLCR... found checking definition of ECHOKE... found checking definition of ECHOCTL... found checking definition of TIOCM_CAR... found checking definition of TIOCM_CD... found checking definition of TIOCM_RNG... found checking definition of TIOCM_RI... found checking definition of TIOCM_CTS... found checking definition of TIOCM_DSR... found checking definition of TIOCMIWAIT... missing checking definition of TIOCGICOUNT... missing checking definition of TIOCINQ... missing checking definition of FIONREAD... found checking definition of TIOCOUTQ... found checking definition of TIOCSER_TEMT... missing checking definition of TIOCM_LE... found checking definition of TIOCSERGETLSR... missing checking definition of TIOCSDTR... found checking definition of TIOCCDTR... found checking definition of TIOCM_RTS... found checking definition of TIOCM_DTR... found checking definition of CTSXON... missing checking definition of RTSXOFF... missing checking definition of TCGETX... missing checking definition of TCSETX... missing checking definition of IOSSIOSPEED... missing checking definition of B0... found checking definition of B50... found checking definition of B75... found checking definition of B110... found checking definition of B134... found checking definition of B150... found checking definition of B200... found checking definition of B300... found checking definition of B600... found checking definition of B1200... found checking definition of B1800... found checking definition of B2400... found checking definition of B4800... found checking definition of B9600... found checking definition of B19200... found checking definition of B38400... found checking definition of B57600... found checking definition of B115200... found checking definition of B230400... found checking definition of B460800... missing checking definition of B500000... missing checking definition of B576000... missing checking definition of B921600... missing checking definition of B1000000... missing checking definition of B1152000... missing checking definition of B1500000... missing checking definition of B2000000... missing checking definition of B2500000... missing checking definition of B3000000... missing checking definition of B3500000... missing checking definition of B4000000... missing checking serial control via ioctl... yes checking read/write of RTS signal... yes checking read/write of DTR signal... yes checking read access to modem lines... yes checking read access to buffer status... no configure: WARNING: You will not be able to check the serial buffer state (to test for flushes) checking read access to serial line status... no configure: WARNING: You will not be able to check serial line status (to do full write flush) checking normal CTS/RTS flow control... yes configure: creating ./config.status config.status: creating config.h Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Device::SerialPort Writing MYMETA.yml and MYMETA.json You're ready to run 'make' now... ===> Building for p5-Device-SerialPort-1.04p4v0 cp SerialPort.pm blib/lib/Device/SerialPort.pm Running Mkbootstrap for SerialPort () chmod 644 "SerialPort.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SerialPort.bs blib/arch/auto/Device/SerialPort/SerialPort.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' SerialPort.xs > SerialPort.xsc mv SerialPort.xsc SerialPort.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" SerialPort.c rm -f blib/arch/auto/Device/SerialPort/SerialPort.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib SerialPort.o -o blib/arch/auto/Device/SerialPort/SerialPort.so chmod 755 blib/arch/auto/Device/SerialPort/SerialPort.so cp modemtest blib/script/modemtest "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/modemtest Manifying 1 pod document Manifying 1 pod document ===> Regression tests for p5-Device-SerialPort-1.04p4v0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SerialPort.bs blib/arch/auto/Device/SerialPort/SerialPort.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01timing.t ........... ok t/10basic.t ............ skipped: No serial port selected for use with testing t/11saved-state.t ...... skipped: No serial port selected for use with testing t/20inherited.t ........ skipped: No serial port selected for use with testing t/21inherited-state.t .. skipped: No serial port selected for use with testing All tests successful. Files=5, Tests=7, 3 wallclock secs ( 0.02 usr 0.03 sys + 0.63 cusr 0.24 csys = 0.92 CPU) Result: PASS PASS comms/p5-Device-SerialPort Duration 0m23.09s START converters/p5-CBOR-Free 2024-11-22T06:47:36Z export _LOCKS_HELD="" ===> Cleaning for p5-CBOR-Free-0.32 ===> Checking files for p5-CBOR-Free-0.32 `/usr/ports/distfiles/CBOR-Free-0.32.tar.gz' is up to date. ===> Building from scratch p5-CBOR-Free-0.32 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-CBOR-Free-0.32 `/usr/ports/distfiles/CBOR-Free-0.32.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-CBOR-Free-0.32 ===> Patching for p5-CBOR-Free-0.32 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-CBOR-Free-0.32 ===> Configuring for p5-CBOR-Free-0.32 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for CBOR::Free Writing MYMETA.yml and MYMETA.json ===> Building for p5-CBOR-Free-0.32 cp lib/CBOR/Free/X/Base.pm blib/lib/CBOR/Free/X/Base.pm cp lib/CBOR/Free.pm blib/lib/CBOR/Free.pm cp lib/CBOR/Free/X/CannotDecode64Bit.pm blib/lib/CBOR/Free/X/CannotDecode64Bit.pm cp lib/CBOR/Free/Decoder.pm blib/lib/CBOR/Free/Decoder.pm cp lib/CBOR/Free/X/Unrecognized.pm blib/lib/CBOR/Free/X/Unrecognized.pm cp lib/CBOR/Free/X/NegativeIntTooLow.pm blib/lib/CBOR/Free/X/NegativeIntTooLow.pm cp lib/CBOR/Free/X/InvalidUTF8.pm blib/lib/CBOR/Free/X/InvalidUTF8.pm cp lib/CBOR/Free/Decoder/Base.pm blib/lib/CBOR/Free/Decoder/Base.pm cp lib/CBOR/Free/X.pm blib/lib/CBOR/Free/X.pm cp lib/CBOR/Free/Tagged.pm blib/lib/CBOR/Free/Tagged.pm cp lib/CBOR/Free/X/Recursion.pm blib/lib/CBOR/Free/X/Recursion.pm cp lib/CBOR/Free/SequenceDecoder.pm blib/lib/CBOR/Free/SequenceDecoder.pm cp lib/CBOR/Free/X/InvalidMapKey.pm blib/lib/CBOR/Free/X/InvalidMapKey.pm cp lib/CBOR/Free/X/Incomplete.pm blib/lib/CBOR/Free/X/Incomplete.pm cp lib/CBOR/Free/AddOne.pm blib/lib/CBOR/Free/AddOne.pm cp lib/CBOR/Free/X/WideCharacter.pm blib/lib/CBOR/Free/X/WideCharacter.pm cp lib/CBOR/Free/X/InvalidControl.pm blib/lib/CBOR/Free/X/InvalidControl.pm Running Mkbootstrap for Free () chmod 644 "Free.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Free.bs blib/arch/auto/CBOR/Free/Free.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-CBOR-Free-0.32/CBOR-Free-0.32/typemap' Free.xs > Free.xsc mv Free.xsc Free.c cc -c -Wall -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.32\" -DXS_VERSION=\"0.32\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Free.c cc -c -Wall -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.32\" -DXS_VERSION=\"0.32\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" cbor_free_common.c cc -c -Wall -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.32\" -DXS_VERSION=\"0.32\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" cbor_free_boolean.c cc -c -Wall -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.32\" -DXS_VERSION=\"0.32\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" cbor_free_encode.c cc -c -Wall -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.32\" -DXS_VERSION=\"0.32\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" cbor_free_decode.c rm -f blib/arch/auto/CBOR/Free/Free.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Free.o cbor_free_common.o cbor_free_boolean.o cbor_free_encode.o cbor_free_decode.o -o blib/arch/auto/CBOR/Free/Free.so chmod 755 blib/arch/auto/CBOR/Free/Free.so Manifying 4 pod documents ===> p5-CBOR-Free-0.32 depends on: p5-Test-Class-Tiny->=0.02 -> p5-Test-Class-Tiny-0.03 ===> p5-CBOR-Free-0.32 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-CBOR-Free-0.32 depends on: p5-Test-Differences-* -> p5-Test-Differences-0.71 ===> p5-CBOR-Free-0.32 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-CBOR-Free-0.32 depends on: p5-Test-FailWarnings-* -> p5-Test-FailWarnings-0.008p1 ===> p5-CBOR-Free-0.32 depends on: p5-Test-Pod->=1 -> p5-Test-Pod-1.52p0 ===> p5-CBOR-Free-0.32 depends on: p5-Types-Serialiser-* -> p5-Types-Serialiser-1.01 ===> p5-CBOR-Free-0.32 depends on: p5-Text-Control-* -> p5-Text-Control-0.5 ===> p5-CBOR-Free-0.32 depends on: p5-X-Tiny-* -> p5-X-Tiny-0.22 ===> Regression tests for p5-CBOR-Free-0.32 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Free.bs blib/arch/auto/CBOR/Free/Free.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/32bit.t .................. All 4 subtests passed t/add_one.t ................ ok t/against_cbor_xs.t ........ ok t/array.t .................. ok t/boolean.t ................ ok t/cbor_numbers_sort_lex.t .. ok t/config.t ................. ok t/dec_strings.t ............ ok t/decode.t ................. ok t/decode_map_keys.t ........ ok t/encode_modes.t ........... ok t/errors.t ................. ok t/examples.t ............... ok t/float.t .................. ok t/fuzzed.t ................. ok t/hash.t ................... ok # Failed test 'T_incompletes()' # at t/incomplete.t line 77. # Caught exception: panic: sv_setpvn_fresh called with negative strlen -1623156129 at t/incomplete.t line 97. # Failed test 'Test count mismatch: got 15, expected 33' # at t/incomplete.t line 77. # Looks like you failed 2 tests of 16. t/incomplete.t ............. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/16 subtests t/negint.t ................. ok t/pod.t .................... ok t/scalar_ref.t ............. ok t/sequence_decoder.t ....... ok t/shared.t ................. ok t/string.t ................. ok t/string_decode_modes.t .... ok t/tag.t .................... ok t/tag_decode.t ............. ok t/uint.t ................... ok t/undef.t .................. ok Test Summary Report ------------------- t/32bit.t (Wstat: 139 (Signal: SEGV, dumped core) Tests: 4 Failed: 0) Non-zero wait status: 139 Parse errors: No plan found in TAP output t/incomplete.t (Wstat: 512 (exited 2) Tests: 16 Failed: 2) Failed tests: 15-16 Non-zero exit status: 2 Files=28, Tests=2459, 8 wallclock secs ( 0.30 usr 0.15 sys + 5.52 cusr 1.66 csys = 7.63 CPU) Result: FAIL Failed 2/28 test programs. 2/2459 subtests failed. *** Error 255 in /usr/ports/pobj/p5-CBOR-Free-0.32/CBOR-Free-0.32 (Makefile:1119 'test_dynamic') *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3104 '/usr/ports/pobj/p5-CBOR-Free-0.32/.test_done': @cd /usr/ports/pobj/p5-CBOR-...) *** Error 2 in /usr/ports/converters/p5-CBOR-Free (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'test': @lock=p5-CBOR-Free-0.32; export _L...) FAIL converters/p5-CBOR-Free Command 'make test' failed: 512 START converters/p5-CBOR-XS 2024-11-22T06:47:52Z export _LOCKS_HELD="" ===> Cleaning for p5-CBOR-XS-1.87 ===> Checking files for p5-CBOR-XS-1.87 `/usr/ports/distfiles/CBOR-XS-1.87.tar.gz' is up to date. ===> Building from scratch p5-CBOR-XS-1.87 ===> p5-CBOR-XS-1.87 depends on: p5-Canary-Stability-* -> p5-Canary-Stability-2013p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-CBOR-XS-1.87 `/usr/ports/distfiles/CBOR-XS-1.87.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-CBOR-XS-1.87 ===> Patching for p5-CBOR-XS-1.87 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-CBOR-XS-1.87 ===> Configuring for p5-CBOR-XS-1.87 *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.038002, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by CBOR::XS. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by CBOR::XS, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of CBOR::XS with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for CBOR::XS Writing MYMETA.yml and MYMETA.json ===> Building for p5-CBOR-XS-1.87 cp XS.pm blib/lib/CBOR/XS.pm Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/CBOR/XS/XS.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-CBOR-XS-1.87/CBOR-XS-1.87/typemap' XS.xs > XS.xsc mv XS.xsc XS.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.87\" -DXS_VERSION=\"1.87\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" XS.c XS.xs:288:26: warning: shift count >= width of type [-Wshift-count-overflow] *enc->cur++ = len >> 56; ^ ~~ XS.xs:289:26: warning: shift count >= width of type [-Wshift-count-overflow] *enc->cur++ = len >> 48; ^ ~~ XS.xs:290:26: warning: shift count >= width of type [-Wshift-count-overflow] *enc->cur++ = len >> 40; ^ ~~ XS.xs:291:26: warning: shift count >= width of type [-Wshift-count-overflow] *enc->cur++ = len >> 32; ^ ~~ XS.xs:386:28: warning: implicit conversion from 'int' to 'char' changes value from 249 to -7 [-Wconstant-conversion] *enc->cur++ = MAJOR_MISC | MISC_FLOAT16; ~ ~~~~~~~~~~~^~~~~~~~~~~~~~ XS.xs:402:28: warning: implicit conversion from 'int' to 'char' changes value from 250 to -6 [-Wconstant-conversion] *enc->cur++ = MAJOR_MISC | MISC_FLOAT32; ~ ~~~~~~~~~~~^~~~~~~~~~~~~~ XS.xs:418:28: warning: implicit conversion from 'int' to 'char' changes value from 251 to -5 [-Wconstant-conversion] *enc->cur++ = MAJOR_MISC | MISC_FLOAT64; ~ ~~~~~~~~~~~^~~~~~~~~~~~~~ XS.xs:432:39: warning: implicit conversion from 'int' to 'char' changes value from 245 to -11 [-Wconstant-conversion] encode_ch (enc, istrue ? MAJOR_MISC | SIMPLE_TRUE : MAJOR_MISC | SIMPLE_FALSE); ~~~~~~~~~ ~~~~~~~~~~~^~~~~~~~~~~~~ XS.xs:432:66: warning: implicit conversion from 'int' to 'char' changes value from 244 to -12 [-Wconstant-conversion] encode_ch (enc, istrue ? MAJOR_MISC | SIMPLE_TRUE : MAJOR_MISC | SIMPLE_FALSE); ~~~~~~~~~ ~~~~~~~~~~~^~~~~~~~~~~~~~ XS.xs:554:31: warning: implicit conversion from 'int' to 'char' changes value from 191 to -65 [-Wconstant-conversion] encode_ch (enc, MAJOR_MAP | MINOR_INDEF); ~~~~~~~~~ ~~~~~~~~~~^~~~~~~~~~~~~ XS.xs:569:32: warning: implicit conversion from 'int' to 'char' changes value from 255 to -1 [-Wconstant-conversion] encode_ch (enc, MAJOR_MISC | MINOR_INDEF); ~~~~~~~~~ ~~~~~~~~~~~^~~~~~~~~~~~~ XS.xs:603:38: warning: implicit conversion from 'int' to 'char' changes value from 247 to -9 [-Wconstant-conversion] encode_ch (enc, MAJOR_MISC | SIMPLE_UNDEF); ~~~~~~~~~ ~~~~~~~~~~~^~~~~~~~~~~~~~ XS.xs:771:32: warning: implicit conversion from 'int' to 'char' changes value from 246 to -10 [-Wconstant-conversion] encode_ch (enc, MAJOR_MISC | SIMPLE_NULL); ~~~~~~~~~ ~~~~~~~~~~~^~~~~~~~~~~~~ XS.xs:773:32: warning: implicit conversion from 'int' to 'char' changes value from 247 to -9 [-Wconstant-conversion] encode_ch (enc, MAJOR_MISC | SIMPLE_UNDEF); ~~~~~~~~~ ~~~~~~~~~~~^~~~~~~~~~~~~~ XS.xs:987:5: warning: add explicit braces to avoid dangling else [-Wdangling-else] else if (ecb_expect_true ((U8)(*dec->cur - MAJOR_TEXT) <= LENGTH_EXT8)) ^ XS.xs:1109:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 16 warnings generated. rm -f blib/arch/auto/CBOR/XS/XS.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib XS.o -o blib/arch/auto/CBOR/XS/XS.so chmod 755 blib/arch/auto/CBOR/XS/XS.so Manifying 1 pod document ===> p5-CBOR-XS-1.87 depends on: p5-Task-Weaken->=1.06 -> p5-Task-Weaken-1.06p0 ===> p5-CBOR-XS-1.87 depends on: p5-Types-Serialiser-* -> p5-Types-Serialiser-1.01 ===> p5-CBOR-XS-1.87 depends on: p5-common-sense-* -> p5-common-sense-3.75 ===> Regression tests for p5-CBOR-XS-1.87 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/CBOR/XS/XS.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load.t ..... ok t/50_rfc.t ...... ok t/51_types.t .... ok t/52_object.t ... ok t/53_bignum.t ... ok t/54_sharing.t .. ok t/55_utf8.t ..... ok t/56_filter.t ... ok t/57_incr.t ..... ok t/58_hv.t ....... ok t/99_binary.t ... ok All tests successful. Files=11, Tests=6546, 2 wallclock secs ( 0.66 usr 0.05 sys + 1.27 cusr 0.22 csys = 2.20 CPU) Result: PASS PASS converters/p5-CBOR-XS Duration 0m06.89s START converters/p5-Convert-ASN1 2024-11-22T06:47:59Z export _LOCKS_HELD="" ===> Cleaning for p5-Convert-ASN1-0.34 ===> Checking files for p5-Convert-ASN1-0.34 `/usr/ports/distfiles/Convert-ASN1-0.34.tar.gz' is up to date. ===> Building from scratch p5-Convert-ASN1-0.34 ===> Checking files for p5-Convert-ASN1-0.34 `/usr/ports/distfiles/Convert-ASN1-0.34.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Convert-ASN1-0.34 ===> Patching for p5-Convert-ASN1-0.34 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Convert-ASN1-0.34 ===> Configuring for p5-Convert-ASN1-0.34 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Convert::ASN1 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Convert-ASN1-0.34 cp lib/Convert/ASN1.pod blib/lib/Convert/ASN1.pod cp lib/Convert/ASN1/_encode.pm blib/lib/Convert/ASN1/_encode.pm cp lib/Convert/ASN1/parser.pm blib/lib/Convert/ASN1/parser.pm cp lib/Convert/ASN1.pm blib/lib/Convert/ASN1.pm cp lib/Convert/ASN1/_decode.pm blib/lib/Convert/ASN1/_decode.pm cp lib/Convert/ASN1/IO.pm blib/lib/Convert/ASN1/IO.pm cp lib/Convert/ASN1/Debug.pm blib/lib/Convert/ASN1/Debug.pm Manifying 1 pod document ===> Regression tests for p5-Convert-ASN1-0.34 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00prim.t ........ ok t/01tag.t ......... ok t/02seq.t ......... ok t/03seqof.t ....... ok t/04opt.t ......... ok t/05time.t ........ ok t/06bigint.t ...... ok t/07io.t .......... ok t/08set.t ......... ok t/09contr.t ....... ok t/10choice.t ...... ok t/11explicit.t .... ok t/11indef.t ....... ok t/12der.t ......... ok t/13utf8.t ........ ok t/14any.t ......... ok t/15extseq.t ...... ok t/16extset.t ...... ok t/17extchoice.t ... ok t/18tagdefault.t .. ok t/19issue14.t ..... ok t/99misc.t ........ ok t/x509.t .......... ok All tests successful. Files=23, Tests=595, 3 wallclock secs ( 0.12 usr 0.09 sys + 1.57 cusr 0.78 csys = 2.56 CPU) Result: PASS PASS converters/p5-Convert-ASN1 Duration 0m05.25s START converters/p5-Convert-BER 2024-11-22T06:48:05Z export _LOCKS_HELD="" ===> Cleaning for p5-Convert-BER-1.32p1v0 ===> Checking files for p5-Convert-BER-1.32p1v0 `/usr/ports/distfiles/Convert-BER-1.32.tar.gz' is up to date. ===> Building from scratch p5-Convert-BER-1.32p1v0 ===> Checking files for p5-Convert-BER-1.32p1v0 `/usr/ports/distfiles/Convert-BER-1.32.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Convert-BER-1.32p1v0 ===> Patching for p5-Convert-BER-1.32p1v0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Convert-BER-1.32p1v0 ===> Configuring for p5-Convert-BER-1.32p1v0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Convert::BER Writing MYMETA.yml and MYMETA.json ===> Building for p5-Convert-BER-1.32p1v0 cp BER.pod blib/lib/Convert/BER.pod cp BER.pm blib/lib/Convert/BER.pm Manifying 1 pod document ===> Regression tests for p5-Convert-BER-1.32p1v0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00prim.t ...... ok t/01basic.t ..... ok t/02seq.t ....... ok t/03seqof.t ..... ok t/04comp.t ...... ok t/05class.t ..... ok t/06opt.t ....... ok t/07io.t ........ ok t/08tag.t ....... ok t/09hightags.t .. ok All tests successful. Files=10, Tests=401, 0 wallclock secs ( 0.10 usr 0.07 sys + 0.29 cusr 0.16 csys = 0.62 CPU) Result: PASS PASS converters/p5-Convert-BER Duration 0m02.92s START converters/p5-Convert-BinHex 2024-11-22T06:48:07Z export _LOCKS_HELD="" ===> Cleaning for p5-Convert-BinHex-1.125p0 ===> Checking files for p5-Convert-BinHex-1.125p0 `/usr/ports/distfiles/Convert-BinHex-1.125.tar.gz' is up to date. ===> Building from scratch p5-Convert-BinHex-1.125p0 ===> Checking files for p5-Convert-BinHex-1.125p0 `/usr/ports/distfiles/Convert-BinHex-1.125.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Convert-BinHex-1.125p0 ===> Patching for p5-Convert-BinHex-1.125p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Convert-BinHex-1.125p0 ===> Configuring for p5-Convert-BinHex-1.125p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Convert::BinHex Writing MYMETA.yml and MYMETA.json ===> Building for p5-Convert-BinHex-1.125p0 cp lib/Convert/BinHex.pm blib/lib/Convert/BinHex.pm cp bin/binhex.pl blib/script/binhex.pl "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/binhex.pl cp bin/debinhex.pl blib/script/debinhex.pl "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/debinhex.pl Manifying 2 pod documents Manifying 1 pod document ===> p5-Convert-BinHex-1.125p0 depends on: p5-Test-Most-* -> p5-Test-Most-0.38 ===> p5-Convert-BinHex-1.125p0 depends on: p5-File-Slurp-* -> p5-File-Slurp-9999.32 ===> Regression tests for p5-Convert-BinHex-1.125p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1.t ..................... ok Use of uninitialized value in pack at /usr/ports/pobj/p5-Convert-BinHex-1.125/Convert-BinHex-1.125/blib/lib/Convert/BinHex.pm line 938. Use of uninitialized value in string eq at /usr/ports/pobj/p5-Convert-BinHex-1.125/Convert-BinHex-1.125/blib/lib/Convert/BinHex.pm line 1444. t/bin_to_hex_file.t ....... ok t/comp2bin.t .............. ok t/crc.t ................... ok Use of uninitialized value in integer lt (<) at /usr/ports/pobj/p5-Convert-BinHex-1.125/Convert-BinHex-1.125/blib/lib/Convert/BinHex.pm line 839, <$_[...]> line 1. t/hex_to_bin_oo.t ......... ok t/release-cpan-changes.t .. skipped: these tests are for release candidate testing All tests successful. Files=6, Tests=18, 1 wallclock secs ( 0.06 usr 0.03 sys + 0.77 cusr 0.33 csys = 1.19 CPU) Result: PASS PASS converters/p5-Convert-BinHex Duration 0m04.77s START converters/p5-Convert-Color 2024-11-22T06:48:12Z export _LOCKS_HELD="" ===> Cleaning for p5-Convert-Color-0.17 ===> Checking files for p5-Convert-Color-0.17 `/usr/ports/distfiles/Convert-Color-0.17.tar.gz' is up to date. ===> Building from scratch p5-Convert-Color-0.17 ===> p5-Convert-Color-0.17 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Convert-Color-0.17 `/usr/ports/distfiles/Convert-Color-0.17.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Convert-Color-0.17 ===> Patching for p5-Convert-Color-0.17 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Convert-Color-0.17 ===> Configuring for p5-Convert-Color-0.17 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Convert-Color' version '0.17' ===> Building for p5-Convert-Color-0.17 Building Convert-Color ===> p5-Convert-Color-0.17 depends on: p5-Test2-Suite-* -> p5-Test2-Suite-0.000163 ===> p5-Convert-Color-0.17 depends on: p5-Module-Pluggable-* -> p5-Module-Pluggable-5.2p0 ===> p5-Convert-Color-0.17 depends on: p5-List-UtilsBy-* -> p5-List-UtilsBy-0.12 ===> p5-Convert-Color-0.17 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Convert-Color-0.17 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Convert-Color-0.17 t/00use.t ........... ok t/01rgb.t ........... ok t/02hsv.t ........... ok t/03hsl.t ........... ok t/04cmy.t ........... ok t/05cmyk.t .......... ok t/11convert-rgb.t ... ok t/12convert-hsv.t ... ok t/13convert-hsl.t ... ok t/14convert-cmy.t ... ok t/15convert-cmyk.t .. ok t/20magic-const.t ... ok t/21rgb-blend.t ..... ok t/22rgb-dst.t ....... ok t/23hsv-dst.t ....... ok t/24hsl-dst.t ....... ok t/30vga.t ........... ok t/31x11.t ........... ok t/99pod.t ........... ok All tests successful. Files=19, Tests=438, 6 wallclock secs ( 0.09 usr 0.11 sys + 4.19 cusr 1.66 csys = 6.05 CPU) Result: PASS PASS converters/p5-Convert-Color Duration 0m10.24s START converters/p5-Convert-Color-XTerm 2024-11-22T06:48:22Z export _LOCKS_HELD="" ===> Cleaning for p5-Convert-Color-XTerm-0.06 ===> Checking files for p5-Convert-Color-XTerm-0.06 `/usr/ports/distfiles/Convert-Color-XTerm-0.06.tar.gz' is up to date. ===> Building from scratch p5-Convert-Color-XTerm-0.06 ===> p5-Convert-Color-XTerm-0.06 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Convert-Color-XTerm-0.06 `/usr/ports/distfiles/Convert-Color-XTerm-0.06.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Convert-Color-XTerm-0.06 ===> Patching for p5-Convert-Color-XTerm-0.06 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Convert-Color-XTerm-0.06 ===> Configuring for p5-Convert-Color-XTerm-0.06 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Convert-Color-XTerm' version '0.06' ===> Building for p5-Convert-Color-XTerm-0.06 Building Convert-Color-XTerm ===> p5-Convert-Color-XTerm-0.06 depends on: p5-Convert-Color->=0.06 -> p5-Convert-Color-0.17 ===> p5-Convert-Color-XTerm-0.06 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Convert-Color-XTerm-0.06 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Convert-Color-XTerm-0.06 t/00use.t .... ok t/01color.t .. ok t/99pod.t .... ok All tests successful. Files=3, Tests=15, 1 wallclock secs ( 0.03 usr 0.04 sys + 0.46 cusr 0.15 csys = 0.68 CPU) Result: PASS PASS converters/p5-Convert-Color-XTerm Duration 0m03.52s START converters/p5-Convert-NLS_DATE_FORMAT 2024-11-22T06:48:26Z export _LOCKS_HELD="" ===> Cleaning for p5-Convert-NLS_DATE_FORMAT-0.06 ===> Checking files for p5-Convert-NLS_DATE_FORMAT-0.06 `/usr/ports/distfiles/Convert-NLS_DATE_FORMAT-0.06.tar.gz' is up to date. ===> Building from scratch p5-Convert-NLS_DATE_FORMAT-0.06 ===> p5-Convert-NLS_DATE_FORMAT-0.06 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-Convert-NLS_DATE_FORMAT-0.06 `/usr/ports/distfiles/Convert-NLS_DATE_FORMAT-0.06.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Convert-NLS_DATE_FORMAT-0.06 ===> Patching for p5-Convert-NLS_DATE_FORMAT-0.06 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Convert-NLS_DATE_FORMAT-0.06 ===> Configuring for p5-Convert-NLS_DATE_FORMAT-0.06 Creating new 'Build' script for 'Convert-NLS_DATE_FORMAT' version '0.06' ===> Building for p5-Convert-NLS_DATE_FORMAT-0.06 cp lib/Convert/NLS_DATE_FORMAT.pm blib/lib/Convert/NLS_DATE_FORMAT.pm ===> Regression tests for p5-Convert-NLS_DATE_FORMAT-0.06 t/00_compile.t .... ok Oracle format 'Year' has no POSIX equivalent. Oracle format 'Y' has no POSIX equivalent. t/oracle2posix.t .. ok t/posix2oracle.t .. ok All tests successful. Files=3, Tests=30, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.31 cusr 0.13 csys = 0.49 CPU) Result: PASS PASS converters/p5-Convert-NLS_DATE_FORMAT Duration 0m02.53s START converters/p5-Convert-UUlib 2024-11-22T06:48:29Z export _LOCKS_HELD="" ===> Cleaning for p5-Convert-UUlib-1.80v1 ===> Checking files for p5-Convert-UUlib-1.80v1 `/usr/ports/distfiles/Convert-UUlib-1.8.tar.gz' is up to date. ===> Building from scratch p5-Convert-UUlib-1.80v1 ===> p5-Convert-UUlib-1.80v1 depends on: p5-Canary-Stability-* -> p5-Canary-Stability-2013p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Convert-UUlib-1.80v1 `/usr/ports/distfiles/Convert-UUlib-1.8.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Convert-UUlib-1.80v1 ===> Patching for p5-Convert-UUlib-1.80v1 ===> Applying OpenBSD patch patch-UUlib_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: UUlib.pm |--- UUlib.pm.orig |+++ UUlib.pm -------------------------- Patching file UUlib.pm using Plan A... Hunk #1 succeeded at 47. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Convert-UUlib-1.80v1 ===> Configuring for p5-Convert-UUlib-1.80v1 *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.038002, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by Convert::UUlib. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by Convert::UUlib, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of Convert::UUlib with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Convert::UUlib Writing MYMETA.yml and MYMETA.json ===> Building for p5-Convert-UUlib-1.80v1 cp UUlib.pm blib/lib/Convert/UUlib.pm cd uulib && ./configure --with-cc='cc' --with-cflags='-O2 -O2 -pipe -DPIC -fpic ' checking for gcc... cc checking whether the C compiler works... yes checking for 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 we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking whether make sets $(MAKE)... yes checking for ranlib... ranlib checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for memory.h... (cached) yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for tempnam... yes checking for gettimeofday... yes checking for flockfile... yes checking for getc_unlocked... yes checking for feof_unlocked... no checking for ferror_unlocked... no checking for chmod... yes checking for umask... yes checking for mkstemp... yes checking version number... 0.5pl20 configure: creating ./config.status config.status: creating Makefile config.status: creating config.h cd uulib && make all cc -c -O2 -O2 -pipe -DPIC -fpic -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uulib.c In file included from uulib.c:79: ./uudeview.h:198:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUGetOption _ANSI_ARGS_((int, int *, char *, int)); ^ uulib.c:427:1: note: conflicting prototype is here UUGetOption (int option, int *ivalue, char *cvalue, int clength) ^ In file included from uulib.c:79: ./uudeview.h:199:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUSetOption _ANSI_ARGS_((int, int, char *)); ^ uulib.c:535:1: note: conflicting prototype is here UUSetOption (int option, int ivalue, char *cvalue) ^ In file included from uulib.c:79: ./uudeview.h:200:17: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] char * UUEXPORT UUstrerror _ANSI_ARGS_((int)); ^ uulib.c:607:1: note: conflicting prototype is here UUstrerror (int code) ^ In file included from uulib.c:79: ./uudeview.h:201:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUSetMsgCallback _ANSI_ARGS_((void *, ^ uulib.c:617:1: note: conflicting prototype is here UUSetMsgCallback (void *opaque, ^ In file included from uulib.c:79: ./uudeview.h:205:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUSetBusyCallback _ANSI_ARGS_((void *, ^ uulib.c:627:1: note: conflicting prototype is here UUSetBusyCallback (void *opaque, ^ In file included from uulib.c:79: ./uudeview.h:209:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUSetFileCallback _ANSI_ARGS_((void *, ^ uulib.c:639:1: note: conflicting prototype is here UUSetFileCallback (void *opaque, ^ In file included from uulib.c:79: ./uudeview.h:212:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUSetFNameFilter _ANSI_ARGS_((void *, ^ uulib.c:649:1: note: conflicting prototype is here UUSetFNameFilter (void *opaque, ^ In file included from uulib.c:79: ./uudeview.h:215:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUSetFileNameCallback _ANSI_ARGS_((void *, ^ uulib.c:659:1: note: conflicting prototype is here UUSetFileNameCallback (void *opaque, ^ In file included from uulib.c:79: ./uudeview.h:221:18: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] uulist *UUEXPORT UUGetFileListItem _ANSI_ARGS_((int)); ^ uulib.c:674:1: note: conflicting prototype is here UUGetFileListItem (int item) ^ In file included from uulib.c:79: ./uudeview.h:218:17: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] char * UUEXPORT UUFNameFilter _ANSI_ARGS_((char *)); ^ uulib.c:692:1: note: conflicting prototype is here UUFNameFilter (char *fname) ^ In file included from uulib.c:79: ./uudeview.h:219:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UULoadFile _ANSI_ARGS_((char *, char *, int, int *)); ^ uulib.c:706:1: note: conflicting prototype is here UULoadFile (char *filename, char *fileid, int delflag, int *partcount) ^ uulib.c:708:30: warning: passing arguments to 'UULoadFileWithPartNo' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return UULoadFileWithPartNo(filename, fileid, delflag, -1, partcount); ^ In file included from uulib.c:79: ./uudeview.h:220:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UULoadFileWithPartNo _ANSI_ARGS_((char *, char *, int, int, int *)); ^ uulib.c:712:1: note: conflicting prototype is here UULoadFileWithPartNo (char *filename, char *fileid, int delflag, int partno, int *partcount) ^ In file included from uulib.c:79: ./uudeview.h:223:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUDecodeToTemp _ANSI_ARGS_((uulist *)); ^ uulib.c:934:1: note: conflicting prototype is here UUDecodeToTemp (uulist *thefile) ^ uulib.c:936:19: warning: passing arguments to 'UUDecode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return UUDecode (thefile); ^ In file included from uulib.c:79: ./uudeview.h:225:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUDecodeFile _ANSI_ARGS_((uulist *, char *)); ^ uulib.c:944:1: note: conflicting prototype is here UUDecodeFile (uulist *thefile, char *destname) ^ uulib.c:955:23: warning: passing arguments to 'UUDecode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((res = UUDecode (thefile)) != UURET_OK) ^ In file included from uulib.c:79: ./uudeview.h:226:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUInfoFile _ANSI_ARGS_((uulist *, void *, ^ uulib.c:1160:1: note: conflicting prototype is here UUInfoFile (uulist *thefile, void *opaque, ^ uulib.c:1213:22: warning: passing arguments to 'UUValidData' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dd = UUValidData (uugen_inbuffer, 0, &bhflag); ^ In file included from uulib.c:79: ./uudeview.h:222:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UURenameFile _ANSI_ARGS_((uulist *, char *)); ^ uulib.c:1251:1: note: conflicting prototype is here UURenameFile (uulist *thefile, char *newname) ^ In file included from uulib.c:79: ./uudeview.h:224:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UURemoveTemp _ANSI_ARGS_((uulist *)); ^ uulib.c:1272:1: note: conflicting prototype is here UURemoveTemp (uulist *thefile) ^ 21 warnings generated. cc -c -O2 -O2 -pipe -DPIC -fpic -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uucheck.c cc -c -O2 -O2 -pipe -DPIC -fpic -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uunconc.c In file included from uunconc.c:54: ./uuint.h:316:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUValidData _ANSI_ARGS_((char *, int, int *)); ^ uunconc.c:294:1: note: conflicting prototype is here UUValidData (char *ptr, int encoding, int *bhflag) ^ In file included from uunconc.c:54: ./uuint.h:317:10: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] size_t UUDecodeLine _ANSI_ARGS_((char *, char *, int)); ^ uunconc.c:586:1: note: conflicting prototype is here UUDecodeLine (char *s, char *d, int method) ^ In file included from uunconc.c:54: ./uuint.h:318:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUDecodeField _ANSI_ARGS_((char *, char *, int)); ^ uunconc.c:895:1: note: conflicting prototype is here UUDecodeField (char *s, char *d, int method) ^ In file included from uunconc.c:54: ./uuint.h:319:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUDecodePart _ANSI_ARGS_((FILE *, FILE *, int *, ^ uunconc.c:952:1: note: conflicting prototype is here UUDecodePart (FILE *datain, FILE *dataout, int *state, ^ uunconc.c:1209:26: warning: passing arguments to 'uu_crc32' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] yepartcrc = uu_crc32(yepartcrc, oline, count); ^ In file included from uunconc.c:54: ./uuint.h:321:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUDecode _ANSI_ARGS_((uulist *)); ^ uunconc.c:1309:1: note: conflicting prototype is here UUDecode (uulist *data) ^ In file included from uunconc.c:53: ./uudeview.h:232:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUQuickDecode _ANSI_ARGS_((FILE *, FILE *, ^ uunconc.c:1732:1: note: conflicting prototype is here UUQuickDecode (FILE *datain, FILE *dataout, char *boundary, long maxpos) ^ 7 warnings generated. cc -c -O2 -O2 -pipe -DPIC -fpic -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuutil.c In file included from uuutil.c:52: ./uudeview.h:229:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUSmerge _ANSI_ARGS_((int)); ^ uuutil.c:433:1: note: conflicting prototype is here UUSmerge (int pass) ^ 1 warning generated. cc -c -O2 -O2 -pipe -DPIC -fpic -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuencode.c uuencode.c:427:18: warning: passing arguments to 'uu_crc32' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] *pcrc = uu_crc32(*pcrc, itemp, count); ^ uuencode.c:429:17: warning: passing arguments to 'uu_crc32' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] *crc = uu_crc32(*crc, itemp, count); ^ In file included from uuencode.c:45: ./uudeview.h:235:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUEncodeMulti _ANSI_ARGS_((FILE *, FILE *, ^ uuencode.c:622:1: note: conflicting prototype is here UUEncodeMulti (FILE *outfile, FILE *infile, char *infname, int encoding, ^ uuencode.c:713:21: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), eolstring); ^ uuencode.c:720:21: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:728:23: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:734:23: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:743:18: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((infname)?infname:outfname), ^ uuencode.c:744:52: warning: passing arguments to 'UUstrerror' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (res==UURET_IOERR)?strerror(uu_errno):UUstrerror(res)); ^ In file included from uuencode.c:45: ./uudeview.h:238:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUEncodePartial _ANSI_ARGS_((FILE *, FILE *, ^ uuencode.c:788:1: note: conflicting prototype is here UUEncodePartial (FILE *outfile, FILE *infile, ^ uuencode.c:901:23: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), eolstring); ^ uuencode.c:913:23: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), eolstring); ^ uuencode.c:923:18: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:930:18: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:944:18: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:950:18: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:981:18: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:982:53: warning: passing arguments to 'UUstrerror' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (res==UURET_IOERR)?strerror(uu_errno):UUstrerror (res)); ^ In file included from uuencode.c:45: ./uudeview.h:243:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUEncodeToStream _ANSI_ARGS_((FILE *, FILE *, ^ uuencode.c:1051:1: note: conflicting prototype is here UUEncodeToStream (FILE *outfile, FILE *infile, ^ uuencode.c:1117:21: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:1125:23: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:1131:23: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:1140:18: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((infname)?infname:outfname), ^ uuencode.c:1141:53: warning: passing arguments to 'UUstrerror' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (res==UURET_IOERR)?strerror(uu_errno):UUstrerror (res)); ^ In file included from uuencode.c:45: ./uudeview.h:246:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUEncodeToFile _ANSI_ARGS_((FILE *, char *, int, ^ uuencode.c:1184:1: note: conflicting prototype is here UUEncodeToFile (FILE *infile, char *infname, int encoding, ^ uuencode.c:1230:27: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] strlen(UUFNameFilter(infname)) + ^ uuencode.c:1238:26: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] optr = UUFNameFilter (infname); ^ uuencode.c:1371:24: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] part, UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:1376:18: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:1385:23: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:1399:20: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:1406:20: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:1419:20: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:1425:20: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ uuencode.c:1436:20: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((infname)?infname:outfname), ^ uuencode.c:1437:55: warning: passing arguments to 'UUstrerror' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (res==UURET_IOERR)?strerror(uu_errno):UUstrerror (res)); ^ In file included from uuencode.c:45: ./uudeview.h:248:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUE_PrepSingle _ANSI_ARGS_((FILE *, FILE *, ^ uuencode.c:1492:1: note: conflicting prototype is here UUE_PrepSingle (FILE *outfile, FILE *infile, ^ uuencode.c:1498:28: warning: passing arguments to 'UUE_PrepSingleExt' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return UUE_PrepSingleExt (outfile, infile, ^ In file included from uuencode.c:45: ./uudeview.h:259:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUE_PrepSingleExt _ANSI_ARGS_((FILE *, FILE *, ^ uuencode.c:1507:1: note: conflicting prototype is here UUE_PrepSingleExt (FILE *outfile, FILE *infile, ^ uuencode.c:1527:25: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] oname = UUFNameFilter ((outfname)?outfname:infname); ^ uuencode.c:1580:21: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUFNameFilter ((outfname)?outfname:infname), ^ In file included from uuencode.c:45: ./uudeview.h:253:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUE_PrepPartial _ANSI_ARGS_((FILE *, FILE *, ^ uuencode.c:1596:1: note: conflicting prototype is here UUE_PrepPartial (FILE *outfile, FILE *infile, ^ uuencode.c:1603:29: warning: passing arguments to 'UUE_PrepPartialExt' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return UUE_PrepPartialExt (outfile, infile, ^ In file included from uuencode.c:45: ./uudeview.h:265:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int UUEXPORT UUE_PrepPartialExt _ANSI_ARGS_((FILE *, FILE *, ^ uuencode.c:1613:1: note: conflicting prototype is here UUE_PrepPartialExt (FILE *outfile, FILE *infile, ^ uuencode.c:1639:25: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] oname = UUFNameFilter ((outfname)?outfname:infname); ^ 45 warnings generated. cc -c -O2 -O2 -pipe -DPIC -fpic -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uuscan.c uuscan.c:301:24: warning: passing arguments to 'UUDecodeField' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c = UUDecodeField (p2+2, ptr2, QP_ENCODED); ^ uuscan.c:304:24: warning: passing arguments to 'UUDecodeField' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c = UUDecodeField (p2+2, ptr2, B64ENCODED); ^ uuscan.c:613:23: warning: passing arguments to 'UUDecodeLine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (void) UUDecodeLine (NULL, NULL, 0); /* init */ ^ uuscan.c:1043:32: warning: passing arguments to 'UUValidData' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((vflag = UUValidData (line, 0, &bhflag)) == 0 && !ismime) ^ uuscan.c:1051:38: warning: passing arguments to 'UUValidData' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] isb64[iscnt%10] = (UUValidData (line, B64ENCODED, &bhflag)==B64ENCODED); ^ uuscan.c:1052:38: warning: passing arguments to 'UUValidData' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] isuue[iscnt%10] = (UUValidData (line, UU_ENCODED, &bhflag)==UU_ENCODED); ^ uuscan.c:1053:38: warning: passing arguments to 'UUValidData' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] isxxe[iscnt%10] = (UUValidData (line, XX_ENCODED, &bhflag)==XX_ENCODED); ^ uuscan.c:1054:38: warning: passing arguments to 'UUValidData' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] isbhx[iscnt%10] = (UUValidData (line, BH_ENCODED, &bhflag)==BH_ENCODED); ^ uuscan.c:1107:25: warning: passing arguments to 'UUDecodeLine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dcc = UUDecodeLine (line, bhds1, BH_ENCODED); ^ uuscan.c:1473:23: warning: passing arguments to 'UUDecodeLine' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] (void) UUDecodeLine (NULL, NULL, 0); /* init */ ^ uuscan.c:1947:32: warning: passing arguments to 'UUValidData' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] else if ((vflag = UUValidData (line, 0, &bhflag)) != 0) { ^ 11 warnings generated. cc -c -O2 -O2 -pipe -DPIC -fpic -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" uustring.c cc -c -O2 -O2 -pipe -DPIC -fpic -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" fptools.c cc -c -O2 -O2 -pipe -DPIC -fpic -D_GNU_SOURCE -I. -DHAVE_CONFIG_H -DVERSION=\"0.5\" -DPATCH=\"20\" crc32.c In file included from crc32.c:28: ./crc32.h:22:9: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] crc32_t uu_crc32 _ANSI_ARGS_((crc32_t prev, const void *data, unsigned int len)); ^ crc32.c:618:9: note: conflicting prototype is here crc32_t uu_crc32(crc32_t prev, const void *data, unsigned int len) ^ 1 warning generated. rm -f libuu.a ar r libuu.a uulib.o uucheck.o uunconc.o uuutil.o uuencode.o uuscan.o uustring.o fptools.o crc32.o ar: warning: creating libuu.a ranlib libuu.a Running Mkbootstrap for UUlib () chmod 644 "UUlib.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- UUlib.bs blib/arch/auto/Convert/UUlib/UUlib.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Convert-UUlib-1.80/Convert-UUlib-1.8/typemap' UUlib.xs > UUlib.xsc mv UUlib.xsc UUlib.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.8\" -DXS_VERSION=\"1.8\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" UUlib.c UUlib.xs:216:69: warning: passing arguments to 'UUstrerror' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] croak ("unable to initialize uudeview library (%s)", UUstrerror (retval)); ^ UUlib.xs:240:25: warning: passing arguments to 'UUGetOption' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUGetOption (opt, 0, cval, sizeof cval); ^ UUlib.xs:245:43: warning: passing arguments to 'UUGetOption' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = newSViv (UUGetOption (opt, 0, 0, 0)); ^ UUlib.xs:260:32: warning: passing arguments to 'UUSetOption' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UUSetOption (opt, 0, SvPV (val, dc)); ^ UUlib.xs:262:32: warning: passing arguments to 'UUSetOption' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UUSetOption (opt, SvIV (val), (void *)0); ^ UUlib.c:466:21: warning: passing arguments to 'UUstrerror' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UUstrerror(errcode); ^ UUlib.xs:275:19: warning: passing arguments to 'UUSetMsgCallback' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUSetMsgCallback (FUNC_CB (uu_msg)); ^ UUlib.xs:282:20: warning: passing arguments to 'UUSetBusyCallback' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUSetBusyCallback (FUNC_CB (uu_busy), msecs); ^ UUlib.xs:288:20: warning: passing arguments to 'UUSetFileCallback' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUSetFileCallback (FUNC_CB (uu_file)); ^ UUlib.xs:294:19: warning: passing arguments to 'UUSetFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUSetFNameFilter (FUNC_CB (uu_fnamefilter)); ^ UUlib.xs:300:24: warning: passing arguments to 'UUSetFileNameCallback' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUSetFileNameCallback (FUNC_CB (uu_filename)); ^ UUlib.c:610:24: warning: passing arguments to 'UUFNameFilter' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UUFNameFilter(fname); ^ UUlib.xs:318:36: warning: passing arguments to 'UULoadFileWithPartNo' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ret = UULoadFileWithPartNo (fname, id, delflag, partno, &count); ^ UUlib.c:686:19: warning: passing arguments to 'UUSmerge' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UUSmerge(pass); ^ UUlib.c:712:24: warning: passing arguments to 'UUQuickDecode' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UUQuickDecode(datain, dataout, boundary, maxpos); ^ UUlib.c:744:24: warning: passing arguments to 'UUEncodeMulti' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UUEncodeMulti(outfile, infile, infname, encoding, outfname, mimetype, filemode); ^ UUlib.c:780:26: warning: passing arguments to 'UUEncodePartial' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UUEncodePartial(outfile, infile, infname, encoding, outfname, mimetype, filemode, partno, linperfile); ^ UUlib.c:810:27: warning: passing arguments to 'UUEncodeToStream' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UUEncodeToStream(outfile, infile, infname, encoding, outfname, filemode); ^ UUlib.c:840:25: warning: passing arguments to 'UUEncodeToFile' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UUEncodeToFile(infile, infname, encoding, outfname, diskname, linperfile); ^ UUlib.c:878:25: warning: passing arguments to 'UUE_PrepSingle' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UUE_PrepSingle(outfile, infile, infname, encoding, outfname, filemode, destination, from, subject, isemail); ^ UUlib.c:922:26: warning: passing arguments to 'UUE_PrepPartial' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UUE_PrepPartial(outfile, infile, infname, encoding, outfname, filemode, partno, linperfile, filesize, destination, from, subject, isemail); ^ UUlib.c:941:28: warning: passing arguments to 'UUGetFileListItem' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UUGetFileListItem(num); ^ UUlib.xs:427:31: warning: passing arguments to 'UURenameFile' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UURenameFile (item, newname); ^ UUlib.xs:436:33: warning: passing arguments to 'UUDecodeToTemp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UUDecodeToTemp (item); ^ UUlib.xs:446:31: warning: passing arguments to 'UURemoveTemp' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UURemoveTemp (item); ^ UUlib.xs:457:31: warning: passing arguments to 'UUDecodeFile' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RETVAL = UUDecodeFile (item, target); ^ UUlib.xs:468:20: warning: passing arguments to 'UUInfoFile' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] UUInfoFile (item, (void *)func, uu_info_file); ^ 27 warnings generated. rm -f blib/arch/auto/Convert/UUlib/UUlib.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib UUlib.o -o blib/arch/auto/Convert/UUlib/UUlib.so uulib/libuu.a chmod 755 blib/arch/auto/Convert/UUlib/UUlib.so Manifying 1 pod document ===> p5-Convert-UUlib-1.80v1 depends on: p5-common-sense-* -> p5-common-sense-3.75 ===> Regression tests for p5-Convert-UUlib-1.80v1 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- UUlib.bs blib/arch/auto/Convert/UUlib/UUlib.bs 644 cd uulib && make all rm -f blib/arch/auto/Convert/UUlib/UUlib.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib UUlib.o -o blib/arch/auto/Convert/UUlib/UUlib.so uulib/libuu.a chmod 755 blib/arch/auto/Convert/UUlib/UUlib.so PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/cb.t .. ok All tests successful. Files=1, Tests=3, 0 wallclock secs ( 0.02 usr 0.03 sys + 0.02 cusr 0.02 csys = 0.09 CPU) Result: PASS PASS converters/p5-Convert-UUlib Duration 0m16.15s START converters/p5-Cpanel-JSON-XS 2024-11-22T06:48:45Z export _LOCKS_HELD="" ===> Cleaning for p5-Cpanel-JSON-XS-4.38 ===> Checking files for p5-Cpanel-JSON-XS-4.38 `/usr/ports/distfiles/Cpanel-JSON-XS-4.38.tar.gz' is up to date. ===> Building from scratch p5-Cpanel-JSON-XS-4.38 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Cpanel-JSON-XS-4.38 `/usr/ports/distfiles/Cpanel-JSON-XS-4.38.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Cpanel-JSON-XS-4.38 ===> Patching for p5-Cpanel-JSON-XS-4.38 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Cpanel-JSON-XS-4.38 Regenerating ppport.h ===> Configuring for p5-Cpanel-JSON-XS-4.38 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Cpanel::JSON::XS Writing MYMETA.yml and MYMETA.json ===> Building for p5-Cpanel-JSON-XS-4.38 cp XS/Boolean.pm blib/lib/Cpanel/JSON/XS/Boolean.pm cp XS/Type.pm blib/lib/Cpanel/JSON/XS/Type.pm cp XS.pm blib/lib/Cpanel/JSON/XS.pm Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Cpanel/JSON/XS/XS.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Cpanel-JSON-XS-4.38/Cpanel-JSON-XS-4.38/typemap' XS.xs > XS.xsc mv XS.xsc XS.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"4.38\" -DXS_VERSION=\"4.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" XS.c rm -f blib/arch/auto/Cpanel/JSON/XS/XS.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib XS.o -o blib/arch/auto/Cpanel/JSON/XS/XS.so chmod 755 blib/arch/auto/Cpanel/JSON/XS/XS.so cp bin/cpanel_json_xs blib/script/cpanel_json_xs "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpanel_json_xs Manifying 1 pod document Manifying 3 pod documents ===> p5-Cpanel-JSON-XS-4.38 depends on: p5-JSON-* -> p5-JSON-4.10 ===> p5-Cpanel-JSON-XS-4.38 depends on: p5-JSON-XS-* -> p5-JSON-XS-4.03v1 ===> p5-Cpanel-JSON-XS-4.38 depends on: p5-Test-CPAN-Meta->=0.12 -> p5-Test-CPAN-Meta-0.25p0 ===> p5-Cpanel-JSON-XS-4.38 depends on: p5-Test-LeakTrace-* -> p5-Test-LeakTrace-0.17 ===> p5-Cpanel-JSON-XS-4.38 depends on: p5-common-sense->=3.50 -> p5-common-sense-3.75 ===> p5-Cpanel-JSON-XS-4.38 depends on: p5-Mojolicious->=6.11 -> p5-Mojolicious-9.37 ===> Regression tests for p5-Cpanel-JSON-XS-4.38 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Cpanel/JSON/XS/XS.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" -Mcommon::sense t/*.t t/00_load.t ................ ok t/01_utf8.t ................ ok t/02_error.t ............... ok t/03_types.t ............... ok t/04_dwiw_encode.t ......... ok t/05_dwiw_decode.t ......... ok t/06_pc_pretty.t ........... ok t/07_pc_esc.t .............. ok t/08_pc_base.t ............. ok t/08_pc_base_nv.t .......... ok t/09_pc_extra_number.t ..... ok t/104_sortby.t ............. ok t/105_esc_slash.t .......... ok t/106_allow_barekey.t ...... ok t/107_allow_singlequote.t .. ok t/108_decode.t ............. ok t/109_encode.t ............. ok t/10_pc_keysort.t .......... ok t/110_bignum.t ............. ok t/112_upgrade.t ............ ok t/113_overloaded_eq.t ...... ok t/114_decode_prefix.t ...... ok t/115_tie_ixhash.t ......... ok t/116_incr_parse_fixed.t ... ok t/117_numbers.t ............ ok t/118_type.t ............... ok t/119_type_decode.t ........ ok t/11_pc_expo.t ............. ok t/120_type_all_string.t .... ok t/121_memleak.t ............ ok t/125_shared_boolean.t ..... skipped: no threads t/12_blessed.t ............. ok t/13_limit.t ............... ok t/14_latin1.t .............. ok t/15_prefix.t .............. ok t/16_tied.t ................ ok t/17_relaxed.t ............. ok t/18_json_checker.t ........ ok t/19_incr.t ................ ok t/20_faihu.t ............... ok t/20_unknown.t ............. ok t/21_evans.t ............... ok t/22_comment_at_eof.t ...... ok t/23_array_ctx.t ........... ok t/24_freeze_recursion.t .... ok t/25_boolean.t ............. ok t/26_duplicate.t ........... ok t/30_jsonspec.t ............ ok t/31_bom.t ................. ok t/52_object.t .............. ok t/53_readonly.t ............ ok t/54_stringify.t ........... ok t/55_modifiable.t .......... ok t/96_interop.t ............. ok t/96_interop_pp.t .......... ok t/96_mojo.t ................ ok t/97_unshare_hek.t ......... ok t/98_56only.t .............. ok t/99_binary.t .............. ok t/zero-mojibake.t .......... ok All tests successful. Files=60, Tests=2890, 10 wallclock secs ( 0.34 usr 0.30 sys + 6.49 cusr 2.70 csys = 9.83 CPU) Result: PASS PASS converters/p5-Cpanel-JSON-XS Duration 0m18.75s START converters/p5-JSON 2024-11-22T06:49:03Z export _LOCKS_HELD="" ===> Cleaning for p5-JSON-4.10 ===> Checking files for p5-JSON-4.10 `/usr/ports/distfiles/JSON-4.10.tar.gz' is up to date. ===> Building from scratch p5-JSON-4.10 ===> Checking files for p5-JSON-4.10 `/usr/ports/distfiles/JSON-4.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-JSON-4.10 ===> Patching for p5-JSON-4.10 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-JSON-4.10 ===> Configuring for p5-JSON-4.10 Welcome to JSON (v.4.10) ============================= ** BACKWARD INCOMPATIBILITY ** Since version 2.90, stringification (and string comparison) for JSON::true and JSON::false has not been overloaded. It shouldn't matter as long as you treat them as boolean values, but a code that expects they are stringified as "true" or "false" doesn't work as you have expected any more. if (JSON::true eq 'true') { # now fails print "The result is 1 now."; # => The result is 1 now. And now these boolean values don't inherit JSON::Boolean, either. When you need to test a value is a JSON boolean value or not, use JSON::is_bool function, instead of testing the value inherits a particular boolean class or not. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for JSON Writing MYMETA.yml and MYMETA.json ===> Building for p5-JSON-4.10 cp lib/JSON.pm blib/lib/JSON.pm cp lib/JSON/backportPP/Compat5005.pm blib/lib/JSON/backportPP/Compat5005.pm cp lib/JSON/backportPP.pm blib/lib/JSON/backportPP.pm cp lib/JSON/backportPP/Compat5006.pm blib/lib/JSON/backportPP/Compat5006.pm cp lib/JSON/backportPP/Boolean.pm blib/lib/JSON/backportPP/Boolean.pm Manifying 5 pod documents ===> p5-JSON-4.10 depends on: p5-JSON-XS->=2.34 -> p5-JSON-XS-4.03v1 ===> Regression tests for p5-JSON-4.10 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # JSON::backportPP 4.12 t/00_backend_version.t ......................... ok t/00_load.t .................................... ok t/00_load_backport_pp.t ........................ ok t/01_utf8.t .................................... ok t/02_error.t ................................... ok t/03_types.t ................................... ok t/04_dwiw_encode.t ............................. ok t/05_dwiw_decode.t ............................. ok t/06_pc_pretty.t ............................... ok t/07_pc_esc.t .................................. ok t/08_pc_base.t ................................. ok t/09_pc_extra_number.t ......................... ok t/104_sortby.t ................................. ok t/105_esc_slash.t .............................. ok t/106_allow_barekey.t .......................... ok t/107_allow_singlequote.t ...................... ok t/108_decode.t ................................. ok t/109_encode.t ................................. ok t/10_pc_keysort.t .............................. ok t/110_bignum.t ................................. ok t/112_upgrade.t ................................ ok t/113_overloaded_eq.t .......................... ok t/114_decode_prefix.t .......................... ok t/115_tie_ixhash.t ............................. ok t/116_incr_parse_fixed.t ....................... ok t/117_numbers.t ................................ ok t/118_boolean_values.t ......................... ok t/119_incr_parse_utf8.t ........................ ok t/11_pc_expo.t ................................. ok t/120_incr_parse_truncated.t ................... ok t/12_blessed.t ................................. ok t/13_limit.t ................................... ok t/14_latin1.t .................................. ok t/15_prefix.t .................................. ok t/16_tied.t .................................... ok t/17_relaxed.t ................................. ok t/18_json_checker.t ............................ ok t/19_incr.t .................................... ok t/20_faihu.t ................................... ok t/20_unknown.t ................................. ok t/21_evans.t ................................... ok t/22_comment_at_eof.t .......................... ok t/52_object.t .................................. ok t/99_binary.t .................................. ok t/e00_func.t ................................... ok t/e01_property.t ............................... ok # 1 t/e02_bool.t ................................... ok t/e03_bool2.t .................................. ok t/e11_conv_blessed_univ.t ...................... ok t/e90_misc.t ................................... ok t/gh_28_json_test_suite.t ...................... ok t/gh_29_trailing_false_value.t ................. ok t/rt_116998_wrong_character_offset.t ........... ok t/rt_122270_is_bool_for_obsolete_xs_boolean.t .. ok t/rt_122270_old_xs_boolean.t ................... ok t/rt_90071_incr_parse.t ........................ ok # load JSON::XS v.4.03 t/x00_load.t ................................... ok t/x02_error.t .................................. ok t/x12_blessed.t ................................ ok t/x16_tied.t ................................... ok t/x17_strange_overload.t ....................... ok t/xe04_escape_slash.t .......................... ok t/xe05_indent_length.t ......................... ok t/xe12_boolean.t ............................... ok t/xe19_xs_and_suportbypp.t ..................... ok t/xe20_croak_message.t ......................... ok t/xe21_is_pp.t ................................. ok t/zero-mojibake.t .............................. ok All tests successful. Files=68, Tests=26141, 121 wallclock secs ( 3.45 usr 0.56 sys + 116.45 cusr 3.42 csys = 123.88 CPU) Result: PASS PASS converters/p5-JSON Duration 2m03.74s START converters/p5-JSON-Any 2024-11-22T06:51:07Z export _LOCKS_HELD="" ===> Cleaning for p5-JSON-Any-1.40 ===> Checking files for p5-JSON-Any-1.40 `/usr/ports/distfiles/JSON-Any-1.40.tar.gz' is up to date. ===> Building from scratch p5-JSON-Any-1.40 ===> Checking files for p5-JSON-Any-1.40 `/usr/ports/distfiles/JSON-Any-1.40.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-JSON-Any-1.40 ===> Patching for p5-JSON-Any-1.40 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-JSON-Any-1.40 ===> Configuring for p5-JSON-Any-1.40 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for JSON::Any Writing MYMETA.yml and MYMETA.json ===> Building for p5-JSON-Any-1.40 cp lib/JSON/Any.pm blib/lib/JSON/Any.pm Manifying 1 pod document ===> p5-JSON-Any-1.40 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-JSON-Any-1.40 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-JSON-Any-1.40 depends on: p5-Test-Warnings->=0.009 -> p5-Test-Warnings-0.033 ===> p5-JSON-Any-1.40 depends on: p5-Test-Without-Module-* -> p5-Test-Without-Module-0.23 ===> p5-JSON-Any-1.40 depends on: p5-Cpanel-JSON-XS-* -> p5-Cpanel-JSON-XS-4.38 ===> p5-JSON-Any-1.40 depends on: p5-JSON-* -> p5-JSON-4.10 ===> p5-JSON-Any-1.40 depends on: p5-JSON-DWIW-* -> p5-JSON-DWIW-0.47p0 ===> p5-JSON-Any-1.40 depends on: p5-JSON-XS-* -> p5-JSON-XS-4.03v1 ===> p5-JSON-Any-1.40 depends on: p5-YAML-Syck-* -> p5-YAML-Syck-1.34 ===> Regression tests for p5-JSON-Any-1.40 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing JSON::Any 1.40, Perl 5.038002, /usr/bin/perl t/00-load.t ............ ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------------ -------- -------- # CPAN::Meta::Requirements 2.120620 2.140 # ExtUtils::MakeMaker any 7.70 # Module::Metadata any 1.000037 # perl 5.008 5.038002 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # --------------------- ----- -------- # Data::Dumper any 2.188 # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Storable any 3.32 # Test::Fatal any 0.017 # Test::More 0.88 1.302194 # Test::Needs any 0.002010 # Test::Warnings 0.009 0.033 # Test::Without::Module any 0.23 # open any 1.13 # perl 5.008 5.038002 # utf8 any 1.25 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------- ----- -------- # Carp any 1.54 # constant any 1.33 # perl 5.008 5.038002 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # ---------------- -------- # Cpanel::JSON::XS 4.38 # Encode 3.19 # File::Temp 0.2311 # JSON 4.10 # JSON::DWIW 0.47 # JSON::MaybeXS 1.004005 # JSON::PP 4.16 # JSON::Syck 1.34 # JSON::XS 4.03 # Module::Runtime 0.016 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # constant 1.33 # t/00-report-prereqs.t .. ok # Testing JSON.pm backend t/01-JSON.t ............ ok # Testing JSON::XS backend t/02-JSON-XS.t ......... ok # Testing JSON::DWIW backend t/03-JSON-DWIW.t ....... ok t/04-ENV.t ............. ok Found deprecated package JSON::Syck. Please upgrade to Cpanel::JSON::XS, JSON::XS, JSON::PP, JSON or JSON::DWIW at (eval 9) line 1. t/05-JSON-Syck.t ....... ok # Testing JSON::PP backend t/06-JSON-PP.t ......... ok # Testing Cpanel::JSON::XS backend t/07-CPanel-JSON-XS.t .. ok t/10_unicode.t ......... ok t/11-string-escape.t ... ok t/12-boolean.t ......... ok t/13-no-backends.t ..... ok t/14-deprecated.t ...... ok All tests successful. Files=14, Tests=246, 4 wallclock secs ( 0.06 usr 0.08 sys + 2.24 cusr 0.98 csys = 3.36 CPU) Result: PASS PASS converters/p5-JSON-Any Duration 0m07.87s START converters/p5-JSON-DWIW 2024-11-22T06:51:15Z export _LOCKS_HELD="" ===> Cleaning for p5-JSON-DWIW-0.47p0 ===> Checking files for p5-JSON-DWIW-0.47p0 `/usr/ports/distfiles/JSON-DWIW-0.47.tar.gz' is up to date. ===> Building from scratch p5-JSON-DWIW-0.47p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-JSON-DWIW-0.47p0 `/usr/ports/distfiles/JSON-DWIW-0.47.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-JSON-DWIW-0.47p0 ===> Patching for p5-JSON-DWIW-0.47p0 ===> Applying OpenBSD patch patch-libjsonevt_int_defs_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libjsonevt/int_defs.h.orig Thu Mar 18 04:24:34 2010 |+++ libjsonevt/int_defs.h Sun Jan 25 13:35:49 2015 -------------------------- Patching file libjsonevt/int_defs.h using Plan A... Hunk #1 succeeded at 9. done ===> Applying OpenBSD patch patch-libjsonevt_jsonevt_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libjsonevt/jsonevt.h.orig Sat Mar 13 11:33:04 2010 |+++ libjsonevt/jsonevt.h Tue May 25 17:20:04 2010 -------------------------- Patching file libjsonevt/jsonevt.h using Plan A... Hunk #1 succeeded at 74. done ===> Applying OpenBSD patch patch-libjsonevt_jsonevt_utils_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libjsonevt/jsonevt_utils.h.orig Sun Mar 7 13:40:19 2010 |+++ libjsonevt/jsonevt_utils.h Tue May 25 17:19:12 2010 -------------------------- Patching file libjsonevt/jsonevt_utils.h using Plan A... Hunk #1 succeeded at 27. Hunk #2 succeeded at 41. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-JSON-DWIW-0.47p0 ===> Configuring for p5-JSON-DWIW-0.47p0 Generating a Unix-style Makefile Writing Makefile for JSON::DWIW Writing MYMETA.yml and MYMETA.json ===> Building for p5-JSON-DWIW-0.47p0 cp lib/JSON/DWIW.pm blib/lib/JSON/DWIW.pm cp lib/JSON/DWIW/Boolean.pm blib/lib/JSON/DWIW/Boolean.pm cp lib/JSON/DWIW/Changes.pm blib/lib/JSON/DWIW/Changes.pm Running Mkbootstrap for DWIW () chmod 644 "DWIW.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DWIW.bs blib/arch/auto/JSON/DWIW/DWIW.bs 644 cd libjsonevt; ./configure && ./fixup_config '/usr/bin/perl' checking for a BSD-compatible install... /usr/ports/pobj/p5-JSON-DWIW-0.47/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uintptr_t... yes checking for uint... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking for gettimeofday... yes checking for memset... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for vsnprintf... yes checking for _vsnprintf... no checking for vasprintf... yes checking for asprintf... yes checking build system type... i386-unknown-openbsd7.6 checking host system type... i386-unknown-openbsd7.6 checking for a sed that does not truncate output... /usr/bin/sed checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... no checking for c++... c++ checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for xlf... no checking for f77... no checking for frt... no checking for pgf77... no checking for cf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for xlf90... no checking for f90... no checking for pgf90... no checking for pghpf... no checking for epcf90... no checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... no checking for fort... no checking for ifort... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for ftn... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 393216 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.6 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.6 ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool configure: creating ./config.status config.status: creating Makefile config.status: creating c++/Makefile config.status: creating config.h config.status: executing depfiles commands "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' DWIW.xs > DWIW.xsc mv DWIW.xsc DWIW.c cc -c -Ilibjsonevt -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.47\" -DXS_VERSION=\"0.47\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_JSONEVT -DNO_VERSION_IN_ERROR DWIW.c DWIW.xs:1871:21: warning: 'Perl_utf8_to_uvuni' is deprecated [-Wdeprecated-declarations] this_char = convert_utf8_to_uv(&data_str[pos], &len); ^ ./old_common.h:83:44: note: expanded from macro 'convert_utf8_to_uv' #define convert_utf8_to_uv(utf8, len_ptr) utf8_to_uvuni(utf8, len_ptr) ^ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:851:49: note: expanded from macro 'utf8_to_uvuni' # define utf8_to_uvuni(a,b) Perl_utf8_to_uvuni(aTHX_ a,b) ^ /usr/libdata/perl5/i386-openbsd/CORE/proto.h:6008:9: note: 'Perl_utf8_to_uvuni' has been explicitly marked deprecated here __attribute__deprecated__; ^ /usr/libdata/perl5/i386-openbsd/CORE/perl.h:406:60: note: expanded from macro '__attribute__deprecated__' # define __attribute__deprecated__ __attribute__((deprecated)) ^ 1 warning generated. cc -c -Ilibjsonevt -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.47\" -DXS_VERSION=\"0.47\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_JSONEVT -DNO_VERSION_IN_ERROR libjsonevt/utf8.c cc -c -Ilibjsonevt -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.47\" -DXS_VERSION=\"0.47\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_JSONEVT -DNO_VERSION_IN_ERROR libjsonevt/utf16.c cc -c -Ilibjsonevt -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.47\" -DXS_VERSION=\"0.47\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_JSONEVT -DNO_VERSION_IN_ERROR libjsonevt/utf32.c cc -c -Ilibjsonevt -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.47\" -DXS_VERSION=\"0.47\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_JSONEVT -DNO_VERSION_IN_ERROR evt.c cc -c -Ilibjsonevt -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.47\" -DXS_VERSION=\"0.47\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_JSONEVT -DNO_VERSION_IN_ERROR libjsonevt/jsonevt.c libjsonevt/jsonevt.c:160:26: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] ctx->flags.have_char = 1; ^ ~ libjsonevt/jsonevt.c:190:26: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] ctx->flags.have_char = 1; ^ ~ libjsonevt/jsonevt.c:762:13: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] INIT_JSON_STR_STATIC_BUF(&str, orig_buf, end_quote_pos, stack_buf, STATIC_BUF_SIZE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libjsonevt/jsonevt_private.h:265:68: note: expanded from macro 'INIT_JSON_STR_STATIC_BUF' ZERO_MEM((void *)(s), sizeof(json_str)); (s)->flags.using_orig = 1; \ ^ ~ 3 warnings generated. cc -c -Ilibjsonevt -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.47\" -DXS_VERSION=\"0.47\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_JSONEVT -DNO_VERSION_IN_ERROR libjsonevt/json_writer.c libjsonevt/json_writer.c:400:28: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] ctx->flags.started = 1; ^ ~ libjsonevt/json_writer.c:407:22: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] ctx->flags.ended = 1; ^ ~ libjsonevt/json_writer.c:430:28: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] ctx->flags.started = 1; ^ ~ libjsonevt/json_writer.c:505:28: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] ctx->flags.started = 1; ^ ~ libjsonevt/json_writer.c:570:28: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] ctx->flags.started = 1; ^ ~ 5 warnings generated. cc -c -Ilibjsonevt -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.47\" -DXS_VERSION=\"0.47\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_JSONEVT -DNO_VERSION_IN_ERROR libjsonevt/print.c cc -c -Ilibjsonevt -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.47\" -DXS_VERSION=\"0.47\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_JSONEVT -DNO_VERSION_IN_ERROR old_common.c cc -c -Ilibjsonevt -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.47\" -DXS_VERSION=\"0.47\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_JSONEVT -DNO_VERSION_IN_ERROR libjsonevt/convenience.c rm -f blib/arch/auto/JSON/DWIW/DWIW.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib DWIW.o utf8.o utf16.o utf32.o evt.o jsonevt.o json_writer.o print.o old_common.o convenience.o -o blib/arch/auto/JSON/DWIW/DWIW.so chmod 755 blib/arch/auto/JSON/DWIW/DWIW.so Manifying 3 pod documents ===> Regression tests for p5-JSON-DWIW-0.47p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DWIW.bs blib/arch/auto/JSON/DWIW/DWIW.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00use.t ................ ok t/01encode.t ............. ok t/02decode.t ............. ok t/03parse_constants.t .... ok t/04extras.t ............. ok t/05exceptions.t ......... ok t/06big_numbers.t ........ ok t/07magic.t .............. ok t/08pvxv.t ............... ok t/09bool.t ............... ok t/10unicode.t ............ ok Argument "0e+" isn't numeric in subroutine entry at /usr/ports/pobj/p5-JSON-DWIW-0.47/JSON-DWIW-0.47/blib/lib/JSON/DWIW.pm line 676. t/11parse_file.t ......... ok t/12error.t .............. ok t/13stats.t .............. ok t/14nonoo.t .............. ok t/15bom.t ................ ok t/16to_xml.t ............. ok t/17callbacks.t .......... ok t/compat01.t ............. ok t/deser01.t .............. ok t/deser02_constants.t .... ok t/deser03_extras.t ....... ok t/deser04_exceptions.t ... ok t/deser05_big_numbers.t .. ok t/deser06_bool.t ......... ok t/deser07_error.t ........ ok t/deser08_stats.t ........ ok t/deser09_edge.t ......... ok t/deser10_bom.t .......... ok Argument "0e+" isn't numeric in subroutine entry at t/deser11_file.t line 108. t/deser11_file.t ......... ok t/deser12_unicode.t ...... ok t/deser13_escapes.t ...... ok t/deser14_depth.t ........ ok t/encode01.t ............. ok t/from_json01_escapes.t .. ok t/tickets.t .............. ok All tests successful. Files=36, Tests=391, 6 wallclock secs ( 0.10 usr 0.13 sys + 4.79 cusr 1.40 csys = 6.42 CPU) Result: PASS PASS converters/p5-JSON-DWIW Duration 0m31.22s START converters/p5-JSON-MaybeXS 2024-11-22T06:51:46Z export _LOCKS_HELD="" ===> Cleaning for p5-JSON-MaybeXS-1.004005 ===> Checking files for p5-JSON-MaybeXS-1.004005 `/usr/ports/distfiles/JSON-MaybeXS-1.004005.tar.gz' is up to date. ===> Building from scratch p5-JSON-MaybeXS-1.004005 ===> Checking files for p5-JSON-MaybeXS-1.004005 `/usr/ports/distfiles/JSON-MaybeXS-1.004005.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-JSON-MaybeXS-1.004005 ===> Patching for p5-JSON-MaybeXS-1.004005 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-JSON-MaybeXS-1.004005 ===> Configuring for p5-JSON-MaybeXS-1.004005 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for JSON::MaybeXS Writing MYMETA.yml and MYMETA.json ===> Building for p5-JSON-MaybeXS-1.004005 cp lib/JSON/MaybeXS.pm blib/lib/JSON/MaybeXS.pm Manifying 1 pod document ===> p5-JSON-MaybeXS-1.004005 depends on: p5-JSON-XS->=3.0 -> p5-JSON-XS-4.03v1 ===> p5-JSON-MaybeXS-1.004005 depends on: p5-Test-Needs->=0.002006 -> p5-Test-Needs-0.002010 ===> p5-JSON-MaybeXS-1.004005 depends on: p5-Cpanel-JSON-XS->=2.3310 -> p5-Cpanel-JSON-XS-4.38 ===> Regression tests for p5-JSON-MaybeXS-1.004005 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Using Cpanel::JSON::XS 4.38 # true is: bless( do{\(my $o = 1)}, 'JSON::PP::Boolean' ) # false is: bless( do{\(my $o = 0)}, 'JSON::PP::Boolean' ) t/cpanel.t .......... ok # using invocant: JSON::MaybeXS t/legacy.t .......... ok t/new.t ............. ok t/none.t ............ ok # Using JSON::PP 4.16 # true is: bless( do{\(my $o = 1)}, 'JSON::PP::Boolean' ) # false is: bless( do{\(my $o = 0)}, 'JSON::PP::Boolean' ) t/pp.t .............. ok # Using Cpanel::JSON::XS 4.38 # true is: bless( do{\(my $o = 1)}, 'JSON::PP::Boolean' ) # false is: bless( do{\(my $o = 0)}, 'JSON::PP::Boolean' ) t/preload_cpanel.t .. ok # Using JSON::XS 4.03 # true is: bless( do{\(my $o = 1)}, 'JSON::PP::Boolean' ) # false is: bless( do{\(my $o = 0)}, 'JSON::PP::Boolean' ) t/preload_xs.t ...... ok # Using JSON::XS 4.03 # true is: bless( do{\(my $o = 1)}, 'JSON::PP::Boolean' ) # false is: bless( do{\(my $o = 0)}, 'JSON::PP::Boolean' ) t/xs.t .............. ok All tests successful. Files=8, Tests=100, 1 wallclock secs ( 0.07 usr 0.06 sys + 0.78 cusr 0.46 csys = 1.37 CPU) Result: PASS PASS converters/p5-JSON-MaybeXS Duration 0m04.91s START converters/p5-JSON-XS 2024-11-22T06:51:51Z export _LOCKS_HELD="" ===> Cleaning for p5-JSON-XS-4.03v1 ===> Checking files for p5-JSON-XS-4.03v1 `/usr/ports/distfiles/JSON-XS-4.03.tar.gz' is up to date. ===> Building from scratch p5-JSON-XS-4.03v1 ===> p5-JSON-XS-4.03v1 depends on: p5-Canary-Stability-* -> p5-Canary-Stability-2013p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-JSON-XS-4.03v1 `/usr/ports/distfiles/JSON-XS-4.03.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-JSON-XS-4.03v1 ===> Patching for p5-JSON-XS-4.03v1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-JSON-XS-4.03v1 ===> Configuring for p5-JSON-XS-4.03v1 *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.038002, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by JSON::XS. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by JSON::XS, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of JSON::XS with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for JSON::XS Writing MYMETA.yml and MYMETA.json ===> Building for p5-JSON-XS-4.03v1 cp XS.pm blib/lib/JSON/XS.pm cp XS/Boolean.pm blib/lib/JSON/XS/Boolean.pm Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-JSON-XS-4.03/JSON-XS-4.03/typemap' XS.xs > XS.xsc mv XS.xsc XS.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"4.03\" -DXS_VERSION=\"4.03\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" XS.c XS.xs:207:12: warning: 'Perl_utf8n_to_uvuni' is deprecated [-Wdeprecated-declarations] return utf8n_to_uvuni (s, len, clen, UTF8_CHECK_ONLY); ^ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:852:49: note: expanded from macro 'utf8n_to_uvuni' # define utf8n_to_uvuni(a,b,c,d) Perl_utf8n_to_uvuni(aTHX_ a,b,c,d) ^ /usr/libdata/perl5/i386-openbsd/CORE/proto.h:6014:9: note: 'Perl_utf8n_to_uvuni' has been explicitly marked deprecated here __attribute__deprecated__; ^ /usr/libdata/perl5/i386-openbsd/CORE/perl.h:406:60: note: expanded from macro '__attribute__deprecated__' # define __attribute__deprecated__ __attribute__((deprecated)) ^ XS.xs:353:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] else if (*pv == '0') ^ XS.xs:1151:25: warning: add explicit braces to avoid dangling else [-Wdangling-else] else if (hi < 0xe000) ^ XS.xs:1337:11: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ XS.xs:1440:45: warning: result of comparison of constant 128 with expression of type 'char' is always false [-Wtautological-constant-out-of-range-compare] if (p == e || *p < 0x20 || *p >= 0x80 || *p == '\\') ~~ ^ ~~~~ XS.xs:2254:11: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ XS.xs:2270:15: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 7 warnings generated. rm -f blib/arch/auto/JSON/XS/XS.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib XS.o -o blib/arch/auto/JSON/XS/XS.so chmod 755 blib/arch/auto/JSON/XS/XS.so cp bin/json_xs blib/script/json_xs "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs Manifying 1 pod document Manifying 2 pod documents ===> p5-JSON-XS-4.03v1 depends on: p5-Types-Serialiser-* -> p5-Types-Serialiser-1.01 ===> p5-JSON-XS-4.03v1 depends on: p5-common-sense-* -> p5-common-sense-3.75 ===> Regression tests for p5-JSON-XS-4.03v1 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load.t ............. ok t/01_utf8.t ............. ok t/02_error.t ............ ok t/03_types.t ............ ok t/04_dwiw_encode.t ...... ok t/05_dwiw_decode.t ...... ok t/06_pc_pretty.t ........ ok t/07_pc_esc.t ........... ok t/08_pc_base.t .......... ok t/09_pc_extra_number.t .. ok t/10_pc_keysort.t ....... ok t/11_pc_expo.t .......... ok t/12_blessed.t .......... ok t/13_limit.t ............ ok t/14_latin1.t ........... ok t/15_prefix.t ........... ok t/16_tied.t ............. ok t/17_relaxed.t .......... ok t/18_json_checker.t ..... ok t/19_incr.t ............. ok t/20_faihu.t ............ ok t/21_evans.t ............ ok t/22_comment_at_eof.t ... ok t/52_object.t ........... ok t/99_binary.t ........... ok All tests successful. Files=25, Tests=25635, 4 wallclock secs ( 1.82 usr 0.14 sys + 3.32 cusr 0.72 csys = 6.00 CPU) Result: PASS PASS converters/p5-JSON-XS Duration 0m10.25s START converters/p5-Net-IDN-Encode 2024-11-22T06:52:01Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-IDN-Encode-2.500p2 ===> Checking files for p5-Net-IDN-Encode-2.500p2 `/usr/ports/distfiles/Net-IDN-Encode-2.500.tar.gz' is up to date. ===> Building from scratch p5-Net-IDN-Encode-2.500p2 ===> p5-Net-IDN-Encode-2.500p2 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Net-IDN-Encode-2.500p2 `/usr/ports/distfiles/Net-IDN-Encode-2.500.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-IDN-Encode-2.500p2 ===> Patching for p5-Net-IDN-Encode-2.500p2 ===> Applying OpenBSD patch patch-lib_Net_IDN_Punycode_xs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |use uvchr_to_utf8_flags instead of uvuni_to_utf8_flags which is removed in Perl 5.38 |https://github.com/cfaerber/Net-IDN-Encode/pull/11 |Index: lib/Net/IDN/Punycode.xs |--- lib/Net/IDN/Punycode.xs.orig |+++ lib/Net/IDN/Punycode.xs -------------------------- Patching file lib/Net/IDN/Punycode.xs using Plan A... Hunk #1 succeeded at 253. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-IDN-Encode-2.500p2 ===> Configuring for p5-Net-IDN-Encode-2.500p2 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Net-IDN-Encode' version '2.500' ===> Building for p5-Net-IDN-Encode-2.500p2 Building Net-IDN-Encode cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="2.500"' '-DXS_VERSION="2.500"' -DPIC -fpic -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o lib/Net/IDN/Punycode.o lib/Net/IDN/Punycode.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Net/IDN/Punycode/Punycode.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o blib/arch/auto/Net/IDN/Punycode/Punycode.so lib/Net/IDN/Punycode.o ===> p5-Net-IDN-Encode-2.500p2 depends on: p5-Test-NoWarnings-* -> p5-Test-NoWarnings-1.06 ===> p5-Net-IDN-Encode-2.500p2 depends on: p5-Net-IDN-Nameprep-* -> p5-Net-IDN-Nameprep-1.102p0 ===> Regression tests for p5-Net-IDN-Encode-2.500p2 t/00use.t ................. ok t/domain_to_ascii.t ....... ok t/domain_to_unicode.t ..... ok t/encode_bytes.t .......... ok t/encode_utf8.t ........... ok t/punycode_vec-pp.t ....... ok t/punycode_vec-xs.t ....... ok t/uts46_api_call.t ........ ok t/uts46_encode_bytes.t .... ok t/uts46_encode_utf8.t ..... ok t/uts46_to_ascii-trans.t .. ok t/uts46_to_ascii.t ........ ok t/uts46_to_unicode.t ...... ok t/xtra_pp.t ............... ok All tests successful. Files=14, Tests=20366, 12 wallclock secs ( 2.24 usr 0.28 sys + 10.07 cusr 1.37 csys = 13.96 CPU) Result: PASS PASS converters/p5-Net-IDN-Encode Duration 0m16.61s START converters/p5-Sereal 2024-11-22T06:52:18Z export _LOCKS_HELD="" ===> Cleaning for p5-Sereal-5.004 ===> Checking files for p5-Sereal-5.004 `/usr/ports/distfiles/Sereal-5.004.tar.gz' is up to date. ===> Building from scratch p5-Sereal-5.004 ===> Checking files for p5-Sereal-5.004 `/usr/ports/distfiles/Sereal-5.004.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Sereal-5.004 ===> Patching for p5-Sereal-5.004 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Sereal-5.004 ===> Configuring for p5-Sereal-5.004 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Sereal Writing MYMETA.yml and MYMETA.json ===> Building for p5-Sereal-5.004 cp lib/Sereal.pm blib/lib/Sereal.pm Manifying 1 pod document ===> p5-Sereal-5.004 depends on: p5-JSON-XS-* -> p5-JSON-XS-4.03v1 ===> p5-Sereal-5.004 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-Sereal-5.004 depends on: p5-Test-Differences-* -> p5-Test-Differences-0.71 ===> p5-Sereal-5.004 depends on: p5-Test-LongString-* -> p5-Test-LongString-0.17p0 ===> p5-Sereal-5.004 depends on: p5-Test-Warn-* -> p5-Test-Warn-0.37 ===> p5-Sereal-5.004 depends on: p5-Sereal-Decoder->=5.004 -> p5-Sereal-Decoder-5.004 ===> p5-Sereal-5.004 depends on: p5-Sereal-Encoder->=5.004 -> p5-Sereal-Encoder-5.004 ===> Regression tests for p5-Sereal-5.004 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*/*.t t/001_load.t .................................. ok t/002_constants.t ............................. ok t/002_export.t ................................ ok # Testing with both encoder and decoder. # Sereal::Decoder v5.004 # Sereal::Encoder v5.004 t/002_have_enc_and_dec.t ...................... ok t/003_basic.t ................................. ok t/003_ptable.t ................................ ok t/004_testset.t ............................... ok t/005_flags.t ................................. ok t/006_sereal_file.t ........................... ok t/010_desperate.t ............................. ok t/011_aliased_dedupe.t ........................ ok t/020_incremental.t ........................... ok t/020_sort_keys.t ............................. ok t/021_sort_keys_option.t ...................... ok t/022_canonical_refs.t ........................ ok t/030_canonical_vs_test_deep.t ................ ok t/030_looks_like_sereal.t ..................... ok t/040_special_vars.t .......................... ok t/040_tied_hash.t ............................. ok t/060_each.t .................................. ok t/070_alias_options.t ......................... ok t/080_set_readonly.t .......................... ok t/110_nobless.t ............................... ok t/120_hdr_data.t .............................. ok t/130_freezethaw.t ............................ ok t/150_dec_exception.t ......................... ok t/160_recursion.t ............................. ok t/170_cyclic_weakrefs.t ....................... ok t/200_bulk.t .................................. ok t/210_bulk_readonly.t ......................... ok t/300_fail.t .................................. ok t/300_overload.t .............................. ok t/400_evil.t .................................. ok t/400_utf8validate.t .......................... ok t/500_utf8decoding.t .......................... ok t/550_decode_into.t ........................... ok t/700_roundtrip/v1/plain.t .................... ok t/700_roundtrip/v1/plain_canon.t .............. ok t/700_roundtrip/v1/snappy.t ................... ok t/700_roundtrip/v1/snappy_canon.t ............. ok t/700_roundtrip/v2/dedudep_strings.t .......... ok t/700_roundtrip/v2/freeze_thaw.t .............. ok t/700_roundtrip/v2/plain.t .................... ok t/700_roundtrip/v2/plain_canon.t .............. ok t/700_roundtrip/v2/readonly.t ................. ok t/700_roundtrip/v2/snappy.t ................... ok t/700_roundtrip/v2/snappy_canon.t ............. ok t/700_roundtrip/v2/snappy_incr.t .............. ok t/700_roundtrip/v2/snappy_incr_canon.t ........ ok t/700_roundtrip/v2/sort_keys.t ................ ok t/700_roundtrip/v3/dedudep_strings.t .......... ok t/700_roundtrip/v3/freeze_thaw.t .............. ok t/700_roundtrip/v3/plain.t .................... ok t/700_roundtrip/v3/plain_canon.t .............. ok t/700_roundtrip/v3/readonly.t ................. ok t/700_roundtrip/v3/snappy.t ................... ok t/700_roundtrip/v3/snappy_canon.t ............. ok t/700_roundtrip/v3/snappy_incr.t .............. ok t/700_roundtrip/v3/snappy_incr_canon.t ........ ok t/700_roundtrip/v3/sort_keys.t ................ ok t/700_roundtrip/v3/sort_keys_perl.t ........... ok t/700_roundtrip/v3/sort_keys_perl_rev.t ....... ok t/700_roundtrip/v3/zlib.t ..................... ok t/700_roundtrip/v3/zlib_force.t ............... ok t/700_roundtrip/v4/dedudep_strings.t .......... ok t/700_roundtrip/v4/freeze_thaw.t .............. ok t/700_roundtrip/v4/plain.t .................... ok t/700_roundtrip/v4/plain_canon.t .............. ok t/700_roundtrip/v4/readonly.t ................. ok t/700_roundtrip/v4/snappy.t ................... ok t/700_roundtrip/v4/snappy_and_warn_unknown.t .. ok t/700_roundtrip/v4/snappy_canon.t ............. ok t/700_roundtrip/v4/snappy_incr.t .............. ok t/700_roundtrip/v4/snappy_incr_canon.t ........ ok t/700_roundtrip/v4/sort_keys.t ................ ok t/700_roundtrip/v4/sort_keys_perl.t ........... ok t/700_roundtrip/v4/sort_keys_perl_rev.t ....... ok t/700_roundtrip/v4/zlib.t ..................... ok t/700_roundtrip/v4/zlib_force.t ............... ok t/700_roundtrip/v4/zstd.t ..................... ok t/700_roundtrip/v4/zstd_force.t ............... ok t/700_roundtrip/v5/dedudep_strings.t .......... ok t/700_roundtrip/v5/freeze_thaw.t .............. ok t/700_roundtrip/v5/plain.t .................... ok t/700_roundtrip/v5/plain_canon.t .............. ok t/700_roundtrip/v5/readonly.t ................. ok t/700_roundtrip/v5/snappy.t ................... ok t/700_roundtrip/v5/snappy_and_warn_unknown.t .. ok t/700_roundtrip/v5/snappy_canon.t ............. ok t/700_roundtrip/v5/snappy_incr.t .............. ok t/700_roundtrip/v5/snappy_incr_canon.t ........ ok t/700_roundtrip/v5/sort_keys.t ................ ok t/700_roundtrip/v5/sort_keys_perl.t ........... ok t/700_roundtrip/v5/sort_keys_perl_rev.t ....... ok t/700_roundtrip/v5/zlib.t ..................... ok t/700_roundtrip/v5/zlib_force.t ............... ok t/700_roundtrip/v5/zstd.t ..................... ok t/700_roundtrip/v5/zstd_force.t ............... ok t/800_threads.t ............................... skipped: Perl not compiled with 'useithreads' t/900_reentrancy.t ............................ ok t/900_regr_issue_15.t ......................... ok t/901_regr_segv.t ............................. ok t/902_bad_input.t ............................. ok t/903_reentrancy.t ............................ ok All tests successful. Files=104, Tests=405245, 278 wallclock secs (48.22 usr 5.00 sys + 257.47 cusr 15.66 csys = 326.35 CPU) Result: PASS PASS converters/p5-Sereal Duration 4m41.49s START converters/p5-Sereal-Decoder 2024-11-22T06:57:00Z export _LOCKS_HELD="" ===> Cleaning for p5-Sereal-Decoder-5.004 ===> Checking files for p5-Sereal-Decoder-5.004 `/usr/ports/distfiles/Sereal-Decoder-5.004.tar.gz' is up to date. ===> Building from scratch p5-Sereal-Decoder-5.004 ===> p5-Sereal-Decoder-5.004 depends on: p5-Devel-CheckLib->=1.16 -> p5-Devel-CheckLib-1.16 ===> p5-Sereal-Decoder-5.004 depends on: zstd-* -> zstd-1.5.6 ===> Verifying specs: c perl zstd ===> found c.100.3 perl.24.0 zstd.6.4 ===> Checking files for p5-Sereal-Decoder-5.004 `/usr/ports/distfiles/Sereal-Decoder-5.004.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Sereal-Decoder-5.004 rm -r -- /usr/ports/pobj/p5-Sereal-Decoder-5.004/Sereal-Decoder-5.004/inc/Devel /usr/ports/pobj/p5-Sereal-Decoder-5.004/Sereal-Decoder-5.004/zstd ===> Patching for p5-Sereal-Decoder-5.004 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Sereal-Decoder-5.004 Regenerating ppport.h ===> Configuring for p5-Sereal-Decoder-5.004 /usr/bin/perl /usr/ports/infrastructure/bin/pkg_subst -DP5ARCH=libdata/perl5/site_perl/i386-openbsd -DP5SITE=libdata/perl5/site_perl -DARCH=i386 -DBASE_PKGPATH=converters/p5-Sereal-Decoder -DFLAVOR_EXT= -DFULLPKGNAME=p5-Sereal-Decoder-5.004 -DHOMEPAGE=https://metacpan.org/release/Sereal-Decoder -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=i386 -DMAINTAINER=The\ OpenBSD\ ports\ mailing-list\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=p5-Sereal-Decoder -i -B /usr/ports/pobj/p5-Sereal-Decoder-5.004 /usr/ports/pobj/p5-Sereal-Decoder-5.004/Sereal-Decoder-5.004/Makefile.PL USE_UNALIGNED not set in env. Use unaligned loads and stores? yes/no [no] no neither NO_ASM nor ZSTD_DISABLE_ASM set in env. Use assembly in ZSTD? yes/no [yes] yes Using bundled csnappy code Using bundled miniz code Using installed zstd library Checking if your kit is complete... Warning: the following files are missing in your kit: inc/Devel/CheckLib.pm zstd/common/bitstream.h zstd/common/compiler.h zstd/common/cpu.h zstd/common/debug.c zstd/common/debug.h zstd/common/entropy_common.c zstd/common/error_private.c zstd/common/error_private.h zstd/common/fse.h zstd/common/fse_decompress.c zstd/common/huf.h zstd/common/mem.h zstd/common/pool.c zstd/common/pool.h zstd/common/portability_macros.h zstd/common/threading.c zstd/common/threading.h zstd/common/xxhash.c zstd/common/xxhash.h zstd/common/zstd_common.c zstd/common/zstd_deps.h zstd/common/zstd_errors.h zstd/common/zstd_internal.h zstd/common/zstd_trace.h zstd/compress/clevels.h zstd/compress/fse_compress.c zstd/compress/hist.c zstd/compress/hist.h zstd/compress/huf_compress.c zstd/compress/zstd_compress.c zstd/compress/zstd_compress_internal.h zstd/compress/zstd_compress_literals.c zstd/compress/zstd_compress_literals.h zstd/compress/zstd_compress_sequences.c zstd/compress/zstd_compress_sequences.h zstd/compress/zstd_compress_superblock.c zstd/compress/zstd_compress_superblock.h zstd/compress/zstd_cwksp.h zstd/compress/zstd_double_fast.c zstd/compress/zstd_double_fast.h zstd/compress/zstd_fast.c zstd/compress/zstd_fast.h zstd/compress/zstd_lazy.c zstd/compress/zstd_lazy.h zstd/compress/zstd_ldm.c zstd/compress/zstd_ldm.h zstd/compress/zstd_ldm_geartab.h zstd/compress/zstd_opt.c zstd/compress/zstd_opt.h zstd/compress/zstdmt_compress.c zstd/compress/zstdmt_compress.h zstd/decompress/huf_decompress.c zstd/decompress/huf_decompress_amd64.S zstd/decompress/zstd_ddict.c zstd/decompress/zstd_ddict.h zstd/decompress/zstd_decompress.c zstd/decompress/zstd_decompress_block.c zstd/decompress/zstd_decompress_block.h zstd/decompress/zstd_decompress_internal.h zstd/Makefile.PL zstd/zdict.h zstd/zstd.h zstd/zstd_errors.h Please inform the author. Generating a Unix-style Makefile Writing Makefile for Sereal::Decoder Writing MYMETA.yml and MYMETA.json ===> Building for p5-Sereal-Decoder-5.004 cp lib/Sereal/Performance.pm blib/lib/Sereal/Performance.pm cp lib/Sereal/Decoder.pm blib/lib/Sereal/Decoder.pm cp lib/Sereal/Decoder/Constants.pm blib/lib/Sereal/Decoder/Constants.pm Running Mkbootstrap for Decoder () chmod 644 "Decoder.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Decoder.bs blib/arch/auto/Sereal/Decoder/Decoder.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Sereal-Decoder-5.004/Sereal-Decoder-5.004/typemap' Decoder.xs > Decoder.xsc mv Decoder.xsc Decoder.c cc -c -I. -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O3 -Wno-compound-token-split-by-macro -DVERSION=\"5.004\" -DXS_VERSION=\"5.004\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD Decoder.c cc -c -I. -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O3 -Wno-compound-token-split-by-macro -DVERSION=\"5.004\" -DXS_VERSION=\"5.004\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD srl_decoder.c In file included from srl_decoder.c:62: ./srl_reader_varint.h:150:5: warning: shift count >= width of type [-Wshift-count-overflow] SET_UV_FROM_VARINT(buf, uv, ptr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./srl_reader_varint.h:98:22: note: expanded from macro 'SET_UV_FROM_VARINT' (((UV)part2) << 56); \ ^ ~~ In file included from srl_decoder.c:64: ./srl_reader_decompress.h:215:31: warning: 'ZSTD_getDecompressedSize' is deprecated: Replaced by ZSTD_getFrameContentSize [-Wdeprecated-declarations] uncompressed_packet_len = ZSTD_getDecompressedSize((const void *)buf->pos, (size_t) compressed_packet_len); ^ /usr/local/include/zstd.h:201:1: note: 'ZSTD_getDecompressedSize' has been explicitly marked deprecated here ZSTD_DEPRECATED("Replaced by ZSTD_getFrameContentSize") ^ /usr/local/include/zstd.h:61:53: note: expanded from macro 'ZSTD_DEPRECATED' # define ZSTD_DEPRECATED(message) __attribute__((deprecated(message))) ^ 2 warnings generated. cc -c -I. -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O3 -Wno-compound-token-split-by-macro -DVERSION=\"5.004\" -DXS_VERSION=\"5.004\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD miniz.c rm -f blib/arch/auto/Sereal/Decoder/Decoder.so LD_RUN_PATH="/usr/local/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Decoder.o srl_decoder.o miniz.o -o blib/arch/auto/Sereal/Decoder/Decoder.so -L/usr/local/lib -lzstd chmod 755 blib/arch/auto/Sereal/Decoder/Decoder.so Manifying 2 pod documents ===> p5-Sereal-Decoder-5.004 depends on: p5-Sereal-Encoder-* -> p5-Sereal-Encoder-5.004 ===> p5-Sereal-Decoder-5.004 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-Sereal-Decoder-5.004 depends on: p5-Test-Differences-* -> p5-Test-Differences-0.71 ===> p5-Sereal-Decoder-5.004 depends on: p5-Test-LongString-* -> p5-Test-LongString-0.17p0 ===> p5-Sereal-Decoder-5.004 depends on: p5-Test-Warn-* -> p5-Test-Warn-0.37 ===> Regression tests for p5-Sereal-Decoder-5.004 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Decoder.bs blib/arch/auto/Sereal/Decoder/Decoder.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*/*.t # Perl Regexp Internals Type = MODERN_REGEXP t/001_load.t .................................. ok # Testing with both encoder and decoder. # Sereal::Decoder v5.004 # Sereal::Encoder v5.004 t/002_have_enc_and_dec.t ...................... ok t/004_testset.t ............................... ok t/005_flags.t ................................. ok t/010_desperate.t ............................. ok t/020_incremental.t ........................... ok t/030_looks_like_sereal.t ..................... ok t/040_special_vars.t .......................... ok t/060_each.t .................................. ok t/070_alias_options.t ......................... ok t/071_alias_reserealize.t ..................... ok t/080_set_readonly.t .......................... ok t/090_thaw.t .................................. ok t/091_thaw_order.t ............................ ok t/110_nobless.t ............................... ok t/150_dec_exception.t ......................... ok t/155_zipbomb.t ............................... ok t/160_recursion.t ............................. ok t/190_customop.t .............................. ok t/195_backcompat.t ............................ ok t/200_bulk.t .................................. ok t/210_bulk_readonly.t ......................... ok t/300_overload.t .............................. ok t/400_evil.t .................................. ok t/400_utf8validate.t .......................... ok t/500_utf8decoding.t .......................... ok t/550_decode_into.t ........................... ok t/700_roundtrip/v1/plain.t .................... ok t/700_roundtrip/v1/plain_canon.t .............. ok t/700_roundtrip/v1/snappy.t ................... ok t/700_roundtrip/v1/snappy_canon.t ............. ok t/700_roundtrip/v2/dedudep_strings.t .......... ok t/700_roundtrip/v2/freeze_thaw.t .............. ok t/700_roundtrip/v2/plain.t .................... ok t/700_roundtrip/v2/plain_canon.t .............. ok t/700_roundtrip/v2/readonly.t ................. ok t/700_roundtrip/v2/snappy.t ................... ok t/700_roundtrip/v2/snappy_canon.t ............. ok t/700_roundtrip/v2/snappy_incr.t .............. ok t/700_roundtrip/v2/snappy_incr_canon.t ........ ok t/700_roundtrip/v2/sort_keys.t ................ ok t/700_roundtrip/v3/dedudep_strings.t .......... ok t/700_roundtrip/v3/freeze_thaw.t .............. ok t/700_roundtrip/v3/plain.t .................... ok t/700_roundtrip/v3/plain_canon.t .............. ok t/700_roundtrip/v3/readonly.t ................. ok t/700_roundtrip/v3/snappy.t ................... ok t/700_roundtrip/v3/snappy_canon.t ............. ok t/700_roundtrip/v3/snappy_incr.t .............. ok t/700_roundtrip/v3/snappy_incr_canon.t ........ ok t/700_roundtrip/v3/sort_keys.t ................ ok t/700_roundtrip/v3/sort_keys_perl.t ........... ok t/700_roundtrip/v3/sort_keys_perl_rev.t ....... ok t/700_roundtrip/v3/zlib.t ..................... ok t/700_roundtrip/v3/zlib_force.t ............... ok t/700_roundtrip/v4/dedudep_strings.t .......... ok t/700_roundtrip/v4/freeze_thaw.t .............. ok t/700_roundtrip/v4/plain.t .................... ok t/700_roundtrip/v4/plain_canon.t .............. ok t/700_roundtrip/v4/readonly.t ................. ok t/700_roundtrip/v4/snappy.t ................... ok t/700_roundtrip/v4/snappy_and_warn_unknown.t .. ok t/700_roundtrip/v4/snappy_canon.t ............. ok t/700_roundtrip/v4/snappy_incr.t .............. ok t/700_roundtrip/v4/snappy_incr_canon.t ........ ok t/700_roundtrip/v4/sort_keys.t ................ ok t/700_roundtrip/v4/sort_keys_perl.t ........... ok t/700_roundtrip/v4/sort_keys_perl_rev.t ....... ok t/700_roundtrip/v4/zlib.t ..................... ok t/700_roundtrip/v4/zlib_force.t ............... ok t/700_roundtrip/v4/zstd.t ..................... ok t/700_roundtrip/v4/zstd_force.t ............... ok t/700_roundtrip/v5/dedudep_strings.t .......... ok t/700_roundtrip/v5/freeze_thaw.t .............. ok t/700_roundtrip/v5/plain.t .................... ok t/700_roundtrip/v5/plain_canon.t .............. ok t/700_roundtrip/v5/readonly.t ................. ok t/700_roundtrip/v5/snappy.t ................... ok t/700_roundtrip/v5/snappy_and_warn_unknown.t .. ok t/700_roundtrip/v5/snappy_canon.t ............. ok t/700_roundtrip/v5/snappy_incr.t .............. ok t/700_roundtrip/v5/snappy_incr_canon.t ........ ok t/700_roundtrip/v5/sort_keys.t ................ ok t/700_roundtrip/v5/sort_keys_perl.t ........... ok t/700_roundtrip/v5/sort_keys_perl_rev.t ....... ok t/700_roundtrip/v5/zlib.t ..................... ok t/700_roundtrip/v5/zlib_force.t ............... ok t/700_roundtrip/v5/zstd.t ..................... ok t/700_roundtrip/v5/zstd_force.t ............... ok t/800_threads.t ............................... skipped: Perl not compiled with 'useithreads' t/900_regr_issue_15.t ......................... ok t/901_regr_segv.t ............................. ok t/902_bad_input.t ............................. ok t/903_reentrancy.t ............................ ok All tests successful. Files=94, Tests=405202, 279 wallclock secs (46.03 usr 5.11 sys + 259.21 cusr 16.18 csys = 326.53 CPU) Result: PASS PASS converters/p5-Sereal-Decoder Duration 4m51.37s START converters/p5-Sereal-Encoder 2024-11-22T07:01:51Z export _LOCKS_HELD="" ===> Cleaning for p5-Sereal-Encoder-5.004 ===> Checking files for p5-Sereal-Encoder-5.004 `/usr/ports/distfiles/Sereal-Encoder-5.004.tar.gz' is up to date. ===> Building from scratch p5-Sereal-Encoder-5.004 ===> p5-Sereal-Encoder-5.004 depends on: p5-Devel-CheckLib->=1.16 -> p5-Devel-CheckLib-1.16 ===> p5-Sereal-Encoder-5.004 depends on: zstd-* -> zstd-1.5.6 ===> Verifying specs: c perl zstd ===> found c.100.3 perl.24.0 zstd.6.4 ===> Checking files for p5-Sereal-Encoder-5.004 `/usr/ports/distfiles/Sereal-Encoder-5.004.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Sereal-Encoder-5.004 rm -r -- /usr/ports/pobj/p5-Sereal-Encoder-5.004/Sereal-Encoder-5.004/inc/Devel /usr/ports/pobj/p5-Sereal-Encoder-5.004/Sereal-Encoder-5.004/zstd ===> Patching for p5-Sereal-Encoder-5.004 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Sereal-Encoder-5.004 Regenerating ppport.h ===> Configuring for p5-Sereal-Encoder-5.004 /usr/bin/perl /usr/ports/infrastructure/bin/pkg_subst -DP5ARCH=libdata/perl5/site_perl/i386-openbsd -DP5SITE=libdata/perl5/site_perl -DARCH=i386 -DBASE_PKGPATH=converters/p5-Sereal-Encoder -DFLAVOR_EXT= -DFULLPKGNAME=p5-Sereal-Encoder-5.004 -DHOMEPAGE=https://metacpan.org/release/Sereal-Encoder -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=i386 -DMAINTAINER=The\ OpenBSD\ ports\ mailing-list\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=p5-Sereal-Encoder -i -B /usr/ports/pobj/p5-Sereal-Encoder-5.004 /usr/ports/pobj/p5-Sereal-Encoder-5.004/Sereal-Encoder-5.004/Makefile.PL USE_UNALIGNED not set in env. Use unaligned loads and stores? yes/no [no] no neither NO_ASM nor ZSTD_DISABLE_ASM set in env. Use assembly in ZSTD? yes/no [yes] yes Using bundled csnappy code Using bundled miniz code Using installed zstd library Checking if your kit is complete... Warning: the following files are missing in your kit: inc/Devel/CheckLib.pm zstd/common/bitstream.h zstd/common/compiler.h zstd/common/cpu.h zstd/common/debug.c zstd/common/debug.h zstd/common/entropy_common.c zstd/common/error_private.c zstd/common/error_private.h zstd/common/fse.h zstd/common/fse_decompress.c zstd/common/huf.h zstd/common/mem.h zstd/common/pool.c zstd/common/pool.h zstd/common/portability_macros.h zstd/common/threading.c zstd/common/threading.h zstd/common/xxhash.c zstd/common/xxhash.h zstd/common/zstd_common.c zstd/common/zstd_deps.h zstd/common/zstd_errors.h zstd/common/zstd_internal.h zstd/common/zstd_trace.h zstd/compress/clevels.h zstd/compress/fse_compress.c zstd/compress/hist.c zstd/compress/hist.h zstd/compress/huf_compress.c zstd/compress/zstd_compress.c zstd/compress/zstd_compress_internal.h zstd/compress/zstd_compress_literals.c zstd/compress/zstd_compress_literals.h zstd/compress/zstd_compress_sequences.c zstd/compress/zstd_compress_sequences.h zstd/compress/zstd_compress_superblock.c zstd/compress/zstd_compress_superblock.h zstd/compress/zstd_cwksp.h zstd/compress/zstd_double_fast.c zstd/compress/zstd_double_fast.h zstd/compress/zstd_fast.c zstd/compress/zstd_fast.h zstd/compress/zstd_lazy.c zstd/compress/zstd_lazy.h zstd/compress/zstd_ldm.c zstd/compress/zstd_ldm.h zstd/compress/zstd_ldm_geartab.h zstd/compress/zstd_opt.c zstd/compress/zstd_opt.h zstd/compress/zstdmt_compress.c zstd/compress/zstdmt_compress.h zstd/decompress/huf_decompress.c zstd/decompress/huf_decompress_amd64.S zstd/decompress/zstd_ddict.c zstd/decompress/zstd_ddict.h zstd/decompress/zstd_decompress.c zstd/decompress/zstd_decompress_block.c zstd/decompress/zstd_decompress_block.h zstd/decompress/zstd_decompress_internal.h zstd/Makefile.PL zstd/zdict.h zstd/zstd.h zstd/zstd_errors.h Please inform the author. Generating a Unix-style Makefile Writing Makefile for Sereal::Encoder Writing MYMETA.yml and MYMETA.json ===> Building for p5-Sereal-Encoder-5.004 cp lib/Sereal/Encoder/Constants.pm blib/lib/Sereal/Encoder/Constants.pm cp lib/Sereal/Encoder.pm blib/lib/Sereal/Encoder.pm Running Mkbootstrap for Encoder () chmod 644 "Encoder.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encoder.bs blib/arch/auto/Sereal/Encoder/Encoder.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Sereal-Encoder-5.004/Sereal-Encoder-5.004/typemap' Encoder.xs > Encoder.xsc mv Encoder.xsc Encoder.c cc -c -I. -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O3 -Wno-compound-token-split-by-macro -DVERSION=\"5.004\" -DXS_VERSION=\"5.004\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD -DHAVE_BUILTIN_CTZ Encoder.c cc -c -I. -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O3 -Wno-compound-token-split-by-macro -DVERSION=\"5.004\" -DXS_VERSION=\"5.004\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD -DHAVE_BUILTIN_CTZ srl_encoder.c srl_encoder.c:1050:43: warning: overflow in expression; result is 2147483647 with type 'long' [-Winteger-overflow] const STRLEN max_len = (1L << 32) - 1; ^ srl_encoder.c:1050:36: warning: shift count >= width of type [-Wshift-count-overflow] const STRLEN max_len = (1L << 32) - 1; ^ ~~ 2 warnings generated. cc -c -I. -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O3 -Wno-compound-token-split-by-macro -DVERSION=\"5.004\" -DXS_VERSION=\"5.004\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD -DHAVE_BUILTIN_CTZ miniz.c rm -f blib/arch/auto/Sereal/Encoder/Encoder.so LD_RUN_PATH="/usr/local/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Encoder.o srl_encoder.o miniz.o -o blib/arch/auto/Sereal/Encoder/Encoder.so -L/usr/local/lib -lzstd chmod 755 blib/arch/auto/Sereal/Encoder/Encoder.so Manifying 1 pod document ===> p5-Sereal-Encoder-5.004 depends on: p5-Sereal-Decoder->=5.004 -> p5-Sereal-Decoder-5.004 ===> p5-Sereal-Encoder-5.004 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-Sereal-Encoder-5.004 depends on: p5-Test-Differences-* -> p5-Test-Differences-0.71 ===> p5-Sereal-Encoder-5.004 depends on: p5-Test-LongString-* -> p5-Test-LongString-0.17p0 ===> p5-Sereal-Encoder-5.004 depends on: p5-Test-Warn-* -> p5-Test-Warn-0.37 ===> Regression tests for p5-Sereal-Encoder-5.004 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encoder.bs blib/arch/auto/Sereal/Encoder/Encoder.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*/*.t t/001_load.t .................................. ok t/002_constants.t ............................. ok # Testing with both encoder and decoder. # Sereal::Decoder v5.004 # Sereal::Encoder v5.004 t/002_have_enc_and_dec.t ...................... ok t/003_ptable.t ................................ ok t/004_testset.t ............................... ok t/005_flags.t ................................. ok t/010_desperate.t ............................. ok t/011_aliased_dedupe.t ........................ ok t/020_sort_keys.t ............................. ok t/021_sort_keys_option.t ...................... ok t/022_canonical_refs.t ........................ ok t/030_canonical_vs_test_deep.t ................ ok t/040_tied_hash.t ............................. ok t/110_nobless.t ............................... ok t/120_hdr_data.t .............................. ok t/130_freezethaw.t ............................ ok t/160_recursion.t ............................. ok t/170_cyclic_weakrefs.t ....................... ok t/180_magic_array.t ........................... ok t/190_customop.t .............................. ok t/200_bulk.t .................................. ok t/300_fail.t .................................. ok t/400_evil.t .................................. ok t/700_roundtrip/v1/plain.t .................... ok t/700_roundtrip/v1/plain_canon.t .............. ok t/700_roundtrip/v1/snappy.t ................... ok t/700_roundtrip/v1/snappy_canon.t ............. ok t/700_roundtrip/v2/dedudep_strings.t .......... ok t/700_roundtrip/v2/freeze_thaw.t .............. ok t/700_roundtrip/v2/plain.t .................... ok t/700_roundtrip/v2/plain_canon.t .............. ok t/700_roundtrip/v2/readonly.t ................. ok t/700_roundtrip/v2/snappy.t ................... ok t/700_roundtrip/v2/snappy_canon.t ............. ok t/700_roundtrip/v2/snappy_incr.t .............. ok t/700_roundtrip/v2/snappy_incr_canon.t ........ ok t/700_roundtrip/v2/sort_keys.t ................ ok t/700_roundtrip/v3/dedudep_strings.t .......... ok t/700_roundtrip/v3/freeze_thaw.t .............. ok t/700_roundtrip/v3/plain.t .................... ok t/700_roundtrip/v3/plain_canon.t .............. ok t/700_roundtrip/v3/readonly.t ................. ok t/700_roundtrip/v3/snappy.t ................... ok t/700_roundtrip/v3/snappy_canon.t ............. ok t/700_roundtrip/v3/snappy_incr.t .............. ok t/700_roundtrip/v3/snappy_incr_canon.t ........ ok t/700_roundtrip/v3/sort_keys.t ................ ok t/700_roundtrip/v3/sort_keys_perl.t ........... ok t/700_roundtrip/v3/sort_keys_perl_rev.t ....... ok t/700_roundtrip/v3/zlib.t ..................... ok t/700_roundtrip/v3/zlib_force.t ............... ok t/700_roundtrip/v4/dedudep_strings.t .......... ok t/700_roundtrip/v4/freeze_thaw.t .............. ok t/700_roundtrip/v4/plain.t .................... ok t/700_roundtrip/v4/plain_canon.t .............. ok t/700_roundtrip/v4/readonly.t ................. ok t/700_roundtrip/v4/snappy.t ................... ok t/700_roundtrip/v4/snappy_and_warn_unknown.t .. ok t/700_roundtrip/v4/snappy_canon.t ............. ok t/700_roundtrip/v4/snappy_incr.t .............. ok t/700_roundtrip/v4/snappy_incr_canon.t ........ ok t/700_roundtrip/v4/sort_keys.t ................ ok t/700_roundtrip/v4/sort_keys_perl.t ........... ok t/700_roundtrip/v4/sort_keys_perl_rev.t ....... ok t/700_roundtrip/v4/zlib.t ..................... ok t/700_roundtrip/v4/zlib_force.t ............... ok t/700_roundtrip/v4/zstd.t ..................... ok t/700_roundtrip/v4/zstd_force.t ............... ok t/700_roundtrip/v5/dedudep_strings.t .......... ok t/700_roundtrip/v5/freeze_thaw.t .............. ok t/700_roundtrip/v5/plain.t .................... ok t/700_roundtrip/v5/plain_canon.t .............. ok t/700_roundtrip/v5/readonly.t ................. ok t/700_roundtrip/v5/snappy.t ................... ok t/700_roundtrip/v5/snappy_and_warn_unknown.t .. ok t/700_roundtrip/v5/snappy_canon.t ............. ok t/700_roundtrip/v5/snappy_incr.t .............. ok t/700_roundtrip/v5/snappy_incr_canon.t ........ ok t/700_roundtrip/v5/sort_keys.t ................ ok t/700_roundtrip/v5/sort_keys_perl.t ........... ok t/700_roundtrip/v5/sort_keys_perl_rev.t ....... ok t/700_roundtrip/v5/zlib.t ..................... ok t/700_roundtrip/v5/zlib_force.t ............... ok t/700_roundtrip/v5/zstd.t ..................... ok t/700_roundtrip/v5/zstd_force.t ............... ok t/800_threads.t ............................... skipped: Perl not compiled with 'useithreads' t/900_reentrancy.t ............................ ok All tests successful. Files=87, Tests=402657, 273 wallclock secs (46.90 usr 4.84 sys + 253.88 cusr 14.51 csys = 320.13 CPU) Result: PASS PASS converters/p5-Sereal-Encoder Duration 4m45.35s START converters/p5-Types-Serialiser 2024-11-22T07:06:36Z export _LOCKS_HELD="" ===> Cleaning for p5-Types-Serialiser-1.01 ===> Checking files for p5-Types-Serialiser-1.01 `/usr/ports/distfiles/Types-Serialiser-1.01.tar.gz' is up to date. ===> Building from scratch p5-Types-Serialiser-1.01 ===> Checking files for p5-Types-Serialiser-1.01 `/usr/ports/distfiles/Types-Serialiser-1.01.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Types-Serialiser-1.01 ===> Patching for p5-Types-Serialiser-1.01 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Types-Serialiser-1.01 ===> Configuring for p5-Types-Serialiser-1.01 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Types::Serialiser Writing MYMETA.yml and MYMETA.json ===> Building for p5-Types-Serialiser-1.01 cp Serialiser/Error.pm blib/lib/Types/Serialiser/Error.pm cp Serialiser.pm blib/lib/Types/Serialiser.pm Manifying 2 pod documents ===> p5-Types-Serialiser-1.01 depends on: p5-common-sense-* -> p5-common-sense-3.75 ===> Regression tests for p5-Types-Serialiser-1.01 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load.t ... ok t/51_types.t .. ok All tests successful. Files=2, Tests=25, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.02 cusr 0.01 csys = 0.09 CPU) Result: PASS PASS converters/p5-Types-Serialiser Duration 0m02.74s START databases/p5-BerkeleyDB 2024-11-22T07:06:39Z export _LOCKS_HELD="" ===> Cleaning for p5-BerkeleyDB-0.66 ===> Checking files for p5-BerkeleyDB-0.66 `/usr/ports/distfiles/BerkeleyDB-0.66.tar.gz' is up to date. ===> Building from scratch p5-BerkeleyDB-0.66 ===> p5-BerkeleyDB-0.66 depends on: db->=4,<5|db->=4v0,<5v0 -> db-4.6.21p7v0 ===> Verifying specs: c lib/db4/db>=4 perl ===> found c.100.3 lib/db4/db.5.0 perl.24.0 ===> Checking files for p5-BerkeleyDB-0.66 `/usr/ports/distfiles/BerkeleyDB-0.66.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-BerkeleyDB-0.66 ===> Patching for p5-BerkeleyDB-0.66 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-BerkeleyDB-0.66 Regenerating ppport.h ===> Configuring for p5-BerkeleyDB-0.66 Parsing config.in... Looks Good. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for BerkeleyDB Writing MYMETA.yml and MYMETA.json ===> Building for p5-BerkeleyDB-0.66 cp mkconsts.pl blib/lib/mkconsts.pl cp BerkeleyDB.pod blib/lib/BerkeleyDB.pod cp BerkeleyDB/Btree.pm blib/lib/BerkeleyDB/Btree.pm cp BerkeleyDB.pm blib/lib/BerkeleyDB.pm cp scan.pl blib/lib/scan.pl cp BerkeleyDB/Hash.pm blib/lib/BerkeleyDB/Hash.pm Running Mkbootstrap for BerkeleyDB () chmod 644 "BerkeleyDB.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- BerkeleyDB.bs blib/arch/auto/BerkeleyDB/BerkeleyDB.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -noprototypes -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-BerkeleyDB-0.66/BerkeleyDB-0.66/typemap' BerkeleyDB.xs > BerkeleyDB.xsc Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in BerkeleyDB.xs, line 5936 Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in BerkeleyDB.xs, line 5964 mv BerkeleyDB.xsc BerkeleyDB.c cc -c -I/usr/local/include/db4 -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.66\" -DXS_VERSION=\"0.66\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" BerkeleyDB.c rm -f blib/arch/auto/BerkeleyDB/BerkeleyDB.so LD_RUN_PATH="/usr/local/lib/db4" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib BerkeleyDB.o -o blib/arch/auto/BerkeleyDB/BerkeleyDB.so -L/usr/local/lib/db4 -ldb chmod 755 blib/arch/auto/BerkeleyDB/BerkeleyDB.so Manifying 1 pod document ===> p5-BerkeleyDB-0.66 depends on: p5-MLDBM-* -> p5-MLDBM-2.05p0 ===> p5-BerkeleyDB-0.66 depends on: p5-Test-CPAN-Meta-* -> p5-Test-CPAN-Meta-0.25p0 ===> p5-BerkeleyDB-0.66 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-BerkeleyDB-0.66 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-BerkeleyDB-0.66 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- BerkeleyDB.bs blib/arch/auto/BerkeleyDB/BerkeleyDB.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # # BerkeleyDB version 0.66 # BerkeleyDB::DB_VERSION_STRING Berkeley DB 4.6.21: (September 27, 2007) # BerkeleyDB::db_version 4.6 # BerkeleyDB::db_ver 4.006021 # # Heap Support Not Available # Encryption Support True # t/000prereq.t .. ok t/blob.t ....... skipped: this needs Berkeley DB 6.x.x or better t/btree.t ...... ok t/cds.t ........ ok t/db-3.0.t ..... ok t/db-3.1.t ..... ok t/db-3.2.t ..... ok t/db-3.3.t ..... ok t/db-4.3.t ..... ok t/db-4.4.t ..... ok t/db-4.6.t ..... ok t/db-4.7.t ..... skipped: this needs Berkeley DB 4.7.x or better t/db-4.8.t ..... skipped: this needs Berkeley DB 4.8.x or better t/db-4.x.t ..... ok t/destroy.t .... ok t/encode.t ..... ok t/encrypt.t .... ok t/env.t ........ ok t/examples.t ... ok t/examples3.t .. ok t/filter.t ..... ok t/hash.t ....... ok t/heap.t ....... skipped: Heap needs Berkeley DB 5.2.x or better t/join.t ....... ok t/meta-json.t .. skipped: Test::CPAN::Meta::JSON required for testing META.json t/meta-yaml.t .. ok t/mldbm.t ...... ok t/pod.t ........ ok t/queue.t ...... ok t/recno.t ...... ok t/sequence.t ... ok t/strict.t ..... ok t/subdb.t ...... ok t/txn.t ........ ok t/unknown.t .... ok All tests successful. Files=35, Tests=1759, 15 wallclock secs ( 0.32 usr 0.19 sys + 5.31 cusr 3.31 csys = 9.13 CPU) Result: PASS PASS databases/p5-BerkeleyDB Duration 0m24.48s START databases/p5-CDB_File 2024-11-22T07:07:04Z export _LOCKS_HELD="" ===> Cleaning for p5-CDB_File-1.05 ===> Checking files for p5-CDB_File-1.05 `/usr/ports/distfiles/CDB_File-1.05.tar.gz' is up to date. ===> Building from scratch p5-CDB_File-1.05 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-CDB_File-1.05 `/usr/ports/distfiles/CDB_File-1.05.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-CDB_File-1.05 ===> Patching for p5-CDB_File-1.05 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-CDB_File-1.05 Regenerating ppport.h ===> Configuring for p5-CDB_File-1.05 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for CDB_File Writing MYMETA.yml and MYMETA.json ===> Building for p5-CDB_File-1.05 cp bun-x.pl blib/lib/bun-x.pl cp CDB_File.pm blib/lib/CDB_File.pm Running Mkbootstrap for CDB_File () chmod 644 "CDB_File.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CDB_File.bs blib/arch/auto/CDB_File/CDB_File.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-CDB_File-1.05/CDB_File-1.05/typemap' CDB_File.xs > CDB_File.xsc mv CDB_File.xsc CDB_File.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.05\" -DXS_VERSION=\"1.05\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHASMMAP CDB_File.c rm -f blib/arch/auto/CDB_File/CDB_File.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib CDB_File.o -o blib/arch/auto/CDB_File/CDB_File.so chmod 755 blib/arch/auto/CDB_File/CDB_File.so Manifying 1 pod document ===> p5-CDB_File-1.05 depends on: p5-B-COW-* -> p5-B-COW-0.007 ===> p5-CDB_File-1.05 depends on: p5-Test-Warnings-* -> p5-Test-Warnings-0.033 ===> p5-CDB_File-1.05 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> Regression tests for p5-CDB_File-1.05 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CDB_File.bs blib/arch/auto/CDB_File/CDB_File.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01main.t ...... ok t/02last.t ...... ok t/03fetchall.t .. ok t/clear.t ....... ok t/cow.t ......... ok t/empty.t ....... ok t/not_utf8.t .... ok t/undef.t ....... ok t/utf8.t ........ ok All tests successful. Files=9, Tests=205, 2 wallclock secs ( 0.07 usr 0.05 sys + 1.28 cusr 0.51 csys = 1.91 CPU) Result: PASS PASS databases/p5-CDB_File Duration 0m06.58s START databases/p5-DBD-Pg 2024-11-22T07:07:10Z export _LOCKS_HELD="" ===> Cleaning for p5-DBD-Pg-3.17.0 ===> Checking files for p5-DBD-Pg-3.17.0 `/usr/ports/distfiles/DBD-Pg-3.17.0.tar.gz' is up to date. ===> Building from scratch p5-DBD-Pg-3.17.0 ===> p5-DBD-Pg-3.17.0 depends on: p5-DBI->=1.614 -> p5-DBI-1.644 ===> p5-DBD-Pg-3.17.0 depends on: postgresql-client-* -> postgresql-client-16.4p0 ===> Verifying specs: c m perl pq>=2 ===> found c.100.3 m.10.1 perl.24.0 pq.6.15 ===> Checking files for p5-DBD-Pg-3.17.0 `/usr/ports/distfiles/DBD-Pg-3.17.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-DBD-Pg-3.17.0 ===> Patching for p5-DBD-Pg-3.17.0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-DBD-Pg-3.17.0 ===> Configuring for p5-DBD-Pg-3.17.0 Configuring DBD::Pg 3.17.0 PostgreSQL version: 160004 (default port: 5432) POSTGRES_HOME: /usr/local POSTGRES_INCLUDE: /usr/local/include/postgresql POSTGRES_LIB: /usr/local/lib OS: openbsd print() on unopened filehandle STDOUT at /usr/local/libdata/perl5/site_perl/i386-openbsd/DBI/DBD.pm line 3454. Checking if your kit is complete... Looks good Using DBI 1.644 (for perl 5.038002 on i386-openbsd) installed in /usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI/ Generating a Unix-style Makefile Writing Makefile for DBD::Pg Writing MYMETA.yml and MYMETA.json ===> Building for p5-DBD-Pg-3.17.0 cp lib/Bundle/DBD/Pg.pm blib/lib/Bundle/DBD/Pg.pm cp Pg.pm blib/lib/DBD/Pg.pm Running Mkbootstrap for Pg () chmod 644 "Pg.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Pg.bs blib/arch/auto/DBD/Pg/Pg.bs 644 "/usr/bin/perl" -p -e "s/~DRIVER~/Pg/g; s/^do\(/dontdo\(/" /usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI/Driver.xst > Pg.xsi "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Pg.xs > Pg.xsc mv Pg.xsc Pg.c cc -c -I/usr/local/include/postgresql -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPGLIBVERSION=160004 -DPGDEFPORT=5432 -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"3.17.0\" -DXS_VERSION=\"3.17.0\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Pg.c Pg.xs:330:38: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] quoted = type_info->quote(aTHX_ to_quote, len, &retlen, imp_dbh->pg_server_version >= 80100 ? 1 : 0); ^ 1 warning generated. cc -c -I/usr/local/include/postgresql -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPGLIBVERSION=160004 -DPGDEFPORT=5432 -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"3.17.0\" -DXS_VERSION=\"3.17.0\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" dbdimp.c dbdimp.c:2910:41: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] coltype->dequote(aTHX_ string, §ion_size); ^ dbdimp.c:3353:58: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] currph->quoted = currph->bind_type->quote( ^ dbdimp.c:3828:39: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] type_info->dequote(aTHX_ value, &value_len); /* dequote in place */ ^ 3 warnings generated. cc -c -I/usr/local/include/postgresql -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPGLIBVERSION=160004 -DPGDEFPORT=5432 -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"3.17.0\" -DXS_VERSION=\"3.17.0\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" quote.c cc -c -I/usr/local/include/postgresql -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPGLIBVERSION=160004 -DPGDEFPORT=5432 -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"3.17.0\" -DXS_VERSION=\"3.17.0\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" types.c rm -f blib/arch/auto/DBD/Pg/Pg.so LD_RUN_PATH="/usr/local/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Pg.o dbdimp.o quote.o types.o -o blib/arch/auto/DBD/Pg/Pg.so -L/usr/local/lib -lpq -lm chmod 755 blib/arch/auto/DBD/Pg/Pg.so Manifying 2 pod documents ===> p5-DBD-Pg-3.17.0 depends on: p5-Test-Warn-* -> p5-Test-Warn-0.37 ===> p5-DBD-Pg-3.17.0 depends on: postgresql-server-* -> postgresql-server-16.4p0 ===> Regression tests for p5-DBD-Pg-3.17.0 rm -Rf /usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg; export PERL_MM_OPT="INSTALLSITELIB="/usr/local/libdata/perl5/site_perl" INSTALLSITEARCH="/usr/local/libdata/perl5/site_perl/i386-openbsd" INSTALLPRIVLIB="/usr/./libdata/perl5" INSTALLARCHLIB="\${INSTALLPRIVLIB}/i386-openbsd" INSTALLMAN1DIR="/usr/local/man/man1" INSTALLMAN3DIR="/usr/local/man/man3p" INSTALLBIN="${LOCALBASE}/bin" INSTALLSCRIPT="${INSTALLBIN}"" PERL_MM_USE_DEFAULT=1 PORTSDIR="/usr/ports" LIBTOOL="/usr/bin/libtool" PATH='/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local' LOCALBASE='/usr/local' X11BASE='/usr/X11R6' CFLAGS='-O2 -pipe' TRUEPREFIX='/usr/local' DESTDIR='' HOME='/p5-DBD-Pg-3.17.0_writes_to_HOME' PICFLAG="-fpic" BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644 DIRMODE=755 INSTALL_COPY=-c INSTALL_STRIP=-s MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin/install -c -s -m 755" BSD_INSTALL_SCRIPT="/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin/install -c -m 755" BSD_INSTALL_DATA="/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin/install -c -m 644" BSD_INSTALL_MAN="/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin/install -c -m 644" BSD_INSTALL_PROGRAM_DIR="/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin/install -d -m 755" BSD_INSTALL_SCRIPT_DIR="/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin/install -d -m 755" BSD_INSTALL_DATA_DIR="/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin/install -d -m 755" BSD_INSTALL_MAN_DIR="/usr/ports/pobj/p5-DBD-Pg-3.17.0/bin/install -d -m 755" PERL_USE_UNSAFE_INC=1 PGDATA=/usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg PGHOST=/usr/ports/pobj/p5-DBD-Pg-3.17.0 PGDATABASE=testdb; /usr/local/bin/initdb -D /usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg -A trust --locale=C -E UTF8 --nosync; /usr/local/bin/pg_ctl start -w -D /usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg -l /usr/ports/pobj/p5-DBD-Pg-3.17.0/pg-test.log -o "-F -h '' -k /usr/ports/pobj/p5-DBD-Pg-3.17.0"; /usr/local/bin/createuser -s postgres || (/usr/local/bin/pg_ctl stop -D /usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg -m i && exit 1); export PGUSER=postgres; /usr/local/bin/createdb testdb || (/usr/local/bin/pg_ctl stop -D /usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg -m i && exit 1); set +e; cd /usr/ports/pobj/p5-DBD-Pg-3.17.0/DBD-Pg-3.17.0; ( make LIBTOOL="/usr/bin/libtool" SHARED_LIBS_LOG=/usr/ports/pobj/p5-DBD-Pg-3.17.0/DBD-Pg-3.17.0/shared_libs.log DBI_DSN="dbi:Pg:dbname=testdb" DBI_PASS="" DBI_USER=`id -nu` -f Makefile test ); Q=$?; /usr/local/bin/pg_ctl stop -D /usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg -m i; exit $Q The files belonging to this database system will be owned by user "_pbuild". This user must also own the server process. The database cluster will be initialized with locale "C". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 20 selecting default shared_buffers ... 128MB selecting default time zone ... Europe/Berlin creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. Success. You can now start the database server using: /usr/local/bin/pg_ctl -D /usr/ports/pobj/p5-DBD-Pg-3.17.0/testdb-pg -l logfile start waiting for server to start.... done server started "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Pg.bs blib/arch/auto/DBD/Pg/Pg.bs 644 PGINITDB="/usr/local/bin/initdb" PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_signature.t ....... skipped: Set the environment variable TEST_SIGNATURE to enable this test t/00basic.t ............ ok # # DBI Version 1.644 # DBD::Pg Version 3.17.0 # Perl Version 5.38.2 # OS openbsd # PostgreSQL (compiled) 160004 # PostgreSQL (target) 160004 # PostgreSQL (reported) PostgreSQL 16.4 on i386-unknown-openbsd7.6, compiled by OpenBSD clang version 16.0.6, 32-bit # Default port 5432 # DBI_DSN dbi:Pg:db="testdb" # DBI_USER _pbuild # Test schema dbd_pg_testschema # PGHOST /usr/ports/pobj/p5-DBD-Pg-3.17.0 # PGUSER postgres t/01connect.t .......... ok t/01constants.t ........ ok t/02attribs.t .......... ok t/03dbmethod.t ......... ok t/03smethod.t .......... ok t/04misc.t ............. ok t/06bytea.t ............ ok t/07copy.t ............. ok t/08async.t ............ ok t/09arrays.t ........... All 206 subtests passed t/10_pg_error_field.t .. ok t/12placeholders.t ..... ok t/20savepoints.t ....... ok t/30unicode.t .......... ok t/99cleanup.t .......... ok Test Summary Report ------------------- t/09arrays.t (Wstat: 139 (Signal: SEGV, dumped core) Tests: 206 Failed: 0) Non-zero wait status: 139 Files=17, Tests=3038, 31 wallclock secs ( 0.35 usr 0.11 sys + 6.57 cusr 1.61 csys = 8.64 CPU) Result: FAIL Failed 1/17 test programs. 0/3038 subtests failed. *** Error 255 in /usr/ports/pobj/p5-DBD-Pg-3.17.0/DBD-Pg-3.17.0 (Makefile:993 'test_dynamic') waiting for server to shut down.... done server stopped *** Error 2 in . (/usr/ports/databases/postgresql/postgresql.port.mk:44 'do-test') *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3098 '/usr/ports/pobj/p5-DBD-Pg-3.17.0/.test_done': @cd /usr/ports/databases/p5-D...) *** Error 2 in /usr/ports/databases/p5-DBD-Pg (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'test': @lock=p5-DBD-Pg-3.17.0; export _LOCKS_...) FAIL databases/p5-DBD-Pg Command 'make test' failed: 512 START databases/p5-DBD-SQLite 2024-11-22T07:08:01Z export _LOCKS_HELD="" ===> Cleaning for p5-DBD-SQLite-1.74v0 ===> Checking files for p5-DBD-SQLite-1.74v0 `/usr/ports/distfiles/DBD-SQLite-1.74.tar.gz' is up to date. ===> Building from scratch p5-DBD-SQLite-1.74v0 ===> p5-DBD-SQLite-1.74v0 depends on: p5-DBI->=1.57 -> p5-DBI-1.644 ===> p5-DBD-SQLite-1.74v0 depends on: sqlite3-* -> sqlite3-3.47.0 ===> Verifying specs: c perl sqlite3 ===> found c.100.3 perl.24.0 sqlite3.37.27 ===> Checking files for p5-DBD-SQLite-1.74v0 `/usr/ports/distfiles/DBD-SQLite-1.74.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-DBD-SQLite-1.74v0 rm /usr/ports/pobj/p5-DBD-SQLite-1.74/DBD-SQLite-1.74/sqlite3.{c,h} ===> Patching for p5-DBD-SQLite-1.74v0 ===> Applying OpenBSD patch patch-Makefile_PL Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |- Upstream forces use of bundled sqlite but we use the one from ports. | |Index: Makefile.PL |--- Makefile.PL.orig |+++ Makefile.PL -------------------------- Patching file Makefile.PL using Plan A... Hunk #1 succeeded at 129. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-DBD-SQLite-1.74v0 Regenerating ppport.h ===> Configuring for p5-DBD-SQLite-1.74v0 Checking if your kit is complete... Warning: the following files are missing in your kit: sqlite3.c sqlite3.h Please inform the author. Using DBI 1.644 (for perl 5.038002 on i386-openbsd) installed in /usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI/ Generating a Unix-style Makefile Writing Makefile for DBD::SQLite Writing MYMETA.yml and MYMETA.json ===> Building for p5-DBD-SQLite-1.74v0 cp lib/DBD/SQLite.pm blib/lib/DBD/SQLite.pm cp lib/DBD/SQLite/VirtualTable/PerlData.pm blib/lib/DBD/SQLite/VirtualTable/PerlData.pm cp lib/DBD/SQLite/VirtualTable/FileContent.pm blib/lib/DBD/SQLite/VirtualTable/FileContent.pm cp lib/DBD/SQLite/VirtualTable.pm blib/lib/DBD/SQLite/VirtualTable.pm cp lib/DBD/SQLite/Fulltext_search.pod blib/lib/DBD/SQLite/Fulltext_search.pod cp lib/DBD/SQLite/Constants.pm blib/lib/DBD/SQLite/Constants.pm cp lib/DBD/SQLite/GetInfo.pm blib/lib/DBD/SQLite/GetInfo.pm cp lib/DBD/SQLite/Cookbook.pod blib/lib/DBD/SQLite/Cookbook.pod Running Mkbootstrap for SQLite () chmod 644 "SQLite.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs 644 "/usr/bin/perl" -p -e "s/~DRIVER~/SQLite/g" /usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI/Driver.xst > SQLite.xsi "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-DBD-SQLite-1.74/DBD-SQLite-1.74/typemap' SQLite.xs > SQLite.xsc mv SQLite.xsc SQLite.c cc -c -I. -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -Wl,-Bsymbolic -O2 -DVERSION=\"1.74\" -DXS_VERSION=\"1.74\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_MATH_FUNCTIONS -DNDEBUG=1 -DHAVE_USLEEP=1 -DTHREADSAFE=0 SQLite.c cc: warning: -Wl,-Bsymbolic: 'linker' input unused [-Wunused-command-line-argument] cc -c -I. -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -Wl,-Bsymbolic -O2 -DVERSION=\"1.74\" -DXS_VERSION=\"1.74\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_JSON1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_MATH_FUNCTIONS -DNDEBUG=1 -DHAVE_USLEEP=1 -DTHREADSAFE=0 dbdimp.c cc: warning: -Wl,-Bsymbolic: 'linker' input unused [-Wunused-command-line-argument] rm -f blib/arch/auto/DBD/SQLite/SQLite.so LD_RUN_PATH="/usr/local/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -Wl,-Bsymbolic SQLite.o dbdimp.o -o blib/arch/auto/DBD/SQLite/SQLite.so -L/usr/local/lib -lsqlite3 chmod 755 blib/arch/auto/DBD/SQLite/SQLite.so Manifying 7 pod documents ===> Regression tests for p5-DBD-SQLite-1.74v0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t # $DBI::VERSION=1.644 # Compile Options: # ATOMIC_INTRINSICS=1 # COMPILER=clang-16.0.6 # DEFAULT_AUTOVACUUM # DEFAULT_CACHE_SIZE=-2000 # DEFAULT_FILE_FORMAT=4 # DEFAULT_JOURNAL_SIZE_LIMIT=-1 # DEFAULT_MMAP_SIZE=0 # DEFAULT_PAGE_SIZE=4096 # DEFAULT_PCACHE_INITSZ=20 # DEFAULT_RECURSIVE_TRIGGERS # DEFAULT_SECTOR_SIZE=4096 # DEFAULT_SYNCHRONOUS=2 # DEFAULT_WAL_AUTOCHECKPOINT=1000 # DEFAULT_WAL_SYNCHRONOUS=2 # DEFAULT_WORKER_THREADS=0 # DIRECT_OVERFLOW_READ # ENABLE_COLUMN_METADATA # ENABLE_DBSTAT_VTAB # ENABLE_FTS3 # ENABLE_FTS4 # ENABLE_FTS5 # ENABLE_GEOPOLY # ENABLE_MATH_FUNCTIONS # ENABLE_RTREE # ENABLE_UNLOCK_NOTIFY # MALLOC_SOFT_LIMIT=1024 # MAX_ATTACHED=10 # MAX_COLUMN=2000 # MAX_COMPOUND_SELECT=500 # MAX_DEFAULT_PAGE_SIZE=8192 # MAX_EXPR_DEPTH=1000 # MAX_FUNCTION_ARG=127 # MAX_LENGTH=1000000000 # MAX_LIKE_PATTERN_LENGTH=50000 # MAX_MMAP_SIZE=0 # MAX_PAGE_COUNT=0xfffffffe # MAX_PAGE_SIZE=65536 # MAX_SQL_LENGTH=1000000000 # MAX_TRIGGER_DEPTH=1000 # MAX_VARIABLE_NUMBER=32766 # MAX_VDBE_OP=250000000 # MAX_WORKER_THREADS=8 # MUTEX_PTHREADS # SYSTEM_MALLOC # TEMP_STORE=1 # THREADSAFE=1 t/01_compile.t ........................................ ok # sqlite_version=3.47.0 t/02_logon.t .......................................... ok t/03_create_table.t ................................... ok t/04_insert.t ......................................... ok t/05_select.t ......................................... ok t/06_tran.t ........................................... ok t/07_error.t .......................................... ok t/08_busy.t ........................................... ok t/09_create_function.t ................................ ok t/10_create_aggregate.t ............................... ok t/11_get_info.t ....................................... ok t/12_unicode.t ........................................ ok t/13_create_collation.t ............................... ok t/14_progress_handler.t ............................... ok t/15_ak_dbd.t ......................................... ok t/16_column_info.t .................................... ok t/17_createdrop.t ..................................... ok t/18_insertfetch.t .................................... ok t/19_bindparam.t ...................................... ok t/20_blobs.t .......................................... ok t/21_blobtext.t ....................................... ok t/22_listfields.t ..................................... ok t/23_nulls.t .......................................... ok t/24_numrows.t ........................................ ok t/25_chopblanks.t ..................................... ok t/26_commit.t ......................................... ok t/27_metadata.t ....................................... ok t/28_schemachange.t ................................... ok t/30_auto_rollback.t .................................. ok t/31_bind_weird_number_param.t ........................ ok t/32_inactive_error.t ................................. ok t/33_non_latin_path.t ................................. ok t/34_online_backup.t .................................. ok t/35_table_info.t ..................................... ok t/36_hooks.t .......................................... ok t/37_regexp.t ......................................... ok t/38_empty_statement.t ................................ ok t/39_foreign_keys.t ................................... ok t/40_multiple_statements.t ............................ ok t/41_placeholders.t ................................... ok t/42_primary_key_info.t ............................... ok t/43_fts3.t ........................................... ok t/44_rtree.t .......................................... ok t/45_savepoints.t ..................................... ok t/46_mod_perl.t ....................................... ok t/47_execute.t ........................................ ok t/48_bind_param_is_sticky.t ........................... ok t/49_trace_and_profile.t .............................. ok t/50_foreign_key_info.t ............................... ok t/51_table_column_metadata.t .......................... ok t/52_db_filename.t .................................... ok t/53_status.t ......................................... ok t/54_literal_txn.t .................................... ok t/55_statistics_info.t ................................ ok t/56_open_flags.t ..................................... ok t/57_uri_filename.t ................................... ok t/58_see_if_its_a_number_and_explicit_binding.t ....... ok t/59_extended_result_codes.t .......................... skipped: this test is for Win32 only t/60_readonly.t ....................................... ok t/61_strlike.t ........................................ ok t/62_regexp_multibyte_char_class.t .................... ok t/63_param_values.t ................................... ok t/64_limit.t .......................................... ok t/65_db_config.t ...................................... ok t/66_get_autocommit.t ................................. ok t/cookbook_variance.t ................................. ok t/rt_106151_outermost_savepoint.t ..................... ok t/rt_106950_extra_warnings_with_savepoints.t .......... ok t/rt_115465_column_info_with_spaces.t ................. ok t/rt_124227_index_regression.t ........................ ok t/rt_15186_prepcached.t ............................... ok t/rt_21406_auto_finish.t .............................. ok t/rt_25371_asymmetric_unicode.t ....................... ok t/rt_25460_numeric_aggregate.t ........................ ok t/rt_25924_user_defined_func_unicode.t ................ ok t/rt_26775_distinct.t ................................. ok t/rt_27553_prepared_cache_and_analyze.t ............... ok t/rt_29058_group_by.t ................................. ok t/rt_29629_sqlite_where_length.t ...................... ok t/rt_31324_full_names.t ............................... ok t/rt_32889_prepare_cached_reexecute.t ................. ok t/rt_36836_duplicate_key.t ............................ ok t/rt_36838_unique_and_bus_error.t ..................... ok t/rt_40594_nullable.t ................................. ok t/rt_48393_debug_panic_with_commit.t .................. skipped: set $ENV{TEST_DBD_SQLITE_WITH_DEBUGGER} to enable this test t/rt_50503_fts3.t ..................................... ok t/rt_52573_manual_exclusive_lock.t .................... ok t/rt_53235_icu_compatibility.t ........................ skipped: requires SQLite ICU plugin to be enabled t/rt_62370_diconnected_handles_operation.t ............ ok t/rt_64177_ping_wipes_out_the_errstr.t ................ ok t/rt_67581_bind_params_mismatch.t ..................... ok t/rt_71311_bind_col_and_unicode.t ..................... ok t/rt_73159_fts_tokenizer_segfault.t ................... ok t/rt_73787_exponential_buffer_overflow.t .............. ok t/rt_76395_int_overflow.t ............................. ok t/rt_77724_primary_key_with_a_whitespace.t ............ ok t/rt_78833_utf8_flag_for_column_names.t ............... ok t/rt_81536_multi_column_primary_key_info.t ............ ok t/rt_88228_sqlite_3_8_0_crash.t ....................... ok t/rt_96050_db_filename_for_a_closed_database.t ........ ok t/rt_96877_unicode_statements.t ....................... ok t/rt_96878_fts_contentless_table.t .................... ok t/rt_97598_crash_on_disconnect_with_virtual_tables.t .. ok t/virtual_table/00_base.t ............................. ok t/virtual_table/01_destroy.t .......................... ok t/virtual_table/02_find_function.t .................... ok t/virtual_table/10_filecontent.t ...................... ok t/virtual_table/11_filecontent_fulltext.t ............. ok t/virtual_table/20_perldata.t ......................... ok t/virtual_table/21_perldata_charinfo.t ................ ok t/virtual_table/rt_124941.t ........................... ok t/virtual_table/rt_99748.t ............................ ok t/virtual_table/unknown_op.t .......................... ok All tests successful. Files=113, Tests=3862, 35 wallclock secs ( 0.62 usr 0.55 sys + 17.08 cusr 6.89 csys = 25.14 CPU) Result: PASS PASS databases/p5-DBD-SQLite Duration 0m45.02s START databases/p5-DBD-SQLite2 2024-11-22T07:08:46Z export _LOCKS_HELD="" ===> Cleaning for p5-DBD-SQLite2-0.38 ===> Checking files for p5-DBD-SQLite2-0.38 `/usr/ports/distfiles/DBD-SQLite2-0.38.tar.gz' is up to date. ===> Building from scratch p5-DBD-SQLite2-0.38 ===> p5-DBD-SQLite2-0.38 depends on: p5-DBI->=1.08 -> p5-DBI-1.644 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-DBD-SQLite2-0.38 `/usr/ports/distfiles/DBD-SQLite2-0.38.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-DBD-SQLite2-0.38 ===> Patching for p5-DBD-SQLite2-0.38 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-DBD-SQLite2-0.38 ===> Configuring for p5-DBD-SQLite2-0.38 Checking if your kit is complete... Looks good Using DBI 1.644 (for perl 5.038002 on i386-openbsd) installed in /usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI/ Generating a Unix-style Makefile Writing Makefile for DBD::SQLite2 Writing MYMETA.yml and MYMETA.json ===> Building for p5-DBD-SQLite2-0.38 cp getsqlite.pl blib/lib/DBD/getsqlite.pl cp lib/DBD/SQLite2.pm blib/lib/DBD/SQLite2.pm Running Mkbootstrap for SQLite2 () chmod 644 "SQLite2.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite2.bs blib/arch/auto/DBD/SQLite2/SQLite2.bs 644 "/usr/bin/perl" -p -e "s/~DRIVER~/SQLite2/g" /usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI/Driver.xst > SQLite2.xsi "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' SQLite2.xs > SQLite2.xsc mv SQLite2.xsc SQLite2.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 SQLite2.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 attach.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 auth.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 btree.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 btree_rb.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 build.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 copy.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 date.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 dbdimp.c dbdimp.c:304:7: warning: expression result unused [-Wunused-value] *cval++; len--; ^~~~~~~ dbdimp.c:323:11: warning: expression result unused [-Wunused-value] *input++; ^~~~~~~~ dbdimp.c:329:11: warning: expression result unused [-Wunused-value] *input++; ^~~~~~~~ dbdimp.c:336:5: warning: expression result unused [-Wunused-value] *input++; ^~~~~~~~ 4 warnings generated. cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 delete.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 encode.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 expr.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 func.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 hash.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 insert.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 main.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 opcodes.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 os.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 pager.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 parse.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 pragma.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 printf.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 random.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 select.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 table.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 tokenize.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 trigger.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 update.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 util.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 vacuum.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 vdbe.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 vdbeaux.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/DBI -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -O2 -DVERSION=\"0.38\" -DXS_VERSION=\"0.38\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNDEBUG=1 -DSQLITE_PTR_SZ=4 -DHAVE_USLEEP=1 where.c rm -f blib/arch/auto/DBD/SQLite2/SQLite2.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib SQLite2.o attach.o auth.o btree.o btree_rb.o build.o copy.o date.o dbdimp.o delete.o encode.o expr.o func.o hash.o insert.o main.o opcodes.o os.o pager.o parse.o pragma.o printf.o random.o select.o table.o tokenize.o trigger.o update.o util.o vacuum.o vdbe.o vdbeaux.o where.o -o blib/arch/auto/DBD/SQLite2/SQLite2.so chmod 755 blib/arch/auto/DBD/SQLite2/SQLite2.so Manifying 1 pod document ===> Regression tests for p5-DBD-SQLite2-0.38 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite2.bs blib/arch/auto/DBD/SQLite2/SQLite2.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00basic.t .................. ok t/01logon.t .................. ok t/02cr_table.t ............... ok t/03insert.t ................. ok t/04select.t ................. ok t/05tran.t ................... ok t/06error.t .................. ok t/08create_function.t ........ ok t/09create_aggregate.t ....... ok t/10dsnlist.t ................ ok t/20createdrop.t ............. ok t/30insertfetch.t ............ ok t/40bindparam.t .............. ok t/40blobs.t .................. ok t/40listfields.t ............. ok t/40nulls.t .................. ok t/40numrows.t ................ ok t/50chopblanks.t ............. ok t/50commit.t ................. ok t/60metadata.t ............... ok t/90cppcomments.t ............ ok t/98_kwalitee.t .............. skipped: This test is only run for the module author t/98_meta.t .................. skipped: This test is only run for the module author t/98_perl_minimum_version.t .. skipped: Author tests not required for installation t/98_pod-coverage.t .......... skipped: This test is only run for the module author t/98_pod.t ................... ok t/99cleanup.t ................ ok t/ak-dbd.t ................... ok t/dbdadmin.t ................. ok All tests successful. Files=29, Tests=353, 3 wallclock secs ( 0.12 usr 0.10 sys + 1.88 cusr 0.92 csys = 3.02 CPU) Result: PASS PASS databases/p5-DBD-SQLite2 Duration 0m22.54s START databases/p5-DBI 2024-11-22T07:09:08Z export _LOCKS_HELD="" ===> Cleaning for p5-DBI-1.644 ===> Checking files for p5-DBI-1.644 `/usr/ports/distfiles/DBI-1.644.tar.gz' is up to date. ===> Building from scratch p5-DBI-1.644 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-DBI-1.644 `/usr/ports/distfiles/DBI-1.644.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-DBI-1.644 ===> Patching for p5-DBI-1.644 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-DBI-1.644 Regenerating dbipport.h ===> Configuring for p5-DBI-1.644 Your perl was compiled with Clang (version 16.0.6). As this is not GCC, version checking is skipped. Creating test wrappers for DBD::Gofer: t/zvg_01basics.t t/zvg_02dbidrv.t t/zvg_03handle.t t/zvg_04mods.t t/zvg_05concathash.t t/zvg_06attrs.t t/zvg_07kids.t t/zvg_08keeperr.t t/zvg_09trace.t t/zvg_10examp.t t/zvg_11fetch.t t/zvg_12quote.t t/zvg_13taint.t t/zvg_14utf8.t t/zvg_15array.t t/zvg_16destroy.t t/zvg_17handle_error.t t/zvg_19fhtrace.t t/zvg_20meta.t t/zvg_30subclass.t t/zvg_31methcache.t t/zvg_35thrclone.t t/zvg_40profile.t t/zvg_41prof_dump.t t/zvg_42prof_data.t t/zvg_43prof_env.t t/zvg_48dbi_dbd_sqlengine.t t/zvg_49dbd_file.t t/zvg_50dbm_simple.t t/zvg_51dbm_file.t t/zvg_52dbm_complex.t t/zvg_53sqlengine_adv.t t/zvg_54_dbd_mem.t t/zvg_60preparse.t t/zvg_65transact.t t/zvg_70callbacks.t t/zvg_72childhandles.t t/zvg_73cachedkids.t t/zvg_80proxy.t t/zvg_85gofer.t t/zvg_86gofer_fail.t t/zvg_87gofer_cache.t t/zvg_90sql_type_cast.t t/zvg_91_store_warning.t Creating test wrappers for DBI::SQL::Nano: t/zvn_48dbi_dbd_sqlengine.t t/zvn_49dbd_file.t t/zvn_50dbm_simple.t t/zvn_51dbm_file.t t/zvn_52dbm_complex.t t/zvn_85gofer.t Creating test wrappers for DBI::PurePerl: t/zvp_01basics.t t/zvp_02dbidrv.t t/zvp_03handle.t t/zvp_04mods.t t/zvp_05concathash.t t/zvp_06attrs.t t/zvp_07kids.t t/zvp_08keeperr.t t/zvp_09trace.t t/zvp_10examp.t t/zvp_11fetch.t t/zvp_12quote.t t/zvp_13taint.t t/zvp_14utf8.t t/zvp_15array.t t/zvp_16destroy.t t/zvp_17handle_error.t t/zvp_19fhtrace.t t/zvp_20meta.t t/zvp_30subclass.t t/zvp_31methcache.t t/zvp_35thrclone.t t/zvp_40profile.t t/zvp_41prof_dump.t t/zvp_42prof_data.t t/zvp_43prof_env.t t/zvp_48dbi_dbd_sqlengine.t t/zvp_49dbd_file.t t/zvp_50dbm_simple.t t/zvp_51dbm_file.t t/zvp_52dbm_complex.t t/zvp_53sqlengine_adv.t t/zvp_54_dbd_mem.t t/zvp_60preparse.t t/zvp_65transact.t t/zvp_70callbacks.t t/zvp_72childhandles.t t/zvp_73cachedkids.t t/zvp_80proxy.t t/zvp_85gofer.t t/zvp_86gofer_fail.t t/zvp_87gofer_cache.t t/zvp_90sql_type_cast.t t/zvp_91_store_warning.t Creating test wrappers for DBD::Gofer + DBI::SQL::Nano: t/zvxgn_48dbi_dbd_sqlengine.t t/zvxgn_49dbd_file.t t/zvxgn_50dbm_simple.t t/zvxgn_51dbm_file.t t/zvxgn_52dbm_complex.t t/zvxgn_85gofer.t Creating test wrappers for DBD::Gofer + DBI::PurePerl: t/zvxgp_01basics.t t/zvxgp_02dbidrv.t t/zvxgp_03handle.t t/zvxgp_04mods.t t/zvxgp_05concathash.t t/zvxgp_06attrs.t t/zvxgp_07kids.t t/zvxgp_08keeperr.t t/zvxgp_09trace.t t/zvxgp_10examp.t t/zvxgp_11fetch.t t/zvxgp_12quote.t t/zvxgp_13taint.t t/zvxgp_14utf8.t t/zvxgp_15array.t t/zvxgp_16destroy.t t/zvxgp_17handle_error.t t/zvxgp_19fhtrace.t t/zvxgp_20meta.t t/zvxgp_30subclass.t t/zvxgp_31methcache.t t/zvxgp_35thrclone.t t/zvxgp_40profile.t t/zvxgp_41prof_dump.t t/zvxgp_42prof_data.t t/zvxgp_43prof_env.t t/zvxgp_48dbi_dbd_sqlengine.t t/zvxgp_49dbd_file.t t/zvxgp_50dbm_simple.t t/zvxgp_51dbm_file.t t/zvxgp_52dbm_complex.t t/zvxgp_53sqlengine_adv.t t/zvxgp_54_dbd_mem.t t/zvxgp_60preparse.t t/zvxgp_65transact.t t/zvxgp_70callbacks.t t/zvxgp_72childhandles.t t/zvxgp_73cachedkids.t t/zvxgp_80proxy.t t/zvxgp_85gofer.t t/zvxgp_86gofer_fail.t t/zvxgp_87gofer_cache.t t/zvxgp_90sql_type_cast.t t/zvxgp_91_store_warning.t Creating test wrappers for DBI::SQL::Nano + DBI::PurePerl: t/zvxnp_48dbi_dbd_sqlengine.t t/zvxnp_49dbd_file.t t/zvxnp_50dbm_simple.t t/zvxnp_51dbm_file.t t/zvxnp_52dbm_complex.t t/zvxnp_85gofer.t Creating test wrappers for DBD::Gofer + DBI::SQL::Nano + DBI::PurePerl: t/zvxgnp_48dbi_dbd_sqlengine.t t/zvxgnp_49dbd_file.t t/zvxgnp_50dbm_simple.t t/zvxgnp_51dbm_file.t t/zvxgnp_52dbm_complex.t t/zvxgnp_85gofer.t Checking if your kit is complete... Looks good I see you're using perl 5.038002 on i386-openbsd, okay. Remember to actually *read* the README file! Use 'make' to build the software (dmake or nmake on Windows). Then 'make test' to execute self tests. Then 'make install' to install the DBI and then delete this working directory before unpacking and building any DBD::* drivers. Generating a Unix-style Makefile Writing Makefile for DBI Writing MYMETA.yml and MYMETA.json ===> Building for p5-DBI-1.644 "/usr/bin/perl" -MExtUtils::Command -e 'mkpath' -- blib/lib/DBI rm -f blib/lib/DBI/Changes.pm cp Changes blib/lib/DBI/Changes.pm "/usr/bin/perl" dbixs_rev.pl Skipping regeneration of dbixs_rev.h cp lib/DBI/Profile.pm blib/lib/DBI/Profile.pm cp lib/DBD/Gofer/Policy/pedantic.pm blib/lib/DBD/Gofer/Policy/pedantic.pm cp lib/DBD/File/HowTo.pod blib/lib/DBD/File/HowTo.pod cp lib/DBD/File/Roadmap.pod blib/lib/DBD/File/Roadmap.pod cp lib/DBI/Gofer/Execute.pm blib/lib/DBI/Gofer/Execute.pm cp dbd_xsh.h blib/arch/auto/DBI/dbd_xsh.h cp lib/DBI/Util/_accessor.pm blib/lib/DBI/Util/_accessor.pm cp lib/DBD/Gofer/Transport/corostream.pm blib/lib/DBD/Gofer/Transport/corostream.pm cp lib/DBI/ProfileData.pm blib/lib/DBI/ProfileData.pm cp lib/DBI/Gofer/Serializer/DataDumper.pm blib/lib/DBI/Gofer/Serializer/DataDumper.pm cp lib/DBI/DBD.pm blib/lib/DBI/DBD.pm cp lib/DBI/DBD/SqlEngine/Developers.pod blib/lib/DBI/DBD/SqlEngine/Developers.pod cp lib/DBI/Const/GetInfoReturn.pm blib/lib/DBI/Const/GetInfoReturn.pm cp lib/DBD/Mem.pm blib/lib/DBD/Mem.pm cp dbi_sql.h blib/arch/auto/DBI/dbi_sql.h cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm cp lib/DBD/Gofer/Transport/stream.pm blib/lib/DBD/Gofer/Transport/stream.pm cp dbivport.h blib/arch/auto/DBI/dbivport.h cp lib/DBD/Sponge.pm blib/lib/DBD/Sponge.pm cp lib/DBI/Gofer/Transport/stream.pm blib/lib/DBI/Gofer/Transport/stream.pm cp lib/DBD/Gofer/Policy/rush.pm blib/lib/DBD/Gofer/Policy/rush.pm cp lib/DBI/Gofer/Response.pm blib/lib/DBI/Gofer/Response.pm cp lib/DBI/Gofer/Request.pm blib/lib/DBI/Gofer/Request.pm cp dbixs_rev.h blib/arch/auto/DBI/dbixs_rev.h cp DBIXS.h blib/arch/auto/DBI/DBIXS.h cp lib/DBD/Gofer/Policy/classic.pm blib/lib/DBD/Gofer/Policy/classic.pm cp lib/DBI/ProxyServer.pm blib/lib/DBI/ProxyServer.pm cp lib/DBI/SQL/Nano.pm blib/lib/DBI/SQL/Nano.pm cp lib/DBI/Util/CacheMemory.pm blib/lib/DBI/Util/CacheMemory.pm cp lib/DBI/Const/GetInfo/ODBC.pm blib/lib/DBI/Const/GetInfo/ODBC.pm cp lib/DBD/File/Developers.pod blib/lib/DBD/File/Developers.pod cp lib/DBD/NullP.pm blib/lib/DBD/NullP.pm cp lib/DBI/ProfileDumper.pm blib/lib/DBI/ProfileDumper.pm cp lib/DBI/DBD/SqlEngine.pm blib/lib/DBI/DBD/SqlEngine.pm cp lib/DBI/ProfileDumper/Apache.pm blib/lib/DBI/ProfileDumper/Apache.pm cp lib/DBI/PurePerl.pm blib/lib/DBI/PurePerl.pm cp lib/DBD/File.pm blib/lib/DBD/File.pm cp Driver_xst.h blib/arch/auto/DBI/Driver_xst.h cp lib/DBD/ExampleP.pm blib/lib/DBD/ExampleP.pm cp lib/DBI/Gofer/Serializer/Storable.pm blib/lib/DBI/Gofer/Serializer/Storable.pm cp lib/DBI/DBD/SqlEngine/HowTo.pod blib/lib/DBI/DBD/SqlEngine/HowTo.pod cp lib/DBI/Const/GetInfoType.pm blib/lib/DBI/Const/GetInfoType.pm cp lib/DBD/Proxy.pm blib/lib/DBD/Proxy.pm cp lib/DBI/DBD/Metadata.pm blib/lib/DBI/DBD/Metadata.pm cp lib/DBI/Gofer/Transport/pipeone.pm blib/lib/DBI/Gofer/Transport/pipeone.pm cp lib/Bundle/DBI.pm blib/lib/Bundle/DBI.pm cp lib/DBD/Gofer/Transport/null.pm blib/lib/DBD/Gofer/Transport/null.pm cp lib/DBI/Gofer/Transport/Base.pm blib/lib/DBI/Gofer/Transport/Base.pm cp lib/DBI/W32ODBC.pm blib/lib/DBI/W32ODBC.pm cp DBI.pm blib/lib/DBI.pm cp lib/DBI/Gofer/Serializer/Base.pm blib/lib/DBI/Gofer/Serializer/Base.pm cp lib/DBD/DBM.pm blib/lib/DBD/DBM.pm cp lib/DBD/Gofer/Transport/pipeone.pm blib/lib/DBD/Gofer/Transport/pipeone.pm cp dbixs_rev.pl blib/lib/dbixs_rev.pl cp lib/DBD/Gofer/Transport/Base.pm blib/lib/DBD/Gofer/Transport/Base.pm cp lib/DBD/Gofer.pm blib/lib/DBD/Gofer.pm cp lib/DBD/Gofer/Policy/Base.pm blib/lib/DBD/Gofer/Policy/Base.pm cp Driver.xst blib/arch/auto/DBI/Driver.xst cp dbipport.h blib/arch/auto/DBI/dbipport.h cp lib/DBI/Const/GetInfo/ANSI.pm blib/lib/DBI/Const/GetInfo/ANSI.pm cp lib/DBI/ProfileSubs.pm blib/lib/DBI/ProfileSubs.pm Running Mkbootstrap for DBI () chmod 644 "DBI.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DBI.bs blib/arch/auto/DBI/DBI.bs 644 "/usr/bin/perl" -p -e "s/~DRIVER~/Perl/g" ./Driver.xst > Perl.xsi "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-DBI-1.644/DBI-1.644/typemap' Perl.xs > Perl.xsc mv Perl.xsc Perl.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.644\" -DXS_VERSION=\"1.644\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter -Wno-compound-token-split-by-macro -Wno-constant-conversion -Wno-implicit-const-int-float-conversion -DDBI_NO_THREADS Perl.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-DBI-1.644/DBI-1.644/typemap' DBI.xs > DBI.xsc mv DBI.xsc DBI.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.644\" -DXS_VERSION=\"1.644\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter -Wno-compound-token-split-by-macro -Wno-constant-conversion -Wno-implicit-const-int-float-conversion -DDBI_NO_THREADS DBI.c DBI.xs:1109:14: warning: incompatible pointer types passing 'SV *' (aka 'struct sv *') to parameter of type 'HV *' (aka 'struct hv *') [-Wincompatible-pointer-types] if (!hv_fetch(ohv,"_NO_DESTRUCT_WARN",17,0)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/hv.h:541:31: note: expanded from macro 'hv_fetch' ((SV**) hv_common_key_len((hv), (key), (klen), (lval) \ ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:293:78: note: expanded from macro 'hv_common_key_len' # define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) ^ /usr/libdata/perl5/i386-openbsd/CORE/proto.h:1574:34: note: passing argument to parameter 'hv' here Perl_hv_common_key_len(pTHX_ HV *hv, const char *key, I32 klen_i32, const int action, SV *val, const U32 hash); ^ 1 warning generated. rm -f blib/arch/auto/DBI/DBI.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib DBI.o -o blib/arch/auto/DBI/DBI.so chmod 755 blib/arch/auto/DBI/DBI.so "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" dbilogstrip.PL dbilogstrip Extracted dbilogstrip from dbilogstrip.PL with variable substitutions. "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" dbiprof.PL dbiprof Extracted dbiprof from dbiprof.PL with variable substitutions. "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" dbiproxy.PL dbiproxy Extracted dbiproxy from dbiproxy.PL with variable substitutions. cp dbilogstrip blib/script/dbilogstrip "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbilogstrip cp dbiprof blib/script/dbiprof "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbiprof cp dbiproxy blib/script/dbiproxy "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dbiproxy Manifying 3 pod documents Manifying 49 pod documents ===> p5-DBI-1.644 depends on: p5-Test-Pod->=1.00 -> p5-Test-Pod-1.52p0 ===> p5-DBI-1.644 depends on: p5-PlRPC->=0.2017 -> p5-PlRPC-0.2020p0 ===> p5-DBI-1.644 depends on: p5-SQL-Statement->=1.400 -> p5-SQL-Statement-1.414 ===> p5-DBI-1.644 depends on: p5-MLDBM-* -> p5-MLDBM-2.05p0 ===> Regression tests for p5-DBI-1.644 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DBI.bs blib/arch/auto/DBI/DBI.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # --- Perl 5.038002 on i386-openbsd t/01basics.t .................... ok (in cleanup) dbih_getcom handle DBI::dr=HASH(0x603d2e00) is not a DBI handle (has no magic) during global destruction. t/02dbidrv.t .................... ok t/03handle.t .................... ok t/04mods.t ...................... ok t/05concathash.t ................ ok t/06attrs.t ..................... ok t/07kids.t ...................... ok t/08keeperr.t ................... ok t/09trace.t ..................... ok t/10examp.t ..................... ok t/11fetch.t ..................... ok t/12quote.t ..................... ok t/13taint.t ..................... ok t/14utf8.t ...................... ok t/15array.t ..................... ok t/16destroy.t ................... ok t/17handle_error.t .............. ok t/19fhtrace.t ................... ok t/20meta.t ...................... ok t/30subclass.t .................. ok t/31methcache.t ................. ok t/35thrclone.t .................. skipped: this openbsd perl 5.038002 not supported for DBI iThreads t/40profile.t ................... ok t/41prof_dump.t ................. ok t/42prof_data.t ................. ok t/43prof_env.t .................. ok Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/48dbi_dbd_sqlengine.t ......... ok t/49dbd_file.t .................. ok Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/50dbm_simple.t ................ ok Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/51dbm_file.t .................. ok t/52dbm_complex.t ............... ok Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/53sqlengine_adv.t ............. ok Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/54_dbd_mem.t .................. ok t/60preparse.t .................. ok t/65transact.t .................. ok t/70callbacks.t ................. ok t/72childhandles.t .............. ok t/73cachedkids.t ................ ok Use of uninitialized value $Config::Config{"usethreads"} in string eq at /usr/ports/pobj/p5-DBI-1.644/DBI-1.644/blib/lib/DBI/ProxyServer.pm line 100. Fri Nov 22 08:09:34 2024 notice, Server starting t/80proxy.t ..................... ok t/85gofer.t ..................... ok t/86gofer_fail.t ................ ok t/87gofer_cache.t ............... ok t/90sql_type_cast.t ............. ok t/91_store_warning.t ............ ok t/pod-coverage.t ................ skipped: Currently a developer-only test t/pod.t ......................... ok # --- Perl 5.038002 on i386-openbsd t/zvg_01basics.t ................ ok (in cleanup) dbih_getcom handle DBI::dr=HASH(0x7dfcb7c0) is not a DBI handle (has no magic) during global destruction. t/zvg_02dbidrv.t ................ ok t/zvg_03handle.t ................ ok t/zvg_04mods.t .................. ok t/zvg_05concathash.t ............ ok t/zvg_06attrs.t ................. ok t/zvg_07kids.t .................. ok t/zvg_08keeperr.t ............... ok t/zvg_09trace.t ................. ok t/zvg_10examp.t ................. ok t/zvg_11fetch.t ................. ok t/zvg_12quote.t ................. ok t/zvg_13taint.t ................. skipped: Taint attribute tests not functional with DBI_AUTOPROXY t/zvg_14utf8.t .................. ok t/zvg_15array.t ................. ok t/zvg_16destroy.t ............... ok t/zvg_17handle_error.t .......... ok t/zvg_19fhtrace.t ............... ok t/zvg_20meta.t .................. ok t/zvg_30subclass.t .............. ok t/zvg_31methcache.t ............. ok t/zvg_35thrclone.t .............. skipped: this openbsd perl 5.038002 not supported for DBI iThreads t/zvg_40profile.t ............... ok t/zvg_41prof_dump.t ............. ok t/zvg_42prof_data.t ............. ok t/zvg_43prof_env.t .............. ok Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/zvg_48dbi_dbd_sqlengine.t ..... ok t/zvg_49dbd_file.t .............. ok Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/zvg_50dbm_simple.t ............ ok Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/zvg_51dbm_file.t .............. ok t/zvg_52dbm_complex.t ........... ok t/zvg_53sqlengine_adv.t ......... skipped: Modifying driver state won't compute running behind Gofer t/zvg_54_dbd_mem.t .............. skipped: modifying meta data doesn't work with Gofer-AutoProxy t/zvg_60preparse.t .............. ok t/zvg_65transact.t .............. skipped: Transactions not supported by DBD::Gofer t/zvg_70callbacks.t ............. ok t/zvg_72childhandles.t .......... ok t/zvg_73cachedkids.t ............ ok Use of uninitialized value $Config::Config{"usethreads"} in string eq at /usr/ports/pobj/p5-DBI-1.644/DBI-1.644/blib/lib/DBI/ProxyServer.pm line 100. Fri Nov 22 08:10:13 2024 notice, Server starting t/zvg_80proxy.t ................. ok Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/zvg_85gofer.t ................. ok t/zvg_86gofer_fail.t ............ skipped: Gofer DBI_AUTOPROXY t/zvg_87gofer_cache.t ........... skipped: Gofer DBI_AUTOPROXY t/zvg_90sql_type_cast.t ......... ok t/zvg_91_store_warning.t ........ ok t/zvn_48dbi_dbd_sqlengine.t ..... ok t/zvn_49dbd_file.t .............. ok t/zvn_50dbm_simple.t ............ ok t/zvn_51dbm_file.t .............. ok t/zvn_52dbm_complex.t ........... skipped: DBI::SQL::Nano is being used t/zvn_85gofer.t ................. ok # --- Perl 5.038002 on i386-openbsd t/zvp_01basics.t ................ ok t/zvp_02dbidrv.t ................ ok t/zvp_03handle.t ................ ok t/zvp_04mods.t .................. ok t/zvp_05concathash.t ............ ok t/zvp_06attrs.t ................. ok t/zvp_07kids.t .................. skipped: $h->{Kids} attribute not supported for DBI::PurePerl t/zvp_08keeperr.t ............... ok t/zvp_09trace.t ................. ok t/zvp_10examp.t ................. ok t/zvp_11fetch.t ................. ok t/zvp_12quote.t ................. ok t/zvp_13taint.t ................. skipped: Taint attributes not supported with DBI::PurePerl t/zvp_14utf8.t .................. ok t/zvp_15array.t ................. ok t/zvp_16destroy.t ............... ok t/zvp_17handle_error.t .......... ok t/zvp_19fhtrace.t ............... ok t/zvp_20meta.t .................. ok t/zvp_30subclass.t .............. ok t/zvp_31methcache.t ............. ok t/zvp_35thrclone.t .............. skipped: this openbsd perl 5.038002 not supported for DBI iThreads t/zvp_40profile.t ............... skipped: profiling not supported for DBI::PurePerl t/zvp_41prof_dump.t ............. skipped: profiling not supported for DBI::PurePerl t/zvp_42prof_data.t ............. skipped: profiling not supported for DBI::PurePerl t/zvp_43prof_env.t .............. skipped: profiling not supported for DBI::PurePerl Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/zvp_48dbi_dbd_sqlengine.t ..... ok t/zvp_49dbd_file.t .............. ok Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/zvp_50dbm_simple.t ............ ok Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/zvp_51dbm_file.t .............. ok t/zvp_52dbm_complex.t ........... ok Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/zvp_53sqlengine_adv.t ......... ok Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/zvp_54_dbd_mem.t .............. ok t/zvp_60preparse.t .............. skipped: preparse not supported for DBI::PurePerl t/zvp_65transact.t .............. ok t/zvp_70callbacks.t ............. skipped: $h->{Callbacks} attribute not supported for DBI::PurePerl t/zvp_72childhandles.t .......... ok t/zvp_73cachedkids.t ............ ok t/zvp_80proxy.t ................. skipped: DBD::Proxy currently has a problem under DBI::PurePerl Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/zvp_85gofer.t ................. ok t/zvp_86gofer_fail.t ............ skipped: requires Callbacks which are not supported with PurePerl t/zvp_87gofer_cache.t ........... ok t/zvp_90sql_type_cast.t ......... ok t/zvp_91_store_warning.t ........ ok t/zvxgn_48dbi_dbd_sqlengine.t ... ok t/zvxgn_49dbd_file.t ............ ok t/zvxgn_50dbm_simple.t .......... ok t/zvxgn_51dbm_file.t ............ ok t/zvxgn_52dbm_complex.t ......... skipped: DBI::SQL::Nano is being used t/zvxgn_85gofer.t ............... ok t/zvxgnp_48dbi_dbd_sqlengine.t .. ok t/zvxgnp_49dbd_file.t ........... ok t/zvxgnp_50dbm_simple.t ......... ok t/zvxgnp_51dbm_file.t ........... ok t/zvxgnp_52dbm_complex.t ........ skipped: DBI::SQL::Nano is being used t/zvxgnp_85gofer.t .............. ok # --- Perl 5.038002 on i386-openbsd t/zvxgp_01basics.t .............. ok t/zvxgp_02dbidrv.t .............. ok t/zvxgp_03handle.t .............. ok t/zvxgp_04mods.t ................ ok t/zvxgp_05concathash.t .......... ok t/zvxgp_06attrs.t ............... ok t/zvxgp_07kids.t ................ skipped: $h->{Kids} attribute not supported for DBI::PurePerl t/zvxgp_08keeperr.t ............. ok t/zvxgp_09trace.t ............... ok t/zvxgp_10examp.t ............... ok t/zvxgp_11fetch.t ............... ok t/zvxgp_12quote.t ............... ok t/zvxgp_13taint.t ............... skipped: Taint attributes not supported with DBI::PurePerl t/zvxgp_14utf8.t ................ ok t/zvxgp_15array.t ............... ok t/zvxgp_16destroy.t ............. ok t/zvxgp_17handle_error.t ........ ok t/zvxgp_19fhtrace.t ............. ok t/zvxgp_20meta.t ................ ok t/zvxgp_30subclass.t ............ ok t/zvxgp_31methcache.t ........... ok t/zvxgp_35thrclone.t ............ skipped: this openbsd perl 5.038002 not supported for DBI iThreads t/zvxgp_40profile.t ............. skipped: profiling not supported for DBI::PurePerl t/zvxgp_41prof_dump.t ........... skipped: profiling not supported for DBI::PurePerl t/zvxgp_42prof_data.t ........... skipped: profiling not supported for DBI::PurePerl t/zvxgp_43prof_env.t ............ skipped: profiling not supported for DBI::PurePerl Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/zvxgp_48dbi_dbd_sqlengine.t ... ok t/zvxgp_49dbd_file.t ............ ok Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/zvxgp_50dbm_simple.t .......... ok Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/zvxgp_51dbm_file.t ............ ok t/zvxgp_52dbm_complex.t ......... ok t/zvxgp_53sqlengine_adv.t ....... skipped: Modifying driver state won't compute running behind Gofer t/zvxgp_54_dbd_mem.t ............ skipped: modifying meta data doesn't work with Gofer-AutoProxy t/zvxgp_60preparse.t ............ skipped: preparse not supported for DBI::PurePerl t/zvxgp_65transact.t ............ skipped: Transactions not supported by DBD::Gofer t/zvxgp_70callbacks.t ........... skipped: $h->{Callbacks} attribute not supported for DBI::PurePerl t/zvxgp_72childhandles.t ........ ok t/zvxgp_73cachedkids.t .......... ok t/zvxgp_80proxy.t ............... skipped: DBD::Proxy currently has a problem under DBI::PurePerl Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in subtraction (-) at /usr/libdata/perl5/Text/Balanced.pm line 1008. Use of uninitialized value $unkpos in substr at /usr/libdata/perl5/Text/Balanced.pm line 1008. t/zvxgp_85gofer.t ............... ok t/zvxgp_86gofer_fail.t .......... skipped: requires Callbacks which are not supported with PurePerl t/zvxgp_87gofer_cache.t ......... skipped: Gofer DBI_AUTOPROXY t/zvxgp_90sql_type_cast.t ....... ok t/zvxgp_91_store_warning.t ...... ok t/zvxnp_48dbi_dbd_sqlengine.t ... ok t/zvxnp_49dbd_file.t ............ ok t/zvxnp_50dbm_simple.t .......... ok t/zvxnp_51dbm_file.t ............ ok t/zvxnp_52dbm_complex.t ......... skipped: DBI::SQL::Nano is being used t/zvxnp_85gofer.t ............... ok All tests successful. Files=202, Tests=12062, 203 wallclock secs ( 2.35 usr 0.94 sys + 137.66 cusr 45.50 csys = 186.45 CPU) Result: PASS PASS databases/p5-DBI Duration 3m37.02s START databases/p5-DBM-Deep 2024-11-22T07:12:45Z export _LOCKS_HELD="" ===> Cleaning for p5-DBM-Deep-2.0019 ===> Checking files for p5-DBM-Deep-2.0019 `/usr/ports/distfiles/DBM-Deep-2.0019.tar.gz' is up to date. ===> Building from scratch p5-DBM-Deep-2.0019 ===> p5-DBM-Deep-2.0019 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-DBM-Deep-2.0019 `/usr/ports/distfiles/DBM-Deep-2.0019.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-DBM-Deep-2.0019 ===> Patching for p5-DBM-Deep-2.0019 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-DBM-Deep-2.0019 ===> Configuring for p5-DBM-Deep-2.0019 Run the long-running tests [n ]n Run the tests against the DBI engine via SQLite? [n ]n Run the tests against the DBI engine via MySQL? [n ]n Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'DBM-Deep' version '2.0019' ===> Building for p5-DBM-Deep-2.0019 Building DBM-Deep ===> p5-DBM-Deep-2.0019 depends on: p5-Test-Deep->=0.095 -> p5-Test-Deep-1.204 ===> p5-DBM-Deep-2.0019 depends on: p5-Test-Exception->=0.21 -> p5-Test-Exception-0.43p0 ===> p5-DBM-Deep-2.0019 depends on: p5-Test-Warn->=0.08 -> p5-Test-Warn-0.37 ===> p5-DBM-Deep-2.0019 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-DBM-Deep-2.0019 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-DBM-Deep-2.0019 # Testing DBM::Deep against Perl 5.038002 located at /usr/bin/perl t/01_basic.t .................... ok t/02_hash.t ..................... ok # This test can take up to several minutes to run. Please be patient. t/03_bighash.t .................. ok t/04_array.t .................... ok # This test can take up to several minutes to run. Please be patient. t/05_bigarray.t ................. ok t/06_error.t .................... ok t/07_locking.t .................. ok # This test can take up to several minutes to run. Please be patient. t/08_deephash.t ................. ok # This test can take up to several minutes to run. Please be patient. t/09_deeparray.t ................ ok t/10_largekeys.t ................ ok t/11_optimize.t ................. ok t/12_clone.t .................... ok t/13_setpack.t .................. ok t/14_filter.t ................... ok t/15_digest.t ................... ok t/16_circular.t ................. ok t/17_import.t ................... ok t/18_export.t ................... ok t/19_crossref.t ................. ok t/20_tie.t ...................... ok t/21_tie_access.t ............... ok t/22_internal_copy.t ............ ok t/23_misc.t ..................... ok t/24_autobless.t ................ ok t/25_tie_return_value.t ......... ok t/26_scalar_ref.t ............... ok t/27_filehandle.t ............... ok t/28_index_sector.t ............. ok t/29_largedata.t ................ ok t/30_already_tied.t ............. ok t/31_references.t ............... ok t/32_dash_ell.t ................. ok t/33_transactions.t ............. ok t/34_transaction_arrays.t ....... ok t/35_transaction_multiple.t ..... ok t/38_data_sector_size.t ......... ok t/39_singletons.t ............... ok t/40_freespace.t ................ ok t/41_transaction_multilevel.t ... ok t/42_transaction_indexsector.t .. ok t/43_transaction_maximum.t ...... ok t/44_upgrade_db.t ............... skipped: Skipping the upgrade_db.pl tests on *bsd for now. t/45_references.t ............... ok t/46_blist_reindex.t ............ ok t/47_odd_reference_behaviors.t .. ok t/48_autoexport_after_delete.t .. ok t/50_deletes.t .................. ok t/52_memory_leak.t .............. ok t/53_misc_transactions.t ........ ok t/54_output_punct_vars.t ........ ok t/55_recursion.t ................ ok t/56_unicode.t .................. ok t/57_old_db.t ................... ok t/58_cache.t .................... ok t/96_virtual_functions.t ........ ok t/97_dump_file.t ................ ok t/98_pod.t ...................... ok t/99_pod_coverage.t ............. ok # Testing DBM::Deep against Perl 5.038002 located at /usr/bin/perl t/db_hits_max_size.t ............ ok All tests successful. Files=59, Tests=1608, 47 wallclock secs ( 0.31 usr 0.19 sys + 33.05 cusr 12.80 csys = 46.35 CPU) Result: PASS PASS databases/p5-DBM-Deep Duration 0m51.70s START databases/p5-Data-RandomPerson 2024-11-22T07:13:37Z export _LOCKS_HELD="" ===> Cleaning for p5-Data-RandomPerson-0.60 ===> Checking files for p5-Data-RandomPerson-0.60 `/usr/ports/distfiles/Data-RandomPerson-0.60.tar.gz' is up to date. ===> Building from scratch p5-Data-RandomPerson-0.60 ===> p5-Data-RandomPerson-0.60 depends on: p5-File-ShareDir-Install-* -> p5-File-ShareDir-Install-0.14 ===> Checking files for p5-Data-RandomPerson-0.60 `/usr/ports/distfiles/Data-RandomPerson-0.60.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Data-RandomPerson-0.60 ===> Patching for p5-Data-RandomPerson-0.60 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Data-RandomPerson-0.60 ===> Configuring for p5-Data-RandomPerson-0.60 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Data::RandomPerson Writing MYMETA.yml and MYMETA.json ===> Building for p5-Data-RandomPerson-0.60 cp lib/Data/RandomPerson/Names/BasqueFemale.pm blib/lib/Data/RandomPerson/Names/BasqueFemale.pm cp lib/Data/RandomPerson/Names/VikingFemale.pm blib/lib/Data/RandomPerson/Names/VikingFemale.pm cp lib/Data/RandomPerson/Names/DutchFemale.pm blib/lib/Data/RandomPerson/Names/DutchFemale.pm cp lib/Data/RandomPerson/Names/EnglishFemale.pm blib/lib/Data/RandomPerson/Names/EnglishFemale.pm cp lib/Data/RandomPerson/Names/AncientGreekMale.pm blib/lib/Data/RandomPerson/Names/AncientGreekMale.pm cp lib/Data/RandomPerson/Names/BasqueMale.pm blib/lib/Data/RandomPerson/Names/BasqueMale.pm cp lib/Data/RandomPerson/Names/JapaneseMale.pm blib/lib/Data/RandomPerson/Names/JapaneseMale.pm cp lib/Data/RandomPerson/Names/SpanishMale.pm blib/lib/Data/RandomPerson/Names/SpanishMale.pm cp lib/Data/RandomPerson/Names/EnglishMale.pm blib/lib/Data/RandomPerson/Names/EnglishMale.pm cp lib/Data/RandomPerson/Names/SpanishLast.pm blib/lib/Data/RandomPerson/Names/SpanishLast.pm cp lib/Data/RandomPerson/Names/LatvianMale.pm blib/lib/Data/RandomPerson/Names/LatvianMale.pm cp lib/Data/RandomPerson/Names/Last.pm blib/lib/Data/RandomPerson/Names/Last.pm cp lib/Data/RandomPerson/Names/JapaneseFemale.pm blib/lib/Data/RandomPerson/Names/JapaneseFemale.pm cp lib/Data/RandomPerson/Names/VikingMale.pm blib/lib/Data/RandomPerson/Names/VikingMale.pm cp lib/Data/RandomPerson.pm blib/lib/Data/RandomPerson.pm cp lib/Data/RandomPerson/Names/SpanishFemale.pm blib/lib/Data/RandomPerson/Names/SpanishFemale.pm cp lib/Data/RandomPerson/Names/EnglishLast.pm blib/lib/Data/RandomPerson/Names/EnglishLast.pm cp lib/Data/RandomPerson/Names/DutchLast.pm blib/lib/Data/RandomPerson/Names/DutchLast.pm cp lib/Data/RandomPerson/Names/ArabicFemale.pm blib/lib/Data/RandomPerson/Names/ArabicFemale.pm cp lib/Data/RandomPerson/Names/Male.pm blib/lib/Data/RandomPerson/Names/Male.pm cp lib/Data/RandomPerson/Names/ThaiFemale.pm blib/lib/Data/RandomPerson/Names/ThaiFemale.pm cp lib/Data/RandomPerson/Names/ModernGreekLast.pm blib/lib/Data/RandomPerson/Names/ModernGreekLast.pm cp lib/Data/RandomPerson/Names/ArabicMale.pm blib/lib/Data/RandomPerson/Names/ArabicMale.pm cp lib/Data/RandomPerson/Names/CelticMale.pm blib/lib/Data/RandomPerson/Names/CelticMale.pm cp lib/Data/RandomPerson/Names/HindiMale.pm blib/lib/Data/RandomPerson/Names/HindiMale.pm cp lib/Data/RandomPerson/Names/DutchMale.pm blib/lib/Data/RandomPerson/Names/DutchMale.pm cp lib/Data/RandomPerson/Names/ArabicLast.pm blib/lib/Data/RandomPerson/Names/ArabicLast.pm cp lib/Data/RandomPerson/Names/Female.pm blib/lib/Data/RandomPerson/Names/Female.pm cp lib/Data/RandomPerson/Names/HindiFemale.pm blib/lib/Data/RandomPerson/Names/HindiFemale.pm cp lib/Data/RandomPerson/Names/AncientGreekFemale.pm blib/lib/Data/RandomPerson/Names/AncientGreekFemale.pm cp lib/Data/RandomPerson/Names/ThaiMale.pm blib/lib/Data/RandomPerson/Names/ThaiMale.pm cp lib/Data/RandomPerson/Names/ModernGreekFemale.pm blib/lib/Data/RandomPerson/Names/ModernGreekFemale.pm cp lib/Data/RandomPerson/Choice.pm blib/lib/Data/RandomPerson/Choice.pm cp lib/Data/RandomPerson/Names/ModernGreekMale.pm blib/lib/Data/RandomPerson/Names/ModernGreekMale.pm cp lib/Data/RandomPerson/Names/LatvianFemale.pm blib/lib/Data/RandomPerson/Names/LatvianFemale.pm cp lib/Data/RandomPerson/Names.pm blib/lib/Data/RandomPerson/Names.pm cp lib/Data/RandomPerson/Names/CelticFemale.pm blib/lib/Data/RandomPerson/Names/CelticFemale.pm cp lib/Data/RandomPerson/WeightedNames.pm blib/lib/Data/RandomPerson/WeightedNames.pm cp share/AncientGreekMale.txt blib/lib/auto/share/dist/Data-RandomPerson/AncientGreekMale.txt cp share/CelticFemale.txt blib/lib/auto/share/dist/Data-RandomPerson/CelticFemale.txt cp share/Male.txt blib/lib/auto/share/dist/Data-RandomPerson/Male.txt cp share/LatvianMale.txt blib/lib/auto/share/dist/Data-RandomPerson/LatvianMale.txt cp share/EnglishFemale.txt blib/lib/auto/share/dist/Data-RandomPerson/EnglishFemale.txt cp share/ArabicMale.txt blib/lib/auto/share/dist/Data-RandomPerson/ArabicMale.txt cp share/AncientGreekFemale.txt blib/lib/auto/share/dist/Data-RandomPerson/AncientGreekFemale.txt cp share/HindiFemale.txt blib/lib/auto/share/dist/Data-RandomPerson/HindiFemale.txt cp share/SpanishLast.txt blib/lib/auto/share/dist/Data-RandomPerson/SpanishLast.txt cp share/BasqueMale.txt blib/lib/auto/share/dist/Data-RandomPerson/BasqueMale.txt cp share/ModernGreekMale.txt blib/lib/auto/share/dist/Data-RandomPerson/ModernGreekMale.txt cp share/DutchMale.tsv blib/lib/auto/share/dist/Data-RandomPerson/DutchMale.tsv cp share/DutchFemale.tsv blib/lib/auto/share/dist/Data-RandomPerson/DutchFemale.tsv cp share/VikingMale.txt blib/lib/auto/share/dist/Data-RandomPerson/VikingMale.txt cp share/SpanishMale.txt blib/lib/auto/share/dist/Data-RandomPerson/SpanishMale.txt cp share/JapaneseMale.txt blib/lib/auto/share/dist/Data-RandomPerson/JapaneseMale.txt cp share/Female.txt blib/lib/auto/share/dist/Data-RandomPerson/Female.txt cp share/ThaiFemale.txt blib/lib/auto/share/dist/Data-RandomPerson/ThaiFemale.txt cp share/JapaneseFemale.txt blib/lib/auto/share/dist/Data-RandomPerson/JapaneseFemale.txt cp share/ModernGreekLast.txt blib/lib/auto/share/dist/Data-RandomPerson/ModernGreekLast.txt cp share/ArabicFemale.txt blib/lib/auto/share/dist/Data-RandomPerson/ArabicFemale.txt cp share/ThaiMale.txt blib/lib/auto/share/dist/Data-RandomPerson/ThaiMale.txt cp share/DutchLast.tsv blib/lib/auto/share/dist/Data-RandomPerson/DutchLast.tsv cp share/SpanishFemale.txt blib/lib/auto/share/dist/Data-RandomPerson/SpanishFemale.txt cp share/CelticMale.txt blib/lib/auto/share/dist/Data-RandomPerson/CelticMale.txt cp share/LatvianFemale.txt blib/lib/auto/share/dist/Data-RandomPerson/LatvianFemale.txt cp share/ArabicLast.txt blib/lib/auto/share/dist/Data-RandomPerson/ArabicLast.txt cp share/HindiMale.txt blib/lib/auto/share/dist/Data-RandomPerson/HindiMale.txt cp share/VikingFemale.txt blib/lib/auto/share/dist/Data-RandomPerson/VikingFemale.txt cp share/Last.txt blib/lib/auto/share/dist/Data-RandomPerson/Last.txt cp share/ModernGreekFemale.txt blib/lib/auto/share/dist/Data-RandomPerson/ModernGreekFemale.txt cp share/EnglishLast.txt blib/lib/auto/share/dist/Data-RandomPerson/EnglishLast.txt cp share/BasqueFemale.txt blib/lib/auto/share/dist/Data-RandomPerson/BasqueFemale.txt cp share/.VikingFemale.pm.swp.txt blib/lib/auto/share/dist/Data-RandomPerson/.VikingFemale.pm.swp.txt cp share/EnglishMale.txt blib/lib/auto/share/dist/Data-RandomPerson/EnglishMale.txt Manifying 38 pod documents ===> p5-Data-RandomPerson-0.60 depends on: p5-List-Util-WeightedChoice->=0.06 -> p5-List-Util-WeightedChoice-0.06 ===> p5-Data-RandomPerson-0.60 depends on: p5-Data-Random->=0.12 -> p5-Data-Random-0.13p0 ===> p5-Data-RandomPerson-0.60 depends on: p5-File-Share->=0.06 -> p5-File-Share-0.27 ===> p5-Data-RandomPerson-0.60 depends on: p5-Module-Find-* -> p5-Module-Find-0.16 ===> Regression tests for p5-Data-RandomPerson-0.60 Skip blib/lib/auto/share/dist/Data-RandomPerson/HindiMale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/ThaiMale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/ModernGreekLast.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/HindiFemale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/ArabicMale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/ThaiFemale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/Male.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/BasqueMale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/SpanishFemale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/CelticFemale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/VikingMale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/EnglishFemale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/ModernGreekFemale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/EnglishMale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/DutchFemale.tsv (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/SpanishMale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/ModernGreekMale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/DutchLast.tsv (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/Last.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/LatvianFemale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/EnglishLast.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/ArabicFemale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/LatvianMale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/SpanishLast.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/BasqueFemale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/Female.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/ArabicLast.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/JapaneseMale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/VikingFemale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/CelticMale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/DutchMale.tsv (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/AncientGreekFemale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/.VikingFemale.pm.swp.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/AncientGreekMale.txt (unchanged) Skip blib/lib/auto/share/dist/Data-RandomPerson/JapaneseFemale.txt (unchanged) PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ................ ok # # # Generated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.10 # perl: 5.038002 (wanted 5.008007) on openbsd from /usr/bin/perl # # Data::Random => 0.13 (want 0.12) # ExtUtils::MakeMaker => 7.70 (want any version) # File::Share => 0.27 (want any version) # File::ShareDir::Install => 0.14 (want 0.06) # File::Spec => 3.88 (want any version) # IO::Handle => 1.52 (want any version) # IPC::Open3 => 1.22 (want any version) # List::Util::WeightedChoice => 0.06 (want 0.06) # Module::Find => 0.16 (want any version) # Test::More => 1.302194 (want 0.88) # Time::Local => 1.30 (want 1.18) # # Thanks for using my code. I hope it works for you. # If not, please try and include this output in the bug report. # That will help me reproduce the issue and solve your problem. # t/000-report-versions-tiny.t .. ok t/available.t ................. ok t/choice.t .................... ok t/names_female.t .............. ok t/names_last.t ................ ok t/names_male.t ................ ok t/names_other.t ............... ok t/person.t .................... ok t/release-cpan-changes.t ...... skipped: these tests are for release candidate testing t/release-pod-syntax.t ........ skipped: these tests are for release candidate testing All tests successful. Files=11, Tests=504, 33 wallclock secs ( 0.09 usr 0.11 sys + 30.29 cusr 1.94 csys = 32.43 CPU) Result: PASS PASS databases/p5-Data-RandomPerson Duration 0m36.84s START databases/p5-Rose-DB 2024-11-22T07:14:14Z export _LOCKS_HELD="" ===> Cleaning for p5-Rose-DB-0.786 ===> Checking files for p5-Rose-DB-0.786 `/usr/ports/distfiles/Rose-DB-0.786.tar.gz' is up to date. ===> Building from scratch p5-Rose-DB-0.786 ===> Checking files for p5-Rose-DB-0.786 `/usr/ports/distfiles/Rose-DB-0.786.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Rose-DB-0.786 ===> Patching for p5-Rose-DB-0.786 ===> Applying OpenBSD patch patch-lib_Rose_DB_Registry_Entry_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: lib/Rose/DB/Registry/Entry.pm |--- lib/Rose/DB/Registry/Entry.pm.orig |+++ lib/Rose/DB/Registry/Entry.pm -------------------------- Patching file lib/Rose/DB/Registry/Entry.pm using Plan A... Hunk #1 succeeded at 2. Hunk #2 succeeded at 193. Hunk #3 succeeded at 203. done ===> Applying OpenBSD patch patch-lib_Rose_DB_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: lib/Rose/DB.pm |--- lib/Rose/DB.pm.orig |+++ lib/Rose/DB.pm -------------------------- Patching file lib/Rose/DB.pm using Plan A... Hunk #1 succeeded at 4. Hunk #2 succeeded at 703. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Rose-DB-0.786 ===> Configuring for p5-Rose-DB-0.786 Warning: prerequisite Clone::PP 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Rose::DB Writing MYMETA.yml and MYMETA.json ===> Building for p5-Rose-DB-0.786 cp lib/Rose/DB/Oracle.pm blib/lib/Rose/DB/Oracle.pm cp lib/Rose/DB/Tutorial.pod blib/lib/Rose/DB/Tutorial.pod cp lib/Rose/DB/Pg.pm blib/lib/Rose/DB/Pg.pm cp lib/Rose/DB.pm blib/lib/Rose/DB.pm cp lib/Rose/DB/MySQL.pm blib/lib/Rose/DB/MySQL.pm cp lib/Rose/DB/Registry/Entry.pm blib/lib/Rose/DB/Registry/Entry.pm cp lib/Rose/DB/SQLite.pm blib/lib/Rose/DB/SQLite.pm cp lib/Rose/DB/Constants.pm blib/lib/Rose/DB/Constants.pm cp lib/Rose/DB/Cache.pm blib/lib/Rose/DB/Cache.pm cp lib/Rose/DB/Cache/Entry.pm blib/lib/Rose/DB/Cache/Entry.pm cp lib/Rose/DB/Registry/Entry.pm.orig.port blib/lib/Rose/DB/Registry/Entry.pm.orig.port cp lib/Rose/DB/Registry.pm blib/lib/Rose/DB/Registry.pm cp lib/Rose/DB.pm.orig.port blib/lib/Rose/DB.pm.orig.port cp lib/Rose/DB/Informix.pm blib/lib/Rose/DB/Informix.pm cp lib/Rose/DB/MariaDB.pm blib/lib/Rose/DB/MariaDB.pm cp lib/Rose/DB/Generic.pm blib/lib/Rose/DB/Generic.pm Manifying 14 pod documents find /usr/ports/pobj/p5-Rose-DB-0.786/Rose-DB-0.786/blib -type f -name '*.orig.port' -delete ===> p5-Rose-DB-0.786 depends on: p5-DBD-MariaDB-* -> p5-DBD-MariaDB-1.23 ===> p5-Rose-DB-0.786 depends on: p5-DBD-Pg-* -> p5-DBD-Pg-3.17.0 ===> p5-Rose-DB-0.786 depends on: p5-DBD-SQLite-* -> p5-DBD-SQLite-1.74v0 ===> p5-Rose-DB-0.786 depends on: p5-DBD-mysql-* -> p5-DBD-mysql-4.050p1 ===> p5-Rose-DB-0.786 depends on: p5-Test-Pod->=1.00 -> p5-Test-Pod-1.52p0 ===> p5-Rose-DB-0.786 depends on: p5-YAML-Syck-* -> p5-YAML-Syck-1.34 ===> p5-Rose-DB-0.786 depends on: p5-DBI-* -> p5-DBI-1.644 ===> p5-Rose-DB-0.786 depends on: p5-Rose-DateTime->=0.532 -> p5-Rose-DateTime-0.540p0 ===> p5-Rose-DB-0.786 depends on: p5-Rose-Object->=0.854 -> p5-Rose-Object-0.860p0 ===> p5-Rose-DB-0.786 depends on: p5-SQL-ReservedWords-* -> p5-SQL-ReservedWords-0.8p0 ===> p5-Rose-DB-0.786 depends on: p5-Clone-* -> p5-Clone-0.46 ===> p5-Rose-DB-0.786 depends on: p5-DateTime-* -> p5-DateTime-1.65v0 ===> p5-Rose-DB-0.786 depends on: p5-DateTime-Format-MySQL-* -> p5-DateTime-Format-MySQL-0.08v0 ===> p5-Rose-DB-0.786 depends on: p5-DateTime-Format-Oracle-* -> p5-DateTime-Format-Oracle-0.06 ===> p5-Rose-DB-0.786 depends on: p5-DateTime-Format-Pg->=0.11 -> p5-DateTime-Format-Pg-0.16014 ===> p5-Rose-DB-0.786 depends on: p5-Time-Clock-* -> p5-Time-Clock-1.03p0 ===> p5-Rose-DB-0.786 depends on: p5-Bit-Vector->=6.4 -> p5-Bit-Vector-7.4p1 ===> Regression tests for p5-Rose-DB-0.786 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t ## ## WARNING: Almost all the tests in this module distribution need to connect ## to a database in order to run. The tests need full privileges on this ## database: the ability to create and drop tables, insert, update, and delete ## rows, create schemas, sequences, functions, triggers, the works. ## ## By default, the tests will try to connect to the database named "test" ## running on "localhost" using the default superuser username for each ## database type and an empty password. ## ## If you have setup your database in a secure manner, these connection ## attempts will fail, and the tests will be skipped. If you want to override ## these values, set the following environment variables before running tests. ## (The current values are shown in parentheses.) ## ## PostgreSQL: ## ## RDBO_PG_DSN (dbi:Pg:dbname=test;host=localhost) ## RDBO_PG_USER (postgres) ## RDBO_PG_PASS () ## ## MySQL: ## ## RDBO_MYSQL_DSN (dbi:mysql:database=test;host=localhost) ## RDBO_MYSQL_USER (root) ## RDBO_MYSQL_PASS () ## ## MariaDB: ## ## RDBO_MARIADB_DSN (dbi:mysql:database=test;host=localhost) ## RDBO_MARIADB_USER (test) ## RDBO_MARIADB_PASS () ## ## Oracle: ## ## RDBO_ORACLE_DSN (dbi:Oracle:dbname=test) ## RDBO_ORACLE_USER () ## RDBO_ORACLE_PASS () ## ## Informix: ## ## RDBO_INFORMIX_DSN (dbi:Informix:test@test) ## RDBO_INFORMIX_USER () ## RDBO_INFORMIX_PASS () ## ## SQLite: To disable the SQLite tests, set this environment varible ## ## RDBO_NO_SQLITE () ## ## Press return to continue (or wait 60 seconds) t/00-warning.t ............ ok t/basic.t ................. ok t/db_cache.t .............. ok t/fork-informix.t ......... ok t/fork-mysql.t ............ ok t/fork-pg.t ............... ok t/informix.t .............. skipped: Missing DBD::Informix t/list-tables.t ........... ok t/mariadb.t ............... ok t/mysql.t ................. ok t/no-registry.t ........... ok t/oracle.t ................ skipped: Missing DBD::Oracle Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. t/pg.t .................... ok t/pk-columns.t ............ ok t/pod.t ................... ok t/setup.t ................. ok t/sqlite.t ................ ok t/storable.t .............. ok t/subclass-basic.t ........ ok t/subclass-informix.t ..... skipped: Missing DBD::Informix t/subclass-list-tables.t .. ok t/subclass-mariadb.t ...... ok t/subclass-mysql.t ........ ok t/subclass-oracle.t ....... skipped: Missing DBD::Oracle Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. Use of uninitialized value $4 in concatenation (.) or string at /usr/local/libdata/perl5/site_perl/DateTime/Format/Pg.pm line 636. t/subclass-pg.t ........... ok t/subclass-sqlite.t ....... ok t/subclass-trx.t .......... ok t/subclass.t .............. ok t/trx.t ................... ok All tests successful. Files=29, Tests=2057, 23 wallclock secs ( 0.31 usr 0.13 sys + 16.97 cusr 3.70 csys = 21.11 CPU) Result: PASS PASS databases/p5-Rose-DB Duration 0m29.20s START databases/p5-Rose-Object 2024-11-22T07:14:43Z export _LOCKS_HELD="" ===> Cleaning for p5-Rose-Object-0.860p0 ===> Checking files for p5-Rose-Object-0.860p0 `/usr/ports/distfiles/Rose-Object-0.860.tar.gz' is up to date. ===> Building from scratch p5-Rose-Object-0.860p0 ===> Checking files for p5-Rose-Object-0.860p0 `/usr/ports/distfiles/Rose-Object-0.860.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Rose-Object-0.860p0 ===> Patching for p5-Rose-Object-0.860p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Rose-Object-0.860p0 ===> Configuring for p5-Rose-Object-0.860p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Rose::Object Writing MYMETA.yml and MYMETA.json ===> Building for p5-Rose-Object-0.860p0 cp lib/Rose/Object/MixIn.pm blib/lib/Rose/Object/MixIn.pm cp lib/Rose/Class.pm blib/lib/Rose/Class.pm cp lib/Rose/Object.pm blib/lib/Rose/Object.pm cp lib/Rose/Class/MakeMethods/Generic.pm blib/lib/Rose/Class/MakeMethods/Generic.pm cp lib/Rose/Class/MakeMethods/Set.pm blib/lib/Rose/Class/MakeMethods/Set.pm cp lib/Rose/Object/MakeMethods/Generic.pm blib/lib/Rose/Object/MakeMethods/Generic.pm cp lib/Rose/Object/MakeMethods/DateTime.pm blib/lib/Rose/Object/MakeMethods/DateTime.pm cp lib/Rose/Object/MakeMethods.pm blib/lib/Rose/Object/MakeMethods.pm Manifying 8 pod documents ===> p5-Rose-Object-0.860p0 depends on: p5-Rose-DateTime-* -> p5-Rose-DateTime-0.540p0 ===> Regression tests for p5-Rose-Object-0.860p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic.t ........... ok t/makemethods-xs.t .. ok t/makemethods.t ..... ok t/pod.t ............. ok t/redefine.t ........ ok All tests successful. Files=5, Tests=1290, 2 wallclock secs ( 0.16 usr 0.05 sys + 1.87 cusr 0.48 csys = 2.56 CPU) Result: PASS PASS databases/p5-Rose-Object Duration 0m05.80s START databases/p5-SQL-Abstract-More 2024-11-22T07:14:49Z export _LOCKS_HELD="" ===> Cleaning for p5-SQL-Abstract-More-1.42 ===> Checking files for p5-SQL-Abstract-More-1.42 `/usr/ports/distfiles/SQL-Abstract-More-1.42.tar.gz' is up to date. ===> Building from scratch p5-SQL-Abstract-More-1.42 ===> p5-SQL-Abstract-More-1.42 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-SQL-Abstract-More-1.42 `/usr/ports/distfiles/SQL-Abstract-More-1.42.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-SQL-Abstract-More-1.42 ===> Patching for p5-SQL-Abstract-More-1.42 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-SQL-Abstract-More-1.42 ===> Configuring for p5-SQL-Abstract-More-1.42 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'SQL-Abstract-More' version '1.42' ===> Building for p5-SQL-Abstract-More-1.42 Building SQL-Abstract-More ===> p5-SQL-Abstract-More-1.42 depends on: p5-List-MoreUtils-* -> p5-List-MoreUtils-0.430 ===> p5-SQL-Abstract-More-1.42 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-SQL-Abstract-More-1.42 depends on: p5-SQL-Abstract-Classic-* -> p5-SQL-Abstract-Classic-1.91 ===> p5-SQL-Abstract-More-1.42 depends on: p5-MRO-Compat-* -> p5-MRO-Compat-0.15 ===> p5-SQL-Abstract-More-1.42 depends on: p5-Params-Validate-* -> p5-Params-Validate-1.31 ===> p5-SQL-Abstract-More-1.42 depends on: p5-namespace-clean-* -> p5-namespace-clean-0.27p0 ===> p5-SQL-Abstract-More-1.42 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-SQL-Abstract-More-1.42 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-SQL-Abstract-More-1.42 # Testing SQL::Abstract::More 1.42, extends SQL::Abstract::Classic, Perl 5.038002, /usr/bin/perl t/01-sql_abstract_more.t ...... ok t/02-order-by.t ............... ok t/03-join_with_constants.t .... ok t/04-multicols_in.t ........... ok t/05-join-with-using.t ........ ok t/06_with_table_expression.t .. ok t/07-import.t ................. ok # define $ENV{SQLA_SRC_DIR} to run these tests t/99_sqla_tests.t ............. ok t/rt_084972.t ................. ok t/rt_086895.t ................. ok t/rt_099455.t ................. ok All tests successful. Files=11, Tests=163, 3 wallclock secs ( 0.06 usr 0.05 sys + 2.35 cusr 0.75 csys = 3.21 CPU) Result: PASS PASS databases/p5-SQL-Abstract-More Duration 0m07.53s START databases/p5-ldap 2024-11-22T07:14:57Z export _LOCKS_HELD="" ===> Cleaning for p5-ldap-0.68p0v0 ===> Checking files for p5-ldap-0.68p0v0 `/usr/ports/distfiles/perl-ldap-0.68.tar.gz' is up to date. ===> Building from scratch p5-ldap-0.68p0v0 ===> p5-ldap-0.68p0v0 depends on: p5-Module-Install-* -> p5-Module-Install-1.19 ===> Checking files for p5-ldap-0.68p0v0 `/usr/ports/distfiles/perl-ldap-0.68.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-ldap-0.68p0v0 ===> Patching for p5-ldap-0.68p0v0 ===> Applying OpenBSD patch patch-data_slapd_conf_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: data/slapd.conf.in |--- data/slapd.conf.in.orig |+++ data/slapd.conf.in -------------------------- Patching file data/slapd.conf.in using Plan A... Hunk #1 succeeded at 11. done ===> Applying OpenBSD patch patch-t_60cancel_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |This test is not reliable, skip it on OpenBSD to see regressions. | |Index: t/60cancel.t |--- t/60cancel.t.orig |+++ t/60cancel.t -------------------------- Patching file t/60cancel.t using Plan A... Hunk #1 succeeded at 60. done ===> Applying OpenBSD patch patch-test_cfg Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: test.cfg |--- test.cfg.orig |+++ test.cfg -------------------------- Patching file test.cfg using Plan A... Hunk #1 succeeded at 4. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-ldap-0.68p0v0 ===> Configuring for p5-ldap-0.68p0v0 include /usr/ports/pobj/p5-ldap-0.68/perl-ldap-0.68/inc/Module/Install.pm include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm include inc/Module/Install/Makefile.pm include inc/Module/Install/Win32.pm include inc/Module/Install/Can.pm include inc/Module/Install/Fetch.pm include inc/Module/Install/AutoInstall.pm include inc/Module/Install/Include.pm include inc/Module/AutoInstall.pm *** Module::AutoInstall version 1.19 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (1.302194) - File::Basename ...loaded. (2.86) - File::Compare ...loaded. (1.1007) - File::Path ...loaded. (2.18) - IO::File ...loaded. (1.52) - Text::Soundex ...loaded. (3.05) - MIME::Base64 ...loaded. (3.16_01) - Convert::ASN1 ...loaded. (0.34 >= 0.2) [IPv6 support] - IO::Socket::INET6 ...loaded. (2.73) [LDAPS support] - IO::Socket::SSL ...loaded. (2.089 >= 1.26) [SASL authentication] - Authen::SASL ...loaded. (2.16 >= 2.00) - Digest::MD5 ...loaded. (2.58_01) - Digest::HMAC_MD5 ...loaded. (1.05) - GSSAPI ...missing. [LDAP URLs] - URI::ldap ...loaded. (5.31 >= 1.1) [Time conversion functions] - Time::Local ...loaded. (1.30) [Read/Write DSML files] - XML::SAX::Writer ...loaded. (0.57) - XML::SAX::Base ...loaded. (1.09) [Extended URL support when reading LDIFs] - LWP ...loaded. (6.77) [LWP support for the LDAP protocol family] - LWP::Protocol ...loaded. (6.77) - LWP::MediaTypes ...loaded. (6.02) - HTTP::Negotiate ...loaded. (6.01) - HTTP::Response ...loaded. (7.00) - HTTP::Status ...loaded. (7.00) - JSON ...loaded. (4.10) *** Module::AutoInstall configuration finished. include inc/Module/Install/WriteAll.pm Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::LDAP Writing MYMETA.yml and MYMETA.json Writing META.yml ===> Building for p5-ldap-0.68p0v0 cp lib/Net/LDAP/Extension.pm blib/lib/Net/LDAP/Extension.pm cp lib/Net/LDAP/Constant.pm blib/lib/Net/LDAP/Constant.pm cp lib/Net/LDAP/Intermediate/SyncInfo.pm blib/lib/Net/LDAP/Intermediate/SyncInfo.pm cp lib/Net/LDAP/Control/DontUseCopy.pm blib/lib/Net/LDAP/Control/DontUseCopy.pm cp lib/Net/LDAP/Control/TreeDelete.pm blib/lib/Net/LDAP/Control/TreeDelete.pm cp lib/Net/LDAP/Extra/AD.pm blib/lib/Net/LDAP/Extra/AD.pm cp lib/Net/LDAP/ASN.pm blib/lib/Net/LDAP/ASN.pm cp lib/Net/LDAP/DSML.pm blib/lib/Net/LDAP/DSML.pm cp lib/Net/LDAP/Message.pod blib/lib/Net/LDAP/Message.pod cp lib/Net/LDAP/Control/VLVResponse.pm blib/lib/Net/LDAP/Control/VLVResponse.pm cp lib/Net/LDAP.pod blib/lib/Net/LDAP.pod cp lib/Net/LDAP/LDIF.pod blib/lib/Net/LDAP/LDIF.pod cp lib/Net/LDAP/Control/ProxyAuth.pm blib/lib/Net/LDAP/Control/ProxyAuth.pm cp lib/Net/LDAP/Control/PostRead.pm blib/lib/Net/LDAP/Control/PostRead.pm cp lib/Net/LDAP.pm blib/lib/Net/LDAP.pm cp lib/Net/LDAPI.pm blib/lib/Net/LDAPI.pm cp lib/Net/LDAP/FilterMatch.pm blib/lib/Net/LDAP/FilterMatch.pm cp lib/Net/LDAP/Search.pod blib/lib/Net/LDAP/Search.pod cp lib/Net/LDAP/Filter.pod blib/lib/Net/LDAP/Filter.pod cp lib/Net/LDAP/Schema.pm blib/lib/Net/LDAP/Schema.pm cp lib/LWP/Protocol/ldapi.pm blib/lib/LWP/Protocol/ldapi.pm cp lib/Net/LDAP/Control/SyncState.pm blib/lib/Net/LDAP/Control/SyncState.pm cp lib/Net/LDAP/Reference.pod blib/lib/Net/LDAP/Reference.pod cp lib/Net/LDAP/Extension/Cancel.pm blib/lib/Net/LDAP/Extension/Cancel.pm cp lib/Net/LDAP/Control/VLV.pm blib/lib/Net/LDAP/Control/VLV.pm cp lib/Net/LDAP/Control/Subentries.pm blib/lib/Net/LDAP/Control/Subentries.pm cp lib/Net/LDAP/Control/Relax.pm blib/lib/Net/LDAP/Control/Relax.pm cp lib/Net/LDAP/Control/Sort.pm blib/lib/Net/LDAP/Control/Sort.pm cp lib/Net/LDAP/Message.pm blib/lib/Net/LDAP/Message.pm cp lib/Net/LDAP/Schema.pod blib/lib/Net/LDAP/Schema.pod cp lib/Net/LDAP/Filter.pm blib/lib/Net/LDAP/Filter.pm cp lib/Net/LDAP/Control/PreRead.pm blib/lib/Net/LDAP/Control/PreRead.pm cp lib/Net/LDAP/Search.pm blib/lib/Net/LDAP/Search.pm cp lib/Net/LDAP/LDIF.pm blib/lib/Net/LDAP/LDIF.pm cp lib/Net/LDAP/Entry.pm blib/lib/Net/LDAP/Entry.pm cp lib/Net/LDAP/Util.pm blib/lib/Net/LDAP/Util.pm cp lib/Net/LDAP/Entry.pod blib/lib/Net/LDAP/Entry.pod cp lib/Net/LDAP/Control/NoOp.pm blib/lib/Net/LDAP/Control/NoOp.pm cp lib/Net/LDAP/Security.pod blib/lib/Net/LDAP/Security.pod cp lib/Net/LDAP/Control.pm blib/lib/Net/LDAP/Control.pm cp lib/Net/LDAP/Control/MatchedValues.pm blib/lib/Net/LDAP/Control/MatchedValues.pm cp lib/Net/LDAP/Control/ManageDsaIT.pm blib/lib/Net/LDAP/Control/ManageDsaIT.pm cp lib/Net/LDAP/Examples.pod blib/lib/Net/LDAP/Examples.pod cp lib/Net/LDAP/Extension/Refresh.pm blib/lib/Net/LDAP/Extension/Refresh.pm cp lib/Net/LDAP/FAQ.pod blib/lib/Net/LDAP/FAQ.pod cp lib/Net/LDAP/Control/EntryChange.pm blib/lib/Net/LDAP/Control/EntryChange.pm cp lib/Net/LDAP/RFC.pod blib/lib/Net/LDAP/RFC.pod cp lib/Net/LDAPS.pm blib/lib/Net/LDAPS.pm cp lib/Net/LDAP/Extra/eDirectory.pm blib/lib/Net/LDAP/Extra/eDirectory.pm cp lib/Net/LDAP/Control/SortResult.pm blib/lib/Net/LDAP/Control/SortResult.pm cp lib/Net/LDAP/Control/Assertion.pm blib/lib/Net/LDAP/Control/Assertion.pm cp lib/Net/LDAP/Control/Paged.pm blib/lib/Net/LDAP/Control/Paged.pm cp lib/Net/LDAP/Control/PersistentSearch.pm blib/lib/Net/LDAP/Control/PersistentSearch.pm cp lib/Net/LDAP/Control/SyncRequest.pm blib/lib/Net/LDAP/Control/SyncRequest.pm cp lib/LWP/Protocol/ldaps.pm blib/lib/LWP/Protocol/ldaps.pm cp lib/Net/LDAP/Extension/SetPassword.pm blib/lib/Net/LDAP/Extension/SetPassword.pm cp lib/Bundle/Net/LDAP.pm blib/lib/Bundle/Net/LDAP.pm cp lib/Net/LDAP/Bind.pm blib/lib/Net/LDAP/Bind.pm cp lib/Net/LDAP/Extension/WhoAmI.pm blib/lib/Net/LDAP/Extension/WhoAmI.pm cp lib/Net/LDAP/Control/PasswordPolicy.pm blib/lib/Net/LDAP/Control/PasswordPolicy.pm cp lib/Net/LDAP/Intermediate.pm blib/lib/Net/LDAP/Intermediate.pm cp lib/Net/LDAP/Extra.pm blib/lib/Net/LDAP/Extra.pm cp lib/Net/LDAP/RootDSE.pm blib/lib/Net/LDAP/RootDSE.pm cp lib/LWP/Protocol/ldap.pm blib/lib/LWP/Protocol/ldap.pm cp lib/Net/LDAP/Control/SyncDone.pm blib/lib/Net/LDAP/Control/SyncDone.pm Manifying 55 pod documents ===> p5-ldap-0.68p0v0 depends on: openldap-server-* -> openldap-server-2.6.8v0 ===> p5-ldap-0.68p0v0 depends on: p5-Text-Soundex-* -> p5-Text-Soundex-3.05p0 ===> p5-ldap-0.68p0v0 depends on: p5-Convert-ASN1->=0.20 -> p5-Convert-ASN1-0.34 ===> p5-ldap-0.68p0v0 depends on: p5-IO-Socket-INET6-* -> p5-IO-Socket-INET6-2.73 ===> p5-ldap-0.68p0v0 depends on: p5-Authen-SASL->=2.00 -> p5-Authen-SASL-2.16p0 ===> p5-ldap-0.68p0v0 depends on: p5-IO-Socket-SSL->=1.26 -> p5-IO-Socket-SSL-2.089 ===> p5-ldap-0.68p0v0 depends on: p5-XML-Parser-* -> p5-XML-Parser-2.46 ===> p5-ldap-0.68p0v0 depends on: p5-XML-SAX-Writer-* -> p5-XML-SAX-Writer-0.57p0 ===> p5-ldap-0.68p0v0 depends on: p5-URI->=1.10 -> p5-URI-5.31 ===> Regression tests for p5-ldap-0.68p0v0 /usr/bin/perl /usr/ports/infrastructure/bin/pkg_subst -DP5ARCH=libdata/perl5/site_perl/i386-openbsd -DP5SITE=libdata/perl5/site_perl -DARCH=i386 -DBASE_PKGPATH=databases/p5-ldap -DFLAVOR_EXT= -DFULLPKGNAME=p5-ldap-0.68p0v0 -DHOMEPAGE=http://ldap.perl.org/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=i386 -DMAINTAINER=The\ OpenBSD\ ports\ mailing-list\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=p5-ldap -i -B /usr/ports/pobj/p5-ldap-0.68 /usr/ports/pobj/p5-ldap-0.68/perl-ldap-0.68/test.cfg PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00ldif-entry.t t/01canon_dn.t t/02filter.t t/03schema.t t/04refloop.t t/05dsml.t t/06constant.t t/07filtermatch.t t/08time.t t/09ldif-http-url.t t/10ldif-controls.t t/40connect.t t/41populate.t t/42search.t t/43modify.t t/44schema.t t/45dse.t t/46ssl.t t/47ipc.t t/48url.t t/49lwp.t t/60cancel.t t/70sortctrl.t t/71preread.t t/72postread.t t/73assert.t t/74matchedvalues.t t/00ldif-entry.t ..... ok t/01canon_dn.t ....... ok t/02filter.t ......... ok t/03schema.t ......... ok t/04refloop.t ........ ok t/05dsml.t ........... ok t/06constant.t ....... ok t/07filtermatch.t .... ok t/08time.t ........... ok t/09ldif-http-url.t .. skipped: LWP::UserAgent module not installed or HTTP_JPEG_URL, HTTP_TEXT_URL not set t/10ldif-controls.t .. ok t/40connect.t ........ ok t/41populate.t ....... ok t/42search.t ......... ok t/43modify.t ......... ok t/44schema.t ......... ok t/45dse.t ............ ok t/46ssl.t ............ ok t/47ipc.t ............ ok t/48url.t ............ ok t/49lwp.t ............ ok t/60cancel.t ......... ok t/70sortctrl.t ....... ok t/71preread.t ........ ok t/72postread.t ....... ok t/73assert.t ......... ok t/74matchedvalues.t .. ok All tests successful. Files=27, Tests=1031, 76 wallclock secs ( 0.16 usr 0.09 sys + 7.38 cusr 2.51 csys = 10.14 CPU) Result: PASS PASS databases/p5-ldap Duration 1m22.53s START devel/p5-Algorithm-Diff 2024-11-22T07:16:19Z export _LOCKS_HELD="" ===> Cleaning for p5-Algorithm-Diff-1.2010 ===> Checking files for p5-Algorithm-Diff-1.2010 `/usr/ports/distfiles/Algorithm-Diff-1.201.tar.gz' is up to date. ===> Building from scratch p5-Algorithm-Diff-1.2010 ===> Checking files for p5-Algorithm-Diff-1.2010 `/usr/ports/distfiles/Algorithm-Diff-1.201.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Algorithm-Diff-1.2010 ===> Patching for p5-Algorithm-Diff-1.2010 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Algorithm-Diff-1.2010 ===> Configuring for p5-Algorithm-Diff-1.2010 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Algorithm::Diff Writing MYMETA.yml and MYMETA.json ===> Building for p5-Algorithm-Diff-1.2010 cp lib/Algorithm/DiffOld.pm blib/lib/Algorithm/DiffOld.pm cp lib/Algorithm/Diff.pm blib/lib/Algorithm/Diff.pm Manifying 2 pod documents ===> Regression tests for p5-Algorithm-Diff-1.2010 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/base.t .. ok t/oo.t .... ok All tests successful. Files=2, Tests=1004, 1 wallclock secs ( 0.10 usr 0.04 sys + 0.12 cusr 0.10 csys = 0.36 CPU) Result: PASS PASS devel/p5-Algorithm-Diff Duration 0m02.67s START devel/p5-Alien-Base 2024-11-22T07:16:22Z export _LOCKS_HELD="" ===> Cleaning for p5-Alien-Base-2.84 ===> Checking files for p5-Alien-Base-2.84 `/usr/ports/distfiles/Alien-Build-2.84.tar.gz' is up to date. ===> Building from scratch p5-Alien-Base-2.84 ===> p5-Alien-Base-2.84 depends on: p5-File-Which-* -> p5-File-Which-1.27 ===> Checking files for p5-Alien-Base-2.84 `/usr/ports/distfiles/Alien-Build-2.84.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Alien-Base-2.84 ===> Patching for p5-Alien-Base-2.84 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Alien-Base-2.84 ===> Configuring for p5-Alien-Base-2.84 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Alien::Build Writing MYMETA.yml and MYMETA.json ===> Building for p5-Alien-Base-2.84 cp lib/Alien/Build/Plugin/Build/Autoconf.pm blib/lib/Alien/Build/Plugin/Build/Autoconf.pm cp lib/Alien/Build/Util.pm blib/lib/Alien/Build/Util.pm cp lib/Alien/Role.pm blib/lib/Alien/Role.pm cp lib/Alien/Build/Plugin/Extract/ArchiveZip.pm blib/lib/Alien/Build/Plugin/Extract/ArchiveZip.pm cp lib/Alien/Build.pm blib/lib/Alien/Build.pm cp lib/Alien/Build/Plugin/Fetch/NetFTP.pm blib/lib/Alien/Build/Plugin/Fetch/NetFTP.pm cp lib/Alien/Build/Temp.pm blib/lib/Alien/Build/Temp.pm cp lib/Alien/Build/Plugin/Download.pod blib/lib/Alien/Build/Plugin/Download.pod cp lib/Alien/Build/Plugin/Decode/HTML.pm blib/lib/Alien/Build/Plugin/Decode/HTML.pm cp lib/Alien/Build/Log/Abbreviate.pm blib/lib/Alien/Build/Log/Abbreviate.pm cp lib/Alien/Build/Plugin/Extract/CommandLine.pm blib/lib/Alien/Build/Plugin/Extract/CommandLine.pm cp lib/Alien/Build/Plugin/Build/Copy.pm blib/lib/Alien/Build/Plugin/Build/Copy.pm cp lib/Alien/Build/Manual.pod blib/lib/Alien/Build/Manual.pod cp lib/Alien/Build/Version/Basic.pm blib/lib/Alien/Build/Version/Basic.pm cp lib/Alien/Build/Plugin/Prefer.pod blib/lib/Alien/Build/Plugin/Prefer.pod cp lib/Alien/Build/Interpolate.pm blib/lib/Alien/Build/Interpolate.pm cp lib/Alien/Build/CommandSequence.pm blib/lib/Alien/Build/CommandSequence.pm cp lib/Alien/Build/MM.pm blib/lib/Alien/Build/MM.pm cp lib/Alien/Build/Plugin/Digest/Negotiate.pm blib/lib/Alien/Build/Plugin/Digest/Negotiate.pm cp lib/Test/Alien/Diag.pm blib/lib/Test/Alien/Diag.pm cp lib/Alien/Build/Manual/AlienAuthor.pod blib/lib/Alien/Build/Manual/AlienAuthor.pod cp lib/Alien/Build/Plugin/Core/Setup.pm blib/lib/Alien/Build/Plugin/Core/Setup.pm cp lib/Alien/Build/Plugin/Build/SearchDep.pm blib/lib/Alien/Build/Plugin/Build/SearchDep.pm cp lib/Alien/Build/Plugin/Build/CMake.pm blib/lib/Alien/Build/Plugin/Build/CMake.pm cp lib/Alien/Build/Plugin/Decode/DirListing.pm blib/lib/Alien/Build/Plugin/Decode/DirListing.pm cp lib/Alien/Build/Plugin/Extract/ArchiveTar.pm blib/lib/Alien/Build/Plugin/Extract/ArchiveTar.pm cp lib/Alien/Build/Plugin/Extract/File.pm blib/lib/Alien/Build/Plugin/Extract/File.pm cp lib/Alien/Build/Plugin/Core/Gather.pm blib/lib/Alien/Build/Plugin/Core/Gather.pm cp lib/Alien/Build/Manual/Security.pod blib/lib/Alien/Build/Manual/Security.pod cp lib/Alien/Build/Plugin.pm blib/lib/Alien/Build/Plugin.pm cp lib/Alien/Build/Plugin/Build.pod blib/lib/Alien/Build/Plugin/Build.pod cp lib/Alien/Build/Plugin/Probe/CBuilder.pm blib/lib/Alien/Build/Plugin/Probe/CBuilder.pm cp lib/Alien/Build/rc.pm blib/lib/Alien/Build/rc.pm cp lib/Alien/Build/Plugin/Decode.pod blib/lib/Alien/Build/Plugin/Decode.pod cp lib/Alien/Build/Plugin/Gather.pod blib/lib/Alien/Build/Plugin/Gather.pod cp lib/Alien/Build/Plugin/Probe/CommandLine.pm blib/lib/Alien/Build/Plugin/Probe/CommandLine.pm cp lib/Alien/Build/Plugin/Probe/Vcpkg.pm blib/lib/Alien/Build/Plugin/Probe/Vcpkg.pm cp lib/Alien/Build/Plugin/Core/FFI.pm blib/lib/Alien/Build/Plugin/Core/FFI.pm cp lib/Alien/Build/Plugin/Test.pod blib/lib/Alien/Build/Plugin/Test.pod cp lib/Alien/Base/Authoring.pod blib/lib/Alien/Base/Authoring.pod cp lib/alienfile.pm blib/lib/alienfile.pm cp lib/Test/Alien.pm blib/lib/Test/Alien.pm cp lib/Alien/Build/Plugin/Extract/Negotiate.pm blib/lib/Alien/Build/Plugin/Extract/Negotiate.pm cp lib/Alien/Build/Plugin/Build/MSYS.pm blib/lib/Alien/Build/Plugin/Build/MSYS.pm cp lib/Alien/Build/Plugin/PkgConfig/PP.pm blib/lib/Alien/Build/Plugin/PkgConfig/PP.pm cp lib/Alien/Build/Plugin/PkgConfig.pod blib/lib/Alien/Build/Plugin/PkgConfig.pod cp lib/Alien/Build/Manual/FAQ.pod blib/lib/Alien/Build/Manual/FAQ.pod cp lib/Alien/Build/Plugin/Test/Mock.pm blib/lib/Alien/Build/Plugin/Test/Mock.pm cp lib/Alien/Build/Manual/PluginAuthor.pod blib/lib/Alien/Build/Manual/PluginAuthor.pod cp lib/Alien/Build/Plugin/Prefer/SortVersions.pm blib/lib/Alien/Build/Plugin/Prefer/SortVersions.pm cp lib/Alien/Build/Plugin/Decode/Mojo.pm blib/lib/Alien/Build/Plugin/Decode/Mojo.pm cp lib/Alien/Base/FAQ.pod blib/lib/Alien/Base/FAQ.pod cp lib/Alien/Build/Plugin/Gather/IsolateDynamic.pm blib/lib/Alien/Build/Plugin/Gather/IsolateDynamic.pm cp lib/Alien/Build/Plugin/Core/Tail.pm blib/lib/Alien/Build/Plugin/Core/Tail.pm cp lib/Alien/Build/Plugin/Probe.pod blib/lib/Alien/Build/Plugin/Probe.pod cp lib/Alien/Build/Plugin/Fetch/Local.pm blib/lib/Alien/Build/Plugin/Fetch/Local.pm cp lib/Alien/Build/Manual/Alien.pod blib/lib/Alien/Build/Manual/Alien.pod cp lib/Alien/Build/Plugin/Build/Make.pm blib/lib/Alien/Build/Plugin/Build/Make.pm cp lib/Alien/Build/Log.pm blib/lib/Alien/Build/Log.pm cp lib/Alien/Build/Plugin/Core/Download.pm blib/lib/Alien/Build/Plugin/Core/Download.pm cp lib/Alien/Build/Plugin/Prefer/BadVersion.pm blib/lib/Alien/Build/Plugin/Prefer/BadVersion.pm cp lib/Alien/Build/Plugin/Download/Negotiate.pm blib/lib/Alien/Build/Plugin/Download/Negotiate.pm cp lib/Alien/Build/Interpolate/Default.pm blib/lib/Alien/Build/Interpolate/Default.pm cp lib/Test/Alien/Synthetic.pm blib/lib/Test/Alien/Synthetic.pm cp lib/Alien/Build/Plugin/Core/CleanInstall.pm blib/lib/Alien/Build/Plugin/Core/CleanInstall.pm cp lib/Alien/Build/Plugin/Fetch/LocalDir.pm blib/lib/Alien/Build/Plugin/Fetch/LocalDir.pm cp lib/Alien/Build/Plugin/PkgConfig/CommandLine.pm blib/lib/Alien/Build/Plugin/PkgConfig/CommandLine.pm cp lib/Alien/Base.pm blib/lib/Alien/Base.pm cp lib/Alien/Build/Plugin/Core/Legacy.pm blib/lib/Alien/Build/Plugin/Core/Legacy.pm cp lib/Alien/Build/Plugin/Fetch/LWP.pm blib/lib/Alien/Build/Plugin/Fetch/LWP.pm cp lib/Alien/Build/Plugin/Extract/Directory.pm blib/lib/Alien/Build/Plugin/Extract/Directory.pm cp lib/Alien/Base/PkgConfig.pm blib/lib/Alien/Base/PkgConfig.pm cp lib/Alien/Build/Plugin/Decode/DirListingFtpcopy.pm blib/lib/Alien/Build/Plugin/Decode/DirListingFtpcopy.pm cp lib/Test/Alien/Run.pm blib/lib/Test/Alien/Run.pm cp lib/Alien/Build/Plugin/Fetch.pod blib/lib/Alien/Build/Plugin/Fetch.pod cp lib/Alien/Build/Plugin/Fetch/Wget.pm blib/lib/Alien/Build/Plugin/Fetch/Wget.pm cp lib/Alien/Build/Manual/AlienUser.pod blib/lib/Alien/Build/Manual/AlienUser.pod cp lib/Test/Alien/CanPlatypus.pm blib/lib/Test/Alien/CanPlatypus.pm cp lib/Alien/Build/Plugin/Digest.pod blib/lib/Alien/Build/Plugin/Digest.pod cp lib/Alien/Build/Plugin/Core.pod blib/lib/Alien/Build/Plugin/Core.pod cp lib/Alien/Build/Manual/Contributing.pod blib/lib/Alien/Build/Manual/Contributing.pod cp lib/Test/Alien/Build.pm blib/lib/Test/Alien/Build.pm cp lib/Alien/Base/Wrapper.pm blib/lib/Alien/Base/Wrapper.pm cp lib/Alien/Build/Plugin/Digest/SHAPP.pm blib/lib/Alien/Build/Plugin/Digest/SHAPP.pm cp lib/Alien/Build/Plugin/Extract.pod blib/lib/Alien/Build/Plugin/Extract.pod cp lib/Alien/Build/Plugin/PkgConfig/Negotiate.pm blib/lib/Alien/Build/Plugin/PkgConfig/Negotiate.pm cp lib/Alien/Util.pm blib/lib/Alien/Util.pm cp lib/Alien/Build/Plugin/PkgConfig/LibPkgConf.pm blib/lib/Alien/Build/Plugin/PkgConfig/LibPkgConf.pm cp lib/Alien/Build/Log/Default.pm blib/lib/Alien/Build/Log/Default.pm cp lib/Alien/Build/Plugin/Fetch/HTTPTiny.pm blib/lib/Alien/Build/Plugin/Fetch/HTTPTiny.pm cp lib/Alien/Build/Plugin/Prefer/GoodVersion.pm blib/lib/Alien/Build/Plugin/Prefer/GoodVersion.pm cp lib/Alien/Build/Plugin/PkgConfig/MakeStatic.pm blib/lib/Alien/Build/Plugin/PkgConfig/MakeStatic.pm cp lib/Alien/Build/Plugin/Digest/SHA.pm blib/lib/Alien/Build/Plugin/Digest/SHA.pm cp lib/Alien/Build/Plugin/Fetch/CurlCommand.pm blib/lib/Alien/Build/Plugin/Fetch/CurlCommand.pm cp lib/Test/Alien/CanCompile.pm blib/lib/Test/Alien/CanCompile.pm cp lib/Alien/Build/Plugin/Core/Override.pm blib/lib/Alien/Build/Plugin/Core/Override.pm Manifying 96 pod documents ===> p5-Alien-Base-2.84 depends on: p5-Alien-Base-ModuleBuild-* -> p5-Alien-Base-ModuleBuild-1.17 ===> p5-Alien-Base-2.84 depends on: p5-FFI-CheckLib-* -> p5-FFI-CheckLib-0.31 ===> p5-Alien-Base-2.84 depends on: p5-File-chdir-* -> p5-File-chdir-0.1011 ===> p5-Alien-Base-2.84 depends on: p5-Path-Tiny-* -> p5-Path-Tiny-0.146 ===> p5-Alien-Base-2.84 depends on: p5-Test2-Suite-* -> p5-Test2-Suite-0.000163 ===> p5-Alien-Base-2.84 depends on: p5-Capture-Tiny-* -> p5-Capture-Tiny-0.48p0 ===> Regression tests for p5-Alien-Base-2.84 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # # # HARNESS_ACTIVE=1 # HARNESS_VERSION=3.44 # PERL5LIB=/usr/ports/pobj/p5-Alien-Base-2.84/Alien-Build-2.84/blib/lib:/usr/ports/pobj/p5-Alien-Base-2.84/Alien-Build-2.84/blib/arch # PERL_DL_NONLAZY=1 # PERL_MM_OPT=INSTALLSITELIB=/usr/local/libdata/perl5/site_perl INSTALLSITEARCH=/usr/local/libdata/perl5/site_perl/i386-openbsd INSTALLPRIVLIB=/usr/./libdata/perl5 INSTALLARCHLIB=/i386-openbsd INSTALLMAN1DIR=/usr/local/man/man1 INSTALLMAN3DIR=/usr/local/man/man3p INSTALLBIN=/bin INSTALLSCRIPT= # PERL_MM_USE_DEFAULT=1 # PERL_USE_UNSAFE_INC=1 # # # # PERL5LIB path # /usr/ports/pobj/p5-Alien-Base-2.84/Alien-Build-2.84/blib/lib # /usr/ports/pobj/p5-Alien-Base-2.84/Alien-Build-2.84/blib/arch # # # # perl 5.038002 openbsd i386-openbsd # Acme::Alien::DontPanic - # Alien::Base::ModuleBuild 1.17 # Alien::Libbz2 - # Alien::cmake3 - # Alien::gzip - # Alien::xz - # Archive::Tar 2.40 # Archive::Zip 1.68 # Capture::Tiny 0.48 # Devel::Hide 0.0015 # Digest::SHA 6.04 # Env::ShellWords - # ExtUtils::CBuilder 0.280238 # ExtUtils::MakeMaker 7.70 # ExtUtils::ParseXS 3.51 # FFI::CheckLib 0.31 # FFI::Platypus - # File::Listing 6.15 # File::Listing::Ftpcopy - # File::Which 1.27 # File::chdir 0.1011 # HTML::Parser 3.83 # HTTP::Tiny 0.086 # IO::Compress::Bzip2 2.204 # IO::Socket::SSL 2.089 # IO::Uncompress::Bunzip2 2.204 # IO::Zlib 1.14 # JSON::PP 4.16 # LWP 6.77 # LWP::Protocol::https 6.14 # List::Util 1.63 # Mojo::DOM58 - # Mojolicious 9.37 # Net::FTP 3.15 # Net::SSLeay 1.94 # Path::Tiny 0.146 # PkgConfig - # PkgConfig::LibPkgConf - # Plack 1.0051 # Readonly 2.05 # Sort::Versions 1.62 # Test2::API 1.302194 # Test2::V0 0.000163 # Text::ParseWords 3.31 # URI 5.31 # YAML 1.31 # parent 0.241 # # # # --- # cmake_generator: Unix Makefiles # compiler_type: unix # cpu: # arch: # name: x86 # count: 12 # pkg-config: # pkg-config: /usr/bin/pkg-config # pkgconf: ~ # system_type: unix # pkg-config negotiate pick = PkgConfig::CommandLine # # # [config.site] # # file automatically generated by /usr/ports/pobj/p5-Alien-Base-2.84/Alien-Build-2.84/blib/lib/Alien/Build/Plugin/Build/Autoconf.pm # libdir='${prefix}/lib' # # # t/00_diag.t .......................................... ok t/01_use.t ........................................... ok t/alien_base.t ....................................... ok t/alien_base__system_installed.t ..................... ok t/alien_base_pkgconfig.t ............................. ok t/alien_base_wrapper.t ............................... ok t/alien_build.t ...................................... ok t/alien_build__download_rule.t ....................... ok t/alien_build_commandsequence.t ...................... ok t/alien_build_commandsequence__cd.t .................. ok t/alien_build_interpolate.t .......................... ok t/alien_build_interpolate_default.t .................. ok t/alien_build_log.t .................................. ok t/alien_build_log_abbreviate.t ....................... ok t/alien_build_log_default.t .......................... ok t/alien_build_meta.t ................................. ok t/alien_build_mm.t ................................... ok t/alien_build_plugin.t ............................... ok t/alien_build_plugin_build_autoconf.t ................ ok t/alien_build_plugin_build_cmake.t ................... skipped: test requires Alien::cmake3 t/alien_build_plugin_build_copy.t .................... ok t/alien_build_plugin_build_make.t .................... ok t/alien_build_plugin_build_msys.t .................... ok t/alien_build_plugin_build_searchdep.t ............... skipped: test requires Env::ShellWords t/alien_build_plugin_core_cleaninstall.t ............. ok t/alien_build_plugin_core_download.t ................. ok t/alien_build_plugin_core_ffi.t ...................... ok t/alien_build_plugin_core_gather.t ................... ok t/alien_build_plugin_core_legacy.t ................... ok t/alien_build_plugin_core_override.t ................. ok t/alien_build_plugin_core_setup.t .................... ok t/alien_build_plugin_core_tail.t ..................... ok t/alien_build_plugin_decode_dirlisting.t ............. ok t/alien_build_plugin_decode_dirlistingftpcopy.t ...... ok t/alien_build_plugin_decode_html.t ................... ok t/alien_build_plugin_decode_mojo.t ................... ok t/alien_build_plugin_digest_negotiate.t .............. ok t/alien_build_plugin_digest_sha.t .................... ok t/alien_build_plugin_digest_shapp.t .................. ok t/alien_build_plugin_download_negotiate.t ............ ok t/alien_build_plugin_extract_archivetar.t ............ ok t/alien_build_plugin_extract_archivezip.t ............ ok t/alien_build_plugin_extract_commandline.t ........... ok t/alien_build_plugin_extract_commandline__tar_can.t .. ok t/alien_build_plugin_extract_directory.t ............. ok t/alien_build_plugin_extract_file.t .................. ok t/alien_build_plugin_extract_negotiate.t ............. ok t/alien_build_plugin_fetch_curlcommand.t ............. ok t/alien_build_plugin_fetch_httptiny.t ................ ok t/alien_build_plugin_fetch_local.t ................... ok t/alien_build_plugin_fetch_localdir.t ................ ok t/alien_build_plugin_fetch_lwp.t ..................... ok t/alien_build_plugin_fetch_netftp.t .................. ok t/alien_build_plugin_fetch_wget.t .................... skipped: No wget or not real wget t/alien_build_plugin_gather_isolatedynamic.t ......... ok t/alien_build_plugin_meta.t .......................... ok t/alien_build_plugin_pkgconfig_commandline.t ......... ok t/alien_build_plugin_pkgconfig_libpkgconf.t .......... skipped: Test requires PkgConfig::LibPkgConf t/alien_build_plugin_pkgconfig_makestatic.t .......... skipped: test requires PkgConfig.pm t/alien_build_plugin_pkgconfig_negotiate.t ........... ok t/alien_build_plugin_pkgconfig_negotiate__pick.t ..... ok t/alien_build_plugin_pkgconfig_pp.t .................. skipped: test requires PkgConfig 0.14026 t/alien_build_plugin_prefer_badversion.t ............. ok t/alien_build_plugin_prefer_goodversion.t ............ ok t/alien_build_plugin_prefer_sortversions.t ........... ok t/alien_build_plugin_probe_cbuilder.t ................ ok t/alien_build_plugin_probe_cbuilder__live.t .......... skipped: CI only t/alien_build_plugin_probe_commandline.t ............. ok t/alien_build_plugin_probe_vcpkg.t ................... skipped: Test requires Win32::Vcpkg 0.02 t/alien_build_plugin_test_mock.t ..................... ok t/alien_build_rc.t ................................... ok t/alien_build_rc__prepostload.t ...................... ok t/alien_build_rc__prepostload_plugin.t ............... ok t/alien_build_temp.t ................................. ok t/alien_build_tempdir.t .............................. ok t/alien_build_util.t ................................. ok t/alien_build_version_basic.t ........................ ok t/alien_role.t ....................................... ok t/alien_util.t ....................................... ok t/alienfile.t ........................................ ok t/test_alien.t ....................................... ok t/test_alien_build.t ................................. ok t/test_alien_cancompile.t ............................ ok Devel::Hide hides FFI/Platypus.pm t/test_alien_canplatypus.t ........................... ok t/test_alien_diag.t .................................. ok t/test_alien_run.t ................................... ok t/test_alien_synthetic.t ............................. ok All tests successful. Files=87, Tests=433, 91 wallclock secs ( 0.49 usr 0.32 sys + 45.11 cusr 24.85 csys = 70.77 CPU) Result: PASS PASS devel/p5-Alien-Base Duration 1m39.00s START devel/p5-Any-Moose 2024-11-22T07:18:01Z export _LOCKS_HELD="" ===> Cleaning for p5-Any-Moose-0.27 ===> Checking files for p5-Any-Moose-0.27 `/usr/ports/distfiles/Any-Moose-0.27.tar.gz' is up to date. ===> Building from scratch p5-Any-Moose-0.27 ===> Checking files for p5-Any-Moose-0.27 `/usr/ports/distfiles/Any-Moose-0.27.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Any-Moose-0.27 ===> Patching for p5-Any-Moose-0.27 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Any-Moose-0.27 ===> Configuring for p5-Any-Moose-0.27 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Any::Moose Writing MYMETA.yml and MYMETA.json ===> Building for p5-Any-Moose-0.27 cp lib/Any/Moose.pm blib/lib/Any/Moose.pm Manifying 1 pod document ===> p5-Any-Moose-0.27 depends on: p5-Module-Runtime-* -> p5-Module-Runtime-0.016p0 ===> p5-Any-Moose-0.27 depends on: p5-Moo-* -> p5-Moo-2.005005 ===> p5-Any-Moose-0.27 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-Any-Moose-0.27 depends on: p5-MooseX-Types-* -> p5-MooseX-Types-0.50p0 ===> p5-Any-Moose-0.27 depends on: p5-MouseX-Types->=0.03 -> p5-MouseX-Types-0.06p0 ===> p5-Any-Moose-0.27 depends on: p5-Role-Tiny-* -> p5-Role-Tiny-2.002004 ===> p5-Any-Moose-0.27 depends on: p5-Sub-Name-* -> p5-Sub-Name-0.27 ===> p5-Any-Moose-0.27 depends on: p5-Mouse->=0.40 -> p5-Mouse-2.5.11 ===> Regression tests for p5-Any-Moose-0.27 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.88 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------- ---- ------ # Carp any 1.54 # Moose any 2.2207 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # ------------- -------- # Class::MOP 2.2207 # JSON::PP 4.16 # Moo 2.005005 # Moose 2.2207 # MooseX::Types 0.50 # Mouse v2.5.11 # MouseX::Types 0.06 # Role::Tiny 2.002004 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t ........... ok t/001-basic-moose.t ............. ok t/001-basic-mouse.t ............. ok t/001-basic.t ................... ok t/002-other-modules-moose.t ..... ok t/002-other-modules-mouse.t ..... ok t/003-is_moose_loaded.t ......... ok t/004-x-modules-moose.t ......... ok t/004-x-modules-mouse.t ......... ok Class::MOP::is_class_loaded is deprecated at /usr/local/libdata/perl5/site_perl/i386-openbsd/Class/MOP.pm line 87. Class::MOP::is_class_loaded("Moose") called at t/005-aliases-moose.t line 19 Class::MOP::load_class is deprecated at /usr/local/libdata/perl5/site_perl/i386-openbsd/Class/MOP.pm line 69. Class::MOP::load_class("AnyMooseTest") called at t/005-aliases-moose.t line 26 Class::MOP::load_first_existing_class is deprecated at /usr/local/libdata/perl5/site_perl/i386-openbsd/Class/MOP.pm line 78. Class::MOP::load_first_existing_class("Any::Moose::No::Such::Module", "strict") called at t/005-aliases-moose.t line 49 t/005-aliases-moose.t ........... ok t/005-aliases-mouse.t ........... ok t/010-use_mouse_roles.t ......... ok t/011-use_moose_roles.t ......... ok t/012-use_moose_util.t .......... ok t/012-use_mouse_util.t .......... ok t/020-strict.t .................. ok t/100-canonicalize-fragments.t .. ok t/101-localize-errvar.t ......... ok t/zzz-check-breaks.t ............ ok All tests successful. Files=19, Tests=103, 7 wallclock secs ( 0.06 usr 0.14 sys + 4.67 cusr 1.19 csys = 6.06 CPU) Result: PASS PASS devel/p5-Any-Moose Duration 0m10.86s START devel/p5-AnyEvent 2024-11-22T07:18:12Z export _LOCKS_HELD="" ===> Cleaning for p5-AnyEvent-7.17p2v0 ===> Checking files for p5-AnyEvent-7.17p2v0 `/usr/ports/distfiles/AnyEvent-7.17.tar.gz' is up to date. ===> Building from scratch p5-AnyEvent-7.17p2v0 ===> p5-AnyEvent-7.17p2v0 depends on: p5-Canary-Stability-* -> p5-Canary-Stability-2013p0 ===> Checking files for p5-AnyEvent-7.17p2v0 `/usr/ports/distfiles/AnyEvent-7.17.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-AnyEvent-7.17p2v0 ===> Patching for p5-AnyEvent-7.17p2v0 ===> Applying OpenBSD patch patch-lib_AnyEvent_TLS_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |LibreSSL uses TLS 1.3. This is not expected by AnyEvent. Especially |an EPIPE error confuses the t/80_ssltest.t test. | |Index: lib/AnyEvent/TLS.pm |--- lib/AnyEvent/TLS.pm.orig |+++ lib/AnyEvent/TLS.pm -------------------------- Patching file lib/AnyEvent/TLS.pm using Plan A... Hunk #1 succeeded at 629. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-AnyEvent-7.17p2v0 ===> Configuring for p5-AnyEvent-7.17p2v0 *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.038002, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by AnyEvent. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by AnyEvent, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of AnyEvent with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y *** *** The EV module is recommended for even better performance, unless you *** have to use one of the other adaptors (Event, Glib, Tk, etc.). *** The Async::Interrupt module is highly recommended to efficiently avoid *** race conditions in/with other event loops. *** *** This module does not have ANY dependencies, even if it might look *** otherwise. If you are building a distribution package or have *** difficulties installing this package due to dependencies, report this *** to the packager as a bug. *** *** This module is guaranteed to stay 100% pure-perl, full-featured *** and performant, even without any of the optional modules. *** Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for AnyEvent Writing MYMETA.yml and MYMETA.json ===> Building for p5-AnyEvent-7.17p2v0 cp lib/AnyEvent/Impl/EventLib.pm blib/lib/AnyEvent/Impl/EventLib.pm cp lib/AnyEvent/Impl/Glib.pm blib/lib/AnyEvent/Impl/Glib.pm cp lib/AnyEvent/constants.pl blib/arch/AnyEvent/constants.pl cp lib/AnyEvent/DNS.pm blib/lib/AnyEvent/DNS.pm cp lib/AnyEvent/FAQ.pod blib/lib/AnyEvent/FAQ.pod cp lib/AnyEvent/Impl/POE.pm blib/lib/AnyEvent/Impl/POE.pm cp lib/AnyEvent/Loop.pm blib/lib/AnyEvent/Loop.pm cp lib/AnyEvent/Debug.pm blib/lib/AnyEvent/Debug.pm cp lib/AnyEvent/Impl/EV.pm blib/lib/AnyEvent/Impl/EV.pm cp lib/AnyEvent/IO.pm blib/lib/AnyEvent/IO.pm cp lib/AnyEvent/Impl/Tk.pm blib/lib/AnyEvent/Impl/Tk.pm cp lib/AnyEvent/Impl/Event.pm blib/lib/AnyEvent/Impl/Event.pm cp lib/AnyEvent/Impl/Irssi.pm blib/lib/AnyEvent/Impl/Irssi.pm cp lib/AnyEvent/Intro.pod blib/lib/AnyEvent/Intro.pod cp lib/AnyEvent/Handle.pm blib/lib/AnyEvent/Handle.pm cp lib/AnyEvent/Util/idna.pl blib/lib/AnyEvent/Util/idna.pl cp lib/AnyEvent/Impl/FLTK.pm blib/lib/AnyEvent/Impl/FLTK.pm cp lib/AnyEvent/Util/uts46data.pl blib/lib/AnyEvent/Util/uts46data.pl cp lib/AE.pm blib/lib/AE.pm cp lib/AnyEvent/Impl/Qt.pm blib/lib/AnyEvent/Impl/Qt.pm cp lib/AnyEvent/IO/IOAIO.pm blib/lib/AnyEvent/IO/IOAIO.pm cp lib/AnyEvent/Impl/IOAsync.pm blib/lib/AnyEvent/Impl/IOAsync.pm cp lib/AnyEvent/Strict.pm blib/lib/AnyEvent/Strict.pm cp lib/AnyEvent/Socket.pm blib/lib/AnyEvent/Socket.pm cp lib/AnyEvent/IO/Perl.pm blib/lib/AnyEvent/IO/Perl.pm cp lib/AnyEvent/Impl/Cocoa.pm blib/lib/AnyEvent/Impl/Cocoa.pm cp lib/AnyEvent/TLS.pm blib/lib/AnyEvent/TLS.pm cp lib/AnyEvent/Impl/Perl.pm blib/lib/AnyEvent/Impl/Perl.pm cp lib/AnyEvent.pm blib/lib/AnyEvent.pm cp lib/AnyEvent/Impl/UV.pm blib/lib/AnyEvent/Impl/UV.pm cp lib/AnyEvent/Log.pm blib/lib/AnyEvent/Log.pm cp lib/AnyEvent/Util.pm blib/lib/AnyEvent/Util.pm "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" constants.pl.PL constants.pl Manifying 29 pod documents ===> p5-AnyEvent-7.17p2v0 depends on: p5-JSON-XS->=2.2 -> p5-JSON-XS-4.03v1 ===> p5-AnyEvent-7.17p2v0 depends on: p5-JSON->=2.09 -> p5-JSON-4.10 ===> p5-AnyEvent-7.17p2v0 depends on: p5-Glib2-* -> p5-Glib2-1.3294 ===> p5-AnyEvent-7.17p2v0 depends on: p5-Guard->=1.02 -> p5-Guard-1.023p0 ===> p5-AnyEvent-7.17p2v0 depends on: p5-POE-* -> p5-POE-1.370 ===> p5-AnyEvent-7.17p2v0 depends on: p5-Task-Weaken-* -> p5-Task-Weaken-1.06p0 ===> p5-AnyEvent-7.17p2v0 depends on: p5-Net-SSLeay->=1.33 -> p5-Net-SSLeay-1.94p0 ===> p5-AnyEvent-7.17p2v0 depends on: p5-EV->=4.00 -> p5-EV-4.34 ===> Regression tests for p5-AnyEvent-7.17p2v0 cp lib/AnyEvent/constants.pl blib/arch/AnyEvent/constants.pl Skip blib/lib/AnyEvent/DNS.pm (unchanged) Skip blib/lib/AnyEvent/Impl/Perl.pm (unchanged) Skip blib/lib/AnyEvent/Debug.pm (unchanged) Skip blib/lib/AnyEvent/Util.pm (unchanged) Skip blib/lib/AnyEvent/Impl/POE.pm (unchanged) Skip blib/lib/AnyEvent/Log.pm (unchanged) Skip blib/lib/AnyEvent/Impl/Qt.pm (unchanged) Skip blib/lib/AnyEvent/FAQ.pod (unchanged) Skip blib/lib/AnyEvent/Impl/IOAsync.pm (unchanged) Skip blib/lib/AnyEvent/Impl/Glib.pm (unchanged) Skip blib/lib/AnyEvent/IO/IOAIO.pm (unchanged) Skip blib/lib/AnyEvent/IO/Perl.pm (unchanged) Skip blib/lib/AnyEvent/Impl/Event.pm (unchanged) Skip blib/lib/AnyEvent/Strict.pm (unchanged) Skip blib/lib/AnyEvent/TLS.pm (unchanged) Skip blib/lib/AnyEvent/Impl/EventLib.pm (unchanged) Skip blib/lib/AnyEvent/Impl/EV.pm (unchanged) Skip blib/lib/AnyEvent/Loop.pm (unchanged) Skip blib/lib/AnyEvent/Impl/Irssi.pm (unchanged) Skip blib/lib/AnyEvent/Socket.pm (unchanged) Skip blib/lib/AnyEvent/Handle.pm (unchanged) Skip blib/lib/AnyEvent/Impl/FLTK.pm (unchanged) Skip blib/lib/AnyEvent/Util/idna.pl (unchanged) Skip blib/lib/AnyEvent/IO.pm (unchanged) Skip blib/lib/AnyEvent/Util/uts46data.pl (unchanged) Skip blib/lib/AnyEvent.pm (unchanged) Skip blib/lib/AnyEvent/Impl/Cocoa.pm (unchanged) Skip blib/lib/AE.pm (unchanged) Skip blib/lib/AnyEvent/Impl/UV.pm (unchanged) Skip blib/lib/AnyEvent/Impl/Tk.pm (unchanged) Skip blib/lib/AnyEvent/Intro.pod (unchanged) "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" constants.pl.PL constants.pl PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/handle/*.t t/00_load.t ................ ok t/01_basic.t ............... ok t/02_signals.t ............. ok t/03_child.t ............... ok t/04_condvar.t ............. ok t/05_dns.t ................. ok t/06_socket.t .............. ok t/07_io.t .................. ok t/08_idna.t ................ ok t/09_multi.t ............... ok t/10_loadall.t ............. ok t/11_io_perl.t ............. ok t/12_io_ioaio.t ............ skipped: AnyEvent::IO::IOAIO not loadable t/13_weaken.t .............. ok t/61_fltk_01_basic.t ....... skipped: AnyEvent::Impl::FLTK not loadable t/61_fltk_02_signals.t ..... skipped: AnyEvent::Impl::FLTK not loadable t/61_fltk_03_child.t ....... skipped: AnyEvent::Impl::FLTK not loadable t/61_fltk_04_condvar.t ..... skipped: AnyEvent::Impl::FLTK not loadable t/61_fltk_05_dns.t ......... skipped: AnyEvent::Impl::FLTK not loadable t/61_fltk_07_io.t .......... skipped: AnyEvent::Impl::FLTK not loadable t/61_fltk_09_multi.t ....... skipped: AnyEvent::Impl::FLTK not loadable t/62_cocoa_01_basic.t ...... skipped: AnyEvent::Impl::Cocoa not loadable t/62_cocoa_02_signals.t .... skipped: AnyEvent::Impl::Cocoa not loadable t/62_cocoa_03_child.t ...... skipped: AnyEvent::Impl::Cocoa not loadable t/62_cocoa_04_condvar.t .... skipped: AnyEvent::Impl::Cocoa not loadable t/62_cocoa_05_dns.t ........ skipped: AnyEvent::Impl::Cocoa not loadable t/62_cocoa_07_io.t ......... skipped: AnyEvent::Impl::Cocoa not loadable t/62_cocoa_09_multi.t ...... skipped: AnyEvent::Impl::Cocoa not loadable t/64_glib_01_basic.t ....... ok t/64_glib_02_signals.t ..... ok t/64_glib_03_child.t ....... ok t/64_glib_04_condvar.t ..... ok t/64_glib_05_dns.t ......... ok t/64_glib_07_io.t .......... ok t/64_glib_09_multi.t ....... ok t/65_event_01_basic.t ...... ok t/65_event_02_signals.t .... ok t/65_event_03_child.t ...... ok t/65_event_04_condvar.t .... ok t/65_event_05_dns.t ........ ok t/65_event_07_io.t ......... ok t/65_event_09_multi.t ...... ok t/66_ioasync_01_basic.t .... skipped: AnyEvent::Impl::IOAsync not loadable t/66_ioasync_02_signals.t .. skipped: AnyEvent::Impl::IOAsync not loadable t/66_ioasync_03_child.t .... skipped: AnyEvent::Impl::IOAsync not loadable t/66_ioasync_04_condvar.t .. skipped: AnyEvent::Impl::IOAsync not loadable t/66_ioasync_05_dns.t ...... skipped: AnyEvent::Impl::IOAsync not loadable t/66_ioasync_07_io.t ....... skipped: AnyEvent::Impl::IOAsync not loadable t/66_ioasync_09_multi.t .... skipped: AnyEvent::Impl::IOAsync not loadable t/67_tk_01_basic.t ......... skipped: AnyEvent::Impl::Tk not loadable t/67_tk_02_signals.t ....... skipped: AnyEvent::Impl::Tk not loadable t/67_tk_03_child.t ......... skipped: AnyEvent::Impl::Tk not loadable t/67_tk_04_condvar.t ....... skipped: AnyEvent::Impl::Tk not loadable t/67_tk_05_dns.t ........... skipped: AnyEvent::Impl::Tk not loadable t/67_tk_07_io.t ............ skipped: AnyEvent::Impl::Tk not loadable t/67_tk_09_multi.t ......... skipped: AnyEvent::Impl::Tk not loadable t/68_poe_01_basic.t ........ ok t/68_poe_02_signals.t ...... ok t/68_poe_03_child.t ........ ok t/68_poe_04_condvar.t ...... ok t/68_poe_05_dns.t .......... ok t/68_poe_07_io.t ........... ok t/68_poe_09_multi.t ........ ok t/69_ev_01_basic.t ......... ok t/69_ev_02_signals.t ....... ok t/69_ev_03_child.t ......... ok t/69_ev_04_condvar.t ....... ok t/69_ev_05_dns.t ........... ok t/69_ev_07_io.t ............ ok t/69_ev_09_multi.t ......... ok t/70_uv_01_basic.t ......... skipped: AnyEvent::Impl::UV not loadable t/70_uv_02_signals.t ....... skipped: AnyEvent::Impl::UV not loadable t/70_uv_03_child.t ......... skipped: AnyEvent::Impl::UV not loadable t/70_uv_04_condvar.t ....... skipped: AnyEvent::Impl::UV not loadable t/70_uv_05_dns.t ........... skipped: AnyEvent::Impl::UV not loadable t/70_uv_07_io.t ............ skipped: AnyEvent::Impl::UV not loadable t/70_uv_09_multi.t ......... skipped: AnyEvent::Impl::UV not loadable t/80_ssltest.t ............. ok t/81_hosts.t ............... ok t/handle/01_readline.t ..... ok t/handle/02_write.t ........ ok t/handle/03_http_req.t ..... skipped: PERL_ANYEVENT_NET_TESTS environment variable not set t/handle/04_listen.t ....... ok All tests successful. Files=83, Tests=1180, 22 wallclock secs ( 0.32 usr 0.42 sys + 3.73 cusr 2.81 csys = 7.28 CPU) Result: PASS PASS devel/p5-AnyEvent Duration 0m28.81s START devel/p5-B-COW 2024-11-22T07:18:40Z export _LOCKS_HELD="" ===> Cleaning for p5-B-COW-0.007 ===> Checking files for p5-B-COW-0.007 `/usr/ports/distfiles/B-COW-0.007.tar.gz' is up to date. ===> Building from scratch p5-B-COW-0.007 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-B-COW-0.007 `/usr/ports/distfiles/B-COW-0.007.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-B-COW-0.007 ===> Patching for p5-B-COW-0.007 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-B-COW-0.007 ===> Configuring for p5-B-COW-0.007 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for B::COW Writing MYMETA.yml and MYMETA.json ===> Building for p5-B-COW-0.007 cp lib/B/COW.pm blib/lib/B/COW.pm Running Mkbootstrap for COW () chmod 644 "COW.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- COW.bs blib/arch/auto/B/COW/COW.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' COW.xs > COW.xsc mv COW.xsc COW.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.007\" -DXS_VERSION=\"0.007\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" COW.c rm -f blib/arch/auto/B/COW/COW.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib COW.o -o blib/arch/auto/B/COW/COW.so chmod 755 blib/arch/auto/B/COW/COW.so Manifying 1 pod document ===> Regression tests for p5-B-COW-0.007 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- COW.bs blib/arch/auto/B/COW/COW.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ............ ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # Devel::Peek any 1.33 # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More any 1.302194 # XSLoader any 0.32 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------ ---- ---- # t/00-report-prereqs.t .. ok t/01-basic.t ........... ok All tests successful. Files=3, Tests=22, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.52 cusr 0.15 csys = 0.72 CPU) Result: PASS PASS devel/p5-B-COW Duration 0m04.03s START devel/p5-B-Hooks-EndOfScope 2024-11-22T07:18:44Z export _LOCKS_HELD="" ===> Cleaning for p5-B-Hooks-EndOfScope-0.28 ===> Checking files for p5-B-Hooks-EndOfScope-0.28 `/usr/ports/distfiles/B-Hooks-EndOfScope-0.28.tar.gz' is up to date. ===> Building from scratch p5-B-Hooks-EndOfScope-0.28 ===> Checking files for p5-B-Hooks-EndOfScope-0.28 `/usr/ports/distfiles/B-Hooks-EndOfScope-0.28.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-B-Hooks-EndOfScope-0.28 ===> Patching for p5-B-Hooks-EndOfScope-0.28 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-B-Hooks-EndOfScope-0.28 ===> Configuring for p5-B-Hooks-EndOfScope-0.28 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for B::Hooks::EndOfScope Writing MYMETA.yml and MYMETA.json ===> Building for p5-B-Hooks-EndOfScope-0.28 cp lib/B/Hooks/EndOfScope.pm blib/lib/B/Hooks/EndOfScope.pm cp lib/B/Hooks/EndOfScope/PP/FieldHash.pm blib/lib/B/Hooks/EndOfScope/PP/FieldHash.pm cp lib/B/Hooks/EndOfScope/PP.pm blib/lib/B/Hooks/EndOfScope/PP.pm cp lib/B/Hooks/EndOfScope/XS.pm blib/lib/B/Hooks/EndOfScope/XS.pm cp lib/B/Hooks/EndOfScope/PP/HintHash.pm blib/lib/B/Hooks/EndOfScope/PP/HintHash.pm Manifying 3 pod documents ===> p5-B-Hooks-EndOfScope-0.28 depends on: p5-Module-Implementation-* -> p5-Module-Implementation-0.09p0 ===> p5-B-Hooks-EndOfScope-0.28 depends on: p5-Module-Runtime-* -> p5-Module-Runtime-0.016p0 ===> p5-B-Hooks-EndOfScope-0.28 depends on: p5-Sub-Exporter-Progressive-* -> p5-Sub-Exporter-Progressive-0.001013p0 ===> p5-B-Hooks-EndOfScope-0.28 depends on: p5-Variable-Magic->=0.48 -> p5-Variable-Magic-0.64 ===> Regression tests for p5-B-Hooks-EndOfScope-0.28 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-basic.t .................... ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # Text::ParseWords any 3.31 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Glob any 1.40 # File::Spec any 3.88 # IPC::Open2 any 1.06 # Test::More 0.88 1.302194 # lib any 0.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Test Suggests === # # Module Want Have # ----------- ------ ------ # Devel::Hide 0.0007 0.0015 # # === Runtime Requires === # # Module Want Have # -------------------------- -------- -------- # Hash::Util::FieldHash any 1.26 # Module::Implementation 0.05 0.09 # Scalar::Util any 1.63 # Sub::Exporter::Progressive 0.001006 0.001013 # Tie::Hash any 1.06 # Variable::Magic 0.48 0.64 # perl 5.006001 5.038002 # strict any 1.12 # warnings any 1.65 # # === Runtime Suggests === # # Module Want Have # --------------- ---- ---- # Variable::Magic 0.48 0.64 # # === Other Modules === # # Module Have # --------------- ------ # DynaLoader 1.54 # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Sub::Name 0.27 # Try::Tiny 0.32 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t ........... ok t/01-eval.t ..................... ok t/02-localise.t ................. ok t/05-exception_xs.t ............. ok t/06-exception_pp.t ............. skipped: Skipping PP fallback test in XS mode t/07-nested.t ................... ok t/10-test_without_vm_pure_pp.t .. ok t/11-direct_xs.t ................ ok t/12-direct_pp.t ................ ok All tests successful. Files=10, Tests=35, 3 wallclock secs ( 0.04 usr 0.07 sys + 1.91 cusr 0.81 csys = 2.83 CPU) Result: PASS PASS devel/p5-B-Hooks-EndOfScope Duration 0m07.00s START devel/p5-B-Keywords 2024-11-22T07:18:51Z export _LOCKS_HELD="" ===> Cleaning for p5-B-Keywords-1.27 ===> Checking files for p5-B-Keywords-1.27 `/usr/ports/distfiles/B-Keywords-1.27.tar.gz' is up to date. ===> Building from scratch p5-B-Keywords-1.27 ===> Checking files for p5-B-Keywords-1.27 `/usr/ports/distfiles/B-Keywords-1.27.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-B-Keywords-1.27 ===> Patching for p5-B-Keywords-1.27 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-B-Keywords-1.27 ===> Configuring for p5-B-Keywords-1.27 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for B::Keywords Writing MYMETA.yml and MYMETA.json ===> Building for p5-B-Keywords-1.27 cp lib/B/Keywords.pm blib/lib/B/Keywords.pm Manifying 1 pod document ===> p5-B-Keywords-1.27 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-B-Keywords-1.27 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-B-Keywords-1.27 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/10basic.t ................. ok t/11keywords.t .............. ok t/export.t .................. ok t/z_kwalitee.t .............. skipped: This test is only run for the module author t/z_meta.t .................. skipped: This test is only run for the module author t/z_perl_minimum_version.t .. skipped: Author tests not required for installation t/z_pod-coverage.t .......... skipped: This test is only run for the module author t/z_pod.t ................... ok All tests successful. Files=8, Tests=566, 1 wallclock secs ( 0.07 usr 0.07 sys + 0.86 cusr 0.31 csys = 1.31 CPU) Result: PASS PASS devel/p5-B-Keywords Duration 0m03.89s START devel/p5-BSD-Resource 2024-11-22T07:18:55Z export _LOCKS_HELD="" ===> Cleaning for p5-BSD-Resource-1.2911p0 ===> Checking files for p5-BSD-Resource-1.2911p0 `/usr/ports/distfiles/BSD-Resource-1.2911.tar.gz' is up to date. ===> Building from scratch p5-BSD-Resource-1.2911p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-BSD-Resource-1.2911p0 `/usr/ports/distfiles/BSD-Resource-1.2911.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-BSD-Resource-1.2911p0 ===> Patching for p5-BSD-Resource-1.2911p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-BSD-Resource-1.2911p0 Regenerating ppport.h ===> Configuring for p5-BSD-Resource-1.2911p0 Configuring BSD::Resource... Checking whether you have certain header files... You do have . Excellent. Checking to see whether you have rlim_t... You seem to have rlim_t defined (which is nice). Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for BSD::Resource Writing MYMETA.yml and MYMETA.json Done configuring BSD::Resource. Now you may issue 'make'. Do not forget also 'make test'. If some tests fail, please rerun the tests (see INSTALL). ===> Building for p5-BSD-Resource-1.2911p0 cp Resource.pm blib/lib/BSD/Resource.pm AutoSplitting blib/lib/BSD/Resource.pm (blib/lib/auto/BSD/Resource) Running Mkbootstrap for Resource () chmod 644 "Resource.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Resource.bs blib/arch/auto/BSD/Resource/Resource.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Resource.xs > Resource.xsc mv Resource.xsc Resource.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.2911\" -DXS_VERSION=\"1.2911\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DRlim_t=rlim_t Resource.c Resource.xs:227:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] not_here(s) ^ Resource.xs:235:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] constant(name, arg) ^ Resource.xs:515:10: warning: implicit conversion from 'rlim_t' (aka 'unsigned long long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] return RLIM_SAVED_CUR; ~~~~~~ ^~~~~~~~~~~~~~ /usr/include/sys/resource.h:96:24: note: expanded from macro 'RLIM_SAVED_CUR' #define RLIM_SAVED_CUR RLIM_INFINITY ^~~~~~~~~~~~~ /usr/include/sys/resource.h:94:42: note: expanded from macro 'RLIM_INFINITY' #define RLIM_INFINITY (((rlim_t)1 << 63) - 1) ~~~~~~~~~~~~~~~~~~^~~ Resource.xs:521:10: warning: implicit conversion from 'rlim_t' (aka 'unsigned long long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] return RLIM_SAVED_MAX; ~~~~~~ ^~~~~~~~~~~~~~ /usr/include/sys/resource.h:95:24: note: expanded from macro 'RLIM_SAVED_MAX' #define RLIM_SAVED_MAX RLIM_INFINITY ^~~~~~~~~~~~~ /usr/include/sys/resource.h:94:42: note: expanded from macro 'RLIM_INFINITY' #define RLIM_INFINITY (((rlim_t)1 << 63) - 1) ~~~~~~~~~~~~~~~~~~^~~ 4 warnings generated. rm -f blib/arch/auto/BSD/Resource/Resource.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Resource.o -o blib/arch/auto/BSD/Resource/Resource.so chmod 755 blib/arch/auto/BSD/Resource/Resource.so Manifying 1 pod document ===> p5-BSD-Resource-1.2911p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-BSD-Resource-1.2911p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-BSD-Resource-1.2911p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Resource.bs blib/arch/auto/BSD/Resource/Resource.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/get_rlimits.t ... ok t/getpriority.t ... ok t/getrlimit.t ..... ok t/getrusage.t ..... ok t/pod-coverage.t .. ok t/pod.t ........... ok t/setpriority.t ... ok t/setrlimit.t ..... ok t/times.t ......... ok All tests successful. Files=9, Tests=46, 45 wallclock secs ( 0.08 usr 0.04 sys + 7.83 cusr 6.76 csys = 14.71 CPU) Result: PASS PASS devel/p5-BSD-Resource Duration 0m50.03s START devel/p5-BSD-arc4random 2024-11-22T07:19:45Z export _LOCKS_HELD="" ===> Cleaning for p5-BSD-arc4random-1.50p6 ===> Checking files for p5-BSD-arc4random-1.50p6 `/usr/ports/distfiles/BSD-arc4random-1.50.tar.gz' is up to date. ===> Building from scratch p5-BSD-arc4random-1.50p6 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-BSD-arc4random-1.50p6 `/usr/ports/distfiles/BSD-arc4random-1.50.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-BSD-arc4random-1.50p6 rm /usr/ports/pobj/p5-BSD-arc4random-1.50/BSD-arc4random-1.50/arc4random.c ===> Patching for p5-BSD-arc4random-1.50p6 ===> Applying OpenBSD patch patch-MANIFEST Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |The file arc4random.c is removed in post-extract as everything is |implemented in OpenBSD libc. Avoid a build warning about manifest. | |--- MANIFEST.orig Sun May 17 15:05:04 2009 |+++ MANIFEST Wed Oct 12 14:09:10 2016 -------------------------- Patching file MANIFEST using Plan A... Hunk #1 succeeded at 3. done ===> Applying OpenBSD patch patch-arc4rnd_xs_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Implement Perl XS wrapper for OpenBSD libc arc4random(3), |arc4random_buf(3), arc4random_uniform(3), remove everything else. | |Index: arc4rnd_xs.c |--- arc4rnd_xs.c.orig |+++ arc4rnd_xs.c -------------------------- Patching file arc4rnd_xs.c using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 19. Hunk #3 succeeded at 44. Hunk #4 succeeded at 59. Hunk #5 succeeded at 127. done ===> Applying OpenBSD patch patch-lib_BSD_arc4random_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Do nothing special for arc4random_addrandom(), arc4random_pushb(), |arc4random_pushk(), arc4random_stir(), they are not implemented in |OpenBSD libc. | |Replace the pure Perl arc4random_bytes(), arc4random_uniform() |implementation with arc4random_buf(3), arc4random_uniform(3) Perl |XS wrapper for OpenBSD libc functions. | |--- lib/BSD/arc4random.pm.orig Mon Jun 6 01:19:28 2011 |+++ lib/BSD/arc4random.pm Wed Oct 12 17:34:11 2016 -------------------------- Patching file lib/BSD/arc4random.pm using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 74. Hunk #3 succeeded at 99. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-BSD-arc4random-1.50p6 ===> Configuring for p5-BSD-arc4random-1.50p6 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for BSD::arc4random Writing MYMETA.yml and MYMETA.json ===> Building for p5-BSD-arc4random-1.50p6 cp lib/BSD/arc4random.pm.orig.port blib/lib/BSD/arc4random.pm.orig.port cp lib/BSD/arc4random.pm blib/lib/BSD/arc4random.pm Running Mkbootstrap for arc4random () chmod 644 "arc4random.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- arc4random.bs blib/arch/auto/BSD/arc4random/arc4random.bs 644 cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_ARC4RANDOM_PUSHB=0 arc4rnd_xs.c rm -f blib/arch/auto/BSD/arc4random/arc4random.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib arc4rnd_xs.o -o blib/arch/auto/BSD/arc4random/arc4random.so chmod 755 blib/arch/auto/BSD/arc4random/arc4random.so Manifying 1 pod document ===> Regression tests for p5-BSD-arc4random-1.50p6 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- arc4random.bs blib/arch/auto/BSD/arc4random/arc4random.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t DIAG: BSD::arc4random 1.50 without kernel interface t/check.t .. ok All tests successful. Files=1, Tests=23, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.02 cusr 0.01 csys = 0.06 CPU) Result: PASS PASS devel/p5-BSD-arc4random Duration 0m03.04s START devel/p5-BSD-stat 2024-11-22T07:19:48Z export _LOCKS_HELD="" ===> Cleaning for p5-BSD-stat-1.36 ===> Checking files for p5-BSD-stat-1.36 `/usr/ports/distfiles/BSD-stat-1.36.tar.gz' is up to date. ===> Building from scratch p5-BSD-stat-1.36 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-BSD-stat-1.36 `/usr/ports/distfiles/BSD-stat-1.36.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-BSD-stat-1.36 ===> Patching for p5-BSD-stat-1.36 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-BSD-stat-1.36 ===> Configuring for p5-BSD-stat-1.36 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for BSD::stat Writing MYMETA.yml and MYMETA.json ===> Building for p5-BSD-stat-1.36 cp stat.pm blib/lib/BSD/stat.pm AutoSplitting blib/lib/BSD/stat.pm (blib/lib/auto/BSD/stat) Running Mkbootstrap for stat () chmod 644 "stat.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- stat.bs blib/arch/auto/BSD/stat/stat.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' stat.xs > stat.xsc mv stat.xsc stat.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.36\" -DXS_VERSION=\"1.36\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" stat.c rm -f blib/arch/auto/BSD/stat/stat.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib stat.o -o blib/arch/auto/BSD/stat/stat.so chmod 755 blib/arch/auto/BSD/stat/stat.so Manifying 1 pod document ===> Regression tests for p5-BSD-stat-1.36 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- stat.bs blib/arch/auto/BSD/stat/stat.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic.t ....... ok t/chflags.t ..... ok t/fields.t ...... ok t/filehandle.t .. ok t/object.t ...... ok t/statcache.t ... ok t/underscore.t .. ok t/utimes.t ...... ok All tests successful. Files=8, Tests=140, 0 wallclock secs ( 0.07 usr 0.04 sys + 0.47 cusr 0.18 csys = 0.76 CPU) Result: PASS PASS devel/p5-BSD-stat Duration 0m03.94s START devel/p5-CLI-Osprey 2024-11-22T07:19:52Z export _LOCKS_HELD="" ===> Cleaning for p5-CLI-Osprey-0.08 ===> Checking files for p5-CLI-Osprey-0.08 `/usr/ports/distfiles/CLI-Osprey-0.08.tar.gz' is up to date. ===> Building from scratch p5-CLI-Osprey-0.08 ===> p5-CLI-Osprey-0.08 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-CLI-Osprey-0.08 `/usr/ports/distfiles/CLI-Osprey-0.08.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-CLI-Osprey-0.08 ===> Patching for p5-CLI-Osprey-0.08 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-CLI-Osprey-0.08 ===> Configuring for p5-CLI-Osprey-0.08 Creating new 'Build' script for 'CLI-Osprey' version '0.08' ===> Building for p5-CLI-Osprey-0.08 cp lib/CLI/Osprey/Descriptive/Usage.pm blib/lib/CLI/Osprey/Descriptive/Usage.pm cp lib/CLI/Osprey.pm blib/lib/CLI/Osprey.pm cp lib/CLI/Osprey/Role.pm blib/lib/CLI/Osprey/Role.pm cp lib/CLI/Osprey/InlineSubcommand.pm blib/lib/CLI/Osprey/InlineSubcommand.pm cp lib/CLI/Osprey/Descriptive.pm blib/lib/CLI/Osprey/Descriptive.pm ===> p5-CLI-Osprey-0.08 depends on: p5-Test-Lib-* -> p5-Test-Lib-0.003 ===> p5-CLI-Osprey-0.08 depends on: p5-Capture-Tiny-* -> p5-Capture-Tiny-0.48p0 ===> p5-CLI-Osprey-0.08 depends on: p5-Getopt-Long-Descriptive->=0.10 -> p5-Getopt-Long-Descriptive-0.110 ===> p5-CLI-Osprey-0.08 depends on: p5-Module-Runtime-* -> p5-Module-Runtime-0.016p0 ===> p5-CLI-Osprey-0.08 depends on: p5-Moo-* -> p5-Moo-2.005005 ===> p5-CLI-Osprey-0.08 depends on: p5-Path-Tiny-* -> p5-Path-Tiny-0.146 ===> Regression tests for p5-CLI-Osprey-0.08 t/basic.t .............. ok t/load-on-use.t ........ ok t/loaded-by-default.t .. ok t/pod_generation.t ..... ok t/usage_api.t .......... ok All tests successful. Files=5, Tests=17, 1 wallclock secs ( 0.07 usr 0.02 sys + 0.95 cusr 0.47 csys = 1.51 CPU) Result: PASS PASS devel/p5-CLI-Osprey Duration 0m04.99s START devel/p5-Carp-Clan 2024-11-22T07:19:57Z export _LOCKS_HELD="" ===> Cleaning for p5-Carp-Clan-6.08p0 ===> Checking files for p5-Carp-Clan-6.08p0 `/usr/ports/distfiles/Carp-Clan-6.08.tar.gz' is up to date. ===> Building from scratch p5-Carp-Clan-6.08p0 ===> Checking files for p5-Carp-Clan-6.08p0 `/usr/ports/distfiles/Carp-Clan-6.08.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Carp-Clan-6.08p0 ===> Patching for p5-Carp-Clan-6.08p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Carp-Clan-6.08p0 ===> Configuring for p5-Carp-Clan-6.08p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Carp::Clan Writing MYMETA.yml and MYMETA.json ===> Building for p5-Carp-Clan-6.08p0 cp lib/Carp/Clan.pm blib/lib/Carp/Clan.pm Manifying 1 pod document ===> p5-Carp-Clan-6.08p0 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> Regression tests for p5-Carp-Clan-6.08p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More any 1.302194 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------- ---- ---- # overload any 1.37 # strict any 1.12 # # === Other Modules === # # Module Have # --------------- ------ # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .. ok t/10basic.t ............ ok t/11basic.t ............ ok t/21pre560.t ........... ok All tests successful. Files=4, Tests=116, 1 wallclock secs ( 0.02 usr 0.05 sys + 0.56 cusr 0.09 csys = 0.72 CPU) Result: PASS PASS devel/p5-Carp-Clan Duration 0m03.47s START devel/p5-Check-ISA 2024-11-22T07:20:01Z export _LOCKS_HELD="" ===> Cleaning for p5-Check-ISA-0.09p1 ===> Checking files for p5-Check-ISA-0.09p1 `/usr/ports/distfiles/Check-ISA-0.09.tar.gz' is up to date. ===> Building from scratch p5-Check-ISA-0.09p1 ===> Checking files for p5-Check-ISA-0.09p1 `/usr/ports/distfiles/Check-ISA-0.09.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Check-ISA-0.09p1 ===> Patching for p5-Check-ISA-0.09p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Check-ISA-0.09p1 ===> Configuring for p5-Check-ISA-0.09p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Check::ISA Writing MYMETA.yml and MYMETA.json ===> Building for p5-Check-ISA-0.09p1 cp lib/Check/ISA.pm blib/lib/Check/ISA.pm Manifying 1 pod document ===> p5-Check-ISA-0.09p1 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-Check-ISA-0.09p1 depends on: p5-Sub-Exporter-* -> p5-Sub-Exporter-0.991 ===> Regression tests for p5-Check-ISA-0.09p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Check::ISA 0.09, Perl 5.038002, /usr/bin/perl t/00-load.t ... ok t/01_basic.t .. ok t/02_moose.t .. ok t/03_asa.t .... skipped: asa is required for this test All tests successful. Files=4, Tests=81, 2 wallclock secs ( 0.06 usr 0.02 sys + 0.67 cusr 0.24 csys = 0.99 CPU) Result: PASS PASS devel/p5-Check-ISA Duration 0m03.71s START devel/p5-Class-Accessor 2024-11-22T07:20:05Z export _LOCKS_HELD="" ===> Cleaning for p5-Class-Accessor-0.51p0 ===> Checking files for p5-Class-Accessor-0.51p0 `/usr/ports/distfiles/Class-Accessor-0.51.tar.gz' is up to date. ===> Building from scratch p5-Class-Accessor-0.51p0 ===> Checking files for p5-Class-Accessor-0.51p0 `/usr/ports/distfiles/Class-Accessor-0.51.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Class-Accessor-0.51p0 ===> Patching for p5-Class-Accessor-0.51p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Class-Accessor-0.51p0 ===> Configuring for p5-Class-Accessor-0.51p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Class::Accessor Writing MYMETA.yml and MYMETA.json ===> Building for p5-Class-Accessor-0.51p0 cp lib/Class/Accessor.pm blib/lib/Class/Accessor.pm cp lib/Class/Accessor/Faster.pm blib/lib/Class/Accessor/Faster.pm cp lib/Class/Accessor/Fast.pm blib/lib/Class/Accessor/Fast.pm Manifying 3 pod documents ===> p5-Class-Accessor-0.51p0 depends on: p5-Sub-Name-* -> p5-Sub-Name-0.27 ===> Regression tests for p5-Class-Accessor-0.51p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/accessors.t ..... ok t/aliases.t ....... ok t/antlers.t ....... ok t/bestpractice.t .. ok t/caller.t ........ ok t/croak.t ......... ok t/getset.t ........ ok All tests successful. Files=7, Tests=139, 1 wallclock secs ( 0.07 usr 0.03 sys + 0.69 cusr 0.35 csys = 1.14 CPU) Result: PASS PASS devel/p5-Class-Accessor Duration 0m03.59s START devel/p5-Class-Data-Inheritable 2024-11-22T07:20:08Z export _LOCKS_HELD="" ===> Cleaning for p5-Class-Data-Inheritable-0.10 ===> Checking files for p5-Class-Data-Inheritable-0.10 `/usr/ports/distfiles/Class-Data-Inheritable-0.10.tar.gz' is up to date. ===> Building from scratch p5-Class-Data-Inheritable-0.10 ===> Checking files for p5-Class-Data-Inheritable-0.10 `/usr/ports/distfiles/Class-Data-Inheritable-0.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Class-Data-Inheritable-0.10 ===> Patching for p5-Class-Data-Inheritable-0.10 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Class-Data-Inheritable-0.10 ===> Configuring for p5-Class-Data-Inheritable-0.10 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Class::Data::Inheritable Writing MYMETA.yml and MYMETA.json ===> Building for p5-Class-Data-Inheritable-0.10 cp lib/Class/Data/Inheritable.pm blib/lib/Class/Data/Inheritable.pm Manifying 1 pod document ===> p5-Class-Data-Inheritable-0.10 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Class-Data-Inheritable-0.10 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Class-Data-Inheritable-0.10 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Inheritable.t ... ok t/pod-coverage.t .. ok t/pod.t ........... ok All tests successful. Files=3, Tests=17, 0 wallclock secs ( 0.01 usr 0.05 sys + 0.37 cusr 0.17 csys = 0.60 CPU) Result: PASS PASS devel/p5-Class-Data-Inheritable Duration 0m03.33s START devel/p5-Class-Date 2024-11-22T07:20:12Z export _LOCKS_HELD="" ===> Cleaning for p5-Class-Date-1.1.17p0 ===> Checking files for p5-Class-Date-1.1.17p0 `/usr/ports/distfiles/Class-Date-1.1.17.tar.gz' is up to date. ===> Building from scratch p5-Class-Date-1.1.17p0 ===> Checking files for p5-Class-Date-1.1.17p0 `/usr/ports/distfiles/Class-Date-1.1.17.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Class-Date-1.1.17p0 ===> Patching for p5-Class-Date-1.1.17p0 ===> Applying OpenBSD patch patch-lib_Class_Date_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Disable NOTZ_TIMEZONE, it breaks in Europe/London during winter time. | |Index: lib/Class/Date.pm |--- lib/Class/Date.pm.orig |+++ lib/Class/Date.pm -------------------------- Patching file lib/Class/Date.pm using Plan A... Hunk #1 succeeded at 47. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Class-Date-1.1.17p0 ===> Configuring for p5-Class-Date-1.1.17p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Class::Date Writing MYMETA.yml and MYMETA.json ===> Building for p5-Class-Date-1.1.17p0 cp lib/Class/Date/Rel.pm blib/lib/Class/Date/Rel.pm cp lib/Class/Date.pm blib/lib/Class/Date.pm cp lib/Class/Date/Invalid.pm blib/lib/Class/Date/Invalid.pm cp lib/Class/Date.pm.orig.port blib/lib/Class/Date.pm.orig.port cp lib/Class/Date/Const.pm blib/lib/Class/Date/Const.pm Manifying 4 pod documents ===> p5-Class-Date-1.1.17p0 depends on: p5-Test-Warnings-* -> p5-Test-Warnings-0.033 ===> p5-Class-Date-1.1.17p0 depends on: p5-Time-TimeDate-* -> p5-Time-TimeDate-2.33 ===> Regression tests for p5-Class-Date-1.1.17p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t .......... ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # IO::Handle any 1.52 # IPC::Open3 any 1.22 # Test::More any 1.302194 # Test::Warnings any 0.033 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------ ---- ---- # Carp any 1.54 # Date::Parse any 2.33 # Exporter any 5.77 # POSIX any 2.13 # Scalar::Util any 1.63 # Time::Local any 1.30 # constant any 1.33 # overload any 1.37 # strict any 1.12 # vars any 1.05 # warnings any 1.65 # t/00-report-prereqs.t ... ok t/00_base.t ............. ok t/05_parsing.t .......... ok t/10_fields.t ........... ok t/20_gmdate.t ........... ok t/30_localdate.t ........ ok t/40_errors.t ........... ok t/50_timezone.t ......... ok t/bug-reports.t ......... ok t/class-date-invalid.t .. ok All tests successful. Files=11, Tests=198, 3 wallclock secs ( 0.08 usr 0.06 sys + 1.66 cusr 0.67 csys = 2.47 CPU) Result: PASS PASS devel/p5-Class-Date Duration 0m05.43s START devel/p5-Class-Load 2024-11-22T07:20:17Z export _LOCKS_HELD="" ===> Cleaning for p5-Class-Load-0.25p0 ===> Checking files for p5-Class-Load-0.25p0 `/usr/ports/distfiles/Class-Load-0.25.tar.gz' is up to date. ===> Building from scratch p5-Class-Load-0.25p0 ===> Checking files for p5-Class-Load-0.25p0 `/usr/ports/distfiles/Class-Load-0.25.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Class-Load-0.25p0 ===> Patching for p5-Class-Load-0.25p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Class-Load-0.25p0 ===> Configuring for p5-Class-Load-0.25p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Class::Load Writing MYMETA.yml and MYMETA.json ===> Building for p5-Class-Load-0.25p0 cp lib/Class/Load/PP.pm blib/lib/Class/Load/PP.pm cp lib/Class/Load.pm blib/lib/Class/Load.pm Manifying 1 pod document ===> p5-Class-Load-0.25p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Class-Load-0.25p0 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> p5-Class-Load-0.25p0 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-Class-Load-0.25p0 depends on: p5-Test-Without-Module-* -> p5-Test-Without-Module-0.23 ===> p5-Class-Load-0.25p0 depends on: p5-Data-OptList-* -> p5-Data-OptList-0.114 ===> p5-Class-Load-0.25p0 depends on: p5-Module-Implementation-* -> p5-Module-Implementation-0.09p0 ===> p5-Class-Load-0.25p0 depends on: p5-Module-Runtime-* -> p5-Module-Runtime-0.016p0 ===> p5-Class-Load-0.25p0 depends on: p5-Package-Stash->=0.32 -> p5-Package-Stash-0.40 ===> p5-Class-Load-0.25p0 depends on: p5-Try-Tiny-* -> p5-Try-Tiny-0.32 ===> Regression tests for p5-Class-Load-0.25p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::Fatal any 0.017 # Test::More 0.88 1.302194 # Test::Needs any 0.002010 # constant any 1.33 # lib any 0.65 # version any 0.9929 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------------------- ----- ----- # Carp any 1.54 # Data::OptList 0.110 0.114 # Exporter any 5.77 # Module::Implementation 0.04 0.09 # Module::Runtime 0.012 0.016 # Package::Stash 0.14 0.40 # Scalar::Util any 1.63 # Try::Tiny any 0.32 # base any 2.27 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # --------- ---- # Encode 3.19 # JSON::PP 4.16 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t ........... ok # Using PP implementation t/000-load.t .................... ok t/001-is-class-loaded.t ......... ok t/002-try-load-class.t .......... ok t/003-load-class.t .............. ok t/004-load-double.t ............. ok t/005-load-optional.t ........... ok t/006-returned-error.t .......... ok t/007-first-existing.t .......... ok t/008-gvstash-bug.t ............. ok t/009-invalid-module-name.t ..... ok t/010-isa-false-positive.t ...... ok t/011-without-xs.t .............. ok t/012-without-implementation.t .. ok t/013-errors.t .................. ok t/014-weird-constants.t ......... ok All tests successful. Files=16, Tests=127, 3 wallclock secs ( 0.07 usr 0.12 sys + 2.12 cusr 0.84 csys = 3.15 CPU) Result: PASS PASS devel/p5-Class-Load Duration 0m07.45s START devel/p5-Class-Load-XS 2024-11-22T07:20:24Z export _LOCKS_HELD="" ===> Cleaning for p5-Class-Load-XS-0.10p1 ===> Checking files for p5-Class-Load-XS-0.10p1 `/usr/ports/distfiles/Class-Load-XS-0.10.tar.gz' is up to date. ===> Building from scratch p5-Class-Load-XS-0.10p1 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Class-Load-XS-0.10p1 `/usr/ports/distfiles/Class-Load-XS-0.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Class-Load-XS-0.10p1 ===> Patching for p5-Class-Load-XS-0.10p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Class-Load-XS-0.10p1 Regenerating ppport.h ===> Configuring for p5-Class-Load-XS-0.10p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Class::Load::XS Writing MYMETA.yml and MYMETA.json ===> Building for p5-Class-Load-XS-0.10p1 cp lib/Class/Load/XS.pm blib/lib/Class/Load/XS.pm Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Class/Load/XS/XS.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' XS.xs > XS.xsc mv XS.xsc XS.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" XS.c rm -f blib/arch/auto/Class/Load/XS/XS.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib XS.o -o blib/arch/auto/Class/Load/XS/XS.so chmod 755 blib/arch/auto/Class/Load/XS/XS.so Manifying 1 pod document ===> p5-Class-Load-XS-0.10p1 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Class-Load-XS-0.10p1 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> p5-Class-Load-XS-0.10p1 depends on: p5-Class-Load->=0.20 -> p5-Class-Load-0.25p0 ===> Regression tests for p5-Class-Load-XS-0.10p1 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Class/Load/XS/XS.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ---------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Module::Implementation 0.04 0.09 # Test::Fatal any 0.017 # Test::More 0.88 1.302194 # Test::Needs any 0.002010 # constant any 1.33 # lib any 0.65 # version any 0.9929 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ----------- ---- ---- # Class::Load 0.20 0.25 # XSLoader any 0.32 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # ------------- ---- # DynaLoader 1.54 # JSON::PP 4.16 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t ........... ok # Using XS implementation t/000-load.t .................... ok t/001-is-class-loaded.t ......... ok t/002-try-load-class.t .......... ok t/003-load-class.t .............. ok t/004-load-double.t ............. ok t/005-load-optional.t ........... ok t/006-returned-error.t .......... ok t/007-first-existing.t .......... ok t/008-gvstash-bug.t ............. ok t/009-invalid-module-name.t ..... ok t/010-isa-false-positive.t ...... ok t/011-without-xs.t .............. ok t/012-without-implementation.t .. ok t/013-errors.t .................. ok t/014-weird-constants.t ......... ok All tests successful. Files=16, Tests=127, 3 wallclock secs ( 0.05 usr 0.11 sys + 2.16 cusr 0.81 csys = 3.13 CPU) Result: PASS PASS devel/p5-Class-Load-XS Duration 0m07.46s START devel/p5-Class-Trigger 2024-11-22T07:20:32Z export _LOCKS_HELD="" ===> Cleaning for p5-Class-Trigger-0.15 ===> Checking files for p5-Class-Trigger-0.15 `/usr/ports/distfiles/Class-Trigger-0.15.tar.gz' is up to date. ===> Building from scratch p5-Class-Trigger-0.15 ===> Checking files for p5-Class-Trigger-0.15 `/usr/ports/distfiles/Class-Trigger-0.15.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Class-Trigger-0.15 ===> Patching for p5-Class-Trigger-0.15 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Class-Trigger-0.15 ===> Configuring for p5-Class-Trigger-0.15 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Class::Trigger Writing MYMETA.yml and MYMETA.json ===> Building for p5-Class-Trigger-0.15 cp lib/Class/Trigger.pm blib/lib/Class/Trigger.pm Manifying 1 pod document ===> p5-Class-Trigger-0.15 depends on: p5-IO-stringy-* -> p5-IO-stringy-2.113 ===> Regression tests for p5-Class-Trigger-0.15 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_compile.t .............. ok t/01_trigger.t .............. ok t/02_valid.t ................ ok t/03_inherit.t .............. ok t/04_object.t ............... ok t/05_args.t ................. ok t/06_coverage.t ............. ok t/07_abortable_callbacks.t .. ok t/08_dollar_underscore.t .... ok t/09_inherit.t .............. ok t/author-pod-syntax.t ....... skipped: these tests are for testing by the author All tests successful. Files=11, Tests=51, 2 wallclock secs ( 0.06 usr 0.04 sys + 1.08 cusr 0.37 csys = 1.55 CPU) Result: PASS PASS devel/p5-Class-Trigger Duration 0m04.11s START devel/p5-Class-XSAccessor 2024-11-22T07:20:36Z export _LOCKS_HELD="" ===> Cleaning for p5-Class-XSAccessor-1.19p0 ===> Checking files for p5-Class-XSAccessor-1.19p0 `/usr/ports/distfiles/Class-XSAccessor-1.19.tar.gz' is up to date. ===> Building from scratch p5-Class-XSAccessor-1.19p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Class-XSAccessor-1.19p0 `/usr/ports/distfiles/Class-XSAccessor-1.19.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Class-XSAccessor-1.19p0 ===> Patching for p5-Class-XSAccessor-1.19p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Class-XSAccessor-1.19p0 Regenerating ppport.h ===> Configuring for p5-Class-XSAccessor-1.19p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Class::XSAccessor Writing MYMETA.yml and MYMETA.json ===> Building for p5-Class-XSAccessor-1.19p0 cp lib/Class/XSAccessor.pm blib/lib/Class/XSAccessor.pm cp lib/Class/XSAccessor/Array.pm blib/lib/Class/XSAccessor/Array.pm cp lib/Class/XSAccessor/Heavy.pm blib/lib/Class/XSAccessor/Heavy.pm Running Mkbootstrap for XSAccessor () chmod 644 "XSAccessor.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XSAccessor.bs blib/arch/auto/Class/XSAccessor/XSAccessor.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' XSAccessor.xs > XSAccessor.xsc mv XSAccessor.xsc XSAccessor.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O3 -Wall -W -DVERSION=\"1.19\" -DXS_VERSION=\"1.19\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" XSAccessor.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O3 -Wall -W -DVERSION=\"1.19\" -DXS_VERSION=\"1.19\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" cxsa_hash_table.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O3 -Wall -W -DVERSION=\"1.19\" -DXS_VERSION=\"1.19\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" cxsa_locking.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O3 -Wall -W -DVERSION=\"1.19\" -DXS_VERSION=\"1.19\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" cxsa_main.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O3 -Wall -W -DVERSION=\"1.19\" -DXS_VERSION=\"1.19\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" cxsa_memory.c rm -f blib/arch/auto/Class/XSAccessor/XSAccessor.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib XSAccessor.o cxsa_hash_table.o cxsa_locking.o cxsa_main.o cxsa_memory.o -o blib/arch/auto/Class/XSAccessor/XSAccessor.so chmod 755 blib/arch/auto/Class/XSAccessor/XSAccessor.so Manifying 3 pod documents ===> Regression tests for p5-Class-XSAccessor-1.19p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XSAccessor.bs blib/arch/auto/Class/XSAccessor/XSAccessor.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01hash_basic.t .............. ok t/02hash_accessor.t ........... ok t/03hash_predicate.t .......... ok t/04hash_chained.t ............ ok t/05hash_replace.t ............ ok t/06hash_constructor.t ........ ok t/07hash_boolean.t ............ ok t/08hash_entersub.t ........... ok t/09hash_use_hash.t ........... ok t/10hash_lvalue.t ............. ok t/31array_basic.t ............. ok t/32array_accessor.t .......... ok t/33array_predicate.t ......... ok t/34array_chained.t ........... ok t/35array_replace.t ........... ok t/36array_constructor.t ....... ok t/37array_boolean.t ........... ok t/38array_use_hash.t .......... ok t/39array_lvalue.t ............ ok t/40hash_bad_call.t ........... ok t/41array_bad_call.t .......... ok t/50reentrant_goto_sigsegv.t .. ok t/70bad_arguments.t ........... ok t/80threadbomb.t .............. skipped: Perl not compiled with 'useithreads' All tests successful. Files=24, Tests=434, 4 wallclock secs ( 0.11 usr 0.07 sys + 2.35 cusr 0.96 csys = 3.49 CPU) Result: PASS PASS devel/p5-Class-XSAccessor Duration 0m09.58s START devel/p5-Commandable 2024-11-22T07:20:46Z export _LOCKS_HELD="" ===> Cleaning for p5-Commandable-0.14 ===> Checking files for p5-Commandable-0.14 `/usr/ports/distfiles/Commandable-0.14.tar.gz' is up to date. ===> Building from scratch p5-Commandable-0.14 ===> p5-Commandable-0.14 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Commandable-0.14 `/usr/ports/distfiles/Commandable-0.14.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Commandable-0.14 ===> Patching for p5-Commandable-0.14 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Commandable-0.14 ===> Configuring for p5-Commandable-0.14 Checking prerequisites... requires: ! meta is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Run 'Build installdeps' to install missing prerequisites. Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Commandable' version '0.14' ===> Building for p5-Commandable-0.14 Building Commandable ===> p5-Commandable-0.14 depends on: p5-Test2-Suite-* -> p5-Test2-Suite-0.000163 ===> p5-Commandable-0.14 depends on: p5-Module-Pluggable-* -> p5-Module-Pluggable-5.2p0 ===> p5-Commandable-0.14 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Commandable-0.14 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Commandable-0.14 t/00use.t ......................... ok t/01invocation.t .................. ok t/10finder-packages-namemethod.t .. ok t/11finder-packages-namepkg.t ..... ok t/12finder-subattributes.t ........ skipped: Attribute::Storage is not available t/13finder-methodattributes.t ..... skipped: Attribute::Storage is not available t/20command-args.t ................ ok t/21command-opts.t ................ ok t/30finder-invoke.t ............... ok t/31finder-config.t ............... ok t/32finder-global-opts.t .......... ok t/50builtin-help.t ................ ok t/99pod.t ......................... ok All tests successful. Files=13, Tests=108, 4 wallclock secs ( 0.06 usr 0.07 sys + 3.17 cusr 0.98 csys = 4.28 CPU) Result: PASS PASS devel/p5-Commandable Duration 0m07.73s START devel/p5-Coro 2024-11-22T07:20:53Z export _LOCKS_HELD="" ===> Cleaning for p5-Coro-6.570p0 ===> Checking files for p5-Coro-6.570p0 `/usr/ports/distfiles/Coro-6.57.tar.gz' is up to date. ===> Building from scratch p5-Coro-6.570p0 ===> p5-Coro-6.570p0 depends on: p5-AnyEvent->=5.00 -> p5-AnyEvent-7.17p2v0 ===> p5-Coro-6.570p0 depends on: p5-EV->=4.0 -> p5-EV-4.34 ===> p5-Coro-6.570p0 depends on: p5-Event->=1.08 -> p5-Event-1.28 ===> p5-Coro-6.570p0 depends on: p5-Guard->=0.5 -> p5-Guard-1.023p0 ===> p5-Coro-6.570p0 depends on: p5-common-sense-* -> p5-common-sense-3.75 ===> p5-Coro-6.570p0 depends on: p5-Canary-Stability-* -> p5-Canary-Stability-2013p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Coro-6.570p0 `/usr/ports/distfiles/Coro-6.57.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Coro-6.570p0 ===> Patching for p5-Coro-6.570p0 ===> Applying OpenBSD patch patch-Coro_AnyEvent_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Indirect Object Syntax | |Outside of the file handle case, use of this syntax is discouraged as it |can confuse the Perl interpreter. See below for more details. | |Index: Coro/AnyEvent.pm |--- Coro/AnyEvent.pm.orig |+++ Coro/AnyEvent.pm -------------------------- Patching file Coro/AnyEvent.pm using Plan A... Hunk #1 succeeded at 217. Hunk #2 succeeded at 225. done ===> Applying OpenBSD patch patch-Coro_Handle_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Indirect Object Syntax | |Outside of the file handle case, use of this syntax is discouraged as it |can confuse the Perl interpreter. See below for more details. | |Index: Coro/Handle.pm |--- Coro/Handle.pm.orig |+++ Coro/Handle.pm -------------------------- Patching file Coro/Handle.pm using Plan A... Hunk #1 succeeded at 77. done ===> Applying OpenBSD patch patch-Coro_Socket_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |The 5.36 bundle also disables the features "indirect", and |"multidimensional". | |Indirect Object Syntax | |Outside of the file handle case, use of this syntax is discouraged as it |can confuse the Perl interpreter. See below for more details. | |Index: Coro/Socket.pm |--- Coro/Socket.pm.orig |+++ Coro/Socket.pm -------------------------- Patching file Coro/Socket.pm using Plan A... Hunk #1 succeeded at 62. Hunk #2 succeeded at 195. done ===> Applying OpenBSD patch patch-Coro_Storable_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Indirect Object Syntax | |Outside of the file handle case, use of this syntax is discouraged as it |can confuse the Perl interpreter. See below for more details. | |Index: Coro/Storable.pm |--- Coro/Storable.pm.orig |+++ Coro/Storable.pm -------------------------- Patching file Coro/Storable.pm using Plan A... Hunk #1 succeeded at 89. done ===> Applying OpenBSD patch patch-Coro_Util_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Indirect Object Syntax | |Outside of the file handle case, use of this syntax is discouraged as it |can confuse the Perl interpreter. See below for more details. | |Index: Coro/Util.pm |--- Coro/Util.pm.orig |+++ Coro/Util.pm -------------------------- Patching file Coro/Util.pm using Plan A... Hunk #1 succeeded at 45. done ===> Applying OpenBSD patch patch-Coro_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Indirect Object Syntax | |Outside of the file handle case, use of this syntax is discouraged as it |can confuse the Perl interpreter. See below for more details. | |Index: Coro.pm |--- Coro.pm.orig |+++ Coro.pm -------------------------- Patching file Coro.pm using Plan A... Hunk #1 succeeded at 18. Hunk #2 succeeded at 426. Hunk #3 succeeded at 1057. Hunk #4 succeeded at 1069. done ===> Applying OpenBSD patch patch-EV_EV_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Indirect Object Syntax | |Outside of the file handle case, use of this syntax is discouraged as it |can confuse the Perl interpreter. See below for more details. | |Index: EV/EV.pm |--- EV/EV.pm.orig |+++ EV/EV.pm -------------------------- Patching file EV/EV.pm using Plan A... Hunk #1 succeeded at 66. done ===> Applying OpenBSD patch patch-Event_Event_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Indirect Object Syntax | |Outside of the file handle case, use of this syntax is discouraged as it |can confuse the Perl interpreter. See below for more details. | |Index: Event/Event.pm |--- Event/Event.pm.orig |+++ Event/Event.pm -------------------------- Patching file Event/Event.pm using Plan A... Hunk #1 succeeded at 190. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Coro-6.570p0 ===> Configuring for p5-Coro-6.570p0 *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.038002, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by Coro. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by Coro, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of Coro with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Event version 1.28 found, building Event support. EV version 4.34 found, building EV support. Checking if your kit is complete... Looks good *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Coro has a number of configuration options. Due to its maturity, the defaults that Coro chooses are usually fine, so you can decide to skip these questions. Only if something went wrong you should select 'n' here and manually configure Coro, and, of course, report this to the maintainer :) Skip further questions and use defaults (y/n)? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Coro can use a number of methods to implement coroutines at the C level. The default chosen is based on your current confguration and is correct in most cases, but you still can chose between these alternatives: u The unix 'ucontext.h' functions are relatively new and not implemented or well-tested in older unices. They allow very fast coroutine creation and reasonably fast switching. They are, however, usually slower than the other alternatives due to an extra syscall done by swapcontext. And while nominally most portable (it's the only POSIX-standardised interface for coroutines), ucontext functions are, as usual, broken on most/all BSDs. s If the ucontext functions are not working or you don't want to use them for other reasons you can try a workaround using setjmp/longjmp/sigaltstack (also standard unix functions). Coroutine creation is rather slow, but switching is very fast (often much faster than with the ucontext functions). Unfortunately, glibc-2.1 and below don't even feature a working sigaltstack. You cannot use this implementation if some other code uses SIGUSR2 or you plan to create coroutines from an alternative signal stack, as both are being used for coroutine creation. a Handcoded assembly. This is the fastest and most compatible method, with the least side effects, if it works, that is. It has been tested on GNU/Linux x86 and x86_64 systems and should work on all x86/x86_64 systems using the SVR ELF ABI (it is also reported to be working on Strawberry Perl for Windows using MinGW). This is the recommended method on supported platforms. When it doesn't work, use another method, such as (s)etjmp/longjmp. l GNU/Linux. Very old GNU/Linux systems (glibc-2.1 and below) need this hack. Since it is very linux-specific it is also quite fast and recommended even for newer versions; when it works, that is (currently x86 and a few others only. If it compiles, it's usually ok). Newer glibc versions (>= 2.5) stop working with this implementation however. i IRIX. For some reason, SGI really does not like to follow POSIX (does that surprise you?), so this workaround might be needed (it's fast), although [s] and [u] should also work now. w Microsoft Windows. Try this on Microsoft Windows when using Cygwin or the MSVC compilers (e.g. ActiveState Perl, but see "a" for Strawberry Perl), although, as there is no standard on how to do this under windows, different environments might work differently. Doh. f Microsoft Windows. Try this on Microsoft Windows if w fails. It is slower and uses a lot more memory, but should be working all the time. p Use pthread API. Try to avoid this option, it was only created to make a point about the programming language shootout. It is unlikely to work with perls that have windows process emulation enabled ("perl threads"). It is also likely the slowest method of implementing coroutines. It might work fine as a last resort, however, as the pthread API is slightly better tested than ucontext functions for example. Of course, not on BSDs, who usually have very broken pthread implementations. Coro tries hard to come up with a suitable default for most systems, so pressing return at the prompt usually does the right thing. If you experience problems (e.g. make test fails) then you should experiment with this setting. Use which implementation, etjmp, ctx, sm, rix, inux,

threads, indows, iber? [s] s Using setjmp/longjmp/sigaltstack implementation Trying to detect stack growth direction (for TEST_sigaltstack) You might see some warnings, this should not concern you. libcoro/conftest.c:140:22: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] sizeof(union alltypes), sizeof(union alltypes)); ^~~~~~~~~~~~~~~~~~~~~~ libcoro/conftest.c:140:46: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] sizeof(union alltypes), sizeof(union alltypes)); ^~~~~~~~~~~~~~~~~~~~~~ libcoro/conftest.c:147:53: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] sprintf(result, "(skaddr),(sksize)-%d", sizeof(union alltypes)); ~~ ^~~~~~~~~~~~~~~~~~~~~~ %lu 3 warnings generated. ld: warning: conftest.c(/tmp/conftest-415ad1.o:(main)): warning: sprintf() is often misused, please use snprintf() ld: warning: conftest.c(/tmp/conftest-415ad1.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() ***************************************************************************** If the testsuite fails PLEASE provide the following information to Marc Lehmann : operating system name, version, architecture name and this string '(skaddr)|(sksize)'. Thanks a lot! ***************************************************************************** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Per-context stack size factor: Depending on your settings, Coro tries to share the C stacks is creates as much as possible, but sometimes it needs to allocate a new one. This setting controls the maximum size that gets allocated, and should not be set too high, as memory and address space still is wasted even if it's not fully used. The value entered will be multiplied by sizeof(void *), which is usually 4 on 32-bit systems, and 8 on 64-bit systems. A setting of 16384 (the default) therefore corresponds to a 64k..128k stack, which usually is ample space (you might even want to try 8192 or lower if your program creates many coroutines). On systems supporting mmap and dynamic memory management, the actual memory usually gets allocated on demand, but with many large stacks you can still run out of address space on your typical 32 bit platform (not to forget the pagetables). Some perls (mostly threaded ones and perl compiled under linux 2.6) and some programs (inefficient regexes can use a lot of stack space) may need much, much more: If Coro segfaults with weird backtraces (e.g. in a function prologue) or in t/10_bugs.t, you might want to increase this to 65536 or more. The default should be fine, and can be changed at runtime with Coro::State::cctx_stacksize. C stack size factor? [16384] 16384 using a stacksize of 16384 * sizeof(void*) *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Coro can optionally put a guard area before each stack segment: When the stack is too small and the access is not too far outside the stack (i.e. within the guard area), then the program will safely segfault instead of running into other data. The cost is some additional overhead with is usually negligible, and extra use of address space. The guard area size currently needs to be specified in pages (typical pagesizes are 4k and 8k). The guard area is only enabled on a few hardcoded architectures and is ignored on others. The actual preprocessor expression disables this feature if: !__i386 && !__x86_64 && !__powerpc && !__m68k && !__alpha && !__mips && !__sparc64 The default, as usual, should be just fine. Number of guard pages (0 disables)? [4] 4 *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Coro can tell valgrind about its stacks and so reduce spurious warnings where valgrind would otherwise complain about possible stack switches. Enabling this does not incur noticable runtime or memory overhead, but it requires that you have the header file available. Valgrind support is completely optional, so disabling it is the safe choice. Enable valgrind support (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Coro can use (or even trick) some perl functions into doing what it needs instead of relying on (some) of its own functions. This might increase chances that it compiles and works, but it could just as well result in memory leaks, crashes or silent data corruption. It certainly does result in slightly slower speed and higher memory consumption, though, so YOU SHOULD ENABLE THIS OPTION ONLY AS A LAST RESORT. Prefer perl functions over coro functions (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Coro can use a simple JIT compiler to compile a part of the thread switch function at runtime. On perls with windows process emulation (most!), this results in a 50% speed improvement. On sane perls, the gain is much less, usually around 5%. If you enable this option, then the JIT will be enabled, on compatible operating systems and CPUs (currently only x86/amd64 on certain unix clones). Otherwise, it will be disabled. It should be safe to leave on - this setting is only here so you can switch it off in case of problems. Note that some broken kernels (often calling themselves "hardened") break all JIT generation by manipulating some system calls. If you get bus errors or segmentation faults immediately when the JIT is enabled but not without, then note that disabling the JIT only fixes some symptoms, not the underlying problem, and you might run into other problems later. Try to use the JIT compiler, if available? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Coro has experimental support for cloning states. This can be used to implement a scheme-like call/cc. However, this doesn't add to the expressiveness in general, and is likely perl-version specific (and perl 5.12 deliberately removed support for it). As such, it is disabled by default. Enable it when you want to play around with it, but note that it isn't supported, and unlikely ever will be. It exists mainly to prove that it could be done - if only it were useful for something. Implement Coro::State->clone method (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Writing MYMETA.yml and MYMETA.json Writing MYMETA.yml and MYMETA.json Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Coro Writing MYMETA.yml and MYMETA.json ===> Building for p5-Coro-6.570p0 cp Coro/Storable.pm blib/lib/Coro/Storable.pm cp Coro/MakeMaker.pm blib/lib/Coro/MakeMaker.pm cp Coro/SemaphoreSet.pm blib/lib/Coro/SemaphoreSet.pm cp Coro/State.pm blib/lib/Coro/State.pm cp Coro/Handle.pm blib/lib/Coro/Handle.pm cp Coro/Channel.pm blib/lib/Coro/Channel.pm cp Coro/CoroAPI.h blib/lib/Coro/CoroAPI.h cp Coro/jit-amd64-unix.pl blib/lib/Coro/jit-amd64-unix.pl cp Coro/Debug.pm blib/lib/Coro/Debug.pm cp Coro/AnyEvent.pm blib/lib/Coro/AnyEvent.pm cp Coro.pm blib/lib/Coro.pm cp Coro/Select.pm blib/lib/Coro/Select.pm cp Coro/Signal.pm blib/lib/Coro/Signal.pm cp Coro/jit-x86-unix.pl blib/lib/Coro/jit-x86-unix.pl cp Coro/Util.pm blib/lib/Coro/Util.pm cp Coro/Timer.pm blib/lib/Coro/Timer.pm cp Coro/BDB.pm blib/lib/Coro/BDB.pm cp Coro/Specific.pm blib/lib/Coro/Specific.pm cp Coro/Socket.pm blib/lib/Coro/Socket.pm cp Coro/RWLock.pm blib/lib/Coro/RWLock.pm cp Coro/AIO.pm blib/lib/Coro/AIO.pm cp Coro/LWP.pm blib/lib/Coro/LWP.pm cp Coro/Semaphore.pm blib/lib/Coro/Semaphore.pm Skip ../blib/lib/Coro/AIO.pm (unchanged) Skip ../blib/lib/Coro/Semaphore.pm (unchanged) Skip ../blib/lib/Coro/RWLock.pm (unchanged) Skip ../blib/lib/Coro/Timer.pm (unchanged) Skip ../blib/lib/Coro/jit-amd64-unix.pl (unchanged) Skip ../blib/lib/Coro/Specific.pm (unchanged) Skip ../blib/lib/Coro/Handle.pm (unchanged) Skip ../blib/lib/Coro/SemaphoreSet.pm (unchanged) Skip ../blib/lib/Coro/Socket.pm (unchanged) Skip ../blib/lib/Coro/MakeMaker.pm (unchanged) Skip ../blib/lib/Coro/Select.pm (unchanged) Skip ../blib/lib/Coro/Signal.pm (unchanged) Skip ../blib/lib/Coro/Channel.pm (unchanged) Skip ../blib/lib/Coro/AnyEvent.pm (unchanged) cp Intro.pod ../blib/lib/Coro/Intro.pod Skip ../blib/lib/Coro/LWP.pm (unchanged) Skip ../blib/lib/Coro/BDB.pm (unchanged) Skip ../blib/lib/Coro/Storable.pm (unchanged) Skip ../blib/lib/Coro/State.pm (unchanged) Skip ../blib/lib/Coro/jit-x86-unix.pl (unchanged) Skip ../blib/lib/Coro/Debug.pm (unchanged) Skip ../blib/lib/Coro/Util.pm (unchanged) Running Mkbootstrap for State () chmod 644 "State.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- State.bs ../blib/arch/auto/Coro/State/State.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Coro-6.570/Coro-6.57/Coro/typemap' State.xs > State.xsc mv State.xsc State.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"6.57\" -DXS_VERSION=\"6.57\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -D_FORTIFY_SOURCE=0 -DCORO_SJLJ -DCORO_STACKSIZE=16384 -DCORO_GUARDPAGES=4 State.c State.xs:1534:1: warning: '/*' within block comment [-Wcomment] /* that are not, uhm, essential */ ^ State.xs:2592:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ State.xs:2875:36: warning: '/*' within block comment [-Wcomment] /*PL_op->op_type = OP_CUSTOM; /* we do behave like entersub still */ ^ 3 warnings generated. rm -f ../blib/arch/auto/Coro/State/State.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib State.o -o ../blib/arch/auto/Coro/State/State.so chmod 755 ../blib/arch/auto/Coro/State/State.so Manifying 20 pod documents cp Event.pm ../blib/lib/Coro/Event.pm Running Mkbootstrap for Event () chmod 644 "Event.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Event.bs ../blib/arch/auto/Coro/Event/Event.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Event.xs > Event.xsc mv Event.xsc Event.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/Event -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"6.57\" -DXS_VERSION=\"6.57\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_EVENT=1 -DHAVE_EV=1 Event.c Event.xs:82:9: warning: format specifies type 'int' but the argument has type 'I32' (aka 'long') [-Wformat] I_EVENT_API ("Coro::Event"); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/libdata/perl5/site_perl/i386-openbsd/Event/EventAPI.h:255:4: note: expanded from macro 'I_EVENT_API' GEventAPI->Ver, EventAPI_VERSION, YourName); \ ^~~~~~~~~~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ 1 warning generated. rm -f ../blib/arch/auto/Coro/Event/Event.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Event.o -o ../blib/arch/auto/Coro/Event/Event.so chmod 755 ../blib/arch/auto/Coro/Event/Event.so Manifying 1 pod document cp EV.pm ../blib/lib/Coro/EV.pm Running Mkbootstrap for EV () chmod 644 "EV.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- EV.bs ../blib/arch/auto/Coro/EV/EV.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' EV.xs > EV.xsc mv EV.xsc EV.c cc -c -I/usr/local/libdata/perl5/site_perl/i386-openbsd/EV -I/usr/local/libdata/perl5/site_perl/i386-openbsd -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"6.57\" -DXS_VERSION=\"6.57\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_EVENT=1 -DHAVE_EV=1 EV.c rm -f ../blib/arch/auto/Coro/EV/EV.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib EV.o -o ../blib/arch/auto/Coro/EV/EV.so chmod 755 ../blib/arch/auto/Coro/EV/EV.so Manifying 1 pod document Manifying 20 pod documents ===> Regression tests for p5-Coro-6.570p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- State.bs ../blib/arch/auto/Coro/State/State.bs 644 Manifying 20 pod documents "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Event.bs ../blib/arch/auto/Coro/Event/Event.bs 644 Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- EV.bs ../blib/arch/auto/Coro/EV/EV.bs 644 Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- State.bs ../blib/arch/auto/Coro/State/State.bs 644 No tests defined for Coro::State extension. "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Event.bs ../blib/arch/auto/Coro/Event/Event.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, '../blib/lib', '../blib/arch')" t/*.t t/00_basic.t .... ok t/01_unblock.t .. ok All tests successful. Files=2, Tests=17, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.11 cusr 0.20 csys = 0.37 CPU) Result: PASS "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- EV.bs ../blib/arch/auto/Coro/EV/EV.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, '../blib/lib', '../blib/arch')" t/*.t t/00_basic.t .... ok t/01_unblock.t .. ok All tests successful. Files=2, Tests=17, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.11 cusr 0.17 csys = 0.34 CPU) Result: PASS PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_basic.t .......... ok t/01_process.t ........ ok t/02_channel.t ........ ok t/03_channel.t ........ ok t/04_rwlock.t ......... ok t/05_specific.t ....... ok t/06_prio.t ........... ok t/07_eval.t ........... ok t/08_join.t ........... ok t/10_bugs.t ........... ok t/11_deadlock.t ....... ok t/12_exit.t ........... ok t/13_diewarn.t ........ ok t/14_load.t ........... ok t/15_semaphore.t ...... ok t/16_signal.t ......... ok t/17_rouse.t .......... ok t/18_winder.t ......... ok t/19_handle.t ......... ok t/20_mutual_cancel.t .. ok All tests successful. Files=20, Tests=206, 1 wallclock secs ( 0.06 usr 0.09 sys + 0.56 cusr 0.52 csys = 1.23 CPU) Result: PASS PASS devel/p5-Coro Duration 0m13.80s START devel/p5-Curses 2024-11-22T07:21:07Z export _LOCKS_HELD="" ===> Cleaning for p5-Curses-1.45 ===> Checking files for p5-Curses-1.45 `/usr/ports/distfiles/Curses-1.45.tar.gz' is up to date. ===> Building from scratch p5-Curses-1.45 ===> Verifying specs: c curses form menu panel perl ===> found c.100.3 curses.15.0 form.7.0 menu.7.0 panel.7.0 perl.24.0 ===> Checking files for p5-Curses-1.45 `/usr/ports/distfiles/Curses-1.45.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Curses-1.45 ===> Patching for p5-Curses-1.45 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Curses-1.45 Regenerating ppport.h ===> Configuring for p5-Curses-1.45 GEN function: not applicable PANELS functions: enabled MENUS functions: enabled FORMS functions: enabled Making a guess for -I and -L/-l options... Guesses: includes: '' libs: '-lcurses -ltermcap' Curses type: irrelevant Making a guess for "c-config.h"... Choosing hints file 'hints/c-openbsd.h' WARNING: Your Curses form.h file appears to be in the default system search path, which will not work for us because of the conflicting Perl form.h file. This means your 'make' will probably fail unless you fix this, as described in the INSTALL file. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Curses Writing MYMETA.yml and MYMETA.json ===> Building for p5-Curses-1.45 cp Curses.pm blib/lib/Curses.pm Running Mkbootstrap for Curses () chmod 644 "Curses.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Curses.bs blib/arch/auto/Curses/Curses.bs 644 ./makeConfig PANELS MENUS FORMS >config.h CC='cc' INC='' CCFLAGS='-DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include' LDLOADLIBS='-lpanel -lmenu -lform -lcurses -ltermcap' LDDLFLAGS='-shared -fpic -fstack-protector-strong -L/usr/local/lib' "/usr/bin/perl" testsyms Doing test compiles with the compile command 'cc -DSYM="_C_SYM_" -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -o _C_FILE_ _C_FILE_.c -L/usr/local/lib -lpanel -lmenu -lform -lcurses -ltermcap>/dev/null 2>&1' Checking capabilities of the Ncurses libraries. Set CURSES_VERBOSE environment variable to see the details of the tests. function 'waddch' found function 'wechochar' found function 'waddchstr' found function 'waddchnstr' found function 'waddstr' found function 'waddnstr' found function 'wattroff' found function 'wattron' found function 'wattrset' found function 'wstandend' found function 'wstandout' found function 'wattr_get' found function 'wattr_off' found function 'wattr_on' found function 'wattr_set' found function 'wchgat' found function 'COLOR_PAIR' found function 'PAIR_NUMBER' found function 'beep' found function 'flash' found function 'wbkgd' found function 'wbkgdset' found function 'getbkgd' found function 'wborder' found function 'box' found function 'whline' found function 'wvline' found function 'werase' found function 'wclear' found function 'wclrtobot' found function 'wclrtoeol' found function 'start_color' found function 'init_pair' found function 'init_color' found function 'has_colors' found function 'can_change_color' found function 'color_content' found function 'pair_content' found function 'wdelch' found function 'wdeleteln' found function 'winsdelln' found function 'winsertln' found function 'wgetch' found function 'ungetch' found function 'has_key' found function 'KEY_F' found function 'wgetstr' found function 'wgetnstr' found function 'getyx' found function 'getparyx' found function 'getbegyx' found function 'getmaxyx' found function 'winch' found function 'winchstr' found function 'winchnstr' found function 'initscr' found function 'endwin' found function 'isendwin' found function 'newterm' found function 'set_term' found function 'delscreen' found function 'cbreak' found function 'cbreak' returns int function 'nocbreak' found function 'nocbreak' returns int function 'echo' found function 'echo' returns int function 'noecho' found function 'noecho' returns int function 'halfdelay' found function 'intrflush' found function 'keypad' found function 'meta' found function 'nodelay' found function 'notimeout' found function 'raw' found function 'raw' returns int function 'noraw' found function 'noraw' returns int function 'qiflush' found function 'noqiflush' found function 'wtimeout' found function 'typeahead' found function 'winsch' found function 'winsstr' found function 'winsnstr' found function 'winstr' found function 'winnstr' found function 'def_prog_mode' found function 'def_shell_mode' found function 'reset_prog_mode' found function 'reset_shell_mode' found function 'resetty' found function 'savetty' found function 'getsyx' found function 'getsyx' returns void function 'setsyx' found function 'setsyx' returns void function 'curs_set' found function 'napms' found function 'wmove' found function 'clearok' found function 'idlok' found function 'idlok' returns int function 'idcok' found function 'immedok' found function 'leaveok' found function 'wsetscrreg' found function 'scrollok' found function 'nl' found function 'nl' returns int function 'nonl' found function 'nonl' returns int function 'overlay' found function 'overwrite' found function 'copywin' found function 'newpad' found function 'subpad' found function 'prefresh' found function 'pnoutrefresh' found function 'pechochar' found function 'wrefresh' found function 'wnoutrefresh' found function 'doupdate' found function 'redrawwin' found function 'wredrawln' found function 'scr_dump' found function 'scr_restore' found function 'scr_init' found function 'scr_set' found function 'scroll' found function 'wscrl' found function 'slk_init' found function 'slk_set' found function 'slk_refresh' found function 'slk_noutrefresh' found function 'slk_label' found function 'slk_clear' found function 'slk_restore' found function 'slk_touch' found function 'slk_attron' found function 'slk_attrset' found function 'slk_attr' found function 'slk_attroff' found function 'slk_color' found function 'baudrate' found function 'erasechar' found function 'has_ic' found function 'has_il' found function 'killchar' found function 'termattrs' found function 'termname' found function 'touchwin' found function 'untouchwin' found function 'wtouchln' found function 'is_linetouched' found function 'is_wintouched' found function 'unctrl' found function 'keyname' found function 'filter' found function 'filter' returns void function 'use_env' found function 'putwin' found function 'getwin' found function 'delay_output' found function 'flushinp' found function 'newwin' found function 'delwin' found function 'mvwin' found function 'subwin' found function 'derwin' found function 'mvderwin' found function 'dupwin' found function 'wsyncup' found function 'syncok' found function 'wcursyncup' found function 'wsyncdown' found function 'getmouse' found function 'ungetmouse' found function 'mousemask' found function 'wenclose' found function 'wmouse_trafo' found function 'mouseinterval' found function 'BUTTON_RELEASE' found function 'BUTTON_PRESS' found function 'BUTTON_CLICK' found function 'BUTTON_DOUBLE_CLICK' found function 'BUTTON_TRIPLE_CLICK' found function 'BUTTON_RESERVED_EVENT' found function 'use_default_colors' found function 'assume_default_colors' found function 'define_key' found function 'keybound' found function 'keyok' found function 'resizeterm' found function 'wresize' found function 'getmaxy' found function 'getmaxx' found function 'flusok' NOT found function 'getcap' NOT found function 'touchoverlap' NOT found function 'new_panel' found function 'bottom_panel' found function 'top_panel' found function 'show_panel' found function 'update_panels' found function 'hide_panel' found function 'panel_window' found function 'replace_panel' found function 'move_panel' found function 'panel_hidden' found function 'panel_above' found function 'panel_below' found function 'set_panel_userptr' found function 'panel_userptr' found function 'del_panel' found function 'set_menu_fore' found function 'menu_fore' found function 'set_menu_back' found function 'menu_back' found function 'set_menu_grey' found function 'menu_grey' found function 'set_menu_pad' found function 'menu_pad' found function 'pos_menu_cursor' found function 'menu_driver' found function 'set_menu_format' found function 'menu_format' found function 'set_menu_items' found function 'menu_items' found function 'item_count' found function 'set_menu_mark' found function 'menu_mark' found function 'new_menu' found function 'free_menu' found function 'menu_opts' found function 'set_menu_opts' found function 'menu_opts_on' found function 'menu_opts_off' found function 'set_menu_pattern' found function 'menu_pattern' found function 'post_menu' found function 'unpost_menu' found function 'set_menu_userptr' found function 'menu_userptr' found function 'set_menu_win' found function 'menu_win' found function 'set_menu_sub' found function 'menu_sub' found function 'scale_menu' found function 'set_current_item' found function 'current_item' found function 'set_top_row' found function 'top_row' found function 'item_index' found function 'item_name' found function 'item_description' found function 'new_item' found function 'free_item' found function 'set_item_opts' found function 'item_opts_on' found function 'item_opts_off' found function 'item_opts' found function 'item_userptr' found function 'set_item_userptr' found function 'set_item_value' found function 'item_value' found function 'item_visible' found function 'menu_request_name' found function 'menu_request_by_name' found function 'set_menu_spacing' found function 'menu_spacing' found function 'pos_form_cursor' found function 'data_ahead' found function 'data_behind' found function 'form_driver' found function 'set_form_fields' found function 'form_fields' found function 'field_count' found function 'move_field' found function 'new_form' found function 'free_form' found function 'set_new_page' found function 'new_page' found function 'set_form_opts' found function 'form_opts_on' found function 'form_opts_off' found function 'form_opts' found function 'set_current_field' found function 'current_field' found function 'set_form_page' found function 'form_page' found function 'field_index' found function 'post_form' found function 'unpost_form' found function 'set_form_userptr' found function 'form_userptr' found function 'set_form_win' found function 'form_win' found function 'set_form_sub' found function 'form_sub' found function 'scale_form' found function 'set_field_fore' found function 'field_fore' found function 'set_field_back' found function 'field_back' found function 'set_field_pad' found function 'field_pad' found function 'set_field_buffer' found function 'field_buffer' found function 'set_field_status' found function 'field_status' found function 'set_max_field' found function 'field_info' found function 'dynamic_field_info' found function 'set_field_just' found function 'field_just' found function 'new_field' found function 'dup_field' found function 'link_field' found function 'free_field' found function 'set_field_opts' found function 'field_opts_on' found function 'field_opts_off' found function 'field_opts' found function 'set_field_userptr' found function 'field_userptr' found function 'field_arg' found function 'form_request_name' found function 'form_request_by_name' found variable 'LINES' found variable 'COLS' found variable 'stdscr' found variable 'curscr' found variable 'COLORS' found variable 'COLOR_PAIRS' found typedef 'attr_t' found typedef 'bool' found typedef 'chtype' found typedef 'MEVENT' found typedef 'mmask_t' found typedef 'SCREEN' found function 'waddnwstr' found function 'wget_wch' found function 'wgetn_wstr' found function 'winnwstr' found function 'wins_nwstr' found function 'unget_wch' found cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.45\" -DXS_VERSION=\"1.45\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -idirafter /usr/libdata/perl5/i386-openbsd/CORE Curses.c Curses.c:124:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_countargs(fn, nargs, base) ^ Curses.c:143:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_exactargs(fn, nargs, base) ^ Curses.c:156:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_domove(win, sv_y, sv_x) ^ Curses.c:168:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_fun_not_there(fn) ^ Curses.c:175:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_var_not_there(fn) ^ Curses.c:182:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_con_not_there(fn) ^ Curses.c:193:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_sv2chtype(sv) ^ Curses.c:204:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_chtype2sv(sv, ch) ^ Curses.c:218:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_sv2field(sv, argnum) ^ Curses.c:243:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_sv2form(sv, argnum) ^ Curses.c:257:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_form2sv(sv, val) ^ Curses.c:265:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_sv2item(sv, argnum) ^ Curses.c:296:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_sv2menu(sv, argnum) ^ Curses.c:310:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_menu2sv(sv, val) ^ Curses.c:318:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_sv2panel(sv, argnum) ^ Curses.c:332:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_panel2sv(sv, val) ^ Curses.c:340:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_sv2screen(sv, argnum) ^ Curses.c:354:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_screen2sv(sv, val) ^ Curses.c:362:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_sv2window(sv, argnum) ^ Curses.c:378:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_window2sv(sv, val) ^ Curses.c:387:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_setchar(sv, name) ^ Curses.c:403:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_setchtype(sv, name) ^ Curses.c:423:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] c_setmevent(sv) ^ 23 warnings generated. rm -f blib/arch/auto/Curses/Curses.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Curses.o -o blib/arch/auto/Curses/Curses.so -lpanel -lmenu -lform -lcurses -ltermcap chmod 755 blib/arch/auto/Curses/Curses.so Manifying 1 pod document ===> Regression tests for p5-Curses-1.45 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Curses.bs blib/arch/auto/Curses/Curses.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Curses 1.45, Perl 5.038002 t/00-load.t .. ok All tests successful. Files=1, Tests=1, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.09 cusr 0.07 csys = 0.21 CPU) Result: PASS PASS devel/p5-Curses Duration 1m18.91s START devel/p5-Data-Compare 2024-11-22T07:22:26Z export _LOCKS_HELD="" ===> Cleaning for p5-Data-Compare-1.29 ===> Checking files for p5-Data-Compare-1.29 `/usr/ports/distfiles/Data-Compare-1.29.tar.gz' is up to date. ===> Building from scratch p5-Data-Compare-1.29 ===> Checking files for p5-Data-Compare-1.29 `/usr/ports/distfiles/Data-Compare-1.29.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Data-Compare-1.29 ===> Patching for p5-Data-Compare-1.29 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Data-Compare-1.29 ===> Configuring for p5-Data-Compare-1.29 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Data::Compare Writing MYMETA.yml and MYMETA.json ===> Building for p5-Data-Compare-1.29 cp lib/Data/Compare.pm blib/lib/Data/Compare.pm cp lib/Data/Compare/Plugins/Scalar/Properties.pm blib/lib/Data/Compare/Plugins/Scalar/Properties.pm cp lib/Data/Compare/Plugins.pod blib/lib/Data/Compare/Plugins.pod Manifying 3 pod documents ===> p5-Data-Compare-1.29 depends on: p5-JSON-* -> p5-JSON-4.10 ===> p5-Data-Compare-1.29 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Data-Compare-1.29 depends on: p5-Clone->=0.43 -> p5-Clone-0.46 ===> p5-Data-Compare-1.29 depends on: p5-File-Find-Rule->=0.1 -> p5-File-Find-Rule-0.34p0 ===> Regression tests for p5-Data-Compare-1.29 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/bug-undefs-in-hashes.t ....... ok t/compare.t .................... ok t/deep-objects.t ............... ok t/deep-recursion.t ............. ok t/duplicates.t ................. ok t/FIXME-large-structures.t ..... ok t/noimport-register_plugins.t .. ok t/noimport.t ................... ok t/oo.t ......................... ok t/opts-ignore-hash-keys.t ...... ok t/overload.t ................... ok t/persistent-args-hash.t ....... ok t/plugins.t .................... ok t/pod.t ........................ ok t/saritha-nalagandla-bug.t ..... ok t/scalar-properties.t .......... skipped: no Scalar::Properties found t/taint.t ...................... ok All tests successful. Files=17, Tests=77, 3 wallclock secs ( 0.13 usr 0.04 sys + 1.54 cusr 0.75 csys = 2.46 CPU) Result: PASS PASS devel/p5-Data-Compare Duration 0m05.85s START devel/p5-Data-Dump-Streamer 2024-11-22T07:22:32Z export _LOCKS_HELD="" ===> Cleaning for p5-Data-Dump-Streamer-2.42 ===> Checking files for p5-Data-Dump-Streamer-2.42 `/usr/ports/distfiles/Data-Dump-Streamer-2.42.tar.gz' is up to date. ===> Building from scratch p5-Data-Dump-Streamer-2.42 ===> p5-Data-Dump-Streamer-2.42 depends on: p5-ExtUtils-Depends-* -> p5-ExtUtils-Depends-0.306p0 ===> p5-Data-Dump-Streamer-2.42 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Data-Dump-Streamer-2.42 `/usr/ports/distfiles/Data-Dump-Streamer-2.42.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Data-Dump-Streamer-2.42 ===> Patching for p5-Data-Dump-Streamer-2.42 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Data-Dump-Streamer-2.42 Regenerating lib/Data/Dump/ppport.h ===> Configuring for p5-Data-Dump-Streamer-2.42 echo "NODDS" > /usr/ports/pobj/p5-Data-Dump-Streamer-2.42/Data-Dump-Streamer-2.42/.answer Installing Data::Dump::Streamer I will install (or not) the DDS shortcut as you requested previously. If you wish to override the previous answer then state so explicitly by saying 'perl Build.PL [NO]DDS' Previous answer was: NODDS Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Data-Dump-Streamer' version '2.42' ===> Building for p5-Data-Dump-Streamer-2.42 Building Data-Dump-Streamer cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="2.42"' '-DXS_VERSION="2.42"' -DPIC -fpic -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o lib/Data/Dump/Streamer.o lib/Data/Dump/Streamer.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Data/Dump/Streamer/Streamer.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o blib/arch/auto/Data/Dump/Streamer/Streamer.so lib/Data/Dump/Streamer.o ===> p5-Data-Dump-Streamer-2.42 depends on: p5-Cpanel-JSON-XS-* -> p5-Cpanel-JSON-XS-4.38 ===> p5-Data-Dump-Streamer-2.42 depends on: p5-Algorithm-Diff-* -> p5-Algorithm-Diff-1.2010 ===> p5-Data-Dump-Streamer-2.42 depends on: p5-B-Utils-* -> p5-B-Utils-0.27p1 ===> p5-Data-Dump-Streamer-2.42 depends on: p5-PadWalker-* -> p5-PadWalker-2.5 ===> Regression tests for p5-Data-Dump-Streamer-2.42 t/as.t .............. ok t/blessed.t ......... ok t/dogpound.t ........ ok t/dump.t ............ ok t/filter.t .......... ok t/globtest.t ........ ok t/hardrefs.t ........ ok t/impure_madness.t .. ok # # PadWalker 2.5 is installed t/lexicals.t ........ ok t/locked.t .......... ok t/madness.t ......... ok t/madness_json.t .... ok t/madness_w.t ....... ok t/names.t ........... ok t/overload.t ........ ok t/readonly.t ........ ok t/refaddr.t ......... ok t/refcount.t ........ ok t/refelem.t ......... ok t/reftype.t ......... ok t/sortkeys.t ........ ok t/stash.t ........... ok t/terse.t ........... ok t/tree.t ............ ok t/usage.t ........... ok t/xs_subs.t ......... ok All tests successful. Files=26, Tests=375, 8 wallclock secs ( 0.12 usr 0.13 sys + 6.16 cusr 1.97 csys = 8.38 CPU) Result: PASS PASS devel/p5-Data-Dump-Streamer Duration 0m14.60s START devel/p5-Data-HexDump 2024-11-22T07:22:46Z export _LOCKS_HELD="" ===> Cleaning for p5-Data-HexDump-0.04 ===> Checking files for p5-Data-HexDump-0.04 `/usr/ports/distfiles/Data-HexDump-0.04.tar.gz' is up to date. ===> Building from scratch p5-Data-HexDump-0.04 ===> Checking files for p5-Data-HexDump-0.04 `/usr/ports/distfiles/Data-HexDump-0.04.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Data-HexDump-0.04 ===> Patching for p5-Data-HexDump-0.04 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Data-HexDump-0.04 ===> Configuring for p5-Data-HexDump-0.04 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Data::HexDump Writing MYMETA.yml and MYMETA.json ===> Building for p5-Data-HexDump-0.04 cp lib/Data/HexDump.pm blib/lib/Data/HexDump.pm Manifying 1 pod document ===> Regression tests for p5-Data-HexDump-0.04 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/compare.t .. ok t/data.t ..... ok All tests successful. Files=2, Tests=13, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.10 cusr 0.00 csys = 0.14 CPU) Result: PASS PASS devel/p5-Data-HexDump Duration 0m02.40s START devel/p5-Data-OptList 2024-11-22T07:22:49Z export _LOCKS_HELD="" ===> Cleaning for p5-Data-OptList-0.114 ===> Checking files for p5-Data-OptList-0.114 `/usr/ports/distfiles/Data-OptList-0.114.tar.gz' is up to date. ===> Building from scratch p5-Data-OptList-0.114 ===> Checking files for p5-Data-OptList-0.114 `/usr/ports/distfiles/Data-OptList-0.114.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Data-OptList-0.114 ===> Patching for p5-Data-OptList-0.114 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Data-OptList-0.114 ===> Configuring for p5-Data-OptList-0.114 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Data::OptList Writing MYMETA.yml and MYMETA.json ===> Building for p5-Data-OptList-0.114 cp lib/Data/OptList.pm blib/lib/Data/OptList.pm Manifying 1 pod document ===> p5-Data-OptList-0.114 depends on: p5-Test-Perl-Critic-* -> p5-Test-Perl-Critic-1.04p0 ===> p5-Data-OptList-0.114 depends on: p5-Params-Util-* -> p5-Params-Util-1.102 ===> p5-Data-OptList-0.114 depends on: p5-Sub-Install-* -> p5-Sub-Install-0.929 ===> p5-Data-OptList-0.114 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Data-OptList-0.114 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Data-OptList-0.114 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.78 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.96 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------ ----- -------- # List::Util any 1.63 # Params::Util any 1.102 # Sub::Install 0.921 0.929 # perl 5.012 5.038002 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/hash.t ............... ok t/mkopt.t .............. ok All tests successful. Files=3, Tests=41, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.51 cusr 0.18 csys = 0.75 CPU) Result: PASS PASS devel/p5-Data-OptList Duration 0m04.08s START devel/p5-Data-Printer 2024-11-22T07:22:53Z export _LOCKS_HELD="" ===> Cleaning for p5-Data-Printer-1.002001 ===> Checking files for p5-Data-Printer-1.002001 `/usr/ports/distfiles/Data-Printer-1.002001.tar.gz' is up to date. ===> Building from scratch p5-Data-Printer-1.002001 ===> Checking files for p5-Data-Printer-1.002001 `/usr/ports/distfiles/Data-Printer-1.002001.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Data-Printer-1.002001 ===> Patching for p5-Data-Printer-1.002001 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Data-Printer-1.002001 ===> Configuring for p5-Data-Printer-1.002001 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Data::Printer Writing MYMETA.yml and MYMETA.json ===> Building for p5-Data-Printer-1.002001 cp lib/Data/Printer/Filter/GenericClass.pm blib/lib/Data/Printer/Filter/GenericClass.pm cp lib/Data/Printer/Filter/SCALAR.pm blib/lib/Data/Printer/Filter/SCALAR.pm cp lib/Data/Printer/Profile.pm blib/lib/Data/Printer/Profile.pm cp lib/Data/Printer/Theme/Monokai.pm blib/lib/Data/Printer/Theme/Monokai.pm cp lib/Data/Printer/Filter/Regexp.pm blib/lib/Data/Printer/Filter/Regexp.pm cp lib/Data/Printer/Profile/JSON.pm blib/lib/Data/Printer/Profile/JSON.pm cp lib/Data/Printer/Filter/GLOB.pm blib/lib/Data/Printer/Filter/GLOB.pm cp lib/Data/Printer/Theme/Classic.pm blib/lib/Data/Printer/Theme/Classic.pm cp lib/Data/Printer/Theme.pm blib/lib/Data/Printer/Theme.pm cp lib/Data/Printer/Object.pm blib/lib/Data/Printer/Object.pm cp lib/Data/Printer/Filter/ContentType.pm blib/lib/Data/Printer/Filter/ContentType.pm cp lib/DDP.pm blib/lib/DDP.pm cp lib/Data/Printer/Filter/REF.pm blib/lib/Data/Printer/Filter/REF.pm cp lib/Data/Printer/Config.pm blib/lib/Data/Printer/Config.pm cp lib/Data/Printer/Filter/Digest.pm blib/lib/Data/Printer/Filter/Digest.pm cp lib/Data/Printer/Filter/VSTRING.pm blib/lib/Data/Printer/Filter/VSTRING.pm cp lib/Data/Printer/Filter/DB.pm blib/lib/Data/Printer/Filter/DB.pm cp lib/Data/Printer/Filter/OBJECT.pm blib/lib/Data/Printer/Filter/OBJECT.pm cp lib/Data/Printer/Theme/Material.pm blib/lib/Data/Printer/Theme/Material.pm cp lib/Data/Printer/Filter/FORMAT.pm blib/lib/Data/Printer/Filter/FORMAT.pm cp lib/Data/Printer/Filter/DateTime.pm blib/lib/Data/Printer/Filter/DateTime.pm cp lib/Data/Printer/Filter/Web.pm blib/lib/Data/Printer/Filter/Web.pm cp lib/Data/Printer/Filter.pm blib/lib/Data/Printer/Filter.pm cp lib/Data/Printer/Filter/HASH.pm blib/lib/Data/Printer/Filter/HASH.pm cp lib/Data/Printer/Theme/Solarized.pm blib/lib/Data/Printer/Theme/Solarized.pm cp lib/Data/Printer/Common.pm blib/lib/Data/Printer/Common.pm cp lib/Data/Printer/Profile/Dumper.pm blib/lib/Data/Printer/Profile/Dumper.pm cp lib/Data/Printer/Filter/CODE.pm blib/lib/Data/Printer/Filter/CODE.pm cp lib/Data/Printer/Filter/ARRAY.pm blib/lib/Data/Printer/Filter/ARRAY.pm cp lib/Data/Printer.pm blib/lib/Data/Printer.pm Manifying 18 pod documents ===> p5-Data-Printer-1.002001 depends on: p5-Cpanel-JSON-XS-* -> p5-Cpanel-JSON-XS-4.38 ===> p5-Data-Printer-1.002001 depends on: p5-DateManip-* -> p5-DateManip-6.76p0 ===> p5-Data-Printer-1.002001 depends on: p5-JSON-Any-* -> p5-JSON-Any-1.40 ===> p5-Data-Printer-1.002001 depends on: p5-JSON-DWIW-* -> p5-JSON-DWIW-0.47p0 ===> p5-Data-Printer-1.002001 depends on: p5-JSON-MaybeXS-* -> p5-JSON-MaybeXS-1.004005 ===> p5-Data-Printer-1.002001 depends on: p5-JSON-XS-* -> p5-JSON-XS-4.03v1 ===> p5-Data-Printer-1.002001 depends on: p5-DBD-SQLite-* -> p5-DBD-SQLite-1.74v0 ===> p5-Data-Printer-1.002001 depends on: p5-DBIx-Class-* -> p5-DBIx-Class-0.082843 ===> p5-Data-Printer-1.002001 depends on: p5-Class-Date-* -> p5-Class-Date-1.1.17p0 ===> p5-Data-Printer-1.002001 depends on: p5-Class-XSAccessor-* -> p5-Class-XSAccessor-1.19p0 ===> p5-Data-Printer-1.002001 depends on: p5-Date-Calc-* -> p5-Date-Calc-6.4p0 ===> p5-Data-Printer-1.002001 depends on: p5-Date-Handler-* -> p5-Date-Handler-1.2p2 ===> p5-Data-Printer-1.002001 depends on: p5-Date-Simple-* -> p5-Date-Simple-3.03p2 ===> p5-Data-Printer-1.002001 depends on: p5-DateTime-* -> p5-DateTime-1.65v0 ===> p5-Data-Printer-1.002001 depends on: p5-Devel-Size-* -> p5-Devel-Size-0.84 ===> p5-Data-Printer-1.002001 depends on: p5-Moo-* -> p5-Moo-2.005005 ===> p5-Data-Printer-1.002001 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-Data-Printer-1.002001 depends on: p5-Role-Tiny-* -> p5-Role-Tiny-2.002004 ===> p5-Data-Printer-1.002001 depends on: p5-CryptX-* -> p5-CryptX-0.084 ===> p5-Data-Printer-1.002001 depends on: p5-Digest-MD2-* -> p5-Digest-MD2-2.04p1 ===> p5-Data-Printer-1.002001 depends on: p5-Digest-MD4-* -> p5-Digest-MD4-1.9p3 ===> p5-Data-Printer-1.002001 depends on: p5-Digest-SHA1-* -> p5-Digest-SHA1-2.13p6 ===> p5-Data-Printer-1.002001 depends on: p5-Capture-Tiny-* -> p5-Capture-Tiny-0.48p0 ===> p5-Data-Printer-1.002001 depends on: p5-Dancer-* -> p5-Dancer-1.3521 ===> p5-Data-Printer-1.002001 depends on: p5-Dancer2-* -> p5-Dancer2-1.1.1 ===> p5-Data-Printer-1.002001 depends on: p5-HTTP-Message-* -> p5-HTTP-Message-7.00 ===> p5-Data-Printer-1.002001 depends on: p5-Mojolicious-* -> p5-Mojolicious-9.37 ===> Regression tests for p5-Data-Printer-1.002001 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/000-load.t ................ ok # available sort module: core t/000.0-nsort.t ............. ok # $^O is openbsd t/000.1-home.t .............. ok t/000.2-warn.t .............. ok t/001-object.t .............. ok t/002-scalar.t .............. ok t/003-ref.t ................. ok t/004-vstring.t ............. ok t/005-lvalue.t .............. ok t/006-glob.t ................ ok t/007.format.t .............. ok t/008-regex.t ............... ok t/009-array.t ............... ok t/010-hashes.t .............. ok t/011-class.t ............... ok t/011.1-attributes.t ........ ok t/011.2-roles.t ............. ok t/011.3-object_pad.t ........ ok t/012-code.t ................ ok t/013-refcount.t ............ ok t/014-memsize.t ............. ok t/015-multiline.t ........... ok t/016-merge_options.t ....... ok t/017-rc_file.t ............. ok t/018-alias.t ............... ok t/019-output.t .............. ok t/020-return_value.t ........ ok t/021-p_vs_object.t ......... ok t/022-no_prototypes.t ....... ok t/023-filters.t ............. ok t/024-tied.t ................ ok t/025-profiles.t ............ ok t/026-caller_message.t ...... ok t/027-nativeperlclass.t ..... ok t/100-filter_datetime.t ..... ok # filter tests for DBI 1.644 # filter tests for DBIC 0.082843 and DBD::SQLite 1.74 t/101-filter_db.t ........... ok t/102-filter_digest.t ....... ok t/103-filter_contenttype.t .. ok # filter tests for 4.16 # filter tests for JSON::XS 4.03 # filter tests for JSON 4.10 # filter tests for JSON::Any 1.40 with Cpanel::JSON::XS 4.38 # filter tests for JSON::MaybeXS 1.004005 with Cpanel::JSON::XS 4.38 # filter for JSON::DWIW 0.47 # filter for Mojo::JSON 9.37 # filter for Cpanel::JSON::XS 4.38 t/104-filter_web.t .......... ok t/998-color.t ............... skipped: color level 1 < 3 t/999-themes.t .............. ok All tests successful. Files=41, Tests=694, 12 wallclock secs ( 0.22 usr 0.13 sys + 7.72 cusr 2.79 csys = 10.86 CPU) Result: PASS PASS devel/p5-Data-Printer Duration 0m19.76s START devel/p5-Data-Random 2024-11-22T07:23:13Z export _LOCKS_HELD="" ===> Cleaning for p5-Data-Random-0.13p0 ===> Checking files for p5-Data-Random-0.13p0 `/usr/ports/distfiles/Data-Random-0.13.tar.gz' is up to date. ===> Building from scratch p5-Data-Random-0.13p0 ===> p5-Data-Random-0.13p0 depends on: p5-File-ShareDir-Install->=0.06 -> p5-File-ShareDir-Install-0.14 ===> Checking files for p5-Data-Random-0.13p0 `/usr/ports/distfiles/Data-Random-0.13.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Data-Random-0.13p0 ===> Patching for p5-Data-Random-0.13p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Data-Random-0.13p0 ===> Configuring for p5-Data-Random-0.13p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Data::Random Writing MYMETA.yml and MYMETA.json ===> Building for p5-Data-Random-0.13p0 cp lib/Data/Random/dict blib/lib/Data/Random/dict cp lib/Data/Random/WordList.pm blib/lib/Data/Random/WordList.pm cp lib/Data/Random.pm blib/lib/Data/Random.pm cp share/README.linux.words blib/lib/auto/share/dist/Data-Random/README.linux.words cp share/README2.linux.words blib/lib/auto/share/dist/Data-Random/README2.linux.words Manifying 2 pod documents ===> p5-Data-Random-0.13p0 depends on: p5-Test-MockTime-* -> p5-Test-MockTime-0.17p0 ===> p5-Data-Random-0.13p0 depends on: p5-GD-* -> p5-GD-2.78 ===> Regression tests for p5-Data-Random-0.13p0 Skip blib/lib/auto/share/dist/Data-Random/README2.linux.words (unchanged) Skip blib/lib/auto/share/dist/Data-Random/README.linux.words (unchanged) PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00.load.t ............ ok t/author-pod-syntax.t .. skipped: these tests are for testing by the author t/rand_chars.t ......... ok t/rand_date.t .......... ok t/rand_datetime.t ...... ok t/rand_enum.t .......... ok t/rand_image.t ......... ok t/rand_set.t ........... ok t/rand_time.t .......... ok t/rand_words.t ......... ok t/z0_pod.t ............. ok t/z1_pod-coverage.t .... ok All tests successful. Files=12, Tests=30030, 15 wallclock secs ( 4.03 usr 0.45 sys + 13.77 cusr 0.87 csys = 19.12 CPU) Result: PASS PASS devel/p5-Data-Random Duration 0m18.50s START devel/p5-Data-Section 2024-11-22T07:23:31Z export _LOCKS_HELD="" ===> Cleaning for p5-Data-Section-0.200008 ===> Checking files for p5-Data-Section-0.200008 `/usr/ports/distfiles/Data-Section-0.200008.tar.gz' is up to date. ===> Building from scratch p5-Data-Section-0.200008 ===> Checking files for p5-Data-Section-0.200008 `/usr/ports/distfiles/Data-Section-0.200008.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Data-Section-0.200008 ===> Patching for p5-Data-Section-0.200008 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Data-Section-0.200008 ===> Configuring for p5-Data-Section-0.200008 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Data::Section Writing MYMETA.yml and MYMETA.json ===> Building for p5-Data-Section-0.200008 cp lib/Data/Section.pm blib/lib/Data/Section.pm Manifying 1 pod document ===> p5-Data-Section-0.200008 depends on: p5-Test-FailWarnings-* -> p5-Test-FailWarnings-0.008p1 ===> p5-Data-Section-0.200008 depends on: p5-MRO-Compat->=0.09 -> p5-MRO-Compat-0.15 ===> p5-Data-Section-0.200008 depends on: p5-Sub-Exporter->=0.979 -> p5-Sub-Exporter-0.991 ===> Regression tests for p5-Data-Section-0.200008 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.78 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::FailWarnings any 0.008 # Test::More 0.96 1.302194 # base any 2.27 # lib any 0.65 # utf8 any 1.25 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ----- ----- # Encode any 3.19 # MRO::Compat 0.09 0.15 # Sub::Exporter 0.979 0.991 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/basic.t .............. ok t/encodings.t .......... ok All tests successful. Files=3, Tests=40, 1 wallclock secs ( 0.05 usr 0.03 sys + 0.53 cusr 0.22 csys = 0.83 CPU) Result: PASS PASS devel/p5-Data-Section Duration 0m03.79s START devel/p5-Data-Validate 2024-11-22T07:23:35Z export _LOCKS_HELD="" ===> Cleaning for p5-Data-Validate-0.09p0 ===> Checking files for p5-Data-Validate-0.09p0 `/usr/ports/distfiles/Data-Validate-0.09.tar.gz' is up to date. ===> Building from scratch p5-Data-Validate-0.09p0 ===> Checking files for p5-Data-Validate-0.09p0 `/usr/ports/distfiles/Data-Validate-0.09.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Data-Validate-0.09p0 ===> Patching for p5-Data-Validate-0.09p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Data-Validate-0.09p0 ===> Configuring for p5-Data-Validate-0.09p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Data::Validate Writing MYMETA.yml and MYMETA.json ===> Building for p5-Data-Validate-0.09p0 cp Validate.pm blib/lib/Data/Validate.pm AutoSplitting blib/lib/Data/Validate.pm (blib/lib/auto/Data/Validate) Manifying 1 pod document ===> Regression tests for p5-Data-Validate-0.09p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/is_alphanumeric.t .... ok t/is_between.t ......... ok t/is_equal_to.t ........ ok t/is_even.t ............ ok t/is_greater_than.t .... ok t/is_hex.t ............. ok t/is_integer.t ......... ok t/is_less_than.t ....... ok t/is_numeric.t ......... ok t/is_oct.t ............. ok t/is_odd.t ............. ok t/is_printable.t ....... ok t/length_is_between.t .. ok All tests successful. Files=13, Tests=106, 3 wallclock secs ( 0.06 usr 0.06 sys + 1.26 cusr 0.57 csys = 1.95 CPU) Result: PASS PASS devel/p5-Data-Validate Duration 0m04.53s START devel/p5-Data-Validate-IP 2024-11-22T07:23:40Z export _LOCKS_HELD="" ===> Cleaning for p5-Data-Validate-IP-0.31 ===> Checking files for p5-Data-Validate-IP-0.31 `/usr/ports/distfiles/Data-Validate-IP-0.31.tar.gz' is up to date. ===> Building from scratch p5-Data-Validate-IP-0.31 ===> p5-Data-Validate-IP-0.31 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> Checking files for p5-Data-Validate-IP-0.31 `/usr/ports/distfiles/Data-Validate-IP-0.31.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Data-Validate-IP-0.31 ===> Patching for p5-Data-Validate-IP-0.31 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Data-Validate-IP-0.31 ===> Configuring for p5-Data-Validate-IP-0.31 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Data::Validate::IP Writing MYMETA.yml and MYMETA.json ===> Building for p5-Data-Validate-IP-0.31 cp lib/Data/Validate/IP.pm blib/lib/Data/Validate/IP.pm Manifying 1 pod document ===> p5-Data-Validate-IP-0.31 depends on: p5-Test-Taint-* -> p5-Test-Taint-1.08p0 ===> p5-Data-Validate-IP-0.31 depends on: p5-NetAddr-IP->=4 -> p5-NetAddr-IP-4.079p0 ===> Regression tests for p5-Data-Validate-IP-0.31 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.96 1.302194 # Test::Requires any 0.11 # lib any 0.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------ ---- ----- # Exporter any 5.77 # NetAddr::IP 4 4.079 # Scalar::Util any 1.63 # base any 2.27 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t ...... ok t/Data-Validate-IP-slow.t .. ok t/Data-Validate-IP.t ....... ok t/Untaint.t ................ ok All tests successful. Files=4, Tests=4225, 2 wallclock secs ( 0.44 usr 0.16 sys + 1.74 cusr 0.29 csys = 2.63 CPU) Result: PASS PASS devel/p5-Data-Validate-IP Duration 0m05.31s START devel/p5-Data-Validate-Struct 2024-11-22T07:23:45Z export _LOCKS_HELD="" ===> Cleaning for p5-Data-Validate-Struct-0.12 ===> Checking files for p5-Data-Validate-Struct-0.12 `/usr/ports/distfiles/Data-Validate-Struct-0.12.tar.gz' is up to date. ===> Building from scratch p5-Data-Validate-Struct-0.12 ===> Checking files for p5-Data-Validate-Struct-0.12 `/usr/ports/distfiles/Data-Validate-Struct-0.12.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Data-Validate-Struct-0.12 ===> Patching for p5-Data-Validate-Struct-0.12 ===> Applying OpenBSD patch patch-t_run_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |The regression test is missing from the 0.12 distribution. | |Use the file t/run.t from github. |Index: t/run.t |--- t/run.t.orig |+++ t/run.t -------------------------- (Creating file t/run.t...) Patching file t/run.t using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Data-Validate-Struct-0.12 ===> Configuring for p5-Data-Validate-Struct-0.12 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Data::Validate::Struct Writing MYMETA.yml and MYMETA.json ===> Building for p5-Data-Validate-Struct-0.12 cp Struct.pm blib/lib/Data/Validate/Struct.pm Manifying 1 pod document ===> p5-Data-Validate-Struct-0.12 depends on: p5-Regexp-Common-* -> p5-Regexp-Common-2024080801 ===> p5-Data-Validate-Struct-0.12 depends on: p5-Data-Validate->=0.06 -> p5-Data-Validate-0.09p0 ===> p5-Data-Validate-Struct-0.12 depends on: p5-Data-Validate-IP->=0.18 -> p5-Data-Validate-IP-0.31 ===> Regression tests for p5-Data-Validate-Struct-0.12 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/run.t .. ok All tests successful. Files=1, Tests=32, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.36 cusr 0.13 csys = 0.53 CPU) Result: PASS PASS devel/p5-Data-Validate-Struct Duration 0m03.48s START devel/p5-Data-Visitor 2024-11-22T07:23:48Z export _LOCKS_HELD="" ===> Cleaning for p5-Data-Visitor-0.32 ===> Checking files for p5-Data-Visitor-0.32 `/usr/ports/distfiles/Data-Visitor-0.32.tar.gz' is up to date. ===> Building from scratch p5-Data-Visitor-0.32 ===> Checking files for p5-Data-Visitor-0.32 `/usr/ports/distfiles/Data-Visitor-0.32.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Data-Visitor-0.32 ===> Patching for p5-Data-Visitor-0.32 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Data-Visitor-0.32 ===> Configuring for p5-Data-Visitor-0.32 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Data::Visitor Writing MYMETA.yml and MYMETA.json ===> Building for p5-Data-Visitor-0.32 cp lib/Data/Visitor.pm blib/lib/Data/Visitor.pm cp lib/Data/Visitor/Callback.pm blib/lib/Data/Visitor/Callback.pm Manifying 2 pod documents ===> p5-Data-Visitor-0.32 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-Data-Visitor-0.32 depends on: p5-Moose->=0.89 -> p5-Moose-2.2207 ===> p5-Data-Visitor-0.32 depends on: p5-Tie-ToObject->=0.01 -> p5-Tie-ToObject-0.03p4 ===> p5-Data-Visitor-0.32 depends on: p5-namespace-clean->=0.19 -> p5-namespace-clean-0.27p0 ===> Regression tests for p5-Data-Visitor-0.32 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # perl 5.006 5.038002 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.88 1.302194 # Test::Needs any 0.002010 # Tie::RefHash any 1.40 # perl 5.006 5.038002 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------------- ----- -------- # Carp any 1.54 # Moose 0.89 2.2207 # Scalar::Util any 1.63 # Symbol any 1.09 # Tie::ToObject 0.01 0.03 # constant any 1.33 # namespace::clean 0.19 0.27 # overload any 1.37 # perl 5.006 5.038002 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # --------------- ------ # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .... ok t/base.t ................. ok t/bugs.t ................. ok t/callback.t ............. ok t/callback_aliasing.t .... ok t/callback_hash_entry.t .. ok t/callback_moose_tc.t .... ok t/circular_refs.t ........ ok t/globs.t ................ ok t/magic.t ................ ok t/weak.t ................. skipped: these tests require Data::Alias or fixes to use core aliasing All tests successful. Files=11, Tests=106, 4 wallclock secs ( 0.06 usr 0.08 sys + 3.62 cusr 0.82 csys = 4.58 CPU) Result: PASS PASS devel/p5-Data-Visitor Duration 0m08.03s START devel/p5-Date-Extract 2024-11-22T07:23:56Z export _LOCKS_HELD="" ===> Cleaning for p5-Date-Extract-0.07p0 ===> Checking files for p5-Date-Extract-0.07p0 `/usr/ports/distfiles/Date-Extract-0.07.tar.gz' is up to date. ===> Building from scratch p5-Date-Extract-0.07p0 ===> Checking files for p5-Date-Extract-0.07p0 `/usr/ports/distfiles/Date-Extract-0.07.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Date-Extract-0.07p0 ===> Patching for p5-Date-Extract-0.07p0 ===> Applying OpenBSD patch patch-t_05-format_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- t/05-format.t.orig Thu Jun 5 06:49:52 2014 |+++ t/05-format.t Thu Oct 15 09:31:00 2015 -------------------------- Patching file t/05-format.t using Plan A... Hunk #1 succeeded at 21 (offset -1 lines). done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Date-Extract-0.07p0 ===> Configuring for p5-Date-Extract-0.07p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Date::Extract Writing MYMETA.yml and MYMETA.json ===> Building for p5-Date-Extract-0.07p0 cp lib/Date/Extract.pm blib/lib/Date/Extract.pm Manifying 1 pod document ===> p5-Date-Extract-0.07p0 depends on: p5-Test-MockTime-HiRes-* -> p5-Test-MockTime-HiRes-0.08 ===> p5-Date-Extract-0.07p0 depends on: p5-Class-Data-Inheritable-* -> p5-Class-Data-Inheritable-0.10 ===> p5-Date-Extract-0.07p0 depends on: p5-DateTime-Format-Natural->=0.60 -> p5-DateTime-Format-Natural-1.18 ===> Regression tests for p5-Date-Extract-0.07p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # perl 5.006 5.038002 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # --------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::MockTime::HiRes any 0.08 # Test::More any 1.302194 # perl 5.006 5.038002 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------------------- ----- -------- # Carp any 1.54 # Class::Data::Inheritable any 0.10 # DateTime::Format::Natural 0.60 1.18 # List::Util any 1.63 # parent any 0.241 # perl 5.006 5.038002 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # --------------- ------ # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .. ok t/01-new.t ............. ok t/02-extract.t ......... ok t/03-returns.t ......... ok t/04-formats.t ......... ok # Failed test 'returns epoch' # at t/05-format.t line 24. # got: '1195171200' # expected: '1195181332' # Looks like you failed 1 test of 3. t/05-format.t .......... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests t/10-misc.t ............ ok Test Summary Report ------------------- t/05-format.t (Wstat: 256 (exited 1) Tests: 3 Failed: 1) Failed test: 3 Non-zero exit status: 1 Files=7, Tests=148, 5 wallclock secs ( 0.05 usr 0.04 sys + 3.21 cusr 0.78 csys = 4.08 CPU) Result: FAIL Failed 1/7 test programs. 1/148 subtests failed. *** Error 255 in /usr/ports/pobj/p5-Date-Extract-0.07/Date-Extract-0.07 (Makefile:871 'test_dynamic') *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3104 '/usr/ports/pobj/p5-Date-Extract-0.07/.test_done': @cd /usr/ports/pobj/p5-Da...) *** Error 2 in /usr/ports/devel/p5-Date-Extract (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'test': @lock=p5-Date-Extract-0.07p0; export...) FAIL devel/p5-Date-Extract Command 'make test' failed: 512 START devel/p5-Date-ICal 2024-11-22T07:24:04Z export _LOCKS_HELD="" ===> Cleaning for p5-Date-ICal-2.682 ===> Checking files for p5-Date-ICal-2.682 `/usr/ports/distfiles/Date-ICal-2.682.tar.gz' is up to date. ===> Building from scratch p5-Date-ICal-2.682 ===> Checking files for p5-Date-ICal-2.682 `/usr/ports/distfiles/Date-ICal-2.682.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Date-ICal-2.682 ===> Patching for p5-Date-ICal-2.682 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Date-ICal-2.682 ===> Configuring for p5-Date-ICal-2.682 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Date::ICal Writing MYMETA.yml and MYMETA.json ===> Building for p5-Date-ICal-2.682 cp lib/Date/ICal.pm blib/lib/Date/ICal.pm cp lib/Date/ICal/Duration.pm blib/lib/Date/ICal/Duration.pm Manifying 2 pod documents ===> p5-Date-ICal-2.682 depends on: p5-Date-Leapyear->=1.03 -> p5-Date-Leapyear-1.72p2 ===> Regression tests for p5-Date-ICal-2.682 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00load.t ........ ok t/01sanity.t ...... ok t/02normalize.t ... ok t/03components.t .. ok t/04epoch.t ....... ok t/05ical.t ........ ok t/06add.t ......... ok t/07compare.t ..... ok t/08offset.t ...... ok t/09greg.t ........ ok t/10subtract.t .... ok t/11duration.t .... ok All tests successful. Files=12, Tests=742, 4 wallclock secs ( 0.17 usr 0.05 sys + 2.49 cusr 0.55 csys = 3.26 CPU) Result: PASS PASS devel/p5-Date-ICal Duration 0m05.71s START devel/p5-DateTime-Format-ICal 2024-11-22T07:24:10Z export _LOCKS_HELD="" ===> Cleaning for p5-DateTime-Format-ICal-0.09p2 ===> Checking files for p5-DateTime-Format-ICal-0.09p2 `/usr/ports/distfiles/DateTime-Format-ICal-0.09.tar.gz' is up to date. ===> Building from scratch p5-DateTime-Format-ICal-0.09p2 ===> p5-DateTime-Format-ICal-0.09p2 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-DateTime-Format-ICal-0.09p2 `/usr/ports/distfiles/DateTime-Format-ICal-0.09.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-DateTime-Format-ICal-0.09p2 ===> Patching for p5-DateTime-Format-ICal-0.09p2 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-DateTime-Format-ICal-0.09p2 ===> Configuring for p5-DateTime-Format-ICal-0.09p2 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'DateTime-Format-ICal' version '0.09' ===> Building for p5-DateTime-Format-ICal-0.09p2 Building DateTime-Format-ICal ===> p5-DateTime-Format-ICal-0.09p2 depends on: p5-DateTime-* -> p5-DateTime-1.65v0 ===> p5-DateTime-Format-ICal-0.09p2 depends on: p5-DateTime-Set-* -> p5-DateTime-Set-0.3900p0 ===> p5-DateTime-Format-ICal-0.09p2 depends on: p5-DateTime-TimeZone-* -> p5-DateTime-TimeZone-2.62 ===> p5-DateTime-Format-ICal-0.09p2 depends on: p5-DateTime-Event-ICal-* -> p5-DateTime-Event-ICal-0.13p0 ===> p5-DateTime-Format-ICal-0.09p2 depends on: p5-Params-Validate-* -> p5-Params-Validate-1.31 ===> Regression tests for p5-DateTime-Format-ICal-0.09p2 t/00load.t ........ ok t/01datetime.t .... ok t/02duration.t .... ok t/03period.t ...... ok t/04recurrence.t .. ok All tests successful. Files=5, Tests=134, 4 wallclock secs ( 0.02 usr 0.05 sys + 3.41 cusr 0.61 csys = 4.09 CPU) Result: PASS PASS devel/p5-DateTime-Format-ICal Duration 0m07.64s START devel/p5-DateTime-Format-Natural 2024-11-22T07:24:17Z export _LOCKS_HELD="" ===> Cleaning for p5-DateTime-Format-Natural-1.18 ===> Checking files for p5-DateTime-Format-Natural-1.18 `/usr/ports/distfiles/DateTime-Format-Natural-1.18.tar.gz' is up to date. ===> Building from scratch p5-DateTime-Format-Natural-1.18 ===> p5-DateTime-Format-Natural-1.18 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-DateTime-Format-Natural-1.18 `/usr/ports/distfiles/DateTime-Format-Natural-1.18.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-DateTime-Format-Natural-1.18 ===> Patching for p5-DateTime-Format-Natural-1.18 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-DateTime-Format-Natural-1.18 ===> Configuring for p5-DateTime-Format-Natural-1.18 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'DateTime-Format-Natural' version '1.18' ===> Building for p5-DateTime-Format-Natural-1.18 Building DateTime-Format-Natural ===> p5-DateTime-Format-Natural-1.18 depends on: p5-Module-Util-* -> p5-Module-Util-1.09p0 ===> p5-DateTime-Format-Natural-1.18 depends on: p5-Test-MockTime-HiRes-* -> p5-Test-MockTime-HiRes-0.08 ===> p5-DateTime-Format-Natural-1.18 depends on: p5-Clone-* -> p5-Clone-0.46 ===> p5-DateTime-Format-Natural-1.18 depends on: p5-DateTime-* -> p5-DateTime-1.65v0 ===> p5-DateTime-Format-Natural-1.18 depends on: p5-DateTime-HiRes-* -> p5-DateTime-HiRes-0.04 ===> p5-DateTime-Format-Natural-1.18 depends on: p5-DateTime-TimeZone-* -> p5-DateTime-TimeZone-2.62 ===> p5-DateTime-Format-Natural-1.18 depends on: p5-List-MoreUtils-* -> p5-List-MoreUtils-0.430 ===> p5-DateTime-Format-Natural-1.18 depends on: p5-Params-Validate->=1.15 -> p5-Params-Validate-1.31 ===> p5-DateTime-Format-Natural-1.18 depends on: p5-boolean-* -> p5-boolean-0.46 ===> p5-DateTime-Format-Natural-1.18 depends on: p5-Date-Calc-* -> p5-Date-Calc-6.4p0 ===> Regression tests for p5-DateTime-Format-Natural-1.18 t/00-load.t ....................... ok t/01-parse.t ...................... ok t/01-parse_hires.t ................ ok t/02-parse_format.t ............... ok t/03-parse_daytime.t .............. ok t/04-parse_durations.t ............ ok t/04-parse_durations_hires.t ...... ok t/05-parse_time_zone.t ............ ok t/06-parse_demand_future.t ........ ok t/06-parse_demand_future_hires.t .. ok t/06-parse_prefer_future.t ........ ok t/06-parse_prefer_future_hires.t .. ok t/07-parse_datetime.t ............. ok t/07-parse_datetime_future.t ...... ok t/08-parse_aliases.t .............. ok t/08-parse_aliases_hires.t ........ ok t/09-parse_iso8601.t .............. ok t/10-parse_expand.t ............... ok t/11-parse_success.t .............. ok t/12-parse_failure.t .............. ok t/13-parse_assert.t ............... ok t/14-extract_expression.t ......... ok t/15-regression.t ................. ok t/16-state.t ...................... ok t/17-trace.t ...................... ok t/18-validate.t ................... ok t/pod-coverage.t .................. skipped: tests for release testing t/pod.t ........................... skipped: tests for release testing All tests successful. Files=28, Tests=10809, 83 wallclock secs ( 1.41 usr 0.24 sys + 79.98 cusr 2.70 csys = 84.33 CPU) Result: PASS PASS devel/p5-DateTime-Format-Natural Duration 1m28.11s START devel/p5-DateTime-Format-Oracle 2024-11-22T07:25:45Z export _LOCKS_HELD="" ===> Cleaning for p5-DateTime-Format-Oracle-0.06 ===> Checking files for p5-DateTime-Format-Oracle-0.06 `/usr/ports/distfiles/DateTime-Format-Oracle-0.06.tar.gz' is up to date. ===> Building from scratch p5-DateTime-Format-Oracle-0.06 ===> Checking files for p5-DateTime-Format-Oracle-0.06 `/usr/ports/distfiles/DateTime-Format-Oracle-0.06.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-DateTime-Format-Oracle-0.06 ===> Patching for p5-DateTime-Format-Oracle-0.06 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-DateTime-Format-Oracle-0.06 ===> Configuring for p5-DateTime-Format-Oracle-0.06 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for DateTime::Format::Oracle Writing MYMETA.yml and MYMETA.json ===> Building for p5-DateTime-Format-Oracle-0.06 cp lib/DateTime/Format/Oracle.pm blib/lib/DateTime/Format/Oracle.pm Manifying 1 pod document ===> p5-DateTime-Format-Oracle-0.06 depends on: p5-Convert-NLS_DATE_FORMAT->=0.03 -> p5-Convert-NLS_DATE_FORMAT-0.06 ===> p5-DateTime-Format-Oracle-0.06 depends on: p5-DateTime-* -> p5-DateTime-1.65v0 ===> p5-DateTime-Format-Oracle-0.06 depends on: p5-DateTime-Format-Builder-* -> p5-DateTime-Format-Builder-0.83v0 ===> Regression tests for p5-DateTime-Format-Oracle-0.06 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/defaults.t .......... ok t/format_datetime.t ... ok t/format_timestamp.t .. ok t/parse_datetime.t .... ok t/parse_timestamp.t ... ok All tests successful. Files=5, Tests=76, 3 wallclock secs ( 0.01 usr 0.06 sys + 2.24 cusr 0.47 csys = 2.78 CPU) Result: PASS PASS devel/p5-DateTime-Format-Oracle Duration 0m05.72s START devel/p5-DateTime-HiRes 2024-11-22T07:25:51Z export _LOCKS_HELD="" ===> Cleaning for p5-DateTime-HiRes-0.04 ===> Checking files for p5-DateTime-HiRes-0.04 `/usr/ports/distfiles/DateTime-HiRes-0.04.tar.gz' is up to date. ===> Building from scratch p5-DateTime-HiRes-0.04 ===> Checking files for p5-DateTime-HiRes-0.04 `/usr/ports/distfiles/DateTime-HiRes-0.04.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-DateTime-HiRes-0.04 ===> Patching for p5-DateTime-HiRes-0.04 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-DateTime-HiRes-0.04 ===> Configuring for p5-DateTime-HiRes-0.04 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for DateTime::HiRes Writing MYMETA.yml and MYMETA.json ===> Building for p5-DateTime-HiRes-0.04 cp lib/DateTime/HiRes.pm blib/lib/DateTime/HiRes.pm Manifying 1 pod document ===> p5-DateTime-HiRes-0.04 depends on: p5-DateTime-* -> p5-DateTime-1.65v0 ===> Regression tests for p5-DateTime-HiRes-0.04 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.96 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ----------- ---- ------ # DateTime any 1.65 # Time::HiRes any 1.9775 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/now.t ................ ok All tests successful. Files=2, Tests=7, 1 wallclock secs ( 0.03 usr 0.04 sys + 0.73 cusr 0.17 csys = 0.97 CPU) Result: PASS PASS devel/p5-DateTime-HiRes Duration 0m03.79s START devel/p5-DateTime-Set 2024-11-22T07:25:55Z export _LOCKS_HELD="" ===> Cleaning for p5-DateTime-Set-0.3900p0 ===> Checking files for p5-DateTime-Set-0.3900p0 `/usr/ports/distfiles/DateTime-Set-0.3900.tar.gz' is up to date. ===> Building from scratch p5-DateTime-Set-0.3900p0 ===> p5-DateTime-Set-0.3900p0 depends on: p5-DateTime-* -> p5-DateTime-1.65v0 ===> p5-DateTime-Set-0.3900p0 depends on: p5-Params-Validate-* -> p5-Params-Validate-1.31 ===> p5-DateTime-Set-0.3900p0 depends on: p5-Set-Infinite-* -> p5-Set-Infinite-0.65p1 ===> Checking files for p5-DateTime-Set-0.3900p0 `/usr/ports/distfiles/DateTime-Set-0.3900.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-DateTime-Set-0.3900p0 ===> Patching for p5-DateTime-Set-0.3900p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-DateTime-Set-0.3900p0 ===> Configuring for p5-DateTime-Set-0.3900p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for DateTime::Set Writing MYMETA.yml and MYMETA.json ===> Building for p5-DateTime-Set-0.3900p0 cp lib/Set/Infinite/_recurrence.pm blib/lib/Set/Infinite/_recurrence.pm cp lib/DateTime/Set.pm blib/lib/DateTime/Set.pm cp lib/DateTime/Span.pm blib/lib/DateTime/Span.pm cp lib/DateTime/SpanSet.pm blib/lib/DateTime/SpanSet.pm Manifying 4 pod documents ===> p5-DateTime-Set-0.3900p0 depends on: p5-DateTime-Event-Recurrence-* -> p5-DateTime-Event-Recurrence-0.19p0 ===> Regression tests for p5-DateTime-Set-0.3900p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00load.t ............................. ok t/01sanity.t ........................... ok t/02immutable.t ........................ ok t/03add_subtract.t ..................... ok t/04recurrence.t ....................... ok t/05iterator.t ......................... ok t/06backtrack.t ........................ ok t/07previous.t ......................... ok t/08span.t ............................. ok t/09spanset.t .......................... ok t/10previous-2.t ....................... ok t/11next.t ............................. ok t/12iterator_intersection.t ............ ok t/13add_recurrence.t ................... ok t/14complement.t ....................... ok You passed a locale to the set() method. You should use set_locale() instead, as using set() may alter the local time near a DST boundary. at /usr/ports/pobj/p5-DateTime-Set-0.3900/DateTime-Set-0.3900/blib/lib/DateTime/Set.pm line 183. You passed a locale to the set() method. You should use set_locale() instead, as using set() may alter the local time near a DST boundary. at /usr/ports/pobj/p5-DateTime-Set-0.3900/DateTime-Set-0.3900/blib/lib/DateTime/Set.pm line 183. t/15time_zone.t ........................ ok t/16bounded_recurrence.t ............... ok t/17quantize.t ......................... ok t/18as_list_empty.t .................... ok t/19spanset_daylight_savings.t ......... ok t/20spanset_week_wrapped_recurrence.t .. ok # Test suite by Olivier Mengue < dolmen cpan org > # previous(Inf) # => 2009-03-03T09:20:05 # next(-Inf) # => 2009-02-27T08:50:05 # next(2009-02-27T08:50:05) # => 2009-02-27T09:05:05 # previous(2009-02-27T09:05:05) # => 2009-02-27T08:50:05 # next(2009-02-27T08:50:05) # => 2009-02-27T09:05:05 # next(2009-02-27T09:05:05) # => 2009-02-27T09:20:05 # next(2009-02-27T09:20:05) # => 2009-03-02T09:05:05 # next(2009-03-02T09:05:05) # => 2009-03-02T09:20:05 # next(2009-03-02T09:20:05) # => 2009-03-03T09:05:05 # next(2009-03-03T09:05:05) # => 2009-03-03T09:20:05 # next(2009-03-03T09:20:05) # => Inf # no span, next() # no span, previous() # start, next() # after, next() # end, previous() # before, previous() # start, previous() # after, previous() # end, next() # before, next() t/21from_recurrence.t .................. ok t/22start_end.t ........................ ok All tests successful. Files=23, Tests=959, 41 wallclock secs ( 0.17 usr 0.08 sys + 37.67 cusr 2.26 csys = 40.18 CPU) Result: PASS PASS devel/p5-DateTime-Set Duration 0m44.15s START devel/p5-Devel-Caller 2024-11-22T07:26:39Z export _LOCKS_HELD="" ===> Cleaning for p5-Devel-Caller-2.07 ===> Checking files for p5-Devel-Caller-2.07 `/usr/ports/distfiles/Devel-Caller-2.07.tar.gz' is up to date. ===> Building from scratch p5-Devel-Caller-2.07 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Devel-Caller-2.07 `/usr/ports/distfiles/Devel-Caller-2.07.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Devel-Caller-2.07 ===> Patching for p5-Devel-Caller-2.07 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Devel-Caller-2.07 ===> Configuring for p5-Devel-Caller-2.07 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Devel::Caller Writing MYMETA.yml and MYMETA.json ===> Building for p5-Devel-Caller-2.07 cp lib/Devel/Caller.pm blib/lib/Devel/Caller.pm Running Mkbootstrap for Caller () chmod 644 "Caller.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Caller.bs blib/arch/auto/Devel/Caller/Caller.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Caller.xs > Caller.xsc Please specify prototyping behavior for Caller.xs (see perlxs manual) mv Caller.xsc Caller.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"2.07\" -DXS_VERSION=\"2.07\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Caller.c rm -f blib/arch/auto/Devel/Caller/Caller.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Caller.o -o blib/arch/auto/Devel/Caller/Caller.so chmod 755 blib/arch/auto/Devel/Caller/Caller.so Manifying 1 pod document ===> p5-Devel-Caller-2.07 depends on: p5-PadWalker->=0.08 -> p5-PadWalker-2.5 ===> Regression tests for p5-Devel-Caller-2.07 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Caller.bs blib/arch/auto/Devel/Caller/Caller.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Devel-Caller.t .. ok All tests successful. Files=1, Tests=72, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.12 cusr 0.07 csys = 0.24 CPU) Result: PASS PASS devel/p5-Devel-Caller Duration 0m03.66s START devel/p5-Devel-CheckBin 2024-11-22T07:26:43Z export _LOCKS_HELD="" ===> Cleaning for p5-Devel-CheckBin-0.04p0 ===> Checking files for p5-Devel-CheckBin-0.04p0 `/usr/ports/distfiles/Devel-CheckBin-0.04.tar.gz' is up to date. ===> Building from scratch p5-Devel-CheckBin-0.04p0 ===> Checking files for p5-Devel-CheckBin-0.04p0 `/usr/ports/distfiles/Devel-CheckBin-0.04.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Devel-CheckBin-0.04p0 ===> Patching for p5-Devel-CheckBin-0.04p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Devel-CheckBin-0.04p0 ===> Configuring for p5-Devel-CheckBin-0.04p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Devel::CheckBin Writing MYMETA.yml and MYMETA.json ===> Building for p5-Devel-CheckBin-0.04p0 cp lib/Devel/CheckBin.pm blib/lib/Devel/CheckBin.pm Manifying 1 pod document ===> Regression tests for p5-Devel-CheckBin-0.04p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_compile.t .. ok t/01_can_run.t .. skipped: Skip: openbsd t/02_can_run.t .. ok All tests successful. Files=3, Tests=3, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.92 cusr 0.21 csys = 1.19 CPU) Result: PASS PASS devel/p5-Devel-CheckBin Duration 0m03.49s START devel/p5-Devel-CheckOS 2024-11-22T07:26:46Z export _LOCKS_HELD="" ===> Cleaning for p5-Devel-CheckOS-2.04 ===> Checking files for p5-Devel-CheckOS-2.04 `/usr/ports/distfiles/Devel-CheckOS-2.04.tar.gz' is up to date. ===> Building from scratch p5-Devel-CheckOS-2.04 ===> Checking files for p5-Devel-CheckOS-2.04 `/usr/ports/distfiles/Devel-CheckOS-2.04.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Devel-CheckOS-2.04 ===> Patching for p5-Devel-CheckOS-2.04 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Devel-CheckOS-2.04 ===> Configuring for p5-Devel-CheckOS-2.04 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Devel::CheckOS Writing MYMETA.yml and MYMETA.json ===> Building for p5-Devel-CheckOS-2.04 cp lib/Devel/AssertOS/MacOSX/v10_12.pm blib/lib/Devel/AssertOS/MacOSX/v10_12.pm cp lib/Devel/AssertOS/BeOS.pm blib/lib/Devel/AssertOS/BeOS.pm cp lib/Devel/AssertOS/FreeBSD.pm blib/lib/Devel/AssertOS/FreeBSD.pm cp lib/Devel/AssertOS/Linux/SLES.pm blib/lib/Devel/AssertOS/Linux/SLES.pm cp lib/Devel/AssertOS/OS390.pm blib/lib/Devel/AssertOS/OS390.pm cp lib/Devel/AssertOS/MPEiX.pm blib/lib/Devel/AssertOS/MPEiX.pm cp lib/Devel/AssertOS/VMESA.pm blib/lib/Devel/AssertOS/VMESA.pm cp lib/Devel/AssertOS/Haiku.pm blib/lib/Devel/AssertOS/Haiku.pm cp lib/Devel/AssertOS/HWCapabilities/Int64.pm blib/lib/Devel/AssertOS/HWCapabilities/Int64.pm cp lib/Devel/AssertOS/OSF.pm blib/lib/Devel/AssertOS/OSF.pm cp lib/Devel/AssertOS/MacOSX/v10_11.pm blib/lib/Devel/AssertOS/MacOSX/v10_11.pm cp lib/Devel/AssertOS/Linux/Redhat.pm blib/lib/Devel/AssertOS/Linux/Redhat.pm cp lib/Devel/AssertOS/DragonflyBSD.pm blib/lib/Devel/AssertOS/DragonflyBSD.pm cp lib/Devel/AssertOS/Linux/SUSE.pm blib/lib/Devel/AssertOS/Linux/SUSE.pm cp lib/Devel/AssertOS/MacOSX/v10_6.pm blib/lib/Devel/AssertOS/MacOSX/v10_6.pm cp lib/Devel/AssertOS/DEC.pm blib/lib/Devel/AssertOS/DEC.pm cp lib/Devel/AssertOS/QNX.pm blib/lib/Devel/AssertOS/QNX.pm cp lib/Devel/AssertOS/Linux/Alma.pm blib/lib/Devel/AssertOS/Linux/Alma.pm cp lib/Devel/AssertOS/MacOSX/v10_5.pm blib/lib/Devel/AssertOS/MacOSX/v10_5.pm cp lib/Devel/AssertOS/MacOSX/v14.pm blib/lib/Devel/AssertOS/MacOSX/v14.pm cp lib/Devel/AssertOS/MacOSX/v10_9.pm blib/lib/Devel/AssertOS/MacOSX/v10_9.pm cp lib/Devel/AssertOS/MacOSX/v12.pm blib/lib/Devel/AssertOS/MacOSX/v12.pm cp lib/Devel/AssertOS/Irix.pm blib/lib/Devel/AssertOS/Irix.pm cp lib/Devel/AssertOS/QNX/v4.pm blib/lib/Devel/AssertOS/QNX/v4.pm cp lib/Devel/AssertOS/Linux/Gentoo.pm blib/lib/Devel/AssertOS/Linux/Gentoo.pm cp lib/Devel/AssertOS/MSYS.pm blib/lib/Devel/AssertOS/MSYS.pm cp lib/Devel/AssertOS/RISCOS.pm blib/lib/Devel/AssertOS/RISCOS.pm cp lib/Devel/AssertOS/VOS.pm blib/lib/Devel/AssertOS/VOS.pm cp lib/Devel/CheckOS/Families.pod blib/lib/Devel/CheckOS/Families.pod cp lib/Devel/AssertOS/Linux/Raspbian.pm blib/lib/Devel/AssertOS/Linux/Raspbian.pm cp lib/Devel/AssertOS/GNUkFreeBSD.pm blib/lib/Devel/AssertOS/GNUkFreeBSD.pm cp lib/Devel/AssertOS/Linux/Rocky.pm blib/lib/Devel/AssertOS/Linux/Rocky.pm cp lib/Devel/AssertOS/NeXT.pm blib/lib/Devel/AssertOS/NeXT.pm cp lib/Devel/AssertOS/Linux/v2_6.pm blib/lib/Devel/AssertOS/Linux/v2_6.pm cp lib/Devel/AssertOS/OS400.pm blib/lib/Devel/AssertOS/OS400.pm cp lib/Devel/AssertOS/OSFeatures/POSIXShellRedirection.pm blib/lib/Devel/AssertOS/OSFeatures/POSIXShellRedirection.pm cp lib/Devel/AssertOS/Realtime.pm blib/lib/Devel/AssertOS/Realtime.pm cp lib/Devel/CheckOS/Helpers/LinuxOSrelease.pm blib/lib/Devel/CheckOS/Helpers/LinuxOSrelease.pm cp lib/Devel/AssertOS/MicrosoftWindows.pm blib/lib/Devel/AssertOS/MicrosoftWindows.pm cp lib/Devel/AssertOS/MacOSX/v10_15.pm blib/lib/Devel/AssertOS/MacOSX/v10_15.pm cp lib/Devel/AssertOS/Interix.pm blib/lib/Devel/AssertOS/Interix.pm cp lib/Devel/AssertOS/Solaris.pm blib/lib/Devel/AssertOS/Solaris.pm cp lib/Devel/AssertOS/Linux/Debian.pm blib/lib/Devel/AssertOS/Linux/Debian.pm cp lib/Devel/AssertOS/Linux/NixOS.pm blib/lib/Devel/AssertOS/Linux/NixOS.pm cp lib/Devel/AssertOS/Sun.pm blib/lib/Devel/AssertOS/Sun.pm cp lib/Devel/AssertOS/iOS.pm blib/lib/Devel/AssertOS/iOS.pm cp lib/Devel/AssertOS/BSDOS.pm blib/lib/Devel/AssertOS/BSDOS.pm cp lib/Devel/CheckOS.pm blib/lib/Devel/CheckOS.pm cp lib/Devel/AssertOS/OS2.pm blib/lib/Devel/AssertOS/OS2.pm cp lib/Devel/AssertOS/Linux/Slackware.pm blib/lib/Devel/AssertOS/Linux/Slackware.pm cp lib/Devel/AssertOS/MacOSX/v10_13.pm blib/lib/Devel/AssertOS/MacOSX/v10_13.pm cp lib/Devel/AssertOS/Unicos.pm blib/lib/Devel/AssertOS/Unicos.pm cp lib/Devel/AssertOS/Android.pm blib/lib/Devel/AssertOS/Android.pm cp lib/Devel/AssertOS/Linux/PopOS.pm blib/lib/Devel/AssertOS/Linux/PopOS.pm cp lib/Devel/AssertOS/MacOSclassic.pm blib/lib/Devel/AssertOS/MacOSclassic.pm cp lib/Devel/AssertOS/MacOSX/v10_1.pm blib/lib/Devel/AssertOS/MacOSX/v10_1.pm cp lib/Devel/AssertOS/Linux/UnknownDebianLike.pm blib/lib/Devel/AssertOS/Linux/UnknownDebianLike.pm cp lib/Devel/AssertOS/POSIXBC.pm blib/lib/Devel/AssertOS/POSIXBC.pm cp lib/Devel/AssertOS/MacOSX/v10_4.pm blib/lib/Devel/AssertOS/MacOSX/v10_4.pm cp lib/Devel/AssertOS/MacOSX/v10_10.pm blib/lib/Devel/AssertOS/MacOSX/v10_10.pm cp lib/Devel/AssertOS/Linux/Fedora.pm blib/lib/Devel/AssertOS/Linux/Fedora.pm cp lib/Devel/AssertOS/SysVr4.pm blib/lib/Devel/AssertOS/SysVr4.pm cp lib/Devel/AssertOS.pm blib/lib/Devel/AssertOS.pm cp lib/Devel/AssertOS/Alias/MacOS.pm blib/lib/Devel/AssertOS/Alias/MacOS.pm cp lib/Devel/AssertOS/NetBSD.pm blib/lib/Devel/AssertOS/NetBSD.pm cp lib/Devel/AssertOS/MidnightBSD.pm blib/lib/Devel/AssertOS/MidnightBSD.pm cp lib/Devel/AssertOS/Linux/Centos.pm blib/lib/Devel/AssertOS/Linux/Centos.pm cp lib/Devel/AssertOS/Cygwin.pm blib/lib/Devel/AssertOS/Cygwin.pm cp lib/Devel/AssertOS/SysVr5.pm blib/lib/Devel/AssertOS/SysVr5.pm cp lib/Devel/AssertOS/MacOSX/v11.pm blib/lib/Devel/AssertOS/MacOSX/v11.pm cp lib/Devel/AssertOS/MachTen.pm blib/lib/Devel/AssertOS/MachTen.pm cp lib/Devel/AssertOS/Linux/Ubuntu.pm blib/lib/Devel/AssertOS/Linux/Ubuntu.pm cp lib/Devel/AssertOS/Linux/Alpine.pm blib/lib/Devel/AssertOS/Linux/Alpine.pm cp lib/Devel/AssertOS/AIX.pm blib/lib/Devel/AssertOS/AIX.pm cp lib/Devel/AssertOS/SCO.pm blib/lib/Devel/AssertOS/SCO.pm cp lib/Devel/AssertOS/MacOSX/v10_8.pm blib/lib/Devel/AssertOS/MacOSX/v10_8.pm cp lib/Devel/AssertOS/Minix.pm blib/lib/Devel/AssertOS/Minix.pm cp lib/Devel/AssertOS/MSWin32.pm blib/lib/Devel/AssertOS/MSWin32.pm cp lib/Devel/AssertOS/MacOSX/v10_2.pm blib/lib/Devel/AssertOS/MacOSX/v10_2.pm cp lib/Devel/AssertOS/Amiga.pm blib/lib/Devel/AssertOS/Amiga.pm cp lib/Devel/AssertOS/OSFeatures/Systemd.pm blib/lib/Devel/AssertOS/OSFeatures/Systemd.pm cp lib/Devel/AssertOS/Linux/RealDebian.pm blib/lib/Devel/AssertOS/Linux/RealDebian.pm cp lib/Devel/AssertOS/MacOSX/v10_3.pm blib/lib/Devel/AssertOS/MacOSX/v10_3.pm cp lib/Devel/AssertOS/Dynix.pm blib/lib/Devel/AssertOS/Dynix.pm cp lib/Devel/AssertOS/Linux/RHEL.pm blib/lib/Devel/AssertOS/Linux/RHEL.pm cp lib/Devel/AssertOS/MirOSBSD.pm blib/lib/Devel/AssertOS/MirOSBSD.pm cp lib/Devel/AssertOS/Linux.pm blib/lib/Devel/AssertOS/Linux.pm cp lib/Devel/AssertOS/EBCDIC.pm blib/lib/Devel/AssertOS/EBCDIC.pm cp lib/Devel/AssertOS/VMS.pm blib/lib/Devel/AssertOS/VMS.pm cp lib/Devel/AssertOS/Linux/Elementary.pm blib/lib/Devel/AssertOS/Linux/Elementary.pm cp lib/Devel/AssertOS/Linux/OpenSUSE.pm blib/lib/Devel/AssertOS/Linux/OpenSUSE.pm cp lib/Devel/AssertOS/HWCapabilities/Int32.pm blib/lib/Devel/AssertOS/HWCapabilities/Int32.pm cp lib/Devel/AssertOS/OpenBSD.pm blib/lib/Devel/AssertOS/OpenBSD.pm cp lib/Devel/AssertOS/MacOSX.pm blib/lib/Devel/AssertOS/MacOSX.pm cp lib/Devel/AssertOS/Linux/Devuan.pm blib/lib/Devel/AssertOS/Linux/Devuan.pm cp lib/Devel/AssertOS/MSDOS.pm blib/lib/Devel/AssertOS/MSDOS.pm cp lib/Devel/AssertOS/Unix.pm blib/lib/Devel/AssertOS/Unix.pm cp lib/Devel/AssertOS/Extending.pod blib/lib/Devel/AssertOS/Extending.pod cp lib/Devel/AssertOS/Linux/Oracle.pm blib/lib/Devel/AssertOS/Linux/Oracle.pm cp lib/Devel/AssertOS/Apple.pm blib/lib/Devel/AssertOS/Apple.pm cp lib/Devel/AssertOS/Netware.pm blib/lib/Devel/AssertOS/Netware.pm cp lib/Devel/AssertOS/MacOSX/v10_14.pm blib/lib/Devel/AssertOS/MacOSX/v10_14.pm cp lib/Devel/AssertOS/MacOSX/v10_0.pm blib/lib/Devel/AssertOS/MacOSX/v10_0.pm cp lib/Devel/AssertOS/Hurd.pm blib/lib/Devel/AssertOS/Hurd.pm cp lib/Devel/AssertOS/MacOSX/v13.pm blib/lib/Devel/AssertOS/MacOSX/v13.pm cp lib/Devel/AssertOS/DGUX.pm blib/lib/Devel/AssertOS/DGUX.pm cp lib/Devel/AssertOS/SunOS.pm blib/lib/Devel/AssertOS/SunOS.pm cp lib/Devel/AssertOS/HPUX.pm blib/lib/Devel/AssertOS/HPUX.pm cp lib/Devel/AssertOS/QNX/Neutrino.pm blib/lib/Devel/AssertOS/QNX/Neutrino.pm cp lib/Devel/AssertOS/MacOSX/v10_7.pm blib/lib/Devel/AssertOS/MacOSX/v10_7.pm cp lib/Devel/AssertOS/Linux/Arch.pm blib/lib/Devel/AssertOS/Linux/Arch.pm cp lib/Devel/AssertOS/Bitrig.pm blib/lib/Devel/AssertOS/Bitrig.pm cp bin/use-devel-assertos blib/script/use-devel-assertos "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/use-devel-assertos Manifying 1 pod document Manifying 111 pod documents ===> p5-Devel-CheckOS-2.04 depends on: p5-Test-Pod->=1.00 -> p5-Test-Pod-1.52p0 ===> p5-Devel-CheckOS-2.04 depends on: p5-Test-Warnings-* -> p5-Test-Warnings-0.033 ===> p5-Devel-CheckOS-2.04 depends on: p5-File-Find-Rule->=0.28 -> p5-File-Find-Rule-0.34p0 ===> Regression tests for p5-Devel-CheckOS-2.04 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/alias-macos.t ................. ok t/assertos-blah-invalid.t ....... ok t/assertos-blah-valid.t ......... ok t/assertos-do-not-want.t ........ ok t/assertos-multi.t .............. ok t/assertos-single-invalid-OS.t .. ok t/assertos-single-valid-OS.t .... ok t/case-insensitive.t ............ ok t/checkos.t ..................... ok t/expn.t ........................ ok t/failing-mockery.t ............. ok t/import-all.t .................. ok t/import-bool.t ................. ok t/import-fatal.t ................ ok t/int-size.t .................... ok t/list_family_members.t ......... ok t/mockery.t ..................... ok t/multilevel-names.t ............ ok t/os-release.t .................. ok t/pod.t ......................... ok t/redhat.t ...................... ok t/script.t ...................... ok t/suse.t ........................ ok t/unknown-debian.t .............. skipped: This isn't Debian-ish All tests successful. Files=24, Tests=408, 22 wallclock secs ( 0.11 usr 0.10 sys + 13.91 cusr 7.71 csys = 21.83 CPU) Result: PASS PASS devel/p5-Devel-CheckOS Duration 0m27.07s START devel/p5-Devel-Cover 2024-11-22T07:27:13Z export _LOCKS_HELD="" ===> Cleaning for p5-Devel-Cover-1.44 ===> Checking files for p5-Devel-Cover-1.44 `/usr/ports/distfiles/Devel-Cover-1.44.tar.gz' is up to date. ===> Building from scratch p5-Devel-Cover-1.44 ===> p5-Devel-Cover-1.44 depends on: p5-JSON-MaybeXS-* -> p5-JSON-MaybeXS-1.004005 ===> p5-Devel-Cover-1.44 depends on: p5-Sereal-* -> p5-Sereal-5.004 ===> p5-Devel-Cover-1.44 depends on: perltidy->=20060719 -> perltidy-20240903 ===> p5-Devel-Cover-1.44 depends on: p5-Pod-Coverage->=0.06 -> p5-Pod-Coverage-0.23p1 ===> p5-Devel-Cover-1.44 depends on: p5-Test-Differences-* -> p5-Test-Differences-0.71 ===> p5-Devel-Cover-1.44 depends on: p5-PPI-HTML->=1.07 -> p5-PPI-HTML-1.08p2 ===> p5-Devel-Cover-1.44 depends on: p5-Template->=2.00 -> p5-Template-3.102 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Devel-Cover-1.44 `/usr/ports/distfiles/Devel-Cover-1.44.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Devel-Cover-1.44 ===> Patching for p5-Devel-Cover-1.44 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Devel-Cover-1.44 ===> Configuring for p5-Devel-Cover-1.44 Writing tests ........ done checking for Storable .... 3.32 /usr/libdata/perl5/i386-openbsd/Storable.pm checking for JSON::MaybeXS .... 1.004005 /usr/local/libdata/perl5/site_perl/JSON/MaybeXS.pm checking for Sereal .... 5.004 /usr/local/libdata/perl5/site_perl/Sereal.pm checking for Digest::MD5 .... 2.58_01 /usr/libdata/perl5/i386-openbsd/Digest/MD5.pm checking for Test::More .... 1.302194 /usr/libdata/perl5/Test/More.pm checking for Template version 2.00 .... 3.102 /usr/local/libdata/perl5/site_perl/i386-openbsd/Template.pm checking for PPI::HTML version 1.07 .... 1.08 /usr/local/libdata/perl5/site_perl/PPI/HTML.pm checking for Perl::Tidy version 20060719 .... 20240903 /usr/local/libdata/perl5/site_perl/Perl/Tidy.pm checking for Pod::Coverage version 0.06 .... 0.23 /usr/local/libdata/perl5/site_perl/Pod/Coverage.pm checking for Pod::Coverage::CountParents .... /usr/local/libdata/perl5/site_perl/Pod/Coverage/CountParents.pm checking for Test::Differences .... 0.71 /usr/local/libdata/perl5/site_perl/Test/Differences.pm checking for Browser::Open .... not found Browser::Open is used to launch a web browser when the -launch flag is specified with HTML report formats. You can download Browser::Open from CPAN. checking for HTML::Entities .... 3.83 /usr/local/libdata/perl5/site_perl/i386-openbsd/HTML/Entities.pm Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Devel::Cover Writing MYMETA.yml and MYMETA.json ===> Building for p5-Devel-Cover-1.44 cp lib/Devel/Cover/Annotation/Random.pm blib/lib/Devel/Cover/Annotation/Random.pm cp lib/Devel/Cover/Statement.pm blib/lib/Devel/Cover/Statement.pm cp lib/Devel/Cover/Pod.pm blib/lib/Devel/Cover/Pod.pm cp lib/Devel/Cover/Condition_and_2.pm blib/lib/Devel/Cover/Condition_and_2.pm cp lib/Devel/Cover/DB/File.pm blib/lib/Devel/Cover/DB/File.pm cp lib/Devel/Cover/Util.pm blib/lib/Devel/Cover/Util.pm cp lib/Devel/Cover/Condition.pm blib/lib/Devel/Cover/Condition.pm cp lib/Devel/Cover/Web.pm blib/lib/Devel/Cover/Web.pm cp lib/Devel/Cover/Annotation/Git.pm blib/lib/Devel/Cover/Annotation/Git.pm cp lib/Devel/Cover/DB/Digests.pm blib/lib/Devel/Cover/DB/Digests.pm cp lib/Devel/Cover/DB/IO.pm blib/lib/Devel/Cover/DB/IO.pm cp lib/Devel/Cover/Tutorial.pod blib/lib/Devel/Cover/Tutorial.pod cp lib/Devel/Cover/Report/Html_subtle.pm blib/lib/Devel/Cover/Report/Html_subtle.pm cp lib/Devel/Cover/DB.pm blib/lib/Devel/Cover/DB.pm cp lib/Devel/Cover/Condition_or_2.pm blib/lib/Devel/Cover/Condition_or_2.pm cp lib/Devel/Cover.pm blib/lib/Devel/Cover.pm cp lib/Devel/Cover/Report/Vim.pm blib/lib/Devel/Cover/Report/Vim.pm cp lib/Devel/Cover/Truth_Table.pm blib/lib/Devel/Cover/Truth_Table.pm cp lib/Devel/Cover/Report/Compilation.pm blib/lib/Devel/Cover/Report/Compilation.pm cp lib/Devel/Cover/Test.pm blib/lib/Devel/Cover/Test.pm cp lib/Devel/Cover/Html_Common.pm blib/lib/Devel/Cover/Html_Common.pm cp lib/Devel/Cover/DB/IO/JSON.pm blib/lib/Devel/Cover/DB/IO/JSON.pm cp lib/Devel/Cover/Report/Json.pm blib/lib/Devel/Cover/Report/Json.pm cp lib/Devel/Cover/Report/Sort.pm blib/lib/Devel/Cover/Report/Sort.pm cp lib/Devel/Cover/Annotation/Svk.pm blib/lib/Devel/Cover/Annotation/Svk.pm cp lib/Devel/Cover/Condition_and_3.pm blib/lib/Devel/Cover/Condition_and_3.pm cp lib/Devel/Cover/Subroutine.pm blib/lib/Devel/Cover/Subroutine.pm cp lib/Devel/Cover/Dumper.pm blib/lib/Devel/Cover/Dumper.pm cp lib/Devel/Cover/Report/Text2.pm blib/lib/Devel/Cover/Report/Text2.pm cp lib/Devel/Cover/Op.pm blib/lib/Devel/Cover/Op.pm cp lib/Devel/Cover/Report/Html_basic.pm blib/lib/Devel/Cover/Report/Html_basic.pm cp lib/Devel/Cover/Condition_or_3.pm blib/lib/Devel/Cover/Condition_or_3.pm cp lib/Devel/Cover/Collection.pm blib/lib/Devel/Cover/Collection.pm cp lib/Devel/Cover/Branch.pm blib/lib/Devel/Cover/Branch.pm cp lib/Devel/Cover/Inc.pm blib/lib/Devel/Cover/Inc.pm cp lib/Devel/Cover/Report/Html_minimal.pm blib/lib/Devel/Cover/Report/Html_minimal.pm cp lib/Devel/Cover/Criterion.pm blib/lib/Devel/Cover/Criterion.pm cp lib/Devel/Cover/DB/Structure.pm blib/lib/Devel/Cover/DB/Structure.pm cp lib/Devel/Cover/Time.pm blib/lib/Devel/Cover/Time.pm cp lib/Devel/Cover/DB/IO/Sereal.pm blib/lib/Devel/Cover/DB/IO/Sereal.pm cp lib/Devel/Cover/DB/IO/Base.pm blib/lib/Devel/Cover/DB/IO/Base.pm cp lib/Devel/Cover/Report/Text.pm blib/lib/Devel/Cover/Report/Text.pm cp lib/Devel/Cover/Report/Html.pm blib/lib/Devel/Cover/Report/Html.pm cp lib/Devel/Cover/DB/IO/Storable.pm blib/lib/Devel/Cover/DB/IO/Storable.pm cp lib/Devel/Cover/Condition_xor_4.pm blib/lib/Devel/Cover/Condition_xor_4.pm Running Mkbootstrap for Cover () chmod 644 "Cover.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cover.bs blib/arch/auto/Devel/Cover/Cover.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Devel-Cover-1.44/Devel-Cover-1.44/utils/typemap' Cover.xs > Cover.xsc mv Cover.xsc Cover.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"1.44\" -DXS_VERSION=\"1.44\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Cover.c Cover.xs:653:44: warning: format specifies type 'int' but the argument has type 'I32' (aka 'long') [-Wformat] PDEB(D(L, " %2d: %p, %d\n", i - 2, op, type)); ~~~ ^~~~~ %2ld Cover.xs:48:17: note: expanded from macro 'PDEB' #define PDEB(a) a ^ 1 warning generated. rm -f blib/arch/auto/Devel/Cover/Cover.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Cover.o -o blib/arch/auto/Devel/Cover/Cover.so chmod 755 blib/arch/auto/Devel/Cover/Cover.so cp bin/cover blib/script/cover "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cover cp bin/cpancover blib/script/cpancover "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpancover cp bin/gcov2perl blib/script/gcov2perl "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/gcov2perl Manifying 3 pod documents Manifying 44 pod documents ===> p5-Devel-Cover-1.44 depends on: p5-DBM-Deep-* -> p5-DBM-Deep-2.0019 ===> p5-Devel-Cover-1.44 depends on: p5-Sereal-Decoder-* -> p5-Sereal-Decoder-5.004 ===> p5-Devel-Cover-1.44 depends on: p5-Sereal-Encoder-* -> p5-Sereal-Encoder-5.004 ===> p5-Devel-Cover-1.44 depends on: p5-Class-XSAccessor-* -> p5-Class-XSAccessor-1.19p0 ===> p5-Devel-Cover-1.44 depends on: p5-Moo-* -> p5-Moo-2.005005 ===> p5-Devel-Cover-1.44 depends on: p5-namespace-clean-* -> p5-namespace-clean-0.27p0 ===> p5-Devel-Cover-1.44 depends on: p5-Capture-Tiny-* -> p5-Capture-Tiny-0.48p0 ===> p5-Devel-Cover-1.44 depends on: p5-HTML-Parser->=3.69 -> p5-HTML-Parser-3.83 ===> Regression tests for p5-Devel-Cover-1.44 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cover.bs blib/arch/auto/Devel/Cover/Cover.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have Where Howbig # ------------------- ---- ---- ------------------ ------ # ExtUtils::MakeMaker any 7.70 /usr/libdata/perl5 109260 # # === Build Requires === # # Module Want Have Where Howbig # ------------------- ---- ---- ------------------ ------ # ExtUtils::MakeMaker any 7.70 /usr/libdata/perl5 109260 # # === Test Requires === # # Module Want Have Where Howbig # ------------ ---- -------- ------------------ ------ # Math::BigInt any 1.999837 /usr/libdata/perl5 270463 # Test::More 0.88 1.302194 /usr/libdata/perl5 54209 # # === Test Recommends === # # Module Want Have Where Howbig # ----------------- ---- ---- ---------------------------------- ------ # Test::Differences any 0.71 /usr/local/libdata/perl5/site_perl 19588 # # === Runtime Requires === # # Module Want Have Where Howbig # -------------- ---- -------- ----------------------------------------------- ------ # Digest::MD5 any 2.58_01 /usr/libdata/perl5/i386-openbsd 10949 # HTML::Entities 3.69 3.83 /usr/local/libdata/perl5/site_perl/i386-openbsd 15705 # Storable any 3.32 /usr/libdata/perl5/i386-openbsd 50496 # Test::More any 1.302194 /usr/libdata/perl5 54209 # # === Runtime Recommends === # # Module Want Have Where Howbig # --------------------------- -------- -------- ----------------------------------------------- ------ # Browser::Open any missing 0 # Capture::Tiny any 0.48 /usr/local/libdata/perl5/site_perl 29656 # Class::XSAccessor any 1.19 /usr/local/libdata/perl5/site_perl/i386-openbsd 10461 # HTML::Parser any 3.83 /usr/local/libdata/perl5/site_perl/i386-openbsd 39698 # JSON::MaybeXS 1.003003 1.004005 /usr/local/libdata/perl5/site_perl 10545 # Moo any 2.005005 /usr/local/libdata/perl5/site_perl 34362 # PPI::HTML 1.07 1.08 /usr/local/libdata/perl5/site_perl 12354 # Parallel::Iterator any missing 0 # Perl::Tidy 20060719 20240903 /usr/local/libdata/perl5/site_perl 237624 # Pod::Coverage 0.06 0.23 /usr/local/libdata/perl5/site_perl 12402 # Pod::Coverage::CountParents any undef /usr/local/libdata/perl5/site_perl 1707 # Sereal::Decoder any 5.004 /usr/local/libdata/perl5/site_perl/i386-openbsd 33451 # Sereal::Encoder any 5.004 /usr/local/libdata/perl5/site_perl/i386-openbsd 38089 # Template 2.00 3.102 /usr/local/libdata/perl5/site_perl/i386-openbsd 25961 # Test::Differences any 0.71 /usr/local/libdata/perl5/site_perl 19588 # namespace::clean any 0.27 /usr/local/libdata/perl5/site_perl 13194 # t/00-report-prereqs.t .............. ok t/e2e/aaccessor.t .................. ok t/e2e/aalias.t ..................... ok t/e2e/aalias1.t .................... ok t/e2e/aand.t ....................... ok t/e2e/abigint.t .................... ok t/e2e/abranch_return_sub.t ......... ok t/e2e/acircular_ref.t .............. ok t/e2e/acond_and.t .................. ok t/e2e/acond_branch.t ............... ok t/e2e/acond_chained.t .............. ok t/e2e/acond_or.t ................... ok t/e2e/acond_xor.t .................. ok t/e2e/acop.t ....................... ok t/e2e/adbm_cond.t .................. ok t/e2e/adefault_param.t ............. ok t/e2e/adeparse.t ................... ok t/e2e/adestroy.t ................... ok t/e2e/adynamic_subs.t .............. ok t/e2e/aempty.t ..................... ok t/e2e/aend_constant.t .............. ok t/e2e/aeval1.t ..................... ok t/e2e/aeval2.t ..................... ok t/e2e/aeval3.t ..................... ok t/e2e/aeval_merge.t ................ ok t/e2e/aeval_merge_0.t .............. ok t/e2e/aeval_merge_1.t .............. ok t/e2e/aeval_nested.t ............... ok t/e2e/aeval_string.t ............... ok t/e2e/aexec.t ...................... ok t/e2e/aexec_die.t .................. ok t/e2e/afinal_op.t .................. ok t/e2e/afork.t ...................... ok t/e2e/aif.t ........................ ok t/e2e/ainc_sub.t ................... skipped: depends too much on specific installed perl t/e2e/amodule1.t ................... ok t/e2e/amodule2.t ................... ok t/e2e/amodule_ignore.t ............. ok t/e2e/amodule_import.t ............. ok t/e2e/amodule_relative.t ........... ok t/e2e/amodule_statements.t ......... ok t/e2e/amoo_cond.t .................. ok t/e2e/amoose_basic.t ............... ok t/e2e/amoose_cond.t ................ ok t/e2e/amoose_constraint.t .......... ok t/e2e/aoverload_bool.t ............. ok t/e2e/aoverload_bool2.t ............ ok t/e2e/aoverloaded.t ................ ok t/e2e/apadrange.t .................. ok t/e2e/apadrange2.t ................. ok t/e2e/apod.t ....................... ok t/e2e/apod_nocp.t .................. ok t/e2e/areadonly.t .................. ok t/e2e/arecursive_sub.t ............. ok t/e2e/aredefine_sub.t .............. ok t/e2e/arequire.t ................... ok t/e2e/asignature.t ................. ok t/e2e/askip.t ...................... ok t/e2e/asort.t ...................... ok t/e2e/aspecial_blocks.t ............ ok t/e2e/astatement.t ................. ok t/e2e/asubs_only.t ................. ok t/e2e/at0.t ........................ ok t/e2e/at1.t ........................ ok t/e2e/at2.t ........................ ok t/e2e/ataint.t ..................... ok t/e2e/atrivial.t ................... ok t/e2e/auncoverable.t ............... ok t/e2e/auncoverable_error.t ......... ok t/e2e/auncoverable_error_ignore.t .. ok t/e2e/av-58x.t ..................... ok t/e2e/axor_constant_fold.t ......... ok t/e2e/change.t ..................... ok t/e2e/eval_merge.t ................. ok t/e2e/eval_merge_sep.t ............. ok t/e2e/eval_sub.t ................... ok t/e2e/eval_use.t ................... ok t/e2e/md5.t ........................ ok t/internal/criteria.t .............. ok t/internal/inc_filter.t ............ ok t/internal/launch.t ................ ok t/internal/subprocess.t ............ ok t/regexp/regexp_eval.t ............. ok All tests successful. Files=83, Tests=97, 111 wallclock secs ( 0.23 usr 0.30 sys + 72.05 cusr 31.86 csys = 104.44 CPU) Result: PASS PASS devel/p5-Devel-Cover Duration 2m02.14s START devel/p5-Devel-FindPerl 2024-11-22T07:29:15Z export _LOCKS_HELD="" ===> Cleaning for p5-Devel-FindPerl-0.016 ===> Checking files for p5-Devel-FindPerl-0.016 `/usr/ports/distfiles/Devel-FindPerl-0.016.tar.gz' is up to date. ===> Building from scratch p5-Devel-FindPerl-0.016 ===> Checking files for p5-Devel-FindPerl-0.016 `/usr/ports/distfiles/Devel-FindPerl-0.016.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Devel-FindPerl-0.016 ===> Patching for p5-Devel-FindPerl-0.016 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Devel-FindPerl-0.016 ===> Configuring for p5-Devel-FindPerl-0.016 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Devel::FindPerl Writing MYMETA.yml and MYMETA.json ===> Building for p5-Devel-FindPerl-0.016 cp lib/Devel/FindPerl.pm blib/lib/Devel/FindPerl.pm Manifying 1 pod document ===> Regression tests for p5-Devel-FindPerl-0.016 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/10-basics.t ... ok t/11-tainted.t .. ok All tests successful. Files=2, Tests=2, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.34 cusr 0.10 csys = 0.47 CPU) Result: PASS PASS devel/p5-Devel-FindPerl Duration 0m02.81s START devel/p5-Devel-GlobalDestruction 2024-11-22T07:29:18Z export _LOCKS_HELD="" ===> Cleaning for p5-Devel-GlobalDestruction-0.14p0 ===> Checking files for p5-Devel-GlobalDestruction-0.14p0 `/usr/ports/distfiles/Devel-GlobalDestruction-0.14.tar.gz' is up to date. ===> Building from scratch p5-Devel-GlobalDestruction-0.14p0 ===> Checking files for p5-Devel-GlobalDestruction-0.14p0 `/usr/ports/distfiles/Devel-GlobalDestruction-0.14.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Devel-GlobalDestruction-0.14p0 ===> Patching for p5-Devel-GlobalDestruction-0.14p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Devel-GlobalDestruction-0.14p0 ===> Configuring for p5-Devel-GlobalDestruction-0.14p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Devel::GlobalDestruction Writing MYMETA.yml and MYMETA.json ===> Building for p5-Devel-GlobalDestruction-0.14p0 cp lib/Devel/GlobalDestruction.pm blib/lib/Devel/GlobalDestruction.pm Manifying 1 pod document ===> p5-Devel-GlobalDestruction-0.14p0 depends on: p5-Sub-Exporter-Progressive->=0.001011 -> p5-Sub-Exporter-Progressive-0.001013p0 ===> Regression tests for p5-Devel-GlobalDestruction-0.14p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_basic.t ......... ok t/02_thread.t ........ skipped: your perl does not support ithreads t/03_minusc.t syntax OK t/03_minusc.t ........ ok t/04_phases.t ........ ok t/05_thread_clone.t .. skipped: your perl does not support ithreads t/06_load-in-gd.t .... ok /usr/ports/pobj/p5-Devel-GlobalDestruction-0.14/Devel-GlobalDestruction-0.14/t/03_minusc.t syntax OK t/10_pure-perl.t ..... ok All tests successful. Files=7, Tests=31, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.20 cusr 0.13 csys = 0.38 CPU) Result: PASS PASS devel/p5-Devel-GlobalDestruction Duration 0m02.97s START devel/p5-Devel-MAT 2024-11-22T07:29:21Z export _LOCKS_HELD="" ===> Cleaning for p5-Devel-MAT-0.53 ===> Checking files for p5-Devel-MAT-0.53 `/usr/ports/distfiles/Devel-MAT-0.53.tar.gz' is up to date. ===> Building from scratch p5-Devel-MAT-0.53 ===> p5-Devel-MAT-0.53 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Devel-MAT-0.53 `/usr/ports/distfiles/Devel-MAT-0.53.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Devel-MAT-0.53 ===> Patching for p5-Devel-MAT-0.53 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Devel-MAT-0.53 ===> Configuring for p5-Devel-MAT-0.53 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Devel-MAT' version '0.53' ===> Building for p5-Devel-MAT-0.53 Building Devel-MAT cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.53"' '-DXS_VERSION="0.53"' -DPIC -fpic -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o lib/Devel/MAT.o lib/Devel/MAT.c lib/Devel/MAT.xs:420:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ lib/Devel/MAT.xs:726:20: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] for(i = 0; ent = hv_iternext(values_at); i++) { ~~~~^~~~~~~~~~~~~~~~~~~~~~~~ lib/Devel/MAT.xs:726:20: note: place parentheses around the assignment to silence this warning for(i = 0; ent = hv_iternext(values_at); i++) { ^ ( ) lib/Devel/MAT.xs:726:20: note: use '==' to turn this assignment into an equality comparison for(i = 0; ent = hv_iternext(values_at); i++) { ^ == 2 warnings generated. ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Devel/MAT/MAT.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o blib/arch/auto/Devel/MAT/MAT.so lib/Devel/MAT.o ===> p5-Devel-MAT-0.53 depends on: p5-Test2-Suite-* -> p5-Test2-Suite-0.000163 ===> p5-Devel-MAT-0.53 depends on: p5-Commandable->=0.04 -> p5-Commandable-0.14 ===> p5-Devel-MAT-0.53 depends on: p5-Devel-MAT-Dumper->=0.48 -> p5-Devel-MAT-Dumper-0.50 ===> p5-Devel-MAT-0.53 depends on: p5-Feature-Compat-Try-* -> p5-Feature-Compat-Try-0.05 ===> p5-Devel-MAT-0.53 depends on: p5-File-ShareDir->=1.0 -> p5-File-ShareDir-1.118 ===> p5-Devel-MAT-0.53 depends on: p5-Heap-* -> p5-Heap-0.80p2 ===> p5-Devel-MAT-0.53 depends on: p5-Module-Pluggable-* -> p5-Module-Pluggable-5.2p0 ===> p5-Devel-MAT-0.53 depends on: p5-String-Tagged-Terminal->=0.03 -> p5-String-Tagged-Terminal-0.08 ===> p5-Devel-MAT-0.53 depends on: p5-String-Tagged->=0.15 -> p5-String-Tagged-0.24 ===> p5-Devel-MAT-0.53 depends on: p5-Struct-Dumb->=0.07 -> p5-Struct-Dumb-0.12 ===> p5-Devel-MAT-0.53 depends on: p5-Syntax-Keyword-Match-* -> p5-Syntax-Keyword-Match-0.15 ===> p5-Devel-MAT-0.53 depends on: p5-List-UtilsBy-* -> p5-List-UtilsBy-0.12 ===> p5-Devel-MAT-0.53 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Devel-MAT-0.53 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Devel-MAT-0.53 t/00use.t ................ ok t/01self.t ............... ok TODO: SAVEt_GENERIC_SVREF *a0=0x7ad6f6d0 a1=0x7ad4c690 Skipping SVx 0x80 on missing SV at addr 0x818CD040 Skipping SVx 0x89 on missing SV at addr 0x818CD0D0 Skipping SVx 0x89 on missing SV at addr 0x818CD120 Skipping SVx 0x80 on missing SV at addr 0x818CD1D0 Skipping SVx 0x89 on missing SV at addr 0x818CD300 Skipping SVx 0x89 on missing SV at addr 0x818CD390 Skipping SVx 0x80 on missing SV at addr 0x818CD3F0 Skipping SVx 0x80 on missing SV at addr 0x818CD500 Skipping SVx 0x80 on missing SV at addr 0x818CD600 Skipping SVx 0x89 on missing SV at addr 0x818CD630 Skipping SVx 0x80 on missing SV at addr 0x818CD670 Skipping SVx 0x89 on missing SV at addr 0x818CD690 Skipping SVx 0x89 on missing SV at addr 0x818CD6E0 Skipping SVx 0x80 on missing SV at addr 0x818CD710 Skipping SVx 0x89 on missing SV at addr 0x818CD760 Skipping SVx 0x80 on missing SV at addr 0x818CD790 Skipping SVx 0x89 on missing SV at addr 0x818CD920 Skipping SVx 0x89 on missing SV at addr 0x818CDB70 Skipping SVx 0x89 on missing SV at addr 0x818CDC90 Skipping SVx 0x89 on missing SV at addr 0x818CDD10 Skipping SVx 0x89 on missing SV at addr 0x818CDDB0 Skipping SVx 0x80 on missing SV at addr 0x818CDE00 Skipping SVx 0x89 on missing SV at addr 0x818CDEF0 Skipping SVx 0x89 on missing SV at addr 0x818CDF50 Skipping SVx 0x89 on missing SV at addr 0x818CDF60 Skipping SVx 0x89 on missing SV at addr 0x818CDF90 Skipping SVx 0x80 on missing SV at addr 0x818CDFE0 Skipping SVx 0x89 on missing SV at addr 0x818D7210 Skipping SVx 0x89 on missing SV at addr 0x818D7270 Skipping SVx 0x89 on missing SV at addr 0x818D7280 Skipping SVx 0x80 on missing SV at addr 0x818D72D0 Skipping SVx 0x89 on missing SV at addr 0x818D7400 Skipping SVx 0x89 on missing SV at addr 0x818D7470 Skipping SVx 0x89 on missing SV at addr 0x818D74C0 Skipping SVx 0x89 on missing SV at addr 0x818D7500 Skipping SVx 0x80 on missing SV at addr 0x818D7580 Skipping SVx 0x89 on missing SV at addr 0x818D7650 Skipping SVx 0x89 on missing SV at addr 0x818D7690 Skipping SVx 0x89 on missing SV at addr 0x818D76F0 Skipping SVx 0x89 on missing SV at addr 0x818D7750 Skipping SVx 0x89 on missing SV at addr 0x818D77B0 Skipping SVx 0x80 on missing SV at addr 0x818D7830 Skipping SVx 0x89 on missing SV at addr 0x818D7860 Skipping SVx 0x89 on missing SV at addr 0x818D78C0 Skipping SVx 0x89 on missing SV at addr 0x818D79B0 Skipping SVx 0x89 on missing SV at addr 0x818D7A30 Skipping SVx 0x89 on missing SV at addr 0x818D7A70 Skipping SVx 0x89 on missing SV at addr 0x818D7B30 Skipping SVx 0x89 on missing SV at addr 0x818D7BF0 Skipping SVx 0x89 on missing SV at addr 0x818D7C90 Skipping SVx 0x89 on missing SV at addr 0x818D7CC0 Skipping SVx 0x80 on missing SV at addr 0x818D7D50 Skipping SVx 0x89 on missing SV at addr 0x818D7E70 Skipping SVx 0x80 on missing SV at addr 0x818D7ED0 Skipping SVx 0x89 on missing SV at addr 0x818D7EE0 Skipping SVx 0x89 on missing SV at addr 0x818D7F40 Skipping SVx 0x89 on missing SV at addr 0x818D7FE0 Skipping SVx 0x89 on missing SV at addr 0x818D6160 Skipping SVx 0x89 on missing SV at addr 0x818D61F0 Skipping SVx 0x89 on missing SV at addr 0x818D6220 Skipping SVx 0x89 on missing SV at addr 0x818D6250 Skipping SVx 0x89 on missing SV at addr 0x818D6280 Skipping SVx 0x89 on missing SV at addr 0x818D6370 Skipping SVx 0x89 on missing SV at addr 0x818D6510 Skipping SVx 0x89 on missing SV at addr 0x818D65C0 Skipping SVx 0x89 on missing SV at addr 0x818D6630 Skipping SVx 0x80 on missing SV at addr 0x818D6710 Skipping SVx 0x80 on missing SV at addr 0x818D6720 Skipping SVx 0x89 on missing SV at addr 0x818D6740 Skipping SVx 0x89 on missing SV at addr 0x818D6790 Skipping SVx 0x89 on missing SV at addr 0x818D6870 Skipping SVx 0x89 on missing SV at addr 0x818D68E0 Skipping SVx 0x89 on missing SV at addr 0x818D6970 Skipping SVx 0x89 on missing SV at addr 0x818D6A50 Skipping SVx 0x89 on missing SV at addr 0x818D6B00 Skipping SVx 0x89 on missing SV at addr 0x818D6B90 Skipping SVx 0x89 on missing SV at addr 0x818D6BE0 Skipping SVx 0x80 on missing SV at addr 0x818D6C00 Skipping SVx 0x89 on missing SV at addr 0x818D6D10 Skipping SVx 0x89 on missing SV at addr 0x818D6DC0 Skipping SVx 0x89 on missing SV at addr 0x818D6E30 Skipping SVx 0x89 on missing SV at addr 0x818D6EF0 Skipping SVx 0x89 on missing SV at addr 0x818D6F60 Skipping SVx 0x80 on missing SV at addr 0x818D6FB0 Skipping SVx 0x89 on missing SV at addr 0x818D6FE0 Skipping SVx 0x89 on missing SV at addr 0x818FC020 Skipping SVx 0x89 on missing SV at addr 0x818FC180 Skipping SVx 0x89 on missing SV at addr 0x818FC320 Skipping SVx 0x89 on missing SV at addr 0x818FC410 Skipping SVx 0x89 on missing SV at addr 0x818FC4A0 Skipping SVx 0x89 on missing SV at addr 0x818FC500 Skipping SVx 0x89 on missing SV at addr 0x818FC5C0 Skipping SVx 0x89 on missing SV at addr 0x818FC610 Skipping SVx 0x89 on missing SV at addr 0x818FC650 Skipping SVx 0x89 on missing SV at addr 0x818FC790 Skipping SVx 0x80 on missing SV at addr 0x818FCA30 Skipping SVx 0x89 on missing SV at addr 0x818FCAA0 Skipping SVx 0x80 on missing SV at addr 0x818FCB00 Skipping SVx 0x89 on missing SV at addr 0x818FCB30 Skipping SVx 0x89 on missing SV at addr 0x818FCB40 Skipping SVx 0x80 on missing SV at addr 0x818FCB70 Skipping SVx 0x89 on missing SV at addr 0x818FCB90 Skipping SVx 0x80 on missing SV at addr 0x818FCC10 Skipping SVx 0x80 on missing SV at addr 0x818FCC90 Skipping SVx 0x89 on missing SV at addr 0x818FCFA0 Skipping SVx 0x89 on missing SV at addr 0x818FCFE0 Skipping SVx 0x89 on missing SV at addr 0x818D5020 Skipping SVx 0x89 on missing SV at addr 0x818D5050 Skipping SVx 0x89 on missing SV at addr 0x818D50B0 Skipping SVx 0x89 on missing SV at addr 0x818D5230 Skipping SVx 0x89 on missing SV at addr 0x818D5250 Skipping SVx 0x89 on missing SV at addr 0x818D5260 Skipping SVx 0x80 on missing SV at addr 0x818D52E0 Skipping SVx 0x89 on missing SV at addr 0x818D5350 Skipping SVx 0x89 on missing SV at addr 0x818D5460 Skipping SVx 0x89 on missing SV at addr 0x818D54A0 Skipping SVx 0x89 on missing SV at addr 0x818D5500 Skipping SVx 0x80 on missing SV at addr 0x818D5540 Skipping SVx 0x89 on missing SV at addr 0x818D5560 Skipping SVx 0x89 on missing SV at addr 0x818D55A0 Skipping SVx 0x80 on missing SV at addr 0x818D55E0 Skipping SVx 0x89 on missing SV at addr 0x818D5600 Skipping SVx 0x89 on missing SV at addr 0x818D5640 Skipping SVx 0x89 on missing SV at addr 0x818D56E0 Skipping SVx 0x89 on missing SV at addr 0x818D5780 Skipping SVx 0x89 on missing SV at addr 0x818D5820 Skipping SVx 0x89 on missing SV at addr 0x818D5860 Skipping SVx 0x89 on missing SV at addr 0x818D5960 Skipping SVx 0x89 on missing SV at addr 0x818D5AD0 Skipping SVx 0x89 on missing SV at addr 0x818D5C20 Skipping SVx 0x89 on missing SV at addr 0x818D5C90 Skipping SVx 0x89 on missing SV at addr 0x818D5E80 Skipping SVx 0x89 on missing SV at addr 0x818D5F90 Skipping SVx 0x89 on missing SV at addr 0x818CC080 Skipping SVx 0x89 on missing SV at addr 0x818CC110 Skipping SVx 0x80 on missing SV at addr 0x818CC210 Skipping SVx 0x89 on missing SV at addr 0x818CC250 Skipping SVx 0x89 on missing SV at addr 0x818CC2F0 Skipping SVx 0x89 on missing SV at addr 0x818CC350 Skipping SVx 0x89 on missing SV at addr 0x818CC360 Skipping SVx 0x80 on missing SV at addr 0x818CC3C0 Skipping SVx 0x89 on missing SV at addr 0x818CC4A0 Skipping SVx 0x89 on missing SV at addr 0x818CC500 Skipping SVx 0x89 on missing SV at addr 0x818CC510 Skipping SVx 0x80 on missing SV at addr 0x818CC560 Skipping SVx 0x89 on missing SV at addr 0x818CC5E0 Skipping SVx 0x89 on missing SV at addr 0x818CC640 Skipping SVx 0x89 on missing SV at addr 0x818CC6A0 Skipping SVx 0x89 on missing SV at addr 0x818CC6B0 Skipping SVx 0x89 on missing SV at addr 0x818CC6C0 Skipping SVx 0x80 on missing SV at addr 0x818CC700 Skipping SVx 0x89 on missing SV at addr 0x818CC790 Skipping SVx 0x89 on missing SV at addr 0x818CC7E0 Skipping SVx 0x89 on missing SV at addr 0x818CC840 Skipping SVx 0x89 on missing SV at addr 0x818CC850 Skipping SVx 0x80 on missing SV at addr 0x818CC8A0 Skipping SVx 0x89 on missing SV at addr 0x818CC900 Skipping SVx 0x89 on missing SV at addr 0x818CC980 Skipping SVx 0x89 on missing SV at addr 0x818CC9E0 Skipping SVx 0x89 on missing SV at addr 0x818CC9F0 Skipping SVx 0x80 on missing SV at addr 0x818CCA40 Skipping SVx 0x89 on missing SV at addr 0x818CCAB0 Skipping SVx 0x89 on missing SV at addr 0x818CCB20 Skipping SVx 0x89 on missing SV at addr 0x818CCB80 Skipping SVx 0x89 on missing SV at addr 0x818CCB90 Skipping SVx 0x80 on missing SV at addr 0x818CCBE0 Skipping SVx 0x89 on missing SV at addr 0x818CCC60 Skipping SVx 0x89 on missing SV at addr 0x818CCCC0 Skipping SVx 0x89 on missing SV at addr 0x818CCD20 Skipping SVx 0x89 on missing SV at addr 0x818CCD30 Skipping SVx 0x89 on missing SV at addr 0x818CCD40 Skipping SVx 0x80 on missing SV at addr 0x818CCD80 Skipping SVx 0x89 on missing SV at addr 0x818CCE60 Skipping SVx 0x89 on missing SV at addr 0x818CCEB0 Skipping SVx 0x89 on missing SV at addr 0x818CCEC0 Skipping SVx 0x89 on missing SV at addr 0x818CCED0 Skipping SVx 0x80 on missing SV at addr 0x818CCF20 Skipping SVx 0x89 on missing SV at addr 0x818E7050 Skipping SVx 0x80 on missing SV at addr 0x818E7060 Skipping SVx 0x80 on missing SV at addr 0x818E7080 Skipping SVx 0x89 on missing SV at addr 0x818E7170 Skipping SVx 0x89 on missing SV at addr 0x818E7190 Skipping SVx 0x80 on missing SV at addr 0x818E71F0 Skipping SVx 0x89 on missing SV at addr 0x818E7220 Skipping SVx 0x80 on missing SV at addr 0x818E7260 Skipping SVx 0x89 on missing SV at addr 0x818E7280 Skipping SVx 0x80 on missing SV at addr 0x818E72D0 Skipping SVx 0x80 on missing SV at addr 0x818E7300 Skipping SVx 0x80 on missing SV at addr 0x818E7380 Skipping SVx 0x89 on missing SV at addr 0x818E73A0 Skipping SVx 0x89 on missing SV at addr 0x818E73B0 Skipping SVx 0x89 on missing SV at addr 0x818E7550 Skipping SVx 0x89 on missing SV at addr 0x818E76D0 Skipping SVx 0x89 on missing SV at addr 0x818E7750 Skipping SVx 0x80 on missing SV at addr 0x818E7760 Skipping SVx 0x89 on missing SV at addr 0x818E7770 Skipping SVx 0x89 on missing SV at addr 0x818E77C0 Skipping SVx 0x89 on missing SV at addr 0x818E77F0 Skipping SVx 0x89 on missing SV at addr 0x818E7940 Skipping SVx 0x80 on missing SV at addr 0x818E7B00 Skipping SVx 0x89 on missing SV at addr 0x818E7B10 Skipping SVx 0x89 on missing SV at addr 0x818E7C00 Skipping SVx 0x89 on missing SV at addr 0x818E7C10 Skipping SVx 0x89 on missing SV at addr 0x818E7C20 Skipping SVx 0x80 on missing SV at addr 0x818E7C50 Skipping SVx 0x89 on missing SV at addr 0x818E7D70 Skipping SVx 0x89 on missing SV at addr 0x818E7D80 Skipping SVx 0x89 on missing SV at addr 0x818E7D90 Skipping SVx 0x80 on missing SV at addr 0x818E7DB0 Skipping SVx 0x89 on missing SV at addr 0x818E7DC0 Skipping SVx 0x89 on missing SV at addr 0x818E7DF0 Skipping SVx 0x89 on missing SV at addr 0x818E7E40 Skipping SVx 0x89 on missing SV at addr 0x818E7E90 Skipping SVx 0x89 on missing SV at addr 0x818E7EE0 Skipping SVx 0x80 on missing SV at addr 0x818E7F50 Skipping SVx 0x80 on missing SV at addr 0x818CE040 Skipping SVx 0x89 on missing SV at addr 0x818CE080 Skipping SVx 0x80 on missing SV at addr 0x818CE170 Skipping SVx 0x80 on missing SV at addr 0x818CE200 Skipping SVx 0x89 on missing SV at addr 0x818CE260 Skipping SVx 0x80 on missing SV at addr 0x818CE2A0 Skipping SVx 0x80 on missing SV at addr 0x818CE2D0 Skipping SVx 0x80 on missing SV at addr 0x818CE2F0 Skipping SVx 0x89 on missing SV at addr 0x818CE320 Skipping SVx 0x89 on missing SV at addr 0x818CE370 Skipping SVx 0x89 on missing SV at addr 0x818CE380 Skipping SVx 0x80 on missing SV at addr 0x818CE3C0 Skipping SVx 0x80 on missing SV at addr 0x818CE400 Skipping SVx 0x80 on missing SV at addr 0x818CE410 Skipping SVx 0x80 on missing SV at addr 0x818CE4F0 Skipping SVx 0x80 on missing SV at addr 0x818CE510 Skipping SVx 0x80 on missing SV at addr 0x818CE5B0 Skipping SVx 0x80 on missing SV at addr 0x818CE5F0 Skipping SVx 0x80 on missing SV at addr 0x818CE600 Skipping SVx 0x89 on missing SV at addr 0x818CE670 Skipping SVx 0x80 on missing SV at addr 0x818CE680 Skipping SVx 0x89 on missing SV at addr 0x818CE6A0 Skipping SVx 0x80 on missing SV at addr 0x818CE6F0 Skipping SVx 0x80 on missing SV at addr 0x818CE700 Skipping SVx 0x80 on missing SV at addr 0x818CE7C0 Skipping SVx 0x80 on missing SV at addr 0x818CE8A0 Skipping SVx 0x80 on missing SV at addr 0x818CE8C0 Skipping SVx 0x80 on missing SV at addr 0x818CE8E0 Skipping SVx 0x89 on missing SV at addr 0x818CE8F0 Skipping SVx 0x80 on missing SV at addr 0x818CE910 Skipping SVx 0x89 on missing SV at addr 0x818CE940 Skipping SVx 0x89 on missing SV at addr 0x818CE950 Skipping SVx 0x80 on missing SV at addr 0x818CE990 Skipping SVx 0x80 on missing SV at addr 0x818CE9D0 Skipping SVx 0x80 on missing SV at addr 0x818CE9E0 Skipping SVx 0x80 on missing SV at addr 0x818CEAB0 Skipping SVx 0x80 on missing SV at addr 0x818CEAC0 Skipping SVx 0x80 on missing SV at addr 0x818CEB80 Skipping SVx 0x80 on missing SV at addr 0x818CEBD0 Skipping SVx 0x80 on missing SV at addr 0x818CEC50 Skipping SVx 0x80 on missing SV at addr 0x818CECD0 Skipping SVx 0x89 on missing SV at addr 0x818CED90 Skipping SVx 0x89 on missing SV at addr 0x818CEDE0 Skipping SVx 0x89 on missing SV at addr 0x818CEE40 Skipping SVx 0x80 on missing SV at addr 0x818CEE90 Skipping SVx 0x89 on missing SV at addr 0x818CEEC0 Skipping SVx 0x80 on missing SV at addr 0x818CEF00 Skipping SVx 0x89 on missing SV at addr 0x818CEF20 Skipping SVx 0x80 on missing SV at addr 0x818CEF70 Skipping SVx 0x80 on missing SV at addr 0x818CEF90 Skipping SVx 0x80 on missing SV at addr 0x818CEFA0 Skipping SVx 0x80 on missing SV at addr 0x818D4050 Skipping SVx 0x89 on missing SV at addr 0x818D40F0 Skipping SVx 0x80 on missing SV at addr 0x818D4140 Skipping SVx 0x89 on missing SV at addr 0x818D4160 Skipping SVx 0x89 on missing SV at addr 0x818D4180 Skipping SVx 0x89 on missing SV at addr 0x818D41C0 Skipping SVx 0x80 on missing SV at addr 0x818D4250 Skipping SVx 0x89 on missing SV at addr 0x818D42C0 Skipping SVx 0x89 on missing SV at addr 0x818D4390 Skipping SVx 0x89 on missing SV at addr 0x818D43E0 Skipping SVx 0x89 on missing SV at addr 0x818D43F0 Skipping SVx 0x80 on missing SV at addr 0x818D44B0 Skipping SVx 0x89 on missing SV at addr 0x818D44C0 Skipping SVx 0x89 on missing SV at addr 0x818D4530 Skipping SVx 0x89 on missing SV at addr 0x818D4540 Skipping SVx 0x89 on missing SV at addr 0x818D45D0 Skipping SVx 0x80 on missing SV at addr 0x818D4610 Skipping SVx 0x89 on missing SV at addr 0x818D4620 Skipping SVx 0x89 on missing SV at addr 0x818D4640 Skipping SVx 0x89 on missing SV at addr 0x818D4680 Skipping SVx 0x89 on missing SV at addr 0x818D4710 Skipping SVx 0x80 on missing SV at addr 0x818D4800 Skipping SVx 0x80 on missing SV at addr 0x818D4860 Skipping SVx 0x89 on missing SV at addr 0x818D4880 Skipping SVx 0x80 on missing SV at addr 0x818D48B0 Skipping SVx 0x89 on missing SV at addr 0x818D48F0 Skipping SVx 0x89 on missing SV at addr 0x818D4910 Skipping SVx 0x80 on missing SV at addr 0x818D4930 Skipping SVx 0x89 on missing SV at addr 0x818D4950 Skipping SVx 0x89 on missing SV at addr 0x818D49A0 Skipping SVx 0x89 on missing SV at addr 0x818D49B0 Skipping SVx 0x80 on missing SV at addr 0x818D49D0 Skipping SVx 0x89 on missing SV at addr 0x818D49F0 Skipping SVx 0x89 on missing SV at addr 0x818D4A30 Skipping SVx 0x80 on missing SV at addr 0x818D4A80 Skipping SVx 0x89 on missing SV at addr 0x818D4B30 Skipping SVx 0x80 on missing SV at addr 0x818D4BF0 Skipping SVx 0x89 on missing SV at addr 0x818D4C50 Skipping SVx 0x89 on missing SV at addr 0x818D4C60 Skipping SVx 0x89 on missing SV at addr 0x818D4D50 Skipping SVx 0x80 on missing SV at addr 0x818D4D90 Skipping SVx 0x80 on missing SV at addr 0x818D4DE0 Skipping SVx 0x89 on missing SV at addr 0x818D4EA0 Skipping SVx 0x80 on missing SV at addr 0x818D4F90 Skipping SVx 0x80 on missing SV at addr 0x818D4FB0 Skipping SVx 0x80 on missing SV at addr 0x818D4FD0 Skipping SVx 0x89 on missing SV at addr 0x818D4FE0 Skipping SVx 0x89 on missing SV at addr 0x80D23080 Skipping SVx 0x80 on missing SV at addr 0x80D230F0 Skipping SVx 0x89 on missing SV at addr 0x80D23100 Skipping SVx 0x89 on missing SV at addr 0x80D231F0 Skipping SVx 0x80 on missing SV at addr 0x80D23240 Skipping SVx 0x89 on missing SV at addr 0x80D23250 Skipping SVx 0x89 on missing SV at addr 0x80D23260 Skipping SVx 0x89 on missing SV at addr 0x80D23270 Skipping SVx 0x89 on missing SV at addr 0x80D23280 Skipping SVx 0x89 on missing SV at addr 0x80D232F0 Skipping SVx 0x80 on missing SV at addr 0x80D23410 Skipping SVx 0x89 on missing SV at addr 0x80D23420 Skipping SVx 0x89 on missing SV at addr 0x80D23490 Skipping SVx 0x89 on missing SV at addr 0x80D234C0 Skipping SVx 0x89 on missing SV at addr 0x80D23500 Skipping SVx 0x89 on missing SV at addr 0x80D23510 Skipping SVx 0x89 on missing SV at addr 0x80D236C0 Skipping SVx 0x89 on missing SV at addr 0x80D236D0 Skipping SVx 0x89 on missing SV at addr 0x80D23720 Skipping SVx 0x89 on missing SV at addr 0x80D23730 Skipping SVx 0x89 on missing SV at addr 0x80D23790 Skipping SVx 0x89 on missing SV at addr 0x80D23820 Skipping SVx 0x89 on missing SV at addr 0x80D23830 Skipping SVx 0x89 on missing SV at addr 0x80D23860 Skipping SVx 0x89 on missing SV at addr 0x80D23960 Skipping SVx 0x89 on missing SV at addr 0x80D23A30 Skipping SVx 0x89 on missing SV at addr 0x80D23A70 Skipping SVx 0x80 on missing SV at addr 0x80D23A80 Skipping SVx 0x89 on missing SV at addr 0x80D23AA0 Skipping SVx 0x80 on missing SV at addr 0x80D23AB0 Skipping SVx 0x89 on missing SV at addr 0x80D23DD0 Skipping SVx 0x89 on missing SV at addr 0x80D23E00 Skipping SVx 0x89 on missing SV at addr 0x80D23F00 Skipping SVx 0x89 on missing SV at addr 0x80D23F10 Skipping SVx 0x89 on missing SV at addr 0x80D23FF0 Skipping SVx 0x80 on missing SV at addr 0x80D410A0 Skipping SVx 0x89 on missing SV at addr 0x80D410B0 Skipping SVx 0x89 on missing SV at addr 0x80D410F0 Skipping SVx 0x89 on missing SV at addr 0x80D41140 Skipping SVx 0x89 on missing SV at addr 0x80D41160 Skipping SVx 0x80 on missing SV at addr 0x80D41180 Skipping SVx 0x89 on missing SV at addr 0x80D41190 Skipping SVx 0x89 on missing SV at addr 0x80D411A0 Skipping SVx 0x80 on missing SV at addr 0x80D41240 Skipping SVx 0x80 on missing SV at addr 0x80D41270 Skipping SVx 0x89 on missing SV at addr 0x80D41280 Skipping SVx 0x89 on missing SV at addr 0x80D412A0 Skipping SVx 0x89 on missing SV at addr 0x80D41380 Skipping SVx 0x80 on missing SV at addr 0x80D413B0 Skipping SVx 0x89 on missing SV at addr 0x80D413C0 Skipping SVx 0x89 on missing SV at addr 0x80D413D0 Skipping SVx 0x89 on missing SV at addr 0x80D414A0 Skipping SVx 0x80 on missing SV at addr 0x80D414B0 Skipping SVx 0x89 on missing SV at addr 0x80D414C0 Skipping SVx 0x89 on missing SV at addr 0x80D414D0 Skipping SVx 0x80 on missing SV at addr 0x80D41790 Skipping SVx 0x80 on missing SV at addr 0x80D41830 Skipping SVx 0x80 on missing SV at addr 0x80D418B0 Skipping SVx 0x80 on missing SV at addr 0x80D418C0 Skipping SVx 0x80 on missing SV at addr 0x80D418D0 Skipping SVx 0x80 on missing SV at addr 0x80D41A70 Skipping SVx 0x89 on missing SV at addr 0x80D41AE0 Skipping SVx 0x89 on missing SV at addr 0x80D41B10 Skipping SVx 0x89 on missing SV at addr 0x80D41B50 Skipping SVx 0x89 on missing SV at addr 0x80D41B80 Skipping SVx 0x89 on missing SV at addr 0x80D41BE0 Skipping SVx 0x89 on missing SV at addr 0x80D41BF0 Skipping SVx 0x89 on missing SV at addr 0x80D41C10 Skipping SVx 0x80 on missing SV at addr 0x80D41C40 Skipping SVx 0x89 on missing SV at addr 0x80D41D40 Skipping SVx 0x89 on missing SV at addr 0x80D41D70 Skipping SVx 0x89 on missing SV at addr 0x80D41DE0 Skipping SVx 0x80 on missing SV at addr 0x80D41E10 Skipping SVx 0x80 on missing SV at addr 0x80D41E80 Skipping SVx 0x89 on missing SV at addr 0x80D41E90 Skipping SVx 0x89 on missing SV at addr 0x80D41F20 Skipping SVx 0x89 on missing SV at addr 0x80D41F70 Skipping SVx 0x80 on missing SV at addr 0x80D41F80 Skipping SVx 0x89 on missing SV at addr 0x80D41F90 Skipping SVx 0x89 on missing SV at addr 0x80D41FA0 Skipping SVx 0x89 on missing SV at addr 0x80D41FB0 Skipping SVx 0x89 on missing SV at addr 0x80D41FC0 Skipping SVx 0x89 on missing SV at addr 0x80D32040 Skipping SVx 0x89 on missing SV at addr 0x80D32050 Skipping SVx 0x89 on missing SV at addr 0x80D32070 Skipping SVx 0x89 on missing SV at addr 0x80D320B0 Skipping SVx 0x89 on missing SV at addr 0x80D320C0 Skipping SVx 0x89 on missing SV at addr 0x80D320E0 Skipping SVx 0x89 on missing SV at addr 0x80D32110 Skipping SVx 0x89 on missing SV at addr 0x80D32170 Skipping SVx 0x89 on missing SV at addr 0x80D321B0 Skipping SVx 0x89 on missing SV at addr 0x80D321F0 Skipping SVx 0x89 on missing SV at addr 0x80D32310 Skipping SVx 0x89 on missing SV at addr 0x80D32340 Skipping SVx 0x89 on missing SV at addr 0x80D32390 Skipping SVx 0x89 on missing SV at addr 0x80D323C0 Skipping SVx 0x89 on missing SV at addr 0x80D32400 Skipping SVx 0x89 on missing SV at addr 0x80D32570 Skipping SVx 0x89 on missing SV at addr 0x80D32580 Skipping SVx 0x89 on missing SV at addr 0x80D325D0 Skipping SVx 0x80 on missing SV at addr 0x80D32610 Skipping SVx 0x89 on missing SV at addr 0x80D32620 Skipping SVx 0x80 on missing SV at addr 0x80D32650 Skipping SVx 0x89 on missing SV at addr 0x80D327A0 Skipping SVx 0x89 on missing SV at addr 0x80D32800 Skipping SVx 0x89 on missing SV at addr 0x80D32810 Skipping SVx 0x89 on missing SV at addr 0x80D32850 Skipping SVx 0x89 on missing SV at addr 0x80D32900 Skipping SVx 0x80 on missing SV at addr 0x80D32910 Skipping SVx 0x89 on missing SV at addr 0x80D32920 Skipping SVx 0x89 on missing SV at addr 0x80D32930 Skipping SVx 0x89 on missing SV at addr 0x80D32940 Skipping SVx 0x89 on missing SV at addr 0x80D32950 Skipping SVx 0x89 on missing SV at addr 0x80D329A0 Skipping SVx 0x89 on missing SV at addr 0x80D329B0 Skipping SVx 0x89 on missing SV at addr 0x80D329D0 Skipping SVx 0x89 on missing SV at addr 0x80D32A00 Skipping SVx 0x89 on missing SV at addr 0x80D32A10 Skipping SVx 0x80 on missing SV at addr 0x80D32A70 Skipping SVx 0x89 on missing SV at addr 0x80D32B20 Skipping SVx 0x89 on missing SV at addr 0x80D32C40 Skipping SVx 0x89 on missing SV at addr 0x80D32CF0 Skipping SVx 0x80 on missing SV at addr 0x80D32DF0 Skipping SVx 0x89 on missing SV at addr 0x80D32E80 Skipping SVx 0x89 on missing SV at addr 0x80D32F60 Skipping SVx 0x80 on missing SV at addr 0x80D32FD0 Skipping SVx 0x89 on missing SV at addr 0x80D400A0 Skipping SVx 0x89 on missing SV at addr 0x80D400C0 Skipping SVx 0x89 on missing SV at addr 0x80D40110 Skipping SVx 0x89 on missing SV at addr 0x80D40130 Skipping SVx 0x89 on missing SV at addr 0x80D40170 Skipping SVx 0x89 on missing SV at addr 0x80D401A0 Skipping SVx 0x89 on missing SV at addr 0x80D401D0 Skipping SVx 0x89 on missing SV at addr 0x80D40200 Skipping SVx 0x89 on missing SV at addr 0x80D40230 Skipping SVx 0x89 on missing SV at addr 0x80D40270 Skipping SVx 0x89 on missing SV at addr 0x80D40280 Skipping SVx 0x89 on missing SV at addr 0x80D402A0 Skipping SVx 0x89 on missing SV at addr 0x80D402C0 Skipping SVx 0x89 on missing SV at addr 0x80D40340 Skipping SVx 0x89 on missing SV at addr 0x80D40380 Skipping SVx 0x89 on missing SV at addr 0x80D40400 Skipping SVx 0x89 on missing SV at addr 0x80D405A0 Skipping SVx 0x89 on missing SV at addr 0x80D405B0 Skipping SVx 0x89 on missing SV at addr 0x80D405F0 Skipping SVx 0x89 on missing SV at addr 0x80D40630 Skipping SVx 0x89 on missing SV at addr 0x80D406B0 Skipping SVx 0x89 on missing SV at addr 0x80D406E0 Skipping SVx 0x89 on missing SV at addr 0x80D407A0 Skipping SVx 0x89 on missing SV at addr 0x80D407B0 Skipping SVx 0x89 on missing SV at addr 0x80D407F0 Skipping SVx 0x89 on missing SV at addr 0x80D40830 Skipping SVx 0x89 on missing SV at addr 0x80D40860 Skipping SVx 0x80 on missing SV at addr 0x80D40890 Skipping SVx 0x89 on missing SV at addr 0x80D408A0 Skipping SVx 0x89 on missing SV at addr 0x80D408B0 Skipping SVx 0x89 on missing SV at addr 0x80D408C0 Skipping SVx 0x89 on missing SV at addr 0x80D408D0 Skipping SVx 0x89 on missing SV at addr 0x80D408E0 Skipping SVx 0x89 on missing SV at addr 0x80D408F0 Skipping SVx 0x89 on missing SV at addr 0x80D40900 Skipping SVx 0x89 on missing SV at addr 0x80D40910 Skipping SVx 0x89 on missing SV at addr 0x80D40920 Skipping SVx 0x89 on missing SV at addr 0x80D40930 Skipping SVx 0x89 on missing SV at addr 0x80D40940 Skipping SVx 0x89 on missing SV at addr 0x80D40950 Skipping SVx 0x89 on missing SV at addr 0x80D40960 Skipping SVx 0x89 on missing SV at addr 0x80D40970 Skipping SVx 0x89 on missing SV at addr 0x80D40980 Skipping SVx 0x89 on missing SV at addr 0x80D40990 Skipping SVx 0x89 on missing SV at addr 0x80D409F0 Skipping SVx 0x89 on missing SV at addr 0x80D40A70 Skipping SVx 0x89 on missing SV at addr 0x80D40AC0 Skipping SVx 0x89 on missing SV at addr 0x80D40B30 Skipping SVx 0x89 on missing SV at addr 0x80D40C40 Skipping SVx 0x89 on missing SV at addr 0x80D40EC0 Skipping SVx 0x89 on missing SV at addr 0x80D40F40 Skipping SVx 0x89 on missing SV at addr 0x80D40F80 Skipping SVx 0x89 on missing SV at addr 0x80D40FB0 Skipping SVx 0x89 on missing SV at addr 0x80D40FC0 Skipping SVx 0x89 on missing SV at addr 0x80D30110 Skipping SVx 0x89 on missing SV at addr 0x80D30130 Skipping SVx 0x89 on missing SV at addr 0x80D30230 Skipping SVx 0x89 on missing SV at addr 0x80D30350 Skipping SVx 0x89 on missing SV at addr 0x80D30360 Skipping SVx 0x89 on missing SV at addr 0x80D30370 Skipping SVx 0x89 on missing SV at addr 0x80D30480 Skipping SVx 0x89 on missing SV at addr 0x80D30490 Skipping SVx 0x89 on missing SV at addr 0x80D30590 Skipping SVx 0x89 on missing SV at addr 0x80D305A0 Skipping SVx 0x89 on missing SV at addr 0x80D305B0 Skipping SVx 0x89 on missing SV at addr 0x80D306B0 Skipping SVx 0x89 on missing SV at addr 0x80D307E0 Skipping SVx 0x89 on missing SV at addr 0x80D307F0 Skipping SVx 0x89 on missing SV at addr 0x80D30910 Skipping SVx 0x89 on missing SV at addr 0x80D30A10 Skipping SVx 0x89 on missing SV at addr 0x80D30A20 Skipping SVx 0x80 on missing SV at addr 0x80D30A30 Skipping SVx 0x89 on missing SV at addr 0x80D30B30 Skipping SVx 0x89 on missing SV at addr 0x80D30B40 Skipping SVx 0x89 on missing SV at addr 0x80D30B50 Skipping SVx 0x89 on missing SV at addr 0x80D30D90 Skipping SVx 0x80 on missing SV at addr 0x80D30DC0 Skipping SVx 0x89 on missing SV at addr 0x80D30DD0 Skipping SVx 0x89 on missing SV at addr 0x80D30DE0 Skipping SVx 0x89 on missing SV at addr 0x80D1A020 Skipping SVx 0x89 on missing SV at addr 0x80D1A040 Skipping SVx 0x89 on missing SV at addr 0x80D1A080 Skipping SVx 0x89 on missing SV at addr 0x80D1A170 Skipping SVx 0x80 on missing SV at addr 0x80D1A180 Skipping SVx 0x89 on missing SV at addr 0x80D1A2B0 Skipping SVx 0x80 on missing SV at addr 0x80D1A530 Skipping SVx 0x89 on missing SV at addr 0x80D1A560 Skipping SVx 0x89 on missing SV at addr 0x80D1A580 Skipping SVx 0x80 on missing SV at addr 0x80D1A670 Skipping SVx 0x89 on missing SV at addr 0x80D1A6B0 Skipping SVx 0x89 on missing SV at addr 0x80D1A6F0 Skipping SVx 0x80 on missing SV at addr 0x80D1A710 Skipping SVx 0x89 on missing SV at addr 0x80D1A730 Skipping SVx 0x89 on missing SV at addr 0x80D1A7A0 Skipping SVx 0x89 on missing SV at addr 0x80D1A830 Skipping SVx 0x80 on missing SV at addr 0x80D1A880 Skipping SVx 0x89 on missing SV at addr 0x80D1A940 Skipping SVx 0x80 on missing SV at addr 0x80D1A960 Skipping SVx 0x89 on missing SV at addr 0x80D1A970 Skipping SVx 0x89 on missing SV at addr 0x80D1A980 Skipping SVx 0x89 on missing SV at addr 0x80D1A990 Skipping SVx 0x89 on missing SV at addr 0x80D1A9E0 Skipping SVx 0x80 on missing SV at addr 0x80D1AA10 Skipping SVx 0x89 on missing SV at addr 0x80D1AA30 Skipping SVx 0x89 on missing SV at addr 0x80D1AA40 Skipping SVx 0x89 on missing SV at addr 0x80D1AAA0 Skipping SVx 0x80 on missing SV at addr 0x80D1AAD0 Skipping SVx 0x89 on missing SV at addr 0x80D1AAF0 Skipping SVx 0x89 on missing SV at addr 0x80D1AB00 Skipping SVx 0x80 on missing SV at addr 0x80D1ABF0 Skipping SVx 0x89 on missing SV at addr 0x80D1AC00 Skipping SVx 0x89 on missing SV at addr 0x80D1AC10 Skipping SVx 0x89 on missing SV at addr 0x80D1AC70 Skipping SVx 0x89 on missing SV at addr 0x80D1ACA0 Skipping SVx 0x80 on missing SV at addr 0x80D1ACB0 Skipping SVx 0x89 on missing SV at addr 0x80D1ACC0 Skipping SVx 0x89 on missing SV at addr 0x80D1ACD0 Skipping SVx 0x80 on missing SV at addr 0x80D1AD30 Skipping SVx 0x89 on missing SV at addr 0x80D1AD40 Skipping SVx 0x89 on missing SV at addr 0x80D1AEB0 Skipping SVx 0x89 on missing SV at addr 0x80D1AEC0 Skipping SVx 0x89 on missing SV at addr 0x80D1AED0 Skipping SVx 0x89 on missing SV at addr 0x80D1AFE0 Skipping SVx 0x89 on missing SV at addr 0x80D1AFF0 Skipping SVx 0x80 on missing SV at addr 0x80D48020 Skipping SVx 0x89 on missing SV at addr 0x80D48260 Skipping SVx 0x89 on missing SV at addr 0x80D48290 Skipping SVx 0x89 on missing SV at addr 0x80D48770 Skipping SVx 0x80 on missing SV at addr 0x80D487C0 Skipping SVx 0x89 on missing SV at addr 0x80D487D0 Skipping SVx 0x89 on missing SV at addr 0x80D487E0 Skipping SVx 0x89 on missing SV at addr 0x80D48870 Skipping SVx 0x80 on missing SV at addr 0x80D48930 Skipping SVx 0x89 on missing SV at addr 0x80D48940 Skipping SVx 0x89 on missing SV at addr 0x80D48950 Skipping SVx 0x89 on missing SV at addr 0x80D48960 Skipping SVx 0x89 on missing SV at addr 0x80D48970 Skipping SVx 0x89 on missing SV at addr 0x80D48980 Skipping SVx 0x89 on missing SV at addr 0x80D489E0 Skipping SVx 0x89 on missing SV at addr 0x80D48B80 Skipping SVx 0x80 on missing SV at addr 0x80D48EE0 Skipping SVx 0x80 on missing SV at addr 0x80D48F40 Skipping SVx 0x80 on missing SV at addr 0x8158E0A0 Skipping SVx 0x89 on missing SV at addr 0x8158E0B0 Skipping SVx 0x80 on missing SV at addr 0x8158E260 Skipping SVx 0x80 on missing SV at addr 0x8158E2B0 Skipping SVx 0x80 on missing SV at addr 0x8158E440 Skipping SVx 0x80 on missing SV at addr 0x8158E460 Skipping SVx 0x89 on missing SV at addr 0x8158E470 Skipping SVx 0x89 on missing SV at addr 0x8158E4A0 Skipping SVx 0x89 on missing SV at addr 0x8158E4C0 Skipping SVx 0x80 on missing SV at addr 0x8158E6E0 Skipping SVx 0x80 on missing SV at addr 0x8158E960 Skipping SVx 0x80 on missing SV at addr 0x8158E970 Skipping SVx 0x89 on missing SV at addr 0x8158E980 Skipping SVx 0x89 on missing SV at addr 0x8158E990 Skipping SVx 0x80 on missing SV at addr 0x8158EAD0 Skipping SVx 0x89 on missing SV at addr 0x8158EBB0 Skipping SVx 0x89 on missing SV at addr 0x8158EC70 Skipping SVx 0x80 on missing SV at addr 0x8158EC90 Skipping SVx 0x80 on missing SV at addr 0x8158ECC0 Skipping SVx 0x80 on missing SV at addr 0x8158EDC0 Skipping SVx 0x80 on missing SV at addr 0x8158EDF0 Skipping SVx 0x89 on missing SV at addr 0x8158EE10 Skipping SVx 0x80 on missing SV at addr 0x8158EE40 Skipping SVx 0x80 on missing SV at addr 0x8158EE50 Skipping SVx 0x80 on missing SV at addr 0x8158EE80 Skipping SVx 0x89 on missing SV at addr 0x8158EE90 Skipping SVx 0x89 on missing SV at addr 0x8158EED0 Skipping SVx 0x89 on missing SV at addr 0x8158EEE0 Skipping SVx 0x80 on missing SV at addr 0x8158EFB0 Skipping SVx 0x89 on missing SV at addr 0x8158EFC0 Skipping SVx 0x80 on missing SV at addr 0x815A8110 Skipping SVx 0x80 on missing SV at addr 0x815A8140 Skipping SVx 0x80 on missing SV at addr 0x815A82B0 Skipping SVx 0x80 on missing SV at addr 0x815A82E0 Skipping SVx 0x89 on missing SV at addr 0x815A8300 Skipping SVx 0x89 on missing SV at addr 0x815A8320 Skipping SVx 0x80 on missing SV at addr 0x815A83C0 Skipping SVx 0x80 on missing SV at addr 0x815A83E0 Skipping SVx 0x80 on missing SV at addr 0x815A8660 Skipping SVx 0x89 on missing SV at addr 0x815A8680 Skipping SVx 0x89 on missing SV at addr 0x815A86A0 Skipping SVx 0x80 on missing SV at addr 0x815A87E0 Skipping SVx 0x80 on missing SV at addr 0x815A8B60 Skipping SVx 0x89 on missing SV at addr 0x815A8B90 Skipping SVx 0x80 on missing SV at addr 0x815A8DB0 Skipping SVx 0x89 on missing SV at addr 0x8159A050 Skipping SVx 0x89 on missing SV at addr 0x8159A0E0 Skipping SVx 0x80 on missing SV at addr 0x8159A3D0 Skipping SVx 0x80 on missing SV at addr 0x8159A520 Skipping SVx 0x80 on missing SV at addr 0x8159A8A0 Skipping SVx 0x80 on missing SV at addr 0x8159A8B0 Skipping SVx 0x89 on missing SV at addr 0x8159A8E0 Skipping SVx 0x89 on missing SV at addr 0x8159A900 Skipping SVx 0x80 on missing SV at addr 0x8159A9C0 Skipping SVx 0x89 on missing SV at addr 0x8159A9F0 Skipping SVx 0x80 on missing SV at addr 0x8159AB20 Skipping SVx 0x80 on missing SV at addr 0x8159AD70 Skipping SVx 0x80 on missing SV at addr 0x8159ADA0 Skipping SVx 0x89 on missing SV at addr 0x8159AF00 Skipping SVx 0x80 on missing SV at addr 0x81596030 Skipping SVx 0x89 on missing SV at addr 0x81596040 Skipping SVx 0x89 on missing SV at addr 0x815960A0 Skipping SVx 0x80 on missing SV at addr 0x815960C0 Skipping SVx 0x80 on missing SV at addr 0x81596110 Skipping SVx 0x89 on missing SV at addr 0x81596140 Skipping SVx 0x80 on missing SV at addr 0x81596180 Skipping SVx 0x89 on missing SV at addr 0x815961C0 Skipping SVx 0x89 on missing SV at addr 0x81596270 Skipping SVx 0x80 on missing SV at addr 0x81596300 Skipping SVx 0x80 on missing SV at addr 0x81596320 Skipping SVx 0x89 on missing SV at addr 0x81596350 Skipping SVx 0x89 on missing SV at addr 0x815963B0 Skipping SVx 0x89 on missing SV at addr 0x81596480 Skipping SVx 0x89 on missing SV at addr 0x815964C0 Skipping SVx 0x89 on missing SV at addr 0x81596520 Skipping SVx 0x89 on missing SV at addr 0x81596600 Skipping SVx 0x80 on missing SV at addr 0x81596780 Skipping SVx 0x89 on missing SV at addr 0x81596790 Skipping SVx 0x89 on missing SV at addr 0x815967A0 Skipping SVx 0x89 on missing SV at addr 0x815967B0 Skipping SVx 0x89 on missing SV at addr 0x815967C0 Skipping SVx 0x89 on missing SV at addr 0x815967D0 Skipping SVx 0x89 on missing SV at addr 0x815967E0 Skipping SVx 0x89 on missing SV at addr 0x815967F0 Skipping SVx 0x89 on missing SV at addr 0x81596800 Skipping SVx 0x89 on missing SV at addr 0x81596810 Skipping SVx 0x89 on missing SV at addr 0x81596820 Skipping SVx 0x89 on missing SV at addr 0x81596830 Skipping SVx 0x89 on missing SV at addr 0x81596840 Skipping SVx 0x89 on missing SV at addr 0x81596950 Skipping SVx 0x80 on missing SV at addr 0x815969D0 Skipping SVx 0x89 on missing SV at addr 0x815969E0 Skipping SVx 0x89 on missing SV at addr 0x815969F0 Skipping SVx 0x89 on missing SV at addr 0x81596A00 Skipping SVx 0x89 on missing SV at addr 0x81596A10 Skipping SVx 0x89 on missing SV at addr 0x81596B10 Skipping SVx 0x80 on missing SV at addr 0x81596B90 Skipping SVx 0x89 on missing SV at addr 0x81596BA0 Skipping SVx 0x89 on missing SV at addr 0x81596BB0 Skipping SVx 0x89 on missing SV at addr 0x81596BC0 Skipping SVx 0x89 on missing SV at addr 0x81596BD0 Skipping SVx 0x80 on missing SV at addr 0x81596C80 Skipping SVx 0x80 on missing SV at addr 0x81596CB0 Skipping SVx 0x80 on missing SV at addr 0x81596D80 Skipping SVx 0x80 on missing SV at addr 0x81596DF0 Skipping SVx 0x89 on missing SV at addr 0x81596E40 Skipping SVx 0x89 on missing SV at addr 0x81596E60 Skipping SVx 0x80 on missing SV at addr 0x81596FD0 Skipping SVx 0x89 on missing SV at addr 0x815AB020 Skipping SVx 0x89 on missing SV at addr 0x815AB030 Skipping SVx 0x89 on missing SV at addr 0x815AB040 Skipping SVx 0x80 on missing SV at addr 0x815AB090 Skipping SVx 0x80 on missing SV at addr 0x815AB0C0 Skipping SVx 0x89 on missing SV at addr 0x815AB0D0 Skipping SVx 0x80 on missing SV at addr 0x815AB0F0 Skipping SVx 0x80 on missing SV at addr 0x815AB320 Skipping SVx 0x80 on missing SV at addr 0x815AB340 Skipping SVx 0x80 on missing SV at addr 0x815AB350 Skipping SVx 0x80 on missing SV at addr 0x815AB3E0 Skipping SVx 0x80 on missing SV at addr 0x815AB410 Skipping SVx 0x89 on missing SV at addr 0x815AB470 Skipping SVx 0x89 on missing SV at addr 0x815AB490 Skipping SVx 0x89 on missing SV at addr 0x815AB4A0 Skipping SVx 0x80 on missing SV at addr 0x815AB530 Skipping SVx 0x80 on missing SV at addr 0x815AB590 Skipping SVx 0x89 on missing SV at addr 0x815AB5D0 Skipping SVx 0x89 on missing SV at addr 0x815AB5F0 Skipping SVx 0x89 on missing SV at addr 0x815AB7C0 Skipping SVx 0x89 on missing SV at addr 0x815AB7F0 Skipping SVx 0x89 on missing SV at addr 0x815AB820 Skipping SVx 0x80 on missing SV at addr 0x815AB850 Skipping SVx 0x89 on missing SV at addr 0x815AB880 Skipping SVx 0x89 on missing SV at addr 0x815AB8B0 Skipping SVx 0x89 on missing SV at addr 0x815AB8C0 Skipping SVx 0x80 on missing SV at addr 0x815AB8D0 Skipping SVx 0x89 on missing SV at addr 0x815AB8E0 Skipping SVx 0x89 on missing SV at addr 0x815AB940 Skipping SVx 0x89 on missing SV at addr 0x815AB980 Skipping SVx 0x89 on missing SV at addr 0x815ABB00 Skipping SVx 0x89 on missing SV at addr 0x815ABC30 Skipping SVx 0x89 on missing SV at addr 0x815ABC40 Skipping SVx 0x89 on missing SV at addr 0x815ABD50 Skipping SVx 0x89 on missing SV at addr 0x815ABD60 Skipping SVx 0x89 on missing SV at addr 0x815ABF00 Skipping SVx 0x89 on missing SV at addr 0x815ABF20 Skipping SVx 0x89 on missing SV at addr 0x815ABF50 Skipping SVx 0x89 on missing SV at addr 0x815ABF90 Skipping SVx 0x89 on missing SV at addr 0x815ABFB0 Skipping SVx 0x89 on missing SV at addr 0x815BA020 Skipping SVx 0x89 on missing SV at addr 0x815BA030 Skipping SVx 0x89 on missing SV at addr 0x815BA040 Skipping SVx 0x89 on missing SV at addr 0x815BA0D0 Skipping SVx 0x80 on missing SV at addr 0x815BA0E0 Skipping SVx 0x89 on missing SV at addr 0x815BA0F0 Skipping SVx 0x89 on missing SV at addr 0x815BA100 Skipping SVx 0x80 on missing SV at addr 0x815BA1A0 Skipping SVx 0x89 on missing SV at addr 0x815BA260 Skipping SVx 0x80 on missing SV at addr 0x815BA270 Skipping SVx 0x89 on missing SV at addr 0x815BA280 Skipping SVx 0x89 on missing SV at addr 0x815BA290 Skipping SVx 0x80 on missing SV at addr 0x815BA310 Skipping SVx 0x89 on missing SV at addr 0x815BA320 Skipping SVx 0x89 on missing SV at addr 0x815BA330 Skipping SVx 0x80 on missing SV at addr 0x815BA4C0 Skipping SVx 0x89 on missing SV at addr 0x815BA5F0 Skipping SVx 0x89 on missing SV at addr 0x815BA680 Skipping SVx 0x89 on missing SV at addr 0x815BA780 Skipping SVx 0x80 on missing SV at addr 0x815BA800 Skipping SVx 0x89 on missing SV at addr 0x815BA8F0 Skipping SVx 0x89 on missing SV at addr 0x815BA920 Skipping SVx 0x89 on missing SV at addr 0x815BA980 Skipping SVx 0x89 on missing SV at addr 0x815BA9A0 Skipping SVx 0x89 on missing SV at addr 0x815BA9D0 Skipping SVx 0x89 on missing SV at addr 0x815BA9F0 Skipping SVx 0x89 on missing SV at addr 0x815BAA10 Skipping SVx 0x89 on missing SV at addr 0x815BAA40 Skipping SVx 0x89 on missing SV at addr 0x815BAA60 Skipping SVx 0x89 on missing SV at addr 0x815BAA80 Skipping SVx 0x89 on missing SV at addr 0x815BAAA0 Skipping SVx 0x89 on missing SV at addr 0x815BAB60 Skipping SVx 0x89 on missing SV at addr 0x815BABF0 Skipping SVx 0x89 on missing SV at addr 0x815BAC20 Skipping SVx 0x89 on missing SV at addr 0x815BAC80 Skipping SVx 0x89 on missing SV at addr 0x815BACA0 Skipping SVx 0x89 on missing SV at addr 0x815BAD10 Skipping SVx 0x89 on missing SV at addr 0x815BAD30 Skipping SVx 0x89 on missing SV at addr 0x815BAD60 Skipping SVx 0x89 on missing SV at addr 0x815BAD80 Skipping SVx 0x89 on missing SV at addr 0x815BADC0 Skipping SVx 0x89 on missing SV at addr 0x815BADE0 Skipping SVx 0x89 on missing SV at addr 0x815BAE00 Skipping SVx 0x89 on missing SV at addr 0x815BAE50 Skipping SVx 0x89 on missing SV at addr 0x815BAE80 Skipping SVx 0x89 on missing SV at addr 0x815BAEB0 Skipping SVx 0x89 on missing SV at addr 0x815BAF20 Skipping SVx 0x89 on missing SV at addr 0x815BAF30 Skipping SVx 0x80 on missing SV at addr 0x815BAF50 Skipping SVx 0x89 on missing SV at addr 0x815BAF80 Skipping SVx 0x89 on missing SV at addr 0x815BAFB0 Skipping SVx 0x89 on missing SV at addr 0x815BAFC0 Skipping SVx 0x89 on missing SV at addr 0x815BAFD0 Skipping SVx 0x89 on missing SV at addr 0x815BAFE0 Skipping SVx 0x89 on missing SV at addr 0x815BAFF0 Skipping SVx 0x89 on missing SV at addr 0x815AC0A0 Skipping SVx 0x89 on missing SV at addr 0x815AC0D0 Skipping SVx 0x89 on missing SV at addr 0x815AC100 Skipping SVx 0x80 on missing SV at addr 0x815AC130 Skipping SVx 0x89 on missing SV at addr 0x815AC140 Skipping SVx 0x89 on missing SV at addr 0x815AC150 Skipping SVx 0x89 on missing SV at addr 0x815AC160 Skipping SVx 0x89 on missing SV at addr 0x815AC170 Skipping SVx 0x89 on missing SV at addr 0x815AC180 Skipping SVx 0x89 on missing SV at addr 0x815AC190 Skipping SVx 0x89 on missing SV at addr 0x815AC1A0 Skipping SVx 0x89 on missing SV at addr 0x815AC1B0 Skipping SVx 0x89 on missing SV at addr 0x815AC1F0 Skipping SVx 0x80 on missing SV at addr 0x815AC230 Skipping SVx 0x89 on missing SV at addr 0x815AC330 Skipping SVx 0x89 on missing SV at addr 0x815AC350 Skipping SVx 0x89 on missing SV at addr 0x815AC360 Skipping SVx 0x80 on missing SV at addr 0x815AC390 Skipping SVx 0x80 on missing SV at addr 0x815AC4A0 Skipping SVx 0x89 on missing SV at addr 0x815AC4B0 Skipping SVx 0x80 on missing SV at addr 0x815AC5C0 Skipping SVx 0x89 on missing SV at addr 0x815AC5D0 Skipping SVx 0x80 on missing SV at addr 0x815AC6E0 Skipping SVx 0x89 on missing SV at addr 0x815AC6F0 Skipping SVx 0x80 on missing SV at addr 0x815AC820 Skipping SVx 0x89 on missing SV at addr 0x815AC830 Skipping SVx 0x89 on missing SV at addr 0x815AC840 Skipping SVx 0x80 on missing SV at addr 0x815AC950 Skipping SVx 0x89 on missing SV at addr 0x815AC960 Skipping SVx 0x80 on missing SV at addr 0x815ACAA0 Skipping SVx 0x89 on missing SV at addr 0x815ACAB0 Skipping SVx 0x89 on missing SV at addr 0x815ACAC0 Skipping SVx 0x89 on missing SV at addr 0x815ACAD0 Skipping SVx 0x89 on missing SV at addr 0x815ACAE0 Skipping SVx 0x89 on missing SV at addr 0x815ACAF0 Skipping SVx 0x89 on missing SV at addr 0x815ACB00 Skipping SVx 0x89 on missing SV at addr 0x815ACB10 Skipping SVx 0x89 on missing SV at addr 0x815ACB20 Skipping SVx 0x89 on missing SV at addr 0x815ACB30 Skipping SVx 0x80 on missing SV at addr 0x815ACC40 Skipping SVx 0x89 on missing SV at addr 0x815ACC50 Skipping SVx 0x80 on missing SV at addr 0x815ACCE0 Skipping SVx 0x89 on missing SV at addr 0x815ACCF0 Skipping SVx 0x89 on missing SV at addr 0x815ACD00 Skipping SVx 0x89 on missing SV at addr 0x815ACE00 Skipping SVx 0x89 on missing SV at addr 0x815ACE20 Skipping SVx 0x89 on missing SV at addr 0x815ACE30 Skipping SVx 0x80 on missing SV at addr 0x815ACE60 Skipping SVx 0x89 on missing SV at addr 0x815ACF00 Skipping SVx 0x89 on missing SV at addr 0x815ACF40 Skipping SVx 0x89 on missing SV at addr 0x815ACF70 Skipping SVx 0x89 on missing SV at addr 0x815ACF80 Skipping SVx 0x89 on missing SV at addr 0x815ACF90 Skipping SVx 0x89 on missing SV at addr 0x815ACFA0 Skipping SVx 0x80 on missing SV at addr 0x815ACFB0 Skipping SVx 0x89 on missing SV at addr 0x815ACFC0 Skipping SVx 0x89 on missing SV at addr 0x815ACFD0 Skipping SVx 0x89 on missing SV at addr 0x815ACFE0 Skipping SVx 0x89 on missing SV at addr 0x815ACFF0 Can't call method "elem" on an undefined value at /usr/ports/pobj/p5-Devel-MAT-0.53/Devel-MAT-0.53/blib/lib/Devel/MAT/Context.pm line 189. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 after test #15. # Seeded srand with seed '20241122' from local date. t/02contexts.t ........... Dubious, test returned 255 (wstat 65280, 0xff00) All 15 subtests passed Skipping SVx 0x89 on missing SV at addr 0x80706020 Skipping SVx 0x80 on missing SV at addr 0x80706130 Skipping SVx 0x89 on missing SV at addr 0x80706150 Skipping SVx 0x89 on missing SV at addr 0x80706180 Skipping SVx 0x80 on missing SV at addr 0x80706240 Skipping SVx 0x89 on missing SV at addr 0x807062A0 Skipping SVx 0x89 on missing SV at addr 0x80706330 Skipping SVx 0x89 on missing SV at addr 0x80706390 Skipping SVx 0x89 on missing SV at addr 0x807063A0 Skipping SVx 0x89 on missing SV at addr 0x807063F0 Skipping SVx 0x80 on missing SV at addr 0x80706400 Skipping SVx 0x89 on missing SV at addr 0x80706420 Skipping SVx 0x89 on missing SV at addr 0x80706470 Skipping SVx 0x89 on missing SV at addr 0x807064B0 Skipping SVx 0x80 on missing SV at addr 0x80706510 Skipping SVx 0x89 on missing SV at addr 0x807065D0 Skipping SVx 0x89 on missing SV at addr 0x80706650 Skipping SVx 0x89 on missing SV at addr 0x80706710 Skipping SVx 0x89 on missing SV at addr 0x80706730 Skipping SVx 0x89 on missing SV at addr 0x80706750 Skipping SVx 0x89 on missing SV at addr 0x80706990 Skipping SVx 0x80 on missing SV at addr 0x807069D0 Skipping SVx 0x89 on missing SV at addr 0x80706AD0 Skipping SVx 0x89 on missing SV at addr 0x80706AF0 Skipping SVx 0x80 on missing SV at addr 0x80706C20 Skipping SVx 0x89 on missing SV at addr 0x80706C30 Skipping SVx 0x80 on missing SV at addr 0x80706D20 Skipping SVx 0x89 on missing SV at addr 0x80706F00 Skipping SVx 0x89 on missing SV at addr 0x80706FE0 Skipping SVx 0x89 on missing SV at addr 0x8071B110 Skipping SVx 0x89 on missing SV at addr 0x8071B150 Skipping SVx 0x89 on missing SV at addr 0x8071B1D0 Skipping SVx 0x80 on missing SV at addr 0x8071B1F0 Skipping SVx 0x89 on missing SV at addr 0x8071B300 Skipping SVx 0x89 on missing SV at addr 0x8071B3A0 Skipping SVx 0x89 on missing SV at addr 0x8071B3C0 Skipping SVx 0x89 on missing SV at addr 0x8071B540 Skipping SVx 0x89 on missing SV at addr 0x8071B570 Skipping SVx 0x89 on missing SV at addr 0x8071B5C0 Skipping SVx 0x89 on missing SV at addr 0x8071B6A0 Skipping SVx 0x89 on missing SV at addr 0x8071B6C0 Skipping SVx 0x89 on missing SV at addr 0x8071B780 Skipping SVx 0x80 on missing SV at addr 0x8071B810 Skipping SVx 0x89 on missing SV at addr 0x8071B9D0 Skipping SVx 0x89 on missing SV at addr 0x8071B9F0 Skipping SVx 0x89 on missing SV at addr 0x8071BAD0 Skipping SVx 0x89 on missing SV at addr 0x8071BB90 Skipping SVx 0x89 on missing SV at addr 0x8071BC70 Skipping SVx 0x89 on missing SV at addr 0x8071BD80 Skipping SVx 0x89 on missing SV at addr 0x8071BE50 Skipping SVx 0x80 on missing SV at addr 0x8071BEB0 Skipping SVx 0x89 on missing SV at addr 0x8071BED0 Skipping SVx 0x89 on missing SV at addr 0x8071BEF0 Skipping SVx 0x89 on missing SV at addr 0x8071BF10 Skipping SVx 0x80 on missing SV at addr 0x8071BF20 Skipping SVx 0x89 on missing SV at addr 0x8071BFB0 Skipping SVx 0x89 on missing SV at addr 0x80727140 Skipping SVx 0x80 on missing SV at addr 0x80727180 Skipping SVx 0x89 on missing SV at addr 0x807271B0 Skipping SVx 0x89 on missing SV at addr 0x807271C0 Skipping SVx 0x80 on missing SV at addr 0x807271F0 Skipping SVx 0x89 on missing SV at addr 0x80727210 Skipping SVx 0x80 on missing SV at addr 0x80727290 Skipping SVx 0x89 on missing SV at addr 0x807272D0 Skipping SVx 0x80 on missing SV at addr 0x80727360 Skipping SVx 0x80 on missing SV at addr 0x80727470 Skipping SVx 0x89 on missing SV at addr 0x807274F0 Skipping SVx 0x80 on missing SV at addr 0x80727550 Skipping SVx 0x89 on missing SV at addr 0x807277B0 Skipping SVx 0x89 on missing SV at addr 0x807277D0 Skipping SVx 0x80 on missing SV at addr 0x80727870 Skipping SVx 0x80 on missing SV at addr 0x807279E0 Skipping SVx 0x80 on missing SV at addr 0x80727A10 Skipping SVx 0x89 on missing SV at addr 0x80727A20 Skipping SVx 0x89 on missing SV at addr 0x80727B40 Skipping SVx 0x80 on missing SV at addr 0x80727B80 Skipping SVx 0x89 on missing SV at addr 0x80727C20 Skipping SVx 0x89 on missing SV at addr 0x80727C70 Skipping SVx 0x80 on missing SV at addr 0x80727CF0 Skipping SVx 0x80 on missing SV at addr 0x80727D40 Skipping SVx 0x89 on missing SV at addr 0x80727D80 Skipping SVx 0x89 on missing SV at addr 0x80727ED0 Skipping SVx 0x89 on missing SV at addr 0x80727F60 Skipping SVx 0x89 on missing SV at addr 0x80727FA0 Skipping SVx 0x89 on missing SV at addr 0x80727FE0 Skipping SVx 0x80 on missing SV at addr 0x82B920E0 Skipping SVx 0x89 on missing SV at addr 0x82B92210 Skipping SVx 0x80 on missing SV at addr 0x82B92260 Skipping SVx 0x80 on missing SV at addr 0x82B923C0 Skipping SVx 0x80 on missing SV at addr 0x82B92960 Skipping SVx 0x80 on missing SV at addr 0x82B92AF0 Skipping SVx 0x80 on missing SV at addr 0x82B92C90 Skipping SVx 0x80 on missing SV at addr 0x82B864C0 Skipping SVx 0x80 on missing SV at addr 0x82B86560 Skipping SVx 0x80 on missing SV at addr 0x82B867B0 Skipping SVx 0x80 on missing SV at addr 0x82B86C80 Skipping SVx 0x80 on missing SV at addr 0x82B93450 Skipping SVx 0x80 on missing SV at addr 0x82B93550 Skipping SVx 0x80 on missing SV at addr 0x82B93600 Skipping SVx 0x80 on missing SV at addr 0x82B93C70 Skipping SVx 0x80 on missing SV at addr 0x82B93D50 Skipping SVx 0x89 on missing SV at addr 0x82B7B120 Skipping SVx 0x89 on missing SV at addr 0x82B7B130 Skipping SVx 0x89 on missing SV at addr 0x82B7B140 Skipping SVx 0x89 on missing SV at addr 0x82B7B150 Skipping SVx 0x89 on missing SV at addr 0x82B7B160 Skipping SVx 0x89 on missing SV at addr 0x82B7B170 Skipping SVx 0x89 on missing SV at addr 0x82B7B180 Skipping SVx 0x89 on missing SV at addr 0x82B7B190 Skipping SVx 0x89 on missing SV at addr 0x82B7B1A0 Skipping SVx 0x89 on missing SV at addr 0x82B7B1B0 Skipping SVx 0x89 on missing SV at addr 0x82B7B1C0 Skipping SVx 0x89 on missing SV at addr 0x82B7B1D0 Skipping SVx 0x89 on missing SV at addr 0x82B7B1E0 Skipping SVx 0x89 on missing SV at addr 0x82B7B1F0 Skipping SVx 0x89 on missing SV at addr 0x82B7B200 Skipping SVx 0x89 on missing SV at addr 0x82B7B210 Skipping SVx 0x89 on missing SV at addr 0x82B7B220 Skipping SVx 0x89 on missing SV at addr 0x82B7B230 Skipping SVx 0x89 on missing SV at addr 0x82B7B240 Skipping SVx 0x89 on missing SV at addr 0x82B7B250 Skipping SVx 0x89 on missing SV at addr 0x82B7B260 Skipping SVx 0x89 on missing SV at addr 0x82B7B270 Skipping SVx 0x89 on missing SV at addr 0x82B7B280 Skipping SVx 0x89 on missing SV at addr 0x82B7B290 Skipping SVx 0x89 on missing SV at addr 0x82B7B2A0 Skipping SVx 0x89 on missing SV at addr 0x82B7B2B0 Skipping SVx 0x89 on missing SV at addr 0x82B7B2C0 Skipping SVx 0x89 on missing SV at addr 0x82B7B2D0 Skipping SVx 0x89 on missing SV at addr 0x82B7B2E0 Skipping SVx 0x89 on missing SV at addr 0x82B7B2F0 Skipping SVx 0x89 on missing SV at addr 0x82B7B300 Skipping SVx 0x89 on missing SV at addr 0x82B7B310 Skipping SVx 0x89 on missing SV at addr 0x82B7B320 Skipping SVx 0x89 on missing SV at addr 0x82B7B330 Skipping SVx 0x89 on missing SV at addr 0x82B7B340 Skipping SVx 0x89 on missing SV at addr 0x82B7B350 Skipping SVx 0x89 on missing SV at addr 0x82B7B360 Skipping SVx 0x89 on missing SV at addr 0x82B7B370 Skipping SVx 0x89 on missing SV at addr 0x82B7B380 Skipping SVx 0x89 on missing SV at addr 0x82B7B390 Skipping SVx 0x89 on missing SV at addr 0x82B7B3A0 Skipping SVx 0x89 on missing SV at addr 0x82B7B3B0 Skipping SVx 0x89 on missing SV at addr 0x82B7B3C0 Skipping SVx 0x89 on missing SV at addr 0x82B7B3D0 Skipping SVx 0x89 on missing SV at addr 0x82B7B3E0 Skipping SVx 0x89 on missing SV at addr 0x82B7B3F0 Skipping SVx 0x89 on missing SV at addr 0x82B7B400 Skipping SVx 0x89 on missing SV at addr 0x82B7B410 Skipping SVx 0x89 on missing SV at addr 0x82B7B420 Skipping SVx 0x89 on missing SV at addr 0x82B7B430 Skipping SVx 0x89 on missing SV at addr 0x82B7B440 Skipping SVx 0x89 on missing SV at addr 0x82B7B450 Skipping SVx 0x89 on missing SV at addr 0x82B7B460 Skipping SVx 0x89 on missing SV at addr 0x82B7B470 Skipping SVx 0x89 on missing SV at addr 0x82B7B480 Skipping SVx 0x89 on missing SV at addr 0x82B7B490 Skipping SVx 0x89 on missing SV at addr 0x82B7B4A0 Skipping SVx 0x89 on missing SV at addr 0x82B7B4B0 Skipping SVx 0x89 on missing SV at addr 0x82B7B4C0 Skipping SVx 0x89 on missing SV at addr 0x82B7B4D0 Skipping SVx 0x89 on missing SV at addr 0x82B7B4E0 Skipping SVx 0x89 on missing SV at addr 0x82B7B4F0 Skipping SVx 0x89 on missing SV at addr 0x82B7B500 Skipping SVx 0x89 on missing SV at addr 0x82B7B510 Skipping SVx 0x89 on missing SV at addr 0x82B7B520 Skipping SVx 0x89 on missing SV at addr 0x82B7B530 Skipping SVx 0x89 on missing SV at addr 0x82B7B540 Skipping SVx 0x89 on missing SV at addr 0x82B7B550 Skipping SVx 0x89 on missing SV at addr 0x82B7B560 Skipping SVx 0x89 on missing SV at addr 0x82B7B570 Skipping SVx 0x89 on missing SV at addr 0x82B7B580 Skipping SVx 0x89 on missing SV at addr 0x82B7B590 Skipping SVx 0x89 on missing SV at addr 0x82B7B5A0 Skipping SVx 0x89 on missing SV at addr 0x82B7B5B0 Skipping SVx 0x89 on missing SV at addr 0x82B7B5C0 Skipping SVx 0x89 on missing SV at addr 0x82B7B5D0 Skipping SVx 0x89 on missing SV at addr 0x82B7B5E0 Skipping SVx 0x89 on missing SV at addr 0x82B7B5F0 Skipping SVx 0x89 on missing SV at addr 0x82B7B600 Skipping SVx 0x89 on missing SV at addr 0x82B7B610 Skipping SVx 0x89 on missing SV at addr 0x82B7B620 Skipping SVx 0x89 on missing SV at addr 0x82B7B630 Skipping SVx 0x89 on missing SV at addr 0x82B7B640 Skipping SVx 0x89 on missing SV at addr 0x82B7B650 Skipping SVx 0x89 on missing SV at addr 0x82B7B660 Skipping SVx 0x89 on missing SV at addr 0x82B7B670 Skipping SVx 0x89 on missing SV at addr 0x82B7B680 Skipping SVx 0x89 on missing SV at addr 0x82B7B690 Skipping SVx 0x89 on missing SV at addr 0x82B7B6A0 Skipping SVx 0x89 on missing SV at addr 0x82B7B6B0 Skipping SVx 0x89 on missing SV at addr 0x82B7B6C0 Skipping SVx 0x89 on missing SV at addr 0x82B7B6D0 Skipping SVx 0x89 on missing SV at addr 0x82B7B6E0 Skipping SVx 0x89 on missing SV at addr 0x82B7B6F0 Skipping SVx 0x89 on missing SV at addr 0x82B7B700 Skipping SVx 0x89 on missing SV at addr 0x82B7B710 Skipping SVx 0x89 on missing SV at addr 0x82B7B720 Skipping SVx 0x89 on missing SV at addr 0x82B7B730 Skipping SVx 0x89 on missing SV at addr 0x82B7B740 Skipping SVx 0x89 on missing SV at addr 0x82B7B750 Skipping SVx 0x89 on missing SV at addr 0x82B7B760 Skipping SVx 0x89 on missing SV at addr 0x82B7B770 Skipping SVx 0x89 on missing SV at addr 0x82B7B780 Skipping SVx 0x89 on missing SV at addr 0x82B7B790 Skipping SVx 0x89 on missing SV at addr 0x82B7B7A0 Skipping SVx 0x89 on missing SV at addr 0x82B7B7B0 Skipping SVx 0x89 on missing SV at addr 0x82B7B7C0 Skipping SVx 0x89 on missing SV at addr 0x82B7B7D0 Skipping SVx 0x89 on missing SV at addr 0x82B7B7E0 Skipping SVx 0x89 on missing SV at addr 0x82B7B7F0 Skipping SVx 0x89 on missing SV at addr 0x82B7B800 Skipping SVx 0x89 on missing SV at addr 0x82B7B810 Skipping SVx 0x89 on missing SV at addr 0x82B7B820 Skipping SVx 0x89 on missing SV at addr 0x82B7B830 Skipping SVx 0x89 on missing SV at addr 0x82B7B840 Skipping SVx 0x89 on missing SV at addr 0x82B7B850 Skipping SVx 0x89 on missing SV at addr 0x82B7B860 Skipping SVx 0x89 on missing SV at addr 0x82B7B870 Skipping SVx 0x89 on missing SV at addr 0x82B7B880 Skipping SVx 0x89 on missing SV at addr 0x82B7B890 Skipping SVx 0x89 on missing SV at addr 0x82B7B8A0 Skipping SVx 0x89 on missing SV at addr 0x82B7B8B0 Skipping SVx 0x89 on missing SV at addr 0x82B7B8C0 Skipping SVx 0x89 on missing SV at addr 0x82B7B8D0 Skipping SVx 0x89 on missing SV at addr 0x82B7B8E0 Skipping SVx 0x89 on missing SV at addr 0x82B7B8F0 Skipping SVx 0x89 on missing SV at addr 0x82B7B900 Skipping SVx 0x89 on missing SV at addr 0x82B7B910 Skipping SVx 0x89 on missing SV at addr 0x82B7B920 Skipping SVx 0x89 on missing SV at addr 0x82B7B930 Skipping SVx 0x89 on missing SV at addr 0x82B7B940 Skipping SVx 0x89 on missing SV at addr 0x82B7B950 Skipping SVx 0x89 on missing SV at addr 0x82B7B960 Skipping SVx 0x89 on missing SV at addr 0x82B7B970 Skipping SVx 0x89 on missing SV at addr 0x82B7B980 Skipping SVx 0x89 on missing SV at addr 0x82B7B990 Skipping SVx 0x89 on missing SV at addr 0x82B7B9A0 Skipping SVx 0x89 on missing SV at addr 0x82B7B9B0 Skipping SVx 0x89 on missing SV at addr 0x82B7B9C0 Skipping SVx 0x89 on missing SV at addr 0x82B7B9D0 Skipping SVx 0x89 on missing SV at addr 0x82B7B9E0 Skipping SVx 0x89 on missing SV at addr 0x82B7B9F0 Skipping SVx 0x89 on missing SV at addr 0x82B7BA00 Skipping SVx 0x89 on missing SV at addr 0x82B7BA10 Skipping SVx 0x89 on missing SV at addr 0x82B7BA20 Skipping SVx 0x89 on missing SV at addr 0x82B7BA30 Skipping SVx 0x89 on missing SV at addr 0x82B7BA40 Skipping SVx 0x89 on missing SV at addr 0x82B7BA50 Skipping SVx 0x89 on missing SV at addr 0x82B7BA60 Skipping SVx 0x89 on missing SV at addr 0x82B7BA70 Skipping SVx 0x89 on missing SV at addr 0x82B7BA80 Skipping SVx 0x89 on missing SV at addr 0x82B7BA90 Skipping SVx 0x89 on missing SV at addr 0x82B7BAA0 Skipping SVx 0x89 on missing SV at addr 0x82B7BAB0 Skipping SVx 0x89 on missing SV at addr 0x82B7BAC0 Skipping SVx 0x89 on missing SV at addr 0x82B7BAD0 Skipping SVx 0x89 on missing SV at addr 0x82B7BAE0 Skipping SVx 0x89 on missing SV at addr 0x82B7BAF0 Skipping SVx 0x89 on missing SV at addr 0x82B7BB00 Skipping SVx 0x89 on missing SV at addr 0x82B7BB10 Skipping SVx 0x89 on missing SV at addr 0x82B7BB20 Skipping SVx 0x89 on missing SV at addr 0x82B7BB30 Skipping SVx 0x89 on missing SV at addr 0x82B7BB40 Skipping SVx 0x89 on missing SV at addr 0x82B7BB50 Skipping SVx 0x89 on missing SV at addr 0x82B7BB60 Skipping SVx 0x89 on missing SV at addr 0x82B7BB70 Skipping SVx 0x89 on missing SV at addr 0x82B7BB80 Skipping SVx 0x89 on missing SV at addr 0x82B7BB90 Skipping SVx 0x89 on missing SV at addr 0x82B7BBA0 Skipping SVx 0x89 on missing SV at addr 0x82B7BCE0 Skipping SVx 0x80 on missing SV at addr 0x82B7BD40 Skipping SVx 0x80 on missing SV at addr 0x82B7BDF0 Skipping SVx 0x89 on missing SV at addr 0x82B76020 Skipping SVx 0x89 on missing SV at addr 0x82B76040 Skipping SVx 0x89 on missing SV at addr 0x82B76060 Skipping SVx 0x89 on missing SV at addr 0x82B76080 Skipping SVx 0x89 on missing SV at addr 0x82B760A0 Skipping SVx 0x89 on missing SV at addr 0x82B760C0 Skipping SVx 0x89 on missing SV at addr 0x82B760E0 Skipping SVx 0x89 on missing SV at addr 0x82B76100 Skipping SVx 0x89 on missing SV at addr 0x82B76120 Skipping SVx 0x89 on missing SV at addr 0x82B76140 Skipping SVx 0x89 on missing SV at addr 0x82B76160 Skipping SVx 0x89 on missing SV at addr 0x82B76180 Skipping SVx 0x89 on missing SV at addr 0x82B761A0 Skipping SVx 0x89 on missing SV at addr 0x82B761C0 Skipping SVx 0x89 on missing SV at addr 0x82B761E0 Skipping SVx 0x89 on missing SV at addr 0x82B76200 Skipping SVx 0x89 on missing SV at addr 0x82B76220 Skipping SVx 0x89 on missing SV at addr 0x82B76240 Skipping SVx 0x89 on missing SV at addr 0x82B76260 Skipping SVx 0x89 on missing SV at addr 0x82B76280 Skipping SVx 0x89 on missing SV at addr 0x82B762A0 Skipping SVx 0x89 on missing SV at addr 0x82B762C0 Skipping SVx 0x89 on missing SV at addr 0x82B762E0 Skipping SVx 0x89 on missing SV at addr 0x82B76300 Skipping SVx 0x89 on missing SV at addr 0x82B76320 Skipping SVx 0x89 on missing SV at addr 0x82B76340 Skipping SVx 0x89 on missing SV at addr 0x82B76360 Skipping SVx 0x89 on missing SV at addr 0x82B76380 Skipping SVx 0x89 on missing SV at addr 0x82B763A0 Skipping SVx 0x80 on missing SV at addr 0x82B76440 Skipping SVx 0x80 on missing SV at addr 0x82B76610 Skipping SVx 0x80 on missing SV at addr 0x82B76780 Skipping SVx 0x80 on missing SV at addr 0x82B76940 Skipping SVx 0x80 on missing SV at addr 0x82B76950 Skipping SVx 0x89 on missing SV at addr 0x82B76980 Skipping SVx 0x89 on missing SV at addr 0x82B76A80 Skipping SVx 0x89 on missing SV at addr 0x82B76BF0 Skipping SVx 0x89 on missing SV at addr 0x82B76C90 Skipping SVx 0x89 on missing SV at addr 0x82B76CA0 Skipping SVx 0x80 on missing SV at addr 0x82B76D00 Skipping SVx 0x89 on missing SV at addr 0x82B76D90 Skipping SVx 0x80 on missing SV at addr 0x82B76DA0 Skipping SVx 0x89 on missing SV at addr 0x82B76E80 Skipping SVx 0x80 on missing SV at addr 0x82B76E90 Skipping SVx 0x89 on missing SV at addr 0x82B76F20 Skipping SVx 0x80 on missing SV at addr 0x82B76F30 Skipping SVx 0x89 on missing SV at addr 0x82B9F030 Skipping SVx 0x89 on missing SV at addr 0x82B9F180 Skipping SVx 0x89 on missing SV at addr 0x82B9F190 Skipping SVx 0x89 on missing SV at addr 0x82B9F1A0 Skipping SVx 0x89 on missing SV at addr 0x82B9F1B0 Skipping SVx 0x89 on missing SV at addr 0x82B9F1C0 Skipping SVx 0x89 on missing SV at addr 0x82B9F1D0 Skipping SVx 0x89 on missing SV at addr 0x82B9F1E0 Skipping SVx 0x89 on missing SV at addr 0x82B9F1F0 Skipping SVx 0x89 on missing SV at addr 0x82B9F200 Skipping SVx 0x89 on missing SV at addr 0x82B9F210 Skipping SVx 0x89 on missing SV at addr 0x82B9F220 Skipping SVx 0x89 on missing SV at addr 0x82B9F230 Skipping SVx 0x89 on missing SV at addr 0x82B9F240 Skipping SVx 0x89 on missing SV at addr 0x82B9F250 Skipping SVx 0x89 on missing SV at addr 0x82B9F260 Skipping SVx 0x89 on missing SV at addr 0x82B9F270 Skipping SVx 0x89 on missing SV at addr 0x82B9F280 Skipping SVx 0x89 on missing SV at addr 0x82B9F290 Skipping SVx 0x89 on missing SV at addr 0x82B9F2A0 Skipping SVx 0x89 on missing SV at addr 0x82B9F2B0 Skipping SVx 0x89 on missing SV at addr 0x82B9F2C0 Skipping SVx 0x89 on missing SV at addr 0x82B9F2D0 Skipping SVx 0x89 on missing SV at addr 0x82B9F2E0 Skipping SVx 0x89 on missing SV at addr 0x82B9F2F0 Skipping SVx 0x89 on missing SV at addr 0x82B9F300 Skipping SVx 0x89 on missing SV at addr 0x82B9F310 Skipping SVx 0x89 on missing SV at addr 0x82B9F320 Skipping SVx 0x89 on missing SV at addr 0x82B9F330 Skipping SVx 0x89 on missing SV at addr 0x82B9F340 Skipping SVx 0x89 on missing SV at addr 0x82B9F350 Skipping SVx 0x89 on missing SV at addr 0x82B9F360 Skipping SVx 0x89 on missing SV at addr 0x82B9F370 Skipping SVx 0x89 on missing SV at addr 0x82B9F380 Skipping SVx 0x89 on missing SV at addr 0x82B9F390 Skipping SVx 0x89 on missing SV at addr 0x82B9F3A0 Skipping SVx 0x89 on missing SV at addr 0x82B9F3B0 Skipping SVx 0x89 on missing SV at addr 0x82B9F3C0 Skipping SVx 0x89 on missing SV at addr 0x82B9F3D0 Skipping SVx 0x89 on missing SV at addr 0x82B9F3E0 Skipping SVx 0x89 on missing SV at addr 0x82B9F3F0 Skipping SVx 0x89 on missing SV at addr 0x82B9F400 Skipping SVx 0x89 on missing SV at addr 0x82B9F410 Skipping SVx 0x89 on missing SV at addr 0x82B9F420 Skipping SVx 0x89 on missing SV at addr 0x82B9F430 Skipping SVx 0x89 on missing SV at addr 0x82B9F440 Skipping SVx 0x89 on missing SV at addr 0x82B9F450 Skipping SVx 0x89 on missing SV at addr 0x82B9F460 Skipping SVx 0x89 on missing SV at addr 0x82B9F470 Skipping SVx 0x89 on missing SV at addr 0x82B9F480 Skipping SVx 0x89 on missing SV at addr 0x82B9F490 Skipping SVx 0x89 on missing SV at addr 0x82B9F4A0 Skipping SVx 0x89 on missing SV at addr 0x82B9F4B0 Skipping SVx 0x89 on missing SV at addr 0x82B9F4C0 Skipping SVx 0x89 on missing SV at addr 0x82B9F4D0 Skipping SVx 0x89 on missing SV at addr 0x82B9F4E0 Skipping SVx 0x89 on missing SV at addr 0x82B9F4F0 Skipping SVx 0x89 on missing SV at addr 0x82B9F500 Skipping SVx 0x89 on missing SV at addr 0x82B9F510 Skipping SVx 0x89 on missing SV at addr 0x82B9F520 Skipping SVx 0x89 on missing SV at addr 0x82B9F530 Skipping SVx 0x89 on missing SV at addr 0x82B9F540 Skipping SVx 0x89 on missing SV at addr 0x82B9F550 Skipping SVx 0x89 on missing SV at addr 0x82B9F560 Skipping SVx 0x89 on missing SV at addr 0x82B9F570 Skipping SVx 0x89 on missing SV at addr 0x82B9F580 Skipping SVx 0x89 on missing SV at addr 0x82B9F590 Skipping SVx 0x89 on missing SV at addr 0x82B9F5A0 Skipping SVx 0x89 on missing SV at addr 0x82B9F5B0 Skipping SVx 0x89 on missing SV at addr 0x82B9F5C0 Skipping SVx 0x89 on missing SV at addr 0x82B9F5D0 Skipping SVx 0x89 on missing SV at addr 0x82B9F5E0 Skipping SVx 0x89 on missing SV at addr 0x82B9F5F0 Skipping SVx 0x89 on missing SV at addr 0x82B9F600 Skipping SVx 0x89 on missing SV at addr 0x82B9F610 Skipping SVx 0x89 on missing SV at addr 0x82B9F620 Skipping SVx 0x89 on missing SV at addr 0x82B9F630 Skipping SVx 0x89 on missing SV at addr 0x82B9F640 Skipping SVx 0x89 on missing SV at addr 0x82B9F650 Skipping SVx 0x89 on missing SV at addr 0x82B9F660 Skipping SVx 0x89 on missing SV at addr 0x82B9F670 Skipping SVx 0x89 on missing SV at addr 0x82B9F680 Skipping SVx 0x89 on missing SV at addr 0x82B9F690 Skipping SVx 0x89 on missing SV at addr 0x82B9F6A0 Skipping SVx 0x89 on missing SV at addr 0x82B9F6B0 Skipping SVx 0x89 on missing SV at addr 0x82B9F6C0 Skipping SVx 0x89 on missing SV at addr 0x82B9F6D0 Skipping SVx 0x89 on missing SV at addr 0x82B9F6E0 Skipping SVx 0x89 on missing SV at addr 0x82B9F6F0 Skipping SVx 0x89 on missing SV at addr 0x82B9F700 Skipping SVx 0x89 on missing SV at addr 0x82B9F710 Skipping SVx 0x89 on missing SV at addr 0x82B9F720 Skipping SVx 0x89 on missing SV at addr 0x82B9F730 Skipping SVx 0x89 on missing SV at addr 0x82B9F740 Skipping SVx 0x89 on missing SV at addr 0x82B9F750 Skipping SVx 0x89 on missing SV at addr 0x82B9F760 Skipping SVx 0x89 on missing SV at addr 0x82B9F770 Skipping SVx 0x89 on missing SV at addr 0x82B9F780 Skipping SVx 0x89 on missing SV at addr 0x82B9F790 Skipping SVx 0x89 on missing SV at addr 0x82B9F7A0 Skipping SVx 0x89 on missing SV at addr 0x82B9F7B0 Skipping SVx 0x89 on missing SV at addr 0x82B9F7C0 Skipping SVx 0x89 on missing SV at addr 0x82B9F7D0 Skipping SVx 0x89 on missing SV at addr 0x82B9F7E0 Skipping SVx 0x89 on missing SV at addr 0x82B9F7F0 Skipping SVx 0x89 on missing SV at addr 0x82B9F800 Skipping SVx 0x89 on missing SV at addr 0x82B9F810 Skipping SVx 0x89 on missing SV at addr 0x82B9F820 Skipping SVx 0x89 on missing SV at addr 0x82B9F830 Skipping SVx 0x89 on missing SV at addr 0x82B9F840 Skipping SVx 0x89 on missing SV at addr 0x82B9F850 Skipping SVx 0x89 on missing SV at addr 0x82B9F860 Skipping SVx 0x89 on missing SV at addr 0x82B9F870 Skipping SVx 0x89 on missing SV at addr 0x82B9F880 Skipping SVx 0x89 on missing SV at addr 0x82B9F890 Skipping SVx 0x89 on missing SV at addr 0x82B9F8A0 Skipping SVx 0x89 on missing SV at addr 0x82B9F8B0 Skipping SVx 0x89 on missing SV at addr 0x82B9F8C0 Skipping SVx 0x89 on missing SV at addr 0x82B9F8D0 Skipping SVx 0x89 on missing SV at addr 0x82B9F8E0 Skipping SVx 0x89 on missing SV at addr 0x82B9F8F0 Skipping SVx 0x89 on missing SV at addr 0x82B9F900 Skipping SVx 0x89 on missing SV at addr 0x82B9F910 Skipping SVx 0x89 on missing SV at addr 0x82B9F920 Skipping SVx 0x89 on missing SV at addr 0x82B9F930 Skipping SVx 0x89 on missing SV at addr 0x82B9F940 Skipping SVx 0x89 on missing SV at addr 0x82B9F950 Skipping SVx 0x89 on missing SV at addr 0x82B9F960 Skipping SVx 0x89 on missing SV at addr 0x82B9F970 Skipping SVx 0x89 on missing SV at addr 0x82B9F980 Skipping SVx 0x89 on missing SV at addr 0x82B9F990 Skipping SVx 0x89 on missing SV at addr 0x82B9F9A0 Skipping SVx 0x89 on missing SV at addr 0x82B9F9B0 Skipping SVx 0x89 on missing SV at addr 0x82B9F9C0 Skipping SVx 0x89 on missing SV at addr 0x82B9F9D0 Skipping SVx 0x89 on missing SV at addr 0x82B9F9E0 Skipping SVx 0x89 on missing SV at addr 0x82B9F9F0 Skipping SVx 0x89 on missing SV at addr 0x82B9FA00 Skipping SVx 0x89 on missing SV at addr 0x82B9FA10 Skipping SVx 0x89 on missing SV at addr 0x82B9FA20 Skipping SVx 0x89 on missing SV at addr 0x82B9FA30 Skipping SVx 0x89 on missing SV at addr 0x82B9FA40 Skipping SVx 0x89 on missing SV at addr 0x82B9FA50 Skipping SVx 0x89 on missing SV at addr 0x82B9FA60 Skipping SVx 0x89 on missing SV at addr 0x82B9FA70 Skipping SVx 0x89 on missing SV at addr 0x82B9FA80 Skipping SVx 0x89 on missing SV at addr 0x82B9FA90 Skipping SVx 0x89 on missing SV at addr 0x82B9FAA0 Skipping SVx 0x89 on missing SV at addr 0x82B9FAB0 Skipping SVx 0x89 on missing SV at addr 0x82B9FAC0 Skipping SVx 0x89 on missing SV at addr 0x82B9FAD0 Skipping SVx 0x89 on missing SV at addr 0x82B9FAE0 Skipping SVx 0x89 on missing SV at addr 0x82B9FAF0 Skipping SVx 0x89 on missing SV at addr 0x82B9FB00 Skipping SVx 0x89 on missing SV at addr 0x82B9FB10 Skipping SVx 0x89 on missing SV at addr 0x82B9FB20 Skipping SVx 0x89 on missing SV at addr 0x82B9FB30 Skipping SVx 0x89 on missing SV at addr 0x82B9FB40 Skipping SVx 0x89 on missing SV at addr 0x82B9FB50 Skipping SVx 0x89 on missing SV at addr 0x82B9FB60 Skipping SVx 0x80 on missing SV at addr 0x82B9FB90 Skipping SVx 0x80 on missing SV at addr 0x82B9FBA0 Skipping SVx 0x89 on missing SV at addr 0x82B9FC20 Skipping SVx 0x89 on missing SV at addr 0x82B9FC30 Skipping SVx 0x89 on missing SV at addr 0x82B9FC90 Skipping SVx 0x80 on missing SV at addr 0x82B9FCB0 Skipping SVx 0x89 on missing SV at addr 0x82B9FCC0 Skipping SVx 0x80 on missing SV at addr 0x82B9FCF0 Skipping SVx 0x80 on missing SV at addr 0x82B9FD20 Skipping SVx 0x80 on missing SV at addr 0x82B9FD30 Skipping SVx 0x89 on missing SV at addr 0x82B9FD50 Skipping SVx 0x89 on missing SV at addr 0x82B9FFE0 Skipping SVx 0x89 on missing SV at addr 0x80DB70A0 Skipping SVx 0x80 on missing SV at addr 0x80DB7110 Skipping SVx 0x89 on missing SV at addr 0x80DB7120 Skipping SVx 0x89 on missing SV at addr 0x80DB7210 Skipping SVx 0x80 on missing SV at addr 0x80DB7260 Skipping SVx 0x89 on missing SV at addr 0x80DB7270 Skipping SVx 0x89 on missing SV at addr 0x80DB7280 Skipping SVx 0x89 on missing SV at addr 0x80DB7290 Skipping SVx 0x89 on missing SV at addr 0x80DB72A0 Skipping SVx 0x89 on missing SV at addr 0x80DB7310 Skipping SVx 0x80 on missing SV at addr 0x80DB7430 Skipping SVx 0x89 on missing SV at addr 0x80DB7440 Skipping SVx 0x89 on missing SV at addr 0x80DB74B0 Skipping SVx 0x89 on missing SV at addr 0x80DB74E0 Skipping SVx 0x89 on missing SV at addr 0x80DB7520 Skipping SVx 0x89 on missing SV at addr 0x80DB7530 Skipping SVx 0x89 on missing SV at addr 0x80DB76E0 Skipping SVx 0x89 on missing SV at addr 0x80DB76F0 Skipping SVx 0x89 on missing SV at addr 0x80DB7740 Skipping SVx 0x89 on missing SV at addr 0x80DB7750 Skipping SVx 0x89 on missing SV at addr 0x80DB77B0 Skipping SVx 0x89 on missing SV at addr 0x80DB7840 Skipping SVx 0x89 on missing SV at addr 0x80DB7850 Skipping SVx 0x89 on missing SV at addr 0x80DB7880 Skipping SVx 0x89 on missing SV at addr 0x80DB7980 Skipping SVx 0x89 on missing SV at addr 0x80DB7A50 Skipping SVx 0x89 on missing SV at addr 0x80DB7A90 Skipping SVx 0x80 on missing SV at addr 0x80DB7AA0 Skipping SVx 0x89 on missing SV at addr 0x80DB7AC0 Skipping SVx 0x80 on missing SV at addr 0x80DB7AD0 Skipping SVx 0x80 on missing SV at addr 0x80DB7CF0 Skipping SVx 0x89 on missing SV at addr 0x80DB7D00 Skipping SVx 0x89 on missing SV at addr 0x80DB7DF0 Skipping SVx 0x89 on missing SV at addr 0x80DB7F20 Skipping SVx 0x89 on missing SV at addr 0x80DB7F30 Skipping SVx 0x80 on missing SV at addr 0x80DD7020 Skipping SVx 0x80 on missing SV at addr 0x80DD7260 Skipping SVx 0x80 on missing SV at addr 0x80DD7290 Skipping SVx 0x80 on missing SV at addr 0x80DD72B0 Skipping SVx 0x80 on missing SV at addr 0x80DD72D0 Skipping SVx 0x80 on missing SV at addr 0x80DD72F0 Skipping SVx 0x80 on missing SV at addr 0x80DD7360 Skipping SVx 0x80 on missing SV at addr 0x80DD7380 Skipping SVx 0x80 on missing SV at addr 0x80DD73A0 Skipping SVx 0x80 on missing SV at addr 0x80DD73C0 Skipping SVx 0x89 on missing SV at addr 0x80DD7420 Skipping SVx 0x80 on missing SV at addr 0x80DD7550 Skipping SVx 0x80 on missing SV at addr 0x80DD7670 Skipping SVx 0x89 on missing SV at addr 0x80DD7700 Skipping SVx 0x80 on missing SV at addr 0x80DD7890 Skipping SVx 0x89 on missing SV at addr 0x80DD78D0 Skipping SVx 0x80 on missing SV at addr 0x80DD7910 Skipping SVx 0x89 on missing SV at addr 0x80DD79A0 Skipping SVx 0x80 on missing SV at addr 0x80DD7A60 Skipping SVx 0x80 on missing SV at addr 0x80DD7AF0 Skipping SVx 0x80 on missing SV at addr 0x80DD7C90 Skipping SVx 0x80 on missing SV at addr 0x80DD7D80 Skipping SVx 0x80 on missing SV at addr 0x80DD7DC0 Skipping SVx 0x80 on missing SV at addr 0x80DD7EF0 Skipping SVx 0x80 on missing SV at addr 0x80DD7F30 Skipping SVx 0x89 on missing SV at addr 0x80DD7FD0 Skipping SVx 0x89 on missing SV at addr 0x80DDA1B0 Skipping SVx 0x80 on missing SV at addr 0x80DDA1D0 Skipping SVx 0x80 on missing SV at addr 0x80DDA2C0 Skipping SVx 0x89 on missing SV at addr 0x80DDA360 Skipping SVx 0x80 on missing SV at addr 0x80DDA3A0 Skipping SVx 0x80 on missing SV at addr 0x80DDA490 Skipping SVx 0x80 on missing SV at addr 0x80DDA5D0 Skipping SVx 0x80 on missing SV at addr 0x80DDA750 Skipping SVx 0x80 on missing SV at addr 0x80DDA790 Skipping SVx 0x80 on missing SV at addr 0x80DDA7A0 Skipping SVx 0x80 on missing SV at addr 0x80DDA820 Skipping SVx 0x80 on missing SV at addr 0x80DDA9D0 Skipping SVx 0x89 on missing SV at addr 0x80DDAB90 Skipping SVx 0x89 on missing SV at addr 0x80DC4080 Skipping SVx 0x80 on missing SV at addr 0x80DC4090 Skipping SVx 0x89 on missing SV at addr 0x80DC4130 Skipping SVx 0x89 on missing SV at addr 0x80DC41A0 Skipping SVx 0x80 on missing SV at addr 0x80DC41D0 Skipping SVx 0x89 on missing SV at addr 0x80DC4270 Skipping SVx 0x80 on missing SV at addr 0x80DC42A0 Skipping SVx 0x80 on missing SV at addr 0x80DC42E0 Skipping SVx 0x80 on missing SV at addr 0x80DC4340 Skipping SVx 0x80 on missing SV at addr 0x80DC4360 Skipping SVx 0x89 on missing SV at addr 0x80DC43E0 Skipping SVx 0x80 on missing SV at addr 0x80DC4490 Skipping SVx 0x89 on missing SV at addr 0x80DC4520 Skipping SVx 0x89 on missing SV at addr 0x80DC4530 Skipping SVx 0x89 on missing SV at addr 0x80DC4560 Skipping SVx 0x89 on missing SV at addr 0x80DC4570 Skipping SVx 0x89 on missing SV at addr 0x80DC45A0 Skipping SVx 0x80 on missing SV at addr 0x80DC45D0 Skipping SVx 0x89 on missing SV at addr 0x80DC45E0 Skipping SVx 0x80 on missing SV at addr 0x80DC4660 Skipping SVx 0x80 on missing SV at addr 0x80DC46E0 Skipping SVx 0x89 on missing SV at addr 0x80DC46F0 Skipping SVx 0x89 on missing SV at addr 0x80DC4710 Skipping SVx 0x80 on missing SV at addr 0x80DC4900 Skipping SVx 0x80 on missing SV at addr 0x80DC49E0 Skipping SVx 0x80 on missing SV at addr 0x80DC4A20 Skipping SVx 0x80 on missing SV at addr 0x80DC4A60 Skipping SVx 0x80 on missing SV at addr 0x80DC4B30 Skipping SVx 0x80 on missing SV at addr 0x80DC4B70 Skipping SVx 0x80 on missing SV at addr 0x80DC4C80 Skipping SVx 0x89 on missing SV at addr 0x80DC4DC0 Skipping SVx 0x80 on missing SV at addr 0x80DC4DF0 Skipping SVx 0x89 on missing SV at addr 0x80DC4E30 Skipping SVx 0x80 on missing SV at addr 0x80DC4E50 Skipping SVx 0x80 on missing SV at addr 0x80DC4EE0 Skipping SVx 0x80 on missing SV at addr 0x80DC4F50 Skipping SVx 0x80 on missing SV at addr 0x80DC4FD0 Skipping SVx 0x80 on missing SV at addr 0x80DC4FE0 Skipping SVx 0x80 on missing SV at addr 0x80DD2090 Skipping SVx 0x89 on missing SV at addr 0x80DD21B0 Skipping SVx 0x89 on missing SV at addr 0x80DD2220 Skipping SVx 0x80 on missing SV at addr 0x80DD2260 Skipping SVx 0x80 on missing SV at addr 0x80DD2280 Skipping SVx 0x80 on missing SV at addr 0x80DD2300 Skipping SVx 0x89 on missing SV at addr 0x80DD24A0 Skipping SVx 0x80 on missing SV at addr 0x80DD24E0 Skipping SVx 0x89 on missing SV at addr 0x80DD28A0 Skipping SVx 0x89 on missing SV at addr 0x80DD2920 Skipping SVx 0x80 on missing SV at addr 0x80DD2960 Skipping SVx 0x89 on missing SV at addr 0x80DD2980 Skipping SVx 0x80 on missing SV at addr 0x80DD29E0 Skipping SVx 0x80 on missing SV at addr 0x80DD2A00 Skipping SVx 0x89 on missing SV at addr 0x80DD2AD0 Skipping SVx 0x80 on missing SV at addr 0x80DD2B50 Skipping SVx 0x80 on missing SV at addr 0x80DD2BB0 Skipping SVx 0x89 on missing SV at addr 0x80DD2BD0 Skipping SVx 0x89 on missing SV at addr 0x80DD2BF0 Skipping SVx 0x89 on missing SV at addr 0x80DD2D00 Skipping SVx 0x89 on missing SV at addr 0x80DD2D40 Skipping SVx 0x89 on missing SV at addr 0x80DD2D50 Skipping SVx 0x89 on missing SV at addr 0x80DD2D60 Skipping SVx 0x89 on missing SV at addr 0x80DD2DC0 Skipping SVx 0x89 on missing SV at addr 0x80DD2ED0 Skipping SVx 0x89 on missing SV at addr 0x80DD2EF0 Skipping SVx 0x89 on missing SV at addr 0x80DD2F10 Skipping SVx 0x80 on missing SV at addr 0x80DAB210 Skipping SVx 0x80 on missing SV at addr 0x80DAB300 Skipping SVx 0x89 on missing SV at addr 0x80DAB530 Skipping SVx 0x89 on missing SV at addr 0x80DAB550 Skipping SVx 0x89 on missing SV at addr 0x80DAB580 Skipping SVx 0x89 on missing SV at addr 0x80DAB6A0 Skipping SVx 0x89 on missing SV at addr 0x80DAB7B0 Skipping SVx 0x80 on missing SV at addr 0x80DAB800 Skipping SVx 0x89 on missing SV at addr 0x80DAB930 Skipping SVx 0x80 on missing SV at addr 0x80DABA60 Skipping SVx 0x80 on missing SV at addr 0x80DABBC0 Skipping SVx 0x89 on missing SV at addr 0x80DABC40 Skipping SVx 0x80 on missing SV at addr 0x80DABCC0 Skipping SVx 0x80 on missing SV at addr 0x80DABCD0 Skipping SVx 0x89 on missing SV at addr 0x80DABD00 Skipping SVx 0x89 on missing SV at addr 0x80DABD80 Skipping SVx 0x89 on missing SV at addr 0x80DABDC0 Skipping SVx 0x89 on missing SV at addr 0x80DABE00 Skipping SVx 0x80 on missing SV at addr 0x80DABE10 Skipping SVx 0x89 on missing SV at addr 0x80DABE20 Skipping SVx 0x89 on missing SV at addr 0x80DABE40 Skipping SVx 0x80 on missing SV at addr 0x80DABE80 Skipping SVx 0x80 on missing SV at addr 0x82161060 Skipping SVx 0x89 on missing SV at addr 0x82161080 Skipping SVx 0x89 on missing SV at addr 0x821610A0 Skipping SVx 0x89 on missing SV at addr 0x821611E0 Skipping SVx 0x80 on missing SV at addr 0x821612A0 Skipping SVx 0x89 on missing SV at addr 0x821612E0 Skipping SVx 0x89 on missing SV at addr 0x821612F0 Skipping SVx 0x89 on missing SV at addr 0x821613C0 Skipping SVx 0x89 on missing SV at addr 0x821613E0 Skipping SVx 0x89 on missing SV at addr 0x821613F0 Skipping SVx 0x89 on missing SV at addr 0x82161400 Skipping SVx 0x89 on missing SV at addr 0x82161420 Skipping SVx 0x89 on missing SV at addr 0x82161600 Skipping SVx 0x89 on missing SV at addr 0x82161630 Skipping SVx 0x89 on missing SV at addr 0x82161870 Skipping SVx 0x89 on missing SV at addr 0x821618A0 Skipping SVx 0x89 on missing SV at addr 0x82161960 Skipping SVx 0x80 on missing SV at addr 0x821619E0 Skipping SVx 0x89 on missing SV at addr 0x821619F0 Skipping SVx 0x89 on missing SV at addr 0x82161B00 Skipping SVx 0x89 on missing SV at addr 0x82161BD0 Skipping SVx 0x80 on missing SV at addr 0x82161C70 Skipping SVx 0x89 on missing SV at addr 0x82161C80 Skipping SVx 0x89 on missing SV at addr 0x82161C90 Skipping SVx 0x89 on missing SV at addr 0x82161CA0 Skipping SVx 0x89 on missing SV at addr 0x82161CB0 Skipping SVx 0x89 on missing SV at addr 0x82161CC0 Skipping SVx 0x89 on missing SV at addr 0x82161CD0 Skipping SVx 0x89 on missing SV at addr 0x82161CE0 Skipping SVx 0x89 on missing SV at addr 0x82161CF0 Skipping SVx 0x89 on missing SV at addr 0x82161D00 Skipping SVx 0x89 on missing SV at addr 0x82161D10 Skipping SVx 0x89 on missing SV at addr 0x82161D20 Skipping SVx 0x89 on missing SV at addr 0x82161D30 Skipping SVx 0x89 on missing SV at addr 0x82161D40 Skipping SVx 0x89 on missing SV at addr 0x82161D50 Skipping SVx 0x89 on missing SV at addr 0x82161D60 Skipping SVx 0x89 on missing SV at addr 0x82161D70 Skipping SVx 0x89 on missing SV at addr 0x82161E20 Skipping SVx 0x89 on missing SV at addr 0x82161EA0 Skipping SVx 0x89 on missing SV at addr 0x82161EF0 Skipping SVx 0x89 on missing SV at addr 0x82161FF0 Skipping SVx 0x80 on missing SV at addr 0x82152150 Skipping SVx 0x80 on missing SV at addr 0x82152160 Skipping SVx 0x80 on missing SV at addr 0x821521A0 Skipping SVx 0x80 on missing SV at addr 0x821522F0 Skipping SVx 0x80 on missing SV at addr 0x82152300 Skipping SVx 0x89 on missing SV at addr 0x821524E0 Skipping SVx 0x80 on missing SV at addr 0x82152560 Skipping SVx 0x89 on missing SV at addr 0x82152680 Skipping SVx 0x89 on missing SV at addr 0x821528F0 Skipping SVx 0x89 on missing SV at addr 0x82152910 Skipping SVx 0x89 on missing SV at addr 0x821529A0 Skipping SVx 0x80 on missing SV at addr 0x82152A20 Skipping SVx 0x89 on missing SV at addr 0x82152AD0 Skipping SVx 0x89 on missing SV at addr 0x82152B70 Skipping SVx 0x89 on missing SV at addr 0x82152C10 Skipping SVx 0x89 on missing SV at addr 0x82152D50 Skipping SVx 0x80 on missing SV at addr 0x82152DA0 Skipping SVx 0x89 on missing SV at addr 0x82152E60 Skipping SVx 0x80 on missing SV at addr 0x82152ED0 Skipping SVx 0x89 on missing SV at addr 0x82152F50 Skipping SVx 0x80 on missing SV at addr 0x82152F60 Skipping SVx 0x80 on missing SV at addr 0x82152FE0 Skipping SVx 0x89 on missing SV at addr 0x82164030 Skipping SVx 0x80 on missing SV at addr 0x821640D0 Skipping SVx 0x80 on missing SV at addr 0x82164190 Skipping SVx 0x80 on missing SV at addr 0x821642A0 Skipping SVx 0x80 on missing SV at addr 0x82164320 Skipping SVx 0x80 on missing SV at addr 0x82164480 Skipping SVx 0x80 on missing SV at addr 0x82164530 Skipping SVx 0x80 on missing SV at addr 0x82164580 Skipping SVx 0x89 on missing SV at addr 0x82164870 Skipping SVx 0x89 on missing SV at addr 0x821648E0 Skipping SVx 0x89 on missing SV at addr 0x82164910 Skipping SVx 0x80 on missing SV at addr 0x82164920 Skipping SVx 0x80 on missing SV at addr 0x821649A0 Skipping SVx 0x80 on missing SV at addr 0x82164A40 Skipping SVx 0x80 on missing SV at addr 0x82164B70 Skipping SVx 0x89 on missing SV at addr 0x82164BE0 Skipping SVx 0x80 on missing SV at addr 0x82164C40 Skipping SVx 0x80 on missing SV at addr 0x82164C60 Skipping SVx 0x80 on missing SV at addr 0x82164CC0 Skipping SVx 0x80 on missing SV at addr 0x82164CE0 Skipping SVx 0x80 on missing SV at addr 0x82164D00 Skipping SVx 0x80 on missing SV at addr 0x82164D20 Skipping SVx 0x80 on missing SV at addr 0x82164D40 Skipping SVx 0x80 on missing SV at addr 0x82164D70 Skipping SVx 0x80 on missing SV at addr 0x82164D90 Skipping SVx 0x80 on missing SV at addr 0x82164DB0 Skipping SVx 0x80 on missing SV at addr 0x82164DD0 Skipping SVx 0x80 on missing SV at addr 0x82164DF0 Skipping SVx 0x80 on missing SV at addr 0x82164E10 Skipping SVx 0x80 on missing SV at addr 0x82164E30 Skipping SVx 0x80 on missing SV at addr 0x82164E50 Skipping SVx 0x80 on missing SV at addr 0x82164E70 Skipping SVx 0x80 on missing SV at addr 0x82164E90 Skipping SVx 0x80 on missing SV at addr 0x82164F00 Skipping SVx 0x80 on missing SV at addr 0x82164F10 Skipping SVx 0x80 on missing SV at addr 0x82154110 Skipping SVx 0x80 on missing SV at addr 0x82154130 Skipping SVx 0x80 on missing SV at addr 0x82154270 Skipping SVx 0x80 on missing SV at addr 0x82154310 Skipping SVx 0x80 on missing SV at addr 0x82154320 Skipping SVx 0x89 on missing SV at addr 0x82154350 Skipping SVx 0x89 on missing SV at addr 0x82154380 Skipping SVx 0x89 on missing SV at addr 0x82154690 Skipping SVx 0x89 on missing SV at addr 0x82154880 Skipping SVx 0x80 on missing SV at addr 0x821548B0 Skipping SVx 0x80 on missing SV at addr 0x82154930 Skipping SVx 0x89 on missing SV at addr 0x82154950 Skipping SVx 0x80 on missing SV at addr 0x82154A20 Skipping SVx 0x80 on missing SV at addr 0x82154A50 Skipping SVx 0x80 on missing SV at addr 0x82154A90 Skipping SVx 0x80 on missing SV at addr 0x82154B60 Skipping SVx 0x80 on missing SV at addr 0x82154B90 Skipping SVx 0x80 on missing SV at addr 0x82154BE0 Skipping SVx 0x80 on missing SV at addr 0x82154C10 Skipping SVx 0x80 on missing SV at addr 0x82154C40 Skipping SVx 0x80 on missing SV at addr 0x82154D10 Skipping SVx 0x89 on missing SV at addr 0x82154EA0 Skipping SVx 0x89 on missing SV at addr 0x82154EC0 Skipping SVx 0x89 on missing SV at addr 0x82154ED0 Skipping SVx 0x80 on missing SV at addr 0x82154FA0 Skipping SVx 0x89 on missing SV at addr 0x82154FB0 Skipping SVx 0x80 on missing SV at addr 0x82154FD0 Skipping SVx 0x89 on missing SV at addr 0x8213B060 Skipping SVx 0x89 on missing SV at addr 0x8213B0C0 Skipping SVx 0x89 on missing SV at addr 0x8213B180 Skipping SVx 0x89 on missing SV at addr 0x8213B190 Skipping SVx 0x89 on missing SV at addr 0x8213B220 Skipping SVx 0x89 on missing SV at addr 0x8213B280 Skipping SVx 0x80 on missing SV at addr 0x8213B2B0 Skipping SVx 0x80 on missing SV at addr 0x8213B410 Skipping SVx 0x89 on missing SV at addr 0x8213B900 Skipping SVx 0x80 on missing SV at addr 0x8213BA40 Skipping SVx 0x80 on missing SV at addr 0x8213BB50 Skipping SVx 0x80 on missing SV at addr 0x8213BC20 Skipping SVx 0x89 on missing SV at addr 0x8213BC40 Skipping SVx 0x89 on missing SV at addr 0x8213BCF0 Skipping SVx 0x89 on missing SV at addr 0x8213BD40 Skipping SVx 0x80 on missing SV at addr 0x8213BE00 Skipping SVx 0x80 on missing SV at addr 0x8213BE60 Skipping SVx 0x80 on missing SV at addr 0x8213BEC0 Skipping SVx 0x80 on missing SV at addr 0x8213BF20 Skipping SVx 0x89 on missing SV at addr 0x8215E0B0 Skipping SVx 0x80 on missing SV at addr 0x8215E0E0 Skipping SVx 0x89 on missing SV at addr 0x8215E190 Skipping SVx 0x89 on missing SV at addr 0x8215E1C0 Skipping SVx 0x89 on missing SV at addr 0x8215E1F0 Skipping SVx 0x80 on missing SV at addr 0x8215E2C0 Skipping SVx 0x80 on missing SV at addr 0x8215E330 Skipping SVx 0x89 on missing SV at addr 0x8215E4A0 Skipping SVx 0x80 on missing SV at addr 0x8215E530 Skipping SVx 0x80 on missing SV at addr 0x8215E580 Skipping SVx 0x80 on missing SV at addr 0x8215E6D0 Skipping SVx 0x80 on missing SV at addr 0x8215E730 Skipping SVx 0x80 on missing SV at addr 0x8215E740 Skipping SVx 0x80 on missing SV at addr 0x8215E770 Skipping SVx 0x80 on missing SV at addr 0x8215E810 Skipping SVx 0x80 on missing SV at addr 0x8215E860 Skipping SVx 0x80 on missing SV at addr 0x8215E890 Skipping SVx 0x89 on missing SV at addr 0x8215E8E0 Skipping SVx 0x89 on missing SV at addr 0x8215E910 Skipping SVx 0x80 on missing SV at addr 0x8215E9D0 Skipping SVx 0x89 on missing SV at addr 0x8215EA20 Skipping SVx 0x89 on missing SV at addr 0x8215EA30 Skipping SVx 0x89 on missing SV at addr 0x8215EA50 Skipping SVx 0x89 on missing SV at addr 0x8215EA80 Skipping SVx 0x80 on missing SV at addr 0x8215EB90 Skipping SVx 0x80 on missing SV at addr 0x8215EC80 Skipping SVx 0x89 on missing SV at addr 0x8215EDE0 Skipping SVx 0x89 on missing SV at addr 0x8215EDF0 Skipping SVx 0x89 on missing SV at addr 0x8215EE80 Skipping SVx 0x89 on missing SV at addr 0x8215EEC0 Skipping SVx 0x89 on missing SV at addr 0x8215EF70 t/03local.t .............. ok Skipping SVx 0x89 on missing SV at addr 0x82231090 Skipping SVx 0x89 on missing SV at addr 0x822311C0 Skipping SVx 0x89 on missing SV at addr 0x82231300 Skipping SVx 0x89 on missing SV at addr 0x822313F0 Skipping SVx 0x89 on missing SV at addr 0x82231410 Skipping SVx 0x80 on missing SV at addr 0x822315E0 Skipping SVx 0x89 on missing SV at addr 0x822316B0 Skipping SVx 0x89 on missing SV at addr 0x822316F0 Skipping SVx 0x89 on missing SV at addr 0x82231840 Skipping SVx 0x89 on missing SV at addr 0x82231870 Support for class features in PMAT file is experimental at /usr/ports/pobj/p5-Devel-MAT-0.53/Devel-MAT-0.53/blib/lib/Devel/MAT.pm line 82. Skipping SVx 0x89 on missing SV at addr 0x816C5250 Skipping SVx 0x89 on missing SV at addr 0x816C5270 Skipping SVx 0x80 on missing SV at addr 0x816C5290 Skipping SVx 0x89 on missing SV at addr 0x816C5440 Skipping SVx 0x89 on missing SV at addr 0x816C5470 Skipping SVx 0x80 on missing SV at addr 0x816C54B0 Skipping SVx 0x89 on missing SV at addr 0x816C54D0 Skipping SVx 0x89 on missing SV at addr 0x816C5510 Skipping SVx 0x80 on missing SV at addr 0x816C5550 Skipping SVx 0x89 on missing SV at addr 0x816C55E0 Skipping SVx 0x80 on missing SV at addr 0x816C55F0 Skipping SVx 0x89 on missing SV at addr 0x816C5630 Skipping SVx 0x89 on missing SV at addr 0x816C56E0 Skipping SVx 0x89 on missing SV at addr 0x816C5740 Skipping SVx 0x80 on missing SV at addr 0x816C5750 Skipping SVx 0x80 on missing SV at addr 0x816C57A0 Skipping SVx 0x80 on missing SV at addr 0x816C5830 Skipping SVx 0x89 on missing SV at addr 0x816C5970 Skipping SVx 0x80 on missing SV at addr 0x816C5AF0 Skipping SVx 0x80 on missing SV at addr 0x816C5B20 Skipping SVx 0x80 on missing SV at addr 0x816C5BA0 Skipping SVx 0x80 on missing SV at addr 0x816C5BC0 Skipping SVx 0x89 on missing SV at addr 0x816C5DF0 Skipping SVx 0x89 on missing SV at addr 0x816C5E10 Skipping SVx 0x89 on missing SV at addr 0x816C5E40 Skipping SVx 0x89 on missing SV at addr 0x816C5E50 Skipping SVx 0x89 on missing SV at addr 0x816C5E70 Skipping SVx 0x89 on missing SV at addr 0x816C5EE0 Skipping SVx 0x89 on missing SV at addr 0x816C5F00 Skipping SVx 0x89 on missing SV at addr 0x816C5F50 Skipping SVx 0x89 on missing SV at addr 0x816C5F60 Skipping SVx 0x89 on missing SV at addr 0x816C5FA0 Skipping SVx 0x89 on missing SV at addr 0x816C5FB0 Skipping SVx 0x80 on missing SV at addr 0x816A20E0 Skipping SVx 0x89 on missing SV at addr 0x816A2110 Skipping SVx 0x89 on missing SV at addr 0x816A2120 Skipping SVx 0x89 on missing SV at addr 0x816A2150 Skipping SVx 0x89 on missing SV at addr 0x816A2170 Skipping SVx 0x80 on missing SV at addr 0x816A2180 Skipping SVx 0x80 on missing SV at addr 0x816A2260 Skipping SVx 0x89 on missing SV at addr 0x816A2290 Skipping SVx 0x89 on missing SV at addr 0x816A22A0 Skipping SVx 0x89 on missing SV at addr 0x816A22D0 Skipping SVx 0x89 on missing SV at addr 0x816A22F0 Skipping SVx 0x80 on missing SV at addr 0x816A2300 Skipping SVx 0x89 on missing SV at addr 0x816A2370 Skipping SVx 0x89 on missing SV at addr 0x816A23B0 Skipping SVx 0x89 on missing SV at addr 0x816A2430 Skipping SVx 0x89 on missing SV at addr 0x816A2490 Skipping SVx 0x89 on missing SV at addr 0x816A2640 Skipping SVx 0x89 on missing SV at addr 0x816A2690 Skipping SVx 0x89 on missing SV at addr 0x816A26D0 Skipping SVx 0x89 on missing SV at addr 0x816A26F0 Skipping SVx 0x89 on missing SV at addr 0x816A2730 Skipping SVx 0x89 on missing SV at addr 0x816A27A0 Skipping SVx 0x89 on missing SV at addr 0x816A27F0 Skipping SVx 0x89 on missing SV at addr 0x816A2870 Skipping SVx 0x89 on missing SV at addr 0x816A2880 Skipping SVx 0x89 on missing SV at addr 0x816A28E0 Skipping SVx 0x89 on missing SV at addr 0x816A28F0 Skipping SVx 0x89 on missing SV at addr 0x816A2920 Skipping SVx 0x89 on missing SV at addr 0x816A2940 Skipping SVx 0x80 on missing SV at addr 0x816A2950 Skipping SVx 0x89 on missing SV at addr 0x816A2A30 Skipping SVx 0x80 on missing SV at addr 0x816A2B30 Skipping SVx 0x89 on missing SV at addr 0x816A2EF0 Skipping SVx 0x89 on missing SV at addr 0x816A2F50 Skipping SVx 0x89 on missing SV at addr 0x816A2F80 Skipping SVx 0x89 on missing SV at addr 0x816A2FA0 Skipping SVx 0x89 on missing SV at addr 0x816D6070 Skipping SVx 0x89 on missing SV at addr 0x816D6090 Skipping SVx 0x89 on missing SV at addr 0x816D60C0 Skipping SVx 0x89 on missing SV at addr 0x816D60E0 Skipping SVx 0x89 on missing SV at addr 0x816D6110 Skipping SVx 0x89 on missing SV at addr 0x816D6170 Skipping SVx 0x89 on missing SV at addr 0x816D6190 Skipping SVx 0x89 on missing SV at addr 0x816D6220 Skipping SVx 0x89 on missing SV at addr 0x816D6240 Skipping SVx 0x89 on missing SV at addr 0x816D6290 Skipping SVx 0x89 on missing SV at addr 0x816D63E0 Skipping SVx 0x80 on missing SV at addr 0x816D6420 Skipping SVx 0x80 on missing SV at addr 0x816D6490 Skipping SVx 0x89 on missing SV at addr 0x816D65A0 Skipping SVx 0x89 on missing SV at addr 0x816D65D0 Skipping SVx 0x89 on missing SV at addr 0x816D65F0 Skipping SVx 0x80 on missing SV at addr 0x816D6610 Skipping SVx 0x89 on missing SV at addr 0x816D6620 Skipping SVx 0x80 on missing SV at addr 0x816D66B0 Skipping SVx 0x89 on missing SV at addr 0x816D66C0 Skipping SVx 0x80 on missing SV at addr 0x816D67A0 Skipping SVx 0x80 on missing SV at addr 0x816D6820 Skipping SVx 0x80 on missing SV at addr 0x816D6850 Skipping SVx 0x89 on missing SV at addr 0x816D68D0 Skipping SVx 0x80 on missing SV at addr 0x816D6910 Skipping SVx 0x89 on missing SV at addr 0x816D6930 Skipping SVx 0x80 on missing SV at addr 0x816D69B0 Skipping SVx 0x80 on missing SV at addr 0x816D6A30 Skipping SVx 0x89 on missing SV at addr 0x816D6B10 Skipping SVx 0x89 on missing SV at addr 0x816D6BB0 Skipping SVx 0x89 on missing SV at addr 0x816D6BD0 Skipping SVx 0x89 on missing SV at addr 0x816D6D40 Skipping SVx 0x89 on missing SV at addr 0x816D6D50 Skipping SVx 0x89 on missing SV at addr 0x816D6D60 Skipping SVx 0x89 on missing SV at addr 0x816D6DB0 Skipping SVx 0x89 on missing SV at addr 0x816D6DC0 Skipping SVx 0x80 on missing SV at addr 0x816D6DE0 Skipping SVx 0x89 on missing SV at addr 0x816D6DF0 Skipping SVx 0x89 on missing SV at addr 0x816D6E10 Skipping SVx 0x80 on missing SV at addr 0x816D6E20 Skipping SVx 0x80 on missing SV at addr 0x816D6E50 Skipping SVx 0x89 on missing SV at addr 0x816D6EC0 Skipping SVx 0x89 on missing SV at addr 0x816D6EF0 Skipping SVx 0x89 on missing SV at addr 0x816D6F90 Skipping SVx 0x89 on missing SV at addr 0x816D6FD0 Skipping SVx 0x89 on missing SV at addr 0x816D7080 Skipping SVx 0x89 on missing SV at addr 0x816D70E0 Skipping SVx 0x89 on missing SV at addr 0x816D70F0 Skipping SVx 0x80 on missing SV at addr 0x816D7140 Skipping SVx 0x80 on missing SV at addr 0x816D71D0 Skipping SVx 0x80 on missing SV at addr 0x816D7260 Skipping SVx 0x89 on missing SV at addr 0x816D7370 Skipping SVx 0x89 on missing SV at addr 0x816D73F0 Skipping SVx 0x89 on missing SV at addr 0x816D7450 Skipping SVx 0x89 on missing SV at addr 0x816D7460 Skipping SVx 0x80 on missing SV at addr 0x816D7470 Skipping SVx 0x89 on missing SV at addr 0x816D7540 Skipping SVx 0x89 on missing SV at addr 0x816D75B0 Skipping SVx 0x89 on missing SV at addr 0x816D7610 Skipping SVx 0x89 on missing SV at addr 0x816D7640 Skipping SVx 0x80 on missing SV at addr 0x816D7650 Skipping SVx 0x89 on missing SV at addr 0x816D7720 Skipping SVx 0x89 on missing SV at addr 0x816D77A0 Skipping SVx 0x89 on missing SV at addr 0x816D7800 Skipping SVx 0x89 on missing SV at addr 0x816D7810 Skipping SVx 0x80 on missing SV at addr 0x816D7820 Skipping SVx 0x80 on missing SV at addr 0x816D7890 Skipping SVx 0x89 on missing SV at addr 0x816D78E0 Skipping SVx 0x89 on missing SV at addr 0x816D7960 Skipping SVx 0x89 on missing SV at addr 0x816D79C0 Skipping SVx 0x89 on missing SV at addr 0x816D79E0 Skipping SVx 0x80 on missing SV at addr 0x816D79F0 Skipping SVx 0x80 on missing SV at addr 0x816D7A20 Skipping SVx 0x80 on missing SV at addr 0x816D7A90 Skipping SVx 0x80 on missing SV at addr 0x816D7B00 Skipping SVx 0x89 on missing SV at addr 0x816D7C00 Skipping SVx 0x89 on missing SV at addr 0x816D7C20 Skipping SVx 0x89 on missing SV at addr 0x816D7C50 Skipping SVx 0x89 on missing SV at addr 0x816D7C70 Skipping SVx 0x80 on missing SV at addr 0x816D7CF0 Skipping SVx 0x89 on missing SV at addr 0x816D7D70 Skipping SVx 0x89 on missing SV at addr 0x816D7D90 Skipping SVx 0x80 on missing SV at addr 0x816D7DA0 Skipping SVx 0x80 on missing SV at addr 0x816D7EA0 Skipping SVx 0x80 on missing SV at addr 0x816D7EB0 Skipping SVx 0x89 on missing SV at addr 0x816D7F10 Skipping SVx 0x89 on missing SV at addr 0x816D7F90 Skipping SVx 0x89 on missing SV at addr 0x816BA030 Skipping SVx 0x80 on missing SV at addr 0x816BA050 Skipping SVx 0x89 on missing SV at addr 0x816BA100 Skipping SVx 0x89 on missing SV at addr 0x816BA170 Skipping SVx 0x80 on missing SV at addr 0x816BA190 Skipping SVx 0x89 on missing SV at addr 0x816BA240 Skipping SVx 0x89 on missing SV at addr 0x816BA2A0 Skipping SVx 0x80 on missing SV at addr 0x816BA2B0 Skipping SVx 0x89 on missing SV at addr 0x816BA360 Skipping SVx 0x89 on missing SV at addr 0x816BA3D0 Skipping SVx 0x80 on missing SV at addr 0x816BA3E0 Skipping SVx 0x89 on missing SV at addr 0x816BA490 Skipping SVx 0x89 on missing SV at addr 0x816BA500 Skipping SVx 0x80 on missing SV at addr 0x816BA510 Skipping SVx 0x89 on missing SV at addr 0x816BA5C0 Skipping SVx 0x89 on missing SV at addr 0x816BA620 Skipping SVx 0x80 on missing SV at addr 0x816BA630 Skipping SVx 0x89 on missing SV at addr 0x816BA6E0 Skipping SVx 0x89 on missing SV at addr 0x816BA740 Skipping SVx 0x80 on missing SV at addr 0x816BA750 Skipping SVx 0x89 on missing SV at addr 0x816BA800 Skipping SVx 0x89 on missing SV at addr 0x816BA860 Skipping SVx 0x80 on missing SV at addr 0x816BA870 Skipping SVx 0x89 on missing SV at addr 0x816BA920 Skipping SVx 0x89 on missing SV at addr 0x816BA970 Skipping SVx 0x80 on missing SV at addr 0x816BA980 Skipping SVx 0x89 on missing SV at addr 0x816BAA10 Skipping SVx 0x89 on missing SV at addr 0x816BAA60 Skipping SVx 0x80 on missing SV at addr 0x816BAA70 Skipping SVx 0x80 on missing SV at addr 0x816BAAC0 Skipping SVx 0x89 on missing SV at addr 0x816BAB10 Skipping SVx 0x89 on missing SV at addr 0x816BAB60 Skipping SVx 0x80 on missing SV at addr 0x816BAB70 Skipping SVx 0x89 on missing SV at addr 0x816BAC30 Skipping SVx 0x89 on missing SV at addr 0x816BAC80 Skipping SVx 0x89 on missing SV at addr 0x816BAD40 Skipping SVx 0x89 on missing SV at addr 0x816BAD90 Skipping SVx 0x80 on missing SV at addr 0x816BADA0 Skipping SVx 0x89 on missing SV at addr 0x816BAE50 Skipping SVx 0x89 on missing SV at addr 0x816BAEA0 Skipping SVx 0x80 on missing SV at addr 0x816BAEB0 Skipping SVx 0x89 on missing SV at addr 0x816BAFA0 t/04objects.t ............ ok t/10tool-identify.t ...... ok t/10tool-inrefs.t ........ ok Skipping SVx 0x89 on missing SV at addr 0x8237B030 Skipping SVx 0x80 on missing SV at addr 0x8237B050 Skipping SVx 0x89 on missing SV at addr 0x8237B100 Skipping SVx 0x89 on missing SV at addr 0x8237B170 Skipping SVx 0x80 on missing SV at addr 0x8237B190 Skipping SVx 0x89 on missing SV at addr 0x8237B240 Skipping SVx 0x89 on missing SV at addr 0x8237B2A0 Skipping SVx 0x80 on missing SV at addr 0x8237B2B0 Skipping SVx 0x89 on missing SV at addr 0x8237B360 Skipping SVx 0x89 on missing SV at addr 0x8237B3D0 Skipping SVx 0x80 on missing SV at addr 0x8237B3E0 Skipping SVx 0x89 on missing SV at addr 0x8237B490 Skipping SVx 0x89 on missing SV at addr 0x8237B500 Skipping SVx 0x80 on missing SV at addr 0x8237B510 Skipping SVx 0x89 on missing SV at addr 0x8237B5C0 Skipping SVx 0x89 on missing SV at addr 0x8237B620 Skipping SVx 0x80 on missing SV at addr 0x8237B630 Skipping SVx 0x89 on missing SV at addr 0x8237B6E0 Skipping SVx 0x89 on missing SV at addr 0x8237B740 Skipping SVx 0x80 on missing SV at addr 0x8237B750 Skipping SVx 0x89 on missing SV at addr 0x8237B800 Skipping SVx 0x89 on missing SV at addr 0x8237B860 Skipping SVx 0x80 on missing SV at addr 0x8237B870 Skipping SVx 0x89 on missing SV at addr 0x8237B920 Skipping SVx 0x89 on missing SV at addr 0x8237B970 Skipping SVx 0x80 on missing SV at addr 0x8237B980 Skipping SVx 0x89 on missing SV at addr 0x8237BA10 Skipping SVx 0x89 on missing SV at addr 0x8237BA60 Skipping SVx 0x80 on missing SV at addr 0x8237BA70 Skipping SVx 0x80 on missing SV at addr 0x8237BAC0 Skipping SVx 0x89 on missing SV at addr 0x8237BB10 Skipping SVx 0x89 on missing SV at addr 0x8237BB60 Skipping SVx 0x80 on missing SV at addr 0x8237BB70 Skipping SVx 0x89 on missing SV at addr 0x8237BC30 Skipping SVx 0x89 on missing SV at addr 0x8237BC80 Skipping SVx 0x89 on missing SV at addr 0x8237BD40 Skipping SVx 0x89 on missing SV at addr 0x8237BD90 Skipping SVx 0x80 on missing SV at addr 0x8237BDA0 Skipping SVx 0x89 on missing SV at addr 0x8237BE50 Skipping SVx 0x89 on missing SV at addr 0x8237BEA0 Skipping SVx 0x80 on missing SV at addr 0x8237BEB0 Skipping SVx 0x89 on missing SV at addr 0x8237BFA0 Skipping SVx 0x89 on missing SV at addr 0x82383090 Skipping SVx 0x80 on missing SV at addr 0x823830A0 Skipping SVx 0x89 on missing SV at addr 0x82383110 Skipping SVx 0x89 on missing SV at addr 0x82383190 Skipping SVx 0x89 on missing SV at addr 0x823831C0 Skipping SVx 0x89 on missing SV at addr 0x82383240 Skipping SVx 0x80 on missing SV at addr 0x82383250 Skipping SVx 0x89 on missing SV at addr 0x823832C0 Skipping SVx 0x89 on missing SV at addr 0x82383350 Skipping SVx 0x89 on missing SV at addr 0x82383390 Skipping SVx 0x89 on missing SV at addr 0x82383410 Skipping SVx 0x80 on missing SV at addr 0x82383420 Skipping SVx 0x89 on missing SV at addr 0x82383490 Skipping SVx 0x89 on missing SV at addr 0x82383520 Skipping SVx 0x89 on missing SV at addr 0x82383560 Skipping SVx 0x89 on missing SV at addr 0x823835E0 Skipping SVx 0x80 on missing SV at addr 0x823835F0 Skipping SVx 0x89 on missing SV at addr 0x82383660 Skipping SVx 0x89 on missing SV at addr 0x82383760 Skipping SVx 0x80 on missing SV at addr 0x82383770 Skipping SVx 0x89 on missing SV at addr 0x823837E0 Skipping SVx 0x89 on missing SV at addr 0x82383850 Skipping SVx 0x80 on missing SV at addr 0x82383860 Skipping SVx 0x89 on missing SV at addr 0x823838C0 Skipping SVx 0x89 on missing SV at addr 0x82383930 Skipping SVx 0x80 on missing SV at addr 0x82383940 Skipping SVx 0x89 on missing SV at addr 0x823839A0 Skipping SVx 0x89 on missing SV at addr 0x82383A30 Skipping SVx 0x80 on missing SV at addr 0x82383A40 Skipping SVx 0x89 on missing SV at addr 0x82383AB0 Skipping SVx 0x89 on missing SV at addr 0x82383B30 Skipping SVx 0x80 on missing SV at addr 0x82383B40 Skipping SVx 0x89 on missing SV at addr 0x82383C00 Skipping SVx 0x89 on missing SV at addr 0x82383C60 Skipping SVx 0x80 on missing SV at addr 0x82383C70 Skipping SVx 0x89 on missing SV at addr 0x82383D20 Skipping SVx 0x89 on missing SV at addr 0x82383D90 Skipping SVx 0x80 on missing SV at addr 0x82383DB0 Skipping SVx 0x89 on missing SV at addr 0x82383E60 Skipping SVx 0x89 on missing SV at addr 0x82383ED0 Skipping SVx 0x80 on missing SV at addr 0x82383EF0 Skipping SVx 0x89 on missing SV at addr 0x82383FA0 Skipping SVx 0x89 on missing SV at addr 0x8237E070 Skipping SVx 0x89 on missing SV at addr 0x8237E080 Skipping SVx 0x89 on missing SV at addr 0x8237E0C0 Skipping SVx 0x89 on missing SV at addr 0x8237E0E0 Skipping SVx 0x80 on missing SV at addr 0x8237E0F0 Skipping SVx 0x89 on missing SV at addr 0x8237E1D0 Skipping SVx 0x89 on missing SV at addr 0x8237E200 Skipping SVx 0x89 on missing SV at addr 0x8237E240 Skipping SVx 0x80 on missing SV at addr 0x8237E270 Skipping SVx 0x89 on missing SV at addr 0x8237E370 Skipping SVx 0x89 on missing SV at addr 0x8237E380 Skipping SVx 0x89 on missing SV at addr 0x8237E3C0 Skipping SVx 0x89 on missing SV at addr 0x8237E3E0 Skipping SVx 0x80 on missing SV at addr 0x8237E3F0 Skipping SVx 0x89 on missing SV at addr 0x8237E4F0 Skipping SVx 0x89 on missing SV at addr 0x8237E520 Skipping SVx 0x89 on missing SV at addr 0x8237E560 Skipping SVx 0x80 on missing SV at addr 0x8237E590 Skipping SVx 0x80 on missing SV at addr 0x8237E600 Skipping SVx 0x80 on missing SV at addr 0x8237E670 Skipping SVx 0x80 on missing SV at addr 0x8237E6E0 Skipping SVx 0x80 on missing SV at addr 0x8237E750 Skipping SVx 0x80 on missing SV at addr 0x8237E7C0 Skipping SVx 0x80 on missing SV at addr 0x8237E830 Skipping SVx 0x80 on missing SV at addr 0x8237E8A0 Skipping SVx 0x89 on missing SV at addr 0x8237E930 Skipping SVx 0x89 on missing SV at addr 0x8237EA20 Skipping SVx 0x80 on missing SV at addr 0x8237EA30 Skipping SVx 0x89 on missing SV at addr 0x8237EAA0 Skipping SVx 0x89 on missing SV at addr 0x8237EB90 Skipping SVx 0x80 on missing SV at addr 0x8237EBA0 Skipping SVx 0x89 on missing SV at addr 0x8237EC10 Skipping SVx 0x89 on missing SV at addr 0x8237ED10 Skipping SVx 0x80 on missing SV at addr 0x8237ED20 Skipping SVx 0x89 on missing SV at addr 0x8237ED90 Skipping SVx 0x89 on missing SV at addr 0x8237EE40 Skipping SVx 0x89 on missing SV at addr 0x8237EEC0 Skipping SVx 0x80 on missing SV at addr 0x8237EED0 Skipping SVx 0x89 on missing SV at addr 0x8237EF40 Skipping SVx 0x89 on missing SV at addr 0x8237EFF0 Skipping SVx 0x89 on missing SV at addr 0x823910E0 Skipping SVx 0x89 on missing SV at addr 0x82391150 Skipping SVx 0x80 on missing SV at addr 0x82391190 Skipping SVx 0x89 on missing SV at addr 0x823911B0 Skipping SVx 0x80 on missing SV at addr 0x82391230 Skipping SVx 0x89 on missing SV at addr 0x82391270 Skipping SVx 0x89 on missing SV at addr 0x82391280 Skipping SVx 0x80 on missing SV at addr 0x823912A0 Skipping SVx 0x80 on missing SV at addr 0x82391710 Skipping SVx 0x89 on missing SV at addr 0x82391A50 Skipping SVx 0x80 on missing SV at addr 0x82391A90 Skipping SVx 0x89 on missing SV at addr 0x82391AB0 Skipping SVx 0x89 on missing SV at addr 0x82391AF0 Skipping SVx 0x89 on missing SV at addr 0x82391B20 Skipping SVx 0x80 on missing SV at addr 0x82391B30 Skipping SVx 0x89 on missing SV at addr 0x82391B40 Skipping SVx 0x89 on missing SV at addr 0x82391BE0 Skipping SVx 0x89 on missing SV at addr 0x82391C00 Skipping SVx 0x89 on missing SV at addr 0x82391C20 Skipping SVx 0x89 on missing SV at addr 0x82391DA0 Skipping SVx 0x89 on missing SV at addr 0x82391DF0 Skipping SVx 0x89 on missing SV at addr 0x82391E30 Skipping SVx 0x89 on missing SV at addr 0x82391E50 Skipping SVx 0x89 on missing SV at addr 0x82391E90 Skipping SVx 0x89 on missing SV at addr 0x82391F00 Skipping SVx 0x89 on missing SV at addr 0x82391F50 Skipping SVx 0x89 on missing SV at addr 0x82391FE0 Skipping SVx 0x89 on missing SV at addr 0x82391FF0 Skipping SVx 0x89 on missing SV at addr 0x82384170 Skipping SVx 0x89 on missing SV at addr 0x823841C0 Skipping SVx 0x89 on missing SV at addr 0x82384240 Skipping SVx 0x89 on missing SV at addr 0x823842B0 Skipping SVx 0x89 on missing SV at addr 0x823842E0 Skipping SVx 0x89 on missing SV at addr 0x823842F0 Skipping SVx 0x80 on missing SV at addr 0x82384330 Skipping SVx 0x80 on missing SV at addr 0x823843A0 Skipping SVx 0x80 on missing SV at addr 0x823843C0 Skipping SVx 0x89 on missing SV at addr 0x823843E0 Skipping SVx 0x80 on missing SV at addr 0x823843F0 Skipping SVx 0x80 on missing SV at addr 0x82384460 Skipping SVx 0x80 on missing SV at addr 0x823844B0 Skipping SVx 0x89 on missing SV at addr 0x82384710 Skipping SVx 0x89 on missing SV at addr 0x82384740 Skipping SVx 0x80 on missing SV at addr 0x82384760 Skipping SVx 0x89 on missing SV at addr 0x82384780 Skipping SVx 0x80 on missing SV at addr 0x823847B0 Skipping SVx 0x80 on missing SV at addr 0x82384940 Skipping SVx 0x89 on missing SV at addr 0x823849A0 Skipping SVx 0x89 on missing SV at addr 0x82384A50 Skipping SVx 0x80 on missing SV at addr 0x82384B10 Skipping SVx 0x89 on missing SV at addr 0x82384B20 Skipping SVx 0x89 on missing SV at addr 0x82384B30 Skipping SVx 0x89 on missing SV at addr 0x82384B40 Skipping SVx 0x89 on missing SV at addr 0x82384B60 Skipping SVx 0x80 on missing SV at addr 0x82384BA0 Skipping SVx 0x80 on missing SV at addr 0x82384C10 Skipping SVx 0x80 on missing SV at addr 0x82384C30 Skipping SVx 0x89 on missing SV at addr 0x82384C50 Skipping SVx 0x89 on missing SV at addr 0x82384C80 Skipping SVx 0x80 on missing SV at addr 0x82384CD0 Skipping SVx 0x89 on missing SV at addr 0x82384E00 Skipping SVx 0x80 on missing SV at addr 0x82384ED0 Skipping SVx 0x89 on missing SV at addr 0x82384F00 Skipping SVx 0x89 on missing SV at addr 0x82384F70 Skipping SVx 0x80 on missing SV at addr 0x82384F80 Skipping SVx 0x89 on missing SV at addr 0x82384F90 Skipping SVx 0x80 on missing SV at addr 0x82384FE0 Skipping SVx 0x80 on missing SV at addr 0x82388050 Skipping SVx 0x80 on missing SV at addr 0x823881A0 Skipping SVx 0x89 on missing SV at addr 0x82388280 Skipping SVx 0x80 on missing SV at addr 0x82388360 Skipping SVx 0x89 on missing SV at addr 0x82388370 Skipping SVx 0x89 on missing SV at addr 0x82388420 Skipping SVx 0x89 on missing SV at addr 0x82388430 Skipping SVx 0x89 on missing SV at addr 0x82388520 Skipping SVx 0x80 on missing SV at addr 0x82388530 Skipping SVx 0x89 on missing SV at addr 0x82388540 Skipping SVx 0x89 on missing SV at addr 0x82388550 Skipping SVx 0x89 on missing SV at addr 0x82388590 Skipping SVx 0x80 on missing SV at addr 0x823885C0 Skipping SVx 0x89 on missing SV at addr 0x82388600 Skipping SVx 0x80 on missing SV at addr 0x82388640 Skipping SVx 0x89 on missing SV at addr 0x82388660 Skipping SVx 0x80 on missing SV at addr 0x823886E0 Skipping SVx 0x89 on missing SV at addr 0x82388770 Skipping SVx 0x89 on missing SV at addr 0x82388790 Skipping SVx 0x89 on missing SV at addr 0x82388960 Skipping SVx 0x80 on missing SV at addr 0x82388970 Skipping SVx 0x89 on missing SV at addr 0x82388AA0 Skipping SVx 0x80 on missing SV at addr 0x82388AB0 Skipping SVx 0x80 on missing SV at addr 0x82388AC0 Skipping SVx 0x89 on missing SV at addr 0x82388B20 Skipping SVx 0x80 on missing SV at addr 0x82388B40 Skipping SVx 0x89 on missing SV at addr 0x82388B60 Skipping SVx 0x89 on missing SV at addr 0x82388C60 Skipping SVx 0x80 on missing SV at addr 0x82388CA0 Skipping SVx 0x80 on missing SV at addr 0x82388D20 Skipping SVx 0x80 on missing SV at addr 0x82388DB0 Skipping SVx 0x89 on missing SV at addr 0x82388DC0 Skipping SVx 0x89 on missing SV at addr 0x82388E90 Skipping SVx 0x89 on missing SV at addr 0x82388ED0 Skipping SVx 0x89 on missing SV at addr 0x82388F00 Skipping SVx 0x80 on missing SV at addr 0x82388FE0 Skipping SVx 0x80 on missing SV at addr 0x82379040 Skipping SVx 0x89 on missing SV at addr 0x823790C0 Skipping SVx 0x80 on missing SV at addr 0x82379110 Skipping SVx 0x89 on missing SV at addr 0x82379120 Skipping SVx 0x89 on missing SV at addr 0x823792F0 Skipping SVx 0x80 on missing SV at addr 0x82379310 Skipping SVx 0x89 on missing SV at addr 0x823793D0 Skipping SVx 0x80 on missing SV at addr 0x823794A0 Skipping SVx 0x89 on missing SV at addr 0x823794B0 Skipping SVx 0x89 on missing SV at addr 0x823794C0 Skipping SVx 0x89 on missing SV at addr 0x82379570 Skipping SVx 0x89 on missing SV at addr 0x82379580 Skipping SVx 0x89 on missing SV at addr 0x82379690 Skipping SVx 0x80 on missing SV at addr 0x823796A0 Skipping SVx 0x89 on missing SV at addr 0x823796B0 Skipping SVx 0x89 on missing SV at addr 0x823796C0 Skipping SVx 0x89 on missing SV at addr 0x823796E0 Skipping SVx 0x80 on missing SV at addr 0x82379730 Skipping SVx 0x89 on missing SV at addr 0x82379770 Skipping SVx 0x80 on missing SV at addr 0x823797B0 Skipping SVx 0x89 on missing SV at addr 0x823797D0 Skipping SVx 0x80 on missing SV at addr 0x82379850 Skipping SVx 0x89 on missing SV at addr 0x823798E0 Skipping SVx 0x89 on missing SV at addr 0x82379920 Skipping SVx 0x80 on missing SV at addr 0x82379930 Skipping SVx 0x89 on missing SV at addr 0x82379980 Skipping SVx 0x80 on missing SV at addr 0x82379B20 Skipping SVx 0x80 on missing SV at addr 0x82379B60 Skipping SVx 0x89 on missing SV at addr 0x82379BB0 Skipping SVx 0x80 on missing SV at addr 0x82379BF0 Skipping SVx 0x89 on missing SV at addr 0x82379C90 Skipping SVx 0x80 on missing SV at addr 0x82379D40 Skipping SVx 0x89 on missing SV at addr 0x82379D50 Skipping SVx 0x89 on missing SV at addr 0x82379D60 Skipping SVx 0x80 on missing SV at addr 0x82379DD0 Skipping SVx 0x89 on missing SV at addr 0x82379DF0 Skipping SVx 0x89 on missing SV at addr 0x82379E10 Skipping SVx 0x80 on missing SV at addr 0x82379E50 Skipping SVx 0x89 on missing SV at addr 0x82379E70 Skipping SVx 0x89 on missing SV at addr 0x82379E90 Skipping SVx 0x80 on missing SV at addr 0x82379EA0 Skipping SVx 0x80 on missing SV at addr 0x82379EF0 Skipping SVx 0x80 on missing SV at addr 0x82379F50 Skipping SVx 0x89 on missing SV at addr 0x80F6E090 Skipping SVx 0x80 on missing SV at addr 0x80F6E130 Skipping SVx 0x80 on missing SV at addr 0x80F6E1D0 Skipping SVx 0x80 on missing SV at addr 0x80F6E240 Skipping SVx 0x80 on missing SV at addr 0x80F6E270 Skipping SVx 0x89 on missing SV at addr 0x80F6E2F0 Skipping SVx 0x80 on missing SV at addr 0x80F6E3A0 Skipping SVx 0x80 on missing SV at addr 0x80F6E410 Skipping SVx 0x89 on missing SV at addr 0x80F6E4D0 Skipping SVx 0x80 on missing SV at addr 0x80F6E7B0 Skipping SVx 0x80 on missing SV at addr 0x80F6E820 Skipping SVx 0x89 on missing SV at addr 0x80F6E8A0 Skipping SVx 0x80 on missing SV at addr 0x80F6E8B0 Skipping SVx 0x89 on missing SV at addr 0x80F6E8F0 Skipping SVx 0x89 on missing SV at addr 0x80F6E960 Skipping SVx 0x80 on missing SV at addr 0x80F6E9B0 Skipping SVx 0x89 on missing SV at addr 0x80F6E9E0 Skipping SVx 0x80 on missing SV at addr 0x80F6EBE0 Skipping SVx 0x89 on missing SV at addr 0x80F6EC30 Skipping SVx 0x80 on missing SV at addr 0x80F55270 Skipping SVx 0x80 on missing SV at addr 0x80F55290 Skipping SVx 0x80 on missing SV at addr 0x80F552B0 Skipping SVx 0x80 on missing SV at addr 0x80F552D0 Skipping SVx 0x80 on missing SV at addr 0x80F552F0 Skipping SVx 0x80 on missing SV at addr 0x80F55310 Skipping SVx 0x80 on missing SV at addr 0x80F55330 Skipping SVx 0x80 on missing SV at addr 0x80F55350 Skipping SVx 0x80 on missing SV at addr 0x80F55370 Skipping SVx 0x80 on missing SV at addr 0x80F55390 Skipping SVx 0x80 on missing SV at addr 0x80F553B0 Skipping SVx 0x80 on missing SV at addr 0x80F553D0 Skipping SVx 0x80 on missing SV at addr 0x80F55400 Skipping SVx 0x80 on missing SV at addr 0x80F55430 Skipping SVx 0x80 on missing SV at addr 0x80F55460 Skipping SVx 0x80 on missing SV at addr 0x80F55480 Skipping SVx 0x80 on missing SV at addr 0x80F554A0 Skipping SVx 0x80 on missing SV at addr 0x80F55610 Skipping SVx 0x80 on missing SV at addr 0x80F55620 Skipping SVx 0x89 on missing SV at addr 0x80F55660 Skipping SVx 0x89 on missing SV at addr 0x80F55680 Skipping SVx 0x89 on missing SV at addr 0x80F556A0 Skipping SVx 0x89 on missing SV at addr 0x80F556C0 Skipping SVx 0x89 on missing SV at addr 0x80F556E0 Skipping SVx 0x80 on missing SV at addr 0x80F556F0 Skipping SVx 0x89 on missing SV at addr 0x80F55700 Skipping SVx 0x89 on missing SV at addr 0x80F55710 Skipping SVx 0x89 on missing SV at addr 0x80F55720 Skipping SVx 0x89 on missing SV at addr 0x80F55740 Skipping SVx 0x89 on missing SV at addr 0x80F55760 Skipping SVx 0x89 on missing SV at addr 0x80F55780 Skipping SVx 0x80 on missing SV at addr 0x80F55790 Skipping SVx 0x89 on missing SV at addr 0x80F557A0 Skipping SVx 0x89 on missing SV at addr 0x80F557C0 Skipping SVx 0x89 on missing SV at addr 0x80F557D0 Skipping SVx 0x89 on missing SV at addr 0x80F557E0 Skipping SVx 0x89 on missing SV at addr 0x80F55800 Skipping SVx 0x89 on missing SV at addr 0x80F55820 Skipping SVx 0x89 on missing SV at addr 0x80F55840 Skipping SVx 0x89 on missing SV at addr 0x80F55860 Skipping SVx 0x89 on missing SV at addr 0x80F55880 Skipping SVx 0x89 on missing SV at addr 0x80F558A0 Skipping SVx 0x89 on missing SV at addr 0x80F558C0 Skipping SVx 0x89 on missing SV at addr 0x80F558E0 Skipping SVx 0x89 on missing SV at addr 0x80F55900 Skipping SVx 0x89 on missing SV at addr 0x80F55920 Skipping SVx 0x89 on missing SV at addr 0x80F55930 Skipping SVx 0x89 on missing SV at addr 0x80F55940 Skipping SVx 0x89 on missing SV at addr 0x80F55960 Skipping SVx 0x89 on missing SV at addr 0x80F55980 Skipping SVx 0x89 on missing SV at addr 0x80F559A0 Skipping SVx 0x89 on missing SV at addr 0x80F559C0 Skipping SVx 0x89 on missing SV at addr 0x80F559E0 Skipping SVx 0x89 on missing SV at addr 0x80F55A00 Skipping SVx 0x89 on missing SV at addr 0x80F55A20 Skipping SVx 0x89 on missing SV at addr 0x80F55A40 Skipping SVx 0x89 on missing SV at addr 0x80F55A60 Skipping SVx 0x89 on missing SV at addr 0x80F55A70 Skipping SVx 0x89 on missing SV at addr 0x80F55A80 Skipping SVx 0x89 on missing SV at addr 0x80F55AA0 Skipping SVx 0x89 on missing SV at addr 0x80F55AC0 Skipping SVx 0x89 on missing SV at addr 0x80F55AE0 Skipping SVx 0x89 on missing SV at addr 0x80F55B00 Skipping SVx 0x89 on missing SV at addr 0x80F55B20 Skipping SVx 0x89 on missing SV at addr 0x80F55B40 Skipping SVx 0x89 on missing SV at addr 0x80F55B60 Skipping SVx 0x89 on missing SV at addr 0x80F55B80 Skipping SVx 0x89 on missing SV at addr 0x80F55B90 Skipping SVx 0x89 on missing SV at addr 0x80F55BA0 Skipping SVx 0x89 on missing SV at addr 0x80F55BB0 Skipping SVx 0x89 on missing SV at addr 0x80F55BC0 Skipping SVx 0x89 on missing SV at addr 0x80F55BE0 Skipping SVx 0x89 on missing SV at addr 0x80F55C00 Skipping SVx 0x89 on missing SV at addr 0x80F55C20 Skipping SVx 0x89 on missing SV at addr 0x80F55C40 Skipping SVx 0x89 on missing SV at addr 0x80F55C50 Skipping SVx 0x89 on missing SV at addr 0x80F55C60 Skipping SVx 0x89 on missing SV at addr 0x80F55C80 Skipping SVx 0x89 on missing SV at addr 0x80F55CA0 Skipping SVx 0x89 on missing SV at addr 0x80F55CB0 Skipping SVx 0x89 on missing SV at addr 0x80F55CC0 Skipping SVx 0x89 on missing SV at addr 0x80F55CD0 Skipping SVx 0x89 on missing SV at addr 0x80F55CE0 Skipping SVx 0x89 on missing SV at addr 0x80F55CF0 Skipping SVx 0x89 on missing SV at addr 0x80F55D00 Skipping SVx 0x89 on missing SV at addr 0x80F55D10 Skipping SVx 0x89 on missing SV at addr 0x80F55D20 Skipping SVx 0x89 on missing SV at addr 0x80F55D40 Skipping SVx 0x89 on missing SV at addr 0x80F55D60 Skipping SVx 0x89 on missing SV at addr 0x80F55D80 Skipping SVx 0x89 on missing SV at addr 0x80F55DA0 Skipping SVx 0x89 on missing SV at addr 0x80F55DC0 Skipping SVx 0x89 on missing SV at addr 0x80F55DE0 Skipping SVx 0x89 on missing SV at addr 0x80F55E00 Skipping SVx 0x89 on missing SV at addr 0x80F55E20 Skipping SVx 0x89 on missing SV at addr 0x80F55E30 Skipping SVx 0x89 on missing SV at addr 0x80F55E40 Skipping SVx 0x89 on missing SV at addr 0x80F55E50 Skipping SVx 0x89 on missing SV at addr 0x80F55E60 Skipping SVx 0x89 on missing SV at addr 0x80F55E70 Skipping SVx 0x89 on missing SV at addr 0x80F55E80 Skipping SVx 0x89 on missing SV at addr 0x80F55EA0 Skipping SVx 0x89 on missing SV at addr 0x80F55EC0 Skipping SVx 0x89 on missing SV at addr 0x80F55F60 Skipping SVx 0x89 on missing SV at addr 0x80F55FA0 Skipping SVx 0x89 on missing SV at addr 0x80F55FC0 Skipping SVx 0x89 on missing SV at addr 0x80F84480 Skipping SVx 0x80 on missing SV at addr 0x80F844D0 Skipping SVx 0x80 on missing SV at addr 0x80F84500 Skipping SVx 0x80 on missing SV at addr 0x80F84650 Skipping SVx 0x80 on missing SV at addr 0x80F84680 Skipping SVx 0x80 on missing SV at addr 0x80F846D0 Skipping SVx 0x80 on missing SV at addr 0x80F846E0 Skipping SVx 0x80 on missing SV at addr 0x80F846F0 Skipping SVx 0x80 on missing SV at addr 0x80F84860 Skipping SVx 0x80 on missing SV at addr 0x80F848B0 Skipping SVx 0x80 on missing SV at addr 0x80F84A90 Skipping SVx 0x80 on missing SV at addr 0x80F84B90 Skipping SVx 0x80 on missing SV at addr 0x80F84DC0 Skipping SVx 0x80 on missing SV at addr 0x80F84E30 Skipping SVx 0x80 on missing SV at addr 0x80F5C040 Skipping SVx 0x80 on missing SV at addr 0x80F5C0D0 Skipping SVx 0x80 on missing SV at addr 0x80F5C130 Skipping SVx 0x80 on missing SV at addr 0x80F5C160 Skipping SVx 0x80 on missing SV at addr 0x80F5C170 Skipping SVx 0x80 on missing SV at addr 0x80F5C1B0 Skipping SVx 0x80 on missing SV at addr 0x80F5C1E0 Skipping SVx 0x80 on missing SV at addr 0x80F5C230 Skipping SVx 0x80 on missing SV at addr 0x80F5C2B0 Skipping SVx 0x80 on missing SV at addr 0x80F5C2E0 Skipping SVx 0x80 on missing SV at addr 0x80F5C3E0 Skipping SVx 0x80 on missing SV at addr 0x80F5C430 Skipping SVx 0x80 on missing SV at addr 0x80F5C460 Skipping SVx 0x80 on missing SV at addr 0x80F5C4C0 Skipping SVx 0x80 on missing SV at addr 0x80F5C4F0 Skipping SVx 0x80 on missing SV at addr 0x80F5C570 Skipping SVx 0x80 on missing SV at addr 0x80F5C590 Skipping SVx 0x80 on missing SV at addr 0x80F5C5C0 Skipping SVx 0x80 on missing SV at addr 0x80F5C5F0 Skipping SVx 0x80 on missing SV at addr 0x80F5C610 Skipping SVx 0x80 on missing SV at addr 0x80F5C650 Skipping SVx 0x80 on missing SV at addr 0x80F5C680 Skipping SVx 0x80 on missing SV at addr 0x80F5C6C0 Skipping SVx 0x80 on missing SV at addr 0x80F5C6F0 Skipping SVx 0x80 on missing SV at addr 0x80F5C710 Skipping SVx 0x80 on missing SV at addr 0x80F5C750 Skipping SVx 0x80 on missing SV at addr 0x80F5C770 Skipping SVx 0x80 on missing SV at addr 0x80F5C7A0 Skipping SVx 0x80 on missing SV at addr 0x80F5C7E0 Skipping SVx 0x80 on missing SV at addr 0x80F5C810 Skipping SVx 0x80 on missing SV at addr 0x80F5C840 Skipping SVx 0x80 on missing SV at addr 0x80F5C890 Skipping SVx 0x80 on missing SV at addr 0x80F5C8D0 Skipping SVx 0x80 on missing SV at addr 0x80F5C910 Skipping SVx 0x80 on missing SV at addr 0x80F5C930 Skipping SVx 0x80 on missing SV at addr 0x80F5C940 Skipping SVx 0x80 on missing SV at addr 0x80F5C980 Skipping SVx 0x80 on missing SV at addr 0x80F5C9B0 Skipping SVx 0x80 on missing SV at addr 0x80F5C9C0 Skipping SVx 0x80 on missing SV at addr 0x80F5CA00 Skipping SVx 0x80 on missing SV at addr 0x80F5CA30 Skipping SVx 0x80 on missing SV at addr 0x80F5CA60 Skipping SVx 0x80 on missing SV at addr 0x80F5CA90 Skipping SVx 0x80 on missing SV at addr 0x80F5CB50 Skipping SVx 0x89 on missing SV at addr 0x80F69270 Skipping SVx 0x89 on missing SV at addr 0x80F69320 Skipping SVx 0x89 on missing SV at addr 0x80F693C0 Skipping SVx 0x80 on missing SV at addr 0x80F693E0 Skipping SVx 0x80 on missing SV at addr 0x80F69760 Skipping SVx 0x80 on missing SV at addr 0x80F698C0 Skipping SVx 0x80 on missing SV at addr 0x80F69A20 Skipping SVx 0x80 on missing SV at addr 0x80F69B00 Skipping SVx 0x80 on missing SV at addr 0x80F69CC0 Skipping SVx 0x80 on missing SV at addr 0x80F69D70 Skipping SVx 0x80 on missing SV at addr 0x80F69DE0 Skipping SVx 0x80 on missing SV at addr 0x80F69E30 Skipping SVx 0x80 on missing SV at addr 0x80F69E80 Skipping SVx 0x80 on missing SV at addr 0x80F69EB0 Skipping SVx 0x80 on missing SV at addr 0x80F69EE0 Skipping SVx 0x80 on missing SV at addr 0x80F69F00 Skipping SVx 0x80 on missing SV at addr 0x80F69F40 Skipping SVx 0x80 on missing SV at addr 0x80F69F70 Skipping SVx 0x80 on missing SV at addr 0x80F69FA0 Skipping SVx 0x80 on missing SV at addr 0x80F69FD0 Skipping SVx 0x80 on missing SV at addr 0x80F8A030 Skipping SVx 0x89 on missing SV at addr 0x80F8A040 Skipping SVx 0x80 on missing SV at addr 0x80F8A100 Skipping SVx 0x80 on missing SV at addr 0x80F8A110 Skipping SVx 0x80 on missing SV at addr 0x80F8A160 Skipping SVx 0x80 on missing SV at addr 0x80F8A1B0 Skipping SVx 0x80 on missing SV at addr 0x80F8A1C0 Skipping SVx 0x80 on missing SV at addr 0x80F8A200 Skipping SVx 0x80 on missing SV at addr 0x80F8A220 Skipping SVx 0x80 on missing SV at addr 0x80F8A230 Skipping SVx 0x80 on missing SV at addr 0x80F8A2E0 Skipping SVx 0x89 on missing SV at addr 0x80F8A320 Skipping SVx 0x89 on missing SV at addr 0x80F8A330 Skipping SVx 0x89 on missing SV at addr 0x80F8A350 Skipping SVx 0x80 on missing SV at addr 0x80F8A3E0 Skipping SVx 0x80 on missing SV at addr 0x80F8A450 Skipping SVx 0x89 on missing SV at addr 0x80F8A460 Skipping SVx 0x80 on missing SV at addr 0x80F8A510 Skipping SVx 0x80 on missing SV at addr 0x80F8A540 Skipping SVx 0x89 on missing SV at addr 0x80F8A550 Skipping SVx 0x89 on missing SV at addr 0x80F8A5C0 Skipping SVx 0x80 on missing SV at addr 0x80F8A5D0 Skipping SVx 0x80 on missing SV at addr 0x80F8A600 Skipping SVx 0x80 on missing SV at addr 0x80F8A610 Skipping SVx 0x80 on missing SV at addr 0x80F8A660 Skipping SVx 0x80 on missing SV at addr 0x80F8A6A0 Skipping SVx 0x89 on missing SV at addr 0x80F8A700 Skipping SVx 0x80 on missing SV at addr 0x80F8A730 Skipping SVx 0x89 on missing SV at addr 0x80F8A770 Skipping SVx 0x80 on missing SV at addr 0x80F8A7A0 Skipping SVx 0x80 on missing SV at addr 0x80F8A870 Skipping SVx 0x89 on missing SV at addr 0x80F8A890 Skipping SVx 0x80 on missing SV at addr 0x80F8A9A0 Skipping SVx 0x80 on missing SV at addr 0x80F8AA80 Skipping SVx 0x80 on missing SV at addr 0x80F8AB00 Skipping SVx 0x80 on missing SV at addr 0x80F8AB20 Skipping SVx 0x80 on missing SV at addr 0x80F8AB50 Skipping SVx 0x80 on missing SV at addr 0x80F8AB80 Skipping SVx 0x80 on missing SV at addr 0x80F8ABB0 Skipping SVx 0x80 on missing SV at addr 0x80F8ABE0 Skipping SVx 0x80 on missing SV at addr 0x80F8AC10 Skipping SVx 0x80 on missing SV at addr 0x80F8AC40 Skipping SVx 0x80 on missing SV at addr 0x80F8AC70 Skipping SVx 0x80 on missing SV at addr 0x80F8ACA0 Skipping SVx 0x80 on missing SV at addr 0x80F8ACD0 Skipping SVx 0x80 on missing SV at addr 0x80F8AD00 Skipping SVx 0x80 on missing SV at addr 0x80F8AD30 Skipping SVx 0x80 on missing SV at addr 0x80F8AD60 Skipping SVx 0x80 on missing SV at addr 0x80F8AD90 Skipping SVx 0x80 on missing SV at addr 0x80F8ADC0 Skipping SVx 0x80 on missing SV at addr 0x80F8ADF0 Skipping SVx 0x89 on missing SV at addr 0x80F8AFC0 Skipping SVx 0x80 on missing SV at addr 0x80F81020 Skipping SVx 0x80 on missing SV at addr 0x80F81260 Skipping SVx 0x80 on missing SV at addr 0x80F81290 Skipping SVx 0x80 on missing SV at addr 0x80F812B0 Skipping SVx 0x80 on missing SV at addr 0x80F812D0 Skipping SVx 0x80 on missing SV at addr 0x80F812F0 Skipping SVx 0x80 on missing SV at addr 0x80F81360 Skipping SVx 0x80 on missing SV at addr 0x80F81380 Skipping SVx 0x80 on missing SV at addr 0x80F813A0 Skipping SVx 0x80 on missing SV at addr 0x80F813C0 Skipping SVx 0x89 on missing SV at addr 0x80F81420 Skipping SVx 0x80 on missing SV at addr 0x80F81550 Skipping SVx 0x80 on missing SV at addr 0x80F81670 Skipping SVx 0x89 on missing SV at addr 0x80F818D0 Skipping SVx 0x80 on missing SV at addr 0x80F81910 Skipping SVx 0x89 on missing SV at addr 0x80F819A0 Skipping SVx 0x80 on missing SV at addr 0x80F81AF0 Skipping SVx 0x80 on missing SV at addr 0x80F81C90 Skipping SVx 0x80 on missing SV at addr 0x80F81D80 Skipping SVx 0x80 on missing SV at addr 0x80F81DC0 Skipping SVx 0x80 on missing SV at addr 0x80F81EF0 Skipping SVx 0x80 on missing SV at addr 0x80F81F30 Skipping SVx 0x89 on missing SV at addr 0x80F81FD0 Skipping SVx 0x89 on missing SV at addr 0x82BFF070 Skipping SVx 0x89 on missing SV at addr 0x82BFF0A0 Skipping SVx 0x89 on missing SV at addr 0x82BFF0D0 Skipping SVx 0x89 on missing SV at addr 0x82BFF100 Skipping SVx 0x89 on missing SV at addr 0x82BFF120 Skipping SVx 0x89 on missing SV at addr 0x82BFF160 Skipping SVx 0x89 on missing SV at addr 0x82BFF180 Skipping SVx 0x89 on missing SV at addr 0x82BFF1A0 Skipping SVx 0x80 on missing SV at addr 0x82BFF1D0 Skipping SVx 0x89 on missing SV at addr 0x82BFF1E0 Skipping SVx 0x89 on missing SV at addr 0x82BFF240 Skipping SVx 0x89 on missing SV at addr 0x82BFF260 Skipping SVx 0x89 on missing SV at addr 0x82BFF2A0 Skipping SVx 0x89 on missing SV at addr 0x82BFF2C0 Skipping SVx 0x89 on missing SV at addr 0x82BFF2F0 Skipping SVx 0x80 on missing SV at addr 0x82BFF370 Skipping SVx 0x89 on missing SV at addr 0x82BFF380 Skipping SVx 0x89 on missing SV at addr 0x82BFF3E0 Skipping SVx 0x89 on missing SV at addr 0x82BFF400 Skipping SVx 0x80 on missing SV at addr 0x82BFF440 Skipping SVx 0x89 on missing SV at addr 0x82BFF450 Skipping SVx 0x80 on missing SV at addr 0x82BFF4E0 Skipping SVx 0x89 on missing SV at addr 0x82BFF4F0 Skipping SVx 0x89 on missing SV at addr 0x82BFF550 Skipping SVx 0x89 on missing SV at addr 0x82BFF570 Skipping SVx 0x80 on missing SV at addr 0x82BFF5B0 Skipping SVx 0x89 on missing SV at addr 0x82BFF5C0 Skipping SVx 0x89 on missing SV at addr 0x82BFF620 Skipping SVx 0x89 on missing SV at addr 0x82BFF650 Skipping SVx 0x89 on missing SV at addr 0x82BFF690 Skipping SVx 0x89 on missing SV at addr 0x82BFF700 Skipping SVx 0x89 on missing SV at addr 0x82BFF720 Skipping SVx 0x80 on missing SV at addr 0x82BFF760 Skipping SVx 0x89 on missing SV at addr 0x82BFF770 Skipping SVx 0x89 on missing SV at addr 0x82BFF7C0 Skipping SVx 0x89 on missing SV at addr 0x82BFF7E0 Skipping SVx 0x80 on missing SV at addr 0x82BFF820 Skipping SVx 0x89 on missing SV at addr 0x82BFF830 Skipping SVx 0x89 on missing SV at addr 0x82BFF880 Skipping SVx 0x89 on missing SV at addr 0x82BFF8B0 Skipping SVx 0x89 on missing SV at addr 0x82BFF8F0 Skipping SVx 0x89 on missing SV at addr 0x82BFF910 Skipping SVx 0x80 on missing SV at addr 0x82BFF930 Skipping SVx 0x89 on missing SV at addr 0x82BFF940 Skipping SVx 0x89 on missing SV at addr 0x82BFF990 Skipping SVx 0x89 on missing SV at addr 0x82BFF9B0 Skipping SVx 0x80 on missing SV at addr 0x82BFF9F0 Skipping SVx 0x89 on missing SV at addr 0x82BFFA00 Skipping SVx 0x89 on missing SV at addr 0x82BFFA80 Skipping SVx 0x89 on missing SV at addr 0x82BFFAC0 Skipping SVx 0x89 on missing SV at addr 0x82BFFAF0 Skipping SVx 0x80 on missing SV at addr 0x82BFFB20 Skipping SVx 0x89 on missing SV at addr 0x82BFFB70 Skipping SVx 0x89 on missing SV at addr 0x82BFFBB0 Skipping SVx 0x89 on missing SV at addr 0x82BFFBD0 Skipping SVx 0x89 on missing SV at addr 0x82BFFBF0 Skipping SVx 0x89 on missing SV at addr 0x82BFFC10 Skipping SVx 0x89 on missing SV at addr 0x82BFFCC0 Skipping SVx 0x89 on missing SV at addr 0x82BFFCD0 Skipping SVx 0x89 on missing SV at addr 0x82BFFCF0 Skipping SVx 0x89 on missing SV at addr 0x82BFFE90 Skipping SVx 0x89 on missing SV at addr 0x82BFFEF0 Skipping SVx 0x89 on missing SV at addr 0x82BFFF20 Skipping SVx 0x89 on missing SV at addr 0x82BFFF60 Skipping SVx 0x89 on missing SV at addr 0x82BFFF90 Skipping SVx 0x89 on missing SV at addr 0x82BFFFC0 Skipping SVx 0x80 on missing SV at addr 0x82BF8060 Skipping SVx 0x89 on missing SV at addr 0x82BF8080 Skipping SVx 0x89 on missing SV at addr 0x82BF8090 Skipping SVx 0x80 on missing SV at addr 0x82BF8170 Skipping SVx 0x80 on missing SV at addr 0x82BF8220 Skipping SVx 0x80 on missing SV at addr 0x82BF8290 Skipping SVx 0x80 on missing SV at addr 0x82BF82A0 Skipping SVx 0x80 on missing SV at addr 0x82BF8300 Skipping SVx 0x80 on missing SV at addr 0x82BF8330 Skipping SVx 0x80 on missing SV at addr 0x82BF8360 Skipping SVx 0x80 on missing SV at addr 0x82BF8390 Skipping SVx 0x80 on missing SV at addr 0x82BF83C0 Skipping SVx 0x89 on missing SV at addr 0x82BF8470 Skipping SVx 0x80 on missing SV at addr 0x82BF84F0 Skipping SVx 0x80 on missing SV at addr 0x82BF8580 Skipping SVx 0x80 on missing SV at addr 0x82BF8630 Skipping SVx 0x80 on missing SV at addr 0x82BF87F0 Skipping SVx 0x80 on missing SV at addr 0x82BF8880 Skipping SVx 0x89 on missing SV at addr 0x82BF8950 Skipping SVx 0x89 on missing SV at addr 0x82BF8A00 Skipping SVx 0x89 on missing SV at addr 0x82BF8A90 Skipping SVx 0x89 on missing SV at addr 0x82BF8C00 Skipping SVx 0x80 on missing SV at addr 0x82BF8C10 Skipping SVx 0x89 on missing SV at addr 0x82BF8C30 Skipping SVx 0x80 on missing SV at addr 0x82BF8C40 Skipping SVx 0x89 on missing SV at addr 0x82BF8C90 Skipping SVx 0x89 on missing SV at addr 0x82BF8D50 Skipping SVx 0x89 on missing SV at addr 0x82BF8D70 Skipping SVx 0x89 on missing SV at addr 0x82BF8DA0 Skipping SVx 0x80 on missing SV at addr 0x82BF8DF0 Skipping SVx 0x80 on missing SV at addr 0x82BF8E00 Skipping SVx 0x89 on missing SV at addr 0x82BF8F10 Skipping SVx 0x80 on missing SV at addr 0x82BE7140 Skipping SVx 0x80 on missing SV at addr 0x82BE7280 Skipping SVx 0x80 on missing SV at addr 0x82BE7300 Skipping SVx 0x80 on missing SV at addr 0x82BE7340 Skipping SVx 0x80 on missing SV at addr 0x82BE73E0 Skipping SVx 0x89 on missing SV at addr 0x82BE73F0 Skipping SVx 0x89 on missing SV at addr 0x82BE7400 Skipping SVx 0x89 on missing SV at addr 0x82BE74B0 Skipping SVx 0x89 on missing SV at addr 0x82BE74C0 Skipping SVx 0x80 on missing SV at addr 0x82BE7500 Skipping SVx 0x89 on missing SV at addr 0x82BE7510 Skipping SVx 0x89 on missing SV at addr 0x82BE7580 Skipping SVx 0x89 on missing SV at addr 0x82BE7590 Skipping SVx 0x89 on missing SV at addr 0x82BE75B0 Skipping SVx 0x89 on missing SV at addr 0x82BE75D0 Skipping SVx 0x89 on missing SV at addr 0x82BE7640 Skipping SVx 0x80 on missing SV at addr 0x82BE76B0 Skipping SVx 0x89 on missing SV at addr 0x82BE76C0 Skipping SVx 0x89 on missing SV at addr 0x82BE76D0 Skipping SVx 0x89 on missing SV at addr 0x82BE76E0 Skipping SVx 0x80 on missing SV at addr 0x82BE7740 Skipping SVx 0x80 on missing SV at addr 0x82BE77A0 Skipping SVx 0x89 on missing SV at addr 0x82BE77D0 Skipping SVx 0x80 on missing SV at addr 0x82BE7810 Skipping SVx 0x80 on missing SV at addr 0x82BE7870 Skipping SVx 0x89 on missing SV at addr 0x82BE78D0 Skipping SVx 0x89 on missing SV at addr 0x82BE78F0 Skipping SVx 0x89 on missing SV at addr 0x82BE7900 Skipping SVx 0x80 on missing SV at addr 0x82BE7940 Skipping SVx 0x80 on missing SV at addr 0x82BE7B70 Skipping SVx 0x89 on missing SV at addr 0x82BE7C50 Skipping SVx 0x89 on missing SV at addr 0x82BE7CD0 Skipping SVx 0x80 on missing SV at addr 0x82BE7D40 Skipping SVx 0x80 on missing SV at addr 0x82BE7DA0 Skipping SVx 0x89 on missing SV at addr 0x82BE7F20 Skipping SVx 0x89 on missing SV at addr 0x82BE7FB0 Skipping SVx 0x89 on missing SV at addr 0x82BFA060 Skipping SVx 0x80 on missing SV at addr 0x82BFA080 Skipping SVx 0x89 on missing SV at addr 0x82BFA0E0 Skipping SVx 0x89 on missing SV at addr 0x82BFA100 Skipping SVx 0x89 on missing SV at addr 0x82BFA180 Skipping SVx 0x89 on missing SV at addr 0x82BFA190 Skipping SVx 0x89 on missing SV at addr 0x82BFA1B0 Skipping SVx 0x80 on missing SV at addr 0x82BFA310 Skipping SVx 0x80 on missing SV at addr 0x82BFA360 Skipping SVx 0x80 on missing SV at addr 0x82BFA410 Skipping SVx 0x80 on missing SV at addr 0x82BFA430 Skipping SVx 0x89 on missing SV at addr 0x82BFA460 Skipping SVx 0x89 on missing SV at addr 0x82BFA470 Skipping SVx 0x89 on missing SV at addr 0x82BFA490 Skipping SVx 0x80 on missing SV at addr 0x82BFA520 Skipping SVx 0x80 on missing SV at addr 0x82BFA550 Skipping SVx 0x80 on missing SV at addr 0x82BFA5B0 Skipping SVx 0x80 on missing SV at addr 0x82BFA850 Skipping SVx 0x80 on missing SV at addr 0x82BFA870 Skipping SVx 0x80 on missing SV at addr 0x82BFA900 Skipping SVx 0x80 on missing SV at addr 0x82BFA940 Skipping SVx 0x80 on missing SV at addr 0x82BFA980 Skipping SVx 0x89 on missing SV at addr 0x82BFAA30 Skipping SVx 0x89 on missing SV at addr 0x82BFAA40 Skipping SVx 0x80 on missing SV at addr 0x82BFAA80 Skipping SVx 0x89 on missing SV at addr 0x82BFAA90 Skipping SVx 0x89 on missing SV at addr 0x82BFAB00 Skipping SVx 0x89 on missing SV at addr 0x82BFAB10 Skipping SVx 0x89 on missing SV at addr 0x82BFAB30 Skipping SVx 0x89 on missing SV at addr 0x82BFAB50 Skipping SVx 0x89 on missing SV at addr 0x82BFABC0 Skipping SVx 0x80 on missing SV at addr 0x82BFAC30 Skipping SVx 0x89 on missing SV at addr 0x82BFAC40 Skipping SVx 0x89 on missing SV at addr 0x82BFAC50 Skipping SVx 0x89 on missing SV at addr 0x82BFAC60 Skipping SVx 0x80 on missing SV at addr 0x82BFAD40 Skipping SVx 0x80 on missing SV at addr 0x82BFAD90 Skipping SVx 0x80 on missing SV at addr 0x82BFAE00 Skipping SVx 0x80 on missing SV at addr 0x82BFAE20 Skipping SVx 0x89 on missing SV at addr 0x82BFAE60 Skipping SVx 0x89 on missing SV at addr 0x82BFAE80 Skipping SVx 0x80 on missing SV at addr 0x82BFAF10 Skipping SVx 0x80 on missing SV at addr 0x82BFAF40 Skipping SVx 0x80 on missing SV at addr 0x82BFAF90 Skipping SVx 0x80 on missing SV at addr 0x82BD6020 Skipping SVx 0x89 on missing SV at addr 0x82BD6030 Skipping SVx 0x89 on missing SV at addr 0x82BD6040 Skipping SVx 0x89 on missing SV at addr 0x82BD61D0 Skipping SVx 0x89 on missing SV at addr 0x82BD61E0 Skipping SVx 0x89 on missing SV at addr 0x82BD6250 Skipping SVx 0x89 on missing SV at addr 0x82BD6280 Skipping SVx 0x80 on missing SV at addr 0x82BD6290 Skipping SVx 0x89 on missing SV at addr 0x82BD62A0 Skipping SVx 0x89 on missing SV at addr 0x82BD62B0 Skipping SVx 0x89 on missing SV at addr 0x82BD6440 Skipping SVx 0x89 on missing SV at addr 0x82BD6450 Skipping SVx 0x89 on missing SV at addr 0x82BD64C0 Skipping SVx 0x89 on missing SV at addr 0x82BD64F0 Skipping SVx 0x89 on missing SV at addr 0x82BD6510 Skipping SVx 0x80 on missing SV at addr 0x82BD6530 Skipping SVx 0x89 on missing SV at addr 0x82BD6540 Skipping SVx 0x89 on missing SV at addr 0x82BD6550 Skipping SVx 0x89 on missing SV at addr 0x82BD66A0 Skipping SVx 0x89 on missing SV at addr 0x82BD66C0 Skipping SVx 0x89 on missing SV at addr 0x82BD66E0 Skipping SVx 0x89 on missing SV at addr 0x82BD6710 Skipping SVx 0x80 on missing SV at addr 0x82BD6730 Skipping SVx 0x89 on missing SV at addr 0x82BD6740 Skipping SVx 0x89 on missing SV at addr 0x82BD6750 Skipping SVx 0x89 on missing SV at addr 0x82BD67F0 Skipping SVx 0x89 on missing SV at addr 0x82BD6820 Skipping SVx 0x89 on missing SV at addr 0x82BD6850 Skipping SVx 0x89 on missing SV at addr 0x82BD6960 Skipping SVx 0x80 on missing SV at addr 0x82BD6970 Skipping SVx 0x89 on missing SV at addr 0x82BD6A20 Skipping SVx 0x80 on missing SV at addr 0x82BD6A30 Skipping SVx 0x89 on missing SV at addr 0x82BD6AE0 Skipping SVx 0x80 on missing SV at addr 0x82BD6AF0 Skipping SVx 0x89 on missing SV at addr 0x82BD6BC0 Skipping SVx 0x80 on missing SV at addr 0x82BD6BD0 Skipping SVx 0x89 on missing SV at addr 0x82BD6BE0 Skipping SVx 0x89 on missing SV at addr 0x82BD6CD0 Skipping SVx 0x80 on missing SV at addr 0x82BD6CE0 Skipping SVx 0x89 on missing SV at addr 0x82BD6D90 Skipping SVx 0x80 on missing SV at addr 0x82BD6DA0 Skipping SVx 0x80 on missing SV at addr 0x82BD6E30 Skipping SVx 0x89 on missing SV at addr 0x82BD6F60 Skipping SVx 0x89 on missing SV at addr 0x82BD6FD0 Skipping SVx 0x80 on missing SV at addr 0x82BD6FF0 Skipping SVx 0x89 on missing SV at addr 0x82BF6060 Skipping SVx 0x80 on missing SV at addr 0x82BF60F0 Skipping SVx 0x89 on missing SV at addr 0x82BF6100 Skipping SVx 0x89 on missing SV at addr 0x82BF6110 Skipping SVx 0x89 on missing SV at addr 0x82BF6120 Skipping SVx 0x89 on missing SV at addr 0x82BF6130 Skipping SVx 0x89 on missing SV at addr 0x82BF6140 Skipping SVx 0x89 on missing SV at addr 0x82BF6150 Skipping SVx 0x89 on missing SV at addr 0x82BF6160 Skipping SVx 0x89 on missing SV at addr 0x82BF6170 Skipping SVx 0x89 on missing SV at addr 0x82BF61E0 Skipping SVx 0x89 on missing SV at addr 0x82BF6200 Skipping SVx 0x89 on missing SV at addr 0x82BF6220 Skipping SVx 0x80 on missing SV at addr 0x82BF6230 Skipping SVx 0x89 on missing SV at addr 0x82BF6310 Skipping SVx 0x89 on missing SV at addr 0x82BF6360 Skipping SVx 0x89 on missing SV at addr 0x82BF6370 Skipping SVx 0x80 on missing SV at addr 0x82BF6380 Skipping SVx 0x89 on missing SV at addr 0x82BF6390 Skipping SVx 0x89 on missing SV at addr 0x82BF63A0 Skipping SVx 0x89 on missing SV at addr 0x82BF63B0 Skipping SVx 0x89 on missing SV at addr 0x82BF63C0 Skipping SVx 0x89 on missing SV at addr 0x82BF63D0 Skipping SVx 0x89 on missing SV at addr 0x82BF6470 Skipping SVx 0x89 on missing SV at addr 0x82BF6480 Skipping SVx 0x80 on missing SV at addr 0x82BF6490 Skipping SVx 0x89 on missing SV at addr 0x82BF6510 Skipping SVx 0x89 on missing SV at addr 0x82BF6530 Skipping SVx 0x80 on missing SV at addr 0x82BF6540 Skipping SVx 0x89 on missing SV at addr 0x82BF65D0 Skipping SVx 0x89 on missing SV at addr 0x82BF6610 Skipping SVx 0x89 on missing SV at addr 0x82BF6630 Skipping SVx 0x89 on missing SV at addr 0x82BF6670 Skipping SVx 0x89 on missing SV at addr 0x82BF66A0 Skipping SVx 0x89 on missing SV at addr 0x82BF66C0 Skipping SVx 0x89 on missing SV at addr 0x82BF66E0 Skipping SVx 0x89 on missing SV at addr 0x82BF6700 Skipping SVx 0x89 on missing SV at addr 0x82BF6730 Skipping SVx 0x89 on missing SV at addr 0x82BF6760 Skipping SVx 0x80 on missing SV at addr 0x82BF6770 Skipping SVx 0x89 on missing SV at addr 0x82BF6780 Skipping SVx 0x89 on missing SV at addr 0x82BF6790 Skipping SVx 0x89 on missing SV at addr 0x82BF67A0 Skipping SVx 0x89 on missing SV at addr 0x82BF67B0 Skipping SVx 0x89 on missing SV at addr 0x82BF6830 Skipping SVx 0x89 on missing SV at addr 0x82BF6870 Skipping SVx 0x89 on missing SV at addr 0x82BF6890 Skipping SVx 0x80 on missing SV at addr 0x82BF68A0 Skipping SVx 0x89 on missing SV at addr 0x82BF68B0 Skipping SVx 0x89 on missing SV at addr 0x82BF6930 Skipping SVx 0x89 on missing SV at addr 0x82BF6950 Skipping SVx 0x80 on missing SV at addr 0x82BF6960 Skipping SVx 0x89 on missing SV at addr 0x82BF6A10 Skipping SVx 0x89 on missing SV at addr 0x82BF6A90 Skipping SVx 0x89 on missing SV at addr 0x82BF6AA0 Skipping SVx 0x89 on missing SV at addr 0x82BF6AE0 Skipping SVx 0x89 on missing SV at addr 0x82BF6B10 Skipping SVx 0x89 on missing SV at addr 0x82BF6B30 Skipping SVx 0x89 on missing SV at addr 0x82BF6B50 Skipping SVx 0x89 on missing SV at addr 0x82BF6B70 Skipping SVx 0x89 on missing SV at addr 0x82BF6BA0 Skipping SVx 0x89 on missing SV at addr 0x82BF6BD0 Skipping SVx 0x80 on missing SV at addr 0x82BF6BE0 Skipping SVx 0x89 on missing SV at addr 0x82BF6BF0 Skipping SVx 0x89 on missing SV at addr 0x82BF6C00 Skipping SVx 0x89 on missing SV at addr 0x82BF6C10 Skipping SVx 0x89 on missing SV at addr 0x82BF6C20 Skipping SVx 0x89 on missing SV at addr 0x82BF6CD0 Skipping SVx 0x89 on missing SV at addr 0x82BF6D40 Skipping SVx 0x89 on missing SV at addr 0x82BF6D50 Skipping SVx 0x80 on missing SV at addr 0x82BF6D60 Skipping SVx 0x89 on missing SV at addr 0x82BF6D70 Skipping SVx 0x89 on missing SV at addr 0x82BF6E80 Skipping SVx 0x80 on missing SV at addr 0x82BF6E90 Skipping SVx 0x89 on missing SV at addr 0x82BF6EA0 Skipping SVx 0x89 on missing SV at addr 0x82BF6EB0 Skipping SVx 0x89 on missing SV at addr 0x82BF6FC0 Skipping SVx 0x89 on missing SV at addr 0x82BF6FE0 Skipping SVx 0x89 on missing SV at addr 0x811140F0 Skipping SVx 0x89 on missing SV at addr 0x81114100 Skipping SVx 0x89 on missing SV at addr 0x81114120 Skipping SVx 0x89 on missing SV at addr 0x81114230 Skipping SVx 0x89 on missing SV at addr 0x81114240 Skipping SVx 0x89 on missing SV at addr 0x81114370 Skipping SVx 0x89 on missing SV at addr 0x81114870 Skipping SVx 0x89 on missing SV at addr 0x81114880 Skipping SVx 0x89 on missing SV at addr 0x81114890 Skipping SVx 0x89 on missing SV at addr 0x811148A0 Skipping SVx 0x89 on missing SV at addr 0x811148B0 Skipping SVx 0x89 on missing SV at addr 0x811148C0 Skipping SVx 0x89 on missing SV at addr 0x811148D0 Skipping SVx 0x89 on missing SV at addr 0x811148E0 Skipping SVx 0x89 on missing SV at addr 0x811148F0 Skipping SVx 0x89 on missing SV at addr 0x81114900 Skipping SVx 0x89 on missing SV at addr 0x81114910 Skipping SVx 0x89 on missing SV at addr 0x81114920 Skipping SVx 0x89 on missing SV at addr 0x81114930 Skipping SVx 0x89 on missing SV at addr 0x81114940 Skipping SVx 0x89 on missing SV at addr 0x81114950 Skipping SVx 0x89 on missing SV at addr 0x81114960 Skipping SVx 0x89 on missing SV at addr 0x81114970 Skipping SVx 0x89 on missing SV at addr 0x81114980 Skipping SVx 0x89 on missing SV at addr 0x81114AC0 Skipping SVx 0x89 on missing SV at addr 0x81114AD0 Skipping SVx 0x89 on missing SV at addr 0x81114B10 Skipping SVx 0x80 on missing SV at addr 0x81114B20 Skipping SVx 0x89 on missing SV at addr 0x81114C20 Skipping SVx 0x89 on missing SV at addr 0x81114CE0 Skipping SVx 0x89 on missing SV at addr 0x81114CF0 Skipping SVx 0x89 on missing SV at addr 0x81114D20 Skipping SVx 0x89 on missing SV at addr 0x81114DA0 Skipping SVx 0x89 on missing SV at addr 0x81114DB0 Skipping SVx 0x89 on missing SV at addr 0x81114DE0 Skipping SVx 0x89 on missing SV at addr 0x81114E10 Skipping SVx 0x89 on missing SV at addr 0x81114E90 Skipping SVx 0x89 on missing SV at addr 0x81114EC0 Skipping SVx 0x89 on missing SV at addr 0x81114F50 Skipping SVx 0x80 on missing SV at addr 0x81127080 Skipping SVx 0x89 on missing SV at addr 0x81127400 Skipping SVx 0x80 on missing SV at addr 0x81127450 Skipping SVx 0x80 on missing SV at addr 0x81127490 Skipping SVx 0x80 on missing SV at addr 0x81127630 Skipping SVx 0x80 on missing SV at addr 0x81127680 Skipping SVx 0x80 on missing SV at addr 0x81127690 Skipping SVx 0x89 on missing SV at addr 0x811277C0 Skipping SVx 0x80 on missing SV at addr 0x81127850 Skipping SVx 0x80 on missing SV at addr 0x81127970 Skipping SVx 0x80 on missing SV at addr 0x811279F0 Skipping SVx 0x89 on missing SV at addr 0x81127A10 Skipping SVx 0x80 on missing SV at addr 0x81127C20 Skipping SVx 0x80 on missing SV at addr 0x8111C150 Skipping SVx 0x80 on missing SV at addr 0x8111C160 Skipping SVx 0x80 on missing SV at addr 0x8111C1A0 Skipping SVx 0x80 on missing SV at addr 0x8111C2F0 Skipping SVx 0x80 on missing SV at addr 0x8111C300 Skipping SVx 0x89 on missing SV at addr 0x8111C4E0 Skipping SVx 0x80 on missing SV at addr 0x8111C560 Skipping SVx 0x89 on missing SV at addr 0x8111C680 Skipping SVx 0x89 on missing SV at addr 0x8111C8F0 Skipping SVx 0x89 on missing SV at addr 0x8111C910 Skipping SVx 0x89 on missing SV at addr 0x8111C9A0 Skipping SVx 0x80 on missing SV at addr 0x8111CA20 Skipping SVx 0x89 on missing SV at addr 0x8111CAD0 Skipping SVx 0x89 on missing SV at addr 0x8111CB70 Skipping SVx 0x89 on missing SV at addr 0x8111CC10 Skipping SVx 0x89 on missing SV at addr 0x8111CD50 Skipping SVx 0x80 on missing SV at addr 0x8111CDA0 Skipping SVx 0x89 on missing SV at addr 0x8111CE60 Skipping SVx 0x80 on missing SV at addr 0x8111CED0 Skipping SVx 0x89 on missing SV at addr 0x8111CF50 Skipping SVx 0x80 on missing SV at addr 0x8111CF60 Skipping SVx 0x80 on missing SV at addr 0x8111CFE0 Skipping SVx 0x89 on missing SV at addr 0x81124030 Skipping SVx 0x80 on missing SV at addr 0x811240D0 Skipping SVx 0x80 on missing SV at addr 0x81124190 Skipping SVx 0x80 on missing SV at addr 0x811242A0 Skipping SVx 0x80 on missing SV at addr 0x81124320 Skipping SVx 0x80 on missing SV at addr 0x81124480 Skipping SVx 0x80 on missing SV at addr 0x81124530 Skipping SVx 0x80 on missing SV at addr 0x81124580 Skipping SVx 0x89 on missing SV at addr 0x81124870 Skipping SVx 0x89 on missing SV at addr 0x811248E0 Skipping SVx 0x89 on missing SV at addr 0x81124910 Skipping SVx 0x80 on missing SV at addr 0x81124920 Skipping SVx 0x80 on missing SV at addr 0x811249A0 Skipping SVx 0x80 on missing SV at addr 0x81124A40 Skipping SVx 0x80 on missing SV at addr 0x81124B70 Skipping SVx 0x89 on missing SV at addr 0x81124BE0 Skipping SVx 0x80 on missing SV at addr 0x81124C40 Skipping SVx 0x80 on missing SV at addr 0x81124C60 Skipping SVx 0x80 on missing SV at addr 0x81124CC0 Skipping SVx 0x80 on missing SV at addr 0x81124CE0 Skipping SVx 0x80 on missing SV at addr 0x81124D00 Skipping SVx 0x80 on missing SV at addr 0x81124D20 Skipping SVx 0x80 on missing SV at addr 0x81124D40 Skipping SVx 0x80 on missing SV at addr 0x81124D70 Skipping SVx 0x80 on missing SV at addr 0x81124D90 Skipping SVx 0x80 on missing SV at addr 0x81124DB0 Skipping SVx 0x80 on missing SV at addr 0x81124DD0 Skipping SVx 0x80 on missing SV at addr 0x81124DF0 Skipping SVx 0x80 on missing SV at addr 0x81124E10 Skipping SVx 0x80 on missing SV at addr 0x81124E30 Skipping SVx 0x80 on missing SV at addr 0x81124E50 Skipping SVx 0x80 on missing SV at addr 0x81124E70 Skipping SVx 0x80 on missing SV at addr 0x81124E90 Skipping SVx 0x80 on missing SV at addr 0x81124F00 Skipping SVx 0x80 on missing SV at addr 0x81124F10 Skipping SVx 0x80 on missing SV at addr 0x81106110 Skipping SVx 0x80 on missing SV at addr 0x81106130 Skipping SVx 0x80 on missing SV at addr 0x81106270 Skipping SVx 0x80 on missing SV at addr 0x81106310 Skipping SVx 0x80 on missing SV at addr 0x81106320 Skipping SVx 0x89 on missing SV at addr 0x81106350 Skipping SVx 0x89 on missing SV at addr 0x81106380 Skipping SVx 0x89 on missing SV at addr 0x81106690 Skipping SVx 0x89 on missing SV at addr 0x81106880 Skipping SVx 0x80 on missing SV at addr 0x811068B0 Skipping SVx 0x80 on missing SV at addr 0x81106930 Skipping SVx 0x89 on missing SV at addr 0x81106950 Skipping SVx 0x80 on missing SV at addr 0x81106A20 Skipping SVx 0x80 on missing SV at addr 0x81106A50 Skipping SVx 0x80 on missing SV at addr 0x81106A90 Skipping SVx 0x80 on missing SV at addr 0x81106B60 Skipping SVx 0x80 on missing SV at addr 0x81106B90 Skipping SVx 0x80 on missing SV at addr 0x81106BE0 Skipping SVx 0x80 on missing SV at addr 0x81106C10 Skipping SVx 0x80 on missing SV at addr 0x81106C40 Skipping SVx 0x80 on missing SV at addr 0x81106D10 Skipping SVx 0x89 on missing SV at addr 0x81106EA0 Skipping SVx 0x89 on missing SV at addr 0x81106EC0 Skipping SVx 0x89 on missing SV at addr 0x81106ED0 Skipping SVx 0x80 on missing SV at addr 0x81106FA0 Skipping SVx 0x89 on missing SV at addr 0x81106FB0 Skipping SVx 0x80 on missing SV at addr 0x81106FD0 Skipping SVx 0x89 on missing SV at addr 0x8111D060 Skipping SVx 0x89 on missing SV at addr 0x8111D0C0 Skipping SVx 0x89 on missing SV at addr 0x8111D180 Skipping SVx 0x89 on missing SV at addr 0x8111D190 Skipping SVx 0x89 on missing SV at addr 0x8111D220 Skipping SVx 0x89 on missing SV at addr 0x8111D280 Skipping SVx 0x80 on missing SV at addr 0x8111D2B0 Skipping SVx 0x80 on missing SV at addr 0x8111D410 Skipping SVx 0x89 on missing SV at addr 0x8111D900 Skipping SVx 0x80 on missing SV at addr 0x8111DA40 Skipping SVx 0x80 on missing SV at addr 0x8111DB50 Skipping SVx 0x80 on missing SV at addr 0x8111DC20 Skipping SVx 0x89 on missing SV at addr 0x8111DC40 Skipping SVx 0x89 on missing SV at addr 0x8111DCF0 Skipping SVx 0x89 on missing SV at addr 0x8111DD40 Skipping SVx 0x80 on missing SV at addr 0x8111DE00 Skipping SVx 0x80 on missing SV at addr 0x8111DE60 Skipping SVx 0x80 on missing SV at addr 0x8111DEC0 Skipping SVx 0x80 on missing SV at addr 0x8111DF20 Skipping SVx 0x89 on missing SV at addr 0x811290B0 Skipping SVx 0x80 on missing SV at addr 0x811290E0 Skipping SVx 0x89 on missing SV at addr 0x81129190 Skipping SVx 0x89 on missing SV at addr 0x811291C0 Skipping SVx 0x89 on missing SV at addr 0x811291F0 Skipping SVx 0x80 on missing SV at addr 0x811292C0 Skipping SVx 0x80 on missing SV at addr 0x81129330 Skipping SVx 0x89 on missing SV at addr 0x811294A0 Skipping SVx 0x80 on missing SV at addr 0x81129530 Skipping SVx 0x80 on missing SV at addr 0x81129580 Skipping SVx 0x80 on missing SV at addr 0x811296D0 Skipping SVx 0x80 on missing SV at addr 0x81129730 Skipping SVx 0x80 on missing SV at addr 0x81129740 Skipping SVx 0x80 on missing SV at addr 0x81129770 Skipping SVx 0x80 on missing SV at addr 0x81129810 Skipping SVx 0x80 on missing SV at addr 0x81129860 Skipping SVx 0x80 on missing SV at addr 0x81129890 Skipping SVx 0x89 on missing SV at addr 0x811298E0 Skipping SVx 0x89 on missing SV at addr 0x81129910 Skipping SVx 0x80 on missing SV at addr 0x811299D0 Skipping SVx 0x89 on missing SV at addr 0x81129A20 Skipping SVx 0x89 on missing SV at addr 0x81129A30 Skipping SVx 0x89 on missing SV at addr 0x81129A50 Skipping SVx 0x89 on missing SV at addr 0x81129A80 Skipping SVx 0x80 on missing SV at addr 0x81129B90 Skipping SVx 0x80 on missing SV at addr 0x81129C80 Skipping SVx 0x89 on missing SV at addr 0x81129DE0 Skipping SVx 0x89 on missing SV at addr 0x81129DF0 Skipping SVx 0x89 on missing SV at addr 0x81129E80 Skipping SVx 0x89 on missing SV at addr 0x81129EC0 Skipping SVx 0x89 on missing SV at addr 0x81129F70 Can't call method "type" on an undefined value at /usr/ports/pobj/p5-Devel-MAT-0.53/Devel-MAT-0.53/blib/lib/Devel/MAT/Tool/Reachability.pm line 150. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 2 after test #1. # Seeded srand with seed '20241122' from local date. t/10tool-reachability.t .. Dubious, test returned 2 (wstat 512, 0x200) All 1 subtests passed t/10tool-sizes.t ......... ok t/50cmd-print-table.t .... ok t/99pod.t ................ ok Test Summary Report ------------------- t/02contexts.t (Wstat: 65280 (exited 255) Tests: 15 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/10tool-reachability.t (Wstat: 512 (exited 2) Tests: 1 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=11, Tests=172, 33 wallclock secs ( 0.14 usr 0.09 sys + 30.79 cusr 2.17 csys = 33.19 CPU) Result: FAIL Failed 2/11 test programs. 0/172 subtests failed. *** Error 255 in . (/usr/ports/infrastructure/mk/perl.port.mk:125 'do-test': @cd /usr/ports/pobj/p5-Devel-MAT-0.53/Devel-MAT-0.53 && /usr/bi...) *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3098 '/usr/ports/pobj/p5-Devel-MAT-0.53/.test_done': @cd /usr/ports/devel/p5-Deve...) *** Error 2 in /usr/ports/devel/p5-Devel-MAT (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'test': @lock=p5-Devel-MAT-0.53; export _LOCKS_...) FAIL devel/p5-Devel-MAT Command 'make test' failed: 512 START devel/p5-Devel-MAT-Dumper 2024-11-22T07:30:03Z export _LOCKS_HELD="" ===> Cleaning for p5-Devel-MAT-Dumper-0.50 ===> Checking files for p5-Devel-MAT-Dumper-0.50 `/usr/ports/distfiles/Devel-MAT-Dumper-0.50.tar.gz' is up to date. ===> Building from scratch p5-Devel-MAT-Dumper-0.50 ===> p5-Devel-MAT-Dumper-0.50 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Devel-MAT-Dumper-0.50 `/usr/ports/distfiles/Devel-MAT-Dumper-0.50.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Devel-MAT-Dumper-0.50 ===> Patching for p5-Devel-MAT-Dumper-0.50 ===> Applying OpenBSD patch patch-t_01header_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |OpenBSD pobj permissions may not allow creating temp file in curdir. | |Index: t/01header.t |--- t/01header.t.orig |+++ t/01header.t -------------------------- Patching file t/01header.t using Plan A... Hunk #1 succeeded at 7. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Devel-MAT-Dumper-0.50 ===> Configuring for p5-Devel-MAT-Dumper-0.50 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Devel-MAT-Dumper' version '0.50' ===> Building for p5-Devel-MAT-Dumper-0.50 Building Devel-MAT-Dumper cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.50"' '-DXS_VERSION="0.50"' -DPIC -fpic -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o lib/Devel/MAT/Dumper.o lib/Devel/MAT/Dumper.c lib/Devel/MAT/Dumper.xs:380:10: warning: 12 enumeration values not handled in switch: 'SVt_NULL', 'SVt_INVLIST', 'SVt_REGEXP'... [-Wswitch] switch(SvTYPE(sv)) { ^~~~~~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/sv.h:402:20: note: expanded from macro 'SvTYPE' #define SvTYPE(sv) ((svtype)((sv)->sv_flags & SVTYPEMASK)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/Devel/MAT/Dumper.xs:1378:14: warning: case value not in enumerated type 'svtype' [-Wswitch] case 0xff: ^ lib/Devel/MAT/Dumper.xs:1377:14: warning: 18 enumeration values not handled in switch: 'SVt_NULL', 'SVt_IV', 'SVt_NV'... [-Wswitch] switch(SvTYPE(sv)) { ^~~~~~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/sv.h:402:20: note: expanded from macro 'SvTYPE' #define SvTYPE(sv) ((svtype)((sv)->sv_flags & SVTYPEMASK)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Devel/MAT/Dumper/Dumper.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o blib/arch/auto/Devel/MAT/Dumper/Dumper.so lib/Devel/MAT/Dumper.o ===> p5-Devel-MAT-Dumper-0.50 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Devel-MAT-Dumper-0.50 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Devel-MAT-Dumper-0.50 t/00use.t ..... ok t/01header.t .. ok t/99pod.t ..... ok All tests successful. Files=3, Tests=11, 1 wallclock secs ( 0.01 usr 0.05 sys + 0.34 cusr 0.30 csys = 0.70 CPU) Result: PASS PASS devel/p5-Devel-MAT-Dumper Duration 0m05.65s START devel/p5-Devel-NYTProf 2024-11-22T07:30:09Z export _LOCKS_HELD="" ===> Cleaning for p5-Devel-NYTProf-6.14 ===> Checking files for p5-Devel-NYTProf-6.14 `/usr/ports/distfiles/Devel-NYTProf-6.14.tar.gz' is up to date. ===> Building from scratch p5-Devel-NYTProf-6.14 ===> Verifying specs: c perl z ===> found c.100.3 perl.24.0 z.7.1 ===> Checking files for p5-Devel-NYTProf-6.14 `/usr/ports/distfiles/Devel-NYTProf-6.14.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Devel-NYTProf-6.14 ===> Patching for p5-Devel-NYTProf-6.14 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Devel-NYTProf-6.14 Regenerating ppport.h ===> Configuring for p5-Devel-NYTProf-6.14 Looking for header files and functions... Found clock_gettime in time.h Found deflateInit2 in zlib.h Your perl was compiled with gcc (version OpenBSD Clang 16.0.6), okay. Checking if your kit is complete... Looks good Warning (mostly harmless): No library found for -lrt Generating a Unix-style Makefile Writing Makefile for Devel::NYTProf Writing MYMETA.yml and MYMETA.json ===> Building for p5-Devel-NYTProf-6.14 cp lib/Devel/NYTProf/js/jit/gradient20.png blib/lib/Devel/NYTProf/js/jit/gradient20.png cp lib/Devel/NYTProf/FileInfo.pm blib/lib/Devel/NYTProf/FileInfo.pm cp lib/Devel/NYTProf/js/asc.png blib/lib/Devel/NYTProf/js/asc.png cp MemoryProfiling.pod blib/lib/Devel/MemoryProfiling.pod cp lib/Devel/NYTProf/Constants.pm blib/lib/Devel/NYTProf/Constants.pm cp lib/Devel/NYTProf/js/desc.png blib/lib/Devel/NYTProf/js/desc.png cp lib/Devel/NYTProf/js/jit/gradient.png blib/lib/Devel/NYTProf/js/jit/gradient.png cp lib/Devel/NYTProf/Core.pm blib/lib/Devel/NYTProf/Core.pm cp lib/Devel/NYTProf/SubCallInfo.pm blib/lib/Devel/NYTProf/SubCallInfo.pm cp lib/Devel/NYTProf/js/jit/gradient30.png blib/lib/Devel/NYTProf/js/jit/gradient30.png cp lib/Devel/NYTProf/SubInfo.pm blib/lib/Devel/NYTProf/SubInfo.pm cp lib/Devel/NYTProf/Test.pm blib/lib/Devel/NYTProf/Test.pm cp lib/Devel/NYTProf/js/style-tablesorter.css blib/lib/Devel/NYTProf/js/style-tablesorter.css cp lib/Devel/NYTProf/js/jit/jit.js blib/lib/Devel/NYTProf/js/jit/jit.js cp lib/Devel/NYTProf/js/jit/jit-yc.js blib/lib/Devel/NYTProf/js/jit/jit-yc.js cp lib/Devel/NYTProf/Run.pm blib/lib/Devel/NYTProf/Run.pm cp lib/Devel/NYTProf/js/jit/Treemap.css blib/lib/Devel/NYTProf/js/jit/Treemap.css cp lib/Devel/NYTProf/FileHandle.pm blib/lib/Devel/NYTProf/FileHandle.pm cp lib/Devel/NYTProf/Apache.pm blib/lib/Devel/NYTProf/Apache.pm cp lib/Devel/NYTProf/js/jquery-min.js blib/lib/Devel/NYTProf/js/jquery-min.js cp lib/Devel/NYTProf/ReadStream.pm blib/lib/Devel/NYTProf/ReadStream.pm cp lib/Devel/NYTProf/Util.pm blib/lib/Devel/NYTProf/Util.pm cp lib/Devel/NYTProf/js/jit/gradient-cushion1.png blib/lib/Devel/NYTProf/js/jit/gradient-cushion1.png cp lib/Devel/NYTProf/js/jit/gradient50.png blib/lib/Devel/NYTProf/js/jit/gradient50.png cp lib/Devel/NYTProf/js/jquery.tablesorter.min.js blib/lib/Devel/NYTProf/js/jquery.tablesorter.min.js cp lib/Devel/NYTProf/js/bg.png blib/lib/Devel/NYTProf/js/bg.png cp lib/Devel/NYTProf/Reader.pm blib/lib/Devel/NYTProf/Reader.pm cp lib/Devel/NYTProf/js/jit/gradient40.png blib/lib/Devel/NYTProf/js/jit/gradient40.png cp lib/Devel/NYTProf.pm blib/lib/Devel/NYTProf.pm cp lib/Devel/NYTProf/Data.pm blib/lib/Devel/NYTProf/Data.pm Running Mkbootstrap for NYTProf () chmod 644 "NYTProf.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- NYTProf.bs blib/arch/auto/Devel/NYTProf/NYTProf.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Devel-NYTProf-6.14/Devel-NYTProf-6.14/typemap' FileHandle.xs > FileHandle.xsc mv FileHandle.xsc FileHandle.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"6.14\" -DXS_VERSION=\"6.14\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAS_CLOCK_GETTIME -DHAS_ZLIB -W -Wall -Wpointer-arith -Wno-comment -Wno-sign-compare -Wno-cast-qual FileHandle.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Devel-NYTProf-6.14/Devel-NYTProf-6.14/typemap' NYTProf.xs > NYTProf.xsc mv NYTProf.xsc NYTProf.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"6.14\" -DXS_VERSION=\"6.14\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAS_CLOCK_GETTIME -DHAS_ZLIB -W -Wall -Wpointer-arith -Wno-comment -Wno-sign-compare -Wno-cast-qual NYTProf.c rm -f blib/arch/auto/Devel/NYTProf/NYTProf.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib FileHandle.o NYTProf.o -o blib/arch/auto/Devel/NYTProf/NYTProf.so -lz chmod 755 blib/arch/auto/Devel/NYTProf/NYTProf.so cp blib/arch/auto/Devel/NYTProf/NYTProf.so blib/lib/Devel/auto/Devel/NYTProf/NYTProf.so cp bin/flamegraph.pl blib/script/flamegraph.pl "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/flamegraph.pl cp bin/nytprofcalls blib/script/nytprofcalls "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/nytprofcalls cp bin/nytprofcg blib/script/nytprofcg "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/nytprofcg cp bin/nytprofcsv blib/script/nytprofcsv "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/nytprofcsv cp bin/nytprofhtml blib/script/nytprofhtml "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/nytprofhtml cp bin/nytprofmerge blib/script/nytprofmerge "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/nytprofmerge Manifying 5 pod documents Manifying 9 pod documents ===> p5-Devel-NYTProf-6.14 depends on: p5-Sub-Name->=0.11 -> p5-Sub-Name-0.27 ===> p5-Devel-NYTProf-6.14 depends on: p5-Test-Differences->=0.60 -> p5-Test-Differences-0.71 ===> p5-Devel-NYTProf-6.14 depends on: p5-Test-Pod->=1.00 -> p5-Test-Pod-1.52p0 ===> p5-Devel-NYTProf-6.14 depends on: p5-Test-Portability-Files-* -> p5-Test-Portability-Files-0.10p0 ===> p5-Devel-NYTProf-6.14 depends on: p5-Capture-Tiny-* -> p5-Capture-Tiny-0.48p0 ===> p5-Devel-NYTProf-6.14 depends on: p5-JSON-MaybeXS-* -> p5-JSON-MaybeXS-1.004005 ===> p5-Devel-NYTProf-6.14 depends on: p5-File-Which->=1.09 -> p5-File-Which-1.27 ===> Regression tests for p5-Devel-NYTProf-6.14 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- NYTProf.bs blib/arch/auto/Devel/NYTProf/NYTProf.bs 644 cp blib/arch/auto/Devel/NYTProf/NYTProf.so blib/lib/Devel/auto/Devel/NYTProf/NYTProf.so PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Devel::NYTProf 6.14 started at Fri Nov 22 08:30:20 2024 # Compression: default level is 6, zlib version 1.3.1.1-motley # --- Perl 5.038002 Config on i386-openbsd: # d_gettimeod: define # d_sysconf: define # --- Environment variables: # NYTPROF_AUTHOR_TESTING=1 t/00-load.t .............. ok t/10-run.t ............... ok t/11-reader.t ............ ok t/12-data.t .............. ok t/13-fileinfo.t .......... ok t/14-subinfo.t ........... ok t/22-readstream.t ........ ok t/30-util.t .............. ok t/31-env.t ............... ok t/40-savesrc.t ........... ok t/42-global.t ............ ok t/44-model.t ............. ok t/50-errno.t ............. ok t/60-forkdepth.t ......... ok t/70-subname.t ........... ok t/80-version.t ........... ok # Relevant envvar is true; proceeding to testing POD t/90-pod.t ............... ok t/test01.t ............... ok t/test02.t ............... ok t/test03.t ............... ok t/test05.t ............... ok t/test06.t ............... ok t/test07.t ............... ok t/test08.t ............... ok t/test09.t ............... ok t/test10.t ............... ok t/test11.t ............... ok t/test12.t ............... ok t/test13.t ............... ok t/test14.t ............... ok t/test16.t ............... skipped: needs perl >= 5.10 and <= 5.36 t/test17-goto.t .......... ok t/test18-goto2.t ......... ok t/test20-streval.t ....... ok t/test21-streval3.t ...... ok t/test22-strevala.t ...... ok t/test23-strevall.t ...... ok t/test24-strevalc.t ...... ok t/test25-strevalb.t ...... ok t/test30-fork-0.t ........ ok t/test40pmc.t ............ ok t/test50-disable.t ....... ok t/test51-enable.t ........ ok t/test60-subname.t ....... ok t/test61-submerge.t ...... ok t/test62-subcaller1-a.t .. skipped: needs perl < 5.33.3 (see t/test62-subcaller1-b.t) t/test62-subcaller1-b.t .. ok t/test62-tie-a.t ......... skipped: needs perl < 5.21.1 (see t/test62-tie-b.t) t/test62-tie-b.t ......... ok t/test70-subexcl.t ....... ok t/test80-recurs.t ........ ok t/test81-swash.t ......... ok t/test82-version.t ....... ok t/test90-strsubref.t ..... ok # Tests ended at Fri Nov 22 08:33:23 2024 t/zzz.t .................. ok All tests successful. Files=55, Tests=4826, 183 wallclock secs ( 0.94 usr 0.30 sys + 67.91 cusr 46.12 csys = 115.27 CPU) Result: PASS PASS devel/p5-Devel-NYTProf Duration 3m14.63s START devel/p5-Devel-OverloadInfo 2024-11-22T07:33:23Z export _LOCKS_HELD="" ===> Cleaning for p5-Devel-OverloadInfo-0.007 ===> Checking files for p5-Devel-OverloadInfo-0.007 `/usr/ports/distfiles/Devel-OverloadInfo-0.007.tar.gz' is up to date. ===> Building from scratch p5-Devel-OverloadInfo-0.007 ===> Checking files for p5-Devel-OverloadInfo-0.007 `/usr/ports/distfiles/Devel-OverloadInfo-0.007.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Devel-OverloadInfo-0.007 ===> Patching for p5-Devel-OverloadInfo-0.007 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Devel-OverloadInfo-0.007 ===> Configuring for p5-Devel-OverloadInfo-0.007 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Devel::OverloadInfo Writing MYMETA.yml and MYMETA.json ===> Building for p5-Devel-OverloadInfo-0.007 cp lib/Devel/OverloadInfo.pm blib/lib/Devel/OverloadInfo.pm Manifying 1 pod document ===> p5-Devel-OverloadInfo-0.007 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Devel-OverloadInfo-0.007 depends on: p5-Test-Spelling-* -> p5-Test-Spelling-0.25p1 ===> p5-Devel-OverloadInfo-0.007 depends on: p5-MRO-Compat-* -> p5-MRO-Compat-0.15 ===> p5-Devel-OverloadInfo-0.007 depends on: p5-Package-Stash->=0.14 -> p5-Package-Stash-0.40 ===> Regression tests for p5-Devel-OverloadInfo-0.007 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/author-pod-spell.t ................. skipped: these tests are for testing by the author t/author-pod-syntax.t ................ skipped: these tests are for testing by the author t/basic.t ............................ ok t/rt106379-inheritance-corruption.t .. ok All tests successful. Files=4, Tests=22, 1 wallclock secs ( 0.04 usr 0.03 sys + 0.26 cusr 0.07 csys = 0.40 CPU) Result: PASS PASS devel/p5-Devel-OverloadInfo Duration 0m04.11s START devel/p5-Devel-StackTrace 2024-11-22T07:33:28Z export _LOCKS_HELD="" ===> Cleaning for p5-Devel-StackTrace-2.05 ===> Checking files for p5-Devel-StackTrace-2.05 `/usr/ports/distfiles/Devel-StackTrace-2.05.tar.gz' is up to date. ===> Building from scratch p5-Devel-StackTrace-2.05 ===> Checking files for p5-Devel-StackTrace-2.05 `/usr/ports/distfiles/Devel-StackTrace-2.05.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Devel-StackTrace-2.05 ===> Patching for p5-Devel-StackTrace-2.05 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Devel-StackTrace-2.05 ===> Configuring for p5-Devel-StackTrace-2.05 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Devel::StackTrace Writing MYMETA.yml and MYMETA.json ===> Building for p5-Devel-StackTrace-2.05 cp lib/Devel/StackTrace.pm blib/lib/Devel/StackTrace.pm cp lib/Devel/StackTrace/Frame.pm blib/lib/Devel/StackTrace/Frame.pm Manifying 2 pod documents ===> Regression tests for p5-Devel-StackTrace-2.05 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.96 1.302194 # base any 2.27 # bytes any 1.08 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------ ----- -------- # File::Spec any 3.88 # Scalar::Util any 1.63 # overload any 1.37 # perl 5.006 5.038002 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/01-basic.t ........... ok t/02-bad-utf8.t ........ skipped: These tests are not relevant with Perl 5.13.8+ t/03-message.t ......... ok t/04-indent.t .......... ok t/05-back-compat.t ..... ok t/06-dollar-at.t ....... ok t/07-no-args.t ......... ok t/08-filter-early.t .... ok t/09-skip-frames.t ..... ok t/10-set-frames.t ...... ok All tests successful. Files=11, Tests=71, 2 wallclock secs ( 0.06 usr 0.04 sys + 1.43 cusr 0.55 csys = 2.08 CPU) Result: PASS PASS devel/p5-Devel-StackTrace Duration 0m04.83s START devel/p5-EV 2024-11-22T07:33:32Z export _LOCKS_HELD="" ===> Cleaning for p5-EV-4.34 ===> Checking files for p5-EV-4.34 `/usr/ports/distfiles/EV-4.34.tar.gz' is up to date. ===> Building from scratch p5-EV-4.34 ===> p5-EV-4.34 depends on: p5-Canary-Stability-* -> p5-Canary-Stability-2013p0 ===> Verifying specs: c perl pthread ===> found c.100.3 perl.24.0 pthread.27.1 ===> Checking files for p5-EV-4.34 `/usr/ports/distfiles/EV-4.34.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-EV-4.34 ===> Patching for p5-EV-4.34 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-EV-4.34 ===> Configuring for p5-EV-4.34 *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.038002, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by EV. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by EV, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of EV with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Welcome to EV configuration. If you are in a hurry, just press return here and hope for the best. The defaults should usually do. Skip further questions and use defaults (y/n)? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** POSIX optionally offers support for a monotonic clock source. EV can take advantage of this clock source to detect time jumps more reliably. Unfortunately, some systems are bound to be broken, so you can disable this here: you can completely disable the detection and use of the monotonic clock by answering 'n' here. Support for this clock type will otherwise be autodetected at both compile- and runtime. (this setting currently affects the use of nanosleep over select as well). Enable optional support for CLOCK_MONOTONIC (y/n)? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** POSIX optionally offers support for a (potentially) high-resolution realtime clock interface. In a good implementation, using it is faster than the normal method of using gettimeofday. Unfortunately, this option is also bound to be broken on some systems, and current EV versions do not actually call gettimeofday very often, so it defaults to no. Prefer clock_gettime (CLOCK_REALTIME) over gettimeofday (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** EV can use various backends with various portability issues. The select backend is the most portable and makes for a good fallback, but it can be limited to a low number of file descriptors and/or might not compile. If you have problems with compiling ev_select.c, you might try to play around with disabling it here, or forcing it to use the fd_set provided by your OS, via the next question. I highly recommend keeping it in. Enable select backend (y/n)? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** The select backend can operate in two modes. One uses the system-provided fd_set and is usually limited to 1024 file descriptors (64 on windows), the other requires your header files to define NFDBITS and declare a suitable fd_mask type. If you run into problems compiling ev_select.c, you can try forcing the use of the system fd_set here. Force use of system fd_set for select backend (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** The second very portable backend is poll(2). It does not exist on windows and various versions of Mac OS X (and on the other versions it simply doesn't work), but works basically everywhere else. It is recommended to use the default here unless you run into compilation problems in ev_poll.c. Enable poll backend (y/n)? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Select and poll make it hard to write efficient servers, especially if the number of active connections is much lower than the watched ones. GNU/Linux systems have a more scalable method called "epoll", which EV can use. For this to work, both your kernel and glibc have to support epoll, but if you can compile it, the detection will be done at runtime, and EV will safely fall back to using select when epoll isn't available. If unsure, accept the default. Enable epoll backend (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Linux 4.18 introduced another event polling interface, this time using the Linux AIO API. While this API is far superior to epoll and almost rivals kqueue, it also suffers from the same issues as kqueue typically does: only a subset of file types are supported (as of 4.19, I have seen eventfd, pipes, sockets files and some devices, but no ttys). It also is subject arbitrary system-wide limits imposed on it. Therefore, this backend is not used by default, even when it is compiled in, and you have to request it explicitly, e.g. with LIBEV_FLAGS=64. If unsure, accept the default. Enable linux aio backend (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Linux 4.19 introduced another event polling interface, "io_uring". While this API is far superior to epoll and almost rivals linuxaio, it also suffers from the same issues as kqueue typically does: only a subset of file types are supported (as of 5.2). It is also very buggy still, and most importantly, very very slow for most workloads. Therefore, this backend is not used by default, even when it is compiled in, and you have to request it explicitly, e.g. with LIBEV_FLAGS=128. If unsure, accept the default. Enable linux io_uring backend (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** EV can take advantage of kqueue on many BSD systems. Support for kqueue will be detected at runtime, with a safe fallback to other methods when it cannot be used. Note that kqueue is subtly broken on most operating systems, so by default it won't be used on many platforms, but you can still create your own event loop with kqueue backend if you ask specifically for it. Here is what we know: NetBSD: partially working in at least 3.1 and later. Yeah! :) FreeBSD: broken on at least 6.2-STABLE, spotty in later versions, sockets *likely* work, ptys definitely don't. OpenBSD: reports indicate that it likely doesn't work (similar problems as on FreeBSD). OS X: completely, utterly broken on at least <= 10.6. Enable kqueue backend (y/n)? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Similarly to the kqueue backend above, EV can take advantage of the solaris 10 event port interface. Support for event ports will be detected at runtime, with a safe fallback to other methods when it cannot be used. Enable event port backend (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** EV needs the functions pthread_atfork and clock_gettime. On most systems you need some special libraries for this (such as -lrt and -lpthread). You can specify additional libraries to provide these calls (and any other required by EV) now, or accept the default. On GNU/Linux systems, EV uses the LSB 3.1 __register_atfork function to avoid the dependency on libpthread, and directly uses the clock_gettime syscall to avoid a dependency on librt. Extra libraries for pthread_atfork and clock_gettime? [-lpthread -lrt ] -lpthread -lrt *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** A backend of a different kind is the Linux inotify(7) interface, which can be used to speed up (and reduce resource consumption) of stat watchers. If you have the include file and libc support for it, it is usually a good idea to enable it, as kernel availability is detected at runtime. Enable inotify support (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Another useful bit of functionality is the Linux eventfd, which is useful for faster signal handling (don't care) and intra-thread communications (more relevant). Kernel support for this will be probed at runtime, but your libc must contain the necessary wrapper. Glibc 2.7 and later should have this wrapper. Enable linux eventfd support (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Another sometimes useful bit of functionality is the Linux signalfd, which is useful for faster signal handling (don't care). Kernel support for this will be probed at runtime, but your libc must contain the necessary wrapper. Glibc 2.7 and later should have this wrapper. Enable linux signalfd support (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Linux kernels can notify userspace about realtime clock timejumps using timerfd. Libev by default will try to take advantage of this if possible. You can completely disable the detection and use of timerfd for this purpose by answering 'n' here. Support for timerfd will otherwise be autodetected at both compile- and runtime. Enable optional support for timerfd to detect timejumps (y/n)? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Libev contains numerous internal assert() invocations to check for consistency and user errors. These are normally enabled, but most perl builds disable this error reporting mechanism by default. You can re-enable these asserts here. Enabling them might help you catch programming bugs earlier, but might cause a small slowdown. Also, failures will be reported by aboritng your program, instead of throwing a perl exception. If unsure, enable this if you only use this perl installation for development, and leave it off for use in production environments. Make sure assertions are enabled? (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Very rarely, people want to tweak EV even more, e.g. to exclude or include certain watcher types or backends. This can be done by adding extra -D options here, or via the EV_EXTRA_DEFS environment variable. For example, if you run into compilation problems because of missing memory fences (or you just want extra performance), you can tell EV to not support smp and threads via -DEV_NO_THREADS. Most people would just press enter. Any extra -D options? [] *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Checking if your kit is complete... Looks good Warning (mostly harmless): No library found for -lrt Generating a Unix-style Makefile Writing Makefile for EV Writing MYMETA.yml and MYMETA.json ===> Building for p5-EV-4.34 cp libev/ev.h blib/lib/EV/ev.h cp EV/MakeMaker.pm blib/lib/EV/MakeMaker.pm cp libev/ev.pod blib/lib/EV/libev.pod cp EV.pm blib/lib/EV.pm cp EV/EVAPI.h blib/lib/EV/EVAPI.h Running Mkbootstrap for EV () chmod 644 "EV.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- EV.bs blib/arch/auto/EV/EV.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-EV-4.34/EV-4.34/typemap' EV.xs > EV.xsc mv EV.xsc EV.c cc -c -Ilibev -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"4.34\" -DXS_VERSION=\"4.34\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DEV_USE_REALTIME=0 -DEV_USE_SELECT=1 -DEV_USE_POLL=1 -DEV_USE_EPOLL=0 -DEV_USE_LINUXAIO=0 -DEV_USE_IOURING=0 -DEV_USE_KQUEUE=1 -DEV_USE_PORT=0 -DEV_USE_INOTIFY=0 -DEV_USE_EVENTFD=0 -DEV_USE_SIGNALFD=0 EV.c rm -f blib/arch/auto/EV/EV.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib EV.o -o blib/arch/auto/EV/EV.so -lpthread chmod 755 blib/arch/auto/EV/EV.so Manifying 3 pod documents ===> p5-EV-4.34 depends on: p5-common-sense-* -> p5-common-sense-3.75 ===> Regression tests for p5-EV-4.34 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- EV.bs blib/arch/auto/EV/EV.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load.t ........ ok t/01_timer.t ....... ok t/02_once.t ........ ok t/03_keepalive.t ... ok t/04_stat.t ........ ok t/05_priority.t .... ok t/06_loop_once.t ... ok t/07_loop_timer.t .. ok t/08_async.t ....... ok t/09_brandon.t ..... ok t/11_signal.t ...... ok All tests successful. Files=11, Tests=6875, 7 wallclock secs ( 0.48 usr 0.08 sys + 0.33 cusr 0.22 csys = 1.11 CPU) Result: PASS PASS devel/p5-EV Duration 0m14.28s START devel/p5-Eval-Closure 2024-11-22T07:33:47Z export _LOCKS_HELD="" ===> Cleaning for p5-Eval-Closure-0.14p0 ===> Checking files for p5-Eval-Closure-0.14p0 `/usr/ports/distfiles/Eval-Closure-0.14.tar.gz' is up to date. ===> Building from scratch p5-Eval-Closure-0.14p0 ===> Checking files for p5-Eval-Closure-0.14p0 `/usr/ports/distfiles/Eval-Closure-0.14.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Eval-Closure-0.14p0 ===> Patching for p5-Eval-Closure-0.14p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Eval-Closure-0.14p0 ===> Configuring for p5-Eval-Closure-0.14p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Eval::Closure Writing MYMETA.yml and MYMETA.json ===> Building for p5-Eval-Closure-0.14p0 cp lib/Eval/Closure.pm blib/lib/Eval/Closure.pm Manifying 1 pod document ===> p5-Eval-Closure-0.14p0 depends on: p5-PadWalker-* -> p5-PadWalker-2.5 ===> p5-Eval-Closure-0.14p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Eval-Closure-0.14p0 depends on: p5-Test-Output-* -> p5-Test-Output-1.034 ===> p5-Eval-Closure-0.14p0 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> p5-Eval-Closure-0.14p0 depends on: p5-Try-Tiny-* -> p5-Try-Tiny-0.32 ===> Regression tests for p5-Eval-Closure-0.14p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ........... ok t/basic.t ................ ok t/canonicalize-source.t .. ok t/close-over-nonref.t .... ok t/close-over.t ........... ok t/compiling-package.t .... ok t/debugger.t ............. ok t/description.t .......... ok t/errors.t ............... ok t/lexical-subs.t ......... ok t/memoize.t .............. skipped: disabling this test for now All tests successful. Files=11, Tests=41, 2 wallclock secs ( 0.04 usr 0.04 sys + 1.21 cusr 0.48 csys = 1.77 CPU) Result: PASS PASS devel/p5-Eval-Closure Duration 0m05.24s START devel/p5-Exporter-Tiny 2024-11-22T07:33:52Z export _LOCKS_HELD="" ===> Cleaning for p5-Exporter-Tiny-1.006002 ===> Checking files for p5-Exporter-Tiny-1.006002 `/usr/ports/distfiles/Exporter-Tiny-1.006002.tar.gz' is up to date. ===> Building from scratch p5-Exporter-Tiny-1.006002 ===> Checking files for p5-Exporter-Tiny-1.006002 `/usr/ports/distfiles/Exporter-Tiny-1.006002.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Exporter-Tiny-1.006002 rm -rf -- /usr/ports/pobj/p5-Exporter-Tiny-1.006002/Exporter-Tiny-1.006002/inc ===> Patching for p5-Exporter-Tiny-1.006002 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Exporter-Tiny-1.006002 ===> Configuring for p5-Exporter-Tiny-1.006002 Checking if your kit is complete... Warning: the following files are missing in your kit: inc/archaic/Test/Builder.pm inc/archaic/Test/Builder/IO/Scalar.pm inc/archaic/Test/Builder/Module.pm inc/archaic/Test/Builder/Tester.pm inc/archaic/Test/Builder/Tester/Color.pm inc/archaic/Test/More.pm inc/archaic/Test/Simple.pm inc/Test/Fatal.pm inc/Test/Requires.pm inc/Try/Tiny.pm Please inform the author. Generating a Unix-style Makefile Writing Makefile for Exporter::Tiny Writing MYMETA.yml and MYMETA.json ===> Building for p5-Exporter-Tiny-1.006002 cp lib/Exporter/Tiny/Manual/Etc.pod blib/lib/Exporter/Tiny/Manual/Etc.pod cp lib/Exporter/Shiny.pm blib/lib/Exporter/Shiny.pm cp lib/Exporter/Tiny/Manual/QuickStart.pod blib/lib/Exporter/Tiny/Manual/QuickStart.pod cp lib/Exporter/Tiny/Manual/Importing.pod blib/lib/Exporter/Tiny/Manual/Importing.pod cp lib/Exporter/Tiny/Manual/Exporting.pod blib/lib/Exporter/Tiny/Manual/Exporting.pod cp lib/Exporter/Tiny.pm blib/lib/Exporter/Tiny.pm Manifying 6 pod documents ===> p5-Exporter-Tiny-1.006002 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Exporter-Tiny-1.006002 depends on: p5-Test-Warnings-* -> p5-Test-Warnings-0.033 ===> Regression tests for p5-Exporter-Tiny-1.006002 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Perl 5.038002 t/01basic.t .............. ok t/02renaming.t ........... ok t/03generators.t ......... ok t/04into.t ............... ok t/05shiny.t .............. ok t/06notwant.t ............ ok t/07regexp.t ............. ok t/08tags.t ............... ok t/09warnings.t ........... ok t/10no.t ................. ok t/11noncode.t ............ ok t/12noncodegenerators.t .. ok t/13doesntexist.t ........ ok t/14lexical.t ............ ok t/15nonhashvalue.t ....... ok t/gh-8.t ................. ok t/gh-9.t ................. ok All tests successful. Files=17, Tests=84, 3 wallclock secs ( 0.06 usr 0.09 sys + 1.66 cusr 0.76 csys = 2.57 CPU) Result: PASS PASS devel/p5-Exporter-Tiny Duration 0m05.61s START devel/p5-FFI-CheckLib 2024-11-22T07:33:58Z export _LOCKS_HELD="" ===> Cleaning for p5-FFI-CheckLib-0.31 ===> Checking files for p5-FFI-CheckLib-0.31 `/usr/ports/distfiles/FFI-CheckLib-0.31.tar.gz' is up to date. ===> Building from scratch p5-FFI-CheckLib-0.31 ===> Checking files for p5-FFI-CheckLib-0.31 `/usr/ports/distfiles/FFI-CheckLib-0.31.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-FFI-CheckLib-0.31 ===> Patching for p5-FFI-CheckLib-0.31 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-FFI-CheckLib-0.31 ===> Configuring for p5-FFI-CheckLib-0.31 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for FFI::CheckLib Writing MYMETA.yml and MYMETA.json ===> Building for p5-FFI-CheckLib-0.31 cp lib/FFI/CheckLib.pm blib/lib/FFI/CheckLib.pm Manifying 1 pod document ===> p5-FFI-CheckLib-0.31 depends on: p5-Test-Exit-* -> p5-Test-Exit-0.11p0 ===> p5-FFI-CheckLib-0.31 depends on: p5-Test2-Suite->=0.000121 -> p5-Test2-Suite-0.000163 ===> p5-FFI-CheckLib-0.31 depends on: p5-File-Which-* -> p5-File-Which-1.27 ===> Regression tests for p5-FFI-CheckLib-0.31 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # # # HARNESS_ACTIVE=1 # HARNESS_VERSION=3.44 # PERL5LIB=/usr/ports/pobj/p5-FFI-CheckLib-0.31/FFI-CheckLib-0.31/blib/lib:/usr/ports/pobj/p5-FFI-CheckLib-0.31/FFI-CheckLib-0.31/blib/arch # PERL_DL_NONLAZY=1 # PERL_MM_OPT=INSTALLSITELIB=/usr/local/libdata/perl5/site_perl INSTALLSITEARCH=/usr/local/libdata/perl5/site_perl/i386-openbsd INSTALLPRIVLIB=/usr/./libdata/perl5 INSTALLARCHLIB=/i386-openbsd INSTALLMAN1DIR=/usr/local/man/man1 INSTALLMAN3DIR=/usr/local/man/man3p INSTALLBIN=/bin INSTALLSCRIPT= # PERL_MM_USE_DEFAULT=1 # PERL_USE_UNSAFE_INC=1 # # # # PERL5LIB path # /usr/ports/pobj/p5-FFI-CheckLib-0.31/FFI-CheckLib-0.31/blib/lib # /usr/ports/pobj/p5-FFI-CheckLib-0.31/FFI-CheckLib-0.31/blib/arch # # # # perl 5.038002 openbsd i386-openbsd # DynaLoader 1.54 # ExtUtils::MakeMaker 7.70 # FFI::Platypus - # File::Which 1.27 # List::Util 1.63 # Test2::API 1.302194 # Test2::Require::EnvVar 0.000163 # Test2::Require::Module 0.000163 # Test2::Tools::Process - # Test2::V0 0.000163 # # # t/00_diag.t ................... ok t/ci.t ........................ skipped: This test only runs if the $CIPSOMETHING environment variable is set t/ffi_checklib.t .............. ok t/ffi_checklib__exit.t ........ skipped: Module 'Test2::Tools::Process' is not installed t/ffi_checklib__os_cygwin.t ... ok t/ffi_checklib__os_darwin.t ... ok t/ffi_checklib__os_mswin32.t .. ok t/ffi_checklib__os_msys.t ..... ok t/ffi_checklib__os_unix.t ..... ok All tests successful. Files=9, Tests=68, 2 wallclock secs ( 0.07 usr 0.02 sys + 1.85 cusr 0.68 csys = 2.62 CPU) Result: PASS PASS devel/p5-FFI-CheckLib Duration 0m05.92s START devel/p5-Feature-Compat-Try 2024-11-22T07:34:04Z export _LOCKS_HELD="" ===> Cleaning for p5-Feature-Compat-Try-0.05 ===> Checking files for p5-Feature-Compat-Try-0.05 `/usr/ports/distfiles/Feature-Compat-Try-0.05.tar.gz' is up to date. ===> Building from scratch p5-Feature-Compat-Try-0.05 ===> p5-Feature-Compat-Try-0.05 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Feature-Compat-Try-0.05 `/usr/ports/distfiles/Feature-Compat-Try-0.05.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Feature-Compat-Try-0.05 ===> Patching for p5-Feature-Compat-Try-0.05 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Feature-Compat-Try-0.05 ===> Configuring for p5-Feature-Compat-Try-0.05 Using core's feature 'try' Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Feature-Compat-Try' version '0.05' ===> Building for p5-Feature-Compat-Try-0.05 Building Feature-Compat-Try ===> p5-Feature-Compat-Try-0.05 depends on: p5-Syntax-Keyword-Try->=0.27 -> p5-Syntax-Keyword-Try-0.30 ===> p5-Feature-Compat-Try-0.05 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Feature-Compat-Try-0.05 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Feature-Compat-Try-0.05 t/00use.t .............. ok t/01trycatch.t ......... ok t/03trycatchfinally.t .. ok t/10snail.t ............ ok t/11loop.t ............. ok t/12return.t ........... ok t/14try-localises.t .... ok t/15context.t .......... ok t/16final-expr.t ....... ok t/80await+try.t ........ skipped: Future is not available t/99pod.t .............. ok All tests successful. Files=11, Tests=38, 2 wallclock secs ( 0.02 usr 0.09 sys + 1.06 cusr 0.52 csys = 1.69 CPU) Result: PASS PASS devel/p5-Feature-Compat-Try Duration 0m04.65s START devel/p5-File-Attributes 2024-11-22T07:34:08Z export _LOCKS_HELD="" ===> Cleaning for p5-File-Attributes-0.04p6 ===> Checking files for p5-File-Attributes-0.04p6 `/usr/ports/distfiles/File-Attributes-0.04.tar.gz' is up to date. ===> Building from scratch p5-File-Attributes-0.04p6 ===> p5-File-Attributes-0.04p6 depends on: p5-Module-Install-* -> p5-Module-Install-1.19 ===> Checking files for p5-File-Attributes-0.04p6 `/usr/ports/distfiles/File-Attributes-0.04.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-Attributes-0.04p6 rm -rf -- /usr/ports/pobj/p5-File-Attributes-0.04/File-Attributes-0.04/inc ===> Patching for p5-File-Attributes-0.04p6 ===> Applying OpenBSD patch patch-t_lib_File_Attributes_Test_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://rt.cpan.org/Public/Bug/Display.html?id=56221 | |Index: t/lib/File/Attributes/Test.pm |--- t/lib/File/Attributes/Test.pm.orig |+++ t/lib/File/Attributes/Test.pm -------------------------- Patching file t/lib/File/Attributes/Test.pm using Plan A... Hunk #1 succeeded at 6. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-Attributes-0.04p6 ===> Configuring for p5-File-Attributes-0.04p6 include /usr/ports/pobj/p5-File-Attributes-0.04/File-Attributes-0.04/inc/Module/Install.pm include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm include inc/Module/Install/Makefile.pm include inc/Module/Install/Include.pm include inc/Module/Install/AutoInstall.pm include inc/Module/AutoInstall.pm *** Module::AutoInstall version 1.19 *** Checking for Perl dependencies... [Core Features] - Directory::Scratch ...loaded. (0.18 >= 0.05) - Test::More ...loaded. (1.302194) - Exporter ...loaded. (5.77) - Module::Pluggable ...loaded. (5.2) - Carp ...loaded. (1.54) - Best ...loaded. (0.17 >= 0.06) - YAML ...loaded. (1.31) - File::Spec ...loaded. (3.88) [YAML::Syck for better performance] - YAML::Syck ...loaded. (1.34) *** Module::AutoInstall configuration finished. include inc/Module/Install/WriteAll.pm include inc/Module/Install/Win32.pm include inc/Module/Install/Can.pm include inc/Module/Install/Fetch.pm Checking if your kit is complete... Warning: the following files are missing in your kit: inc/ExtUtils/AutoInstall.pm inc/Module/Install/Build.pm Please inform the author. Generating a Unix-style Makefile Writing Makefile for File::Attributes Writing MYMETA.yml and MYMETA.json Writing META.yml ===> Building for p5-File-Attributes-0.04p6 cp lib/File/Attributes/Simple.pm blib/lib/File/Attributes/Simple.pm cp lib/File/Attributes/Base.pm blib/lib/File/Attributes/Base.pm cp lib/File/Attributes.pm blib/lib/File/Attributes.pm Manifying 3 pod documents ===> p5-File-Attributes-0.04p6 depends on: p5-Directory-Scratch->=0.05 -> p5-Directory-Scratch-0.18p0 ===> p5-File-Attributes-0.04p6 depends on: p5-Test-Pod->=1.14 -> p5-Test-Pod-1.52p0 ===> p5-File-Attributes-0.04p6 depends on: p5-Test-Pod-Coverage->=1.04 -> p5-Test-Pod-Coverage-1.10p0 ===> p5-File-Attributes-0.04p6 depends on: p5-Best->=0.06 -> p5-Best-0.17 ===> p5-File-Attributes-0.04p6 depends on: p5-Module-Pluggable-* -> p5-Module-Pluggable-5.2p0 ===> p5-File-Attributes-0.04p6 depends on: p5-YAML-* -> p5-YAML-1.31 ===> p5-File-Attributes-0.04p6 depends on: p5-YAML-Syck-* -> p5-YAML-Syck-1.34 ===> Regression tests for p5-File-Attributes-0.04p6 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/bad_files.t t/base.t t/directory.t t/file_attributes.t t/hidden.t t/override-notapplicable.t t/override.t t/pod-coverage.t t/pod.t t/simple-cleanup.t t/simple-link.t t/simple.t t/test-works.t Prototype after '@' for File::Attributes::_foreach_plugin : @& at /usr/ports/pobj/p5-File-Attributes-0.04/File-Attributes-0.04/blib/lib/File/Attributes.pm line 27. # Testing File::Attributes 0.04, Perl 5.038002, /usr/bin/perl # Available backends: File::Attributes::Simple (0.04;1). t/00-load.t ................. ok Prototype after '@' for File::Attributes::_foreach_plugin : @& at /usr/ports/pobj/p5-File-Attributes-0.04/File-Attributes-0.04/blib/lib/File/Attributes.pm line 27. t/bad_files.t ............... ok t/base.t .................... ok Prototype after '@' for File::Attributes::_foreach_plugin : @& at /usr/ports/pobj/p5-File-Attributes-0.04/File-Attributes-0.04/blib/lib/File/Attributes.pm line 27. t/directory.t ............... ok Prototype after '@' for File::Attributes::_foreach_plugin : @& at /usr/ports/pobj/p5-File-Attributes-0.04/File-Attributes-0.04/blib/lib/File/Attributes.pm line 27. t/file_attributes.t ......... ok t/hidden.t .................. ok Prototype after '@' for File::Attributes::_foreach_plugin : @& at /usr/ports/pobj/p5-File-Attributes-0.04/File-Attributes-0.04/blib/lib/File/Attributes.pm line 27. t/override-notapplicable.t .. ok Prototype after '@' for File::Attributes::_foreach_plugin : @& at /usr/ports/pobj/p5-File-Attributes-0.04/File-Attributes-0.04/blib/lib/File/Attributes.pm line 27. t/override.t ................ ok Prototype after '@' for File::Attributes::_foreach_plugin : @& at /usr/ports/pobj/p5-File-Attributes-0.04/File-Attributes-0.04/blib/lib/File/Attributes.pm line 27. t/pod-coverage.t ............ ok t/pod.t ..................... ok t/simple-cleanup.t .......... ok t/simple-link.t ............. ok t/simple.t .................. ok t/test-works.t .............. ok All tests successful. Files=14, Tests=95, 4 wallclock secs ( 0.07 usr 0.05 sys + 2.06 cusr 1.06 csys = 3.24 CPU) Result: PASS PASS devel/p5-File-Attributes Duration 0m07.80s START devel/p5-File-BaseDir 2024-11-22T07:34:16Z export _LOCKS_HELD="" ===> Cleaning for p5-File-BaseDir-0.09 ===> Checking files for p5-File-BaseDir-0.09 `/usr/ports/distfiles/File-BaseDir-0.09.tar.gz' is up to date. ===> Building from scratch p5-File-BaseDir-0.09 ===> Checking files for p5-File-BaseDir-0.09 `/usr/ports/distfiles/File-BaseDir-0.09.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-BaseDir-0.09 ===> Patching for p5-File-BaseDir-0.09 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-BaseDir-0.09 ===> Configuring for p5-File-BaseDir-0.09 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::BaseDir Writing MYMETA.yml and MYMETA.json ===> Building for p5-File-BaseDir-0.09 cp lib/File/IconTheme.pm blib/lib/File/IconTheme.pm cp lib/File/BaseDir.pm blib/lib/File/BaseDir.pm cp lib/File/UserDirs.pm blib/lib/File/UserDirs.pm Manifying 3 pod documents ===> p5-File-BaseDir-0.09 depends on: p5-File-Which-* -> p5-File-Which-1.27 ===> p5-File-BaseDir-0.09 depends on: p5-IPC-System-Simple-* -> p5-IPC-System-Simple-1.30 ===> p5-File-BaseDir-0.09 depends on: xdg-user-dirs-gtk-* -> xdg-user-dirs-gtk-0.11p0 ===> Regression tests for p5-File-BaseDir-0.09 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # # # HARNESS_ACTIVE=1 # HARNESS_VERSION=3.44 # PERL5LIB=/usr/ports/pobj/p5-File-BaseDir-0.09/File-BaseDir-0.09/blib/lib:/usr/ports/pobj/p5-File-BaseDir-0.09/File-BaseDir-0.09/blib/arch # PERL_DL_NONLAZY=1 # PERL_MM_OPT=INSTALLSITELIB=/usr/local/libdata/perl5/site_perl INSTALLSITEARCH=/usr/local/libdata/perl5/site_perl/i386-openbsd INSTALLPRIVLIB=/usr/./libdata/perl5 INSTALLARCHLIB=/i386-openbsd INSTALLMAN1DIR=/usr/local/man/man1 INSTALLMAN3DIR=/usr/local/man/man3p INSTALLBIN=/bin INSTALLSCRIPT= # PERL_MM_USE_DEFAULT=1 # PERL_USE_UNSAFE_INC=1 # # # # PERL5LIB path # /usr/ports/pobj/p5-File-BaseDir-0.09/File-BaseDir-0.09/blib/lib # /usr/ports/pobj/p5-File-BaseDir-0.09/File-BaseDir-0.09/blib/arch # # # # perl 5.038002 openbsd i386-openbsd # Exporter 5.77 # ExtUtils::MakeMaker 7.70 # File::Which 1.27 # IPC::System::Simple 1.30 # Test::More 1.302194 # # # t/00_diag.t ....... ok t/01_vars.t ....... ok t/02_lookup.t ..... ok t/03_icontheme.t .. ok t/03_OO.t ......... ok t/03_userdirs.t ... ok All tests successful. Files=6, Tests=47, 1 wallclock secs ( 0.03 usr 0.04 sys + 0.90 cusr 0.33 csys = 1.30 CPU) Result: PASS PASS devel/p5-File-BaseDir Duration 0m04.28s START devel/p5-File-Copy-Recursive 2024-11-22T07:34:20Z export _LOCKS_HELD="" ===> Cleaning for p5-File-Copy-Recursive-0.45p0 ===> Checking files for p5-File-Copy-Recursive-0.45p0 `/usr/ports/distfiles/File-Copy-Recursive-0.45.tar.gz' is up to date. ===> Building from scratch p5-File-Copy-Recursive-0.45p0 ===> Checking files for p5-File-Copy-Recursive-0.45p0 `/usr/ports/distfiles/File-Copy-Recursive-0.45.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-Copy-Recursive-0.45p0 ===> Patching for p5-File-Copy-Recursive-0.45p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-Copy-Recursive-0.45p0 ===> Configuring for p5-File-Copy-Recursive-0.45p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::Copy::Recursive Writing MYMETA.yml and MYMETA.json ===> Building for p5-File-Copy-Recursive-0.45p0 cp lib/File/Copy/Recursive.pm blib/lib/File/Copy/Recursive.pm Manifying 1 pod document ===> p5-File-Copy-Recursive-0.45p0 depends on: p5-Path-Tiny-* -> p5-Path-Tiny-0.146 ===> p5-File-Copy-Recursive-0.45p0 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-File-Copy-Recursive-0.45p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-File-Copy-Recursive-0.45p0 depends on: p5-Test-File-* -> p5-Test-File-1.993 ===> p5-File-Copy-Recursive-0.45p0 depends on: p5-Test-Warnings-* -> p5-Test-Warnings-0.033 ===> Regression tests for p5-File-Copy-Recursive-0.45p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00.load.t ............... ok t/01.legacy.t ............. ok t/02.legacy-symtogsafe.t .. ok t/03.github-issue-5.t ..... ok t/04.readonly-dir.t ....... ok t/05.legacy-pathmk_unc.t .. skipped: Test irrelevant on non-windows OSs All tests successful. Files=6, Tests=157, 5 wallclock secs ( 0.04 usr 0.03 sys + 1.03 cusr 1.18 csys = 2.28 CPU) Result: PASS PASS devel/p5-File-Copy-Recursive Duration 0m07.92s START devel/p5-File-Find-Object 2024-11-22T07:34:28Z export _LOCKS_HELD="" ===> Cleaning for p5-File-Find-Object-0.3.8 ===> Checking files for p5-File-Find-Object-0.3.8 `/usr/ports/distfiles/File-Find-Object-0.3.8.tar.gz' is up to date. ===> Building from scratch p5-File-Find-Object-0.3.8 ===> Checking files for p5-File-Find-Object-0.3.8 `/usr/ports/distfiles/File-Find-Object-0.3.8.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-Find-Object-0.3.8 ===> Patching for p5-File-Find-Object-0.3.8 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-Find-Object-0.3.8 ===> Configuring for p5-File-Find-Object-0.3.8 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::Find::Object Writing MYMETA.yml and MYMETA.json ===> Building for p5-File-Find-Object-0.3.8 cp lib/File/Find/Object/Result.pm blib/lib/File/Find/Object/Result.pm cp lib/File/Find/Object.pm blib/lib/File/Find/Object.pm cp lib/File/Find/Object/PathComp.pm blib/lib/File/Find/Object/PathComp.pm cp lib/File/Find/Object/Base.pm blib/lib/File/Find/Object/Base.pm Manifying 4 pod documents ===> p5-File-Find-Object-0.3.8 depends on: p5-File-TreeCreate-* -> p5-File-TreeCreate-0.0.1 ===> p5-File-Find-Object-0.3.8 depends on: p5-Test-File->=1.993 -> p5-Test-File-1.993 ===> p5-File-Find-Object-0.3.8 depends on: p5-Class-XSAccessor-* -> p5-Class-XSAccessor-1.19p0 ===> Regression tests for p5-File-Find-Object-0.3.8 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ........ ok t/01ffo.t ............. ok t/02tree-create.t ..... ok t/03traverse.t ........ ok t/04destroy.t ......... ok t/05prune.t ........... ok t/06trailing-slash.t .. ok All tests successful. Files=7, Tests=83, 3 wallclock secs ( 0.04 usr 0.06 sys + 0.97 cusr 0.66 csys = 1.73 CPU) Result: PASS PASS devel/p5-File-Find-Object Duration 0m05.48s START devel/p5-File-Find-Object-Rule 2024-11-22T07:34:34Z export _LOCKS_HELD="" ===> Cleaning for p5-File-Find-Object-Rule-0.0313 ===> Checking files for p5-File-Find-Object-Rule-0.0313 `/usr/ports/distfiles/File-Find-Object-Rule-0.0313.tar.gz' is up to date. ===> Building from scratch p5-File-Find-Object-Rule-0.0313 ===> p5-File-Find-Object-Rule-0.0313 depends on: p5-Module-Build->=0.28 -> p5-Module-Build-0.4234 ===> p5-File-Find-Object-Rule-0.0313 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-File-Find-Object-Rule-0.0313 `/usr/ports/distfiles/File-Find-Object-Rule-0.0313.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-Find-Object-Rule-0.0313 ===> Patching for p5-File-Find-Object-Rule-0.0313 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-Find-Object-Rule-0.0313 ===> Configuring for p5-File-Find-Object-Rule-0.0313 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'File-Find-Object-Rule' version '0.0313' ===> Building for p5-File-Find-Object-Rule-0.0313 Building File-Find-Object-Rule ===> p5-File-Find-Object-Rule-0.0313 depends on: p5-File-TreeCreate-* -> p5-File-TreeCreate-0.0.1 ===> p5-File-Find-Object-Rule-0.0313 depends on: p5-Class-XSAccessor-* -> p5-Class-XSAccessor-1.19p0 ===> p5-File-Find-Object-Rule-0.0313 depends on: p5-File-Find-Object-* -> p5-File-Find-Object-0.3.8 ===> p5-File-Find-Object-Rule-0.0313 depends on: p5-Number-Compare-* -> p5-Number-Compare-0.03p1 ===> p5-File-Find-Object-Rule-0.0313 depends on: p5-Text-Glob-* -> p5-Text-Glob-0.11p0 ===> Regression tests for p5-File-Find-Object-Rule-0.0313 t/00-compile.t .............. ok t/File-Find-Rule.t .......... ok t/findorule.t ............... ok t/release-trailing-space.t .. skipped: these tests are for release candidate testing All tests successful. Files=4, Tests=49, 1 wallclock secs ( 0.03 usr 0.05 sys + 0.85 cusr 0.46 csys = 1.39 CPU) Result: PASS PASS devel/p5-File-Find-Object-Rule Duration 0m05.43s START devel/p5-File-Find-Rule 2024-11-22T07:34:39Z export _LOCKS_HELD="" ===> Cleaning for p5-File-Find-Rule-0.34p0 ===> Checking files for p5-File-Find-Rule-0.34p0 `/usr/ports/distfiles/File-Find-Rule-0.34.tar.gz' is up to date. ===> Building from scratch p5-File-Find-Rule-0.34p0 ===> Checking files for p5-File-Find-Rule-0.34p0 `/usr/ports/distfiles/File-Find-Rule-0.34.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-Find-Rule-0.34p0 ===> Patching for p5-File-Find-Rule-0.34p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-Find-Rule-0.34p0 ===> Configuring for p5-File-Find-Rule-0.34p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::Find::Rule Writing MYMETA.yml and MYMETA.json ===> Building for p5-File-Find-Rule-0.34p0 cp lib/File/Find/Rule/Procedural.pod blib/lib/File/Find/Rule/Procedural.pod cp lib/File/Find/Rule.pm blib/lib/File/Find/Rule.pm cp lib/File/Find/Rule/Extending.pod blib/lib/File/Find/Rule/Extending.pod cp findrule blib/script/findrule "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/findrule Manifying 1 pod document Manifying 3 pod documents ===> p5-File-Find-Rule-0.34p0 depends on: p5-Number-Compare-* -> p5-Number-Compare-0.03p1 ===> p5-File-Find-Rule-0.34p0 depends on: p5-Text-Glob-* -> p5-Text-Glob-0.11p0 ===> Regression tests for p5-File-Find-Rule-0.34p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/File-Find-Rule.t .. ok t/findrule.t ........ ok All tests successful. Files=2, Tests=52, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.53 cusr 0.41 csys = 0.99 CPU) Result: PASS PASS devel/p5-File-Find-Rule Duration 0m04.15s START devel/p5-File-Listing 2024-11-22T07:34:43Z export _LOCKS_HELD="" ===> Cleaning for p5-File-Listing-6.15 ===> Checking files for p5-File-Listing-6.15 `/usr/ports/distfiles/File-Listing-6.15.tar.gz' is up to date. ===> Building from scratch p5-File-Listing-6.15 ===> Checking files for p5-File-Listing-6.15 `/usr/ports/distfiles/File-Listing-6.15.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-Listing-6.15 ===> Patching for p5-File-Listing-6.15 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-Listing-6.15 ===> Configuring for p5-File-Listing-6.15 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::Listing Writing MYMETA.yml and MYMETA.json ===> Building for p5-File-Listing-6.15 cp lib/File/Listing.pm blib/lib/File/Listing.pm Manifying 1 pod document ===> p5-File-Listing-6.15 depends on: p5-HTTP-Date-* -> p5-HTTP-Date-6.02p0 ===> Regression tests for p5-File-Listing-6.15 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # # # HARNESS_ACTIVE=1 # HARNESS_VERSION=3.44 # PERL5LIB=/usr/ports/pobj/p5-File-Listing-6.15/File-Listing-6.15/blib/lib:/usr/ports/pobj/p5-File-Listing-6.15/File-Listing-6.15/blib/arch # PERL_DL_NONLAZY=1 # PERL_MM_OPT=INSTALLSITELIB=/usr/local/libdata/perl5/site_perl INSTALLSITEARCH=/usr/local/libdata/perl5/site_perl/i386-openbsd INSTALLPRIVLIB=/usr/./libdata/perl5 INSTALLARCHLIB=/i386-openbsd INSTALLMAN1DIR=/usr/local/man/man1 INSTALLMAN3DIR=/usr/local/man/man3p INSTALLBIN=/bin INSTALLSCRIPT= # PERL_MM_USE_DEFAULT=1 # PERL_USE_UNSAFE_INC=1 # # # # PERL5LIB path # /usr/ports/pobj/p5-File-Listing-6.15/File-Listing-6.15/blib/lib # /usr/ports/pobj/p5-File-Listing-6.15/File-Listing-6.15/blib/arch # # # # perl 5.038002 openbsd i386-openbsd # Exporter 5.77 # ExtUtils::MakeMaker 7.70 # HTTP::Date 6.02 # Test::More 1.302194 # # # t/00_diag.t ....... ok t/file_listing.t .. ok All tests successful. Files=2, Tests=6, 7 wallclock secs ( 1.22 usr 0.23 sys + 6.46 cusr 0.37 csys = 8.28 CPU) Result: PASS PASS devel/p5-File-Listing Duration 0m09.61s START devel/p5-File-MimeInfo 2024-11-22T07:34:53Z export _LOCKS_HELD="" ===> Cleaning for p5-File-MimeInfo-0.35 ===> Checking files for p5-File-MimeInfo-0.35 `/usr/ports/distfiles/File-MimeInfo-0.35.tar.gz' is up to date. ===> Building from scratch p5-File-MimeInfo-0.35 ===> Checking files for p5-File-MimeInfo-0.35 `/usr/ports/distfiles/File-MimeInfo-0.35.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-MimeInfo-0.35 ===> Patching for p5-File-MimeInfo-0.35 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-MimeInfo-0.35 ===> Configuring for p5-File-MimeInfo-0.35 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::MimeInfo Writing MYMETA.yml and MYMETA.json ===> Building for p5-File-MimeInfo-0.35 cp lib/File/MimeInfo/Cookbook.pod blib/lib/File/MimeInfo/Cookbook.pod cp lib/File/MimeInfo.pm blib/lib/File/MimeInfo.pm cp lib/File/MimeInfo/Rox.pm blib/lib/File/MimeInfo/Rox.pm cp lib/File/MimeInfo/Applications.pm blib/lib/File/MimeInfo/Applications.pm cp lib/File/MimeInfo/Magic.pm blib/lib/File/MimeInfo/Magic.pm cp mimeopen blib/script/mimeopen "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/mimeopen cp mimetype blib/script/mimetype "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/mimetype Manifying 2 pod documents Manifying 5 pod documents ===> p5-File-MimeInfo-0.35 depends on: desktop-file-utils-* -> desktop-file-utils-0.28 ===> p5-File-MimeInfo-0.35 depends on: p5-Path-Tiny-* -> p5-Path-Tiny-0.146 ===> p5-File-MimeInfo-0.35 depends on: p5-File-BaseDir->=0.03 -> p5-File-BaseDir-0.09 ===> p5-File-MimeInfo-0.35 depends on: p5-File-DesktopEntry->=0.04 -> p5-File-DesktopEntry-0.22p1 ===> p5-File-MimeInfo-0.35 depends on: shared-mime-info-* -> shared-mime-info-2.4p0 ===> p5-File-MimeInfo-0.35 depends on: p5-Encode-Locale-* -> p5-Encode-Locale-1.05p0 ===> p5-File-MimeInfo-0.35 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-File-MimeInfo-0.35 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-File-MimeInfo-0.35 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # # Generated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.10 # perl: 5.038002 (wanted 5.006001) on openbsd from /usr/bin/perl # # Carp => 1.54 (want any version) # Encode::Locale => 1.05 (want any version) # Exporter => 5.77 (want any version) # Fcntl => 1.15 (want any version) # File::Spec => 3.88 (want 0.03) # File::DesktopEntry => 0.22 (want 0.04) # Path::Tiny => 0.146 (want any version) # Pod::Usage => 2.03 (want any version) # Test::More => 1.302194 (want 0.88) # # Thanks for using my code. I hope it works for you. # If not, please try and include this output in the bug report. # That will help me reproduce the issue and solve your problem. # t/000-report-versions-tiny.t .. ok t/00_use_ok.t ................. ok t/01_normal.t ................. ok t/02_magic.t .................. ok t/03_rox.t .................... ok t/04_IO_objects.t ............. ok t/05_more.t ................... ok t/06_pod_ok.t ................. ok t/07_pod_cover.t .............. ok t/08_changes.t ................ skipped: Test::CPAN::Changes 0.18 or later required for this test t/09_no404s.t ................. skipped: Skip $ENV{EXTENDED_TESTING} is not set t/10filehandle.t .............. ok WARNING: You don't seem to have a mime-info database. The shared-mime-info package is available from http://freedesktop.org/ at /usr/ports/pobj/p5-File-MimeInfo-0.35/File-MimeInfo-0.35/t/../mimetype line 175. No mimeinfo database found WARNING: You don't seem to have a mime-info database. The shared-mime-info package is available from http://freedesktop.org/ at /usr/ports/pobj/p5-File-MimeInfo-0.35/File-MimeInfo-0.35/t/../mimetype line 175. No mimeinfo database found t/11mimeinfo.t ................ ok All tests successful. Files=13, Tests=100, 4 wallclock secs ( 0.06 usr 0.04 sys + 2.45 cusr 0.90 csys = 3.45 CPU) Result: PASS PASS devel/p5-File-MimeInfo Duration 0m08.23s START devel/p5-File-Modified 2024-11-22T07:35:01Z export _LOCKS_HELD="" ===> Cleaning for p5-File-Modified-0.10p0 ===> Checking files for p5-File-Modified-0.10p0 `/usr/ports/distfiles/File-Modified-0.10.tar.gz' is up to date. ===> Building from scratch p5-File-Modified-0.10p0 ===> Checking files for p5-File-Modified-0.10p0 `/usr/ports/distfiles/File-Modified-0.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-Modified-0.10p0 ===> Patching for p5-File-Modified-0.10p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-Modified-0.10p0 ===> Configuring for p5-File-Modified-0.10p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::Modified Writing MYMETA.yml and MYMETA.json ===> Building for p5-File-Modified-0.10p0 cp lib/File/Modified.pm blib/lib/File/Modified.pm Manifying 1 pod document ===> p5-File-Modified-0.10p0 depends on: p5-Digest-MD2-* -> p5-Digest-MD2-2.04p1 ===> p5-File-Modified-0.10p0 depends on: p5-Digest-SHA1-* -> p5-Digest-SHA1-2.13p6 ===> Regression tests for p5-File-Modified-0.10p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/test.t .. ok All tests successful. Test Summary Report ------------------- t/test.t (Wstat: 0 Tests: 44 Failed: 0) TODO passed: 41 Files=1, Tests=44, 3 wallclock secs ( 0.01 usr 0.03 sys + 0.44 cusr 0.14 csys = 0.62 CPU) Result: PASS PASS devel/p5-File-Modified Duration 0m06.22s START devel/p5-File-NCopy 2024-11-22T07:35:07Z export _LOCKS_HELD="" ===> Cleaning for p5-File-NCopy-0.36 ===> Checking files for p5-File-NCopy-0.36 `/usr/ports/distfiles/File-NCopy-0.36.tar.gz' is up to date. ===> Building from scratch p5-File-NCopy-0.36 ===> Checking files for p5-File-NCopy-0.36 `/usr/ports/distfiles/File-NCopy-0.36.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-NCopy-0.36 ===> Patching for p5-File-NCopy-0.36 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-NCopy-0.36 ===> Configuring for p5-File-NCopy-0.36 *** WARNING *** Deprecated module. Use only if required by other module. You can use File::Copy::Recursive instead. *** REQUEST *** Please use Test::Reporter to report test results - it's the only way to measure popularity of distribution. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::NCopy Writing MYMETA.yml and MYMETA.json ===> Building for p5-File-NCopy-0.36 cp lib/File/NCopy.pm blib/lib/File/NCopy.pm Manifying 1 pod document ===> p5-File-NCopy-0.36 depends on: p5-Test-Pod->=1.14 -> p5-Test-Pod-1.52p0 ===> Regression tests for p5-File-NCopy-0.36 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/pod.t ... ok t/test.t .. ok All tests successful. Files=2, Tests=5, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.21 cusr 0.06 csys = 0.30 CPU) Result: PASS PASS devel/p5-File-NCopy Duration 0m02.85s START devel/p5-File-Share 2024-11-22T07:35:10Z export _LOCKS_HELD="" ===> Cleaning for p5-File-Share-0.27 ===> Checking files for p5-File-Share-0.27 `/usr/ports/distfiles/File-Share-0.27.tar.gz' is up to date. ===> Building from scratch p5-File-Share-0.27 ===> Checking files for p5-File-Share-0.27 `/usr/ports/distfiles/File-Share-0.27.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-Share-0.27 ===> Patching for p5-File-Share-0.27 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-Share-0.27 ===> Configuring for p5-File-Share-0.27 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::Share Writing MYMETA.yml and MYMETA.json ===> Building for p5-File-Share-0.27 cp lib/File/Share.pm blib/lib/File/Share.pm cp lib/File/Share.pod blib/lib/File/Share.pod Manifying 1 pod document ===> p5-File-Share-0.27 depends on: p5-File-ShareDir->=1.03 -> p5-File-ShareDir-1.118 ===> p5-File-Share-0.27 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-File-Share-0.27 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-File-Share-0.27 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/000-compile-modules.t ......... ok t/author-pod-syntax.t ........... skipped: these tests are for testing by the author t/readonly-dollar-underscore.t .. ok All tests successful. Files=3, Tests=2, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.29 cusr 0.09 csys = 0.44 CPU) Result: PASS PASS devel/p5-File-Share Duration 0m03.45s START devel/p5-File-Slurp 2024-11-22T07:35:14Z export _LOCKS_HELD="" ===> Cleaning for p5-File-Slurp-9999.32 ===> Checking files for p5-File-Slurp-9999.32 `/usr/ports/distfiles/File-Slurp-9999.32.tar.gz' is up to date. ===> Building from scratch p5-File-Slurp-9999.32 ===> Checking files for p5-File-Slurp-9999.32 `/usr/ports/distfiles/File-Slurp-9999.32.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-Slurp-9999.32 ===> Patching for p5-File-Slurp-9999.32 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-Slurp-9999.32 ===> Configuring for p5-File-Slurp-9999.32 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::Slurp Writing MYMETA.yml and MYMETA.json ===> Building for p5-File-Slurp-9999.32 cp lib/File/Slurp.pm blib/lib/File/Slurp.pm Manifying 1 pod document ===> Regression tests for p5-File-Slurp-9999.32 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # -------------- ---- -------- # Carp any 1.54 # Exporter 5.57 5.77 # Fcntl any 1.15 # File::Basename any 2.86 # File::Spec 3.01 3.88 # File::Temp any 0.2311 # IO::Handle any 1.52 # POSIX any 2.13 # Scalar::Util 1.00 1.63 # Socket any 2.036 # Symbol any 1.09 # Test::More any 1.302194 # overload any 1.37 # strict any 1.12 # warnings any 1.65 # # === Runtime Requires === # # Module Want Have # -------------- ---- ------ # B any 1.88 # Carp any 1.54 # Errno any 1.37 # Exporter 5.57 5.77 # Fcntl any 1.15 # File::Basename any 2.86 # File::Spec 3.01 3.88 # File::Temp any 0.2311 # IO::Handle any 1.52 # POSIX any 2.13 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t ......... ok t/01-error_edit_file.t ........ ok t/01-error_edit_file_lines.t .. ok t/01-error_prepend_file.t ..... ok t/01-error_read_dir.t ......... ok t/01-error_read_file.t ........ ok t/01-error_write_file.t ....... ok t/append_null.t ............... ok t/binmode.t ................... ok t/data_glob.t ................. ok t/data_section.t .............. ok t/edit_file.t ................. ok t/error.t ..................... ok t/file_object.t ............... ok t/handle.t .................... ok t/inode.t ..................... ok t/large.t ..................... ok t/newline.t ................... ok t/no_clobber.t ................ ok t/original.t .................. ok t/paragraph.t ................. ok t/perms.t ..................... ok t/prepend_file.t .............. ok t/pseudo.t .................... ok t/read_dir.t .................. ok t/slurp.t ..................... ok t/stdin.t ..................... ok t/stringify.t ................. ok t/tainted.t ................... skipped: Taint was always terrible. Just stop it already. t/write_file_win32.t .......... ok All tests successful. Files=30, Tests=629, 8 wallclock secs ( 0.18 usr 0.13 sys + 4.83 cusr 2.13 csys = 7.27 CPU) Result: PASS PASS devel/p5-File-Slurp Duration 0m10.77s START devel/p5-File-TreeCreate 2024-11-22T07:35:24Z export _LOCKS_HELD="" ===> Cleaning for p5-File-TreeCreate-0.0.1 ===> Checking files for p5-File-TreeCreate-0.0.1 `/usr/ports/distfiles/File-TreeCreate-0.0.1.tar.gz' is up to date. ===> Building from scratch p5-File-TreeCreate-0.0.1 ===> p5-File-TreeCreate-0.0.1 depends on: p5-Module-Build->=0.28 -> p5-Module-Build-0.4234 ===> p5-File-TreeCreate-0.0.1 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-File-TreeCreate-0.0.1 `/usr/ports/distfiles/File-TreeCreate-0.0.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-TreeCreate-0.0.1 ===> Patching for p5-File-TreeCreate-0.0.1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-TreeCreate-0.0.1 ===> Configuring for p5-File-TreeCreate-0.0.1 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'File-TreeCreate' version '0.0.1' ===> Building for p5-File-TreeCreate-0.0.1 Building File-TreeCreate ===> Regression tests for p5-File-TreeCreate-0.0.1 t/00-compile.t ... ok t/tree-create.t .. ok All tests successful. Files=2, Tests=23, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.30 cusr 0.19 csys = 0.55 CPU) Result: PASS PASS devel/p5-File-TreeCreate Duration 0m03.10s START devel/p5-Forest 2024-11-22T07:35:28Z export _LOCKS_HELD="" ===> Cleaning for p5-Forest-0.10p1 ===> Checking files for p5-Forest-0.10p1 `/usr/ports/distfiles/Forest-0.10.tar.gz' is up to date. ===> Building from scratch p5-Forest-0.10p1 ===> p5-Forest-0.10p1 depends on: p5-Module-Install-* -> p5-Module-Install-1.19 ===> Checking files for p5-Forest-0.10p1 `/usr/ports/distfiles/Forest-0.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Forest-0.10p1 ===> Patching for p5-Forest-0.10p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Forest-0.10p1 ===> Configuring for p5-Forest-0.10p1 Cannot determine perl version info from lib/Forest.pm include /usr/ports/pobj/p5-Forest-0.10/Forest-0.10/inc/Module/Install.pm include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm include inc/Module/Install/Makefile.pm include inc/Module/Install/WriteAll.pm include inc/Module/Install/Win32.pm include inc/Module/Install/Can.pm include inc/Module/Install/Fetch.pm Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Forest Writing MYMETA.yml and MYMETA.json Writing META.yml ===> Building for p5-Forest-0.10p1 cp lib/Forest/Tree/Indexer/SimpleUIDIndexer.pm blib/lib/Forest/Tree/Indexer/SimpleUIDIndexer.pm cp lib/Forest/Tree/Roles/JSONable.pm blib/lib/Forest/Tree/Roles/JSONable.pm cp lib/Forest/Tree/Reader.pm blib/lib/Forest/Tree/Reader.pm cp lib/Forest/Tree/Builder.pm blib/lib/Forest/Tree/Builder.pm cp lib/Forest/Tree/Loader/SimpleUIDLoader.pm blib/lib/Forest/Tree/Loader/SimpleUIDLoader.pm cp lib/Forest/Tree/Roles/MetaData.pm blib/lib/Forest/Tree/Roles/MetaData.pm cp lib/Forest/Tree/Constructor.pm blib/lib/Forest/Tree/Constructor.pm cp lib/Forest/Tree/Builder/Callback.pm blib/lib/Forest/Tree/Builder/Callback.pm cp lib/Forest/Tree/Builder/SimpleTextFile.pm blib/lib/Forest/Tree/Builder/SimpleTextFile.pm cp lib/Forest/Tree/Roles/HasNodeFormatter.pm blib/lib/Forest/Tree/Roles/HasNodeFormatter.pm cp lib/Forest.pm blib/lib/Forest.pm cp lib/Forest/Tree/Writer.pm blib/lib/Forest/Tree/Writer.pm cp lib/Forest/Tree/Reader/SimpleTextFile.pm blib/lib/Forest/Tree/Reader/SimpleTextFile.pm cp lib/Forest/Tree/Writer/SimpleASCII.pm blib/lib/Forest/Tree/Writer/SimpleASCII.pm cp lib/Forest/Tree/Writer/SimpleHTML.pm blib/lib/Forest/Tree/Writer/SimpleHTML.pm cp lib/Forest/Tree/Indexer.pm blib/lib/Forest/Tree/Indexer.pm cp lib/Forest/Tree/Pure.pm blib/lib/Forest/Tree/Pure.pm cp lib/Forest/Tree/Roles/LoadWithMetaData.pm blib/lib/Forest/Tree/Roles/LoadWithMetaData.pm cp lib/Forest/Tree.pm blib/lib/Forest/Tree.pm cp lib/Forest/Tree/Writer/ASCIIWithBranches.pm blib/lib/Forest/Tree/Writer/ASCIIWithBranches.pm cp lib/Forest/Tree/Loader.pm blib/lib/Forest/Tree/Loader.pm Manifying 21 pod documents ===> p5-Forest-0.10p1 depends on: p5-Path-Class-* -> p5-Path-Class-0.37p0 ===> p5-Forest-0.10p1 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-Forest-0.10p1 depends on: p5-Test-Pod->=1.14 -> p5-Test-Pod-1.52p0 ===> p5-Forest-0.10p1 depends on: p5-Moose->=2.0000 -> p5-Moose-2.2207 ===> p5-Forest-0.10p1 depends on: p5-MooseX-Clone->=0.05 -> p5-MooseX-Clone-0.06p1 ===> Regression tests for p5-Forest-0.10p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/000_load.t ........................... ok t/010_Tree.t ........................... ok t/011_Tree_MetaData.t .................. ok t/012_Tree_errors.t .................... ok t/013_Tree_build_with_constructor.t .... ok t/014_Pure.t ........................... ok t/020_Tree_Reader.t .................... ok t/021_Tree_Reader_using_load.t ......... ok t/030_Tree_Writer.t .................... ok t/031_Tree_Writer_to_disk.t ............ ok t/032_Tree_Writer_complex_ASCII.t ...... ok t/033_Tree_Writer_incremental_build.t .. ok t/040_Tree_Indexer.t ................... ok t/041_Tree_Indexer_w_custom_reader.t ... ok t/060_Tree_Loader.t .................... ok t/061_Tree_Loader_with_metadata.t ...... ok t/pod.t ................................ ok All tests successful. Files=17, Tests=472, 10 wallclock secs ( 0.12 usr 0.04 sys + 7.87 cusr 1.57 csys = 9.60 CPU) Result: PASS PASS devel/p5-Forest Duration 0m13.94s START devel/p5-Hash-Ordered 2024-11-22T07:35:42Z export _LOCKS_HELD="" ===> Cleaning for p5-Hash-Ordered-0.014 ===> Checking files for p5-Hash-Ordered-0.014 `/usr/ports/distfiles/Hash-Ordered-0.014.tar.gz' is up to date. ===> Building from scratch p5-Hash-Ordered-0.014 ===> Checking files for p5-Hash-Ordered-0.014 `/usr/ports/distfiles/Hash-Ordered-0.014.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Hash-Ordered-0.014 ===> Patching for p5-Hash-Ordered-0.014 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Hash-Ordered-0.014 ===> Configuring for p5-Hash-Ordered-0.014 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Hash::Ordered Writing MYMETA.yml and MYMETA.json ===> Building for p5-Hash-Ordered-0.014 cp lib/Hash/Ordered.pm blib/lib/Hash/Ordered.pm cp lib/Hash/Ordered/Benchmarks.pod blib/lib/Hash/Ordered/Benchmarks.pod Manifying 2 pod documents ===> p5-Hash-Ordered-0.014 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-Hash-Ordered-0.014 depends on: p5-Test-FailWarnings-* -> p5-Test-FailWarnings-0.008p1 ===> p5-Hash-Ordered-0.014 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> Regression tests for p5-Hash-Ordered-0.014 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.17 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # List::Util any 1.63 # Test::Deep any 1.204 # Test::FailWarnings any 0.008 # Test::Fatal any 0.017 # Test::More 0.96 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------- ---- ---- # Carp any 1.54 # constant any 1.33 # overload any 1.37 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/basic.t .............. ok t/invariants.t ......... ok t/tie.t ................ ok All tests successful. Files=4, Tests=112, 1 wallclock secs ( 0.19 usr 0.03 sys + 1.07 cusr 0.26 csys = 1.55 CPU) Result: PASS PASS devel/p5-Hash-Ordered Duration 0m04.52s START devel/p5-Hash-Util-FieldHash-Compat 2024-11-22T07:35:46Z export _LOCKS_HELD="" ===> Cleaning for p5-Hash-Util-FieldHash-Compat-0.11p0 ===> Checking files for p5-Hash-Util-FieldHash-Compat-0.11p0 `/usr/ports/distfiles/Hash-Util-FieldHash-Compat-0.11.tar.gz' is up to date. ===> Building from scratch p5-Hash-Util-FieldHash-Compat-0.11p0 ===> Checking files for p5-Hash-Util-FieldHash-Compat-0.11p0 `/usr/ports/distfiles/Hash-Util-FieldHash-Compat-0.11.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Hash-Util-FieldHash-Compat-0.11p0 ===> Patching for p5-Hash-Util-FieldHash-Compat-0.11p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Hash-Util-FieldHash-Compat-0.11p0 ===> Configuring for p5-Hash-Util-FieldHash-Compat-0.11p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Hash::Util::FieldHash::Compat Writing MYMETA.yml and MYMETA.json ===> Building for p5-Hash-Util-FieldHash-Compat-0.11p0 cp lib/Hash/Util/FieldHash/Compat.pm blib/lib/Hash/Util/FieldHash/Compat.pm cp lib/Hash/Util/FieldHash/Compat/Heavy.pm blib/lib/Hash/Util/FieldHash/Compat/Heavy.pm Manifying 2 pod documents ===> Regression tests for p5-Hash-Util-FieldHash-Compat-0.11p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.88 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------- ---- ----- # Exporter any 5.77 # constant any 1.33 # parent any 0.241 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # --------------------- ------- # Hash::Util::FieldHash 1.26 # Scalar::Util 1.63 # Tie::RefHash 1.40 # Tie::RefHash::Weak missing # t/00-report-prereqs.t .. ok t/01_basic.t ........... ok All tests successful. Files=2, Tests=27, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.51 cusr 0.12 csys = 0.69 CPU) Result: PASS PASS devel/p5-Hash-Util-FieldHash-Compat Duration 0m03.19s START devel/p5-IO-AIO 2024-11-22T07:35:49Z export _LOCKS_HELD="" ===> Cleaning for p5-IO-AIO-4.80p0 ===> Checking files for p5-IO-AIO-4.80p0 `/usr/ports/distfiles/IO-AIO-4.8.tar.gz' is up to date. ===> Building from scratch p5-IO-AIO-4.80p0 ===> p5-IO-AIO-4.80p0 depends on: p5-Canary-Stability->=2001 -> p5-Canary-Stability-2013p0 ===> Verifying specs: c perl pthread ===> found c.100.3 perl.24.0 pthread.27.1 ===> Checking files for p5-IO-AIO-4.80p0 `/usr/ports/distfiles/IO-AIO-4.8.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-IO-AIO-4.80p0 ===> Patching for p5-IO-AIO-4.80p0 ===> Applying OpenBSD patch patch-AIO_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |indirect method invocation is deprecated | |Index: AIO.pm |--- AIO.pm.orig |+++ AIO.pm -------------------------- Patching file AIO.pm using Plan A... Hunk #1 succeeded at 26. Hunk #2 succeeded at 931. Hunk #3 succeeded at 970. Hunk #4 succeeded at 1044. Hunk #5 succeeded at 1132. Hunk #6 succeeded at 1140. Hunk #7 succeeded at 1155. Hunk #8 succeeded at 1209. Hunk #9 succeeded at 1226. Hunk #10 succeeded at 1284. Hunk #11 succeeded at 1414. Hunk #12 succeeded at 1563. Hunk #13 succeeded at 1761. Hunk #14 succeeded at 1803. Hunk #15 succeeded at 1874. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-IO-AIO-4.80p0 ===> Configuring for p5-IO-AIO-4.80p0 *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.038002, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by IO::AIO. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by IO::AIO, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of IO::AIO with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y If you have problems with deadlocks or crashes on your system, make sure your perl has been linked with -lpthread (you might try LD_PRELOAD=/path/to/libpthread.so as a workaround). Also, pthread support under many BSDs is not the best - before reporting a bug in this module, make sure it's not an OS bug. checking for gcc... cc checking whether the C compiler works... yes checking for 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 C... yes checking whether cc accepts -g... yes checking for cc option to enable C11 features... none needed 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 wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for gcc... (cached) cc checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... (cached) none needed checking for stdint.h... (cached) yes checking for sys/syscall.h... yes checking for sys/prctl.h... no checking for library containing pthread_create... -lpthread checking for utimes... yes checking for futimes... yes checking for readahead... no checking for fdatasync... yes checking for sendfile... no checking for sync_file_range... no checking for fallocate... no checking for sys_syncfs... no checking for prctl_set_name... no checking for posix_close... no checking for renameat2... no checking for set/getrlimit... yes checking for posix_madvise... yes checking for posix_fadvise... no checking for linux/fs.h... no checking for linux/fiemap.h... no checking for sys/sysmacros.h... no checking for sys/mkdev.h... no checking for sys/uio.h... yes checking for fexecve... no checking for siginfo_t... yes checking for unix-style syscall interface... no checking for splice, vmsplice and tee... no checking for pipe2... yes checking for eventfd... no checking for timerfd_*... no checking for memfd_create... no checking for copy_file_range... no checking for st_xtimensec... yes checking for st_xtimespec... yes checking for st_birthtimensec... no checking for st_birthtimespec... no checking for st_gen... yes checking for statx... no checking for accept4... yes checking for sys/mount.h... yes checking for mount... no checking for umount... no checking for umount2... no configure: creating ./config.status config.status: creating config.h Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for IO::AIO Writing MYMETA.yml and MYMETA.json ===> Building for p5-IO-AIO-4.80p0 cp AIO.pm blib/lib/IO/AIO.pm Running Mkbootstrap for AIO () chmod 644 "AIO.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- AIO.bs blib/arch/auto/IO/AIO/AIO.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-IO-AIO-4.80/IO-AIO-4.8/typemap' AIO.xs > AIO.xsc mv AIO.xsc AIO.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"4.8\" -DXS_VERSION=\"4.8\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" AIO.c In file included from AIO.xs:205: ./libeio/eio.c:983:7: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ ./libeio/eio.c:1482:13: warning: add explicit braces to avoid dangling else [-Wdangling-else] else ^ 2 warnings generated. rm -f blib/arch/auto/IO/AIO/AIO.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib AIO.o -o blib/arch/auto/IO/AIO/AIO.so -lpthread chmod 755 blib/arch/auto/IO/AIO/AIO.so cp bin/treescan blib/script/treescan "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/treescan Manifying 1 pod document Manifying 1 pod document ===> p5-IO-AIO-4.80p0 depends on: p5-common-sense-* -> p5-common-sense-3.75 ===> Regression tests for p5-IO-AIO-4.80p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- AIO.bs blib/arch/auto/IO/AIO/AIO.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load.t ..... ok t/01_stat.t ..... ok t/02_read.t ..... ok t/03_errors.t ... ok t/04_fork.t ..... ok t/05_readdir.t .. ok t/06_group.t .... ok t/07_feeder.t ... ok All tests successful. Files=8, Tests=67, 1 wallclock secs ( 0.07 usr 0.04 sys + 0.21 cusr 0.30 csys = 0.62 CPU) Result: PASS PASS devel/p5-IO-AIO Duration 0m23.96s START devel/p5-IO-BufferedSelect 2024-11-22T07:36:13Z export _LOCKS_HELD="" ===> Cleaning for p5-IO-BufferedSelect-1.0p0 ===> Checking files for p5-IO-BufferedSelect-1.0p0 `/usr/ports/distfiles/IO-BufferedSelect-1.0.tar.gz' is up to date. ===> Building from scratch p5-IO-BufferedSelect-1.0p0 ===> Checking files for p5-IO-BufferedSelect-1.0p0 `/usr/ports/distfiles/IO-BufferedSelect-1.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-IO-BufferedSelect-1.0p0 ===> Patching for p5-IO-BufferedSelect-1.0p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-IO-BufferedSelect-1.0p0 ===> Configuring for p5-IO-BufferedSelect-1.0p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for IO::BufferedSelect Writing MYMETA.yml and MYMETA.json ===> Building for p5-IO-BufferedSelect-1.0p0 cp lib/IO/BufferedSelect.pm blib/lib/IO/BufferedSelect.pm Manifying 1 pod document ===> Regression tests for p5-IO-BufferedSelect-1.0p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/IO-BufferedSelect.t .. ok All tests successful. Files=1, Tests=1, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.06 cusr 0.10 csys = 0.22 CPU) Result: PASS PASS devel/p5-IO-BufferedSelect Duration 0m02.47s START devel/p5-IO-Interactive 2024-11-22T07:36:16Z export _LOCKS_HELD="" ===> Cleaning for p5-IO-Interactive-1.025 ===> Checking files for p5-IO-Interactive-1.025 `/usr/ports/distfiles/IO-Interactive-1.025.tar.gz' is up to date. ===> Building from scratch p5-IO-Interactive-1.025 ===> Checking files for p5-IO-Interactive-1.025 `/usr/ports/distfiles/IO-Interactive-1.025.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-IO-Interactive-1.025 ===> Patching for p5-IO-Interactive-1.025 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-IO-Interactive-1.025 ===> Configuring for p5-IO-Interactive-1.025 WARNING: Older versions of ExtUtils::MakeMaker may errantly install README.pod as part of this distribution. It is recommended to avoid using this path in CPAN modules. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for IO::Interactive Writing MYMETA.yml and MYMETA.json ===> Building for p5-IO-Interactive-1.025 cp lib/IO/Interactive.pm blib/lib/IO/Interactive.pm Manifying 1 pod document ===> p5-IO-Interactive-1.025 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-IO-Interactive-1.025 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-IO-Interactive-1.025 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing IO::Interactive 1.025 t/00.load.t ......... ok t/busy.t ............ ok t/interactive.t ..... ok t/is_interactive.t .. ok t/pod-coverage.t .... ok t/pod.t ............. ok All tests successful. Files=6, Tests=16, 4 wallclock secs ( 0.03 usr 0.07 sys + 0.52 cusr 0.28 csys = 0.90 CPU) Result: PASS PASS devel/p5-IO-Interactive Duration 0m06.71s START devel/p5-IO-KQueue 2024-11-22T07:36:22Z export _LOCKS_HELD="" ===> Cleaning for p5-IO-KQueue-0.39 ===> Checking files for p5-IO-KQueue-0.39 `/usr/ports/distfiles/IO-KQueue-0.39.tar.gz' is up to date. ===> Building from scratch p5-IO-KQueue-0.39 ===> p5-IO-KQueue-0.39 depends on: p5-Devel-CheckLib-* -> p5-Devel-CheckLib-1.16 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-IO-KQueue-0.39 `/usr/ports/distfiles/IO-KQueue-0.39.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-IO-KQueue-0.39 ===> Patching for p5-IO-KQueue-0.39 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-IO-KQueue-0.39 ===> Configuring for p5-IO-KQueue-0.39 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for IO::KQueue Writing MYMETA.yml and MYMETA.json ===> Building for p5-IO-KQueue-0.39 cp lib/IO/KQueue.pm blib/lib/IO/KQueue.pm Running Mkbootstrap for KQueue () chmod 644 "KQueue.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- KQueue.bs blib/arch/auto/IO/KQueue/KQueue.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-IO-KQueue-0.39/IO-KQueue-0.39/typemap' KQueue.xs > KQueue.xsc mv KQueue.xsc KQueue.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.39\" -DXS_VERSION=\"0.39\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" KQueue.c rm -f blib/arch/auto/IO/KQueue/KQueue.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib KQueue.o -o blib/arch/auto/IO/KQueue/KQueue.so chmod 755 blib/arch/auto/IO/KQueue/KQueue.so Manifying 1 pod document ===> Regression tests for p5-IO-KQueue-0.39 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- KQueue.bs blib/arch/auto/IO/KQueue/KQueue.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/0load.t .. ok All tests successful. Files=1, Tests=2, 1 wallclock secs ( 0.02 usr 0.03 sys + 0.08 cusr 0.07 csys = 0.20 CPU) Result: PASS PASS devel/p5-IO-KQueue Duration 0m04.33s START devel/p5-IO-Tty 2024-11-22T07:36:27Z export _LOCKS_HELD="" ===> Cleaning for p5-IO-Tty-1.20 ===> Checking files for p5-IO-Tty-1.20 `/usr/ports/distfiles/IO-Tty-1.20.tar.gz' is up to date. ===> Building from scratch p5-IO-Tty-1.20 ===> Verifying specs: c perl util ===> found c.100.3 perl.24.0 util.18.0 ===> Checking files for p5-IO-Tty-1.20 `/usr/ports/distfiles/IO-Tty-1.20.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-IO-Tty-1.20 ===> Patching for p5-IO-Tty-1.20 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-IO-Tty-1.20 ===> Configuring for p5-IO-Tty-1.20 Now let's see what we can find out about your system (logfiles of failing tests are available in the conf/ dir)... Looking for _getpty()...... not found. Looking for getpt()........ not found. Looking for grantpt()...... FOUND. Looking for openpty()...... FOUND. Looking for posix_openpt(). FOUND. Looking for ptsname()...... FOUND. Looking for ptsname_r().... not found. Looking for sigaction().... FOUND. Looking for strlcpy()...... FOUND. Looking for ttyname()...... FOUND. Looking for unlockpt()..... FOUND. Looking for libutil.h...... not found. Looking for pty.h.......... not found. Looking for sys/pty.h...... not found. Looking for sys/ptyio.h.... not found. Looking for sys/stropts.h.. not found. Looking for termio.h....... not found. Looking for termios.h...... FOUND. Looking for util.h......... FOUND. Checking which symbols compile OK... (sorry for the tedious check, but some systems have not too clean header files, to say the least; '+' means OK, '-' means not defined and '*' has compile problems...) +B0 +B110 +B115200 +B1200 +B134 +B150 -B153600 +B1800 +B19200 +B200 +B230400 +B2400 +B300 -B307200 +B38400 -B460800 +B4800 +B50 +B57600 +B600 +B75 +B76800 +B9600 +BRKINT -BS0 -BS1 -BSDLY -CBAUD -CBAUDEXT +CBRK +CCTS_OFLOW -CDEL +CDSUSP +CEOF +CEOL -CEOL2 +CEOT +CERASE -CESC +CFLUSH -CIBAUD -CIBAUDEXT +CINTR +CKILL +CLNEXT +CLOCAL -CNSWTCH -CNUL +CQUIT -CR0 -CR1 -CR2 -CR3 -CRDLY +CREAD +CRPRNT +CRTSCTS -CRTSXOFF +CRTS_IFLOW +CS5 +CS6 +CS7 +CS8 +CSIZE +CSTART +CSTOP +CSTOPB +CSUSP -CSWTCH +CWERASE -DEFECHO -DIOC -DIOCGETP -DIOCSETP -DOSMODE +ECHO +ECHOCTL +ECHOE +ECHOK +ECHOKE +ECHONL +ECHOPRT +EXTA +EXTB -FF0 -FF1 -FFDLY -FIORDCHK +FLUSHO +HUPCL +ICANON +ICRNL +IEXTEN +IGNBRK +IGNCR +IGNPAR +IMAXBEL +INLCR +INPCK +ISIG +ISTRIP +IUCLC +IXANY +IXOFF +IXON -KBENABLED -LDCHG -LDCLOSE -LDDMAP -LDEMAP -LDGETT -LDGMAP -LDIOC -LDNMAP -LDOPEN -LDSETT -LDSMAP -LOBLK +NCCS -NL0 -NL1 -NLDLY +NOFLSH +OCRNL -OFDEL -OFILL +OLCUC +ONLCR +ONLRET +ONOCR +OPOST -PAGEOUT +PARENB -PAREXT +PARMRK +PARODD +PENDIN -RCV1EN -RTS_TOG +TAB0 -TAB1 -TAB2 +TAB3 +TABDLY -TCDSET -TCFLSH -TCGETA -TCGETS +TCIFLUSH +TCIOFF +TCIOFLUSH +TCION +TCOFLUSH +TCOOFF +TCOON +TCSADRAIN +TCSAFLUSH +TCSANOW -TCSBRK -TCSETA -TCSETAF -TCSETAW -TCSETCTTY -TCSETS -TCSETSF -TCSETSW -TCXONC -TERM_D40 -TERM_D42 -TERM_H45 -TERM_NONE -TERM_TEC -TERM_TEX -TERM_V10 -TERM_V61 +TIOCCBRK +TIOCCDTR +TIOCCONS +TIOCEXCL +TIOCFLUSH -TIOCGETC +TIOCGETD -TIOCGETP -TIOCGLTC +TIOCGPGRP +TIOCGSID -TIOCGSOFTCAR +TIOCGWINSZ -TIOCHPCL -TIOCKBOF -TIOCKBON -TIOCLBIC -TIOCLBIS -TIOCLGET -TIOCLSET +TIOCMBIC +TIOCMBIS +TIOCMGET +TIOCMSET +TIOCM_CAR +TIOCM_CD +TIOCM_CTS +TIOCM_DSR +TIOCM_DTR +TIOCM_LE +TIOCM_RI +TIOCM_RNG +TIOCM_RTS +TIOCM_SR +TIOCM_ST +TIOCNOTTY +TIOCNXCL +TIOCOUTQ +TIOCREMOTE +TIOCSBRK +TIOCSCTTY +TIOCSDTR -TIOCSETC +TIOCSETD -TIOCSETN -TIOCSETP -TIOCSIGNAL -TIOCSLTC +TIOCSPGRP -TIOCSSID -TIOCSSOFTCAR +TIOCSTART -TIOCSTI +TIOCSTOP +TIOCSWINSZ -TM_ANL -TM_CECHO -TM_CINVIS -TM_LCF -TM_NONE -TM_SET -TM_SNL +TOSTOP -VCEOF -VCEOL +VDISCARD +VDSUSP +VEOF +VEOL +VEOL2 +VERASE +VINTR +VKILL +VLNEXT +VMIN +VQUIT +VREPRINT +VSTART +VSTOP +VSUSP -VSWTCH -VT0 -VT1 -VTDLY +VTIME +VWERASE -WRAP +XCASE -XCLUDE -XMT1EN -XTABS >>> Configuration looks good! <<< Writing IO::Tty::Constant.pm... DEFINE = -DHAVE_GRANTPT -DHAVE_OPENPTY -DHAVE_POSIX_OPENPT -DHAVE_PTSNAME -DHAVE_SIGACTION -DHAVE_STRLCPY -DHAVE_TERMIOS_H -DHAVE_TTYNAME -DHAVE_UNLOCKPT -DHAVE_UTIL_H -DUTIL_H_ABS_PATH=\"/usr/include/util.h\" Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for IO::Tty Writing MYMETA.yml and MYMETA.json ===> Building for p5-IO-Tty-1.20 cp Tty.pm blib/lib/IO/Tty.pm cp Tty/Constant.pm blib/lib/IO/Tty/Constant.pm cp Pty.pm blib/lib/IO/Pty.pm Running Mkbootstrap for Tty () chmod 644 "Tty.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Tty.bs blib/arch/auto/IO/Tty/Tty.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Tty.xs > Tty.xsc mv Tty.xsc Tty.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.20\" -DXS_VERSION=\"1.20\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_GRANTPT -DHAVE_OPENPTY -DHAVE_POSIX_OPENPT -DHAVE_PTSNAME -DHAVE_SIGACTION -DHAVE_STRLCPY -DHAVE_TERMIOS_H -DHAVE_TTYNAME -DHAVE_UNLOCKPT -DHAVE_UTIL_H -DUTIL_H_ABS_PATH=\"/usr/include/util.h\" Tty.c rm -f blib/arch/auto/IO/Tty/Tty.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Tty.o -o blib/arch/auto/IO/Tty/Tty.so -lutil chmod 755 blib/arch/auto/IO/Tty/Tty.so Manifying 3 pod documents ===> Regression tests for p5-IO-Tty-1.20 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Tty.bs blib/arch/auto/IO/Tty/Tty.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/pty_get_winsize.t .. ok # Configuration: -DHAVE_GRANTPT -DHAVE_OPENPTY -DHAVE_POSIX_OPENPT -DHAVE_PTSNAME -DHAVE_SIGACTION -DHAVE_STRLCPY -DHAVE_TERMIOS_H -DHAVE_TTYNAME -DHAVE_UNLOCKPT -DHAVE_UTIL_H -DUTIL_H_ABS_PATH="/usr/include/util.h" # Checking for appropriate ioctls: # TIOCNOTTY # TIOCSCTTY trying posix_openpt()... trying grantpt()... trying unlockpt()... trying ptsname()... trying to open /dev/ttyp0... # === Checking if child gets pty as controlling terminal trying posix_openpt()... trying grantpt()... trying unlockpt()... trying ptsname()... trying to open /dev/ttyp0... # Checking basic functionality and how your ptys handle large strings... # This test may hang on certain systems, even though it is protected # by alarm(). If the counter stops, try Ctrl-C, the test should continue. trying posix_openpt()... trying grantpt()... trying unlockpt()... trying ptsname()... trying to open /dev/ttyp0... # isatty($master): YES # isatty($slave): YES # Child PID = 81135 # Good, your raw ptys can handle at least 530 bytes at once. Slave got EOF at line 530, byte 0. t/test.t ............. ok All tests successful. Files=2, Tests=6, 3 wallclock secs ( 0.05 usr 0.02 sys + 0.45 cusr 0.77 csys = 1.29 CPU) Result: PASS PASS devel/p5-IO-Tty Duration 0m51.42s START devel/p5-IO-stringy 2024-11-22T07:37:18Z export _LOCKS_HELD="" ===> Cleaning for p5-IO-stringy-2.113 ===> Checking files for p5-IO-stringy-2.113 `/usr/ports/distfiles/IO-Stringy-2.113.tar.gz' is up to date. ===> Building from scratch p5-IO-stringy-2.113 ===> Checking files for p5-IO-stringy-2.113 `/usr/ports/distfiles/IO-Stringy-2.113.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-IO-stringy-2.113 ===> Patching for p5-IO-stringy-2.113 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-IO-stringy-2.113 ===> Configuring for p5-IO-stringy-2.113 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for IO::Stringy Writing MYMETA.yml and MYMETA.json ===> Building for p5-IO-stringy-2.113 cp lib/IO/Wrap.pm blib/lib/IO/Wrap.pm cp lib/IO/ScalarArray.pm blib/lib/IO/ScalarArray.pm cp lib/IO/WrapTie.pm blib/lib/IO/WrapTie.pm cp lib/IO/Lines.pm blib/lib/IO/Lines.pm cp lib/IO/Stringy.pm blib/lib/IO/Stringy.pm cp lib/IO/Scalar.pm blib/lib/IO/Scalar.pm cp lib/IO/AtomicFile.pm blib/lib/IO/AtomicFile.pm cp lib/IO/InnerFile.pm blib/lib/IO/InnerFile.pm Manifying 8 pod documents ===> Regression tests for p5-IO-stringy-2.113 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Basename any 2.86 # File::Spec any 3.88 # File::Temp any 0.2311 # FileHandle any 2.05 # IO::File any 1.52 # IO::Handle any 1.52 # Symbol any 1.09 # Test::More 0.88 1.302194 # Test::Tester any 1.302194 # strict any 1.12 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------- ---- ----- # Carp any 1.54 # Exporter 5.57 5.77 # File::Spec any 3.88 # FileHandle any 2.05 # IO::File any 1.52 # IO::Handle any 1.52 # Symbol any 1.09 # overload any 1.37 # parent any 0.241 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/IO_InnerFile.t ....... ok t/IO_Lines.t ........... ok t/IO_Scalar.t .......... ok t/IO_ScalarArray.t ..... ok t/IO_WrapTie.t ......... ok t/simple.t ............. ok t/two.t ................ ok All tests successful. Files=8, Tests=127, 1 wallclock secs ( 0.03 usr 0.08 sys + 1.07 cusr 0.45 csys = 1.63 CPU) Result: PASS PASS devel/p5-IO-stringy Duration 0m04.20s START devel/p5-IPC-Run 2024-11-22T07:37:22Z export _LOCKS_HELD="" ===> Cleaning for p5-IPC-Run-20231003.0 ===> Checking files for p5-IPC-Run-20231003.0 `/usr/ports/distfiles/IPC-Run-20231003.0.tar.gz' is up to date. ===> Building from scratch p5-IPC-Run-20231003.0 ===> Checking files for p5-IPC-Run-20231003.0 `/usr/ports/distfiles/IPC-Run-20231003.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-IPC-Run-20231003.0 ===> Patching for p5-IPC-Run-20231003.0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-IPC-Run-20231003.0 ===> Configuring for p5-IPC-Run-20231003.0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for IPC::Run Writing MYMETA.yml and MYMETA.json ===> Building for p5-IPC-Run-20231003.0 cp lib/IPC/Run/Win32Helper.pm blib/lib/IPC/Run/Win32Helper.pm cp lib/IPC/Run/Win32Process.pm blib/lib/IPC/Run/Win32Process.pm cp lib/IPC/Run/Win32Pump.pm blib/lib/IPC/Run/Win32Pump.pm cp lib/IPC/Run.pm blib/lib/IPC/Run.pm cp lib/IPC/Run/Timer.pm blib/lib/IPC/Run/Timer.pm cp lib/IPC/Run/Debug.pm blib/lib/IPC/Run/Debug.pm cp lib/IPC/Run/Win32IO.pm blib/lib/IPC/Run/Win32IO.pm cp lib/IPC/Run/IO.pm blib/lib/IPC/Run/IO.pm Manifying 8 pod documents ===> p5-IPC-Run-20231003.0 depends on: p5-Readonly-* -> p5-Readonly-2.05p0 ===> p5-IPC-Run-20231003.0 depends on: p5-IO-Tty->=1.08 -> p5-IO-Tty-1.20 ===> Regression tests for p5-IPC-Run-20231003.0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/adopt.t ............................ skipped: adopt not implemented yet t/autoflush.t ........................ ok t/autovivifyfh.t ..................... ok t/binmode.t .......................... ok t/bogus.t ............................ ok t/child_fd_inadvertently_closed.t .... ok t/eintr.t ............................ ok t/filter.t ........................... ok t/harness.t .......................... ok t/io.t ............................... ok t/kill_kill.t ........................ ok t/parallel.t ......................... ok t/parent_and_child_fds_match.t ....... ok # IO::Tty 1.20, IO::Pty 1.20 t/pty.t .............................. ok t/pump.t ............................. ok t/readonly.t ......................... ok t/result.t ........................... ok t/run.t .............................. ok t/run_stdin-callback-return-array.t .. ok t/signal.t ........................... ok t/timeout.t .......................... ok t/timer.t ............................ ok t/utf8.t ............................. ok t/win32_compile.t .................... ok t/win32_newlines.t ................... skipped: Skipping when not on Win32 t/windows_search_path.t .............. ok All tests successful. Files=26, Tests=761, 21 wallclock secs ( 0.11 usr 0.14 sys + 3.83 cusr 2.49 csys = 6.57 CPU) Result: PASS PASS devel/p5-IPC-Run Duration 0m23.52s START devel/p5-IPC-Shareable 2024-11-22T07:37:46Z export _LOCKS_HELD="" ===> Cleaning for p5-IPC-Shareable-0.61p1 ===> Checking files for p5-IPC-Shareable-0.61p1 `/usr/ports/distfiles/IPC-Shareable-0.61.tar.gz' is up to date. ===> Building from scratch p5-IPC-Shareable-0.61p1 ===> Checking files for p5-IPC-Shareable-0.61p1 `/usr/ports/distfiles/IPC-Shareable-0.61.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-IPC-Shareable-0.61p1 ===> Patching for p5-IPC-Shareable-0.61p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-IPC-Shareable-0.61p1 ===> Configuring for p5-IPC-Shareable-0.61p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for IPC::Shareable Writing MYMETA.yml and MYMETA.json ===> Building for p5-IPC-Shareable-0.61p1 cp lib/IPC/Shareable.pm blib/lib/IPC/Shareable.pm cp lib/IPC/Shareable/SharedMem.pm blib/lib/IPC/Shareable/SharedMem.pm Manifying 2 pod documents ===> Regression tests for p5-IPC-Shareable-0.61p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00base.t .... ok t/05sv.t ...... ok t/10av.t ...... ok t/15hv.t ...... ok t/20ref.t ..... ok t/25ipc.t ..... ok t/30lock.t .... ok t/35clean.t ... ok t/36ipcav.t ... ok t/38ipchv.t ... ok t/40ipcref.t .. ok t/45obj.t ..... ok t/50ipcobj.t .. ok t/55lsync.t ... ok All tests successful. Files=14, Tests=96, 4 wallclock secs ( 0.06 usr 0.09 sys + 0.63 cusr 0.55 csys = 1.33 CPU) Result: PASS PASS devel/p5-IPC-Shareable Duration 0m05.67s START devel/p5-Importer 2024-11-22T07:37:52Z export _LOCKS_HELD="" ===> Cleaning for p5-Importer-0.026 ===> Checking files for p5-Importer-0.026 `/usr/ports/distfiles/Importer-0.026.tar.gz' is up to date. ===> Building from scratch p5-Importer-0.026 ===> Checking files for p5-Importer-0.026 `/usr/ports/distfiles/Importer-0.026.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Importer-0.026 ===> Patching for p5-Importer-0.026 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Importer-0.026 ===> Configuring for p5-Importer-0.026 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Importer Writing MYMETA.yml and MYMETA.json ===> Building for p5-Importer-0.026 cp lib/Importer.pm blib/lib/Importer.pm Manifying 1 pod document ===> Regression tests for p5-Importer-0.026 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/all_tag.t ...... ok t/export_fail.t .. ok t/import.t ....... ok t/missing.t ...... ok t/Simple.t ....... ok t/units.t ........ ok All tests successful. Files=6, Tests=41, 1 wallclock secs ( 0.04 usr 0.05 sys + 0.65 cusr 0.33 csys = 1.07 CPU) Result: PASS PASS devel/p5-Importer Duration 0m03.33s START devel/p5-Iterator-Simple 2024-11-22T07:37:55Z export _LOCKS_HELD="" ===> Cleaning for p5-Iterator-Simple-0.07 ===> Checking files for p5-Iterator-Simple-0.07 `/usr/ports/distfiles/Iterator-Simple-0.07.tar.gz' is up to date. ===> Building from scratch p5-Iterator-Simple-0.07 ===> p5-Iterator-Simple-0.07 depends on: p5-Module-Install-* -> p5-Module-Install-1.19 ===> Checking files for p5-Iterator-Simple-0.07 `/usr/ports/distfiles/Iterator-Simple-0.07.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Iterator-Simple-0.07 ===> Patching for p5-Iterator-Simple-0.07 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Iterator-Simple-0.07 ===> Configuring for p5-Iterator-Simple-0.07 Cannot determine perl version info from lib/Iterator/Simple.pm include /usr/ports/pobj/p5-Iterator-Simple-0.07/Iterator-Simple-0.07/inc/Module/Install.pm include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm include inc/Module/Install/Makefile.pm include inc/Module/Install/WriteAll.pm include inc/Module/Install/Win32.pm include inc/Module/Install/Can.pm include inc/Module/Install/Fetch.pm Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Iterator::Simple Writing MYMETA.yml and MYMETA.json Writing META.yml ===> Building for p5-Iterator-Simple-0.07 cp lib/Iterator/Simple.pm blib/lib/Iterator/Simple.pm Manifying 1 pod document ===> Regression tests for p5-Iterator-Simple-0.07 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00_compile.t ... ok t/10_basic.t ..... ok t/11_iter.t ...... ok t/12_list.t ...... ok t/21_mapgrep.t ... ok t/22_ifilter.t ... ok t/23_iflatten.t .. ok t/24_imisc.t ..... ok t/25_islice.t .... ok t/30_oo.t ........ ok t/40_defval.t .... ok All tests successful. Files=11, Tests=67, 1 wallclock secs ( 0.07 usr 0.03 sys + 1.08 cusr 0.52 csys = 1.70 CPU) Result: PASS PASS devel/p5-Iterator-Simple Duration 0m04.51s START devel/p5-Lchown 2024-11-22T07:37:59Z export _LOCKS_HELD="" ===> Cleaning for p5-Lchown-1.01p5 ===> Checking files for p5-Lchown-1.01p5 `/usr/ports/distfiles/Lchown-1.01.tar.gz' is up to date. ===> Building from scratch p5-Lchown-1.01p5 ===> p5-Lchown-1.01p5 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Lchown-1.01p5 `/usr/ports/distfiles/Lchown-1.01.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Lchown-1.01p5 ===> Patching for p5-Lchown-1.01p5 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Lchown-1.01p5 ===> Configuring for p5-Lchown-1.01p5 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Lchown' version '1.01' ===> Building for p5-Lchown-1.01p5 Building Lchown cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="1.01"' '-DXS_VERSION="1.01"' -DPIC -fpic -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o lib/Lchown.o lib/Lchown.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Lchown/Lchown.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o blib/arch/auto/Lchown/Lchown.so lib/Lchown.o ===> Regression tests for p5-Lchown-1.01p5 t/allplatforms.t .. ok t/noimport.t ...... ok t/notsup.t ........ ok t/pod-coverage.t .. ok t/pod.t ........... ok t/sup.t ........... ok All tests successful. Files=6, Tests=30, 1 wallclock secs ( 0.04 usr 0.07 sys + 0.66 cusr 0.31 csys = 1.08 CPU) Result: PASS PASS devel/p5-Lchown Duration 0m04.92s START devel/p5-List-AllUtils 2024-11-22T07:38:04Z export _LOCKS_HELD="" ===> Cleaning for p5-List-AllUtils-0.19 ===> Checking files for p5-List-AllUtils-0.19 `/usr/ports/distfiles/List-AllUtils-0.19.tar.gz' is up to date. ===> Building from scratch p5-List-AllUtils-0.19 ===> Checking files for p5-List-AllUtils-0.19 `/usr/ports/distfiles/List-AllUtils-0.19.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-List-AllUtils-0.19 # install-xt-tools.sh contains "curl ... | sh", remove to be secure rm -- /usr/ports/pobj/p5-List-AllUtils-0.19/List-AllUtils-0.19/dev-bin/install-xt-tools.sh ===> Patching for p5-List-AllUtils-0.19 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-List-AllUtils-0.19 ===> Configuring for p5-List-AllUtils-0.19 Checking if your kit is complete... Warning: the following files are missing in your kit: dev-bin/install-xt-tools.sh Please inform the author. Generating a Unix-style Makefile Writing Makefile for List::AllUtils Writing MYMETA.yml and MYMETA.json ===> Building for p5-List-AllUtils-0.19 cp lib/List/AllUtils.pm blib/lib/List/AllUtils.pm Manifying 1 pod document ===> p5-List-AllUtils-0.19 depends on: p5-List-SomeUtils->=0.58 -> p5-List-SomeUtils-0.59 ===> p5-List-AllUtils-0.19 depends on: p5-List-UtilsBy->=0.11 -> p5-List-UtilsBy-0.12 ===> Regression tests for p5-List-AllUtils-0.19 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Sub::Util any 1.63 # Test::More 0.96 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # --------------- ---- ---- # Exporter any 5.77 # List::SomeUtils 0.58 0.59 # List::Util 1.56 1.63 # List::UtilsBy 0.11 0.12 # base any 2.27 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/basic.t .............. ok t/mesh-zip.t ........... ok t/prototype.t .......... ok All tests successful. Files=4, Tests=27, 2 wallclock secs ( 0.06 usr 0.04 sys + 0.68 cusr 0.20 csys = 0.98 CPU) Result: PASS PASS devel/p5-List-AllUtils Duration 0m04.26s START devel/p5-List-Compare 2024-11-22T07:38:09Z export _LOCKS_HELD="" ===> Cleaning for p5-List-Compare-0.55 ===> Checking files for p5-List-Compare-0.55 `/usr/ports/distfiles/List-Compare-0.55.tar.gz' is up to date. ===> Building from scratch p5-List-Compare-0.55 ===> Checking files for p5-List-Compare-0.55 `/usr/ports/distfiles/List-Compare-0.55.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-List-Compare-0.55 ===> Patching for p5-List-Compare-0.55 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-List-Compare-0.55 ===> Configuring for p5-List-Compare-0.55 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for List::Compare Writing MYMETA.yml and MYMETA.json ===> Building for p5-List-Compare-0.55 cp lib/List/Compare/Base/_Engine.pm blib/lib/List/Compare/Base/_Engine.pm cp lib/List/Compare.pm blib/lib/List/Compare.pm cp lib/List/Compare/Base/_Auxiliary.pm blib/lib/List/Compare/Base/_Auxiliary.pm cp lib/List/Compare/Functional.pm blib/lib/List/Compare/Functional.pm Manifying 4 pod documents ===> p5-List-Compare-0.55 depends on: p5-Capture-Tiny-* -> p5-Capture-Tiny-0.48p0 ===> Regression tests for p5-List-Compare-0.55 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_oo_lists_dual_reg_sorted.t ......... ok t/02_oo_lists_dual_reg_unsorted.t ....... ok t/03_oo_lists_dual_acc_sorted.t ......... ok t/04_oo_lists_dual_acc_unsorted.t ....... ok t/05_oo_lists_mult_reg_sorted.t ......... ok t/06_oo_lists_mult_reg_unsorted.t ....... ok t/07_oo_lists_mult_acc_sorted.t ......... ok t/08_oo_lists_mult_acc_unsorted.t ....... ok t/09_oo_lists_alt_dual_reg_sorted.t ..... ok t/10_oo_lists_alt_dual_reg_unsorted.t ... ok t/11_oo_lists_alt_dual_acc_sorted.t ..... ok t/12_oo_lists_alt_dual_acc_unsorted.t ... ok t/13_oo_lists_alt_mult_reg_sorted.t ..... ok t/14_oo_lists_alt_mult_reg_unsorted.t ... ok t/15_oo_lists_alt_mult_acc_sorted.t ..... ok t/16_oo_lists_alt_mult_acc_unsorted.t ... ok t/17_oo_hashes_dual_reg_sorted.t ........ ok t/18_oo_hashes_dual_reg_unsorted.t ...... ok t/19_oo_hashes_dual_acc_sorted.t ........ ok t/20_oo_hashes_dual_acc_unsorted.t ...... ok t/21_oo_hashes_mult_reg_sorted.t ........ ok t/22_oo_hashes_mult_reg_unsorted.t ...... ok t/23_oo_hashes_mult_acc_sorted.t ........ ok t/24_oo_hashes_mult_acc_unsorted.t ...... ok t/25_oo_hashes_alt_dual_reg_sorted.t .... ok t/26_oo_hashes_alt_dual_reg_unsorted.t .. ok t/27_oo_hashes_alt_dual_acc_sorted.t .... ok t/28_oo_hashes_alt_dual_acc_unsorted.t .. ok t/29_oo_hashes_alt_mult_reg_sorted.t .... ok t/30_oo_hashes_alt_mult_reg_unsorted.t .. ok t/31_oo_hashes_alt_mult_acc_sorted.t .... ok t/32_oo_hashes_alt_mult_acc_unsorted.t .. ok t/33_func_lists_dual_sorted.t ........... ok t/34_func_lists_dual_unsorted.t ......... ok t/35_func_lists_mult_sorted.t ........... ok t/36_func_lists_mult_unsorted.t ......... ok t/37_func_lists_alt_dual_sorted.t ....... ok t/38_func_lists_alt_dual_unsorted.t ..... ok t/39_func_lists_alt_mult_sorted.t ....... ok t/40_func_lists_alt_mult_unsorted.t ..... ok t/41_func_hashes_dual_sorted.t .......... ok t/42_func_hashes_dual_unsorted.t ........ ok t/43_func_hashes_mult_sorted.t .......... ok t/44_func_hashes_mult_unsorted.t ........ ok t/45_func_hashes_alt_dual_sorted.t ...... ok t/46_func_hashes_alt_dual_unsorted.t .... ok t/47_func_hashes_alt_mult_sorted.t ...... ok t/48_func_hashes_alt_mult_unsorted.t .... ok t/49_lc_subset.t ........................ ok t/50_lcf_subset.t ....................... ok t/90_oo_errors.t ........................ ok t/91_func_errors.t ...................... ok All tests successful. Files=52, Tests=4190, 14 wallclock secs ( 0.53 usr 0.23 sys + 9.04 cusr 3.42 csys = 13.22 CPU) Result: PASS PASS devel/p5-List-Compare Duration 0m16.69s START devel/p5-List-MoreUtils 2024-11-22T07:38:25Z export _LOCKS_HELD="" ===> Cleaning for p5-List-MoreUtils-0.430 ===> Checking files for p5-List-MoreUtils-0.430 `/usr/ports/distfiles/List-MoreUtils-0.430.tar.gz' is up to date. ===> Building from scratch p5-List-MoreUtils-0.430 ===> Checking files for p5-List-MoreUtils-0.430 `/usr/ports/distfiles/List-MoreUtils-0.430.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-List-MoreUtils-0.430 rm -rf -- /usr/ports/pobj/p5-List-MoreUtils-0.430/List-MoreUtils-0.430/inc ===> Patching for p5-List-MoreUtils-0.430 ===> Applying OpenBSD patch patch-MANIFEST Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: MANIFEST |--- MANIFEST.orig |+++ MANIFEST -------------------------- Patching file MANIFEST using Plan A... Hunk #1 succeeded at 2. done ===> Applying OpenBSD patch patch-Makefile_PL Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile.PL |--- Makefile.PL.orig |+++ Makefile.PL -------------------------- Patching file Makefile.PL using Plan A... Hunk #1 succeeded at 16. Hunk #2 succeeded at 61. Hunk #3 succeeded at 110. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-List-MoreUtils-0.430 ===> Configuring for p5-List-MoreUtils-0.430 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for List::MoreUtils Writing MYMETA.yml and MYMETA.json ===> Building for p5-List-MoreUtils-0.430 cp lib/List/MoreUtils/PP.pm blib/lib/List/MoreUtils/PP.pm cp lib/List/MoreUtils/Contributing.pod blib/lib/List/MoreUtils/Contributing.pod cp lib/List/MoreUtils.pm blib/lib/List/MoreUtils.pm Manifying 3 pod documents ===> p5-List-MoreUtils-0.430 depends on: p5-Test-LeakTrace-* -> p5-Test-LeakTrace-0.17 ===> p5-List-MoreUtils-0.430 depends on: p5-Exporter-Tiny->=0.038 -> p5-Exporter-Tiny-1.006002 ===> p5-List-MoreUtils-0.430 depends on: p5-List-MoreUtils-XS->=0.430 -> p5-List-MoreUtils-XS-0.430 ===> Regression tests for p5-List-MoreUtils-0.430 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/pureperl/*.t t/xs/*.t xt/*.t t/pureperl/after.t ................ ok t/pureperl/after_incl.t ........... ok t/pureperl/all.t .................. ok t/pureperl/all_u.t ................ ok t/pureperl/any.t .................. ok t/pureperl/any_u.t ................ ok t/pureperl/apply.t ................ ok t/pureperl/arrayify.t ............. ok t/pureperl/before.t ............... ok t/pureperl/before_incl.t .......... ok t/pureperl/binsert.t .............. ok t/pureperl/bremove.t .............. ok t/pureperl/bsearch.t .............. ok t/pureperl/bsearchidx.t ........... ok t/pureperl/duplicates.t ........... ok t/pureperl/each_array.t ........... ok t/pureperl/equal_range.t .......... ok t/pureperl/false.t ................ ok t/pureperl/firstidx.t ............. ok t/pureperl/firstres.t ............. ok t/pureperl/firstval.t ............. ok t/pureperl/frequency.t ............ ok t/pureperl/Import.t ............... ok t/pureperl/indexes.t .............. ok t/pureperl/insert_after.t ......... ok t/pureperl/insert_after_string.t .. ok t/pureperl/lastidx.t .............. ok t/pureperl/lastres.t .............. ok t/pureperl/lastval.t .............. ok t/pureperl/listcmp.t .............. ok t/pureperl/lower_bound.t .......... ok t/pureperl/mesh.t ................. ok t/pureperl/minmax.t ............... ok Unknown locale category 1 at t/pureperl/minmaxstr.t line 14. t/pureperl/minmaxstr.t ............ ok t/pureperl/mode.t ................. ok t/pureperl/natatime.t ............. ok t/pureperl/none.t ................. ok t/pureperl/none_u.t ............... ok t/pureperl/notall.t ............... ok t/pureperl/notall_u.t ............. ok t/pureperl/occurrences.t .......... ok t/pureperl/one.t .................. ok t/pureperl/one_u.t ................ ok t/pureperl/onlyidx.t .............. ok t/pureperl/onlyres.t .............. ok t/pureperl/onlyval.t .............. ok t/pureperl/pairwise.t ............. ok t/pureperl/part.t ................. ok t/pureperl/qsort.t ................ skipped: It's insane to use a pure-perl qsort t/pureperl/reduce_0.t ............. ok t/pureperl/reduce_1.t ............. ok t/pureperl/reduce_u.t ............. ok t/pureperl/samples.t .............. ok t/pureperl/singleton.t ............ ok t/pureperl/slide.t ................ ok t/pureperl/slideatatime.t ......... ok t/pureperl/true.t ................. ok t/pureperl/uniq.t ................. ok t/pureperl/upper_bound.t .......... ok t/pureperl/XS.t ................... ok t/pureperl/zip6.t ................. ok t/xs/after.t ...................... ok t/xs/after_incl.t ................. ok t/xs/all.t ........................ ok t/xs/all_u.t ...................... ok t/xs/any.t ........................ ok t/xs/any_u.t ...................... ok t/xs/apply.t ...................... ok t/xs/arrayify.t ................... ok t/xs/before.t ..................... ok t/xs/before_incl.t ................ ok t/xs/binsert.t .................... ok t/xs/bremove.t .................... ok t/xs/bsearch.t .................... ok t/xs/bsearchidx.t ................. ok t/xs/duplicates.t ................. ok t/xs/each_array.t ................. ok t/xs/equal_range.t ................ ok t/xs/false.t ...................... ok t/xs/firstidx.t ................... ok t/xs/firstres.t ................... ok t/xs/firstval.t ................... ok t/xs/frequency.t .................. ok t/xs/Import.t ..................... ok t/xs/indexes.t .................... ok t/xs/insert_after.t ............... ok t/xs/insert_after_string.t ........ ok t/xs/lastidx.t .................... ok t/xs/lastres.t .................... ok t/xs/lastval.t .................... ok t/xs/listcmp.t .................... ok t/xs/lower_bound.t ................ ok t/xs/mesh.t ....................... ok t/xs/minmax.t ..................... ok Unknown locale category 1 at t/xs/minmaxstr.t line 14. t/xs/minmaxstr.t .................. ok t/xs/mode.t ....................... ok t/xs/natatime.t ................... ok t/xs/none.t ....................... ok t/xs/none_u.t ..................... ok t/xs/notall.t ..................... ok t/xs/notall_u.t ................... ok t/xs/occurrences.t ................ ok t/xs/one.t ........................ ok t/xs/one_u.t ...................... ok t/xs/onlyidx.t .................... ok t/xs/onlyres.t .................... ok t/xs/onlyval.t .................... ok t/xs/pairwise.t ................... ok t/xs/part.t ....................... ok t/xs/qsort.t ...................... ok t/xs/reduce_0.t ................... ok t/xs/reduce_1.t ................... ok t/xs/reduce_u.t ................... ok t/xs/samples.t .................... ok t/xs/singleton.t .................. ok t/xs/slide.t ...................... ok t/xs/slideatatime.t ............... ok t/xs/true.t ....................... ok t/xs/uniq.t ....................... ok t/xs/upper_bound.t ................ ok t/xs/XS.t ......................... ok t/xs/zip6.t ....................... ok All tests successful. Files=122, Tests=9066, 42 wallclock secs ( 1.05 usr 0.47 sys + 33.77 cusr 7.13 csys = 42.42 CPU) Result: PASS PASS devel/p5-List-MoreUtils Duration 0m46.15s START devel/p5-List-MoreUtils-XS 2024-11-22T07:39:11Z export _LOCKS_HELD="" ===> Cleaning for p5-List-MoreUtils-XS-0.430 ===> Checking files for p5-List-MoreUtils-XS-0.430 `/usr/ports/distfiles/List-MoreUtils-XS-0.430.tar.gz' is up to date. ===> Building from scratch p5-List-MoreUtils-XS-0.430 ===> p5-List-MoreUtils-XS-0.430 depends on: p5-Config-AutoConf->=0.315 -> p5-Config-AutoConf-0.320 ===> p5-List-MoreUtils-XS-0.430 depends on: p5-Capture-Tiny-* -> p5-Capture-Tiny-0.48p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-List-MoreUtils-XS-0.430 `/usr/ports/distfiles/List-MoreUtils-XS-0.430.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-List-MoreUtils-XS-0.430 rm -r /usr/ports/pobj/p5-List-MoreUtils-XS-0.430/List-MoreUtils-XS-0.430/inc/inc_* /usr/ports/pobj/p5-List-MoreUtils-XS-0.430/List-MoreUtils-XS-0.430/inc/latest* ===> Patching for p5-List-MoreUtils-XS-0.430 ===> Applying OpenBSD patch patch-MANIFEST Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: MANIFEST |--- MANIFEST.orig |+++ MANIFEST -------------------------- Patching file MANIFEST using Plan A... Hunk #1 succeeded at 3. done ===> Applying OpenBSD patch patch-Makefile_PL Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile.PL |--- Makefile.PL.orig |+++ Makefile.PL -------------------------- Patching file Makefile.PL using Plan A... Hunk #1 succeeded at 13. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-List-MoreUtils-XS-0.430 Regenerating ppport.h ===> Configuring for p5-List-MoreUtils-XS-0.430 Checking whether pureperl is required... no Checking for cc... cc Checking for cc... (cached) cc Checking whether perlapi is accessible... yes Checking for stdlib.h... yes Checking for stdarg.h... yes Checking for string.h... yes Checking for float.h... yes Checking for assert.h... yes Checking for ctype.h... yes Checking for errno.h... yes Checking for limits.h... yes Checking for locale.h... yes Checking for math.h... yes Checking for setjmp.h... yes Checking for signal.h... yes Checking for stddef.h... yes Checking for stdio.h... yes Checking for time.h... yes Checking for sys/types.h... yes Checking for sys/stat.h... yes Checking for memory.h... yes Checking for strings.h... yes Checking for inttypes.h... yes Checking for stdint.h... yes Checking for unistd.h... yes Checking for time.h... (cached) yes Checking for sys/time.h... yes Checking for time... yes Checking for size_t... yes Checking for ssize_t... yes Checking for builtin expect... yes Checking for statement expression feature... yes Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for List::MoreUtils::XS Writing MYMETA.yml and MYMETA.json ===> Building for p5-List-MoreUtils-XS-0.430 cp lib/List/MoreUtils/XS.pm blib/lib/List/MoreUtils/XS.pm Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/List/MoreUtils/XS/XS.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' XS.xs > XS.xsc mv XS.xsc XS.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.430\" -DXS_VERSION=\"0.430\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" XS.c rm -f blib/arch/auto/List/MoreUtils/XS/XS.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib XS.o -o blib/arch/auto/List/MoreUtils/XS/XS.so chmod 755 blib/arch/auto/List/MoreUtils/XS/XS.so Manifying 1 pod document ===> p5-List-MoreUtils-XS-0.430 depends on: p5-Test-LeakTrace-* -> p5-Test-LeakTrace-0.17 ===> p5-List-MoreUtils-XS-0.430 depends on: p5-List-MoreUtils->=0.423 -> p5-List-MoreUtils-0.430 ===> Regression tests for p5-List-MoreUtils-XS-0.430 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/List/MoreUtils/XS/XS.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/xs/*.t xt/*.t t/xs/after.t ................ ok t/xs/after_incl.t ........... ok t/xs/all.t .................. ok t/xs/all_u.t ................ ok t/xs/any.t .................. ok t/xs/any_u.t ................ ok t/xs/apply.t ................ ok t/xs/arrayify.t ............. ok t/xs/before.t ............... ok t/xs/before_incl.t .......... ok t/xs/binsert.t .............. ok t/xs/bremove.t .............. ok t/xs/bsearch.t .............. ok t/xs/bsearchidx.t ........... ok t/xs/duplicates.t ........... ok t/xs/each_array.t ........... ok t/xs/equal_range.t .......... ok t/xs/false.t ................ ok t/xs/firstidx.t ............. ok t/xs/firstres.t ............. ok t/xs/firstval.t ............. ok t/xs/frequency.t ............ ok t/xs/Import.t ............... ok t/xs/indexes.t .............. ok t/xs/insert_after.t ......... ok t/xs/insert_after_string.t .. ok t/xs/lastidx.t .............. ok t/xs/lastres.t .............. ok t/xs/lastval.t .............. ok t/xs/listcmp.t .............. ok t/xs/lower_bound.t .......... ok t/xs/mesh.t ................. ok t/xs/minmax.t ............... ok Unknown locale category 1 at t/xs/minmaxstr.t line 12. t/xs/minmaxstr.t ............ ok t/xs/mode.t ................. ok t/xs/natatime.t ............. ok t/xs/none.t ................. ok t/xs/none_u.t ............... ok t/xs/notall.t ............... ok t/xs/notall_u.t ............. ok t/xs/occurrences.t .......... ok t/xs/one.t .................. ok t/xs/one_u.t ................ ok t/xs/onlyidx.t .............. ok t/xs/onlyres.t .............. ok t/xs/onlyval.t .............. ok t/xs/pairwise.t ............. ok t/xs/part.t ................. ok t/xs/qsort.t ................ ok t/xs/reduce_0.t ............. ok t/xs/reduce_1.t ............. ok t/xs/reduce_u.t ............. ok t/xs/samples.t .............. ok t/xs/singleton.t ............ ok t/xs/slide.t ................ ok t/xs/slideatatime.t ......... ok t/xs/true.t ................. ok t/xs/uniq.t ................. ok t/xs/upper_bound.t .......... ok t/xs/XS.t ................... skipped: Unreasonable unless loaded via List::MoreUtils t/xs/zip6.t ................. ok All tests successful. Files=61, Tests=4519, 20 wallclock secs ( 0.57 usr 0.24 sys + 16.05 cusr 2.81 csys = 19.67 CPU) Result: PASS PASS devel/p5-List-MoreUtils-XS Duration 0m32.59s START devel/p5-Locale-Codes 2024-11-22T07:39:44Z export _LOCKS_HELD="" ===> Cleaning for p5-Locale-Codes-3.80 ===> Checking files for p5-Locale-Codes-3.80 `/usr/ports/distfiles/Locale-Codes-3.80.tar.gz' is up to date. ===> Building from scratch p5-Locale-Codes-3.80 ===> Checking files for p5-Locale-Codes-3.80 `/usr/ports/distfiles/Locale-Codes-3.80.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Locale-Codes-3.80 ===> Patching for p5-Locale-Codes-3.80 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Locale-Codes-3.80 ===> Configuring for p5-Locale-Codes-3.80 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Locale::Codes Writing MYMETA.yml and MYMETA.json ===> Building for p5-Locale-Codes-3.80 cp lib/Locale/Codes.pm blib/lib/Locale/Codes.pm cp lib/Locale/Codes/LangExt_Retired.pm blib/lib/Locale/Codes/LangExt_Retired.pm cp lib/Locale/Language.pod blib/lib/Locale/Language.pod cp lib/Locale/Codes/LangExt.pod blib/lib/Locale/Codes/LangExt.pod cp lib/Locale/Codes/LangFam.pm blib/lib/Locale/Codes/LangFam.pm cp lib/Locale/Codes/Language_Codes.pm blib/lib/Locale/Codes/Language_Codes.pm cp lib/Locale/Codes/Country_Retired.pm blib/lib/Locale/Codes/Country_Retired.pm cp lib/Locale/Codes/Country.pod blib/lib/Locale/Codes/Country.pod cp lib/Locale/Codes/LangVar_Retired.pm blib/lib/Locale/Codes/LangVar_Retired.pm cp lib/Locale/Codes/Script.pod blib/lib/Locale/Codes/Script.pod cp lib/Locale/Codes/Currency.pm blib/lib/Locale/Codes/Currency.pm cp lib/Locale/Script.pm blib/lib/Locale/Script.pm cp lib/Locale/Currency.pod blib/lib/Locale/Currency.pod cp lib/Locale/Codes/Script_Codes.pm blib/lib/Locale/Codes/Script_Codes.pm cp lib/Locale/Codes/Currency_Retired.pm blib/lib/Locale/Codes/Currency_Retired.pm cp lib/Locale/Codes/Language_Retired.pm blib/lib/Locale/Codes/Language_Retired.pm cp lib/Locale/Script.pod blib/lib/Locale/Script.pod cp lib/Locale/Codes/LangExt_Codes.pm blib/lib/Locale/Codes/LangExt_Codes.pm cp lib/Locale/Codes/LangFam_Codes.pm blib/lib/Locale/Codes/LangFam_Codes.pm cp lib/Locale/Country.pm blib/lib/Locale/Country.pm cp lib/Locale/Codes/Script.pm blib/lib/Locale/Codes/Script.pm cp lib/Locale/Codes/LangExt.pm blib/lib/Locale/Codes/LangExt.pm cp lib/Locale/Codes/LangFam_Retired.pm blib/lib/Locale/Codes/LangFam_Retired.pm cp lib/Locale/Codes/LangVar.pm blib/lib/Locale/Codes/LangVar.pm cp lib/Locale/Codes/Language.pm blib/lib/Locale/Codes/Language.pm cp lib/Locale/Codes/Currency.pod blib/lib/Locale/Codes/Currency.pod cp lib/Locale/Codes/LangVar_Codes.pm blib/lib/Locale/Codes/LangVar_Codes.pm cp lib/Locale/Codes.pod blib/lib/Locale/Codes.pod cp lib/Locale/Language.pm blib/lib/Locale/Language.pm cp lib/Locale/Codes/LangVar.pod blib/lib/Locale/Codes/LangVar.pod cp lib/Locale/Country.pod blib/lib/Locale/Country.pod cp lib/Locale/Codes/Script_Retired.pm blib/lib/Locale/Codes/Script_Retired.pm cp lib/Locale/Codes/Types.pod blib/lib/Locale/Codes/Types.pod cp lib/Locale/Codes/Language.pod blib/lib/Locale/Codes/Language.pod cp lib/Locale/Codes/Constants.pm blib/lib/Locale/Codes/Constants.pm cp lib/Locale/Codes/Country.pm blib/lib/Locale/Codes/Country.pm cp lib/Locale/Codes/Changes.pod blib/lib/Locale/Codes/Changes.pod cp lib/Locale/Codes/Country_Codes.pm blib/lib/Locale/Codes/Country_Codes.pm cp lib/Locale/Codes/Currency_Codes.pm blib/lib/Locale/Codes/Currency_Codes.pm cp lib/Locale/Codes/LangFam.pod blib/lib/Locale/Codes/LangFam.pod cp lib/Locale/Currency.pm blib/lib/Locale/Currency.pm Manifying 14 pod documents ===> p5-Locale-Codes-3.80 depends on: p5-Test-Inter->=1.09 -> p5-Test-Inter-1.11 ===> p5-Locale-Codes-3.80 depends on: p5-File-Find-Rule-* -> p5-File-Find-Rule-0.34p0 ===> p5-Locale-Codes-3.80 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Locale-Codes-3.80 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Locale-Codes-3.80 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/_pod.t ........... skipped: Author tests not required for installation (set Locale_Codes_RELEASE_TESTING to test) t/_pod_coverage.t .. skipped: Author tests not required for installation (set Locale_Codes_RELEASE_TESTING to test) t/_version.t ....... skipped: Author tests not required for installation (set Locale_Codes_RELEASE_TESTING to test) t/codes.t .......... ok t/country_func.t ... ok t/country_old.t .... ok t/country_oo.t ..... ok t/currency_func.t .. ok t/currency_old.t ... ok t/currency_oo.t .... ok t/langext_func.t ... ok t/langext_oo.t ..... ok t/langfam_func.t ... ok t/langfam_oo.t ..... ok t/language_func.t .. ok t/language_old.t ... ok t/language_oo.t .... ok t/langvar_func.t ... ok t/langvar_oo.t ..... ok t/script_func.t .... ok t/script_old.t ..... ok t/script_oo.t ...... ok All tests successful. Files=22, Tests=1236, 6 wallclock secs ( 0.12 usr 0.13 sys + 4.62 cusr 0.78 csys = 5.65 CPU) Result: PASS PASS devel/p5-Locale-Codes Duration 0m09.87s START devel/p5-Log-Any 2024-11-22T07:39:54Z export _LOCKS_HELD="" ===> Cleaning for p5-Log-Any-1.717 ===> Checking files for p5-Log-Any-1.717 `/usr/ports/distfiles/Log-Any-1.717.tar.gz' is up to date. ===> Building from scratch p5-Log-Any-1.717 ===> Checking files for p5-Log-Any-1.717 `/usr/ports/distfiles/Log-Any-1.717.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Log-Any-1.717 ===> Patching for p5-Log-Any-1.717 ===> Applying OpenBSD patch patch-lib_Log_Any_Adapter_Base_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: lib/Log/Any/Adapter/Base.pm |--- lib/Log/Any/Adapter/Base.pm.orig |+++ lib/Log/Any/Adapter/Base.pm -------------------------- Patching file lib/Log/Any/Adapter/Base.pm using Plan A... Hunk #1 succeeded at 54. done ===> Applying OpenBSD patch patch-lib_Log_Any_Adapter_Test_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: lib/Log/Any/Adapter/Test.pm |--- lib/Log/Any/Adapter/Test.pm.orig |+++ lib/Log/Any/Adapter/Test.pm -------------------------- Patching file lib/Log/Any/Adapter/Test.pm using Plan A... Hunk #1 succeeded at 220. done ===> Applying OpenBSD patch patch-lib_Log_Any_Manager_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: lib/Log/Any/Manager.pm |--- lib/Log/Any/Manager.pm.orig |+++ lib/Log/Any/Manager.pm -------------------------- Patching file lib/Log/Any/Manager.pm using Plan A... Hunk #1 succeeded at 250. done ===> Applying OpenBSD patch patch-lib_Log_Any_Proxy_Test_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: lib/Log/Any/Proxy/Test.pm |--- lib/Log/Any/Proxy/Test.pm.orig |+++ lib/Log/Any/Proxy/Test.pm -------------------------- Patching file lib/Log/Any/Proxy/Test.pm using Plan A... Hunk #1 succeeded at 44. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Log-Any-1.717 ===> Configuring for p5-Log-Any-1.717 find /usr/ports/pobj/p5-Log-Any-1.717/Log-Any-1.717 -name "*.orig.port" -delete Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Log::Any Writing MYMETA.yml and MYMETA.json ===> Building for p5-Log-Any-1.717 cp lib/Log/Any/Adapter/File.pm blib/lib/Log/Any/Adapter/File.pm cp lib/Log/Any/Adapter/Syslog.pm blib/lib/Log/Any/Adapter/Syslog.pm cp lib/Log/Any.pm blib/lib/Log/Any.pm cp lib/Log/Any/Adapter/Null.pm blib/lib/Log/Any/Adapter/Null.pm cp lib/Log/Any/Proxy.pm blib/lib/Log/Any/Proxy.pm cp lib/Log/Any/Adapter/Multiplex.pm blib/lib/Log/Any/Adapter/Multiplex.pm cp lib/Log/Any/Proxy/Null.pm blib/lib/Log/Any/Proxy/Null.pm cp lib/Log/Any/Adapter.pm blib/lib/Log/Any/Adapter.pm cp lib/Log/Any/Manager.pm blib/lib/Log/Any/Manager.pm cp lib/Log/Any/Proxy/Test.pm blib/lib/Log/Any/Proxy/Test.pm cp lib/Log/Any/Adapter/Base.pm blib/lib/Log/Any/Adapter/Base.pm cp lib/Log/Any/Adapter/Stdout.pm blib/lib/Log/Any/Adapter/Stdout.pm cp lib/Log/Any/Adapter/Capture.pm blib/lib/Log/Any/Adapter/Capture.pm cp lib/Log/.gitignore blib/lib/Log/.gitignore cp lib/Log/Any/Proxy/WithStackTrace.pm blib/lib/Log/Any/Proxy/WithStackTrace.pm cp lib/Log/Any/Test.pm blib/lib/Log/Any/Test.pm cp lib/Log/Any/Adapter/Stderr.pm blib/lib/Log/Any/Adapter/Stderr.pm cp lib/Log/Any/Adapter/Development.pod blib/lib/Log/Any/Adapter/Development.pod cp lib/Log/Any/Adapter/Test.pm blib/lib/Log/Any/Adapter/Test.pm cp lib/Log/Any/Adapter/Util.pm blib/lib/Log/Any/Adapter/Util.pm Manifying 19 pod documents ===> p5-Log-Any-1.717 depends on: p5-Devel-StackTrace->=2.00 -> p5-Devel-StackTrace-2.05 ===> p5-Log-Any-1.717 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-Log-Any-1.717 depends on: p5-Throwable-* -> p5-Throwable-1.001 ===> p5-Log-Any-1.717 depends on: p5-Mojolicious-* -> p5-Mojolicious-9.37 ===> Regression tests for p5-Log-Any-1.717 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t .............. ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # IO::Handle any 1.52 # IPC::Open3 any 1.22 # Test::More any 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # t/00-report-prereqs.t ....... ok t/adapter-import.t .......... ok t/author-pod-syntax.t ....... skipped: these tests are for testing by the author t/capture.t ................. ok t/context.t ................. ok t/default-adapter-env.t ..... ok t/default-adapter-params.t .. ok t/default-adapter-use.t ..... ok t/default-adapter.t ......... ok t/default-vs-test.t ......... ok t/errors-adapter.t .......... ok t/filescreen.t .............. ok t/import.t .................. ok t/inner-adapter.t ........... ok t/log-any-test.t ............ ok t/memory.t .................. ok t/multiplex.t ............... ok t/null-proxy.t .............. ok t/proxy-with-stack-trace.t .. ok t/proxy.t ................... ok t/release-backcompat.t ...... skipped: these tests are for release candidate testing t/replace_log.t ............. ok t/sprintf.t ................. ok t/stringify.t ............... ok t/structured-logging.t ...... ok t/syslog.t .................. ok t/util.t .................... ok t/valid-methods.t ........... ok All tests successful. Files=29, Tests=550, 7 wallclock secs ( 0.20 usr 0.12 sys + 3.91 cusr 2.09 csys = 6.32 CPU) Result: PASS PASS devel/p5-Log-Any Duration 0m10.24s START devel/p5-Log-Log4perl 2024-11-22T07:40:04Z export _LOCKS_HELD="" ===> Cleaning for p5-Log-Log4perl-1.57 ===> Checking files for p5-Log-Log4perl-1.57 `/usr/ports/distfiles/Log-Log4perl-1.57.tar.gz' is up to date. ===> Building from scratch p5-Log-Log4perl-1.57 ===> Checking files for p5-Log-Log4perl-1.57 `/usr/ports/distfiles/Log-Log4perl-1.57.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Log-Log4perl-1.57 ===> Patching for p5-Log-Log4perl-1.57 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Log-Log4perl-1.57 ===> Configuring for p5-Log-Log4perl-1.57 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Log::Log4perl Writing MYMETA.yml and MYMETA.json ===> Building for p5-Log-Log4perl-1.57 cp lib/Log/Log4perl/Layout/SimpleLayout.pm blib/lib/Log/Log4perl/Layout/SimpleLayout.pm cp lib/Log/Log4perl/Config/DOMConfigurator.pm blib/lib/Log/Log4perl/Config/DOMConfigurator.pm cp lib/Log/Log4perl/Layout/PatternLayout.pm blib/lib/Log/Log4perl/Layout/PatternLayout.pm cp lib/Log/Log4perl/DateFormat.pm blib/lib/Log/Log4perl/DateFormat.pm cp lib/Log/Log4perl/Appender/Synchronized.pm blib/lib/Log/Log4perl/Appender/Synchronized.pm cp lib/Log/Log4perl/Appender/TestBuffer.pm blib/lib/Log/Log4perl/Appender/TestBuffer.pm cp lib/Log/Log4perl/Filter/Boolean.pm blib/lib/Log/Log4perl/Filter/Boolean.pm cp lib/Log/Log4perl/Util.pm blib/lib/Log/Log4perl/Util.pm cp lib/Log/Log4perl/Appender.pm blib/lib/Log/Log4perl/Appender.pm cp lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm blib/lib/Log/Log4perl/Layout/PatternLayout/Multiline.pm cp lib/Log/Log4perl/JavaMap/SyslogAppender.pm blib/lib/Log/Log4perl/JavaMap/SyslogAppender.pm cp lib/Log/Log4perl/Appender/TestArrayBuffer.pm blib/lib/Log/Log4perl/Appender/TestArrayBuffer.pm cp lib/Log/Log4perl/Config.pm blib/lib/Log/Log4perl/Config.pm cp lib/Log/Log4perl/JavaMap/FileAppender.pm blib/lib/Log/Log4perl/JavaMap/FileAppender.pm cp lib/Log/Log4perl/MDC.pm blib/lib/Log/Log4perl/MDC.pm cp lib/Log/Log4perl/Filter/MDC.pm blib/lib/Log/Log4perl/Filter/MDC.pm cp lib/Log/Log4perl/FAQ.pm blib/lib/Log/Log4perl/FAQ.pm cp lib/Log/Log4perl/Appender/Screen.pm blib/lib/Log/Log4perl/Appender/Screen.pm cp lib/Log/Log4perl/JavaMap/NTEventLogAppender.pm blib/lib/Log/Log4perl/JavaMap/NTEventLogAppender.pm cp lib/Log/Log4perl/Util/TimeTracker.pm blib/lib/Log/Log4perl/Util/TimeTracker.pm cp lib/Log/Log4perl/Filter/LevelMatch.pm blib/lib/Log/Log4perl/Filter/LevelMatch.pm cp lib/Log/Log4perl/Config/BaseConfigurator.pm blib/lib/Log/Log4perl/Config/BaseConfigurator.pm cp lib/Log/Log4perl/Appender/String.pm blib/lib/Log/Log4perl/Appender/String.pm cp lib/Log/Log4perl/Logger.pm blib/lib/Log/Log4perl/Logger.pm cp lib/Log/Log4perl/JavaMap/RollingFileAppender.pm blib/lib/Log/Log4perl/JavaMap/RollingFileAppender.pm cp lib/Log/Log4perl/JavaMap.pm blib/lib/Log/Log4perl/JavaMap.pm cp lib/Log/Log4perl/Catalyst.pm blib/lib/Log/Log4perl/Catalyst.pm cp lib/Log/Log4perl/Appender/Limit.pm blib/lib/Log/Log4perl/Appender/Limit.pm cp lib/Log/Log4perl/Resurrector.pm blib/lib/Log/Log4perl/Resurrector.pm cp lib/Log/Log4perl/JavaMap/JDBCAppender.pm blib/lib/Log/Log4perl/JavaMap/JDBCAppender.pm cp lib/Log/Log4perl/Filter/StringMatch.pm blib/lib/Log/Log4perl/Filter/StringMatch.pm cp lib/Log/Log4perl/Layout.pm blib/lib/Log/Log4perl/Layout.pm cp lib/Log/Log4perl/Appender/ScreenColoredLevels.pm blib/lib/Log/Log4perl/Appender/ScreenColoredLevels.pm cp lib/Log/Log4perl.pm blib/lib/Log/Log4perl.pm cp lib/Log/Log4perl/Appender/File.pm blib/lib/Log/Log4perl/Appender/File.pm cp lib/Log/Log4perl/Util/Semaphore.pm blib/lib/Log/Log4perl/Util/Semaphore.pm cp lib/Log/Log4perl/JavaMap/ConsoleAppender.pm blib/lib/Log/Log4perl/JavaMap/ConsoleAppender.pm cp lib/Log/Log4perl/Appender/RRDs.pm blib/lib/Log/Log4perl/Appender/RRDs.pm cp lib/Log/Log4perl/Appender/TestFileCreeper.pm blib/lib/Log/Log4perl/Appender/TestFileCreeper.pm cp lib/Log/Log4perl/Layout/NoopLayout.pm blib/lib/Log/Log4perl/Layout/NoopLayout.pm cp lib/Log/Log4perl/InternalDebug.pm blib/lib/Log/Log4perl/InternalDebug.pm cp lib/Log/Log4perl/Filter/LevelRange.pm blib/lib/Log/Log4perl/Filter/LevelRange.pm cp lib/Log/Log4perl/Appender/Buffer.pm blib/lib/Log/Log4perl/Appender/Buffer.pm cp lib/Log/Log4perl/NDC.pm blib/lib/Log/Log4perl/NDC.pm cp lib/Log/Log4perl/Filter.pm blib/lib/Log/Log4perl/Filter.pm cp lib/Log/Log4perl/Appender/Socket.pm blib/lib/Log/Log4perl/Appender/Socket.pm cp lib/Log/Log4perl/Config/Watch.pm blib/lib/Log/Log4perl/Config/Watch.pm cp lib/Log/Log4perl/Appender/DBI.pm blib/lib/Log/Log4perl/Appender/DBI.pm cp lib/Log/Log4perl/JavaMap/TestBuffer.pm blib/lib/Log/Log4perl/JavaMap/TestBuffer.pm cp lib/Log/Log4perl/Level.pm blib/lib/Log/Log4perl/Level.pm cp lib/Log/Log4perl/Config/PropertyConfigurator.pm blib/lib/Log/Log4perl/Config/PropertyConfigurator.pm cp eg/l4p-tmpl blib/script/l4p-tmpl "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/l4p-tmpl Manifying 1 pod document Manifying 51 pod documents ===> p5-Log-Log4perl-1.57 depends on: p5-Log-Dispatch-* -> p5-Log-Dispatch-2.71 ===> p5-Log-Log4perl-1.57 depends on: p5-Log-Dispatch-FileRotate-* -> p5-Log-Dispatch-FileRotate-1.38 ===> p5-Log-Log4perl-1.57 depends on: p5-DBD-CSV-* -> p5-DBD-CSV-0.60 ===> p5-Log-Log4perl-1.57 depends on: rrdtool-* -> rrdtool-1.8.0p1 ===> p5-Log-Log4perl-1.57 depends on: p5-XML-DOM-* -> p5-XML-DOM-1.46p1 ===> Regression tests for p5-Log-Log4perl-1.57 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/001Level.t .............. ok t/002Logger.t ............. ok t/003Layout-Rr.t .......... ok t/003Layout.t ............. ok t/004Config.t ............. ok t/005Config-Perl.t ........ ok t/006Config-Java.t ........ ok t/007LogPrio.t ............ ok t/008ConfCat.t ............ ok t/009Deuce.t .............. ok t/010JConsole.t ........... ok t/011JFile.t .............. ok t/012Deeper.t ............. ok t/013Bench.t .............. skipped: set $ENV{LOG4PERL_BENCH} to a true value to run benchmarks, skipping... t/014ConfErrs.t ........... ok t/015fltmsg.t ............. ok t/016Export.t ............. ok t/017Watch.t .............. ok t/018Init.t ............... ok t/019Warn.t ............... ok t/020Easy.t ............... ok t/020Easy2.t .............. ok t/021AppThres.t ........... ok t/022Wrap.t ............... ok t/023Date.t ............... ok t/024WarnDieCarp.t ........ ok t/025CustLevels.t ......... ok t/026FileApp.t ............ ok t/027Watch2.t ............. ok t/027Watch3.t ............. ok t/027Watch4.t ............. ok t/028Additivity.t ......... ok t/029SysWide.t ............ ok t/030LDLevel.t ............ ok t/031NDC.t ................ ok t/032JRollFile.t .......... ok t/033UsrCspec.t ........... ok t/034DBI.t ................ ok t/035JDBCAppender.t ....... ok t/036JSyslog.t ............ ok t/037JWin32Event.t ........ skipped: only with Log::Dispatch::Win32EventLog t/038XML-DOM1.t ........... ok t/039XML-DOM2.t ........... ok t/040Filter.t ............. ok t/041SafeEval.t ........... ok t/042SyncApp.t ............ skipped: - only with L4P_ALL_TESTS t/043VarSubst.t ........... ok t/044XML-Filter.t ......... ok t/045Composite.t .......... ok t/046RRDs.t ............... ok t/048lwp.t ................ skipped: Only with 2.0 < LWP::UserAgent < 5.822 t/049Unhide.t ............. ok t/050Buffer.t ............. ok t/051Extra.t .............. ok t/052Utf8.t ............... ok t/053Resurrect.t .......... ok t/054Subclass.t ........... ok t/055AppDestroy.t ......... ok t/056SyncApp2.t ........... skipped: - only with L4P_ALL_TESTS t/057MsgChomp.t ........... ok t/058Warnings.t ........... ok t/059Wrapper.t ............ ok t/060Initialized.t ........ ok t/061Multiline.t .......... ok t/062InitHash.t ........... ok t/063LoggerRemove.t ....... ok t/064RealClass.t .......... ok t/065Undef.t .............. ok t/066SQLite.t ............. ok t/067Exception.t .......... ok t/068MultilineIndented.t .. ok t/069MoreMultiline.t ...... ok t/070UTCDate.t ............ ok All tests successful. Files=73, Tests=766, 47 wallclock secs ( 0.22 usr 0.22 sys + 12.82 cusr 4.88 csys = 18.14 CPU) Result: PASS PASS devel/p5-Log-Log4perl Duration 0m51.77s START devel/p5-MRO-Compat 2024-11-22T07:40:56Z export _LOCKS_HELD="" ===> Cleaning for p5-MRO-Compat-0.15 ===> Checking files for p5-MRO-Compat-0.15 `/usr/ports/distfiles/MRO-Compat-0.15.tar.gz' is up to date. ===> Building from scratch p5-MRO-Compat-0.15 ===> Checking files for p5-MRO-Compat-0.15 `/usr/ports/distfiles/MRO-Compat-0.15.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MRO-Compat-0.15 ===> Patching for p5-MRO-Compat-0.15 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MRO-Compat-0.15 ===> Configuring for p5-MRO-Compat-0.15 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MRO::Compat Writing MYMETA.yml and MYMETA.json ===> Building for p5-MRO-Compat-0.15 cp lib/MRO/Compat.pm blib/lib/MRO/Compat.pm Manifying 1 pod document ===> Regression tests for p5-MRO-Compat-0.15 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/10basic.t .... ok t/15pkg_gen.t .. ok t/20mros.t ..... ok All tests successful. Files=3, Tests=26, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.28 cusr 0.15 csys = 0.47 CPU) Result: PASS PASS devel/p5-MRO-Compat Duration 0m02.82s START devel/p5-Module-Build 2024-11-22T07:40:59Z export _LOCKS_HELD="" ===> Cleaning for p5-Module-Build-0.4234 ===> Checking files for p5-Module-Build-0.4234 `/usr/ports/distfiles/Module-Build-0.4234.tar.gz' is up to date. ===> Building from scratch p5-Module-Build-0.4234 ===> Checking files for p5-Module-Build-0.4234 `/usr/ports/distfiles/Module-Build-0.4234.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Module-Build-0.4234 ===> Patching for p5-Module-Build-0.4234 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Module-Build-0.4234 ===> Configuring for p5-Module-Build-0.4234 Checking optional features... inc_bundling_support....disabled requires: ! inc::latest is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Module-Build' version '0.4234' ===> Building for p5-Module-Build-0.4234 Building Module-Build ===> p5-Module-Build-0.4234 depends on: p5-Archive-Zip-* -> p5-Archive-Zip-1.68 ===> p5-Module-Build-0.4234 depends on: p5-PAR-Dist-* -> p5-PAR-Dist-0.53 ===> p5-Module-Build-0.4234 depends on: p5-Module-Signature-* -> p5-Module-Signature-0.89 ===> Regression tests for p5-Module-Build-0.4234 t/00-compile.t ................. ok t/PL_files.t ................... ok t/actions/installdeps.t ........ ok t/actions/manifest_skip.t ...... ok t/add_property.t ............... ok t/add_property_array.t ......... ok t/add_property_hash.t .......... ok t/basic.t ...................... ok t/bundle_inc.t ................. skipped: $ENV{MB_TEST_EXPERIMENTAL} is not set t/compat.t ..................... ok t/compat/exit.t ................ ok t/debug.t ...................... ok t/destinations.t ............... ok t/ext.t ........................ ok t/extend.t ..................... ok t/files.t ...................... ok t/help.t ....................... ok t/install.t .................... ok t/install_extra_target.t ....... ok t/manifypods.t ................. ok t/manifypods_with_utf8.t ....... ok t/metadata.t ................... ok t/metadata2.t .................. ok t/mymeta.t ..................... ok t/new_from_context.t ........... ok t/notes.t ...................... ok t/par.t ........................ ok t/parents.t .................... ok t/perl_mb_opt.t ................ ok t/pod_parser.t ................. ok t/ppm.t ........................ ok t/properties/dist_suffix.t ..... ok t/properties/license.t ......... ok t/properties/module_name.t ..... ok t/properties/needs_compiler.t .. ok t/properties/release_status.t .. ok t/properties/requires.t ........ ok t/properties/share_dir.t ....... ok t/resume.t ..................... ok t/runthrough.t ................. ok t/sample.t ..................... ok t/script_dist.t ................ ok t/signature.t .................. ok t/test_file_exts.t ............. ok t/test_reqs.t .................. ok t/test_type.t .................. ok t/test_types.t ................. ok t/tilde.t ...................... ok t/unit_run_test_harness.t ...... ok t/use_tap_harness.t ............ ok t/versions.t ................... ok t/write_default_maniskip.t ..... ok t/xs.t ......................... ok All tests successful. Files=53, Tests=1192, 125 wallclock secs ( 0.35 usr 0.21 sys + 70.85 cusr 40.25 csys = 111.66 CPU) Result: PASS PASS devel/p5-Module-Build Duration 2m08.48s START devel/p5-Module-Implementation 2024-11-22T07:43:07Z export _LOCKS_HELD="" ===> Cleaning for p5-Module-Implementation-0.09p0 ===> Checking files for p5-Module-Implementation-0.09p0 `/usr/ports/distfiles/Module-Implementation-0.09.tar.gz' is up to date. ===> Building from scratch p5-Module-Implementation-0.09p0 ===> Checking files for p5-Module-Implementation-0.09p0 `/usr/ports/distfiles/Module-Implementation-0.09.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Module-Implementation-0.09p0 ===> Patching for p5-Module-Implementation-0.09p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Module-Implementation-0.09p0 ===> Configuring for p5-Module-Implementation-0.09p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Module::Implementation Writing MYMETA.yml and MYMETA.json ===> Building for p5-Module-Implementation-0.09p0 cp lib/Module/Implementation.pm blib/lib/Module/Implementation.pm Manifying 1 pod document ===> p5-Module-Implementation-0.09p0 depends on: p5-Test-Fatal->=0.006 -> p5-Test-Fatal-0.017 ===> p5-Module-Implementation-0.09p0 depends on: p5-Test-Requires->=0 -> p5-Test-Requires-0.11 ===> p5-Module-Implementation-0.09p0 depends on: p5-Module-Runtime->=0.012 -> p5-Module-Runtime-0.016p0 ===> p5-Module-Implementation-0.09p0 depends on: p5-Try-Tiny->=0 -> p5-Try-Tiny-0.32 ===> Regression tests for p5-Module-Implementation-0.09p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ............. ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # IO::Handle any 1.52 # IPC::Open3 any 1.22 # Test::Fatal 0.006 0.017 # Test::More 0.88 1.302194 # Test::Requires any 0.11 # lib any 0.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # --------------- ----- ----- # Carp any 1.54 # Module::Runtime 0.012 0.016 # Try::Tiny any 0.32 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t ...... ok t/author-no-tabs.t ......... skipped: these tests are for testing by the author t/author-pod-spell.t ....... skipped: these tests are for testing by the author t/basic.t .................. ok t/both-fail.t .............. ok t/env-value.t .............. ok t/more-symbols.t ........... ok t/namespace-cleanliness.t .. ok t/one-impl-fails1.t ........ ok t/one-impl-fails2.t ........ ok t/release-cpan-changes.t ... skipped: these tests are for release candidate testing t/release-eol.t ............ skipped: these tests are for release candidate testing t/release-pod-coverage.t ... skipped: these tests are for release candidate testing t/release-pod-linkcheck.t .. skipped: these tests are for release candidate testing t/release-pod-no404s.t ..... skipped: these tests are for release candidate testing t/release-pod-syntax.t ..... skipped: these tests are for release candidate testing t/release-portability.t .... skipped: these tests are for release candidate testing t/requested-fails.t ........ ok t/taint.t .................. ok All tests successful. Files=20, Tests=29, 4 wallclock secs ( 0.07 usr 0.09 sys + 2.14 cusr 0.94 csys = 3.24 CPU) Result: PASS PASS devel/p5-Module-Implementation Duration 0m06.54s START devel/p5-Module-Install 2024-11-22T07:43:14Z export _LOCKS_HELD="" ===> Cleaning for p5-Module-Install-1.19 ===> Checking files for p5-Module-Install-1.19 `/usr/ports/distfiles/Module-Install-1.19.tar.gz' is up to date. ===> Building from scratch p5-Module-Install-1.19 ===> p5-Module-Install-1.19 depends on: p5-File-Remove-* -> p5-File-Remove-1.61 ===> p5-Module-Install-1.19 depends on: p5-YAML-Tiny-* -> p5-YAML-Tiny-1.74 ===> Checking files for p5-Module-Install-1.19 `/usr/ports/distfiles/Module-Install-1.19.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Module-Install-1.19 ===> Patching for p5-Module-Install-1.19 ===> Applying OpenBSD patch patch-lib_Module_Install_Admin_Include_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix whatis information. |Index: lib/Module/Install/Admin/Include.pm |--- lib/Module/Install/Admin/Include.pm.orig |+++ lib/Module/Install/Admin/Include.pm -------------------------- Patching file lib/Module/Install/Admin/Include.pm using Plan A... Hunk #1 succeeded at 61. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Module-Install-1.19 ===> Configuring for p5-Module-Install-1.19 include /usr/ports/pobj/p5-Module-Install-1.19/Module-Install-1.19/inc/Module/Install.pm include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm include inc/Module/Install/Makefile.pm include inc/Module/Install/With.pm include inc/Module/Install/WriteAll.pm include inc/Module/Install/Win32.pm include inc/Module/Install/Can.pm include inc/Module/Install/Fetch.pm Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Module::Install Writing MYMETA.yml and MYMETA.json Writing META.yml ===> Building for p5-Module-Install-1.19 cp lib/Module/Install/Admin/Include.pm blib/lib/Module/Install/Admin/Include.pm cp lib/Module/Install/Admin.pm blib/lib/Module/Install/Admin.pm cp lib/Module/Install/Makefile.pm blib/lib/Module/Install/Makefile.pm cp lib/Module/Install/Scripts.pm blib/lib/Module/Install/Scripts.pm cp lib/Module/Install/Inline.pm blib/lib/Module/Install/Inline.pm cp lib/Module/Install/FAQ.pod blib/lib/Module/Install/FAQ.pod cp lib/Module/Install/Base.pm blib/lib/Module/Install/Base.pm cp lib/Module/Install/Admin/ScanDeps.pm blib/lib/Module/Install/Admin/ScanDeps.pm cp lib/Module/Install/Deprecated.pm blib/lib/Module/Install/Deprecated.pm cp lib/Module/Install/MakeMaker.pm blib/lib/Module/Install/MakeMaker.pm cp lib/Module/Install/API.pod blib/lib/Module/Install/API.pod cp lib/Module/Install/External.pm blib/lib/Module/Install/External.pm cp lib/inc/Module/Install.pm blib/lib/inc/Module/Install.pm cp lib/Module/Install/Fetch.pm blib/lib/Module/Install/Fetch.pm cp lib/Module/Install/Share.pm blib/lib/Module/Install/Share.pm cp lib/Module/Install/DSL.pm blib/lib/Module/Install/DSL.pm cp lib/Module/Install/Admin/Manifest.pm blib/lib/Module/Install/Admin/Manifest.pm cp lib/Module/Install/Run.pm blib/lib/Module/Install/Run.pm cp lib/Module/Install/Can.pm blib/lib/Module/Install/Can.pm cp lib/Module/Install/Bundle.pm blib/lib/Module/Install/Bundle.pm cp lib/Module/Install/Include.pm blib/lib/Module/Install/Include.pm cp lib/inc/Module/Install/DSL.pm blib/lib/inc/Module/Install/DSL.pm cp lib/Module/Install/Admin/Include.pm.orig.port blib/lib/Module/Install/Admin/Include.pm.orig.port cp lib/Module/Install/Admin/Find.pm blib/lib/Module/Install/Admin/Find.pm cp lib/Module/Install/Admin/WriteAll.pm blib/lib/Module/Install/Admin/WriteAll.pm cp lib/Module/AutoInstall.pm blib/lib/Module/AutoInstall.pm cp lib/Module/Install/Compiler.pm blib/lib/Module/Install/Compiler.pm cp lib/Module/Install/Admin/Compiler.pm blib/lib/Module/Install/Admin/Compiler.pm cp lib/Module/Install/AutoInstall.pm blib/lib/Module/Install/AutoInstall.pm cp lib/Module/Install.pod blib/lib/Module/Install.pod cp lib/Module/Install/WriteAll.pm blib/lib/Module/Install/WriteAll.pm cp lib/Module/Install/Admin/Bundle.pm blib/lib/Module/Install/Admin/Bundle.pm cp lib/Module/Install/Philosophy.pod blib/lib/Module/Install/Philosophy.pod cp lib/Module/Install/Admin/Metadata.pm blib/lib/Module/Install/Admin/Metadata.pm cp lib/Module/Install/Admin/Makefile.pm blib/lib/Module/Install/Admin/Makefile.pm cp lib/Module/Install/PAR.pm blib/lib/Module/Install/PAR.pm cp lib/Module/Install/Metadata.pm blib/lib/Module/Install/Metadata.pm cp lib/Module/Install/Win32.pm blib/lib/Module/Install/Win32.pm cp lib/Module/Install/With.pm blib/lib/Module/Install/With.pm cp lib/Module/Install.pm blib/lib/Module/Install.pm Manifying 20 pod documents ===> p5-Module-Install-1.19 depends on: p5-Module-Install-AuthorTests-* -> p5-Module-Install-AuthorTests-0.002p0 ===> p5-Module-Install-1.19 depends on: p5-Module-ScanDeps-* -> p5-Module-ScanDeps-1.35 ===> p5-Module-Install-1.19 depends on: p5-PAR-Dist-* -> p5-PAR-Dist-0.53 ===> p5-Module-Install-1.19 depends on: p5-JSON-* -> p5-JSON-4.10 ===> p5-Module-Install-1.19 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> p5-Module-Install-1.19 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Module-Install-1.19 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Module-Install-1.19 mkdir -p /usr/ports/pobj/p5-Module-Install-1.19/home PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/recursive/*.t t/01_compile.t .......................... ok t/02_mymeta.t ........................... skipped: New EU::MM has own MYMETA support t/03_autoinstall.t ...................... skipped: Skipping dangerous test t/04_version.t .......................... ok t/05_share.t ............................ ok t/06_ppport.t ........................... ok t/07_perl_version.t ..................... ok t/08_dsl.t .............................. ok t/09_read.t ............................. ok t/10_test.t ............................. ok t/11_extraction.t ....................... ok t/12_eumm_params.t ...................... ok t/13_author_tests.t ..................... ok t/13_author_tests_ext.t ................. ok t/13_author_tests_ext2.t ................ skipped: requires Module::Install::ExtraTests 0.007 t/14_auto_include_deps_with_version.t ... skipped: your perl is new enough to have File::Spec 3.30 in core t/15_wrong_usage.t ...................... ok t/16_require.t .......................... ok t/17_sign.t ............................. ok t/18_all_from.t ......................... ok t/19_authors.t .......................... ok t/20_authors_with_special_characters.t .. ok t/21_makemaker_args.t ................... ok Use of uninitialized value $cmd in substitution (s///) at /usr/libdata/perl5/ExtUtils/MM_Any.pm line 347. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $cmd in substitution (s///) at /usr/libdata/perl5/ExtUtils/MM_Any.pm line 347. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $cmd in substitution (s///) at /usr/libdata/perl5/ExtUtils/MM_Any.pm line 347. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $cmd in substitution (s///) at /usr/libdata/perl5/ExtUtils/MM_Any.pm line 347. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. old INSTALLDIRS (probably set by makemaker_args) is overriden by installdirs Use of uninitialized value $cmd in substitution (s///) at /usr/libdata/perl5/ExtUtils/MM_Any.pm line 347. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $cmd in substitution (s///) at /usr/libdata/perl5/ExtUtils/MM_Any.pm line 347. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. Use of uninitialized value $mandir in pattern match (m//) at /usr/libdata/perl5/ExtUtils/MM_Unix.pm line 1530. t/22_installdirs.t ...................... ok t/23_pl_files.t ......................... ok t/24_multiple_license_blocks.t .......... ok t/25_perl_version_from.t ................ ok t/26_unknown_func.t ..................... ok Warning: prerequisite Test::More 9999 not found. We have 1.302194. t/27_build_requires_and_include.t ....... ok t/28_makemaker_args.t ................... ok t/29_requires_from.t .................... ok t/30_build_subdirs.t .................... ok t/31_add_metadata.t ..................... ok t/32_module_name.t ...................... ok t/33_copy.t ............................. ok t/34_readwrite.t ........................ ok t/recursive/test.t ...................... ok All tests successful. Files=37, Tests=593, 53 wallclock secs ( 0.19 usr 0.20 sys + 34.11 cusr 12.99 csys = 47.49 CPU) Result: PASS PASS devel/p5-Module-Install Duration 0m58.25s START devel/p5-Module-Pluggable 2024-11-22T07:44:12Z export _LOCKS_HELD="" ===> Cleaning for p5-Module-Pluggable-5.2p0 ===> Checking files for p5-Module-Pluggable-5.2p0 `/usr/ports/distfiles/Module-Pluggable-5.2.tar.gz' is up to date. ===> Building from scratch p5-Module-Pluggable-5.2p0 ===> Checking files for p5-Module-Pluggable-5.2p0 `/usr/ports/distfiles/Module-Pluggable-5.2.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Module-Pluggable-5.2p0 ===> Patching for p5-Module-Pluggable-5.2p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Module-Pluggable-5.2p0 ===> Configuring for p5-Module-Pluggable-5.2p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Module::Pluggable Writing MYMETA.yml and MYMETA.json ===> Building for p5-Module-Pluggable-5.2p0 cp lib/Module/Pluggable/Object.pm blib/lib/Module/Pluggable/Object.pm cp lib/Devel/InnerPackage.pm blib/lib/Devel/InnerPackage.pm cp lib/Module/Pluggable.pm blib/lib/Module/Pluggable.pm Manifying 3 pod documents ===> Regression tests for p5-Module-Pluggable-5.2p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01use.t .................... ok t/02alsoworks.t .............. ok t/02works.t .................. ok t/02works_taint.t ............ ok t/03diffname.t ............... ok t/04acmedir.t ................ ok t/04acmedir_single.t ......... ok t/04acmepath.t ............... ok t/04acmepath_single.t ........ ok t/05postpath.t ............... ok t/06multipath.t .............. ok t/07instantiate.t ............ ok t/08nothing.t ................ ok t/09require.t ................ ok t/10innerpack.t .............. ok t/10innerpack_inner.t ........ ok t/10innerpack_noinner.t ...... ok t/10innerpack_onefile.t ...... ok t/10innerpack_override.t ..... ok t/10innerpack_super.t ........ ok t/11usetwice.t ............... ok t/12only.t ................... ok t/12onlyarray.t .............. ok t/12onlyregex.t .............. ok t/12onlyrequire.t ............ ok t/13except.t ................. ok t/13exceptarray.t ............ ok t/13exceptregex.t ............ ok t/14package.t ................ ok t/15topicsafe.t .............. ok t/16different_extension.t .... ok t/17devel_inner_package.t .... ok t/18skipped_package.t ........ ok t/19can_ok_clobber.t ......... ok t/20dodgy_files.t ............ ok t/21editor_junk.t ............ ok t/22trigger.t ................ ok t/23depth.t .................. ok t/24local_inc_object.t ....... ok t/24local_inc_package.t ...... ok t/25single_letter_package.t .. ok t/26inc_hook.t ............... ok t/27app_fatpacker.t .......... skipped: App::FatPacker >= 0.10.0 not available All tests successful. Files=43, Tests=180, 9 wallclock secs ( 0.11 usr 0.11 sys + 5.61 cusr 2.53 csys = 8.36 CPU) Result: PASS PASS devel/p5-Module-Pluggable Duration 0m11.71s START devel/p5-Module-Runtime 2024-11-22T07:44:24Z export _LOCKS_HELD="" ===> Cleaning for p5-Module-Runtime-0.016p0 ===> Checking files for p5-Module-Runtime-0.016p0 `/usr/ports/distfiles/Module-Runtime-0.016.tar.gz' is up to date. ===> Building from scratch p5-Module-Runtime-0.016p0 ===> p5-Module-Runtime-0.016p0 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Module-Runtime-0.016p0 `/usr/ports/distfiles/Module-Runtime-0.016.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Module-Runtime-0.016p0 ===> Patching for p5-Module-Runtime-0.016p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Module-Runtime-0.016p0 ===> Configuring for p5-Module-Runtime-0.016p0 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Module-Runtime' version '0.016' ===> Building for p5-Module-Runtime-0.016p0 Building Module-Runtime ===> Regression tests for p5-Module-Runtime-0.016p0 t/cmn.t ............. ok t/dependency.t ...... ok t/import_error.t .... ok t/ivmn.t ............ ok t/ivms.t ............ ok t/mnf.t ............. ok t/pod_cvg.t ......... ok t/pod_syn.t ......... ok t/rm.t .............. ok t/taint.t ........... ok t/um.t .............. ok t/upo.t ............. ok t/upo_overridden.t .. ok All tests successful. Files=13, Tests=367, 2 wallclock secs ( 0.07 usr 0.07 sys + 1.45 cusr 0.60 csys = 2.19 CPU) Result: PASS PASS devel/p5-Module-Runtime Duration 0m04.58s START devel/p5-Moose 2024-11-22T07:44:28Z export _LOCKS_HELD="" ===> Cleaning for p5-Moose-2.2207 ===> Checking files for p5-Moose-2.2207 `/usr/ports/distfiles/Moose-2.2207.tar.gz' is up to date. ===> Building from scratch p5-Moose-2.2207 ===> p5-Moose-2.2207 depends on: p5-Dist-CheckConflicts->=0.02 -> p5-Dist-CheckConflicts-0.11p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Moose-2.2207 `/usr/ports/distfiles/Moose-2.2207.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Moose-2.2207 ===> Patching for p5-Moose-2.2207 ===> Applying OpenBSD patch patch-t_recipes_basics_genome_overloadingsubtypesandcoercion_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |List::Util 1.56 is required for this test and mentioned in a few |places in the docs (mostly related to this test). |We can't use our core List::Util until we update it so skip this test |until then. | |https://github.com/moose/Moose/commit/83ef6774ca2634ec0b9fc888aef19af7f7efd1ff | |Index: t/recipes/basics_genome_overloadingsubtypesandcoercion.t |--- t/recipes/basics_genome_overloadingsubtypesandcoercion.t.orig |+++ t/recipes/basics_genome_overloadingsubtypesandcoercion.t -------------------------- Patching file t/recipes/basics_genome_overloadingsubtypesandcoercion.t using Plan A... Hunk #1 succeeded at 2. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Moose-2.2207 Regenerating ppport.h ===> Configuring for p5-Moose-2.2207 Checking if your kit is complete... Looks good Warning: prerequisite Module::Runtime::Conflicts 0.002 not found. Generating a Unix-style Makefile Writing Makefile for Moose Writing MYMETA.yml and MYMETA.json ===> Building for p5-Moose-2.2207 cp lib/Moose.pm blib/lib/Moose.pm cp lib/Moose/Meta/Attribute/Native/Trait/Counter.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Counter.pm cp lib/Moose/Exception/CanReblessOnlyIntoASuperclass.pm blib/lib/Moose/Exception/CanReblessOnlyIntoASuperclass.pm cp lib/Moose/Meta/Method/Accessor/Native/Hash/values.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/values.pm cp lib/Moose/Exception/InstanceMustBeABlessedReference.pm blib/lib/Moose/Exception/InstanceMustBeABlessedReference.pm cp lib/Moose/Exception/Role/Instance.pm blib/lib/Moose/Exception/Role/Instance.pm cp lib/Moose/Exception/InvalidArgumentToMethod.pm blib/lib/Moose/Exception/InvalidArgumentToMethod.pm cp lib/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm blib/lib/Moose/Exception/DelegationToATypeWhichIsNotAClass.pm cp lib/Moose/Meta/Method/Overridden.pm blib/lib/Moose/Meta/Method/Overridden.pm cp lib/Class/MOP/MiniTrait.pm blib/lib/Class/MOP/MiniTrait.pm cp lib/Moose/Manual/Exceptions.pod blib/lib/Moose/Manual/Exceptions.pod cp lib/Moose/Exception/MethodModifierNeedsMethodName.pm blib/lib/Moose/Exception/MethodModifierNeedsMethodName.pm cp lib/Class/MOP/Method.pm blib/lib/Class/MOP/Method.pm cp lib/Moose/Exception/CannotOverrideNoSuperMethod.pm blib/lib/Moose/Exception/CannotOverrideNoSuperMethod.pm cp lib/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm blib/lib/Moose/Exception/MustSupplyAClassMOPAttributeInstance.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/set.pm cp lib/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod blib/lib/Moose/Cookbook/Legacy/Table_ClassMetaclass.pod cp lib/Moose/Exception/HandlesMustBeAHashRef.pm blib/lib/Moose/Exception/HandlesMustBeAHashRef.pm cp lib/Moose/Meta/Method/Accessor/Native/String/append.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/append.pm cp lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/keys.pm cp lib/Class/MOP/Class/Immutable/Trait.pm blib/lib/Class/MOP/Class/Immutable/Trait.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shallow_clone.pm cp lib/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm blib/lib/Moose/Exception/InvalidTypeGivenToCreateParameterizedTypeConstraint.pm cp lib/Moose/Meta/Method/Accessor/Native/Bool/not.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/not.pm cp lib/Moose/Exception/Role/Role.pm blib/lib/Moose/Exception/Role/Role.pm cp lib/Moose/Meta/Method/Accessor/Native/Number/mul.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/mul.pm cp lib/Moose/Exception/Role/TypeConstraint.pm blib/lib/Moose/Exception/Role/TypeConstraint.pm cp lib/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/accessor.pm cp lib/Moose/Exception/CannotAutoDerefWithoutIsa.pm blib/lib/Moose/Exception/CannotAutoDerefWithoutIsa.pm cp lib/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm blib/lib/Moose/Exception/MethodNameNotFoundInInheritanceHierarchy.pm cp lib/Moose/Exception/OverloadConflictInSummation.pm blib/lib/Moose/Exception/OverloadConflictInSummation.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/pop.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/pop.pm cp lib/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm blib/lib/Moose/Exception/CallingReadOnlyMethodOnAnImmutableInstance.pm cp lib/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm blib/lib/Moose/Exception/ConflictDetectedInCheckRoleExclusionsInToClass.pm cp lib/Moose/Exception/CannotInlineTypeConstraintCheck.pm blib/lib/Moose/Exception/CannotInlineTypeConstraintCheck.pm cp lib/Moose/Exception/OverloadRequiresAMetaMethod.pm blib/lib/Moose/Exception/OverloadRequiresAMetaMethod.pm cp lib/Moose/Meta/Role.pm blib/lib/Moose/Meta/Role.pm cp lib/Moose/Meta/Instance.pm blib/lib/Moose/Meta/Instance.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/natatime.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/natatime.pm cp lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm blib/lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresentInClass.pm cp lib/Moose/Exception/MustSupplyPackageNameAndName.pm blib/lib/Moose/Exception/MustSupplyPackageNameAndName.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/accessor.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/accessor.pm cp lib/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotOverrideLocalMethodIsPresent.pm cp lib/Moose/Exception/InstanceBlessedIntoWrongClass.pm blib/lib/Moose/Exception/InstanceBlessedIntoWrongClass.pm cp lib/oose.pm blib/lib/oose.pm cp lib/Moose/Meta/Method/Accessor/Native/Hash/count.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/count.pm cp lib/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm blib/lib/Moose/Exception/CouldNotFindTypeConstraintToCoerceFrom.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/sort_in_place.pm cp lib/Moose/Meta/Attribute.pm blib/lib/Moose/Meta/Attribute.pm cp lib/Moose/Exception/OperatorIsRequired.pm blib/lib/Moose/Exception/OperatorIsRequired.pm cp lib/Moose/Exception/RoleExclusionConflict.pm blib/lib/Moose/Exception/RoleExclusionConflict.pm cp lib/Moose/Exception/Role/Attribute.pm blib/lib/Moose/Exception/Role/Attribute.pm cp lib/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm blib/lib/Moose/Exception/InvalidBaseTypeGivenToCreateParameterizedTypeConstraint.pm cp lib/Class/MOP/Deprecated.pm blib/lib/Class/MOP/Deprecated.pm cp lib/Moose/Manual/MOP.pod blib/lib/Moose/Manual/MOP.pod cp lib/Moose/Meta/Role/Method/Conflicting.pm blib/lib/Moose/Meta/Role/Method/Conflicting.pm cp lib/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm blib/lib/Moose/Exception/NeedsTypeConstraintUnionForTypeCoercionUnion.pm cp lib/Moose/Exception/PackageDoesNotUseMooseExporter.pm blib/lib/Moose/Exception/PackageDoesNotUseMooseExporter.pm cp lib/Moose/Meta/Method/Accessor/Native/String/length.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/length.pm cp lib/Moose/Exception/MethodNameConflictInRoles.pm blib/lib/Moose/Exception/MethodNameConflictInRoles.pm cp lib/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm blib/lib/Moose/Exception/CannotFindTypeGivenToMatchOnType.pm cp lib/Moose/Meta/Role/Application/ToInstance.pm blib/lib/Moose/Meta/Role/Application/ToInstance.pm cp lib/Moose/Exception/AccessorMustReadWrite.pm blib/lib/Moose/Exception/AccessorMustReadWrite.pm cp lib/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/toggle.pm cp lib/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm blib/lib/Moose/Exception/InvalidArgPassedToMooseUtilMetaRole.pm cp lib/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm blib/lib/Moose/Exception/NoImmutableTraitSpecifiedForClass.pm cp lib/Moose/Meta/Method/Accessor/Native/Number/div.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/div.pm cp lib/Moose/Meta/Role/Application/ToRole.pm blib/lib/Moose/Meta/Role/Application/ToRole.pm cp lib/Moose/Cookbook/Meta/WhyMeta.pod blib/lib/Moose/Cookbook/Meta/WhyMeta.pod cp lib/Moose/Meta/Method/Accessor/Native/Code/execute.pm blib/lib/Moose/Meta/Method/Accessor/Native/Code/execute.pm cp lib/Moose/Meta/Method/Accessor/Native/Number/abs.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/abs.pm cp lib/Moose/Exception/EnumValuesMustBeString.pm blib/lib/Moose/Exception/EnumValuesMustBeString.pm cp lib/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm blib/lib/Moose/Exception/DefaultToMatchOnTypeMustBeCodeRef.pm cp lib/Moose/Exception/TypeConstraintIsAlreadyCreated.pm blib/lib/Moose/Exception/TypeConstraintIsAlreadyCreated.pm cp lib/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm blib/lib/Moose/Exception/ReferencesAreNotAllowedAsDefault.pm cp lib/Moose/Meta/Method/Destructor.pm blib/lib/Moose/Meta/Method/Destructor.pm cp lib/Moose/Manual/Delta.pod blib/lib/Moose/Manual/Delta.pod cp lib/Moose/Meta/Role/Application.pm blib/lib/Moose/Meta/Role/Application.pm cp lib/Moose/Exception/OverloadRequiresNamesForCoderef.pm blib/lib/Moose/Exception/OverloadRequiresNamesForCoderef.pm cp lib/Moose/Meta/Method/Accessor/Native/Hash/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/clear.pm cp lib/Moose/Exception/AttributeNamesDoNotMatch.pm blib/lib/Moose/Exception/AttributeNamesDoNotMatch.pm cp lib/Moose/Meta/Method/Accessor/Native/String/match.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/match.pm cp lib/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod blib/lib/Moose/Cookbook/Basics/BinaryTree_BuilderAndLazyBuild.pod cp lib/Moose/Manual/Roles.pod blib/lib/Moose/Manual/Roles.pod cp lib/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod blib/lib/Moose/Cookbook/Meta/GlobRef_InstanceMetaclass.pod cp lib/Moose/Exception/Role/ParamsHash.pm blib/lib/Moose/Exception/Role/ParamsHash.pm cp lib/Moose/Meta/Method/Constructor.pm blib/lib/Moose/Meta/Method/Constructor.pm cp lib/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneRoleToApplicant.pm cp lib/Moose/Exception/WrapTakesACodeRefToBless.pm blib/lib/Moose/Exception/WrapTakesACodeRefToBless.pm cp lib/Moose/Exception/LazyAttributeNeedsADefault.pm blib/lib/Moose/Exception/LazyAttributeNeedsADefault.pm cp lib/Moose/Exception/InvalidRoleApplication.pm blib/lib/Moose/Exception/InvalidRoleApplication.pm cp lib/Moose/Exception/NoCasesMatched.pm blib/lib/Moose/Exception/NoCasesMatched.pm cp lib/Class/MOP/Mixin/HasMethods.pm blib/lib/Class/MOP/Mixin/HasMethods.pm cp lib/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm blib/lib/Moose/Exception/CannotAugmentIfLocalMethodPresent.pm cp lib/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod blib/lib/Moose/Cookbook/Legacy/Labeled_AttributeMetaclass.pod cp lib/Moose/Meta/Attribute/Native/Trait/Number.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Number.pm cp lib/Moose/Meta/Method/Accessor/Native/String/replace.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/replace.pm cp lib/Moose/Spec/Role.pod blib/lib/Moose/Spec/Role.pod cp lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm blib/lib/Moose/Exception/TypeParameterMustBeMooseMetaType.pm cp lib/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod blib/lib/Moose/Cookbook/Basics/Point_AttributesAndSubclassing.pod cp lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/elements.pm cp lib/Moose/Exception/WrongTypeConstraintGiven.pm blib/lib/Moose/Exception/WrongTypeConstraintGiven.pm cp lib/Moose/Exception/CannotCallAnAbstractMethod.pm blib/lib/Moose/Exception/CannotCallAnAbstractMethod.pm cp lib/Moose/Exception/CodeBlockMustBeACodeRef.pm blib/lib/Moose/Exception/CodeBlockMustBeACodeRef.pm cp lib/Moose/Exception/SingleParamsToNewMustBeHashRef.pm blib/lib/Moose/Exception/SingleParamsToNewMustBeHashRef.pm cp lib/Moose/Exception/MustPassEvenNumberOfArguments.pm blib/lib/Moose/Exception/MustPassEvenNumberOfArguments.pm cp lib/Moose/Meta/TypeConstraint/Parameterized.pm blib/lib/Moose/Meta/TypeConstraint/Parameterized.pm cp lib/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm blib/lib/Moose/Exception/NeitherAttributeNorAttributeNameIsGiven.pm cp lib/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm blib/lib/Moose/Exception/TypeConstraintCannotBeUsedForAParameterizableType.pm cp lib/Moose/Exception/ValidationFailedForTypeConstraint.pm blib/lib/Moose/Exception/ValidationFailedForTypeConstraint.pm cp lib/Moose/Exception/ParameterIsNotSubtypeOfParent.pm blib/lib/Moose/Exception/ParameterIsNotSubtypeOfParent.pm cp lib/Moose/Exception/PackagesAndModulesAreNotCachable.pm blib/lib/Moose/Exception/PackagesAndModulesAreNotCachable.pm cp lib/Moose/Meta/TypeCoercion/Union.pm blib/lib/Moose/Meta/TypeCoercion/Union.pm cp lib/Moose/Exception/BuilderMustBeAMethodName.pm blib/lib/Moose/Exception/BuilderMustBeAMethodName.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/count.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/count.pm cp lib/Moose/Exception/MustSupplyAMetaclass.pm blib/lib/Moose/Exception/MustSupplyAMetaclass.pm cp lib/Moose/Util/TypeConstraints/Builtins.pm blib/lib/Moose/Util/TypeConstraints/Builtins.pm cp lib/Moose/Meta/TypeConstraint/Enum.pm blib/lib/Moose/Meta/TypeConstraint/Enum.pm cp lib/Class/MOP/Overload.pm blib/lib/Class/MOP/Overload.pm cp lib/Moose/Exception/InitMetaRequiresClass.pm blib/lib/Moose/Exception/InitMetaRequiresClass.pm cp lib/Moose/Meta/Method/Accessor/Native/Number/add.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/add.pm cp lib/Moose/Exception/CannotCallAnAbstractBaseMethod.pm blib/lib/Moose/Exception/CannotCallAnAbstractBaseMethod.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/delete.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/delete.pm cp lib/Moose/Meta/Role/Method/Required.pm blib/lib/Moose/Meta/Role/Method/Required.pm cp lib/Moose/Util/TypeConstraints.pm blib/lib/Moose/Util/TypeConstraints.pm cp lib/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm blib/lib/Moose/Exception/CannotUseLazyBuildAndDefaultSimultaneously.pm cp lib/Moose/Meta/Attribute/Native/Trait/Hash.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Hash.pm cp lib/Moose/Exception/InvalidValueForIs.pm blib/lib/Moose/Exception/InvalidValueForIs.pm cp lib/Moose/Exception/ApplyTakesABlessedInstance.pm blib/lib/Moose/Exception/ApplyTakesABlessedInstance.pm cp lib/Moose/Exception/InvalidTypeConstraint.pm blib/lib/Moose/Exception/InvalidTypeConstraint.pm cp lib/Moose/Exception/RolesDoNotSupportExtends.pm blib/lib/Moose/Exception/RolesDoNotSupportExtends.pm cp lib/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm blib/lib/Moose/Exception/DelegationToAClassWhichIsNotLoaded.pm cp lib/Moose/Meta/Class/Immutable/Trait.pm blib/lib/Moose/Meta/Class/Immutable/Trait.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/splice.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/get.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/get.pm cp lib/Moose/Exception/RoleDoesTheExcludedRole.pm blib/lib/Moose/Exception/RoleDoesTheExcludedRole.pm cp lib/Moose/Meta/Attribute/Native.pm blib/lib/Moose/Meta/Attribute/Native.pm cp lib/Moose/Meta/Method/Accessor/Native/String/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/clear.pm cp lib/Moose/Role.pm blib/lib/Moose/Role.pm cp lib/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod blib/lib/Moose/Cookbook/Extending/Mooseish_MooseSugar.pod cp lib/Moose/Meta/Attribute/Native/Trait/String.pm blib/lib/Moose/Meta/Attribute/Native/Trait/String.pm cp lib/Moose/Exception/RoleNameRequired.pm blib/lib/Moose/Exception/RoleNameRequired.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/insert.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/insert.pm cp lib/Moose/Exception/Role/Method.pm blib/lib/Moose/Exception/Role/Method.pm cp lib/Moose/Exception/NoConstraintCheckForTypeConstraint.pm blib/lib/Moose/Exception/NoConstraintCheckForTypeConstraint.pm cp lib/Moose/Exception/DoesRequiresRoleName.pm blib/lib/Moose/Exception/DoesRequiresRoleName.pm cp lib/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod blib/lib/Moose/Cookbook/Extending/Debugging_BaseClassRole.pod cp lib/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/shallow_clone.pm cp lib/Moose/Exception/CouldNotEvalDestructor.pm blib/lib/Moose/Exception/CouldNotEvalDestructor.pm cp lib/Moose/Cookbook/Basics/Document_AugmentAndInner.pod blib/lib/Moose/Cookbook/Basics/Document_AugmentAndInner.pod cp lib/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm blib/lib/Moose/Exception/AddParameterizableTypeTakesParameterizableType.pm cp lib/Moose/Exception/RequiredAttributeNeedsADefault.pm blib/lib/Moose/Exception/RequiredAttributeNeedsADefault.pm cp lib/Moose/Exception/RequiredMethodsNotImplementedByClass.pm blib/lib/Moose/Exception/RequiredMethodsNotImplementedByClass.pm cp lib/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm blib/lib/Moose/Exception/RoleNameRequiredForMooseMetaRole.pm cp lib/Moose/Exception/RolesDoNotSupportInner.pm blib/lib/Moose/Exception/RolesDoNotSupportInner.pm cp lib/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsNotASubclassOfGivenMetaclass.pm cp lib/Moose/Manual/Concepts.pod blib/lib/Moose/Manual/Concepts.pod cp lib/Moose/Meta/Method/Accessor/Native/String/substr.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/substr.pm cp lib/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm blib/lib/Moose/Exception/AttachToClassNeedsAClassMOPClassInstanceOrASubclass.pm cp lib/Moose/Meta/TypeConstraint.pm blib/lib/Moose/Meta/TypeConstraint.pm cp lib/Moose/Exporter.pm blib/lib/Moose/Exporter.pm cp lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/prepend.pm cp lib/Moose/Exception/InvalidOverloadOperator.pm blib/lib/Moose/Exception/InvalidOverloadOperator.pm cp lib/Class/MOP/Package.pm blib/lib/Class/MOP/Package.pm cp lib/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod blib/lib/Moose/Cookbook/Basics/BinaryTree_AttributeFeatures.pod cp lib/Moose/Conflicts.pm blib/lib/Moose/Conflicts.pm cp lib/Moose/Meta/Attribute/Native/Trait/Bool.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Bool.pm cp lib/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm blib/lib/Moose/Exception/CreateMOPClassTakesHashRefOfMethods.pm cp lib/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm blib/lib/Moose/Exception/NoBodyToInitializeInAnAbstractBaseClass.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/join.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/join.pm cp lib/Moose/Util.pm blib/lib/Moose/Util.pm cp lib/Moose/Meta/TypeConstraint/DuckType.pm blib/lib/Moose/Meta/TypeConstraint/DuckType.pm cp lib/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm blib/lib/Moose/Exception/MustSupplyAnAccessorTypeToConstructWith.pm cp lib/Moose/Exception/Role/EitherAttributeOrAttributeName.pm blib/lib/Moose/Exception/Role/EitherAttributeOrAttributeName.pm cp lib/Moose/Meta/TypeConstraint/Parameterizable.pm blib/lib/Moose/Meta/TypeConstraint/Parameterizable.pm cp lib/Moose/Exception/RequiredAttributeLacksInitialization.pm blib/lib/Moose/Exception/RequiredAttributeLacksInitialization.pm cp lib/Moose/Exception/CannotApplyBaseClassRolesToRole.pm blib/lib/Moose/Exception/CannotApplyBaseClassRolesToRole.pm cp lib/Moose/Meta/Mixin/AttributeCore.pm blib/lib/Moose/Meta/Mixin/AttributeCore.pm cp lib/Moose/Exception/InvalidArgumentsToTraitAliases.pm blib/lib/Moose/Exception/InvalidArgumentsToTraitAliases.pm cp lib/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm blib/lib/Moose/Exception/BuilderMethodNotSupportedForAttribute.pm cp lib/Moose/Exception/InvalidHandleValue.pm blib/lib/Moose/Exception/InvalidHandleValue.pm cp lib/Moose/Exception/CannotLocatePackageInINC.pm blib/lib/Moose/Exception/CannotLocatePackageInINC.pm cp lib/Moose/Manual/Unsweetened.pod blib/lib/Moose/Manual/Unsweetened.pod cp lib/Moose/Exception/MethodExpectsMoreArgs.pm blib/lib/Moose/Exception/MethodExpectsMoreArgs.pm cp lib/Moose/Exception/CreateTakesHashRefOfMethods.pm blib/lib/Moose/Exception/CreateTakesHashRefOfMethods.pm cp lib/Moose/Meta/Method/Accessor/Native/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Writer.pm cp lib/Class/MOP/Method/Accessor.pm blib/lib/Class/MOP/Method/Accessor.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/map.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/map.pm cp lib/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsARoleNotASubclassOfGivenMetaclass.pm cp lib/Moose/Exception/CanOnlyWrapBlessedCode.pm blib/lib/Moose/Exception/CanOnlyWrapBlessedCode.pm cp lib/Moose/Exception/UndefinedHashKeysPassedToMethod.pm blib/lib/Moose/Exception/UndefinedHashKeysPassedToMethod.pm cp lib/Moose/Exception/MatchActionMustBeACodeRef.pm blib/lib/Moose/Exception/MatchActionMustBeACodeRef.pm cp lib/Moose/Meta/Method/Delegation.pm blib/lib/Moose/Meta/Method/Delegation.pm cp lib/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm blib/lib/Moose/Exception/MustSupplyArrayRefAsCurriedArguments.pm cp lib/Moose/Exception/MethodExpectedAMetaclassObject.pm blib/lib/Moose/Exception/MethodExpectedAMetaclassObject.pm cp lib/Moose/Exception/InitializeTakesUnBlessedPackageName.pm blib/lib/Moose/Exception/InitializeTakesUnBlessedPackageName.pm cp lib/Moose/Exception/MustProvideANameForTheAttribute.pm blib/lib/Moose/Exception/MustProvideANameForTheAttribute.pm cp lib/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm blib/lib/Moose/Exception/MustHaveAtLeastOneValueToEnumerate.pm cp lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotCreateMethodAliasLocalMethodIsPresent.pm cp lib/Moose/Exception/IllegalInheritedOptions.pm blib/lib/Moose/Exception/IllegalInheritedOptions.pm cp lib/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm blib/lib/Moose/Exception/AttributeExtensionIsNotSupportedInRoles.pm cp lib/Moose/Unsweetened.pod blib/lib/Moose/Unsweetened.pod cp lib/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm blib/lib/Moose/Exception/CannotAutoDereferenceTypeConstraint.pm cp lib/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm blib/lib/Moose/Exception/OverloadRequiresAMethodNameOrCoderef.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/first.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/first.pm cp lib/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm blib/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfAttributes.pm cp lib/Moose/Exception/CouldNotParseType.pm blib/lib/Moose/Exception/CouldNotParseType.pm cp lib/Moose/Exception/CannotAugmentNoSuperMethod.pm blib/lib/Moose/Exception/CannotAugmentNoSuperMethod.pm cp lib/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm blib/lib/Moose/Exception/RolesDoNotSupportRegexReferencesForMethodModifiers.pm cp lib/Moose/Exception/CanReblessOnlyIntoASubclass.pm blib/lib/Moose/Exception/CanReblessOnlyIntoASubclass.pm cp lib/Moose/Exception/InvalidNameForType.pm blib/lib/Moose/Exception/InvalidNameForType.pm cp lib/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm blib/lib/Moose/Exception/CannotOverrideBodyOfMetaMethods.pm cp lib/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm blib/lib/Moose/Exception/UnionTakesAtleastTwoTypeNames.pm cp lib/Moose/Meta/Method.pm blib/lib/Moose/Meta/Method.pm cp lib/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm blib/lib/Moose/Exception/MustPassAMooseMetaRoleInstanceOrSubclass.pm cp lib/Moose/Meta/TypeConstraint/Registry.pm blib/lib/Moose/Meta/TypeConstraint/Registry.pm cp lib/Moose/Manual/Attributes.pod blib/lib/Moose/Manual/Attributes.pod cp lib/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm blib/lib/Moose/Exception/CannotInitializeMooseMetaRoleComposite.pm cp lib/Moose/Deprecated.pm blib/lib/Moose/Deprecated.pm cp lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/set.pm cp lib/Moose/Manual/Classes.pod blib/lib/Moose/Manual/Classes.pod cp lib/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm blib/lib/Moose/Exception/CannotAssignValueToReadOnlyAccessor.pm cp lib/Moose/Exception/MethodExpectsFewerArgs.pm blib/lib/Moose/Exception/MethodExpectsFewerArgs.pm cp lib/Moose/Exception/CannotOverrideALocalMethod.pm blib/lib/Moose/Exception/CannotOverrideALocalMethod.pm cp lib/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod blib/lib/Moose/Cookbook/Basics/HTTP_SubtypesAndCoercion.pod cp lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shuffle.pm cp lib/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm blib/lib/Moose/Exception/CannotDelegateLocalMethodIsPresent.pm cp lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/is_empty.pm cp lib/Moose/Exception/OnlyInstancesCanBeCloned.pm blib/lib/Moose/Exception/OnlyInstancesCanBeCloned.pm cp lib/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm blib/lib/Moose/Exception/MustSupplyAMooseMetaAttributeInstance.pm cp lib/Moose/Exception/Legacy.pm blib/lib/Moose/Exception/Legacy.pm cp lib/Moose/Meta/Method/Accessor/Native/Hash/defined.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/defined.pm cp lib/Moose/Meta/Class.pm blib/lib/Moose/Meta/Class.pm cp lib/Moose/Meta/Method/Accessor/Native.pm blib/lib/Moose/Meta/Method/Accessor/Native.pm cp lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm blib/lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaRole.pm cp lib/Moose/Exception.pm blib/lib/Moose/Exception.pm cp lib/Moose/Meta/Role/Application/RoleSummation.pm blib/lib/Moose/Meta/Role/Application/RoleSummation.pm cp lib/Moose/Exception/MustPassAHashOfOptions.pm blib/lib/Moose/Exception/MustPassAHashOfOptions.pm cp lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/chomp.pm cp lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/kv.pm cp lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm blib/lib/Moose/Exception/CreateMOPClassTakesArrayRefOfSuperclasses.pm cp lib/Moose/Intro.pod blib/lib/Moose/Intro.pod cp lib/Class/MOP/Attribute.pm blib/lib/Class/MOP/Attribute.pm cp lib/Moose/Exception/NoParentGivenToSubtype.pm blib/lib/Moose/Exception/NoParentGivenToSubtype.pm cp lib/metaclass.pm blib/lib/metaclass.pm cp lib/Moose/Exception/Role/RoleForCreate.pm blib/lib/Moose/Exception/Role/RoleForCreate.pm cp lib/Moose/Exception/BuilderDoesNotExist.pm blib/lib/Moose/Exception/BuilderDoesNotExist.pm cp lib/Moose/Cookbook/Snack/Keywords.pod blib/lib/Moose/Cookbook/Snack/Keywords.pod cp lib/Moose/Meta/Method/Accessor/Native/Reader.pm blib/lib/Moose/Meta/Method/Accessor/Native/Reader.pm cp lib/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm blib/lib/Moose/Exception/MustPassAPackageNameOrAnExistingClassMOPPackageInstance.pm cp lib/Moose/Exception/Role/RoleForCreateMOPClass.pm blib/lib/Moose/Exception/Role/RoleForCreateMOPClass.pm cp lib/Moose/Exception/AttributeValueIsNotDefined.pm blib/lib/Moose/Exception/AttributeValueIsNotDefined.pm cp lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/inc.pm cp lib/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm blib/lib/Moose/Exception/MetaclassMustBeDerivedFromClassMOPClass.pm cp lib/Moose/Exception/MustDefineAnAttributeName.pm blib/lib/Moose/Exception/MustDefineAnAttributeName.pm cp lib/Moose/Manual/MethodModifiers.pod blib/lib/Moose/Manual/MethodModifiers.pod cp lib/Moose/Exception/NeitherClassNorClassNameIsGiven.pm blib/lib/Moose/Exception/NeitherClassNorClassNameIsGiven.pm cp lib/Moose/Exception/CannotGenerateInlineConstraint.pm blib/lib/Moose/Exception/CannotGenerateInlineConstraint.pm cp lib/Moose/Exception/ExtendsMissingArgs.pm blib/lib/Moose/Exception/ExtendsMissingArgs.pm cp lib/Moose/Meta/Method/Accessor/Native/String/chop.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/chop.pm cp lib/Moose/Exception/OverloadRequiresAnOperator.pm blib/lib/Moose/Exception/OverloadRequiresAnOperator.pm cp lib/Moose/Meta/Role/Composite.pm blib/lib/Moose/Meta/Role/Composite.pm cp lib/Moose/Cookbook/Basics/Company_Subtypes.pod blib/lib/Moose/Cookbook/Basics/Company_Subtypes.pod cp lib/Moose/Exception/CannotFindType.pm blib/lib/Moose/Exception/CannotFindType.pm cp lib/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm blib/lib/Moose/Exception/EnumCalledWithAnArrayRefAndAdditionalArgs.pm cp lib/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod blib/lib/Moose/Cookbook/Legacy/Debugging_BaseClassReplacement.pod cp lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/first_index.pm cp lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm blib/lib/Moose/Meta/Method/Accessor/Native/Code/execute_method.pm cp lib/Moose/Manual/FAQ.pod blib/lib/Moose/Manual/FAQ.pod cp lib/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm blib/lib/Moose/Exception/CouldNotLocateTypeConstraintForUnion.pm cp lib/Moose/Exception/InvalidHasProvidedInARole.pm blib/lib/Moose/Exception/InvalidHasProvidedInARole.pm cp lib/Moose/Exception/CanOnlyConsumeRole.pm blib/lib/Moose/Exception/CanOnlyConsumeRole.pm cp lib/Moose/Exception/ClassNamesDoNotMatch.pm blib/lib/Moose/Exception/ClassNamesDoNotMatch.pm cp lib/Moose/Exception/CouldNotCreateMethod.pm blib/lib/Moose/Exception/CouldNotCreateMethod.pm cp lib/Moose/Exception/UnableToCanonicalizeHandles.pm blib/lib/Moose/Exception/UnableToCanonicalizeHandles.pm cp lib/Moose/Exception/AttributeValueIsNotAnObject.pm blib/lib/Moose/Exception/AttributeValueIsNotAnObject.pm cp lib/Moose/Exception/AttributeConflictInRoles.pm blib/lib/Moose/Exception/AttributeConflictInRoles.pm cp lib/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm blib/lib/Moose/Exception/AddRoleTakesAMooseMetaRoleInstance.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/uniq.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/sort.pm cp lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/set.pm cp lib/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm blib/lib/Moose/Exception/MustPassEvenNumberOfAttributeOptions.pm cp lib/Moose/Meta/Method/Accessor/Native/Number/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/set.pm cp lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/dec.pm cp lib/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod blib/lib/Moose/Cookbook/Basics/DateTime_ExtendingNonMooseParent.pod cp lib/Moose/Meta/Role/Attribute.pm blib/lib/Moose/Meta/Role/Attribute.pm cp lib/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm blib/lib/Moose/Exception/ValidationFailedForInlineTypeConstraint.pm cp lib/Moose/Exception/MustDefineAnOverloadOperator.pm blib/lib/Moose/Exception/MustDefineAnOverloadOperator.pm cp lib/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm blib/lib/Moose/Exception/MetaclassIsAClassNotASubclassOfGivenMetaclass.pm cp lib/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm blib/lib/Moose/Exception/MOPAttributeNewNeedsAttributeName.pm cp lib/Moose/Exception/OverrideConflictInComposition.pm blib/lib/Moose/Exception/OverrideConflictInComposition.pm cp lib/Moose/Exception/MessageParameterMustBeCodeRef.pm blib/lib/Moose/Exception/MessageParameterMustBeCodeRef.pm cp lib/Class/MOP/Mixin/HasAttributes.pm blib/lib/Class/MOP/Mixin/HasAttributes.pm cp lib/Moose/Exception/ClassDoesNotHaveInitMeta.pm blib/lib/Moose/Exception/ClassDoesNotHaveInitMeta.pm cp lib/Moose/Exception/AttributeConflictInSummation.pm blib/lib/Moose/Exception/AttributeConflictInSummation.pm cp lib/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm blib/lib/Moose/Exception/NeitherRoleNorRoleNameIsGiven.pm cp lib/Moose/Exception/IsaDoesNotDoTheRole.pm blib/lib/Moose/Exception/IsaDoesNotDoTheRole.pm cp lib/Moose/Meta/Method/Accessor/Native/Hash/set.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/set.pm cp lib/Moose/Exception/Role/Class.pm blib/lib/Moose/Exception/Role/Class.pm cp lib/Moose/Manual/MooseX.pod blib/lib/Moose/Manual/MooseX.pod cp lib/Moose/Exception/CreateTakesArrayRefOfRoles.pm blib/lib/Moose/Exception/CreateTakesArrayRefOfRoles.pm cp lib/Moose/Manual/Resources.pod blib/lib/Moose/Manual/Resources.pod cp lib/Moose/Exception/CannotFindDelegateMetaclass.pm blib/lib/Moose/Exception/CannotFindDelegateMetaclass.pm cp lib/Class/MOP/Object.pm blib/lib/Class/MOP/Object.pm cp lib/Moose/Cookbook/Snack/Types.pod blib/lib/Moose/Cookbook/Snack/Types.pod cp lib/Class/MOP/Mixin/AttributeCore.pm blib/lib/Class/MOP/Mixin/AttributeCore.pm cp lib/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/Writer.pm cp lib/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod blib/lib/Moose/Cookbook/Basics/BankAccount_MethodModifiersAndSubclassing.pod cp lib/Moose/Meta/Method/Accessor/Native/String/inc.pm blib/lib/Moose/Meta/Method/Accessor/Native/String/inc.pm cp lib/Moose/Exception/MustSupplyADelegateToMethod.pm blib/lib/Moose/Exception/MustSupplyADelegateToMethod.pm cp lib/Moose/Manual/Types.pod blib/lib/Moose/Manual/Types.pod cp lib/Moose/Exception/RolesInCreateTakesAnArrayRef.pm blib/lib/Moose/Exception/RolesInCreateTakesAnArrayRef.pm cp lib/Moose/Exception/Role/AttributeName.pm blib/lib/Moose/Exception/Role/AttributeName.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/reduce.pm cp lib/Moose/Exception/CoercionAlreadyExists.pm blib/lib/Moose/Exception/CoercionAlreadyExists.pm cp lib/Moose/Manual.pod blib/lib/Moose/Manual.pod cp lib/Moose/Exception/OverloadRequiresAMetaClass.pm blib/lib/Moose/Exception/OverloadRequiresAMetaClass.pm cp lib/Moose/Meta/Method/Accessor/Native/Array.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array.pm cp lib/Moose/Manual/Contributing.pod blib/lib/Moose/Manual/Contributing.pod cp lib/Moose/Meta/Method/Accessor/Native/Hash/delete.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/delete.pm cp lib/Moose/Cookbook/Style.pod blib/lib/Moose/Cookbook/Style.pod cp lib/Moose/Meta/Method/Accessor/Native/Array/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/Writer.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/clear.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/clear.pm cp lib/Moose/Exception/CouldNotEvalConstructor.pm blib/lib/Moose/Exception/CouldNotEvalConstructor.pm cp lib/Moose/Meta/Method/Accessor/Native/Counter/reset.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/reset.pm cp lib/Moose/Manual/Support.pod blib/lib/Moose/Manual/Support.pod cp lib/Moose/Exception/MustSpecifyAtleastOneRole.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneRole.pm cp lib/Class/MOP/Method/Inlined.pm blib/lib/Class/MOP/Method/Inlined.pm cp lib/Class/MOP/Instance.pm blib/lib/Class/MOP/Instance.pm cp lib/Class/MOP/Method/Constructor.pm blib/lib/Class/MOP/Method/Constructor.pm cp lib/Moose/Manual/Exceptions/Manifest.pod blib/lib/Moose/Manual/Exceptions/Manifest.pod cp lib/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm blib/lib/Moose/Exception/UnionCalledWithAnArrayRefAndAdditionalArgs.pm cp lib/Moose/Exception/NoAttributeFoundInSuperClass.pm blib/lib/Moose/Exception/NoAttributeFoundInSuperClass.pm cp lib/Moose/Manual/Construction.pod blib/lib/Moose/Manual/Construction.pod cp lib/Moose/Exception/RolesDoNotSupportAugment.pm blib/lib/Moose/Exception/RolesDoNotSupportAugment.pm cp lib/Moose/Exception/MetaclassNotLoaded.pm blib/lib/Moose/Exception/MetaclassNotLoaded.pm cp lib/Moose/Meta/TypeConstraint/Class.pm blib/lib/Moose/Meta/TypeConstraint/Class.pm cp lib/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm blib/lib/Moose/Exception/NeitherTypeNorTypeNameIsGiven.pm cp lib/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm blib/lib/Moose/Exception/AutoDeRefNeedsArrayRefOrHashRef.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/grep.pm cp lib/Class/MOP/Method/Generated.pm blib/lib/Class/MOP/Method/Generated.pm cp lib/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm blib/lib/Moose/Exception/BothBuilderAndDefaultAreNotAllowed.pm cp lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod blib/lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod cp lib/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm blib/lib/Moose/Exception/CannotCreateHigherOrderTypeWithoutATypeParameter.pm cp lib/Moose/Exception/TriggerMustBeACodeRef.pm blib/lib/Moose/Exception/TriggerMustBeACodeRef.pm cp lib/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm blib/lib/Moose/Exception/IncompatibleMetaclassOfSuperclass.pm cp lib/Moose/Exception/ConstructClassInstanceTakesPackageName.pm blib/lib/Moose/Exception/ConstructClassInstanceTakesPackageName.pm cp lib/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm blib/lib/Moose/Exception/CannotCoerceAttributeWhichHasNoCoercion.pm cp lib/Moose/Exception/MustSpecifyAtleastOneMethod.pm blib/lib/Moose/Exception/MustSpecifyAtleastOneMethod.pm cp lib/Moose/Exception/Role/InvalidAttributeOptions.pm blib/lib/Moose/Exception/Role/InvalidAttributeOptions.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/push.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/push.pm cp lib/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm blib/lib/Moose/Exception/MustSupplyAnAttributeToConstructWith.pm cp lib/Moose/Exception/MethodNameNotGiven.pm blib/lib/Moose/Exception/MethodNameNotGiven.pm cp lib/Moose/Exception/OverrideConflictInSummation.pm blib/lib/Moose/Exception/OverrideConflictInSummation.pm cp lib/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm blib/lib/Moose/Exception/UnableToCanonicalizeNonRolePackage.pm cp lib/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm blib/lib/Moose/Exception/AttributeMustBeAnClassMOPMixinAttributeCoreOrSubclass.pm cp lib/Class/MOP/Method/Meta.pm blib/lib/Class/MOP/Method/Meta.pm cp lib/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm blib/lib/Moose/Exception/DelegationToARoleWhichIsNotLoaded.pm cp lib/Moose/Meta/Method/Accessor.pm blib/lib/Moose/Meta/Method/Accessor.pm cp lib/Moose/Manual/BestPractices.pod blib/lib/Moose/Manual/BestPractices.pod cp lib/Moose/Object.pm blib/lib/Moose/Object.pm cp lib/Moose/Cookbook/Extending/ExtensionOverview.pod blib/lib/Moose/Cookbook/Extending/ExtensionOverview.pod cp lib/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm blib/lib/Moose/Exception/BuilderMethodNotSupportedForInlineAttribute.pm cp lib/Moose/Meta/TypeCoercion.pm blib/lib/Moose/Meta/TypeCoercion.pm cp lib/Moose/Exception/NoDestructorClassSpecified.pm blib/lib/Moose/Exception/NoDestructorClassSpecified.pm cp lib/Moose/Exception/CreateTakesHashRefOfAttributes.pm blib/lib/Moose/Exception/CreateTakesHashRefOfAttributes.pm cp lib/Moose/Exception/CannotDelegateWithoutIsa.pm blib/lib/Moose/Exception/CannotDelegateWithoutIsa.pm cp lib/Moose/Exception/CannotAddAsAnAttributeToARole.pm blib/lib/Moose/Exception/CannotAddAsAnAttributeToARole.pm cp lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm blib/lib/Moose/Meta/Method/Accessor/Native/Bool/unset.pm cp lib/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm blib/lib/Moose/Exception/CannotAddAdditionalTypeCoercionsToUnion.pm cp lib/Moose/Meta/Method/Accessor/Native/Hash/exists.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/exists.pm cp lib/Moose/Exception/IsaLacksDoesMethod.pm blib/lib/Moose/Exception/IsaLacksDoesMethod.pm cp lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm blib/lib/Moose/Meta/Method/Accessor/Native/Counter/Writer.pm cp lib/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm blib/lib/Moose/Exception/AddRoleToARoleTakesAMooseMetaRole.pm cp lib/Moose/Exception/MetaclassTypeIncompatible.pm blib/lib/Moose/Exception/MetaclassTypeIncompatible.pm cp lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod blib/lib/Moose/Cookbook/Meta/Labeled_AttributeTrait.pod cp lib/Moose/Exception/CannotCoerceAWeakRef.pm blib/lib/Moose/Exception/CannotCoerceAWeakRef.pm cp lib/Moose/Meta/Object/Trait.pm blib/lib/Moose/Meta/Object/Trait.pm cp lib/Moose/Exception/CoercingWithoutCoercions.pm blib/lib/Moose/Exception/CoercingWithoutCoercions.pm cp lib/Moose/Meta/Method/Augmented.pm blib/lib/Moose/Meta/Method/Augmented.pm cp lib/Moose/Exception/AttributeIsRequired.pm blib/lib/Moose/Exception/AttributeIsRequired.pm cp lib/Moose/Meta/Role/Method.pm blib/lib/Moose/Meta/Role/Method.pm cp lib/Moose/Exception/CircularReferenceInAlso.pm blib/lib/Moose/Exception/CircularReferenceInAlso.pm cp lib/Moose/Util/MetaRole.pm blib/lib/Moose/Util/MetaRole.pm cp lib/Moose/Exception/CannotMakeMetaclassCompatible.pm blib/lib/Moose/Exception/CannotMakeMetaclassCompatible.pm cp lib/Moose/Meta/Role/Application/ToClass.pm blib/lib/Moose/Meta/Role/Application/ToClass.pm cp lib/Moose/Manual/Delegation.pod blib/lib/Moose/Manual/Delegation.pod cp lib/Moose/Meta/TypeConstraint/Union.pm blib/lib/Moose/Meta/TypeConstraint/Union.pm cp lib/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm blib/lib/Moose/Exception/ConflictDetectedInCheckRoleExclusions.pm cp lib/Moose/Meta/Attribute/Native/Trait/Array.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Array.pm cp lib/Moose/Meta/Attribute/Native/Trait/Code.pm blib/lib/Moose/Meta/Attribute/Native/Trait/Code.pm cp lib/Moose/Exception/Role/InstanceClass.pm blib/lib/Moose/Exception/Role/InstanceClass.pm cp lib/Moose/Exception/CouldNotCreateWriter.pm blib/lib/Moose/Exception/CouldNotCreateWriter.pm cp lib/Class/MOP/Mixin/HasOverloads.pm blib/lib/Class/MOP/Mixin/HasOverloads.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/elements.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/elements.pm cp lib/Moose/Exception/CanExtendOnlyClasses.pm blib/lib/Moose/Exception/CanExtendOnlyClasses.pm cp lib/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod blib/lib/Moose/Cookbook/Basics/Person_BUILDARGSAndBUILD.pod cp lib/Moose/Meta/TypeConstraint/Role.pm blib/lib/Moose/Meta/TypeConstraint/Role.pm cp lib/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm blib/lib/Moose/Exception/CloneObjectExpectsAnInstanceOfMetaclass.pm cp lib/Moose/Meta/Method/Accessor/Native/Number/mod.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/mod.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/shift.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/shift.pm cp lib/Moose/Exception/CallingMethodOnAnImmutableInstance.pm blib/lib/Moose/Exception/CallingMethodOnAnImmutableInstance.pm cp lib/Moose/Meta/Attribute/Native/Trait.pm blib/lib/Moose/Meta/Attribute/Native/Trait.pm cp lib/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm blib/lib/Moose/Exception/IllegalMethodTypeToAddMethodModifier.pm cp lib/Moose/Exception/ClassDoesTheExcludedRole.pm blib/lib/Moose/Exception/ClassDoesTheExcludedRole.pm cp lib/Moose/Meta/Method/Meta.pm blib/lib/Moose/Meta/Method/Meta.pm cp lib/Moose/Exception/CannotFixMetaclassCompatibility.pm blib/lib/Moose/Exception/CannotFixMetaclassCompatibility.pm cp lib/Moose/Cookbook/Roles/ApplicationToInstance.pod blib/lib/Moose/Cookbook/Roles/ApplicationToInstance.pod cp lib/Moose/Cookbook/Meta/Table_MetaclassTrait.pod blib/lib/Moose/Cookbook/Meta/Table_MetaclassTrait.pod cp lib/Moose/Exception/RequiredMethodsImportedByClass.pm blib/lib/Moose/Exception/RequiredMethodsImportedByClass.pm cp lib/Moose/Meta/Method/Accessor/Native/Hash.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash.pm cp lib/Moose/Cookbook/Roles/Comparable_CodeReuse.pod blib/lib/Moose/Cookbook/Roles/Comparable_CodeReuse.pod cp lib/Class/MOP.pm blib/lib/Class/MOP.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/unshift.pm cp lib/Class/MOP/Method/Wrapped.pm blib/lib/Class/MOP/Method/Wrapped.pm cp lib/Moose/Meta/Method/Accessor/Native/Number/sub.pm blib/lib/Moose/Meta/Method/Accessor/Native/Number/sub.pm cp lib/Moose/Meta/Method/Accessor/Native/Collection.pm blib/lib/Moose/Meta/Method/Accessor/Native/Collection.pm cp lib/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm blib/lib/Moose/Meta/Method/Accessor/Native/Array/is_empty.pm cp lib/Moose/Exception/MustDefineAMethodName.pm blib/lib/Moose/Exception/MustDefineAMethodName.pm cp lib/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm blib/lib/Moose/Exception/PackageNameAndNameParamsNotGivenToWrap.pm cp lib/Test/Moose.pm blib/lib/Test/Moose.pm cp lib/Class/MOP/Class.pm blib/lib/Class/MOP/Class.pm cp lib/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod blib/lib/Moose/Cookbook/Meta/PrivateOrPublic_MethodMetaclass.pod cp lib/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm blib/lib/Moose/Exception/RolesListMustBeInstancesOfMooseMetaRole.pm cp lib/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm blib/lib/Moose/Exception/CannotRegisterUnnamedTypeConstraint.pm cp lib/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm blib/lib/Moose/Exception/UnableToRecognizeDelegateMetaclass.pm cp lib/Moose/Exception/OverloadRequiresAMetaOverload.pm blib/lib/Moose/Exception/OverloadRequiresAMetaOverload.pm cp lib/Moose/Exception/BadOptionFormat.pm blib/lib/Moose/Exception/BadOptionFormat.pm cp lib/Class/MOP/Module.pm blib/lib/Class/MOP/Module.pm cp lib/Class/MOP/Mixin.pm blib/lib/Class/MOP/Mixin.pm cp lib/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm blib/lib/Moose/Exception/CouldNotGenerateInlineAttributeMethod.pm cp lib/Moose/Cookbook/Basics/Immutable.pod blib/lib/Moose/Cookbook/Basics/Immutable.pod cp lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm blib/lib/Moose/Exception/MetaclassMustBeASubclassOfMooseMetaClass.pm cp lib/Moose/Cookbook.pod blib/lib/Moose/Cookbook.pod cp lib/Moose/Exception/CoercionNeedsTypeConstraint.pm blib/lib/Moose/Exception/CoercionNeedsTypeConstraint.pm cp lib/Moose/Exception/CannotCalculateNativeType.pm blib/lib/Moose/Exception/CannotCalculateNativeType.pm cp lib/Moose/Meta/Method/Accessor/Native/Hash/get.pm blib/lib/Moose/Meta/Method/Accessor/Native/Hash/get.pm cp lib/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod blib/lib/Moose/Cookbook/Roles/Restartable_AdvancedComposition.pod Running Mkbootstrap for Moose () chmod 644 "Moose.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Moose.bs blib/arch/auto/Moose/Moose.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' xs/Attribute.xs > xs/Attribute.xsc mv xs/Attribute.xsc xs/Attribute.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I. -O2 -DVERSION=\"2.2207\" -DXS_VERSION=\"2.2207\" -o xs/Attribute.o -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" xs/Attribute.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' xs/AttributeCore.xs > xs/AttributeCore.xsc mv xs/AttributeCore.xsc xs/AttributeCore.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I. -O2 -DVERSION=\"2.2207\" -DXS_VERSION=\"2.2207\" -o xs/AttributeCore.o -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" xs/AttributeCore.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' xs/Class.xs > xs/Class.xsc mv xs/Class.xsc xs/Class.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I. -O2 -DVERSION=\"2.2207\" -DXS_VERSION=\"2.2207\" -o xs/Class.o -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" xs/Class.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' xs/Generated.xs > xs/Generated.xsc mv xs/Generated.xsc xs/Generated.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I. -O2 -DVERSION=\"2.2207\" -DXS_VERSION=\"2.2207\" -o xs/Generated.o -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" xs/Generated.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' xs/HasAttributes.xs > xs/HasAttributes.xsc mv xs/HasAttributes.xsc xs/HasAttributes.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I. -O2 -DVERSION=\"2.2207\" -DXS_VERSION=\"2.2207\" -o xs/HasAttributes.o -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" xs/HasAttributes.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' xs/HasMethods.xs > xs/HasMethods.xsc mv xs/HasMethods.xsc xs/HasMethods.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I. -O2 -DVERSION=\"2.2207\" -DXS_VERSION=\"2.2207\" -o xs/HasMethods.o -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" xs/HasMethods.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' xs/Inlined.xs > xs/Inlined.xsc mv xs/Inlined.xsc xs/Inlined.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I. -O2 -DVERSION=\"2.2207\" -DXS_VERSION=\"2.2207\" -o xs/Inlined.o -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" xs/Inlined.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' xs/Instance.xs > xs/Instance.xsc mv xs/Instance.xsc xs/Instance.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I. -O2 -DVERSION=\"2.2207\" -DXS_VERSION=\"2.2207\" -o xs/Instance.o -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" xs/Instance.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' xs/Method.xs > xs/Method.xsc mv xs/Method.xsc xs/Method.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I. -O2 -DVERSION=\"2.2207\" -DXS_VERSION=\"2.2207\" -o xs/Method.o -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" xs/Method.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' xs/Moose.xs > xs/Moose.xsc mv xs/Moose.xsc xs/Moose.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I. -O2 -DVERSION=\"2.2207\" -DXS_VERSION=\"2.2207\" -o xs/Moose.o -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" xs/Moose.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' xs/MOP.xs > xs/MOP.xsc mv xs/MOP.xsc xs/MOP.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I. -O2 -DVERSION=\"2.2207\" -DXS_VERSION=\"2.2207\" -o xs/MOP.o -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" xs/MOP.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' xs/Package.xs > xs/Package.xsc mv xs/Package.xsc xs/Package.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I. -O2 -DVERSION=\"2.2207\" -DXS_VERSION=\"2.2207\" -o xs/Package.o -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" xs/Package.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' xs/ToInstance.xs > xs/ToInstance.xsc mv xs/ToInstance.xsc xs/ToInstance.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I. -O2 -DVERSION=\"2.2207\" -DXS_VERSION=\"2.2207\" -o xs/ToInstance.o -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" xs/ToInstance.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I. -O2 -DVERSION=\"2.2207\" -DXS_VERSION=\"2.2207\" -o mop.o -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" mop.c rm -f blib/arch/auto/Moose/Moose.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib xs/Attribute.o xs/AttributeCore.o xs/Class.o xs/Generated.o xs/HasAttributes.o xs/HasMethods.o xs/Inlined.o xs/Instance.o xs/Method.o xs/Moose.o xs/MOP.o xs/Package.o xs/ToInstance.o mop.o -o blib/arch/auto/Moose/Moose.so chmod 755 blib/arch/auto/Moose/Moose.so cp bin/moose-outdated blib/script/moose-outdated "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/moose-outdated Manifying 134 pod documents ===> p5-Moose-2.2207 depends on: p5-CPAN-Meta-Check->=0.011 -> p5-CPAN-Meta-Check-0.018 ===> p5-Moose-2.2207 depends on: p5-Test-Fatal->=0.001 -> p5-Test-Fatal-0.017 ===> p5-Moose-2.2207 depends on: p5-Test-Needs->=0.002010 -> p5-Test-Needs-0.002010 ===> p5-Moose-2.2207 depends on: p5-DBM-Deep-* -> p5-DBM-Deep-2.0019 ===> p5-Moose-2.2207 depends on: p5-Algorithm-C3-* -> p5-Algorithm-C3-0.11 ===> p5-Moose-2.2207 depends on: p5-Data-Visitor-* -> p5-Data-Visitor-0.32 ===> p5-Moose-2.2207 depends on: p5-DateTime-Format-MySQL-* -> p5-DateTime-Format-MySQL-0.08v0 ===> p5-Moose-2.2207 depends on: p5-Declare-Constraints-Simple-* -> p5-Declare-Constraints-Simple-0.03p2 ===> p5-Moose-2.2207 depends on: p5-Module-Refresh-* -> p5-Module-Refresh-0.18 ===> p5-Moose-2.2207 depends on: p5-Moo-* -> p5-Moo-2.005005 ===> p5-Moose-2.2207 depends on: p5-MooseX-MarkAsMethods-* -> p5-MooseX-MarkAsMethods-0.15p0 ===> p5-Moose-2.2207 depends on: p5-PadWalker-* -> p5-PadWalker-2.5 ===> p5-Moose-2.2207 depends on: p5-SUPER-* -> p5-SUPER-1.20190531p0 ===> p5-Moose-2.2207 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-Moose-2.2207 depends on: p5-Test-LeakTrace-* -> p5-Test-LeakTrace-0.17 ===> p5-Moose-2.2207 depends on: p5-Test-Memory-Cycle-* -> p5-Test-Memory-Cycle-1.06p0 ===> p5-Moose-2.2207 depends on: p5-Test-Output-* -> p5-Test-Output-1.034 ===> p5-Moose-2.2207 depends on: p5-Test-Warnings-* -> p5-Test-Warnings-0.033 ===> p5-Moose-2.2207 depends on: p5-Class-Load->=0.09 -> p5-Class-Load-0.25p0 ===> p5-Moose-2.2207 depends on: p5-Class-Load-XS->=0.01 -> p5-Class-Load-XS-0.10p1 ===> p5-Moose-2.2207 depends on: p5-Data-OptList->=0.107 -> p5-Data-OptList-0.114 ===> p5-Moose-2.2207 depends on: p5-Devel-GlobalDestruction-* -> p5-Devel-GlobalDestruction-0.14p0 ===> p5-Moose-2.2207 depends on: p5-Devel-OverloadInfo->=0.005 -> p5-Devel-OverloadInfo-0.007 ===> p5-Moose-2.2207 depends on: p5-Devel-StackTrace->=2.03 -> p5-Devel-StackTrace-2.05 ===> p5-Moose-2.2207 depends on: p5-Eval-Closure->=0.04 -> p5-Eval-Closure-0.14p0 ===> p5-Moose-2.2207 depends on: p5-MRO-Compat->=0.05 -> p5-MRO-Compat-0.15 ===> p5-Moose-2.2207 depends on: p5-Module-Runtime->=0.014 -> p5-Module-Runtime-0.016p0 ===> p5-Moose-2.2207 depends on: p5-Package-DeprecationManager->=0.11 -> p5-Package-DeprecationManager-0.18 ===> p5-Moose-2.2207 depends on: p5-Package-Stash->=0.32 -> p5-Package-Stash-0.40 ===> p5-Moose-2.2207 depends on: p5-Package-Stash-XS->=0.24 -> p5-Package-Stash-XS-0.30 ===> p5-Moose-2.2207 depends on: p5-Params-Util->=1.0 -> p5-Params-Util-1.102 ===> p5-Moose-2.2207 depends on: p5-Sub-Exporter->=0.980 -> p5-Sub-Exporter-0.991 ===> p5-Moose-2.2207 depends on: p5-Try-Tiny->=0.17 -> p5-Try-Tiny-0.32 ===> p5-Moose-2.2207 depends on: p5-Data-OptList-* -> p5-Data-OptList-0.114 ===> Regression tests for p5-Moose-2.2207 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Moose.bs blib/arch/auto/Moose/Moose.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/attributes/*.t t/basics/*.t t/bugs/*.t t/cmop/*.t t/compat/*.t t/examples/*.t t/exceptions/*.t t/immutable/*.t t/metaclasses/*.t t/moose_util/*.t t/native_traits/*.t t/recipes/*.t t/roles/*.t t/test_moose/*.t t/todo_tests/*.t t/type_constraints/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # -------------------- -------- -------- # Dist::CheckConflicts 0.02 0.11 # ExtUtils::MakeMaker any 7.70 # perl 5.008003 5.038002 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------------ -------- -------- # CPAN::Meta::Check 0.011 0.018 # CPAN::Meta::Requirements any 2.140 # File::Spec any 3.88 # Module::Metadata any 1.000037 # Test::Fatal 0.001 0.017 # Test::More 0.96 1.302194 # Test::Needs 0.002010 0.002010 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # --------------------------- -------- -------- # Carp 1.22 1.54 # Class::Load 0.09 0.25 # Class::Load::XS 0.01 0.10 # Data::OptList 0.107 0.114 # Devel::GlobalDestruction any 0.14 # Devel::OverloadInfo 0.005 0.007 # Devel::StackTrace 2.03 2.05 # Dist::CheckConflicts 0.02 0.11 # Eval::Closure 0.04 0.14 # List::Util 1.56 1.63 # MRO::Compat 0.05 0.15 # Module::Runtime 0.014 0.016 # Module::Runtime::Conflicts 0.002 missing # Package::DeprecationManager 0.11 0.18 # Package::Stash 0.32 0.40 # Package::Stash::XS 0.24 0.30 # Params::Util 1.00 1.102 # Scalar::Util 1.19 1.63 # Sub::Exporter 0.980 0.991 # Sub::Util 1.40 1.63 # Try::Tiny 0.17 0.32 # parent 0.223 0.241 # perl 5.008003 5.038002 # strict 1.03 1.12 # warnings 1.03 1.65 # # === Runtime Recommends === # # Module Want Have # ------------- ----- ----- # Data::OptList 0.110 0.114 # # === Runtime Suggests === # # Module Want Have # ------------------ ---- ---- # Devel::PartialDump 0.14 0.20 # # === Other Modules === # # Module Have # ---------------------------- ---------- # Algorithm::C3 0.11 # DBM::Deep 2.0019 # DateTime 1.65 # DateTime::Calendar::Mayan missing # DateTime::Format::MySQL 0.08 # Declare::Constraints::Simple 0.03 # Dist::CheckConflicts 0.11 # DynaLoader 1.54 # HTTP::Headers 7.00 # IO::File 1.52 # Locale::US missing # Module::Refresh 0.18 # MooseX::NonMoose 0.26 # Params::Coerce missing # Regexp::Common 2024080801 # SUPER 1.20190531 # Test::Deep 1.204 # Test::DependentModules missing # Test::LeakTrace 0.17 # Test::Output 1.034 # URI 5.31 # YAML 1.31 # autodie 2.36 # # # *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *** # # The following REQUIRED prerequisites were not satisfied: # # Module::Runtime::Conflicts is not installed (version '0.002' required) # t/00-report-prereqs.t ............................................ ok t/000_load.t ..................................................... ok t/attributes/accessor_context.t .................................. ok t/attributes/accessor_inlining.t ................................. ok t/attributes/accessor_override_method.t .......................... ok t/attributes/accessor_overwrite_warning.t ........................ ok t/attributes/attr_dereference_test.t ............................. ok t/attributes/attribute_accessor_generation.t ..................... ok t/attributes/attribute_custom_metaclass.t ........................ ok t/attributes/attribute_delegation.t .............................. ok t/attributes/attribute_does.t .................................... ok t/attributes/attribute_inherited_slot_specs.t .................... ok t/attributes/attribute_lazy_initializer.t ........................ ok t/attributes/attribute_names.t ................................... ok t/attributes/attribute_reader_generation.t ....................... ok t/attributes/attribute_required.t ................................ ok t/attributes/attribute_traits.t .................................. ok t/attributes/attribute_traits_n_meta.t ........................... ok t/attributes/attribute_traits_parameterized.t .................... ok t/attributes/attribute_traits_registered.t ....................... ok t/attributes/attribute_triggers.t ................................ ok t/attributes/attribute_type_unions.t ............................. ok t/attributes/attribute_without_any_methods.t ..................... ok t/attributes/attribute_writer_generation.t ....................... ok t/attributes/bad_coerce.t ........................................ ok t/attributes/chained_coercion.t .................................. ok t/attributes/clone_weak.t ........................................ ok t/attributes/default_class_role_types.t .......................... ok t/attributes/default_undef.t ..................................... ok t/attributes/delegation_and_modifiers.t .......................... ok t/attributes/delegation_arg_aliasing.t ........................... ok t/attributes/delegation_target_not_loaded.t ...................... ok t/attributes/illegal_options_for_inheritance.t ................... ok t/attributes/inherit_lazy_build.t ................................ ok t/attributes/lazy_no_default.t ................................... ok t/attributes/method_generation_rules.t ........................... ok t/attributes/misc_attribute_coerce_lazy.t ........................ ok t/attributes/misc_attribute_tests.t .............................. ok t/attributes/more_attr_delegation.t .............................. ok t/attributes/no_init_arg.t ....................................... ok t/attributes/no_slot_access.t .................................... ok t/attributes/non_alpha_attr_names.t .............................. ok t/attributes/numeric_defaults.t .................................. ok t/attributes/trigger_and_coerce.t ................................ ok t/attributes/type_constraint.t ................................... ok t/basics/always_strict_warnings.t ................................ ok t/basics/basic_class_setup.t ..................................... ok t/basics/buildargs.t ............................................. ok t/basics/buildargs_warning.t ..................................... ok t/basics/create.t ................................................ ok t/basics/create_anon.t ........................................... ok t/basics/definition_context.t .................................... ok t/basics/deprecations.t .......................................... ok t/basics/destruction.t ........................................... ok t/basics/error_handling.t ........................................ ok t/basics/global_destruction.t .................................... ok t/basics/import_unimport.t ....................................... ok t/basics/inner_and_augment.t ..................................... ok t/basics/load_into_main.t ........................................ ok t/basics/method_modifier_with_regexp.t ........................... ok t/basics/methods.t ............................................... ok t/basics/moose_object_does.t ..................................... ok t/basics/moose_respects_type_constraints.t ....................... ok t/basics/override_and_foreign_classes.t .......................... ok t/basics/override_augment_inner_super.t .......................... ok t/basics/rebless.t ............................................... ok t/basics/require_superclasses.t .................................. ok t/basics/super_and_override.t .................................... ok t/basics/super_warns_on_args.t ................................... ok t/basics/universal_methods_wrappable.t ........................... ok t/basics/wrapped_method_cxt_propagation.t ........................ ok t/bugs/anon_method_metaclass.t ................................... ok t/bugs/application_metarole_compat.t ............................. ok t/bugs/apply_role_to_one_instance_only.t ......................... ok t/bugs/attribute_trait_parameters.t .............................. ok t/bugs/augment_recursion_bug.t ................................... ok t/bugs/coerce_without_coercion.t ................................. ok t/bugs/constructor_object_overload.t ............................. ok t/bugs/create_anon_mkopt.t ....................................... ok t/bugs/create_anon_recursion.t ................................... ok t/bugs/create_anon_role_pass.t ................................... ok t/bugs/delete_sub_stash.t ........................................ ok t/bugs/DEMOLISH_eats_exceptions.t ................................ ok t/bugs/DEMOLISH_eats_mini.t ...................................... ok t/bugs/DEMOLISH_fails_without_metaclass.t ........................ ok t/bugs/DEMOLISHALL.t ............................................. ok t/bugs/DEMOLISHALL_shortcutted.t ................................. ok t/bugs/find_custom_trait_rt_92089.t .............................. ok t/bugs/handles_foreign_class_bug.t ............................... ok t/bugs/immutable_metaclass_does_role.t ........................... ok t/bugs/immutable_n_default_x2.t .................................. ok t/bugs/inheriting_from_roles.t ................................... ok t/bugs/inline_reader_bug.t ....................................... ok t/bugs/instance_application_role_args.t .......................... ok t/bugs/lazybuild_required_undef.t ................................ ok t/bugs/mark_as_methods_overloading_breakage.t .................... skipped: MooseX::MarkAsMethod is not needed in Moose 2.1400+ and namespace::autoclean 0.16+ t/bugs/moo_delegation.t .......................................... ok t/bugs/moose_exporter_false_circular_reference_rt_63818.t ........ ok t/bugs/Moose_Object_error.t ...................................... ok t/bugs/moose_octal_defaults.t .................................... ok t/bugs/native_trait_handles_bad_value.t .......................... ok t/bugs/overloading_edge_cases.t .................................. ok t/bugs/reader_precedence_bug.t ................................... ok t/bugs/role_caller.t ............................................. ok t/bugs/subclass_use_base_bug.t ................................... ok t/bugs/subtype_conflict_bug.t .................................... ok t/bugs/subtype_quote_bug.t ....................................... ok t/bugs/super_recursion.t ......................................... ok t/bugs/traits_with_exporter.t .................................... ok t/bugs/type_constraint_messages.t ................................ ok t/cmop/add_attribute_alternate.t ................................. ok t/cmop/add_method_debugmode.t .................................... ok t/cmop/add_method_modifier.t ..................................... ok t/cmop/advanced_methods.t ........................................ ok t/cmop/anon_class.t .............................................. ok t/cmop/anon_class_create_init.t .................................. ok t/cmop/anon_class_keep_alive.t ................................... ok t/cmop/anon_class_leak.t ......................................... ok t/cmop/anon_class_removal.t ...................................... ok t/cmop/anon_packages.t ........................................... ok t/cmop/ArrayBasedStorage_test.t .................................. ok t/cmop/attribute.t ............................................... ok t/cmop/attribute_duplication.t ................................... ok t/cmop/attribute_errors_and_edge_cases.t ......................... ok t/cmop/attribute_get_read_write.t ................................ ok t/cmop/attribute_initializer.t ................................... ok t/cmop/attribute_introspection.t ................................. ok t/cmop/attribute_non_alpha_name.t ................................ ok t/cmop/attributes.t .............................................. ok t/cmop/AttributesWithHistory_test.t .............................. ok t/cmop/basic.t ................................................... ok t/cmop/before_after_dollar_under.t ............................... ok t/cmop/BinaryTree_test.t ......................................... ok t/cmop/C3MethodDispatchOrder_test.t .............................. ok t/cmop/Class_C3_compatibility.t .................................. ok t/cmop/class_errors_and_edge_cases.t ............................. ok t/cmop/class_is_pristine.t ....................................... ok t/cmop/class_precedence_list.t ................................... ok t/cmop/ClassEncapsulatedAttributes_test.t ........................ ok t/cmop/constant_codeinfo.t ....................................... ok t/cmop/create_class.t ............................................ ok t/cmop/custom_instance.t ......................................... ok t/cmop/deprecated.t .............................................. ok t/cmop/get_code_info.t ........................................... ok t/cmop/immutable_custom_trait.t .................................. ok t/cmop/immutable_metaclass.t ..................................... ok t/cmop/immutable_w_constructors.t ................................ ok t/cmop/immutable_w_custom_metaclass.t ............................ ok t/cmop/inline_and_dollar_at.t .................................... ok t/cmop/inline_structor.t ......................................... ok t/cmop/insertion_order.t ......................................... ok t/cmop/InsideOutClass_test.t ..................................... ok t/cmop/instance.t ................................................ ok t/cmop/instance_inline.t ......................................... ok t/cmop/instance_metaclass_incompat.t ............................. ok t/cmop/instance_metaclass_incompat_dyn.t ......................... ok t/cmop/InstanceCountingClass_test.t .............................. ok t/cmop/LazyClass_test.t .......................................... ok t/cmop/load.t .................................................... ok t/cmop/magic.t ................................................... ok t/cmop/make_mutable.t ............................................ ok t/cmop/meta_method.t ............................................. ok t/cmop/meta_package.t ............................................ ok t/cmop/meta_package_extension.t .................................. ok t/cmop/metaclass.t ............................................... ok t/cmop/metaclass_incompatibility.t ............................... ok t/cmop/metaclass_incompatibility_dyn.t ........................... ok t/cmop/metaclass_inheritance.t ................................... ok t/cmop/metaclass_loads_classes.t ................................. ok t/cmop/metaclass_reinitialize.t .................................. ok t/cmop/method.t .................................................. ok t/cmop/method_modifiers.t ........................................ ok t/cmop/methods.t ................................................. ok t/cmop/modify_parent_method.t .................................... ok t/cmop/new_and_clone_metaclasses.t ............................... ok t/cmop/null_stash.t .............................................. ok t/cmop/numeric_defaults.t ........................................ ok t/cmop/package_variables.t ....................................... ok t/cmop/Perl6Attribute_test.t ..................................... ok t/cmop/random_eval_bug.t ......................................... ok t/cmop/rebless_instance.t ........................................ ok t/cmop/rebless_instance_away.t ................................... ok t/cmop/rebless_overload.t ........................................ ok t/cmop/rebless_with_extra_params.t ............................... ok t/cmop/RT_27329_fix.t ............................................ ok t/cmop/RT_39001_fix.t ............................................ ok t/cmop/RT_41255.t ................................................ ok t/cmop/scala_style_mixin_composition.t ........................... ok t/cmop/self_introspection.t ...................................... ok t/cmop/subclasses.t .............................................. ok t/cmop/subname.t ................................................. ok t/cmop/universal_methods.t ....................................... ok t/compat/composite_metaroles.t ................................... ok t/compat/extends_nonmoose_that_isa_moose_with_metarole.t ......... ok t/compat/foreign_inheritence.t ................................... ok t/compat/inc_hash.t .............................................. ok t/compat/module_refresh_compat.t ................................. ok t/compat/moose_respects_base.t ................................... ok t/examples/Child_Parent_attr_inherit.t ........................... ok t/examples/example1.t ............................................ ok t/examples/example2.t ............................................ ok t/examples/example_Moose_POOP.t .................................. ok t/examples/example_Protomoose.t .................................. ok t/examples/example_w_DCS.t ....................................... ok t/examples/example_w_TestDeep.t .................................. ok t/examples/record_set_iterator.t ................................. ok t/exceptions/attribute.t ......................................... ok t/exceptions/class-mop-attribute.t ............................... ok t/exceptions/class-mop-class-immutable-trait.t ................... ok t/exceptions/class-mop-class.t ................................... ok t/exceptions/class-mop-method-accessor.t ......................... ok t/exceptions/class-mop-method-constructor.t ...................... ok t/exceptions/class-mop-method-generated.t ........................ ok t/exceptions/class-mop-method-meta.t ............................. ok t/exceptions/class-mop-method-wrapped.t .......................... ok t/exceptions/class-mop-method.t .................................. ok t/exceptions/class-mop-mixin-hasattributes.t ..................... ok t/exceptions/class-mop-mixin-hasmethods.t ........................ ok t/exceptions/class-mop-module.t .................................. ok t/exceptions/class-mop-object.t .................................. ok t/exceptions/class-mop-package.t ................................. ok t/exceptions/class.t ............................................. ok t/exceptions/cmop.t .............................................. ok t/exceptions/exception-lazyattributeneedsadefault.t .............. ok t/exceptions/frame-leak.t ........................................ ok t/exceptions/meta-role.t ......................................... ok t/exceptions/metaclass.t ......................................... ok t/exceptions/moose-exporter.t .................................... ok t/exceptions/moose-meta-attribute-native-traits.t ................ ok t/exceptions/moose-meta-class-immutable-trait.t .................. ok t/exceptions/moose-meta-method-accessor-native-array.t ........... ok t/exceptions/moose-meta-method-accessor-native-collection.t ...... ok t/exceptions/moose-meta-method-accessor-native-grep.t ............ ok t/exceptions/moose-meta-method-accessor-native-hash-set.t ........ ok t/exceptions/moose-meta-method-accessor-native-hash.t ............ ok t/exceptions/moose-meta-method-accessor-native-string-match.t .... ok t/exceptions/moose-meta-method-accessor-native-string-replace.t .. ok t/exceptions/moose-meta-method-accessor-native-string-substr.t ... ok t/exceptions/moose-meta-method-accessor-native.t ................. ok t/exceptions/moose-meta-method-accessor.t ........................ ok t/exceptions/moose-meta-method-augmented.t ....................... ok t/exceptions/moose-meta-method-constructor.t ..................... ok t/exceptions/moose-meta-method-delegation.t ...................... ok t/exceptions/moose-meta-method-destructor.t ...................... ok t/exceptions/moose-meta-method-overridden.t ...................... ok t/exceptions/moose-meta-role-application-rolesummation.t ......... ok t/exceptions/moose-meta-role-application-toclass.t ............... ok t/exceptions/moose-meta-role-application-torole.t ................ ok t/exceptions/moose-meta-role-application.t ....................... ok t/exceptions/moose-meta-role-attribute.t ......................... ok t/exceptions/moose-meta-role-composite.t ......................... ok t/exceptions/moose-meta-typecoercion-union.t ..................... ok t/exceptions/moose-meta-typecoercion.t ........................... ok t/exceptions/moose-meta-typeconstraint-enum.t .................... ok t/exceptions/moose-meta-typeconstraint-parameterizable.t ......... ok t/exceptions/moose-meta-typeconstraint-parameterized.t ........... ok t/exceptions/moose-meta-typeconstraint-registry.t ................ ok t/exceptions/moose-meta-typeconstraint.t ......................... ok t/exceptions/moose-role.t ........................................ ok t/exceptions/moose-util-metarole.t ............................... ok t/exceptions/moose-util-typeconstraints.t ........................ ok t/exceptions/moose.t ............................................. ok t/exceptions/object.t ............................................ ok t/exceptions/overload.t .......................................... ok t/exceptions/rt-92818.t .......................................... ok t/exceptions/rt-94795.t .......................................... ok t/exceptions/stringify.t ......................................... ok t/exceptions/traits.t ............................................ ok t/exceptions/typeconstraints.t ................................... ok t/exceptions/util.t .............................................. ok t/exceptions/with-debugging.t .................................... ok t/exceptions/without-debugging.t ................................. ok t/immutable/apply_roles_to_immutable.t ........................... ok t/immutable/buildargs.t .......................................... ok t/immutable/constructor_is_not_moose.t ........................... ok t/immutable/constructor_is_wrapped.t ............................. ok t/immutable/default_values.t ..................................... ok t/immutable/definition_context.t ................................. ok t/immutable/immutable_constructor_error.t ........................ ok t/immutable/immutable_destroy.t .................................. ok t/immutable/immutable_meta_class.t ............................... ok t/immutable/immutable_metaclass_with_traits.t .................... ok t/immutable/immutable_moose.t .................................... ok t/immutable/immutable_roundtrip.t ................................ ok t/immutable/immutable_trigger_from_constructor.t ................. ok t/immutable/inline_close_over.t .................................. ok t/immutable/inline_fallbacks.t ................................... ok t/immutable/inlined_constructors_n_types.t ....................... ok t/immutable/multiple_demolish_inline.t ........................... ok t/metaclasses/create_anon_with_required_attr.t ................... ok t/metaclasses/custom_attr_meta_as_role.t ......................... ok t/metaclasses/custom_attr_meta_with_roles.t ...................... ok t/metaclasses/easy_init_meta.t ................................... ok t/metaclasses/export_with_prototype.t ............................ ok t/metaclasses/exporter_also_with_trait.t ......................... ok t/metaclasses/exporter_meta_lookup.t ............................. ok t/metaclasses/exporter_sub_names.t ............................... ok t/metaclasses/goto_moose_import.t ................................ ok t/metaclasses/immutable_metaclass_compat_bug.t ................... ok t/metaclasses/meta_name.t ........................................ ok t/metaclasses/metaclass_compat.t ................................. ok t/metaclasses/metaclass_compat_no_fixing_bug.t ................... ok t/metaclasses/metaclass_compat_role_conflicts.t .................. ok t/metaclasses/metaclass_parameterized_traits.t ................... ok t/metaclasses/metaclass_traits.t ................................. ok t/metaclasses/metarole.t ......................................... ok t/metaclasses/metarole_combination.t ............................. ok t/metaclasses/metarole_on_anon.t ................................. ok t/metaclasses/metarole_w_metaclass_pm.t .......................... ok t/metaclasses/metaroles_of_metaroles.t ........................... ok t/metaclasses/moose_exporter.t ................................... ok t/metaclasses/moose_exporter_trait_aliases.t ..................... ok t/metaclasses/moose_for_meta.t ................................... ok t/metaclasses/moose_nonmoose_metatrait_init_order.t .............. ok t/metaclasses/moose_nonmoose_moose_chain_init_meta.t ............. ok t/metaclasses/moose_w_metaclass.t ................................ ok t/metaclasses/new_metaclass.t .................................... ok t/metaclasses/new_object_BUILD.t ................................. ok t/metaclasses/overloading.t ...................................... ok t/metaclasses/reinitialize.t ..................................... ok t/metaclasses/use_base_of_moose.t ................................ ok t/moose_util/apply_roles.t ....................................... ok t/moose_util/create_alias.t ...................................... ok t/moose_util/ensure_all_roles.t .................................. ok t/moose_util/method_mod_args.t ................................... ok t/moose_util/moose_util.t ........................................ ok t/moose_util/moose_util_does_role.t .............................. ok t/moose_util/moose_util_search_class_by_role.t ................... ok t/moose_util/resolve_alias.t ..................................... ok t/moose_util/with_traits.t ....................................... ok t/native_traits/array_coerce.t ................................... ok t/native_traits/array_from_role.t ................................ ok t/native_traits/array_subtypes.t ................................. ok t/native_traits/array_trigger.t .................................. ok t/native_traits/collection_with_roles.t .......................... ok t/native_traits/custom_instance.t ................................ ok t/native_traits/hash_coerce.t .................................... ok t/native_traits/hash_subtypes.t .................................. ok t/native_traits/hash_trigger.t ................................... ok t/native_traits/remove_attribute.t ............................... ok t/native_traits/shallow_clone.t .................................. ok t/native_traits/trait_array.t .................................... ok t/native_traits/trait_bool.t ..................................... ok t/native_traits/trait_code.t ..................................... ok t/native_traits/trait_counter.t .................................. ok t/native_traits/trait_hash.t ..................................... ok t/native_traits/trait_number.t ................................... ok t/native_traits/trait_string.t ................................... ok t/recipes/basics_bankaccount_methodmodifiersandsubclassing.t ..... ok t/recipes/basics_binarytree_attributefeatures.t .................. ok t/recipes/basics_company_subtypes.t .............................. ok t/recipes/basics_datetime_extendingnonmooseparent.t .............. ok t/recipes/basics_document_augmentandinner.t ...................... ok t/recipes/basics_genome_overloadingsubtypesandcoercion.t ......... ok t/recipes/basics_http_subtypesandcoercion.t ...................... ok t/recipes/basics_point_attributesandsubclassing.t ................ ok t/recipes/extending_debugging_baseclassrole.t .................... ok t/recipes/extending_mooseish_moosesugar.t ........................ ok t/recipes/legacy_debugging_baseclassreplacement.t ................ ok t/recipes/legacy_labeled_attributemetaclass.t .................... ok t/recipes/meta_globref_instancemetaclass.t ....................... ok t/recipes/meta_labeled_attributetrait.t .......................... ok t/recipes/meta_privateorpublic_methodmetaclass.t ................. ok t/recipes/meta_table_metaclasstrait.t ............................ ok t/recipes/roles_applicationtoinstance.t .......................... ok t/recipes/roles_comparable_codereuse.t ........................... ok t/recipes/roles_restartable_advancedcomposition.t ................ ok t/roles/anonymous_roles.t ........................................ ok t/roles/application_toclass.t .................................... ok t/roles/apply_role.t ............................................. ok t/roles/build.t .................................................. ok t/roles/conflict_many_methods.t .................................. ok t/roles/create_role.t ............................................ ok t/roles/create_role_subclass.t ................................... ok t/roles/empty_method_modifiers_meta_bug.t ........................ ok t/roles/extending_role_attrs.t ................................... ok t/roles/free_anonymous_roles.t ................................... ok t/roles/imported_required_method.t ............................... ok t/roles/meta_role.t .............................................. ok t/roles/method_aliasing_in_composition.t ......................... ok t/roles/method_exclusion_in_composition.t ........................ ok t/roles/method_modifiers.t ....................................... ok t/roles/methods.t ................................................ ok t/roles/more_alias_and_exclude.t ................................. ok t/roles/more_role_edge_cases.t ................................... ok t/roles/new_meta_role.t .......................................... ok t/roles/overloading_combine_to_class.t ........................... ok t/roles/overloading_combine_to_instance.t ........................ ok t/roles/overloading_combine_to_role.t ............................ ok t/roles/overloading_composition_errors.t ......................... ok t/roles/overloading_remove_attributes_bug.t ...................... ok t/roles/overloading_to_class.t ................................... ok t/roles/overloading_to_instance.t ................................ ok t/roles/overloading_to_role.t .................................... ok t/roles/overriding.t ............................................. ok t/roles/reinitialize_anon_role.t ................................. ok t/roles/role.t ................................................... ok t/roles/role_attr_application.t .................................. ok t/roles/role_attribute_conflict.t ................................ ok t/roles/role_attrs.t ............................................. ok t/roles/role_compose_requires.t .................................. ok t/roles/role_composite.t ......................................... ok t/roles/role_composite_exclusion.t ............................... ok t/roles/role_composition_attributes.t ............................ ok t/roles/role_composition_conflict_detection.t .................... ok t/roles/role_composition_errors.t ................................ ok t/roles/role_composition_method_mods.t ........................... ok t/roles/role_composition_methods.t ............................... ok t/roles/role_composition_override.t .............................. ok t/roles/role_composition_req_methods.t ........................... ok t/roles/role_conflict_detection.t ................................ ok t/roles/role_conflict_edge_cases.t ............................... ok t/roles/role_consumers.t ......................................... ok t/roles/role_exclusion.t ......................................... ok t/roles/role_exclusion_and_alias_bug.t ........................... ok t/roles/role_for_combination.t ................................... ok t/roles/roles_and_method_cloning.t ............................... ok t/roles/roles_and_req_method_edge_cases.t ........................ ok t/roles/roles_applied_in_create.t ................................ ok t/roles/run_time_role_composition.t .............................. ok t/roles/runtime_roles_and_attrs.t ................................ ok t/roles/runtime_roles_and_nonmoose.t ............................. ok t/roles/runtime_roles_w_params.t ................................. ok t/roles/use_base_does.t .......................................... ok t/test_moose/test_moose.t ........................................ ok t/test_moose/test_moose_does_ok.t ................................ ok t/test_moose/test_moose_has_attribute_ok.t ....................... ok t/test_moose/test_moose_meta_ok.t ................................ ok t/test_moose/with_immutable.t .................................... ok t/todo_tests/exception_reflects_failed_constraint.t .............. ok t/todo_tests/immutable_n_around.t ................................ ok t/todo_tests/moose_and_threads.t ................................. ok t/todo_tests/replacing_super_methods.t ........................... ok t/todo_tests/required_role_accessors.t ........................... ok t/todo_tests/role_insertion_order.t .............................. ok t/todo_tests/various_role_features.t ............................. ok t/todo_tests/wrong-inner.t ....................................... ok t/type_constraints/advanced_type_creation.t ...................... ok t/type_constraints/class_subtypes.t .............................. ok t/type_constraints/class_type_constraint.t ....................... ok t/type_constraints/coerced_parameterized_types.t ................. ok t/type_constraints/container_type_coercion.t ..................... ok t/type_constraints/container_type_constraint.t ................... ok t/type_constraints/custom_parameterized_types.t .................. ok t/type_constraints/custom_type_errors.t .......................... ok t/type_constraints/define_type_twice_throws.t .................... ok t/type_constraints/duck_type_handles.t ........................... ok t/type_constraints/duck_types.t .................................. ok t/type_constraints/enum.t ........................................ ok t/type_constraints/inlining.t .................................... ok t/type_constraints/match_type_operator.t ......................... ok t/type_constraints/maybe_type_constraint.t ....................... ok t/type_constraints/misc_type_tests.t ............................. ok t/type_constraints/name_conflicts.t .............................. ok t/type_constraints/normalize_type_name.t ......................... ok t/type_constraints/parameterize_from.t ........................... ok t/type_constraints/role_type_constraint.t ........................ ok t/type_constraints/subtype_auto_vivify_parent.t .................. ok t/type_constraints/subtyping_parameterized_types.t ............... ok t/type_constraints/subtyping_union_types.t ....................... ok t/type_constraints/throw_error.t ................................. ok t/type_constraints/type_coersion_on_lazy_attributes.t ............ ok t/type_constraints/type_names.t .................................. ok t/type_constraints/type_notation_parser.t ........................ ok t/type_constraints/types_and_undef.t ............................. ok t/type_constraints/union_is_a_type_of.t .......................... ok t/type_constraints/union_types.t ................................. ok t/type_constraints/union_types_and_coercions.t ................... ok t/type_constraints/util_find_type_constraint.t ................... ok t/type_constraints/util_more_type_coercion.t ..................... ok t/type_constraints/util_std_type_constraints.t ................... ok t/type_constraints/util_type_coercion.t .......................... ok t/type_constraints/util_type_constraints.t ....................... ok t/type_constraints/util_type_constraints_export.t ................ ok t/type_constraints/util_type_reloading.t ......................... ok t/type_constraints/with-specio.t ................................. ok t/type_constraints/with-type-tiny.t .............................. ok t/zzz-check-breaks.t ............................................. ok All tests successful. Files=478, Tests=17682, 213 wallclock secs ( 2.89 usr 1.90 sys + 165.81 cusr 36.58 csys = 207.18 CPU) Result: PASS PASS devel/p5-Moose Duration 4m00.76s START devel/p5-MooseX-Aliases 2024-11-22T07:48:29Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Aliases-0.11p0 ===> Checking files for p5-MooseX-Aliases-0.11p0 `/usr/ports/distfiles/MooseX-Aliases-0.11.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Aliases-0.11p0 ===> Checking files for p5-MooseX-Aliases-0.11p0 `/usr/ports/distfiles/MooseX-Aliases-0.11.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Aliases-0.11p0 ===> Patching for p5-MooseX-Aliases-0.11p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Aliases-0.11p0 ===> Configuring for p5-MooseX-Aliases-0.11p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::Aliases Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-Aliases-0.11p0 cp lib/MooseX/Aliases/Meta/Trait/Method.pm blib/lib/MooseX/Aliases/Meta/Trait/Method.pm cp lib/MooseX/Aliases/Meta/Trait/Role/ApplicationToRole.pm blib/lib/MooseX/Aliases/Meta/Trait/Role/ApplicationToRole.pm cp lib/MooseX/Aliases/Meta/Trait/Role/Composite.pm blib/lib/MooseX/Aliases/Meta/Trait/Role/Composite.pm cp lib/MooseX/Aliases/Meta/Trait/Role.pm blib/lib/MooseX/Aliases/Meta/Trait/Role.pm cp lib/MooseX/Aliases/Meta/Trait/Attribute.pm blib/lib/MooseX/Aliases/Meta/Trait/Attribute.pm cp lib/MooseX/Aliases/Meta/Trait/Role/ApplicationToClass.pm blib/lib/MooseX/Aliases/Meta/Trait/Role/ApplicationToClass.pm cp lib/MooseX/Aliases.pm blib/lib/MooseX/Aliases.pm cp lib/MooseX/Aliases/Meta/Trait/Class.pm blib/lib/MooseX/Aliases/Meta/Trait/Class.pm Manifying 3 pod documents ===> p5-MooseX-Aliases-0.11p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-Aliases-0.11p0 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> p5-MooseX-Aliases-0.11p0 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> Regression tests for p5-MooseX-Aliases-0.11p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t .......... ok t/attributes.t .......... ok t/basic.t ............... ok t/errors.t .............. ok t/inherited.t ........... ok t/init_arg-coerce.t ..... ok t/init_arg.t ............ ok t/mop.t ................. ok t/roles-init_arg.t ...... ok t/roles.t ............... ok t/synopsis.t ............ ok t/traits.t .............. ok t/versus-inheritance.t .. ok t/versus-modifiers.t .... ok t/warnings.t ............ ok All tests successful. Files=15, Tests=158, 10 wallclock secs ( 0.10 usr 0.06 sys + 7.23 cusr 1.55 csys = 8.94 CPU) Result: PASS PASS devel/p5-MooseX-Aliases Duration 0m12.43s START devel/p5-MooseX-Attribute-Chained 2024-11-22T07:48:42Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Attribute-Chained-1.0.3p0 ===> Checking files for p5-MooseX-Attribute-Chained-1.0.3p0 `/usr/ports/distfiles/MooseX-Attribute-Chained-1.0.3.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Attribute-Chained-1.0.3p0 ===> p5-MooseX-Attribute-Chained-1.0.3p0 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-MooseX-Attribute-Chained-1.0.3p0 `/usr/ports/distfiles/MooseX-Attribute-Chained-1.0.3.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Attribute-Chained-1.0.3p0 ===> Patching for p5-MooseX-Attribute-Chained-1.0.3p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Attribute-Chained-1.0.3p0 ===> Configuring for p5-MooseX-Attribute-Chained-1.0.3p0 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'MooseX-Attribute-Chained' version '1.0.3' ===> Building for p5-MooseX-Attribute-Chained-1.0.3p0 Building MooseX-Attribute-Chained ===> p5-MooseX-Attribute-Chained-1.0.3p0 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-Attribute-Chained-1.0.3p0 depends on: p5-Try-Tiny-* -> p5-Try-Tiny-0.32 ===> Regression tests for p5-MooseX-Attribute-Chained-1.0.3p0 Implicit use of the Chained trait is deprecated. Please load MooseX::Attribute::Chained explicitly at /usr/ports/pobj/p5-MooseX-Attribute-Chained-1.0.3/MooseX-Attribute-Chained-1.0.3/blib/lib/Moose/Meta/Attribute/Custom/Trait/Chained.pm line 16. t/00-compile.t ................ ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------- ---- ------ # Module::Build 0.28 0.4234 # # === Build Requires === # # Module Want Have # ------------- ---- ------ # Module::Build 0.28 0.4234 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # IO::Handle any 1.52 # IPC::Open3 any 1.22 # Test::More 0.88 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------- ---- -------- # Moose any 2.2207 # Test::More 0.88 1.302194 # Try::Tiny any 0.32 # t/00-report-prereqs.t ......... ok t/author-no_warning_on_use.t .. skipped: these tests are for testing by the author t/author-pod-coverage.t ....... skipped: these tests are for testing by the author t/author-pod-syntax.t ......... skipped: these tests are for testing by the author t/chained.t ................... ok Implicit use of the Chained trait is deprecated. Please load MooseX::Attribute::Chained explicitly at /usr/ports/pobj/p5-MooseX-Attribute-Chained-1.0.3/MooseX-Attribute-Chained-1.0.3/blib/lib/Moose/Meta/Attribute/Custom/Trait/Chained.pm line 16. t/chained_deprecated.t ........ ok t/clone.t ..................... ok t/release-cpan-changes.t ...... skipped: these tests are for release candidate testing t/release-has-version.t ....... skipped: these tests are for release candidate testing t/release-minimum-version.t ... skipped: these tests are for release candidate testing All tests successful. Files=11, Tests=31, 4 wallclock secs ( 0.05 usr 0.04 sys + 2.70 cusr 0.62 csys = 3.41 CPU) Result: PASS PASS devel/p5-MooseX-Attribute-Chained Duration 0m06.61s START devel/p5-MooseX-AttributeHelpers 2024-11-22T07:48:48Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-AttributeHelpers-0.25p0 ===> Checking files for p5-MooseX-AttributeHelpers-0.25p0 `/usr/ports/distfiles/MooseX-AttributeHelpers-0.25.tar.gz' is up to date. ===> Building from scratch p5-MooseX-AttributeHelpers-0.25p0 ===> p5-MooseX-AttributeHelpers-0.25p0 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-MooseX-AttributeHelpers-0.25p0 `/usr/ports/distfiles/MooseX-AttributeHelpers-0.25.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-AttributeHelpers-0.25p0 ===> Patching for p5-MooseX-AttributeHelpers-0.25p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-AttributeHelpers-0.25p0 ===> Configuring for p5-MooseX-AttributeHelpers-0.25p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::AttributeHelpers Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-AttributeHelpers-0.25p0 cp lib/MooseX/AttributeHelpers/Collection/List.pm blib/lib/MooseX/AttributeHelpers/Collection/List.pm cp lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm blib/lib/MooseX/AttributeHelpers/Meta/Method/Provided.pm cp lib/MooseX/AttributeHelpers/MethodProvider/ImmutableHash.pm blib/lib/MooseX/AttributeHelpers/MethodProvider/ImmutableHash.pm cp lib/MooseX/AttributeHelpers/MethodProvider/String.pm blib/lib/MooseX/AttributeHelpers/MethodProvider/String.pm cp lib/MooseX/AttributeHelpers/Trait/String.pm blib/lib/MooseX/AttributeHelpers/Trait/String.pm cp lib/MooseX/AttributeHelpers/MethodProvider/List.pm blib/lib/MooseX/AttributeHelpers/MethodProvider/List.pm cp lib/MooseX/AttributeHelpers/MethodProvider/Counter.pm blib/lib/MooseX/AttributeHelpers/MethodProvider/Counter.pm cp lib/MooseX/AttributeHelpers.pm blib/lib/MooseX/AttributeHelpers.pm cp lib/MooseX/AttributeHelpers/Counter.pm blib/lib/MooseX/AttributeHelpers/Counter.pm cp lib/MooseX/AttributeHelpers/Trait/Bool.pm blib/lib/MooseX/AttributeHelpers/Trait/Bool.pm cp lib/MooseX/AttributeHelpers/Number.pm blib/lib/MooseX/AttributeHelpers/Number.pm cp lib/MooseX/AttributeHelpers/Trait/Collection.pm blib/lib/MooseX/AttributeHelpers/Trait/Collection.pm cp lib/MooseX/AttributeHelpers/Collection/Bag.pm blib/lib/MooseX/AttributeHelpers/Collection/Bag.pm cp lib/MooseX/AttributeHelpers/Trait/Collection/List.pm blib/lib/MooseX/AttributeHelpers/Trait/Collection/List.pm cp lib/MooseX/AttributeHelpers/Collection/Array.pm blib/lib/MooseX/AttributeHelpers/Collection/Array.pm cp lib/MooseX/AttributeHelpers/Trait/Collection/ImmutableHash.pm blib/lib/MooseX/AttributeHelpers/Trait/Collection/ImmutableHash.pm cp lib/MooseX/AttributeHelpers/Bool.pm blib/lib/MooseX/AttributeHelpers/Bool.pm cp lib/MooseX/AttributeHelpers/Trait/Base.pm blib/lib/MooseX/AttributeHelpers/Trait/Base.pm cp lib/MooseX/AttributeHelpers/Trait/Number.pm blib/lib/MooseX/AttributeHelpers/Trait/Number.pm cp lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm blib/lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm cp lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm blib/lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm cp lib/MooseX/AttributeHelpers/Collection/ImmutableHash.pm blib/lib/MooseX/AttributeHelpers/Collection/ImmutableHash.pm cp lib/MooseX/AttributeHelpers/Trait/Counter.pm blib/lib/MooseX/AttributeHelpers/Trait/Counter.pm cp lib/MooseX/AttributeHelpers/Trait/Collection/Array.pm blib/lib/MooseX/AttributeHelpers/Trait/Collection/Array.pm cp lib/MooseX/AttributeHelpers/MethodProvider/Array.pm blib/lib/MooseX/AttributeHelpers/MethodProvider/Array.pm cp lib/MooseX/AttributeHelpers/Collection/Hash.pm blib/lib/MooseX/AttributeHelpers/Collection/Hash.pm cp lib/MooseX/AttributeHelpers/Trait/Collection/Hash.pm blib/lib/MooseX/AttributeHelpers/Trait/Collection/Hash.pm cp lib/MooseX/AttributeHelpers/String.pm blib/lib/MooseX/AttributeHelpers/String.pm cp lib/MooseX/AttributeHelpers/MethodProvider/Bag.pm blib/lib/MooseX/AttributeHelpers/MethodProvider/Bag.pm cp lib/MooseX/AttributeHelpers/Meta/Method/Curried.pm blib/lib/MooseX/AttributeHelpers/Meta/Method/Curried.pm cp lib/MooseX/AttributeHelpers/MethodProvider/Bool.pm blib/lib/MooseX/AttributeHelpers/MethodProvider/Bool.pm Manifying 31 pod documents ===> p5-MooseX-AttributeHelpers-0.25p0 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> Regression tests for p5-MooseX-AttributeHelpers-0.25p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Module::Build::Tiny 0.034 0.047 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::Exception 0.21 0.43 # Test::Moose any 2.2207 # Test::More any 1.302194 # strict any 1.12 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------------------------- ------- ------ # JSON::PP 2.27300 4.16 # Moose 0.56 2.2207 # Moose::Meta::Attribute any 2.2207 # Moose::Meta::Method any 2.2207 # Moose::Role any 2.2207 # Moose::Util::TypeConstraints any 2.2207 # # === Other Modules === # # Module Have # ------------- ---- # Pod::Coverage 0.23 # t/00-report-prereqs.t .......... ok t/000_load.t ................... ok t/001_basic_counter.t .......... ok t/002_basic_array.t ............ ok t/003_basic_hash.t ............. ok t/004_basic_number.t ........... ok t/005_basic_list.t ............. ok t/006_basic_bag.t .............. ok t/007_basic_string.t ........... ok t/010_array_from_role.t ........ ok t/011_counter_with_defaults.t .. ok t/012_basic_bool.t ............. ok t/020_remove_attribute.t ....... ok t/100_collection_with_roles.t .. ok t/201_trait_counter.t .......... ok t/202_trait_array.t ............ ok t/203_trait_hash.t ............. ok t/204_trait_number.t ........... ok t/205_trait_list.t ............. ok t/206_trait_bag.t .............. ok t/207_trait_string.t ........... ok t/208_trait_bool.t ............. ok t/zzz-check-breaks.t ........... ok All tests successful. Files=23, Tests=571, 12 wallclock secs ( 0.15 usr 0.09 sys + 9.84 cusr 1.87 csys = 11.95 CPU) Result: PASS PASS devel/p5-MooseX-AttributeHelpers Duration 0m15.73s START devel/p5-MooseX-Clone 2024-11-22T07:49:04Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Clone-0.06p1 ===> Checking files for p5-MooseX-Clone-0.06p1 `/usr/ports/distfiles/MooseX-Clone-0.06.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Clone-0.06p1 ===> p5-MooseX-Clone-0.06p1 depends on: p5-Data-Visitor->=0.24 -> p5-Data-Visitor-0.32 ===> p5-MooseX-Clone-0.06p1 depends on: p5-Hash-Util-FieldHash-Compat-* -> p5-Hash-Util-FieldHash-Compat-0.11p0 ===> p5-MooseX-Clone-0.06p1 depends on: p5-Moose->=0.74 -> p5-Moose-2.2207 ===> p5-MooseX-Clone-0.06p1 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> Checking files for p5-MooseX-Clone-0.06p1 `/usr/ports/distfiles/MooseX-Clone-0.06.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Clone-0.06p1 ===> Patching for p5-MooseX-Clone-0.06p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Clone-0.06p1 ===> Configuring for p5-MooseX-Clone-0.06p1 Congratulations, your toolchain understands 'configure_requires'! Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::Clone Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-Clone-0.06p1 cp lib/MooseX/Clone/Meta/Attribute/Trait/Clone/Std.pm blib/lib/MooseX/Clone/Meta/Attribute/Trait/Clone/Std.pm cp lib/MooseX/Clone.pm blib/lib/MooseX/Clone.pm cp lib/MooseX/Clone/Meta/Attribute/Trait/Copy.pm blib/lib/MooseX/Clone/Meta/Attribute/Trait/Copy.pm cp lib/MooseX/Clone/Meta/Attribute/Trait/NoClone.pm blib/lib/MooseX/Clone/Meta/Attribute/Trait/NoClone.pm cp lib/MooseX/Clone/Meta/Attribute/Trait/StorableClone.pm blib/lib/MooseX/Clone/Meta/Attribute/Trait/StorableClone.pm cp lib/MooseX/Clone/Meta/Attribute/Trait/Clone.pm blib/lib/MooseX/Clone/Meta/Attribute/Trait/Clone.pm cp lib/MooseX/Clone/Meta/Attribute/Trait/Clone/Base.pm blib/lib/MooseX/Clone/Meta/Attribute/Trait/Clone/Base.pm Manifying 5 pod documents ===> Regression tests for p5-MooseX-Clone-0.06p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Module::Build::Tiny 0.039 0.047 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Moose any 2.2207 # Scalar::Util any 1.63 # Test::More 0.88 1.302194 # strict any 1.12 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ----------------------------- ---- ------ # Carp any 1.54 # Data::Visitor 0.24 0.32 # Data::Visitor::Callback any 0.32 # Hash::Util::FieldHash::Compat any 0.11 # Moose::Role any 2.2207 # Storable any 3.32 # namespace::autoclean any 0.31 # t/00-report-prereqs.t .. ok t/01_basic.t ........... ok t/02_auto_deref.t ...... ok All tests successful. Files=3, Tests=34, 2 wallclock secs ( 0.06 usr 0.00 sys + 1.21 cusr 0.18 csys = 1.45 CPU) Result: PASS PASS devel/p5-MooseX-Clone Duration 0m04.87s START devel/p5-MooseX-ConfigFromFile 2024-11-22T07:49:09Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-ConfigFromFile-0.14p2 ===> Checking files for p5-MooseX-ConfigFromFile-0.14p2 `/usr/ports/distfiles/MooseX-ConfigFromFile-0.14.tar.gz' is up to date. ===> Building from scratch p5-MooseX-ConfigFromFile-0.14p2 ===> p5-MooseX-ConfigFromFile-0.14p2 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-MooseX-ConfigFromFile-0.14p2 `/usr/ports/distfiles/MooseX-ConfigFromFile-0.14.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-ConfigFromFile-0.14p2 ===> Patching for p5-MooseX-ConfigFromFile-0.14p2 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-ConfigFromFile-0.14p2 ===> Configuring for p5-MooseX-ConfigFromFile-0.14p2 Creating new 'Build' script for 'MooseX-ConfigFromFile' version '0.14' ===> Building for p5-MooseX-ConfigFromFile-0.14p2 cp lib/MooseX/ConfigFromFile.pm blib/lib/MooseX/ConfigFromFile.pm ===> p5-MooseX-ConfigFromFile-0.14p2 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-ConfigFromFile-0.14p2 depends on: p5-MooseX-Getopt-* -> p5-MooseX-Getopt-0.76 ===> p5-MooseX-ConfigFromFile-0.14p2 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-MooseX-ConfigFromFile-0.14p2 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-ConfigFromFile-0.14p2 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> p5-MooseX-ConfigFromFile-0.14p2 depends on: p5-Test-Without-Module-* -> p5-Test-Without-Module-0.23 ===> p5-MooseX-ConfigFromFile-0.14p2 depends on: p5-MooseX-Types-* -> p5-MooseX-Types-0.50p0 ===> p5-MooseX-ConfigFromFile-0.14p2 depends on: p5-MooseX-Types-Path-Tiny->=0.005 -> p5-MooseX-Types-Path-Tiny-0.012p0 ===> p5-MooseX-ConfigFromFile-0.14p2 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> Regression tests for p5-MooseX-ConfigFromFile-0.14p2 do "t/00-report-prereqs.dd" failed, '.' is no longer in @INC; did you mean do "./t/00-report-prereqs.dd"? at t/00-report-prereqs.t line 71. # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Module::Build::Tiny 0.007 0.047 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Moose any 2.2207 # Scalar::Util any 1.63 # Test::Deep any 1.204 # Test::Fatal any 0.017 # Test::More 0.88 1.302194 # Test::Requires any 0.11 # Test::Without::Module any 0.23 # if any 0.0610 # strict any 1.12 # # === Test Recommends === # # Module Want Have # -------------- -------- -------- # CPAN::Meta 2.120900 2.150010 # MooseX::Getopt any 0.76 # # === Runtime Requires === # # Module Want Have # ------------------------- ----- ------ # Carp any 1.54 # Moose::Role any 2.2207 # MooseX::Types::Moose any 0.50 # MooseX::Types::Path::Tiny 0.005 0.012 # namespace::autoclean any 0.31 # warnings any 1.65 # # === Other Modules === # # Module Have # ------------- ---- # Pod::Coverage 0.23 # t/00-report-prereqs.t .... ok t/01use.t ................ ok t/02subclass.t ........... ok t/03configfile_method.t .. ok t/04a_getopt.t ........... ok t/04b_getopt.t ........... ok t/05_default_sub.t ....... ok t/zzz-check-breaks.t ..... ok All tests successful. Files=8, Tests=63, 4 wallclock secs ( 0.09 usr 0.05 sys + 3.45 cusr 0.87 csys = 4.46 CPU) Result: PASS PASS devel/p5-MooseX-ConfigFromFile Duration 0m08.59s START devel/p5-MooseX-Daemonize 2024-11-22T07:49:17Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Daemonize-0.22 ===> Checking files for p5-MooseX-Daemonize-0.22 `/usr/ports/distfiles/MooseX-Daemonize-0.22.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Daemonize-0.22 ===> p5-MooseX-Daemonize-0.22 depends on: p5-Devel-CheckOS-* -> p5-Devel-CheckOS-2.04 ===> p5-MooseX-Daemonize-0.22 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-MooseX-Daemonize-0.22 `/usr/ports/distfiles/MooseX-Daemonize-0.22.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Daemonize-0.22 ===> Patching for p5-MooseX-Daemonize-0.22 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Daemonize-0.22 ===> Configuring for p5-MooseX-Daemonize-0.22 Creating new 'Build' script for 'MooseX-Daemonize' version '0.22' ===> Building for p5-MooseX-Daemonize-0.22 cp lib/Test/MooseX/Daemonize.pm blib/lib/Test/MooseX/Daemonize.pm cp lib/MooseX/Daemonize/WithPidFile.pm blib/lib/MooseX/Daemonize/WithPidFile.pm cp lib/MooseX/Daemonize/Pid/File.pm blib/lib/MooseX/Daemonize/Pid/File.pm cp lib/MooseX/Daemonize/Core.pm blib/lib/MooseX/Daemonize/Core.pm cp lib/MooseX/Daemonize/Pid.pm blib/lib/MooseX/Daemonize/Pid.pm cp lib/MooseX/Daemonize.pm blib/lib/MooseX/Daemonize.pm ===> p5-MooseX-Daemonize-0.22 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-Daemonize-0.22 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-Daemonize-0.22 depends on: p5-MooseX-Getopt->=0.62 -> p5-MooseX-Getopt-0.76 ===> p5-MooseX-Daemonize-0.22 depends on: p5-MooseX-Types-Path-Class-* -> p5-MooseX-Types-Path-Class-0.09p0 ===> p5-MooseX-Daemonize-0.22 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-MooseX-Daemonize-0.22 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-MooseX-Daemonize-0.22 # Testing MooseX::Daemonize 0.22 t/00-load.t .............. ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Devel::AssertOS any 1.21 # Devel::CheckOS 1.63 2.04 # ExtUtils::MakeMaker any 7.70 # Module::Build::Tiny 0.034 0.047 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # File::Spec any 3.88 # File::Spec::Functions any 3.88 # File::Temp any 0.2311 # Module::Metadata any 1.000037 # Test::Fatal any 0.017 # Test::Moose any 2.2207 # Test::More 0.88 1.302194 # constant any 1.33 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ----------------------------- ---- -------- # File::Path 2.08 2.18 # Moose any 2.2207 # Moose::Role any 2.2207 # Moose::Util::TypeConstraints any 2.2207 # MooseX::Getopt any 0.76 # MooseX::Getopt::OptionTypeMap any 0.76 # MooseX::Types::Path::Class any 0.09 # POSIX any 2.13 # Sub::Exporter any 0.991 # Test::Builder any 1.302194 # namespace::autoclean any 0.31 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # --------------- ------ # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .... ok t/01-filecreate.t ........ ok # Warning: unable to close filehandle $out properly: Bad file descriptor during global destruction. (unrecognised) # Warning: unable to close filehandle properly: Bad file descriptor during global destruction. (unrecognised) # Warning: unable to close filehandle properly: Bad file descriptor during global destruction. (unrecognised) t/02-stdout.t ............ ok # assigning the non-existent pid 4850 t/10-pidfile.t ........... ok t/20-core.t .............. ok t/21-core-back-compat.t .. ok t/30-with-pid-file.t ..... ok t/zzz-check-breaks.t ..... ok All tests successful. Files=9, Tests=94, 18 wallclock secs ( 0.03 usr 0.03 sys + 4.09 cusr 1.13 csys = 5.28 CPU) Result: PASS PASS devel/p5-MooseX-Daemonize Duration 0m22.74s START devel/p5-MooseX-Declare 2024-11-22T07:49:40Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Declare-0.43p0 ===> Checking files for p5-MooseX-Declare-0.43p0 `/usr/ports/distfiles/MooseX-Declare-0.43.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Declare-0.43p0 ===> Checking files for p5-MooseX-Declare-0.43p0 `/usr/ports/distfiles/MooseX-Declare-0.43.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Declare-0.43p0 ===> Patching for p5-MooseX-Declare-0.43p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Declare-0.43p0 ===> Configuring for p5-MooseX-Declare-0.43p0 Congratulations, your toolchain understands 'configure_requires'! Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::Declare Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-Declare-0.43p0 cp lib/MooseX/Declare/Syntax/MooseSetup.pm blib/lib/MooseX/Declare/Syntax/MooseSetup.pm cp lib/MooseX/Declare/Syntax/EmptyBlockIfMissing.pm blib/lib/MooseX/Declare/Syntax/EmptyBlockIfMissing.pm cp lib/MooseX/Declare/Context/WithOptions.pm blib/lib/MooseX/Declare/Context/WithOptions.pm cp lib/MooseX/Declare/Context.pm blib/lib/MooseX/Declare/Context.pm cp lib/MooseX/Declare/Syntax/Keyword/Clean.pm blib/lib/MooseX/Declare/Syntax/Keyword/Clean.pm cp lib/MooseX/Declare/Syntax/Keyword/Role.pm blib/lib/MooseX/Declare/Syntax/Keyword/Role.pm cp lib/MooseX/Declare/Syntax/KeywordHandling.pm blib/lib/MooseX/Declare/Syntax/KeywordHandling.pm cp lib/MooseX/Declare/StackItem.pm blib/lib/MooseX/Declare/StackItem.pm cp lib/MooseX/Declare/Syntax/InnerSyntaxHandling.pm blib/lib/MooseX/Declare/Syntax/InnerSyntaxHandling.pm cp lib/MooseX/Declare.pm blib/lib/MooseX/Declare.pm cp lib/MooseX/Declare/Syntax/Keyword/With.pm blib/lib/MooseX/Declare/Syntax/Keyword/With.pm cp lib/MooseX/Declare/Context/Namespaced.pm blib/lib/MooseX/Declare/Context/Namespaced.pm cp lib/MooseX/Declare/Util.pm blib/lib/MooseX/Declare/Util.pm cp lib/MooseX/Declare/Syntax/NamespaceHandling.pm blib/lib/MooseX/Declare/Syntax/NamespaceHandling.pm cp lib/MooseX/Declare/Syntax/MethodDeclaration/Parameterized.pm blib/lib/MooseX/Declare/Syntax/MethodDeclaration/Parameterized.pm cp lib/MooseX/Declare/Syntax/Keyword/Class.pm blib/lib/MooseX/Declare/Syntax/Keyword/Class.pm cp lib/MooseX/Declare/Syntax/MethodDeclaration.pm blib/lib/MooseX/Declare/Syntax/MethodDeclaration.pm cp lib/MooseX/Declare/Syntax/Extending.pm blib/lib/MooseX/Declare/Syntax/Extending.pm cp lib/MooseX/Declare/Syntax/OptionHandling.pm blib/lib/MooseX/Declare/Syntax/OptionHandling.pm cp lib/MooseX/Declare/Syntax/RoleApplication.pm blib/lib/MooseX/Declare/Syntax/RoleApplication.pm cp lib/MooseX/Declare/Syntax/Keyword/MethodModifier.pm blib/lib/MooseX/Declare/Syntax/Keyword/MethodModifier.pm cp lib/MooseX/Declare/Syntax/Keyword/Namespace.pm blib/lib/MooseX/Declare/Syntax/Keyword/Namespace.pm cp lib/MooseX/Declare/Syntax/Keyword/Method.pm blib/lib/MooseX/Declare/Syntax/Keyword/Method.pm cp lib/MooseX/Declare/Context/Parameterized.pm blib/lib/MooseX/Declare/Context/Parameterized.pm Manifying 21 pod documents ===> p5-MooseX-Declare-0.43p0 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-MooseX-Declare-0.43p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-Declare-0.43p0 depends on: p5-Test-NoWarnings-* -> p5-Test-NoWarnings-1.06 ===> p5-MooseX-Declare-0.43p0 depends on: p5-MooseX-Method-Signatures->=0.37 -> p5-MooseX-Method-Signatures-0.49p0 ===> p5-MooseX-Declare-0.43p0 depends on: p5-MooseX-Role-Parameterized-* -> p5-MooseX-Role-Parameterized-1.11p0 ===> p5-MooseX-Declare-0.43p0 depends on: p5-MooseX-Types-* -> p5-MooseX-Types-0.50p0 ===> p5-MooseX-Declare-0.43p0 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> Regression tests for p5-MooseX-Declare-0.43p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/recipes/basics/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Module::Build::Tiny 0.007 0.047 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # MooseX::Types::Structured any 0.36 # Test::Fatal any 0.017 # Test::Moose any 2.2207 # Test::More 0.89 1.302194 # if any 0.0610 # lib any 0.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # --------------------------------------------- -------- -------- # Carp any 1.54 # Devel::Declare 0.005011 0.006022 # Devel::Declare::Context::Simple any 0.006022 # Module::Runtime any 0.016 # Moose 0.90 2.2207 # Moose::Meta::Class any 2.2207 # Moose::Role any 2.2207 # Moose::Util any 2.2207 # Moose::Util::TypeConstraints any 2.2207 # MooseX::Method::Signatures 0.36 0.49 # MooseX::Method::Signatures::Meta::Method any 0.49 # MooseX::Method::Signatures::Types any 0.49 # MooseX::Role::Parameterized 0.12 1.11 # MooseX::Types::Moose 0.20 0.50 # Parse::Method::Signatures any 1.003019 # Parse::Method::Signatures::Param::Placeholder any undef # Sub::Exporter any 0.991 # Sub::Install any 0.929 # aliased any 0.34 # constant any 1.33 # namespace::autoclean 0.16 0.31 # namespace::clean 0.19 0.27 # overload any 1.37 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # -------------------- ---- # Dist::CheckConflicts 0.11 # t/00-report-prereqs.t ................. ok t/anon.t .............................. ok t/attribute_issues.t .................. ok t/autoclean.t ......................... ok t/basic.t ............................. ok t/clean.t ............................. ok t/import.t ............................ ok t/inner_keywords.t .................... ok t/manual_namespace.t .................. ok t/meta_should_be_signature.t .......... ok t/method_as_default.t ................. ok t/modifier_order.t .................... ok t/modifiers.t ......................... ok t/modify_with_invocant.t .............. ok t/nested_anonymous_classes.t .......... ok t/nesting.t ........................... ok t/optional_positional.t ............... ok t/override_attribute_from_role.t ...... ok t/recipes/basics/001_point.t .......... ok t/recipes/basics/002_bank_account.t ... ok t/recipes/basics/006_augment_inner.t .. ok t/role_application.t .................. ok t/role_parameterized.t ................ ok # got exception: delete argument is not a HASH or ARRAY element or slice at (eval 485) line 4. t/segfault_syntax_error.t ............. ok t/zzz-check-breaks.t .................. ok All tests successful. Files=25, Tests=182, 25 wallclock secs ( 0.10 usr 0.16 sys + 21.25 cusr 2.93 csys = 24.44 CPU) Result: PASS PASS devel/p5-MooseX-Declare Duration 0m29.58s START devel/p5-MooseX-Emulate-Class-Accessor-Fast 2024-11-22T07:50:10Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Emulate-Class-Accessor-Fast-0.009032p0 ===> Checking files for p5-MooseX-Emulate-Class-Accessor-Fast-0.009032p0 `/usr/ports/distfiles/MooseX-Emulate-Class-Accessor-Fast-0.009032.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Emulate-Class-Accessor-Fast-0.009032p0 ===> Checking files for p5-MooseX-Emulate-Class-Accessor-Fast-0.009032p0 `/usr/ports/distfiles/MooseX-Emulate-Class-Accessor-Fast-0.009032.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Emulate-Class-Accessor-Fast-0.009032p0 ===> Patching for p5-MooseX-Emulate-Class-Accessor-Fast-0.009032p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Emulate-Class-Accessor-Fast-0.009032p0 ===> Configuring for p5-MooseX-Emulate-Class-Accessor-Fast-0.009032p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::Emulate::Class::Accessor::Fast Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-Emulate-Class-Accessor-Fast-0.009032p0 cp lib/MooseX/Emulate/Class/Accessor/Fast/Meta/Accessor.pm blib/lib/MooseX/Emulate/Class/Accessor/Fast/Meta/Accessor.pm cp lib/MooseX/Adopt/Class/Accessor/Fast.pm blib/lib/MooseX/Adopt/Class/Accessor/Fast.pm cp lib/MooseX/Emulate/Class/Accessor/Fast/Meta/Role/Attribute.pm blib/lib/MooseX/Emulate/Class/Accessor/Fast/Meta/Role/Attribute.pm cp lib/MooseX/Emulate/Class/Accessor/Fast.pm blib/lib/MooseX/Emulate/Class/Accessor/Fast.pm Manifying 2 pod documents ===> p5-MooseX-Emulate-Class-Accessor-Fast-0.009032p0 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-MooseX-Emulate-Class-Accessor-Fast-0.009032p0 depends on: p5-Moose->=0.84 -> p5-Moose-2.2207 ===> p5-MooseX-Emulate-Class-Accessor-Fast-0.009032p0 depends on: p5-namespace-clean-* -> p5-namespace-clean-0.27p0 ===> Regression tests for p5-MooseX-Emulate-Class-Accessor-Fast-0.009032p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/accessors.t .................... ok t/adopt.t ........................ ok t/attr_named_meta.t .............. ok t/BUILD_in_local_class.t ......... ok t/class_accessor_chained_fast.t .. ok t/construction.t ................. ok t/getset.t ....................... ok t/list_assign.t .................. ok t/no_replace_existing_symbols.t .. ok t/recreated_accessors.t .......... ok All tests successful. Files=10, Tests=82, 4 wallclock secs ( 0.08 usr 0.05 sys + 3.34 cusr 0.81 csys = 4.28 CPU) Result: PASS PASS devel/p5-MooseX-Emulate-Class-Accessor-Fast Duration 0m07.38s START devel/p5-MooseX-Getopt 2024-11-22T07:50:17Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Getopt-0.76 ===> Checking files for p5-MooseX-Getopt-0.76 `/usr/ports/distfiles/MooseX-Getopt-0.76.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Getopt-0.76 ===> p5-MooseX-Getopt-0.76 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-MooseX-Getopt-0.76 `/usr/ports/distfiles/MooseX-Getopt-0.76.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Getopt-0.76 ===> Patching for p5-MooseX-Getopt-0.76 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Getopt-0.76 ===> Configuring for p5-MooseX-Getopt-0.76 Creating new 'Build' script for 'MooseX-Getopt' version '0.76' ===> Building for p5-MooseX-Getopt-0.76 cp lib/MooseX/Getopt/Basic.pm blib/lib/MooseX/Getopt/Basic.pm cp lib/MooseX/Getopt/Meta/Attribute/Trait.pm blib/lib/MooseX/Getopt/Meta/Attribute/Trait.pm cp lib/MooseX/Getopt/Dashes.pm blib/lib/MooseX/Getopt/Dashes.pm cp lib/MooseX/Getopt/GLD.pm blib/lib/MooseX/Getopt/GLD.pm cp lib/MooseX/Getopt/ProcessedArgv.pm blib/lib/MooseX/Getopt/ProcessedArgv.pm cp lib/MooseX/Getopt/OptionTypeMap.pm blib/lib/MooseX/Getopt/OptionTypeMap.pm cp lib/MooseX/Getopt/Strict.pm blib/lib/MooseX/Getopt/Strict.pm cp lib/MooseX/Getopt.pm blib/lib/MooseX/Getopt.pm cp lib/MooseX/Getopt/Meta/Attribute.pm blib/lib/MooseX/Getopt/Meta/Attribute.pm cp lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm blib/lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm cp lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm blib/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm ===> p5-MooseX-Getopt-0.76 depends on: p5-Class-Load-* -> p5-Class-Load-0.25p0 ===> p5-MooseX-Getopt-0.76 depends on: p5-Devel-GlobalDestruction-* -> p5-Devel-GlobalDestruction-0.14p0 ===> p5-MooseX-Getopt-0.76 depends on: p5-Module-Runtime-* -> p5-Module-Runtime-0.016p0 ===> p5-MooseX-Getopt-0.76 depends on: p5-MRO-Compat-* -> p5-MRO-Compat-0.15 ===> p5-MooseX-Getopt-0.76 depends on: p5-MooseX-ConfigFromFile-* -> p5-MooseX-ConfigFromFile-0.14p2 ===> p5-MooseX-Getopt-0.76 depends on: p5-MooseX-StrictConstructor-* -> p5-MooseX-StrictConstructor-0.21p1 ===> p5-MooseX-Getopt-0.76 depends on: p5-Path-Tiny-* -> p5-Path-Tiny-0.146 ===> p5-MooseX-Getopt-0.76 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-MooseX-Getopt-0.76 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-Getopt-0.76 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-MooseX-Getopt-0.76 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> p5-MooseX-Getopt-0.76 depends on: p5-Test-Trap-* -> p5-Test-Trap-0.3.5 ===> p5-MooseX-Getopt-0.76 depends on: p5-Getopt-Long-Descriptive->=0.088 -> p5-Getopt-Long-Descriptive-0.110 ===> p5-MooseX-Getopt-0.76 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-Getopt-0.76 depends on: p5-MooseX-Role-Parameterized->=1.01 -> p5-MooseX-Role-Parameterized-1.11p0 ===> p5-MooseX-Getopt-0.76 depends on: p5-Try-Tiny-* -> p5-Try-Tiny-0.32 ===> Regression tests for p5-MooseX-Getopt-0.76 # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # Module::Build::Tiny 0.034 0.047 # perl 5.006 5.038002 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Test Requires === # # Module Want Have # ------------------ ----- -------- # File::Spec any 3.88 # Module::Metadata any 1.000037 # Module::Runtime any 0.016 # Moose::Meta::Class any 2.2207 # Moose::Util any 2.2207 # Path::Tiny 0.009 0.146 # Test::Deep any 1.204 # Test::Fatal 0.003 0.017 # Test::Moose any 2.2207 # Test::More 0.88 1.302194 # Test::Needs any 0.002010 # Test::Trap any 0.3.5 # Test::Warnings 0.009 0.033 # if any 0.0610 # perl 5.006 5.038002 # # === Test Recommends === # # Module Want Have # ---------------------- -------- -------- # CPAN::Meta 2.120900 2.150010 # MooseX::ConfigFromFile any 0.14 # MooseX::SimpleConfig any missing # # === Test Suggests === # # Module Want Have # ------------------------- ---- ---- # MooseX::StrictConstructor any 0.21 # # === Runtime Requires === # # Module Want Have # ---------------------------- ----- -------- # Carp any 1.54 # Getopt::Long 2.37 2.54 # Getopt::Long::Descriptive 0.088 0.110 # Moose any 2.2207 # Moose::Meta::Attribute any 2.2207 # Moose::Role 0.56 2.2207 # Moose::Util::TypeConstraints any 2.2207 # MooseX::Role::Parameterized 1.01 1.11 # Scalar::Util any 1.63 # Try::Tiny any 0.32 # namespace::autoclean any 0.31 # perl 5.006 5.038002 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # -------------------- ------ # Dist::CheckConflicts 0.11 # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t ............... ok t/001_basic.t ....................... ok t/002_custom_option_type.t .......... ok t/003_inferred_option_type.t ........ ok t/004_nogetop.t ..................... ok t/005_strict.t ...................... ok t/006_metaclass_traits.t ............ ok t/007_nogetopt_trait.t .............. ok t/008_configfromfile.t .............. ok t/009_gld_and_explicit_options.t .... ok t/010_dashes.t ...................... ok t/011_process_argv.t ................ ok t/100_gld_default_bug.t ............. ok t/101_argv_bug.t .................... ok t/102_basic_basic.t ................. ok t/103_uc_bug.t ...................... ok t/104_override_usage.t .............. ok t/105_uc_bug_more.t ................. ok t/106_no_ignore_case.t .............. ok t/107_no_auto_help.t ................ skipped: Need MooseX::SimpleConfig 0.07 t/107_union_bug.t ................... ok t/108_usage_attr.t .................. ok t/109_help_flag.t ................... ok t/110_sort_usage_by_attr_order.t .... ok t/111_gld_pass_through.t ............ ok t/112_configfile_constructor_arg.t .. skipped: Need MooseX::SimpleConfig t/113_moosex_strictconstructor.t .... ok t/114_init_arg.t .................... ok t/zzz-check-breaks.t ................ ok All tests successful. Files=29, Tests=419, 16 wallclock secs ( 0.14 usr 0.14 sys + 11.82 cusr 3.05 csys = 15.15 CPU) Result: PASS PASS devel/p5-MooseX-Getopt Duration 0m21.45s START devel/p5-MooseX-Has-Sugar 2024-11-22T07:50:39Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Has-Sugar-1.000006p0 ===> Checking files for p5-MooseX-Has-Sugar-1.000006p0 `/usr/ports/distfiles/MooseX-Has-Sugar-1.000006.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Has-Sugar-1.000006p0 ===> Checking files for p5-MooseX-Has-Sugar-1.000006p0 `/usr/ports/distfiles/MooseX-Has-Sugar-1.000006.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Has-Sugar-1.000006p0 ===> Patching for p5-MooseX-Has-Sugar-1.000006p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Has-Sugar-1.000006p0 ===> Configuring for p5-MooseX-Has-Sugar-1.000006p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::Has::Sugar Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-Has-Sugar-1.000006p0 cp lib/MooseX/Has/Sugar/Saccharin.pm blib/lib/MooseX/Has/Sugar/Saccharin.pm cp lib/MooseX/Has/Sugar/Minimal.pm blib/lib/MooseX/Has/Sugar/Minimal.pm cp lib/MooseX/Has/Sugar.pm blib/lib/MooseX/Has/Sugar.pm Manifying 3 pod documents ===> p5-MooseX-Has-Sugar-1.000006p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-Has-Sugar-1.000006p0 depends on: p5-MooseX-Types-* -> p5-MooseX-Types-0.50p0 ===> p5-MooseX-Has-Sugar-1.000006p0 depends on: p5-Sub-Exporter-* -> p5-Sub-Exporter-0.991 ===> p5-MooseX-Has-Sugar-1.000006p0 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> Regression tests for p5-MooseX-Has-Sugar-1.000006p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile/*.t t/00-compile/lib_MooseX_Has_Sugar_Minimal_pm.t .... ok t/00-compile/lib_MooseX_Has_Sugar_pm.t ............ ok t/00-compile/lib_MooseX_Has_Sugar_Saccharin_pm.t .. ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Configure Recommends === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 7.00 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::Fatal any 0.017 # Test::More any 1.302194 # lib any 0.65 # namespace::clean any 0.27 # # === Test Recommends === # # Module Want Have # -------------------- -------- -------- # CPAN::Meta 2.120900 2.150010 # ExtUtils::MakeMaker 7.00 7.70 # Moose any 2.2207 # MooseX::Types::Moose any 0.50 # Test::More 0.99 1.302194 # # === Runtime Requires === # # Module Want Have # -------------------------- ---- -------- # Carp any 1.54 # Sub::Exporter::Progressive any 0.001013 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t ............................. ok t/04_values.t ..................................... ok t/05_is.t ......................................... ok t/06_attr_required.t .............................. ok t/07_attr_lazy_build.t ............................ ok t/08_saccharin.t .................................. ok t/09_saccharin.t .................................. ok t/10_saccharin.t .................................. ok All tests successful. Files=11, Tests=61, 3 wallclock secs ( 0.02 usr 0.06 sys + 2.42 cusr 0.67 csys = 3.17 CPU) Result: PASS PASS devel/p5-MooseX-Has-Sugar Duration 0m06.77s START devel/p5-MooseX-InsideOut 2024-11-22T07:50:45Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-InsideOut-0.106p1 ===> Checking files for p5-MooseX-InsideOut-0.106p1 `/usr/ports/distfiles/MooseX-InsideOut-0.106.tar.gz' is up to date. ===> Building from scratch p5-MooseX-InsideOut-0.106p1 ===> Checking files for p5-MooseX-InsideOut-0.106p1 `/usr/ports/distfiles/MooseX-InsideOut-0.106.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-InsideOut-0.106p1 ===> Patching for p5-MooseX-InsideOut-0.106p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-InsideOut-0.106p1 ===> Configuring for p5-MooseX-InsideOut-0.106p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::InsideOut Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-InsideOut-0.106p1 cp lib/MooseX/InsideOut/Role/Meta/Instance.pm blib/lib/MooseX/InsideOut/Role/Meta/Instance.pm cp lib/MooseX/InsideOut.pm blib/lib/MooseX/InsideOut.pm Manifying 2 pod documents ===> p5-MooseX-InsideOut-0.106p1 depends on: p5-Test-Pod-Coverage->=1.08 -> p5-Test-Pod-Coverage-1.10p0 ===> p5-MooseX-InsideOut-0.106p1 depends on: p5-Test-Pod->=1.41 -> p5-Test-Pod-1.52p0 ===> p5-MooseX-InsideOut-0.106p1 depends on: p5-Hash-Util-FieldHash-Compat-* -> p5-Hash-Util-FieldHash-Compat-0.11p0 ===> p5-MooseX-InsideOut-0.106p1 depends on: p5-Moose->=0.94 -> p5-Moose-2.2207 ===> p5-MooseX-InsideOut-0.106p1 depends on: p5-namespace-clean->=0.11 -> p5-namespace-clean-0.27p0 ===> Regression tests for p5-MooseX-InsideOut-0.106p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing MooseX::InsideOut 0.106, Perl 5.038002, /usr/bin/perl t/00-load.t ............... ok t/release-pod-coverage.t .. skipped: Pod::Coverage::TrustPod required for testing POD coverage t/release-pod-syntax.t .... ok t/sub.t ................... ok All tests successful. Test Summary Report ------------------- t/sub.t (Wstat: 0 Tests: 56 Failed: 0) TODO passed: 52 Files=4, Tests=59, 1 wallclock secs ( 0.07 usr 0.01 sys + 1.00 cusr 0.25 csys = 1.33 CPU) Result: PASS PASS devel/p5-MooseX-InsideOut Duration 0m04.64s START devel/p5-MooseX-LazyRequire 2024-11-22T07:50:50Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-LazyRequire-0.11p0 ===> Checking files for p5-MooseX-LazyRequire-0.11p0 `/usr/ports/distfiles/MooseX-LazyRequire-0.11.tar.gz' is up to date. ===> Building from scratch p5-MooseX-LazyRequire-0.11p0 ===> p5-MooseX-LazyRequire-0.11p0 depends on: p5-aliased-* -> p5-aliased-0.34p1 ===> p5-MooseX-LazyRequire-0.11p0 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> p5-MooseX-LazyRequire-0.11p0 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-MooseX-LazyRequire-0.11p0 `/usr/ports/distfiles/MooseX-LazyRequire-0.11.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-LazyRequire-0.11p0 ===> Patching for p5-MooseX-LazyRequire-0.11p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-LazyRequire-0.11p0 ===> Configuring for p5-MooseX-LazyRequire-0.11p0 Congratulations, your toolchain understands 'configure_requires'! Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::LazyRequire Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-LazyRequire-0.11p0 cp lib/MooseX/LazyRequire/Meta/Attribute/Trait/LazyRequire.pm blib/lib/MooseX/LazyRequire/Meta/Attribute/Trait/LazyRequire.pm cp lib/MooseX/LazyRequire.pm blib/lib/MooseX/LazyRequire.pm Manifying 2 pod documents ===> p5-MooseX-LazyRequire-0.11p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> Regression tests for p5-MooseX-LazyRequire-0.11p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # ExtUtils::MakeMaker any 7.70 # Module::Build::Tiny 0.037 0.047 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::Fatal any 0.017 # Test::More 0.88 1.302194 # strict any 1.12 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------------------- ---- ------ # Carp any 1.54 # Moose 0.94 2.2207 # Moose::Exporter any 2.2207 # Moose::Role any 2.2207 # aliased 0.30 0.34 # namespace::autoclean any 0.31 # # === Other Modules === # # Module Want Have # -------------------- ---- ---- # Dist::CheckConflicts any 0.11 # t/00-report-prereqs.t .... ok t/basic.t ................ ok t/rt76054_inheritance.t .. ok t/zzz-check-breaks.t ..... ok All tests successful. Files=4, Tests=12, 2 wallclock secs ( 0.03 usr 0.06 sys + 1.13 cusr 0.27 csys = 1.49 CPU) Result: PASS PASS devel/p5-MooseX-LazyRequire Duration 0m04.89s START devel/p5-MooseX-Log-Log4perl 2024-11-22T07:50:55Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Log-Log4perl-0.47p0 ===> Checking files for p5-MooseX-Log-Log4perl-0.47p0 `/usr/ports/distfiles/MooseX-Log-Log4perl-0.47.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Log-Log4perl-0.47p0 ===> p5-MooseX-Log-Log4perl-0.47p0 depends on: p5-IO-stringy-* -> p5-IO-stringy-2.113 ===> p5-MooseX-Log-Log4perl-0.47p0 depends on: p5-Log-Log4perl->=1.13 -> p5-Log-Log4perl-1.57 ===> p5-MooseX-Log-Log4perl-0.47p0 depends on: p5-Moo->=1.000007 -> p5-Moo-2.005005 ===> p5-MooseX-Log-Log4perl-0.47p0 depends on: p5-Module-Install-* -> p5-Module-Install-1.19 ===> Checking files for p5-MooseX-Log-Log4perl-0.47p0 `/usr/ports/distfiles/MooseX-Log-Log4perl-0.47.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Log-Log4perl-0.47p0 ===> Patching for p5-MooseX-Log-Log4perl-0.47p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Log-Log4perl-0.47p0 ===> Configuring for p5-MooseX-Log-Log4perl-0.47p0 include /usr/ports/pobj/p5-MooseX-Log-Log4perl-0.47/MooseX-Log-Log4perl-0.47/inc/Module/Install.pm include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm include inc/Module/Install/Makefile.pm include inc/Module/Install/AutoInstall.pm include inc/Module/Install/Include.pm include inc/Module/AutoInstall.pm *** Module::AutoInstall version 1.19 *** Checking for Perl dependencies... [Core Features] - IO::Scalar ...loaded. (2.113) - Test::More ...loaded. (1.302194) - Moo ...loaded. (2.005005 >= 1.000007) - Log::Log4perl ...loaded. (1.57 >= 1.13) *** Module::AutoInstall configuration finished. include inc/Module/Install/WriteAll.pm include inc/Module/Install/Win32.pm include inc/Module/Install/Can.pm include inc/Module/Install/Fetch.pm Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::Log::Log4perl Writing MYMETA.yml and MYMETA.json Writing META.yml ===> Building for p5-MooseX-Log-Log4perl-0.47p0 cp lib/MooseX/Log/Log4perl.pm blib/lib/MooseX/Log/Log4perl.pm cp lib/MooseX/Log/Log4perl/Easy.pm blib/lib/MooseX/Log/Log4perl/Easy.pm Manifying 2 pod documents ===> p5-MooseX-Log-Log4perl-0.47p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-MooseX-Log-Log4perl-0.47p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-MooseX-Log-Log4perl-0.47p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00load.t t/01basic.t t/02easy.t t/03inheritance.t t/99bench.t t/perl-critic.t t/pod.t t/podcoverage.t # Testing MooseX::Log::Log4perl 0.47, ::Easy 0.47 t/00load.t ......... ok t/01basic.t ........ ok t/02easy.t ......... ok t/03inheritance.t .. ok t/99bench.t ........ skipped: Author test. Set $ENV{TEST_AUTHOR} to run benchmark tests t/perl-critic.t .... skipped: Author test. Set $ENV{TEST_AUTHOR} to a true value to run. t/pod.t ............ ok t/podcoverage.t .... ok All tests successful. Files=8, Tests=34, 2 wallclock secs ( 0.06 usr 0.03 sys + 1.23 cusr 0.60 csys = 1.92 CPU) Result: PASS PASS devel/p5-MooseX-Log-Log4perl Duration 0m05.99s START devel/p5-MooseX-LogDispatch 2024-11-22T07:51:01Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-LogDispatch-1.2002p0 ===> Checking files for p5-MooseX-LogDispatch-1.2002p0 `/usr/ports/distfiles/MooseX-LogDispatch-1.2002.tar.gz' is up to date. ===> Building from scratch p5-MooseX-LogDispatch-1.2002p0 ===> p5-MooseX-LogDispatch-1.2002p0 depends on: p5-IO-stringy-* -> p5-IO-stringy-2.113 ===> p5-MooseX-LogDispatch-1.2002p0 depends on: p5-Log-Dispatch-Config-* -> p5-Log-Dispatch-Config-1.04p0 ===> p5-MooseX-LogDispatch-1.2002p0 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-LogDispatch-1.2002p0 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> Checking files for p5-MooseX-LogDispatch-1.2002p0 `/usr/ports/distfiles/MooseX-LogDispatch-1.2002.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-LogDispatch-1.2002p0 ===> Patching for p5-MooseX-LogDispatch-1.2002p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-LogDispatch-1.2002p0 ===> Configuring for p5-MooseX-LogDispatch-1.2002p0 *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - IO::Scalar ...loaded. (2.113) - Test::More ...loaded. (1.302194) - Test::Exception ...loaded. (0.43) - Moose ...loaded. (2.2207) - Log::Dispatch::Configurator ...loaded. (1.00) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::LogDispatch Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-LogDispatch-1.2002p0 cp lib/MooseX/LogDispatch/Interface.pm blib/lib/MooseX/LogDispatch/Interface.pm cp lib/MooseX/LogDispatch/Logger.pm blib/lib/MooseX/LogDispatch/Logger.pm cp lib/MooseX/LogDispatch/ConfigMaker.pm blib/lib/MooseX/LogDispatch/ConfigMaker.pm cp lib/MooseX/LogDispatch.pm blib/lib/MooseX/LogDispatch.pm cp lib/MooseX/LogDispatch/Levels.pm blib/lib/MooseX/LogDispatch/Levels.pm Manifying 2 pod documents ===> p5-MooseX-LogDispatch-1.2002p0 depends on: p5-Class-Load-* -> p5-Class-Load-0.25p0 ===> p5-MooseX-LogDispatch-1.2002p0 depends on: p5-Devel-GlobalDestruction-* -> p5-Devel-GlobalDestruction-0.14p0 ===> p5-MooseX-LogDispatch-1.2002p0 depends on: p5-Module-Runtime-* -> p5-Module-Runtime-0.016p0 ===> p5-MooseX-LogDispatch-1.2002p0 depends on: p5-MRO-Compat-* -> p5-MRO-Compat-0.15 ===> Regression tests for p5-MooseX-LogDispatch-1.2002p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00.load.t t/01basic.t t/02hash-config.t t/03user-config.t t/04-no-config.t t/pod.t # Testing MooseX::LogDispatch 1.2002 t/00.load.t ........ ok t/01basic.t ........ ok t/02hash-config.t .. ok t/03user-config.t .. ok t/04-no-config.t ... ok t/pod.t ............ ok All tests successful. Files=6, Tests=34, 4 wallclock secs ( 0.08 usr 0.03 sys + 2.53 cusr 0.59 csys = 3.23 CPU) Result: PASS PASS devel/p5-MooseX-LogDispatch Duration 0m07.94s START devel/p5-MooseX-MarkAsMethods 2024-11-22T07:51:09Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-MarkAsMethods-0.15p0 ===> Checking files for p5-MooseX-MarkAsMethods-0.15p0 `/usr/ports/distfiles/MooseX-MarkAsMethods-0.15.tar.gz' is up to date. ===> Building from scratch p5-MooseX-MarkAsMethods-0.15p0 ===> Checking files for p5-MooseX-MarkAsMethods-0.15p0 `/usr/ports/distfiles/MooseX-MarkAsMethods-0.15.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-MarkAsMethods-0.15p0 ===> Patching for p5-MooseX-MarkAsMethods-0.15p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-MarkAsMethods-0.15p0 ===> Configuring for p5-MooseX-MarkAsMethods-0.15p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::MarkAsMethods Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-MarkAsMethods-0.15p0 cp lib/MooseX/MarkAsMethods.pm blib/lib/MooseX/MarkAsMethods.pm Manifying 1 pod document ===> p5-MooseX-MarkAsMethods-0.15p0 depends on: p5-B-Hooks-EndOfScope-* -> p5-B-Hooks-EndOfScope-0.28 ===> p5-MooseX-MarkAsMethods-0.15p0 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-MarkAsMethods-0.15p0 depends on: p5-namespace-autoclean->=0.12 -> p5-namespace-autoclean-0.31 ===> Regression tests for p5-MooseX-MarkAsMethods-0.15p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ......................... ok # Testing MooseX::MarkAsMethods 0.15, Perl 5.038002, /usr/bin/perl t/00-load.t ............................ ok # # # perl: v5.38.2 (wanted 5.006) on openbsd from /usr/bin/perl # # B::Hooks::EndOfScope => 0.28 (want any version) # ExtUtils::MakeMaker => 7.70 (want 6.30) # File::Find => 1.43 (want any version) # File::Temp => 0.2311 (want any version) # Moose => 2.2207 (want 0.94) # Moose::Exporter => 2.2207 (want any version) # Moose::Role => 2.2207 (want any version) # Moose::Util::MetaRole => 2.2207 (want any version) # Test::Moose => 2.2207 (want any version) # Test::More => 1.302194 (want 0.92) # namespace::autoclean => 0.31 (want 0.12) # overload => 1.37 (want any version) # strict => 1.12 (want any version) # warnings => 1.65 (want any version) # # Thanks for using my code. I hope it works for you. # If not, please try and include this output in the bug report. # That will help me reproduce the issue and solve you problem. # t/000-report-versions-tiny.t ........... ok t/100_class.t .......................... ok t/101_class_less_simple.t .............. ok t/102_class_no_autoclean.t ............. ok t/103_class_inheritance.t .............. ok t/104_via_method_name.t ................ ok t/105_via_method_name_with_fallback.t .. ok t/200_role_overload.t .................. ok t/201_role_overload_using_class.t ...... ok t/300_generated_methods.t .............. ok t/400_import_via_into.t ................ ok t/author-pod-spell.t ................... skipped: these tests are for testing by the author t/release-consistent-version.t ......... skipped: these tests are for release candidate testing t/release-eol.t ........................ skipped: these tests are for release candidate testing t/release-has-version.t ................ skipped: these tests are for release candidate testing t/release-no-smart-comments.t .......... skipped: these tests are for release candidate testing t/release-no-tabs.t .................... skipped: these tests are for release candidate testing t/release-pod-coverage.t ............... skipped: these tests are for release candidate testing t/release-pod-syntax.t ................. skipped: these tests are for release candidate testing t/release-synopsis.t ................... skipped: these tests are for release candidate testing All tests successful. Files=22, Tests=186, 7 wallclock secs ( 0.10 usr 0.11 sys + 5.30 cusr 1.47 csys = 6.98 CPU) Result: PASS PASS devel/p5-MooseX-MarkAsMethods Duration 0m10.20s START devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion 2024-11-22T07:51:19Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Meta-TypeConstraint-ForceCoercion-0.01p1 ===> Checking files for p5-MooseX-Meta-TypeConstraint-ForceCoercion-0.01p1 `/usr/ports/distfiles/MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Meta-TypeConstraint-ForceCoercion-0.01p1 ===> Checking files for p5-MooseX-Meta-TypeConstraint-ForceCoercion-0.01p1 `/usr/ports/distfiles/MooseX-Meta-TypeConstraint-ForceCoercion-0.01.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Meta-TypeConstraint-ForceCoercion-0.01p1 ===> Patching for p5-MooseX-Meta-TypeConstraint-ForceCoercion-0.01p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Meta-TypeConstraint-ForceCoercion-0.01p1 ===> Configuring for p5-MooseX-Meta-TypeConstraint-ForceCoercion-0.01p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::Meta::TypeConstraint::ForceCoercion Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-Meta-TypeConstraint-ForceCoercion-0.01p1 cp lib/MooseX/Meta/TypeConstraint/ForceCoercion.pm blib/lib/MooseX/Meta/TypeConstraint/ForceCoercion.pm Manifying 1 pod document ===> p5-MooseX-Meta-TypeConstraint-ForceCoercion-0.01p1 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-Meta-TypeConstraint-ForceCoercion-0.01p1 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> Regression tests for p5-MooseX-Meta-TypeConstraint-ForceCoercion-0.01p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic.t .. ok All tests successful. Files=1, Tests=14, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.40 cusr 0.02 csys = 0.47 CPU) Result: PASS PASS devel/p5-MooseX-Meta-TypeConstraint-ForceCoercion Duration 0m03.23s START devel/p5-MooseX-Method-Signatures 2024-11-22T07:51:22Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Method-Signatures-0.49p0 ===> Checking files for p5-MooseX-Method-Signatures-0.49p0 `/usr/ports/distfiles/MooseX-Method-Signatures-0.49.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Method-Signatures-0.49p0 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-MooseX-Method-Signatures-0.49p0 `/usr/ports/distfiles/MooseX-Method-Signatures-0.49.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Method-Signatures-0.49p0 ===> Patching for p5-MooseX-Method-Signatures-0.49p0 ===> Applying OpenBSD patch patch-t_00-report-prereqs_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix for: |do "t/00-report-prereqs.dd" failed, '.' is no longer in @INC | |Index: t/00-report-prereqs.t |--- t/00-report-prereqs.t.orig |+++ t/00-report-prereqs.t -------------------------- Patching file t/00-report-prereqs.t using Plan A... Hunk #1 succeeded at 68. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Method-Signatures-0.49p0 ===> Configuring for p5-MooseX-Method-Signatures-0.49p0 Creating new 'Build' script for 'MooseX-Method-Signatures' version '0.49' ===> Building for p5-MooseX-Method-Signatures-0.49p0 cp lib/MooseX/Method/Signatures/Meta/Method.pm blib/lib/MooseX/Method/Signatures/Meta/Method.pm cp lib/MooseX/Method/Signatures.pm blib/lib/MooseX/Method/Signatures.pm cp lib/MooseX/Method/Signatures/Types.pm blib/lib/MooseX/Method/Signatures/Types.pm ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-namespace-clean->=0.19 -> p5-namespace-clean-0.27p0 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-B-Hooks-EndOfScope->=0.10 -> p5-B-Hooks-EndOfScope-0.28 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-Context-Preserve-* -> p5-Context-Preserve-0.03p0 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-Devel-Declare->=0.005011 -> p5-Devel-Declare-0.006022p0 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-Eval-Closure-* -> p5-Eval-Closure-0.14p0 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-Module-Runtime->=0.012 -> p5-Module-Runtime-0.016p0 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-MooseX-LazyRequire->=0.06 -> p5-MooseX-LazyRequire-0.11p0 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-MooseX-Meta-TypeConstraint-ForceCoercion-* -> p5-MooseX-Meta-TypeConstraint-ForceCoercion-0.01p1 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-MooseX-Types-Structured->=0.24 -> p5-MooseX-Types-Structured-0.36p1 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-MooseX-Types->=0.19 -> p5-MooseX-Types-0.50p0 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-Parse-Method-Signatures-* -> p5-Parse-Method-Signatures-1.003019p0 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-Sub-Name-* -> p5-Sub-Name-0.27 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-Task-Weaken-* -> p5-Task-Weaken-1.06p0 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-aliased-* -> p5-aliased-0.34p1 ===> p5-MooseX-Method-Signatures-0.49p0 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> Regression tests for p5-MooseX-Method-Signatures-0.49p0 t/00-load.t ............ ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Module::Build::Tiny 0.034 0.047 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Moose::Role any 2.2207 # Test::Deep any 1.204 # Test::Fatal any 0.017 # Test::Moose any 2.2207 # Test::More 0.89 1.302194 # attributes any 0.35 # lib any 0.65 # metaclass any 2.2207 # namespace::clean 0.19 0.27 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # --------------------------------------------- -------- -------- # B::Hooks::EndOfScope 0.10 0.28 # Carp any 1.54 # Context::Preserve any 0.03 # Devel::Declare 0.005011 0.006022 # Devel::Declare::Context::Simple any 0.006022 # Eval::Closure any 0.14 # Module::Runtime 0.012 0.016 # Moose 0.89 2.2207 # Moose::Meta::Class any 2.2207 # Moose::Meta::Method any 2.2207 # Moose::Util any 2.2207 # Moose::Util::TypeConstraints any 2.2207 # MooseX::LazyRequire 0.06 0.11 # MooseX::Meta::TypeConstraint::ForceCoercion any 0.01 # MooseX::Types 0.35 0.50 # MooseX::Types::Moose 0.19 0.50 # MooseX::Types::Structured 0.24 0.36 # MooseX::Types::Util any 0.50 # Parse::Method::Signatures 1.003014 1.003019 # Parse::Method::Signatures::Param::Named any undef # Parse::Method::Signatures::Param::Placeholder any undef # Parse::Method::Signatures::TypeConstraint any undef # Parse::Method::Signatures::Types any undef # Scalar::Util any 1.63 # Sub::Name any 0.27 # Task::Weaken any 1.06 # Text::Balanced any 2.06 # aliased any 0.34 # if any 0.0610 # namespace::autoclean any 0.31 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # -------------------- ---- # Dist::CheckConflicts 0.11 # t/00-report-prereqs.t .. ok t/attributes.t ......... ok t/basic.t .............. ok t/caller.t ............. ok t/closure.t ............ ok t/declarators.t ........ ok t/errors.t ............. ok t/eval.t ............... ok t/list.t ............... ok t/meta.t ............... ok t/method-trait.t ....... ok t/named_defaults.t ..... ok t/no_signature.t ....... ok t/placeholders.t ....... ok t/precedence.t ......... ok t/quoted_name.t ........ ok t/return_value.t ....... ok t/signatures.t ......... ok t/sigs-optional.t ...... ok t/structured.t ......... ok t/synopsis.t ........... ok t/too_many_args.t ...... ok t/traits.t ............. ok t/type_alias.t ......... ok t/types.t .............. ok t/undef_method_arg.t ... ok t/undef_method_arg2.t .. ok t/where.t .............. ok t/zzz-check-breaks.t ... ok All tests successful. Files=30, Tests=295, 29 wallclock secs ( 0.10 usr 0.10 sys + 23.03 cusr 4.90 csys = 28.13 CPU) Result: PASS PASS devel/p5-MooseX-Method-Signatures Duration 0m34.88s START devel/p5-MooseX-MethodAttributes 2024-11-22T07:51:57Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-MethodAttributes-0.32 ===> Checking files for p5-MooseX-MethodAttributes-0.32 `/usr/ports/distfiles/MooseX-MethodAttributes-0.32.tar.gz' is up to date. ===> Building from scratch p5-MooseX-MethodAttributes-0.32 ===> Checking files for p5-MooseX-MethodAttributes-0.32 `/usr/ports/distfiles/MooseX-MethodAttributes-0.32.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-MethodAttributes-0.32 ===> Patching for p5-MooseX-MethodAttributes-0.32 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-MethodAttributes-0.32 ===> Configuring for p5-MooseX-MethodAttributes-0.32 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::MethodAttributes Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-MethodAttributes-0.32 cp lib/MooseX/MethodAttributes/Role/AttrContainer.pm blib/lib/MooseX/MethodAttributes/Role/AttrContainer.pm cp lib/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm blib/lib/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm cp lib/MooseX/MethodAttributes.pm blib/lib/MooseX/MethodAttributes.pm cp lib/MooseX/MethodAttributes/Role/Meta/Role/Application/Summation.pm blib/lib/MooseX/MethodAttributes/Role/Meta/Role/Application/Summation.pm cp lib/MooseX/MethodAttributes/Role/Meta/Role.pm blib/lib/MooseX/MethodAttributes/Role/Meta/Role.pm cp lib/MooseX/MethodAttributes/Role/Meta/Role/Application.pm blib/lib/MooseX/MethodAttributes/Role/Meta/Role/Application.pm cp lib/MooseX/MethodAttributes/Role/AttrContainer/Inheritable.pm blib/lib/MooseX/MethodAttributes/Role/AttrContainer/Inheritable.pm cp lib/MooseX/MethodAttributes/Role/Meta/Class.pm blib/lib/MooseX/MethodAttributes/Role/Meta/Class.pm cp lib/MooseX/MethodAttributes/Role/Meta/Method.pm blib/lib/MooseX/MethodAttributes/Role/Meta/Method.pm cp lib/MooseX/MethodAttributes/Role.pm blib/lib/MooseX/MethodAttributes/Role.pm cp lib/MooseX/MethodAttributes/Inheritable.pm blib/lib/MooseX/MethodAttributes/Inheritable.pm cp lib/MooseX/MethodAttributes/Role/Meta/Map.pm blib/lib/MooseX/MethodAttributes/Role/Meta/Map.pm cp lib/MooseX/MethodAttributes/Role/Meta/Method/Wrapped.pm blib/lib/MooseX/MethodAttributes/Role/Meta/Method/Wrapped.pm Manifying 13 pod documents ===> p5-MooseX-MethodAttributes-0.32 depends on: p5-MooseX-Role-Parameterized-* -> p5-MooseX-Role-Parameterized-1.11p0 ===> p5-MooseX-MethodAttributes-0.32 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-MethodAttributes-0.32 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-MooseX-MethodAttributes-0.32 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-MethodAttributes-0.32 depends on: p5-namespace-autoclean->=0.08 -> p5-namespace-autoclean-0.31 ===> Regression tests for p5-MooseX-MethodAttributes-0.32 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # --------------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Moose::Meta::Class any 2.2207 # MooseX::Role::Parameterized any 1.11 # Test::Fatal any 0.017 # Test::More 0.88 1.302194 # Test::Needs any 0.002010 # base any 2.27 # lib any 0.65 # strict any 1.12 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # --------------------- ---- ------ # Carp any 1.54 # Moose any 2.2207 # Moose::Exporter any 2.2207 # Moose::Role any 2.2207 # Moose::Util any 2.2207 # Moose::Util::MetaRole any 2.2207 # namespace::autoclean 0.08 0.31 # # === Other Modules === # # Module Have # ----------------- ------- # Catalyst::Runtime 5.90128 # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .................. ok t/basic.t .............................. ok t/calling.t ............................ ok t/catalyst.t ........................... ok t/catalyst_role.t ...................... ok t/catalyst_role_method_exclusion.t ..... ok t/catalyst_role_preexist_methods.t ..... ok t/inherited.t .......................... ok t/inherited_non_moose_multilevel.t ..... ok t/late_reinitialize.t .................. ok t/multiple_roles.t ..................... ok t/multiple_roles_astrait.t ............. ok t/override_method_with_no_attribute.t .. ok t/param_role.t ......................... ok t/role.t ............................... ok t/role_applied.t ....................... ok t/role_comp.t .......................... ok t/role_in_role.t ....................... ok t/role_in_role_more.t .................. ok t/role_method_conflict_detection.t ..... ok t/role_with_anon_class.t ............... ok t/zzz-check-breaks.t ................... ok All tests successful. Test Summary Report ------------------- t/late_reinitialize.t (Wstat: 0 Tests: 10 Failed: 0) TODO passed: 1-10 Files=22, Tests=144, 10 wallclock secs ( 0.09 usr 0.07 sys + 8.02 cusr 1.86 csys = 10.04 CPU) Result: PASS PASS devel/p5-MooseX-MethodAttributes Duration 0m14.17s START devel/p5-MooseX-MultiInitArg 2024-11-22T07:52:11Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-MultiInitArg-0.02p0 ===> Checking files for p5-MooseX-MultiInitArg-0.02p0 `/usr/ports/distfiles/MooseX-MultiInitArg-0.02.tar.gz' is up to date. ===> Building from scratch p5-MooseX-MultiInitArg-0.02p0 ===> p5-MooseX-MultiInitArg-0.02p0 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-MultiInitArg-0.02p0 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> p5-MooseX-MultiInitArg-0.02p0 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-MooseX-MultiInitArg-0.02p0 `/usr/ports/distfiles/MooseX-MultiInitArg-0.02.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-MultiInitArg-0.02p0 ===> Patching for p5-MooseX-MultiInitArg-0.02p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-MultiInitArg-0.02p0 ===> Configuring for p5-MooseX-MultiInitArg-0.02p0 Creating new 'Build' script for 'MooseX-MultiInitArg' version '0.02' ===> Building for p5-MooseX-MultiInitArg-0.02p0 cp lib/MooseX/MultiInitArg.pm blib/lib/MooseX/MultiInitArg.pm cp lib/MooseX/MultiInitArg/Trait.pm blib/lib/MooseX/MultiInitArg/Trait.pm cp lib/MooseX/MultiInitArg/Attribute.pm blib/lib/MooseX/MultiInitArg/Attribute.pm ===> p5-MooseX-MultiInitArg-0.02p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-MooseX-MultiInitArg-0.02p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-MooseX-MultiInitArg-0.02p0 # Testing MooseX::MultiInitArg 0.02, Perl 5.038002, perl t/00-load.t ............. ok t/01-main.t ............. ok t/pod.t ................. ok t/release-pod-syntax.t .. skipped: these tests are for release candidate testing All tests successful. Files=4, Tests=14, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.89 cusr 0.27 csys = 1.22 CPU) Result: PASS PASS devel/p5-MooseX-MultiInitArg Duration 0m03.99s START devel/p5-MooseX-NonMoose 2024-11-22T07:52:15Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-NonMoose-0.26p0 ===> Checking files for p5-MooseX-NonMoose-0.26p0 `/usr/ports/distfiles/MooseX-NonMoose-0.26.tar.gz' is up to date. ===> Building from scratch p5-MooseX-NonMoose-0.26p0 ===> Checking files for p5-MooseX-NonMoose-0.26p0 `/usr/ports/distfiles/MooseX-NonMoose-0.26.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-NonMoose-0.26p0 ===> Patching for p5-MooseX-NonMoose-0.26p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-NonMoose-0.26p0 ===> Configuring for p5-MooseX-NonMoose-0.26p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::NonMoose Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-NonMoose-0.26p0 cp lib/MooseX/NonMoose/InsideOut.pm blib/lib/MooseX/NonMoose/InsideOut.pm cp lib/MooseX/NonMoose.pm blib/lib/MooseX/NonMoose.pm cp lib/MooseX/NonMoose/Meta/Role/Class.pm blib/lib/MooseX/NonMoose/Meta/Role/Class.pm cp lib/MooseX/NonMoose/Meta/Role/Constructor.pm blib/lib/MooseX/NonMoose/Meta/Role/Constructor.pm Manifying 4 pod documents ===> p5-MooseX-NonMoose-0.26p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-NonMoose-0.26p0 depends on: p5-List-MoreUtils-* -> p5-List-MoreUtils-0.430 ===> p5-MooseX-NonMoose-0.26p0 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> Regression tests for p5-MooseX-NonMoose-0.26p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t .................. ok t/attrs.t ....................... ok t/basic.t ....................... ok t/buggy-constructor-inlining.t .. ok t/buggy-constructors.t .......... ok t/BUILD.t ....................... ok t/BUILDARGS.t ................... ok t/constructor-method-calls.t .... ok t/constructor-name.t ............ ok t/destructor.t .................. ok t/disable.t ..................... ok t/extends-moose-object.t ........ ok t/extends-version.t ............. ok t/FOREIGNBUILDARGS.t ............ ok t/hashref-constructor.t ......... ok t/immutable.t ................... ok t/methods.t ..................... ok t/moose-exporter.t .............. ok t/moose.t ....................... ok t/moosex-globref.t .............. skipped: MooseX::GlobRef is required for this test t/moosex-insideout.t ............ ok t/multi-level.t ................. ok t/no-new-constructor-error.t .... ok t/nonmoose-moose-nonmoose.t ..... ok t/only-metaclass-trait.t ........ ok t/reinitialize.t ................ ok t/replaced-constructor.t ........ ok All tests successful. Files=27, Tests=190, 13 wallclock secs ( 0.11 usr 0.09 sys + 9.87 cusr 2.36 csys = 12.43 CPU) Result: PASS PASS devel/p5-MooseX-NonMoose Duration 0m15.94s START devel/p5-MooseX-Object-Pluggable 2024-11-22T07:52:31Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Object-Pluggable-0.0014 ===> Checking files for p5-MooseX-Object-Pluggable-0.0014 `/usr/ports/distfiles/MooseX-Object-Pluggable-0.0014.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Object-Pluggable-0.0014 ===> p5-MooseX-Object-Pluggable-0.0014 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-MooseX-Object-Pluggable-0.0014 `/usr/ports/distfiles/MooseX-Object-Pluggable-0.0014.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Object-Pluggable-0.0014 ===> Patching for p5-MooseX-Object-Pluggable-0.0014 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Object-Pluggable-0.0014 ===> Configuring for p5-MooseX-Object-Pluggable-0.0014 Congratulations, your toolchain understands 'configure_requires'! Creating new 'Build' script for 'MooseX-Object-Pluggable' version '0.0014' ===> Building for p5-MooseX-Object-Pluggable-0.0014 cp lib/MooseX/Object/Pluggable.pm blib/lib/MooseX/Object/Pluggable.pm ===> p5-MooseX-Object-Pluggable-0.0014 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-Object-Pluggable-0.0014 depends on: p5-Module-Pluggable-* -> p5-Module-Pluggable-5.2p0 ===> p5-MooseX-Object-Pluggable-0.0014 depends on: p5-Module-Runtime-* -> p5-Module-Runtime-0.016p0 ===> p5-MooseX-Object-Pluggable-0.0014 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-Object-Pluggable-0.0014 depends on: p5-Try-Tiny-* -> p5-Try-Tiny-0.32 ===> p5-MooseX-Object-Pluggable-0.0014 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> Regression tests for p5-MooseX-Object-Pluggable-0.0014 # Testing MooseX::Object::Pluggable 0.0014, Perl 5.038002, perl t/00-load.t ............ ok do "t/00-report-prereqs.dd" failed, '.' is no longer in @INC; did you mean do "./t/00-report-prereqs.dd"? at t/00-report-prereqs.t line 71. # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Module::Build::Tiny 0.039 0.047 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Moose any 2.2207 # Test::Fatal any 0.017 # Test::More 0.88 1.302194 # lib any 0.65 # strict any 1.12 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------------------- ---- ------ # Carp any 1.54 # Module::Pluggable::Object any 5.2 # Module::Runtime any 0.016 # Moose::Role any 2.2207 # Moose::Util any 2.2207 # Scalar::Util any 1.63 # Try::Tiny any 0.32 # namespace::autoclean any 0.31 # t/00-report-prereqs.t .. ok t/01-basic.t ........... ok t/02-basic2.t .......... ok t/03-custom-ns.t ....... ok t/04-reload.t .......... ok t/05-load-failure.t .... ok t/zzz-check-breaks.t ... ok All tests successful. Files=8, Tests=72, 3 wallclock secs ( 0.04 usr 0.05 sys + 2.90 cusr 0.65 csys = 3.64 CPU) Result: PASS PASS devel/p5-MooseX-Object-Pluggable Duration 0m07.16s START devel/p5-MooseX-POE 2024-11-22T07:52:38Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-POE-0.215p0 ===> Checking files for p5-MooseX-POE-0.215p0 `/usr/ports/distfiles/MooseX-POE-0.215.tar.gz' is up to date. ===> Building from scratch p5-MooseX-POE-0.215p0 ===> Checking files for p5-MooseX-POE-0.215p0 `/usr/ports/distfiles/MooseX-POE-0.215.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-POE-0.215p0 ===> Patching for p5-MooseX-POE-0.215p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-POE-0.215p0 ===> Configuring for p5-MooseX-POE-0.215p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::POE Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-POE-0.215p0 cp lib/MooseX/POE/Aliased.pm blib/lib/MooseX/POE/Aliased.pm cp lib/MooseX/POE/SweetArgs.pm blib/lib/MooseX/POE/SweetArgs.pm cp lib/MooseX/POE/Meta/Trait.pm blib/lib/MooseX/POE/Meta/Trait.pm cp lib/MooseX/POE/Meta/Role.pm blib/lib/MooseX/POE/Meta/Role.pm cp lib/MooseX/POE/Meta/Trait/Instance.pm blib/lib/MooseX/POE/Meta/Trait/Instance.pm cp lib/MooseX/POE/Role.pm blib/lib/MooseX/POE/Role.pm cp lib/MooseX/POE.pm blib/lib/MooseX/POE.pm cp lib/MooseX/POE/Meta/Trait/Object.pm blib/lib/MooseX/POE/Meta/Trait/Object.pm cp lib/MooseX/POE/Meta/Method/State.pm blib/lib/MooseX/POE/Meta/Method/State.pm cp lib/MooseX/POE/Meta/Trait/SweetArgs.pm blib/lib/MooseX/POE/Meta/Trait/SweetArgs.pm cp lib/MooseX/POE/Meta/Trait/Class.pm blib/lib/MooseX/POE/Meta/Trait/Class.pm Manifying 11 pod documents ===> p5-MooseX-POE-0.215p0 depends on: p5-MooseX-Daemonize-* -> p5-MooseX-Daemonize-0.22 ===> p5-MooseX-POE-0.215p0 depends on: p5-MooseX-Declare->=0.35 -> p5-MooseX-Declare-0.43p0 ===> p5-MooseX-POE-0.215p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-POE-0.215p0 depends on: p5-Moose->=2.0002 -> p5-Moose-2.2207 ===> p5-MooseX-POE-0.215p0 depends on: p5-POE->=1.310 -> p5-POE-1.370 ===> p5-MooseX-POE-0.215p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-MooseX-POE-0.215p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-MooseX-POE-0.215p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_basic.t .............. ok t/02_poe_forkbomb.t ....... ok t/03_extend.t ............. ok t/04_with.t ............... ok t/04_with_before.t ........ skipped: Moose upstream needs to sort out composition t/04_with_before_fixed.t .. ok t/04_with_override.t ...... skipped: Moose upstream needs to sort out composition t/05_daemonize.t .......... ok t/06_sweet.t .............. ok t/07_aliased.t ............ ok t/07_aliased_assert.t ..... ok t/08_moosex_declare.t ..... ok t/09_extend.t ............. ok t/10_immutability.t ....... ok t/11_regular_moose.t ...... ok t/12_more_roles.t ......... ok t/13_method_modifiers.t ... ok t/14_bug_double_build.t ... ok t/15_timers.t ............. ok t/release-pod-syntax.t .... ok All tests successful. Files=20, Tests=260, 14 wallclock secs ( 0.11 usr 0.09 sys + 8.79 cusr 1.97 csys = 10.96 CPU) Result: PASS PASS devel/p5-MooseX-POE Duration 0m17.33s START devel/p5-MooseX-Params-Validate 2024-11-22T07:52:56Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Params-Validate-0.21p0 ===> Checking files for p5-MooseX-Params-Validate-0.21p0 `/usr/ports/distfiles/MooseX-Params-Validate-0.21.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Params-Validate-0.21p0 ===> Checking files for p5-MooseX-Params-Validate-0.21p0 `/usr/ports/distfiles/MooseX-Params-Validate-0.21.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Params-Validate-0.21p0 ===> Patching for p5-MooseX-Params-Validate-0.21p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Params-Validate-0.21p0 ===> Configuring for p5-MooseX-Params-Validate-0.21p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::Params::Validate Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-Params-Validate-0.21p0 cp lib/MooseX/Params/Validate/Exception/ValidationFailedForTypeConstraint.pm blib/lib/MooseX/Params/Validate/Exception/ValidationFailedForTypeConstraint.pm cp lib/MooseX/Params/Validate.pm blib/lib/MooseX/Params/Validate.pm Manifying 2 pod documents ===> p5-MooseX-Params-Validate-0.21p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-Params-Validate-0.21p0 depends on: p5-Devel-Caller-* -> p5-Devel-Caller-2.07 ===> p5-MooseX-Params-Validate-0.21p0 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-Params-Validate-0.21p0 depends on: p5-Params-Validate->=1.15 -> p5-Params-Validate-1.31 ===> p5-MooseX-Params-Validate-0.21p0 depends on: p5-Sub-Exporter-* -> p5-Sub-Exporter-0.991 ===> Regression tests for p5-MooseX-Params-Validate-0.21p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t .............. ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # --------------------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # IO::Handle any 1.52 # IPC::Open3 any 1.22 # Moose::Meta::TypeConstraint::Role any 2.2207 # Moose::Role any 2.2207 # Test::Fatal any 0.017 # Test::More 0.96 1.302194 # overload any 1.37 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------------------------- ------ ------ # Carp any 1.54 # Devel::Caller any 2.07 # Moose 2.1200 2.2207 # Moose::Exception any 2.2207 # Moose::Util any 2.2207 # Moose::Util::TypeConstraints any 2.2207 # Params::Validate 1.15 1.31 # Scalar::Util any 1.63 # Sub::Exporter any 0.991 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t ....... ok t/001_basic.t ............... ok t/002_basic_list.t .......... ok t/003_nocache_flag.t ........ ok t/004_custom_cache_key.t .... ok t/005_coercion.t ............ ok t/006_not_moose.t ........... ok t/007_deprecated.t .......... ok t/008_positional.t .......... ok t/009_wrapped.t ............. ok t/010_overloaded.t .......... ok t/011_allow_extra.t ......... ok t/012_ref_as_first_param.t .. ok t/013_tc_message.t .......... ok t/014_anon_does.t ........... ok t/author-eol.t .............. skipped: these tests are for testing by the author t/author-no-tabs.t .......... skipped: these tests are for testing by the author t/author-pod-spell.t ........ skipped: these tests are for testing by the author t/release-cpan-changes.t .... skipped: these tests are for release candidate testing t/release-pod-coverage.t .... skipped: these tests are for release candidate testing t/release-pod-linkcheck.t ... skipped: these tests are for release candidate testing t/release-pod-no404s.t ...... skipped: these tests are for release candidate testing t/release-pod-syntax.t ...... skipped: these tests are for release candidate testing t/release-portability.t ..... skipped: these tests are for release candidate testing t/release-synopsis.t ........ skipped: these tests are for release candidate testing t/release-test-version.t .... skipped: these tests are for release candidate testing t/release-tidyall.t ......... skipped: these tests are for release candidate testing All tests successful. Files=28, Tests=146, 10 wallclock secs ( 0.11 usr 0.20 sys + 7.10 cusr 1.84 csys = 9.25 CPU) Result: PASS PASS devel/p5-MooseX-Params-Validate Duration 0m13.14s START devel/p5-MooseX-RelatedClassRoles 2024-11-22T07:53:09Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-RelatedClassRoles-0.004 ===> Checking files for p5-MooseX-RelatedClassRoles-0.004 `/usr/ports/distfiles/MooseX-RelatedClassRoles-0.004.tar.gz' is up to date. ===> Building from scratch p5-MooseX-RelatedClassRoles-0.004 ===> Checking files for p5-MooseX-RelatedClassRoles-0.004 `/usr/ports/distfiles/MooseX-RelatedClassRoles-0.004.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-RelatedClassRoles-0.004 ===> Patching for p5-MooseX-RelatedClassRoles-0.004 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-RelatedClassRoles-0.004 ===> Configuring for p5-MooseX-RelatedClassRoles-0.004 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::RelatedClassRoles Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-RelatedClassRoles-0.004 cp lib/MooseX/RelatedClassRoles.pm blib/lib/MooseX/RelatedClassRoles.pm Manifying 1 pod document ===> p5-MooseX-RelatedClassRoles-0.004 depends on: p5-Moose->=0.80 -> p5-Moose-2.2207 ===> p5-MooseX-RelatedClassRoles-0.004 depends on: p5-MooseX-Role-Parameterized->=0.04 -> p5-MooseX-Role-Parameterized-1.11p0 ===> Regression tests for p5-MooseX-RelatedClassRoles-0.004 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_basic.t .. ok All tests successful. Files=1, Tests=5, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.44 cusr 0.08 csys = 0.58 CPU) Result: PASS PASS devel/p5-MooseX-RelatedClassRoles Duration 0m03.31s START devel/p5-MooseX-Role-Parameterized 2024-11-22T07:53:12Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Role-Parameterized-1.11p0 ===> Checking files for p5-MooseX-Role-Parameterized-1.11p0 `/usr/ports/distfiles/MooseX-Role-Parameterized-1.11.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Role-Parameterized-1.11p0 ===> p5-MooseX-Role-Parameterized-1.11p0 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-MooseX-Role-Parameterized-1.11p0 `/usr/ports/distfiles/MooseX-Role-Parameterized-1.11.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Role-Parameterized-1.11p0 ===> Patching for p5-MooseX-Role-Parameterized-1.11p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Role-Parameterized-1.11p0 ===> Configuring for p5-MooseX-Role-Parameterized-1.11p0 Creating new 'Build' script for 'MooseX-Role-Parameterized' version '1.11' ===> Building for p5-MooseX-Role-Parameterized-1.11p0 cp lib/MooseX/Role/Parameterized/Meta/Trait/Parameterizable.pm blib/lib/MooseX/Role/Parameterized/Meta/Trait/Parameterizable.pm cp lib/MooseX/Role/Parameterized/Extending.pod blib/lib/MooseX/Role/Parameterized/Extending.pod cp lib/MooseX/Role/Parameterized/Meta/Trait/Parameterized.pm blib/lib/MooseX/Role/Parameterized/Meta/Trait/Parameterized.pm cp lib/MooseX/Role/Parameterized.pm blib/lib/MooseX/Role/Parameterized.pm cp lib/MooseX/Role/Parameterized/Meta/Role/Parameterized.pm blib/lib/MooseX/Role/Parameterized/Meta/Role/Parameterized.pm cp lib/MooseX/Role/Parameterized/Parameters.pm blib/lib/MooseX/Role/Parameterized/Parameters.pm cp lib/MooseX/Role/Parameterised.pm blib/lib/MooseX/Role/Parameterised.pm cp lib/MooseX/Role/Parameterized/Tutorial.pod blib/lib/MooseX/Role/Parameterized/Tutorial.pod ===> p5-MooseX-Role-Parameterized-1.11p0 depends on: p5-CPAN-Meta-Check->=0.011 -> p5-CPAN-Meta-Check-0.018 ===> p5-MooseX-Role-Parameterized-1.11p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-Role-Parameterized-1.11p0 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> p5-MooseX-Role-Parameterized-1.11p0 depends on: p5-Module-Runtime-* -> p5-Module-Runtime-0.016p0 ===> p5-MooseX-Role-Parameterized-1.11p0 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-Role-Parameterized-1.11p0 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> p5-MooseX-Role-Parameterized-1.11p0 depends on: p5-namespace-clean->=0.19 -> p5-namespace-clean-0.27p0 ===> Regression tests for p5-MooseX-Role-Parameterized-1.11p0 # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # ExtUtils::MakeMaker any 7.70 # Module::Build::Tiny 0.034 0.047 # # === Test Requires === # # Module Want Have # ---------------------------- ----- -------- # CPAN::Meta::Check 0.011 0.018 # CPAN::Meta::Requirements any 2.140 # Data::Dumper any 2.188 # File::Spec any 3.88 # Module::Metadata any 1.000037 # Moose::Util::TypeConstraints any 2.2207 # Storable any 3.32 # Test::Fatal any 0.017 # Test::Moose any 2.2207 # Test::More 0.96 1.302194 # Test::Needs any 0.002010 # lib any 0.65 # overload any 1.37 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------------------- ------ ------ # Carp any 1.54 # Module::Runtime any 0.016 # Moose 2.0300 2.2207 # Moose::Exporter any 2.2207 # Moose::Meta::Role any 2.2207 # Moose::Role any 2.2207 # Moose::Util any 2.2207 # namespace::autoclean any 0.31 # namespace::clean 0.19 0.27 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # -------------------- ------ # Dist::CheckConflicts 0.11 # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t ............... ok t/001-parameters.t .................. ok t/002-role-block.t .................. ok t/003-apply.t ....................... ok t/004-with.t ........................ ok t/005-with-parameterized.t .......... ok t/006-requires.t .................... ok t/007-excludes.t .................... ok t/008-method-modifers.t ............. ok t/009-override-super.t .............. ok t/010-blessed-confess.t ............. ok t/011-reference-parameters.t ........ ok t/012-rename-role.t ................. ok t/013-does.t ........................ ok t/014-compose-parameterizable.t ..... ok t/015-compose-keywords.t ............ ok t/016-trait.t ....................... ok t/017-current_metaclass.t ........... ok t/018-parameter-roles.t ............. skipped: Not implemented yet t/020-metaclass-reinitialize.t ...... ok t/021-parameter-trait.t ............. ok Roles with parameters cannot be cached. Consider applying the parameters before calling create_anon_class, or using 'weaken => 0' instead at /usr/local/libdata/perl5/site_perl/i386-openbsd/Moose/Meta/Class.pm line 131. t/022-export-p-trait.t .............. ok t/023-metarole-import-params.t ...... skipped: Not implemented yet t/024-named-anonymous.t ............. ok t/100-erroneous-keywords.t .......... ok t/101-alias-excludes.t .............. ok t/102-nested.t ...................... ok t/150-composite-role-application.t .. ok t/200-cooperative.t ................. ok t/zzz-check-breaks.t ................ ok All tests successful. Files=30, Tests=155, 14 wallclock secs ( 0.12 usr 0.12 sys + 10.38 cusr 3.07 csys = 13.69 CPU) Result: PASS PASS devel/p5-MooseX-Role-Parameterized Duration 0m18.15s START devel/p5-MooseX-Role-WithOverloading 2024-11-22T07:53:30Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Role-WithOverloading-0.17p1 ===> Checking files for p5-MooseX-Role-WithOverloading-0.17p1 `/usr/ports/distfiles/MooseX-Role-WithOverloading-0.17.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Role-WithOverloading-0.17p1 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-MooseX-Role-WithOverloading-0.17p1 `/usr/ports/distfiles/MooseX-Role-WithOverloading-0.17.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Role-WithOverloading-0.17p1 ===> Patching for p5-MooseX-Role-WithOverloading-0.17p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Role-WithOverloading-0.17p1 ===> Configuring for p5-MooseX-Role-WithOverloading-0.17p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::Role::WithOverloading Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-Role-WithOverloading-0.17p1 cp lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToRole.pm blib/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToRole.pm cp lib/MooseX/Role/WithOverloading.pm blib/lib/MooseX/Role/WithOverloading.pm cp lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite.pm blib/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite.pm cp lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToRole.pm blib/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToRole.pm cp lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToClass.pm blib/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToClass.pm cp lib/MooseX/Role/WithOverloading/Meta/Role.pm blib/lib/MooseX/Role/WithOverloading/Meta/Role.pm cp lib/MooseX/Role/WithOverloading/Meta/Role/Application/FixOverloadedRefs.pm blib/lib/MooseX/Role/WithOverloading/Meta/Role/Application/FixOverloadedRefs.pm cp lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToInstance.pm blib/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToInstance.pm cp lib/MooseX/Role/WithOverloading/Meta/Role/Composite.pm blib/lib/MooseX/Role/WithOverloading/Meta/Role/Composite.pm cp lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToInstance.pm blib/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToInstance.pm cp lib/MooseX/Role/WithOverloading/Meta/Role/Application.pm blib/lib/MooseX/Role/WithOverloading/Meta/Role/Application.pm cp lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToClass.pm blib/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToClass.pm Running Mkbootstrap for WithOverloading () chmod 644 "WithOverloading.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- WithOverloading.bs blib/arch/auto/MooseX/Role/WithOverloading/WithOverloading.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' WithOverloading.xs > WithOverloading.xsc mv WithOverloading.xsc WithOverloading.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" WithOverloading.c rm -f blib/arch/auto/MooseX/Role/WithOverloading/WithOverloading.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib WithOverloading.o -o blib/arch/auto/MooseX/Role/WithOverloading/WithOverloading.so chmod 755 blib/arch/auto/MooseX/Role/WithOverloading/WithOverloading.so Manifying 2 pod documents ===> p5-MooseX-Role-WithOverloading-0.17p1 depends on: p5-Moose->=0.94 -> p5-Moose-2.2207 ===> p5-MooseX-Role-WithOverloading-0.17p1 depends on: p5-MooseX-Types-* -> p5-MooseX-Types-0.50p0 ===> p5-MooseX-Role-WithOverloading-0.17p1 depends on: p5-aliased-* -> p5-aliased-0.34p1 ===> p5-MooseX-Role-WithOverloading-0.17p1 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> p5-MooseX-Role-WithOverloading-0.17p1 depends on: p5-namespace-clean-* -> p5-namespace-clean-0.27p0 ===> Regression tests for p5-MooseX-Role-WithOverloading-0.17p1 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- WithOverloading.bs blib/arch/auto/MooseX/Role/WithOverloading/WithOverloading.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # -------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.96 1.302194 # if any 0.0610 # lib any 0.65 # namespace::autoclean 0.16 0.31 # strict any 1.12 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------------------- ---- ------ # Moose 0.94 2.2207 # Moose::Exporter any 2.2207 # Moose::Role 1.15 2.2207 # aliased any 0.34 # namespace::autoclean 0.16 0.31 # namespace::clean 0.19 0.27 # # === Runtime Recommends === # # Module Want Have # --------------------- ---- ------ # Moose::Util::MetaRole any 2.2207 # XSLoader any 0.32 # overload any 1.37 # # === Other Modules === # # Module Have # -------------------- ---- # Dist::CheckConflicts 0.11 # Pod::Coverage 0.23 # t/00-report-prereqs.t ...... ok t/combine_to_class.t ....... ok t/combine_to_instance.t .... ok t/combine_to_role.t ........ ok t/core_moose.t ............. ok t/remove_attributes_bug.t .. ok t/to_class.t ............... ok t/to_instance.t ............ ok t/to_role.t ................ ok t/zzz-check-breaks.t ....... ok All tests successful. Files=10, Tests=72, 4 wallclock secs ( 0.03 usr 0.08 sys + 3.34 cusr 0.74 csys = 4.19 CPU) Result: PASS PASS devel/p5-MooseX-Role-WithOverloading Duration 0m09.00s START devel/p5-MooseX-SemiAffordanceAccessor 2024-11-22T07:53:39Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-SemiAffordanceAccessor-0.10p0 ===> Checking files for p5-MooseX-SemiAffordanceAccessor-0.10p0 `/usr/ports/distfiles/MooseX-SemiAffordanceAccessor-0.10.tar.gz' is up to date. ===> Building from scratch p5-MooseX-SemiAffordanceAccessor-0.10p0 ===> Checking files for p5-MooseX-SemiAffordanceAccessor-0.10p0 `/usr/ports/distfiles/MooseX-SemiAffordanceAccessor-0.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-SemiAffordanceAccessor-0.10p0 ===> Patching for p5-MooseX-SemiAffordanceAccessor-0.10p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-SemiAffordanceAccessor-0.10p0 ===> Configuring for p5-MooseX-SemiAffordanceAccessor-0.10p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::SemiAffordanceAccessor Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-SemiAffordanceAccessor-0.10p0 cp lib/MooseX/SemiAffordanceAccessor.pm blib/lib/MooseX/SemiAffordanceAccessor.pm cp lib/MooseX/SemiAffordanceAccessor/Role/Attribute.pm blib/lib/MooseX/SemiAffordanceAccessor/Role/Attribute.pm Manifying 2 pod documents ===> p5-MooseX-SemiAffordanceAccessor-0.10p0 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-SemiAffordanceAccessor-0.10p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-MooseX-SemiAffordanceAccessor-0.10p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-MooseX-SemiAffordanceAccessor-0.10p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ............. ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # IO::Handle any 1.52 # IPC::Open3 any 1.22 # Test::More 0.88 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # --------------------- ---- ------ # Moose 0.94 2.2207 # Moose::Exporter any 2.2207 # Moose::Role any 2.2207 # Moose::Util::MetaRole any 2.2207 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t ...... ok t/author-no-tabs.t ......... skipped: these tests are for testing by the author t/author-pod-spell.t ....... skipped: these tests are for testing by the author t/basic.t .................. ok t/release-cpan-changes.t ... skipped: these tests are for release candidate testing t/release-eol.t ............ skipped: these tests are for release candidate testing t/release-pod-coverage.t ... skipped: these tests are for release candidate testing t/release-pod-linkcheck.t .. skipped: these tests are for release candidate testing t/release-pod-no404s.t ..... skipped: these tests are for release candidate testing t/release-pod-syntax.t ..... skipped: these tests are for release candidate testing t/release-portability.t .... skipped: these tests are for release candidate testing t/release-synopsis.t ....... skipped: these tests are for release candidate testing t/role.t ................... ok All tests successful. Files=14, Tests=25, 4 wallclock secs ( 0.06 usr 0.09 sys + 2.75 cusr 0.58 csys = 3.48 CPU) Result: PASS PASS devel/p5-MooseX-SemiAffordanceAccessor Duration 0m06.51s START devel/p5-MooseX-Storage 2024-11-22T07:53:46Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Storage-0.53 ===> Checking files for p5-MooseX-Storage-0.53 `/usr/ports/distfiles/MooseX-Storage-0.53.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Storage-0.53 ===> Checking files for p5-MooseX-Storage-0.53 `/usr/ports/distfiles/MooseX-Storage-0.53.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Storage-0.53 ===> Patching for p5-MooseX-Storage-0.53 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Storage-0.53 ===> Configuring for p5-MooseX-Storage-0.53 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::Storage Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-Storage-0.53 cp lib/MooseX/Storage/Meta/Attribute/Trait/DoNotSerialize.pm blib/lib/MooseX/Storage/Meta/Attribute/Trait/DoNotSerialize.pm cp lib/MooseX/Storage/IO/AtomicFile.pm blib/lib/MooseX/Storage/IO/AtomicFile.pm cp lib/MooseX/Storage/Deferred.pm blib/lib/MooseX/Storage/Deferred.pm cp lib/MooseX/Storage/Engine/Trait/DisableCycleDetection.pm blib/lib/MooseX/Storage/Engine/Trait/DisableCycleDetection.pm cp lib/MooseX/Storage/Format/Storable.pm blib/lib/MooseX/Storage/Format/Storable.pm cp lib/MooseX/Storage/Format/JSON.pm blib/lib/MooseX/Storage/Format/JSON.pm cp lib/MooseX/Storage/IO/StorableFile.pm blib/lib/MooseX/Storage/IO/StorableFile.pm cp lib/MooseX/Storage/Engine/IO/File.pm blib/lib/MooseX/Storage/Engine/IO/File.pm cp lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm blib/lib/MooseX/Storage/Meta/Attribute/DoNotSerialize.pm cp lib/MooseX/Storage/Engine/IO/AtomicFile.pm blib/lib/MooseX/Storage/Engine/IO/AtomicFile.pm cp lib/MooseX/Storage/Traits/DisableCycleDetection.pm blib/lib/MooseX/Storage/Traits/DisableCycleDetection.pm cp lib/MooseX/Storage/IO/File.pm blib/lib/MooseX/Storage/IO/File.pm cp lib/MooseX/Storage/Basic.pm blib/lib/MooseX/Storage/Basic.pm cp lib/MooseX/Storage.pm blib/lib/MooseX/Storage.pm cp lib/MooseX/Storage/Engine.pm blib/lib/MooseX/Storage/Engine.pm cp lib/MooseX/Storage/Base/WithChecksum.pm blib/lib/MooseX/Storage/Base/WithChecksum.pm cp lib/MooseX/Storage/Util.pm blib/lib/MooseX/Storage/Util.pm cp lib/MooseX/Storage/Engine/Trait/OnlyWhenBuilt.pm blib/lib/MooseX/Storage/Engine/Trait/OnlyWhenBuilt.pm cp lib/MooseX/Storage/Traits/OnlyWhenBuilt.pm blib/lib/MooseX/Storage/Traits/OnlyWhenBuilt.pm cp lib/MooseX/Storage/Format/YAML.pm blib/lib/MooseX/Storage/Format/YAML.pm Manifying 20 pod documents ===> p5-MooseX-Storage-0.53 depends on: p5-MooseX-Types-* -> p5-MooseX-Types-0.50p0 ===> p5-MooseX-Storage-0.53 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-MooseX-Storage-0.53 depends on: p5-Test-Deep-JSON-* -> p5-Test-Deep-JSON-0.05p0 ===> p5-MooseX-Storage-0.53 depends on: p5-Test-Deep-Type-* -> p5-Test-Deep-Type-0.008p1 ===> p5-MooseX-Storage-0.53 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-Storage-0.53 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-MooseX-Storage-0.53 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> p5-MooseX-Storage-0.53 depends on: p5-Test-Without-Module-* -> p5-Test-Without-Module-0.23 ===> p5-MooseX-Storage-0.53 depends on: p5-YAML-XS-* -> p5-YAML-XS-0.89 ===> p5-MooseX-Storage-0.53 depends on: p5-Digest-HMAC->=1.03p0 -> p5-Digest-HMAC-1.05 ===> p5-MooseX-Storage-0.53 depends on: p5-JSON-MaybeXS->=1.001000 -> p5-JSON-MaybeXS-1.004005 ===> p5-MooseX-Storage-0.53 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> p5-MooseX-Storage-0.53 depends on: p5-Module-Runtime-* -> p5-Module-Runtime-0.016p0 ===> p5-MooseX-Storage-0.53 depends on: p5-Moose->=0.99 -> p5-Moose-2.2207 ===> p5-MooseX-Storage-0.53 depends on: p5-MooseX-Role-Parameterized-* -> p5-MooseX-Role-Parameterized-1.11p0 ===> p5-MooseX-Storage-0.53 depends on: p5-IO-stringy-* -> p5-IO-stringy-2.113 ===> p5-MooseX-Storage-0.53 depends on: p5-YAML-* -> p5-YAML-1.31 ===> p5-MooseX-Storage-0.53 depends on: p5-String-RewritePrefix-* -> p5-String-RewritePrefix-0.009 ===> Regression tests for p5-MooseX-Storage-0.53 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------------ -------- -------- # CPAN::Meta::Requirements 2.120620 2.140 # ExtUtils::MakeMaker any 7.70 # Module::Metadata any 1.000037 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ---------------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # File::Spec::Functions any 3.88 # File::Temp any 0.2311 # JSON::PP any 4.16 # Moose::Util::TypeConstraints any 2.2207 # Test::Deep any 1.204 # Test::Deep::JSON any 0.05 # Test::Deep::Type any 0.008 # Test::Fatal any 0.017 # Test::More 0.88 1.302194 # Test::Needs any 0.002010 # Test::Without::Module any 0.23 # open any 1.13 # overload any 1.37 # strict any 1.12 # utf8 any 1.25 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # --------------------- -------- -------- # CPAN::Meta 2.120900 2.150010 # Test::Deep::JSON any 0.05 # Test::Without::Module any 0.23 # # === Test Suggests === # # Module Want Have # -------------------- ---- ---- # Digest::HMAC_SHA1 any 1.05 # MooseX::Types any 0.50 # MooseX::Types::Moose any 0.50 # # === Runtime Requires === # # Module Want Have # ---------------------- -------- -------- # Carp any 1.54 # Data::Dumper any 2.188 # Digest any 1.20 # IO::AtomicFile any 2.113 # IO::File any 1.52 # JSON::MaybeXS 1.001000 1.004005 # Module::Runtime any 0.016 # Moose 0.99 2.2207 # Moose::Meta::Attribute any 2.2207 # Moose::Role any 2.2207 # Scalar::Util any 1.63 # Storable any 3.32 # String::RewritePrefix any 0.009 # YAML::Any any 1.31 # namespace::autoclean any 0.31 # # === Runtime Recommends === # # Module Want Have # -------------- -------- -------- # IO::AtomicFile any 2.113 # IO::File any 1.52 # JSON::MaybeXS 1.001000 1.004005 # Storable any 3.32 # YAML any 1.31 # YAML::Any any 1.31 # YAML::Syck any 1.34 # YAML::XS any 0.89 # # === Runtime Suggests === # # Module Want Have # ------------------------------- -------- -------- # IO::AtomicFile any 2.113 # IO::File any 1.52 # JSON::MaybeXS 1.001000 1.004005 # MooseX::Storage::Format::JSONpm any missing # Storable any 3.32 # YAML::Any any 1.31 # # === Other Modules === # # Module Have # --------------------------- -------- # Cpanel::JSON::XS 4.38 # Dist::CheckConflicts 0.11 # Encode 3.19 # File::Temp 0.2311 # JSON 4.10 # JSON::DWIW 0.47 # JSON::MaybeXS 1.004005 # JSON::PP 4.16 # JSON::Syck 1.34 # JSON::XS 4.03 # Module::Runtime 0.016 # MooseX::Role::Parameterized 1.11 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # YAML::Any 1.31 # YAML::Old missing # YAML::Syck 1.34 # YAML::Tiny 1.74 # YAML::XS 0.89 # autodie 2.36 # t/00-report-prereqs.t ................... ok t/000_load.t ............................ ok t/001_basic.t ........................... ok # using JSON backend: Cpanel::JSON::XS t/002_basic_io.t ........................ ok t/002_basic_w_subtypes.t ................ ok t/003_basic_w_embedded_objects.t ........ ok t/004_w_cycles.t ........................ ok t/005_w_versions_and_authority_check.t .. ok t/006_w_custom_type_handlers.t .......... ok t/007_false.t ........................... ok t/008_do_not_serialize.t ................ ok t/009_do_not_serialize_lazy.t ........... ok # using JSON backend: Cpanel::JSON::XS t/010_basic_json.t ...................... ok # using JSON backend: Cpanel::JSON::XS t/011_basic_json_w_utf8.t ............... ok t/012_param_json.t ...................... skipped: Need MooseX::Storage::Format::JSONpm # using YAML backend: YAML t/020_basic_yaml.t ...................... ok # using YAML backend: YAML::Syck t/020_basic_yaml_syck.t ................. ok # using YAML backend: YAML::XS t/020_basic_yaml_xs.t ................... ok # using JSON backend: Cpanel::JSON::XS t/030_with_checksum.t ................... ok t/040_basic_utils.t ..................... ok t/050_basic_storable.t .................. ok # using JSON backend: Cpanel::JSON::XS # using YAML backend: YAML::XS t/060_basic_deferred.t .................. ok # using JSON backend: Cpanel::JSON::XS t/061_basic_deferred_w_io.t ............. ok t/070_basic_maybe.t ..................... ok t/080_basic_json_boolean.t .............. ok # using JSON backend: Cpanel::JSON::XS t/100_io.t .............................. ok # using JSON backend: Cpanel::JSON::XS t/101_io_atomic.t ....................... ok t/102_io_storable_file.t ................ ok t/103_io_storable_file_custom.t ......... ok # using JSON backend: Cpanel::JSON::XS t/104_io_w_utf8.t ....................... ok # using JSON backend: Cpanel::JSON::XS t/105_io_atomic_w_utf8.t ................ ok t/200_combined_in_roles.t ............... ok # using JSON backend: Cpanel::JSON::XS t/300_overloaded.t ...................... ok t/400_moosex_types.t .................... ok t/zzz-check-breaks.t .................... ok All tests successful. Test Summary Report ------------------- t/004_w_cycles.t (Wstat: 0 Tests: 17 Failed: 0) TODO passed: 13 t/080_basic_json_boolean.t (Wstat: 0 Tests: 5 Failed: 0) TODO passed: 1 Files=35, Tests=353, 17 wallclock secs ( 0.13 usr 0.17 sys + 13.25 cusr 2.74 csys = 16.29 CPU) Result: PASS PASS devel/p5-MooseX-Storage Duration 0m23.53s START devel/p5-MooseX-StrictConstructor 2024-11-22T07:54:09Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-StrictConstructor-0.21p1 ===> Checking files for p5-MooseX-StrictConstructor-0.21p1 `/usr/ports/distfiles/MooseX-StrictConstructor-0.21.tar.gz' is up to date. ===> Building from scratch p5-MooseX-StrictConstructor-0.21p1 ===> Checking files for p5-MooseX-StrictConstructor-0.21p1 `/usr/ports/distfiles/MooseX-StrictConstructor-0.21.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-StrictConstructor-0.21p1 ===> Patching for p5-MooseX-StrictConstructor-0.21p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-StrictConstructor-0.21p1 ===> Configuring for p5-MooseX-StrictConstructor-0.21p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::StrictConstructor Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-StrictConstructor-0.21p1 cp lib/MooseX/StrictConstructor.pm blib/lib/MooseX/StrictConstructor.pm cp lib/MooseX/StrictConstructor/Trait/Class.pm blib/lib/MooseX/StrictConstructor/Trait/Class.pm cp lib/MooseX/StrictConstructor/Trait/Method/Constructor.pm blib/lib/MooseX/StrictConstructor/Trait/Method/Constructor.pm Manifying 3 pod documents ===> p5-MooseX-StrictConstructor-0.21p1 depends on: p5-Moo-* -> p5-Moo-2.005005 ===> p5-MooseX-StrictConstructor-0.21p1 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-StrictConstructor-0.21p1 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-StrictConstructor-0.21p1 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-MooseX-StrictConstructor-0.21p1 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> Regression tests for p5-MooseX-StrictConstructor-0.21p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::Fatal any 0.017 # Test::Moose any 2.2207 # Test::More 0.96 1.302194 # Test::Needs any 0.002010 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Test Suggests === # # Module Want Have # ------ ---- -------- # Moo any 2.005005 # # === Runtime Requires === # # Module Want Have # --------------------- ---- ------ # B any 1.88 # Moose 0.94 2.2207 # Moose::Exporter any 2.2207 # Moose::Role any 2.2207 # Moose::Util::MetaRole any 2.2207 # namespace::autoclean any 0.31 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/basic.t .............. ok t/instance.t ........... ok t/no_build.t ........... ok All tests successful. Files=4, Tests=33, 2 wallclock secs ( 0.03 usr 0.04 sys + 1.53 cusr 0.30 csys = 1.90 CPU) Result: PASS PASS devel/p5-MooseX-StrictConstructor Duration 0m05.42s START devel/p5-MooseX-Traits 2024-11-22T07:54:15Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Traits-0.13p1 ===> Checking files for p5-MooseX-Traits-0.13p1 `/usr/ports/distfiles/MooseX-Traits-0.13.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Traits-0.13p1 ===> p5-MooseX-Traits-0.13p1 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-Traits-0.13p1 depends on: p5-Sub-Exporter-* -> p5-Sub-Exporter-0.991 ===> p5-MooseX-Traits-0.13p1 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> p5-MooseX-Traits-0.13p1 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-MooseX-Traits-0.13p1 `/usr/ports/distfiles/MooseX-Traits-0.13.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Traits-0.13p1 ===> Patching for p5-MooseX-Traits-0.13p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Traits-0.13p1 ===> Configuring for p5-MooseX-Traits-0.13p1 Creating new 'Build' script for 'MooseX-Traits' version '0.13' ===> Building for p5-MooseX-Traits-0.13p1 cp lib/MooseX/Traits/Util.pm blib/lib/MooseX/Traits/Util.pm cp lib/MooseX/Traits.pm blib/lib/MooseX/Traits.pm ===> p5-MooseX-Traits-0.13p1 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-MooseX-Traits-0.13p1 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-Traits-0.13p1 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> p5-MooseX-Traits-0.13p1 depends on: p5-MooseX-Role-Parameterized-* -> p5-MooseX-Role-Parameterized-1.11p0 ===> Regression tests for p5-MooseX-Traits-0.13p1 t/00-load.t ............ ok do "t/00-report-prereqs.dd" failed, '.' is no longer in @INC; did you mean do "./t/00-report-prereqs.dd"? at t/00-report-prereqs.t line 71. # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Module::Build::Tiny 0.007 0.047 # # === Test Requires === # # Module Want Have # --------------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Moose any 2.2207 # MooseX::Role::Parameterized any 1.11 # Test::Fatal any 0.017 # Test::More 0.88 1.302194 # Test::Requires any 0.11 # ok any 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------------------- ---- ------ # Carp any 1.54 # Class::Load any 0.25 # Moose::Role any 2.2207 # Sub::Exporter any 0.991 # namespace::autoclean any 0.31 # strict any 1.12 # warnings any 1.65 # warnings::register any 1.05 # # === Other Modules === # # Module Have # ------------- ---- # Pod::Coverage 0.23 # t/00-report-prereqs.t .. ok t/basic.t .............. ok t/class.t .............. ok t/parameterized.t ...... ok t/subclass.t ........... ok t/with-traits.t ........ ok t/zzz-check-breaks.t ... ok All tests successful. Files=8, Tests=85, 3 wallclock secs ( 0.04 usr 0.05 sys + 2.62 cusr 0.78 csys = 3.49 CPU) Result: PASS PASS devel/p5-MooseX-Traits Duration 0m07.39s START devel/p5-MooseX-Traits-Pluggable 2024-11-22T07:54:22Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Traits-Pluggable-0.12p0 ===> Checking files for p5-MooseX-Traits-Pluggable-0.12p0 `/usr/ports/distfiles/MooseX-Traits-Pluggable-0.12.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Traits-Pluggable-0.12p0 ===> Checking files for p5-MooseX-Traits-Pluggable-0.12p0 `/usr/ports/distfiles/MooseX-Traits-Pluggable-0.12.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Traits-Pluggable-0.12p0 ===> Patching for p5-MooseX-Traits-Pluggable-0.12p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Traits-Pluggable-0.12p0 ===> Configuring for p5-MooseX-Traits-Pluggable-0.12p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::Traits::Pluggable Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-Traits-Pluggable-0.12p0 cp lib/MooseX/Traits/Pluggable.pm blib/lib/MooseX/Traits/Pluggable.pm Manifying 1 pod document ===> p5-MooseX-Traits-Pluggable-0.12p0 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-MooseX-Traits-Pluggable-0.12p0 depends on: p5-List-MoreUtils-* -> p5-List-MoreUtils-0.430 ===> p5-MooseX-Traits-Pluggable-0.12p0 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-Traits-Pluggable-0.12p0 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> Regression tests for p5-MooseX-Traits-Pluggable-0.12p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t .............. ok t/basic.t ................... ok t/positional_args_and_hr.t .. ok t/release-pod-syntax.t ...... skipped: these tests are for release candidate testing t/subclass.t ................ ok All tests successful. Files=5, Tests=92, 3 wallclock secs ( 0.05 usr 0.07 sys + 1.74 cusr 0.33 csys = 2.19 CPU) Result: PASS PASS devel/p5-MooseX-Traits-Pluggable Duration 0m05.25s START devel/p5-MooseX-Types 2024-11-22T07:54:28Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Types-0.50p0 ===> Checking files for p5-MooseX-Types-0.50p0 `/usr/ports/distfiles/MooseX-Types-0.50.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Types-0.50p0 ===> p5-MooseX-Types-0.50p0 depends on: p5-Carp-Clan-* -> p5-Carp-Clan-6.08p0 ===> p5-MooseX-Types-0.50p0 depends on: p5-Moose->=0.93 -> p5-Moose-2.2207 ===> p5-MooseX-Types-0.50p0 depends on: p5-Module-Runtime-* -> p5-Module-Runtime-0.016p0 ===> p5-MooseX-Types-0.50p0 depends on: p5-Sub-Exporter-* -> p5-Sub-Exporter-0.991 ===> p5-MooseX-Types-0.50p0 depends on: p5-Sub-Exporter-ForMethods-* -> p5-Sub-Exporter-ForMethods-0.100055 ===> p5-MooseX-Types-0.50p0 depends on: p5-Sub-Install-* -> p5-Sub-Install-0.929 ===> p5-MooseX-Types-0.50p0 depends on: p5-Sub-Name-* -> p5-Sub-Name-0.27 ===> p5-MooseX-Types-0.50p0 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> p5-MooseX-Types-0.50p0 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-MooseX-Types-0.50p0 `/usr/ports/distfiles/MooseX-Types-0.50.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Types-0.50p0 ===> Patching for p5-MooseX-Types-0.50p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Types-0.50p0 ===> Configuring for p5-MooseX-Types-0.50p0 Creating new 'Build' script for 'MooseX-Types' version '0.50' ===> Building for p5-MooseX-Types-0.50p0 cp lib/MooseX/Types/TypeDecorator.pm blib/lib/MooseX/Types/TypeDecorator.pm cp lib/MooseX/Types/Base.pm blib/lib/MooseX/Types/Base.pm cp lib/MooseX/Types/Util.pm blib/lib/MooseX/Types/Util.pm cp lib/MooseX/Types/Moose.pm blib/lib/MooseX/Types/Moose.pm cp lib/MooseX/Types/Combine.pm blib/lib/MooseX/Types/Combine.pm cp lib/MooseX/Types/UndefinedType.pm blib/lib/MooseX/Types/UndefinedType.pm cp lib/MooseX/Types.pm blib/lib/MooseX/Types.pm cp lib/MooseX/Types/Wrapper.pm blib/lib/MooseX/Types/Wrapper.pm cp lib/MooseX/Types/CheckedUtilExports.pm blib/lib/MooseX/Types/CheckedUtilExports.pm ===> p5-MooseX-Types-0.50p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-Types-0.50p0 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> Regression tests for p5-MooseX-Types-0.50p0 do "t/00-report-prereqs.dd" failed, '.' is no longer in @INC; did you mean do "./t/00-report-prereqs.dd"? at t/00-report-prereqs.t line 76. # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Module::Build::Tiny 0.034 0.047 # # === Test Requires === # # Module Want Have # ---------------- ---- -------- # File::Spec any 3.88 # Module::Metadata any 1.000037 # Moose::Role any 2.2207 # Test::Fatal any 0.017 # Test::More 0.88 1.302194 # Test::Requires any 0.11 # if any 0.0610 # lib any 0.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------------------------------- -------- -------- # Carp any 1.54 # Carp::Clan 6.00 6.08 # Exporter any 5.77 # Module::Runtime any 0.016 # Moose 1.06 2.2207 # Moose::Exporter any 2.2207 # Moose::Meta::TypeConstraint::Union any 2.2207 # Moose::Util::TypeConstraints any 2.2207 # Scalar::Util 1.19 1.63 # Sub::Exporter any 0.991 # Sub::Exporter::ForMethods 0.100052 0.100055 # Sub::Install any 0.929 # Sub::Name any 0.27 # base any 2.27 # namespace::autoclean 0.16 0.31 # overload any 1.37 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # -------------------- ---- # Dist::CheckConflicts 0.11 # JSON::PP 4.16 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .............. ok t/10_moose-types.t ................. ok t/11_library-definition.t .......... ok t/12_wrapper-definition.t .......... ok t/13_typedecorator.t ............... ok t/14_compatibility-sub-exporter.t .. ok t/15_recursion.t ................... ok t/16_introspection.t ............... ok t/17_syntax_errors.t ............... ok t/18_combined_libs.t ............... ok t/19_typelib_with_role.t ........... ok t/20_union_with_string_type.t ...... ok t/21_coerce_parameterized_types.t .. ok t/22_class_type.t .................. ok t/23_any_subtype.t ................. ok t/24_class_can_isa.t ............... ok t/25-fully-qualified.t ............. ok t/26-multi-combined.t .............. ok t/regressions/01-is_subtype_of.t ... ok t/zzz-check-breaks.t ............... ok All tests successful. Files=20, Tests=250, 9 wallclock secs ( 0.08 usr 0.06 sys + 7.06 cusr 1.74 csys = 8.94 CPU) Result: PASS PASS devel/p5-MooseX-Types Duration 0m13.88s START devel/p5-MooseX-Types-Common 2024-11-22T07:54:41Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Types-Common-0.001014p1 ===> Checking files for p5-MooseX-Types-Common-0.001014p1 `/usr/ports/distfiles/MooseX-Types-Common-0.001014.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Types-Common-0.001014p1 ===> p5-MooseX-Types-Common-0.001014p1 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-MooseX-Types-Common-0.001014p1 `/usr/ports/distfiles/MooseX-Types-Common-0.001014.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Types-Common-0.001014p1 ===> Patching for p5-MooseX-Types-Common-0.001014p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Types-Common-0.001014p1 ===> Configuring for p5-MooseX-Types-Common-0.001014p1 Creating new 'Build' script for 'MooseX-Types-Common' version '0.001014' ===> Building for p5-MooseX-Types-Common-0.001014p1 cp lib/MooseX/Types/Common/String.pm blib/lib/MooseX/Types/Common/String.pm cp lib/MooseX/Types/Common.pm blib/lib/MooseX/Types/Common.pm cp lib/MooseX/Types/Common/Numeric.pm blib/lib/MooseX/Types/Common/Numeric.pm ===> p5-MooseX-Types-Common-0.001014p1 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-MooseX-Types-Common-0.001014p1 depends on: p5-Test-Warnings-* -> p5-Test-Warnings-0.033 ===> p5-MooseX-Types-Common-0.001014p1 depends on: p5-MooseX-Types-* -> p5-MooseX-Types-0.50p0 ===> Regression tests for p5-MooseX-Types-Common-0.001014p1 do "t/00-report-prereqs.dd" failed, '.' is no longer in @INC; did you mean do "./t/00-report-prereqs.dd"? at t/00-report-prereqs.t line 77. # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Module::Build::Tiny 0.034 0.047 # # === Test Requires === # # Module Want Have # ---------------- ----- -------- # File::Spec any 3.88 # Module::Metadata any 1.000037 # Test::Deep any 1.204 # Test::More 0.88 1.302194 # Test::Warnings 0.005 0.033 # open any 1.13 # utf8 any 1.25 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------------------- ---- ------ # Carp any 1.54 # MooseX::Types any 0.50 # MooseX::Types::Moose any 0.50 # if any 0.0610 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # -------------------- ---- # Dist::CheckConflicts 0.11 # JSON::PP 4.16 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # namespace::clean 0.27 # t/00-report-prereqs.t ... ok t/01-string.t ........... ok t/02-numeric.t .......... ok t/03-idiot.t ............ ok t/04-coerce.t ........... ok t/05-unicode.t .......... ok t/06-fully-qualified.t .. ok t/zzz-check-breaks.t .... ok All tests successful. Files=8, Tests=98, 4 wallclock secs ( 0.05 usr 0.06 sys + 2.36 cusr 0.65 csys = 3.12 CPU) Result: PASS PASS devel/p5-MooseX-Types-Common Duration 0m06.21s START devel/p5-MooseX-Types-DateTime 2024-11-22T07:54:48Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Types-DateTime-0.13 ===> Checking files for p5-MooseX-Types-DateTime-0.13 `/usr/ports/distfiles/MooseX-Types-DateTime-0.13.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Types-DateTime-0.13 ===> p5-MooseX-Types-DateTime-0.13 depends on: p5-DateTime->=0.4302 -> p5-DateTime-1.65v0 ===> p5-MooseX-Types-DateTime-0.13 depends on: p5-DateTime-Locale->=0.4001 -> p5-DateTime-Locale-1.42 ===> p5-MooseX-Types-DateTime-0.13 depends on: p5-DateTime-TimeZone->=0.95 -> p5-DateTime-TimeZone-2.62 ===> p5-MooseX-Types-DateTime-0.13 depends on: p5-Moose->=0.41 -> p5-Moose-2.2207 ===> p5-MooseX-Types-DateTime-0.13 depends on: p5-MooseX-Types->=0.30 -> p5-MooseX-Types-0.50p0 ===> p5-MooseX-Types-DateTime-0.13 depends on: p5-namespace-clean->=0.19 -> p5-namespace-clean-0.27p0 ===> Checking files for p5-MooseX-Types-DateTime-0.13 `/usr/ports/distfiles/MooseX-Types-DateTime-0.13.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Types-DateTime-0.13 ===> Patching for p5-MooseX-Types-DateTime-0.13 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Types-DateTime-0.13 ===> Configuring for p5-MooseX-Types-DateTime-0.13 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::Types::DateTime Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-Types-DateTime-0.13 cp lib/MooseX/Types/DateTime.pm blib/lib/MooseX/Types/DateTime.pm Manifying 1 pod document ===> p5-MooseX-Types-DateTime-0.13 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-Types-DateTime-0.13 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> Regression tests for p5-MooseX-Types-DateTime-0.13 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Module::Build::Tiny 0.034 0.047 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ---------------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Locale::Maketext any 1.33 # Moose::Util::TypeConstraints any 2.2207 # Test::Fatal any 0.017 # Test::More 0.88 1.302194 # ok any 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------------------- ------ ------ # DateTime 0.4302 1.65 # DateTime::Duration 0.4302 1.65 # DateTime::Locale 0.4001 1.42 # DateTime::TimeZone 0.95 2.62 # Moose 0.41 2.2207 # MooseX::Types 0.30 0.50 # MooseX::Types::Moose 0.30 0.50 # if any 0.0610 # namespace::clean 0.19 0.27 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # ------------- ---- # Pod::Coverage 0.23 # t/00-report-prereqs.t ... ok t/01_basic.t ............ ok t/06-fully-qualified.t .. ok t/zzz-check-breaks.t .... ok All tests successful. Files=4, Tests=27, 2 wallclock secs ( 0.04 usr 0.05 sys + 1.76 cusr 0.36 csys = 2.21 CPU) Result: PASS PASS devel/p5-MooseX-Types-DateTime Duration 0m06.45s START devel/p5-MooseX-Types-LoadableClass 2024-11-22T07:54:54Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Types-LoadableClass-0.015 ===> Checking files for p5-MooseX-Types-LoadableClass-0.015 `/usr/ports/distfiles/MooseX-Types-LoadableClass-0.015.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Types-LoadableClass-0.015 ===> p5-MooseX-Types-LoadableClass-0.015 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-MooseX-Types-LoadableClass-0.015 `/usr/ports/distfiles/MooseX-Types-LoadableClass-0.015.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Types-LoadableClass-0.015 ===> Patching for p5-MooseX-Types-LoadableClass-0.015 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Types-LoadableClass-0.015 ===> Configuring for p5-MooseX-Types-LoadableClass-0.015 Creating new 'Build' script for 'MooseX-Types-LoadableClass' version '0.015' ===> Building for p5-MooseX-Types-LoadableClass-0.015 cp lib/MooseX/Types/LoadableClass.pm blib/lib/MooseX/Types/LoadableClass.pm ===> p5-MooseX-Types-LoadableClass-0.015 depends on: p5-Class-Load-* -> p5-Class-Load-0.25p0 ===> p5-MooseX-Types-LoadableClass-0.015 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-Types-LoadableClass-0.015 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-Types-LoadableClass-0.015 depends on: p5-namespace-clean->=0.19 -> p5-namespace-clean-0.27p0 ===> p5-MooseX-Types-LoadableClass-0.015 depends on: p5-Module-Runtime-* -> p5-Module-Runtime-0.016p0 ===> p5-MooseX-Types-LoadableClass-0.015 depends on: p5-MooseX-Types-* -> p5-MooseX-Types-0.50p0 ===> p5-MooseX-Types-LoadableClass-0.015 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> Regression tests for p5-MooseX-Types-LoadableClass-0.015 # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Module::Build::Tiny 0.034 0.047 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Test Requires === # # Module Want Have # ---------------- ---- -------- # Class::Load any 0.25 # File::Spec any 3.88 # Module::Metadata any 1.000037 # Moose any 2.2207 # Moose::Role any 2.2207 # Test::Fatal any 0.017 # Test::More 0.88 1.302194 # lib any 0.65 # namespace::clean 0.19 0.27 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------------------- ---- ------ # Module::Runtime any 0.016 # MooseX::Types any 0.50 # MooseX::Types::Moose any 0.50 # if any 0.0610 # namespace::autoclean any 0.31 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # -------------------- ---- # Dist::CheckConflicts 0.11 # JSON::PP 4.16 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # namespace::clean 0.27 # t/00-report-prereqs.t ......... ok t/all_imports.t ............... ok t/basic.t ..................... ok t/clobber_dollerunderscore.t .. ok t/fully-qualified.t ........... ok t/no_moose.t .................. ok t/typemap.t ................... ok t/zzz-check-breaks.t .......... ok All tests successful. Files=8, Tests=54, 4 wallclock secs ( 0.04 usr 0.02 sys + 2.59 cusr 0.86 csys = 3.51 CPU) Result: PASS PASS devel/p5-MooseX-Types-LoadableClass Duration 0m07.50s START devel/p5-MooseX-Types-Path-Class 2024-11-22T07:55:02Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Types-Path-Class-0.09p0 ===> Checking files for p5-MooseX-Types-Path-Class-0.09p0 `/usr/ports/distfiles/MooseX-Types-Path-Class-0.09.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Types-Path-Class-0.09p0 ===> p5-MooseX-Types-Path-Class-0.09p0 depends on: p5-MooseX-Types-* -> p5-MooseX-Types-0.50p0 ===> p5-MooseX-Types-Path-Class-0.09p0 depends on: p5-MooseX-Getopt-* -> p5-MooseX-Getopt-0.76 ===> p5-MooseX-Types-Path-Class-0.09p0 depends on: p5-Path-Class-* -> p5-Path-Class-0.37p0 ===> p5-MooseX-Types-Path-Class-0.09p0 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-MooseX-Types-Path-Class-0.09p0 `/usr/ports/distfiles/MooseX-Types-Path-Class-0.09.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Types-Path-Class-0.09p0 ===> Patching for p5-MooseX-Types-Path-Class-0.09p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Types-Path-Class-0.09p0 ===> Configuring for p5-MooseX-Types-Path-Class-0.09p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::Types::Path::Class Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-Types-Path-Class-0.09p0 cp lib/MooseX/Types/Path/Class.pm blib/lib/MooseX/Types/Path/Class.pm Manifying 1 pod document ===> p5-MooseX-Types-Path-Class-0.09p0 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-Types-Path-Class-0.09p0 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-MooseX-Types-Path-Class-0.09p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-MooseX-Types-Path-Class-0.09p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-MooseX-Types-Path-Class-0.09p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Module::Build::Tiny 0.034 0.047 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ---------------------------- ---- -------- # File::Spec any 3.88 # Module::Metadata any 1.000037 # Moose any 2.2207 # Moose::Util::TypeConstraints any 2.2207 # Test::More any 1.302194 # Test::Needs any 0.002010 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------------------- ---- ------ # MooseX::Types any 0.50 # MooseX::Types::Moose any 0.50 # Path::Class 0.16 0.37 # if any 0.0610 # strict any 1.12 # warnings any 1.65 # # === Runtime Suggests === # # Module Want Have # -------------- ---- ---- # MooseX::Getopt any 0.76 # # === Other Modules === # # Module Have # ------------- ---- # Pod::Coverage 0.23 # t/00-report-prereqs.t .. ok t/01-basic.t ........... ok t/02-getopt.t .......... ok t/03-subtype.t ......... ok t/zzz-check-breaks.t ... ok All tests successful. Files=5, Tests=37, 2 wallclock secs ( 0.05 usr 0.03 sys + 1.87 cusr 0.46 csys = 2.41 CPU) Result: PASS PASS devel/p5-MooseX-Types-Path-Class Duration 0m06.54s START devel/p5-MooseX-Types-Path-Tiny 2024-11-22T07:55:08Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Types-Path-Tiny-0.012p0 ===> Checking files for p5-MooseX-Types-Path-Tiny-0.012p0 `/usr/ports/distfiles/MooseX-Types-Path-Tiny-0.012.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Types-Path-Tiny-0.012p0 ===> p5-MooseX-Types-Path-Tiny-0.012p0 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-MooseX-Types-Path-Tiny-0.012p0 `/usr/ports/distfiles/MooseX-Types-Path-Tiny-0.012.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Types-Path-Tiny-0.012p0 ===> Patching for p5-MooseX-Types-Path-Tiny-0.012p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Types-Path-Tiny-0.012p0 ===> Configuring for p5-MooseX-Types-Path-Tiny-0.012p0 Creating new 'Build' script for 'MooseX-Types-Path-Tiny' version '0.012' ===> Building for p5-MooseX-Types-Path-Tiny-0.012p0 cp lib/MooseX/Types/Path/Tiny.pm blib/lib/MooseX/Types/Path/Tiny.pm ===> p5-MooseX-Types-Path-Tiny-0.012p0 depends on: p5-File-pushd-* -> p5-File-pushd-1.016p0 ===> p5-MooseX-Types-Path-Tiny-0.012p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-Types-Path-Tiny-0.012p0 depends on: p5-MooseX-Types-Stringlike-* -> p5-MooseX-Types-Stringlike-0.003p0 ===> p5-MooseX-Types-Path-Tiny-0.012p0 depends on: p5-Moose->=2 -> p5-Moose-2.2207 ===> p5-MooseX-Types-Path-Tiny-0.012p0 depends on: p5-MooseX-Getopt-* -> p5-MooseX-Getopt-0.76 ===> p5-MooseX-Types-Path-Tiny-0.012p0 depends on: p5-MooseX-Types-* -> p5-MooseX-Types-0.50p0 ===> p5-MooseX-Types-Path-Tiny-0.012p0 depends on: p5-Path-Tiny-* -> p5-Path-Tiny-0.146 ===> p5-MooseX-Types-Path-Tiny-0.012p0 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> Regression tests for p5-MooseX-Types-Path-Tiny-0.012p0 do "t/00-report-prereqs.dd" failed, '.' is no longer in @INC; did you mean do "./t/00-report-prereqs.dd"? at t/00-report-prereqs.t line 77. # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Module::Build::Tiny 0.034 0.047 # # === Test Requires === # # Module Want Have # ---------------- ---- -------- # File::Spec any 3.88 # File::Temp 0.18 0.2311 # File::pushd any 1.016 # Module::Metadata any 1.000037 # Test::Fatal any 0.017 # Test::More 0.96 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------------------- ---- ------ # Moose 2 2.2207 # MooseX::Getopt any 0.76 # MooseX::Types any 0.50 # MooseX::Types::Moose any 0.50 # MooseX::Types::Stringlike any 0.003 # Path::Tiny any 0.146 # if any 0.0610 # namespace::autoclean any 0.31 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # -------------------- ---- # Dist::CheckConflicts 0.11 # JSON::PP 4.16 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # namespace::clean 0.27 # t/00-report-prereqs.t ... ok t/06-fully-qualified.t .. ok t/arrayref.t ............ ok t/basic.t ............... ok t/error.t ............... ok t/zzz-check-breaks.t .... ok All tests successful. Files=6, Tests=40, 3 wallclock secs ( 0.04 usr 0.03 sys + 2.47 cusr 0.65 csys = 3.19 CPU) Result: PASS PASS devel/p5-MooseX-Types-Path-Tiny Duration 0m07.25s START devel/p5-MooseX-Types-Stringlike 2024-11-22T07:55:15Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Types-Stringlike-0.003p0 ===> Checking files for p5-MooseX-Types-Stringlike-0.003p0 `/usr/ports/distfiles/MooseX-Types-Stringlike-0.003.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Types-Stringlike-0.003p0 ===> Checking files for p5-MooseX-Types-Stringlike-0.003p0 `/usr/ports/distfiles/MooseX-Types-Stringlike-0.003.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Types-Stringlike-0.003p0 ===> Patching for p5-MooseX-Types-Stringlike-0.003p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Types-Stringlike-0.003p0 ===> Configuring for p5-MooseX-Types-Stringlike-0.003p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MooseX::Types::Stringlike Writing MYMETA.yml and MYMETA.json ===> Building for p5-MooseX-Types-Stringlike-0.003p0 cp lib/MooseX/Types/Stringlike.pm blib/lib/MooseX/Types/Stringlike.pm Manifying 1 pod document ===> p5-MooseX-Types-Stringlike-0.003p0 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-MooseX-Types-Stringlike-0.003p0 depends on: p5-MooseX-Types-* -> p5-MooseX-Types-0.50p0 ===> Regression tests for p5-MooseX-Types-Stringlike-0.003p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # Version Module # -------- ------------------------ # 2.150010 CPAN::Meta # 2.140 CPAN::Meta::Requirements # 7.70 ExtUtils::MakeMaker # 3.88 File::Spec::Functions # 1.63 List::Util # 2.2207 Moose # 0.50 MooseX::Types # 0.50 MooseX::Types::Moose # 1.302194 Test::More # 1.37 overload # 1.12 strict # 0.9929 version # 1.65 warnings t/00-report-prereqs.t .. ok t/arrayrefs.t .......... ok t/stringable.t ......... ok All tests successful. Files=3, Tests=7, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.94 cusr 0.30 csys = 1.29 CPU) Result: PASS PASS devel/p5-MooseX-Types-Stringlike Duration 0m04.09s START devel/p5-MooseX-Types-Structured 2024-11-22T07:55:20Z export _LOCKS_HELD="" ===> Cleaning for p5-MooseX-Types-Structured-0.36p1 ===> Checking files for p5-MooseX-Types-Structured-0.36p1 `/usr/ports/distfiles/MooseX-Types-Structured-0.36.tar.gz' is up to date. ===> Building from scratch p5-MooseX-Types-Structured-0.36p1 ===> p5-MooseX-Types-Structured-0.36p1 depends on: p5-Devel-PartialDump-* -> p5-Devel-PartialDump-0.20p0 ===> p5-MooseX-Types-Structured-0.36p1 depends on: p5-MooseX-Types->=0.22 -> p5-MooseX-Types-0.50p0 ===> p5-MooseX-Types-Structured-0.36p1 depends on: p5-Sub-Exporter-* -> p5-Sub-Exporter-0.991 ===> p5-MooseX-Types-Structured-0.36p1 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-MooseX-Types-Structured-0.36p1 `/usr/ports/distfiles/MooseX-Types-Structured-0.36.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MooseX-Types-Structured-0.36p1 ===> Patching for p5-MooseX-Types-Structured-0.36p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MooseX-Types-Structured-0.36p1 ===> Configuring for p5-MooseX-Types-Structured-0.36p1 Creating new 'Build' script for 'MooseX-Types-Structured' version '0.36' ===> Building for p5-MooseX-Types-Structured-0.36p1 cp lib/MooseX/Types/Structured/MessageStack.pm blib/lib/MooseX/Types/Structured/MessageStack.pm cp lib/MooseX/Meta/TypeCoercion/Structured/Optional.pm blib/lib/MooseX/Meta/TypeCoercion/Structured/Optional.pm cp lib/MooseX/Meta/TypeConstraint/Structured.pm blib/lib/MooseX/Meta/TypeConstraint/Structured.pm cp lib/MooseX/Meta/TypeCoercion/Structured.pm blib/lib/MooseX/Meta/TypeCoercion/Structured.pm cp lib/MooseX/Meta/TypeConstraint/Structured/Optional.pm blib/lib/MooseX/Meta/TypeConstraint/Structured/Optional.pm cp lib/MooseX/Types/Structured/OverflowHandler.pm blib/lib/MooseX/Types/Structured/OverflowHandler.pm cp lib/MooseX/Types/Structured.pm blib/lib/MooseX/Types/Structured.pm ===> p5-MooseX-Types-Structured-0.36p1 depends on: p5-DateTime-* -> p5-DateTime-1.65v0 ===> p5-MooseX-Types-Structured-0.36p1 depends on: p5-MooseX-Types-DateTime-* -> p5-MooseX-Types-DateTime-0.13 ===> p5-MooseX-Types-Structured-0.36p1 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-MooseX-Types-Structured-0.36p1 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> Regression tests for p5-MooseX-Types-Structured-0.36p1 t/00-load.t .................... ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Module::Build::Tiny 0.034 0.047 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Test Requires === # # Module Want Have # -------------------- ---- -------- # Data::Dumper any 2.188 # DateTime any 1.65 # File::Spec any 3.88 # Module::Metadata any 1.000037 # MooseX::Types::Moose any 0.50 # Test::Fatal any 0.017 # Test::More 0.88 1.302194 # Test::Needs any 0.002010 # strict any 1.12 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Test Suggests === # # Module Want Have # ----------------------- ---- ---- # MooseX::Types::DateTime any 0.13 # # === Runtime Requires === # # Module Want Have # -------------------------------------------- ----- ------ # Devel::PartialDump 0.13 0.20 # Moose any 2.2207 # Moose::Meta::TypeCoercion any 2.2207 # Moose::Meta::TypeConstraint any 2.2207 # Moose::Meta::TypeConstraint::Parameterizable any 2.2207 # Moose::Util::TypeConstraints 1.06 2.2207 # MooseX::Types 0.22 0.50 # Scalar::Util any 1.63 # Sub::Exporter 0.982 0.991 # if any 0.0610 # namespace::clean 0.19 0.27 # overload any 1.37 # # === Other Modules === # # Module Have # -------------------- ---- # Dist::CheckConflicts 0.11 # JSON::PP 4.16 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .......... ok t/01-basic.t ................... ok t/02-tuple.t ................... ok t/03-dict.t .................... ok t/04-combined.t ................ ok t/04-map.t ..................... ok t/05-advanced.t ................ ok t/06-api.t ..................... ok t/07-coerce.t .................. ok t/08-examples.t ................ ok t/09-optional.t ................ ok t/10-recursion.t ............... ok t/11-overflow.t ................ ok t/12-error.t ................... ok t/13-deeper_error.t ............ ok t/14-fully-qualified.t ......... ok t/bug-incorrect-message.t ...... ok t/bug-is-subtype.t ............. ok t/bug-mixed-stringy.t .......... ok t/bug-optional.t ............... ok t/regressions/01-is_type_of.t .. ok t/zzz-check-breaks.t ........... ok All tests successful. Files=23, Tests=362, 14 wallclock secs ( 0.11 usr 0.11 sys + 10.95 cusr 2.30 csys = 13.47 CPU) Result: PASS PASS devel/p5-MooseX-Types-Structured Duration 0m17.71s START devel/p5-Net-Server 2024-11-22T07:55:37Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-Server-2.014p0 ===> Checking files for p5-Net-Server-2.014p0 `/usr/ports/distfiles/Net-Server-2.014.tar.gz' is up to date. ===> Building from scratch p5-Net-Server-2.014p0 ===> Checking files for p5-Net-Server-2.014p0 `/usr/ports/distfiles/Net-Server-2.014.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-Server-2.014p0 ===> Patching for p5-Net-Server-2.014p0 ===> Applying OpenBSD patch patch-lib_Net_Server_Proto_SSLEAY_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |LibreSSL has no engine functions anymore. Do not use them to check |whether loading the Net::SSLeay module was successful. | |Non blocking SSL does not use read or write properly. With TLS 1.2 |it works by accident. Do not use TLS 1.3. | |Index: lib/Net/Server/Proto/SSLEAY.pm |--- lib/Net/Server/Proto/SSLEAY.pm.orig |+++ lib/Net/Server/Proto/SSLEAY.pm -------------------------- Patching file lib/Net/Server/Proto/SSLEAY.pm using Plan A... Hunk #1 succeeded at 27. Hunk #2 succeeded at 153. done ===> Applying OpenBSD patch patch-lib_Net_Server_Proto_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |We don't have the sysctl any more, resulting in this binding to v6 only. | |Index: lib/Net/Server/Proto.pm |--- lib/Net/Server/Proto.pm.orig |+++ lib/Net/Server/Proto.pm -------------------------- Patching file lib/Net/Server/Proto.pm using Plan A... Hunk #1 succeeded at 163. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-Server-2.014p0 ===> Configuring for p5-Net-Server-2.014p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::Server Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-Server-2.014p0 cp lib/Net/Server/Single.pm blib/lib/Net/Server/Single.pm cp lib/Net/Server/Daemonize.pm blib/lib/Net/Server/Daemonize.pm cp lib/Net/Server/Proto/UNIXDGRAM.pm blib/lib/Net/Server/Proto/UNIXDGRAM.pm cp lib/Net/Server/Proto/SSL.pm blib/lib/Net/Server/Proto/SSL.pm cp lib/Net/Server/Log/Log/Log4perl.pm blib/lib/Net/Server/Log/Log/Log4perl.pm cp lib/Net/Server/MultiType.pm blib/lib/Net/Server/MultiType.pm cp lib/Net/Server/Proto/UDP.pm blib/lib/Net/Server/Proto/UDP.pm cp lib/Net/Server/PreFork.pm blib/lib/Net/Server/PreFork.pm cp lib/Net/Server/Proto.pm.orig.port blib/lib/Net/Server/Proto.pm.orig.port cp lib/Net/Server.pm blib/lib/Net/Server.pm cp lib/Net/Server/Proto/SSLEAY.pm blib/lib/Net/Server/Proto/SSLEAY.pm cp lib/Net/Server/Log/Sys/Syslog.pm blib/lib/Net/Server/Log/Sys/Syslog.pm cp lib/Net/Server/HTTP.pm blib/lib/Net/Server/HTTP.pm cp lib/Net/Server/Proto.pm blib/lib/Net/Server/Proto.pm cp lib/Net/Server/PreForkSimple.pm blib/lib/Net/Server/PreForkSimple.pm cp lib/Net/Server/Proto/TCP.pm blib/lib/Net/Server/Proto/TCP.pm cp lib/Net/Server/SIG.pm blib/lib/Net/Server/SIG.pm cp lib/Net/Server/Proto/UNIX.pm blib/lib/Net/Server/Proto/UNIX.pm cp lib/Net/Server.pod blib/lib/Net/Server.pod cp lib/Net/Server/PSGI.pm blib/lib/Net/Server/PSGI.pm cp lib/Net/Server/Fork.pm blib/lib/Net/Server/Fork.pm cp lib/Net/Server/Multiplex.pm blib/lib/Net/Server/Multiplex.pm cp lib/Net/Server/Proto/SSLEAY.pm.orig.port blib/lib/Net/Server/Proto/SSLEAY.pm.orig.port cp lib/Net/Server/INET.pm blib/lib/Net/Server/INET.pm cp lib/Net/Server/Thread.pm blib/lib/Net/Server/Thread.pm cp bin/net-server blib/script/net-server "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/net-server Manifying 1 pod document Manifying 22 pod documents ===> p5-Net-Server-2.014p0 depends on: p5-IO-Multiplex-* -> p5-IO-Multiplex-1.16p0 ===> p5-Net-Server-2.014p0 depends on: p5-IO-Socket-INET6-* -> p5-IO-Socket-INET6-2.73 ===> p5-Net-Server-2.014p0 depends on: p5-IO-Socket-SSL-* -> p5-IO-Socket-SSL-2.089 ===> p5-Net-Server-2.014p0 depends on: p5-Net-SSLeay-* -> p5-Net-SSLeay-1.94p0 ===> Regression tests for p5-Net-Server-2.014p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Options.t ............... ok t/Port_Configuration.t .... ok t/Server_BASE.t ........... ok t/Server_Fork.t ........... ok t/Server_http.t ........... ok t/Server_INET.t ........... ok t/Server_Multiplex.t ...... ok t/Server_MultiType.t ...... ok t/Server_PreFork.t ........ ok t/Server_PreForkSimple.t .. ok t/Server_psgi.t ........... ok t/Server_Single.t ......... ok t/Server_Thread.t ......... ok t/SSL_test.t .............. ok t/SSLEAY_test.t ........... ok t/UDP_test.t .............. ok t/UNIX_test.t ............. ok All tests successful. Files=17, Tests=195, 3 wallclock secs ( 0.14 usr 0.12 sys + 1.65 cusr 1.02 csys = 2.93 CPU) Result: PASS PASS devel/p5-Net-Server Duration 0m07.52s START devel/p5-POE 2024-11-22T07:55:45Z export _LOCKS_HELD="" ===> Cleaning for p5-POE-1.370 ===> Checking files for p5-POE-1.370 `/usr/ports/distfiles/POE-1.370.tar.gz' is up to date. ===> Building from scratch p5-POE-1.370 ===> p5-POE-1.370 depends on: p5-POE-Test-Loops->=1.360 -> p5-POE-Test-Loops-1.360p0 ===> Checking files for p5-POE-1.370 `/usr/ports/distfiles/POE-1.370.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-POE-1.370 ===> Patching for p5-POE-1.370 ===> Applying OpenBSD patch patch-t_90_regression_rt56417-wheel-run_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix child process leaking, solution given by upstream |see https://code.activestate.com/lists/perl-poe/5008/ |Index: t/90_regression/rt56417-wheel-run.t |--- t/90_regression/rt56417-wheel-run.t.orig |+++ t/90_regression/rt56417-wheel-run.t -------------------------- Patching file t/90_regression/rt56417-wheel-run.t using Plan A... Hunk #1 succeeded at 93. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-POE-1.370 ===> Configuring for p5-POE-1.370 ============================================= STDIN is not a terminal. Assuming --default. ============================================= Some of POE's tests require a functional network. You can skip these tests if you'd like. Would you like to skip the network tests? [n] n Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for POE Writing MYMETA.yml and MYMETA.json ===> Building for p5-POE-1.370 "/usr/bin/perl" mylib/gen-tests.perl lib/POE.pm cp lib/POE/Loop.pm blib/lib/POE/Loop.pm cp lib/POE/Wheel/SocketFactory.pm blib/lib/POE/Wheel/SocketFactory.pm cp lib/POE/Resources.pm blib/lib/POE/Resources.pm cp lib/POE/Filter/Stream.pm blib/lib/POE/Filter/Stream.pm cp lib/POE/Resource/Signals.pm blib/lib/POE/Resource/Signals.pm cp lib/POE/Filter/Block.pm blib/lib/POE/Filter/Block.pm cp lib/POE/Filter/Reference.pm blib/lib/POE/Filter/Reference.pm cp lib/POE/Test/Sequence.pm blib/lib/POE/Test/Sequence.pm cp lib/POE/Filter/Grep.pm blib/lib/POE/Filter/Grep.pm cp lib/POE/Resource/FileHandles.pm blib/lib/POE/Resource/FileHandles.pm cp lib/POE/Filter/Line.pm blib/lib/POE/Filter/Line.pm cp lib/POE/Session.pm blib/lib/POE/Session.pm cp lib/POE/Pipe/TwoWay.pm blib/lib/POE/Pipe/TwoWay.pm cp lib/POE/Wheel/Curses.pm blib/lib/POE/Wheel/Curses.pm cp lib/POE/Resource.pm blib/lib/POE/Resource.pm cp lib/POE/Queue.pm blib/lib/POE/Queue.pm cp lib/POE/Kernel.pm blib/lib/POE/Kernel.pm cp lib/POE/Resource/Extrefs.pm blib/lib/POE/Resource/Extrefs.pm cp lib/POE/Resource/Aliases.pm blib/lib/POE/Resource/Aliases.pm cp lib/POE/Filter/Map.pm blib/lib/POE/Filter/Map.pm cp lib/POE/Resource/Events.pm blib/lib/POE/Resource/Events.pm cp lib/POE/Loop/PerlSignals.pm blib/lib/POE/Loop/PerlSignals.pm cp lib/POE/Component/Server/TCP.pm blib/lib/POE/Component/Server/TCP.pm cp lib/POE/Resource/Sessions.pm blib/lib/POE/Resource/Sessions.pm cp lib/POE/Pipe/OneWay.pm blib/lib/POE/Pipe/OneWay.pm cp lib/POE/Filter/RecordBlock.pm blib/lib/POE/Filter/RecordBlock.pm cp lib/POE/Pipe.pm blib/lib/POE/Pipe.pm cp lib/POE/Filter/HTTPD.pm blib/lib/POE/Filter/HTTPD.pm cp lib/POE/Loop/Select.pm blib/lib/POE/Loop/Select.pm cp lib/POE/NFA.pm blib/lib/POE/NFA.pm cp lib/POE/Driver/SysRW.pm blib/lib/POE/Driver/SysRW.pm cp lib/POE/Filter/Stackable.pm blib/lib/POE/Filter/Stackable.pm cp lib/POE/Wheel.pm blib/lib/POE/Wheel.pm cp lib/POE/Wheel/ListenAccept.pm blib/lib/POE/Wheel/ListenAccept.pm cp lib/POE/Filter.pm blib/lib/POE/Filter.pm cp lib/POE/Driver.pm blib/lib/POE/Driver.pm cp lib/POE/Queue/Array.pm blib/lib/POE/Queue/Array.pm cp lib/POE/Loop/IO_Poll.pm blib/lib/POE/Loop/IO_Poll.pm cp lib/POE/Wheel/Run.pm blib/lib/POE/Wheel/Run.pm cp lib/POE/Component.pm blib/lib/POE/Component.pm cp lib/POE/Component/Client/TCP.pm blib/lib/POE/Component/Client/TCP.pm cp lib/POE/Wheel/ReadLine.pm blib/lib/POE/Wheel/ReadLine.pm cp lib/POE/Resource/SIDs.pm blib/lib/POE/Resource/SIDs.pm cp lib/POE/Wheel/ReadWrite.pm blib/lib/POE/Wheel/ReadWrite.pm cp lib/POE.pm blib/lib/POE.pm cp lib/POE/Resource/Clock.pm blib/lib/POE/Resource/Clock.pm cp lib/POE/Wheel/FollowTail.pm blib/lib/POE/Wheel/FollowTail.pm Manifying 47 pod documents # XXX prevent gen-tests from running again during fake touch /usr/ports/pobj/p5-POE-1.370/POE-1.370/lib/POE.pm ===> p5-POE-1.370 depends on: p5-Term-Size-* -> p5-Term-Size-0.211 ===> p5-POE-1.370 depends on: p5-YAML-* -> p5-YAML-1.31 ===> p5-POE-1.370 depends on: p5-Socket-GetAddrInfo-* -> p5-Socket-GetAddrInfo-0.22p2 ===> p5-POE-1.370 depends on: p5-HTTP-Message-* -> p5-HTTP-Message-7.00 ===> p5-POE-1.370 depends on: p5-Curses->=1.08 -> p5-Curses-1.45 ===> p5-POE-1.370 depends on: p5-IO-Pipely->=0.005 -> p5-IO-Pipely-0.006 ===> p5-POE-1.370 depends on: p5-IO-Tty->=1.08 -> p5-IO-Tty-1.20 ===> p5-POE-1.370 depends on: p5-Socket6->=0.23 -> p5-Socket6-0.29p0 ===> p5-POE-1.370 depends on: p5-URI->=1.74 -> p5-URI-5.31 ===> p5-POE-1.370 depends on: p5-libwww->=5.79 -> p5-libwww-6.77 ===> p5-POE-1.370 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-POE-1.370 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-POE-1.370 Skip blib/lib/POE/Filter.pm (unchanged) Skip blib/lib/POE/Resource.pm (unchanged) Skip blib/lib/POE/Component/Client/TCP.pm (unchanged) Skip blib/lib/POE/Wheel/ReadLine.pm (unchanged) Skip blib/lib/POE/Filter/Block.pm (unchanged) Skip blib/lib/POE/NFA.pm (unchanged) Skip blib/lib/POE/Resource/SIDs.pm (unchanged) Skip blib/lib/POE/Resources.pm (unchanged) Skip blib/lib/POE/Resource/Signals.pm (unchanged) Skip blib/lib/POE/Wheel.pm (unchanged) Skip blib/lib/POE/Test/Sequence.pm (unchanged) Skip blib/lib/POE/Component.pm (unchanged) Skip blib/lib/POE/Filter/Grep.pm (unchanged) Skip blib/lib/POE/Wheel/ListenAccept.pm (unchanged) Skip blib/lib/POE.pm (unchanged) Skip blib/lib/POE/Wheel/FollowTail.pm (unchanged) Skip blib/lib/POE/Queue.pm (unchanged) Skip blib/lib/POE/Filter/Line.pm (unchanged) Skip blib/lib/POE/Resource/FileHandles.pm (unchanged) Skip blib/lib/POE/Loop/PerlSignals.pm (unchanged) Skip blib/lib/POE/Driver.pm (unchanged) Skip blib/lib/POE/Resource/Events.pm (unchanged) Skip blib/lib/POE/Loop/Select.pm (unchanged) Skip blib/lib/POE/Resource/Clock.pm (unchanged) Skip blib/lib/POE/Wheel/ReadWrite.pm (unchanged) Skip blib/lib/POE/Component/Server/TCP.pm (unchanged) Skip blib/lib/POE/Driver/SysRW.pm (unchanged) Skip blib/lib/POE/Loop/IO_Poll.pm (unchanged) Skip blib/lib/POE/Pipe/OneWay.pm (unchanged) Skip blib/lib/POE/Wheel/Run.pm (unchanged) Skip blib/lib/POE/Loop.pm (unchanged) Skip blib/lib/POE/Filter/Reference.pm (unchanged) Skip blib/lib/POE/Resource/Sessions.pm (unchanged) Skip blib/lib/POE/Wheel/Curses.pm (unchanged) Skip blib/lib/POE/Filter/Stackable.pm (unchanged) Skip blib/lib/POE/Queue/Array.pm (unchanged) Skip blib/lib/POE/Kernel.pm (unchanged) Skip blib/lib/POE/Filter/RecordBlock.pm (unchanged) Skip blib/lib/POE/Filter/Stream.pm (unchanged) Skip blib/lib/POE/Filter/HTTPD.pm (unchanged) Skip blib/lib/POE/Wheel/SocketFactory.pm (unchanged) Skip blib/lib/POE/Resource/Extrefs.pm (unchanged) Skip blib/lib/POE/Pipe.pm (unchanged) Skip blib/lib/POE/Session.pm (unchanged) Skip blib/lib/POE/Pipe/TwoWay.pm (unchanged) Skip blib/lib/POE/Resource/Aliases.pm (unchanged) Skip blib/lib/POE/Filter/Map.pm (unchanged) PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/*/*/*.t # Testing POE 1.370, POE::Test::Loops 1.360, Perl 5.038002, /usr/bin/perl on openbsd # pogomips: 22565651 t/00_info.t ........................................ ok t/10_units/01_pod/01_pod.t ......................... ok t/10_units/01_pod/02_pod_coverage.t ................ ok t/10_units/01_pod/03_pod_no404s.t .................. skipped: Test::Pod::No404s is needed for these tests. t/10_units/01_pod/04_pod_linkcheck.t ............... skipped: Test::Pod::LinkCheck is needed for these tests. t/10_units/02_pipes/01_base.t ...................... skipped: not implemented yet t/10_units/02_pipes/02_oneway.t .................... ok t/10_units/02_pipes/03_twoway.t .................... ok t/10_units/03_base/01_poe.t ........................ ok t/10_units/03_base/03_component.t .................. ok t/10_units/03_base/04_driver.t ..................... ok t/10_units/03_base/05_filter.t ..................... ok t/10_units/03_base/06_loop.t ....................... ok t/10_units/03_base/07_queue.t ...................... ok t/10_units/03_base/08_resource.t ................... ok t/10_units/03_base/09_resources.t .................. ok t/10_units/03_base/10_wheel.t ...................... ok t/10_units/03_base/11_assert_usage.t ............... ok t/10_units/03_base/12_assert_retval.t .............. ok t/10_units/03_base/13_assert_data.t ................ ok t/10_units/03_base/14_kernel.t ..................... ok t/10_units/03_base/15_kernel_internal.t ............ ok t/10_units/03_base/16_nfa_usage.t .................. ok t/10_units/03_base/17_detach_start.t ............... ok t/10_units/04_drivers/01_sysrw.t ................... ok t/10_units/05_filters/01_block.t ................... ok t/10_units/05_filters/02_grep.t .................... ok Downgrading wide characters in HTTP header. Consider installing Email::MIME::RFC2047::Encoder at /usr/ports/pobj/p5-POE-1.370/POE-1.370/blib/lib/POE/Filter/HTTPD.pm line 73. POE::Filter::HTTPD::__ANON__("En \x{e9}t\x{e9}") called at /usr/ports/pobj/p5-POE-1.370/POE-1.370/blib/lib/POE/Filter/HTTPD.pm line 449 POE::Filter::HTTPD::headers_as_strings(POE::Filter::HTTPD=ARRAY(0x7a793990), HTTP::Headers=HASH(0x7a7980b0), "\x{d}\x{a}") called at /usr/ports/pobj/p5-POE-1.370/POE-1.370/blib/lib/POE/Filter/HTTPD.pm line 411 POE::Filter::HTTPD::put(POE::Filter::HTTPD=ARRAY(0x7a793990), ARRAY(0x7a798240)) called at t/10_units/05_filters/03_http.t line 426 t/10_units/05_filters/03_http.t .................... ok t/10_units/05_filters/04_line.t .................... ok t/10_units/05_filters/05_map.t ..................... ok t/10_units/05_filters/06_recordblock.t ............. ok t/10_units/05_filters/07_reference.t ............... ok t/10_units/05_filters/08_stream.t .................. ok t/10_units/05_filters/50_stackable.t ............... ok t/10_units/05_filters/51_reference_die.t ........... ok t/10_units/05_filters/99_filterchange.t ............ ok t/10_units/06_queues/01_array.t .................... ok t/10_units/07_exceptions/01_normal.t ............... ok t/10_units/07_exceptions/02_turn_off.t ............. ok t/10_units/07_exceptions/03_not_handled.t .......... ok t/10_units/08_loops/01_explicit_loop.t ............. ok t/10_units/08_loops/02_explicit_loop_fail.t ........ ok t/10_units/08_loops/03_explicit_loop_poll.t ........ ok t/10_units/08_loops/04_explicit_loop_envvar.t ...... ok t/10_units/08_loops/05_kernel_loop.t ............... ok t/10_units/08_loops/06_kernel_loop_poll.t .......... ok t/10_units/08_loops/07_kernel_loop_fail.t .......... ok t/10_units/08_loops/08_kernel_loop_search_poll.t ... ok t/10_units/08_loops/09_naive_loop_load.t ........... ok t/10_units/08_loops/10_naive_loop_load_poll.t ...... ok t/10_units/08_loops/11_double_loop.t ............... ok t/20_resources/10_perl/aliases.t ................... ok t/20_resources/10_perl/caller_state.t .............. ok t/20_resources/10_perl/events.t .................... ok t/20_resources/10_perl/extrefs.t ................... ok t/20_resources/10_perl/extrefs_gc.t ................ ok t/20_resources/10_perl/filehandles.t ............... ok t/20_resources/10_perl/sessions.t .................. ok t/20_resources/10_perl/sids.t ...................... ok t/20_resources/10_perl/signals.t ................... ok # Testing POE 1.370, POE::Test::Loops 1.360, Using Loop(POE::Loop::IO_Poll), Perl 5.038002, /usr/bin/perl on openbsd t/30_loops/io_poll/00_info.t ....................... ok t/30_loops/io_poll/all_errors.t .................... skipped: most of these should move into other test files t/30_loops/io_poll/comp_tcp.t ...................... ok # You might see a 'disconnect' error during this test. # It may be ignored. t/30_loops/io_poll/comp_tcp_concurrent.t ........... ok t/30_loops/io_poll/connect_errors.t ................ ok t/30_loops/io_poll/k_alarms.t ...................... ok t/30_loops/io_poll/k_aliases.t ..................... ok t/30_loops/io_poll/k_detach.t ...................... ok t/30_loops/io_poll/k_run_returns.t ................. ok t/30_loops/io_poll/k_selects.t ..................... ok t/30_loops/io_poll/k_sig_child.t ................... ok t/30_loops/io_poll/k_signals.t ..................... ok t/30_loops/io_poll/k_signals_rerun.t ............... ok t/30_loops/io_poll/sbk_signal_init.t ............... ok t/30_loops/io_poll/ses_nfa.t ....................... ok # This test generates some STDERR during trace testing. === 2090 === 23 -> _start (from /usr/ports/pobj/p5-POE-1.370/POE-1.370/blib/lib/POE/Kernel.pm at 1498) === 2090 === 23 -> woot (from /usr/local/libdata/perl5/site_perl/POE/Test/Loops/ses_session.pm at 691) === 2090 === 23 -> narf (from /usr/local/libdata/perl5/site_perl/POE/Test/Loops/ses_session.pm at 692) === 2090 === 23 -> _stop (from /usr/ports/pobj/p5-POE-1.370/POE-1.370/blib/lib/POE/Resource/Sessions.pm at 571) t/30_loops/io_poll/ses_session.t ................... ok t/30_loops/io_poll/wheel_accept.t .................. ok t/30_loops/io_poll/wheel_curses.t .................. skipped: Need help with Curses functions blocking under ptys t/30_loops/io_poll/wheel_readline.t ................ skipped: not running in a terminal t/30_loops/io_poll/wheel_readwrite.t ............... ok t/30_loops/io_poll/wheel_run.t ..................... ok t/30_loops/io_poll/wheel_run_size.t ................ ok t/30_loops/io_poll/wheel_sf_ipv6.t ................. skipped: Socket::GetAddrInfo is needed for IPv6 tests t/30_loops/io_poll/wheel_sf_tcp.t .................. ok t/30_loops/io_poll/wheel_sf_udp.t .................. ok t/30_loops/io_poll/wheel_sf_unix.t ................. ok t/30_loops/io_poll/wheel_tail.t .................... ok t/30_loops/io_poll/z_kogman_sig_order.t ............ ok t/30_loops/io_poll/z_leolo_wheel_run.t ............. ok # Using '/usr/bin/true' as our thing to run under system() t/30_loops/io_poll/z_merijn_sigchld_system.t ....... ok t/30_loops/io_poll/z_rt39872_sigchld.t ............. ok # Parent 89356 waiting 3sec for slow systems to settle. # sending sigusr1 # sent sigusr1 t/30_loops/io_poll/z_rt39872_sigchld_stop.t ........ ok t/30_loops/io_poll/z_rt53302_fh_watchers.t ......... ok t/30_loops/io_poll/z_rt54319_bazerka_followtail.t .. ok t/30_loops/io_poll/z_steinert_signal_integrity.t ... ok # Testing POE 1.370, POE::Test::Loops 1.360, Using Loop(POE::Loop::Select), Perl 5.038002, /usr/bin/perl on openbsd t/30_loops/select/00_info.t ........................ ok t/30_loops/select/all_errors.t ..................... skipped: most of these should move into other test files t/30_loops/select/comp_tcp.t ....................... ok # You might see a 'disconnect' error during this test. # It may be ignored. t/30_loops/select/comp_tcp_concurrent.t ............ ok t/30_loops/select/connect_errors.t ................. ok t/30_loops/select/k_alarms.t ....................... ok t/30_loops/select/k_aliases.t ...................... ok t/30_loops/select/k_detach.t ....................... ok t/30_loops/select/k_run_returns.t .................. ok t/30_loops/select/k_selects.t ...................... ok t/30_loops/select/k_sig_child.t .................... ok t/30_loops/select/k_signals.t ...................... ok t/30_loops/select/k_signals_rerun.t ................ ok t/30_loops/select/sbk_signal_init.t ................ ok t/30_loops/select/ses_nfa.t ........................ ok # This test generates some STDERR during trace testing. === 63880 === 23 -> _start (from /usr/ports/pobj/p5-POE-1.370/POE-1.370/blib/lib/POE/Kernel.pm at 1498) === 63880 === 23 -> woot (from /usr/local/libdata/perl5/site_perl/POE/Test/Loops/ses_session.pm at 691) === 63880 === 23 -> narf (from /usr/local/libdata/perl5/site_perl/POE/Test/Loops/ses_session.pm at 692) === 63880 === 23 -> _stop (from /usr/ports/pobj/p5-POE-1.370/POE-1.370/blib/lib/POE/Resource/Sessions.pm at 571) t/30_loops/select/ses_session.t .................... ok t/30_loops/select/wheel_accept.t ................... ok t/30_loops/select/wheel_curses.t ................... skipped: Need help with Curses functions blocking under ptys t/30_loops/select/wheel_readline.t ................. skipped: not running in a terminal t/30_loops/select/wheel_readwrite.t ................ ok t/30_loops/select/wheel_run.t ...................... ok t/30_loops/select/wheel_run_size.t ................. ok t/30_loops/select/wheel_sf_ipv6.t .................. skipped: Socket::GetAddrInfo is needed for IPv6 tests t/30_loops/select/wheel_sf_tcp.t ................... ok t/30_loops/select/wheel_sf_udp.t ................... ok t/30_loops/select/wheel_sf_unix.t .................. ok t/30_loops/select/wheel_tail.t ..................... ok t/30_loops/select/z_kogman_sig_order.t ............. ok t/30_loops/select/z_leolo_wheel_run.t .............. ok # Using '/usr/bin/true' as our thing to run under system() t/30_loops/select/z_merijn_sigchld_system.t ........ ok t/30_loops/select/z_rt39872_sigchld.t .............. ok # Parent 4848 waiting 3sec for slow systems to settle. # sending sigusr1 # sent sigusr1 t/30_loops/select/z_rt39872_sigchld_stop.t ......... ok t/30_loops/select/z_rt53302_fh_watchers.t .......... ok t/30_loops/select/z_rt54319_bazerka_followtail.t ... ok t/30_loops/select/z_steinert_signal_integrity.t .... ok t/90_regression/agaran-filter-httpd.t .............. ok t/90_regression/averell-callback-ret.t ............. ok t/90_regression/bingos-followtail.t ................ ok t/90_regression/broeren-win32-nbio.t ............... skipped: This test examines ActiveState Perl behavior. t/90_regression/cfedde-filter-httpd.t .............. ok t/90_regression/ferrari-server-unix.t .............. ok t/90_regression/grinnz-die-in-die.t ................ ok Died at t/90_regression/hinrik-wheel-run-die.t line 21. t/90_regression/hinrik-wheel-run-die.t ............. ok # This test can take up to 10 seconds t/90_regression/kjeldahl-stop-start-polling.t ...... ok # This test can take up to 10 seconds t/90_regression/kjeldahl-stop-start-sig-nopipe.t ... ok # This test can take up to 10 seconds t/90_regression/kjeldahl-stop-start-sig-pipe.t ..... ok t/90_regression/leolo-sig-die.t .................... ok t/90_regression/meh-startstop-return.t ............. ok t/90_regression/neyuki_detach.t .................... ok t/90_regression/pipe-followtail.t .................. ok t/90_regression/prumike-win32-stat.t ............... skipped: This test examines Strawberry/ActiveState Perl behavior. t/90_regression/rt14444-arg1.t ..................... ok t/90_regression/rt1648-tied-stderr.t ............... ok t/90_regression/rt19908-merlyn-stop.t .............. ok t/90_regression/rt23181-sigchld-rc.t ............... ok # This test can take up to about 20 seconds t/90_regression/rt47966-sigchld.t .................. ok t/90_regression/rt56417-wheel-run.t ................ ok t/90_regression/rt65460-forking.t .................. ok t/90_regression/socketfactory-timeout.t ............ ok t/90_regression/somni-poco-server-tcp.t ............ ok t/90_regression/steinert-passed-wheel.t ............ ok t/90_regression/suzman_windows.t ................... ok t/90_regression/ton-stop-corruption.t .............. ok t/90_regression/tracing-sane-exit.t ................ ok t/90_regression/whelan-dieprop.t ................... ok t/90_regression/whjackson-followtail.t ............. ok All tests successful. Test Summary Report ------------------- t/10_units/05_filters/03_http.t (Wstat: 0 Tests: 137 Failed: 0) TODO passed: 85 Files=161, Tests=4385, 129 wallclock secs ( 0.81 usr 0.46 sys + 32.66 cusr 13.22 csys = 47.15 CPU) Result: PASS PASS devel/p5-POE Duration 2m16.24s START devel/p5-Package-DeprecationManager 2024-11-22T07:58:01Z export _LOCKS_HELD="" ===> Cleaning for p5-Package-DeprecationManager-0.18 ===> Checking files for p5-Package-DeprecationManager-0.18 `/usr/ports/distfiles/Package-DeprecationManager-0.18.tar.gz' is up to date. ===> Building from scratch p5-Package-DeprecationManager-0.18 ===> Checking files for p5-Package-DeprecationManager-0.18 `/usr/ports/distfiles/Package-DeprecationManager-0.18.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Package-DeprecationManager-0.18 ===> Patching for p5-Package-DeprecationManager-0.18 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Package-DeprecationManager-0.18 ===> Configuring for p5-Package-DeprecationManager-0.18 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Package::DeprecationManager Writing MYMETA.yml and MYMETA.json ===> Building for p5-Package-DeprecationManager-0.18 cp lib/Package/DeprecationManager.pm blib/lib/Package/DeprecationManager.pm Manifying 1 pod document ===> p5-Package-DeprecationManager-0.18 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Package-DeprecationManager-0.18 depends on: p5-Test-Warnings-* -> p5-Test-Warnings-0.033 ===> p5-Package-DeprecationManager-0.18 depends on: p5-Package-Stash-* -> p5-Package-Stash-0.40 ===> p5-Package-DeprecationManager-0.18 depends on: p5-Params-Util-* -> p5-Params-Util-1.102 ===> p5-Package-DeprecationManager-0.18 depends on: p5-Sub-Install-* -> p5-Sub-Install-0.929 ===> p5-Package-DeprecationManager-0.18 depends on: p5-Sub-Name-* -> p5-Sub-Name-0.27 ===> Regression tests for p5-Package-DeprecationManager-0.18 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # Exporter any 5.77 # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::Fatal any 0.017 # Test::More 0.96 1.302194 # Test::Warnings any 0.033 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------------- ---- ----- # Carp any 1.54 # List::Util 1.33 1.63 # Package::Stash any 0.40 # Params::Util any 1.102 # Sub::Install any 0.929 # Sub::Util any 1.63 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/basic.t .............. ok t/export.t ............. ok All tests successful. Files=3, Tests=30, 0 wallclock secs ( 0.03 usr 0.05 sys + 0.62 cusr 0.17 csys = 0.87 CPU) Result: PASS PASS devel/p5-Package-DeprecationManager Duration 0m04.45s START devel/p5-Package-Stash 2024-11-22T07:58:05Z export _LOCKS_HELD="" ===> Cleaning for p5-Package-Stash-0.40 ===> Checking files for p5-Package-Stash-0.40 `/usr/ports/distfiles/Package-Stash-0.40.tar.gz' is up to date. ===> Building from scratch p5-Package-Stash-0.40 ===> p5-Package-Stash-0.40 depends on: p5-Dist-CheckConflicts->=0.02 -> p5-Dist-CheckConflicts-0.11p0 ===> Checking files for p5-Package-Stash-0.40 `/usr/ports/distfiles/Package-Stash-0.40.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Package-Stash-0.40 ===> Patching for p5-Package-Stash-0.40 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Package-Stash-0.40 ===> Configuring for p5-Package-Stash-0.40 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Package::Stash Writing MYMETA.yml and MYMETA.json ===> Building for p5-Package-Stash-0.40 cp lib/Package/Stash.pm blib/lib/Package/Stash.pm cp lib/Package/Stash/PP.pm blib/lib/Package/Stash/PP.pm cp lib/Package/Stash/Conflicts.pm blib/lib/Package/Stash/Conflicts.pm cp bin/package-stash-conflicts blib/script/package-stash-conflicts "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/package-stash-conflicts Manifying 2 pod documents ===> p5-Package-Stash-0.40 depends on: p5-CPAN-Meta-Check->=0.011 -> p5-CPAN-Meta-Check-0.018 ===> p5-Package-Stash-0.40 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Package-Stash-0.40 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-Package-Stash-0.40 depends on: p5-Module-Implementation->=0.06 -> p5-Module-Implementation-0.09p0 ===> p5-Package-Stash-0.40 depends on: p5-Package-Stash-XS->=0.26 -> p5-Package-Stash-XS-0.30 ===> Regression tests for p5-Package-Stash-0.40 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/impl-selection/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # -------------------- ---- ---- # Dist::CheckConflicts 0.02 0.11 # ExtUtils::MakeMaker any 7.70 # Text::ParseWords any 3.31 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------------ ----- -------- # CPAN::Meta::Check 0.011 0.018 # CPAN::Meta::Requirements any 2.140 # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::Fatal any 0.017 # Test::More 0.88 1.302194 # Test::Needs any 0.002010 # base any 2.27 # lib any 0.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Test Suggests === # # Module Want Have # --------------- ---- ---- # Variable::Magic any 0.64 # # === Runtime Requires === # # Module Want Have # ---------------------- ---- ---- # B any 1.88 # Carp any 1.54 # Dist::CheckConflicts 0.02 0.11 # Getopt::Long any 2.54 # Module::Implementation 0.06 0.09 # Package::Stash::XS 0.26 0.30 # Scalar::Util any 1.63 # Symbol any 1.09 # constant any 1.33 # strict any 1.12 # warnings any 1.65 # # === Runtime Recommends === # # Module Want Have # ------------------ ---- ---- # Package::Stash::XS 0.26 0.30 # # === Other Modules === # # Module Have # --------------- ------ # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t ............ ok t/addsub.t ....................... ok t/anon-basic.t ................... skipped: Need Package::Anon t/anon.t ......................... skipped: Need Package::Anon t/bare-anon-basic.t .............. skipped: This isn't really going to work yet, probably t/bare-anon.t .................... skipped: This isn't really going to work yet, probably t/basic.t ........................ ok t/compile-time.t ................. ok t/edge-cases.t ................... ok t/extension.t .................... ok t/get.t .......................... ok t/impl-selection/basic-pp.t ...... ok t/impl-selection/basic-xs.t ...... ok t/impl-selection/bug-rt-78272.t .. ok t/impl-selection/choice.t ........ ok t/impl-selection/env.t ........... ok t/impl-selection/var.t ........... ok t/io.t ........................... ok t/isa.t .......................... ok t/magic.t ........................ ok t/paamayim_nekdotayim.t .......... ok t/scalar-values.t ................ ok t/stash-deletion.t ............... ok t/synopsis.t ..................... ok t/warnings-taint.t ............... ok t/warnings.t ..................... ok t/zzz-check-breaks.t ............. ok All tests successful. Files=27, Tests=550, 6 wallclock secs ( 0.17 usr 0.08 sys + 3.85 cusr 1.38 csys = 5.48 CPU) Result: PASS PASS devel/p5-Package-Stash Duration 0m11.33s START devel/p5-Params-Util 2024-11-22T07:58:17Z export _LOCKS_HELD="" ===> Cleaning for p5-Params-Util-1.102 ===> Checking files for p5-Params-Util-1.102 `/usr/ports/distfiles/Params-Util-1.102.tar.gz' is up to date. ===> Building from scratch p5-Params-Util-1.102 ===> p5-Params-Util-1.102 depends on: p5-Config-AutoConf->=0.315 -> p5-Config-AutoConf-0.320 ===> p5-Params-Util-1.102 depends on: p5-Capture-Tiny-* -> p5-Capture-Tiny-0.48p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Params-Util-1.102 `/usr/ports/distfiles/Params-Util-1.102.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Params-Util-1.102 rm -r -- /usr/ports/pobj/p5-Params-Util-1.102/Params-Util-1.102/inc/inc_Capture-Tiny rm -r -- /usr/ports/pobj/p5-Params-Util-1.102/Params-Util-1.102/inc/inc_Config-AutoConf ===> Patching for p5-Params-Util-1.102 ===> Applying OpenBSD patch patch-Makefile_PL Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |use OpenBSD package instead of some included bundle | |Index: Makefile.PL |--- Makefile.PL.orig |+++ Makefile.PL -------------------------- Patching file Makefile.PL using Plan A... Hunk #1 succeeded at 13. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Params-Util-1.102 Regenerating ppport.h ===> Configuring for p5-Params-Util-1.102 Checking for cc... cc Checking whether pureperl is required... no Checking for cc... (cached) cc Checking whether perlapi is accessible... yes Checking if your kit is complete... Warning: the following files are missing in your kit: inc/inc_Capture-Tiny/Capture/Tiny.pm inc/inc_Config-AutoConf/Config/AutoConf.pm Please inform the author. Generating a Unix-style Makefile Writing Makefile for Params::Util Writing MYMETA.yml and MYMETA.json ===> Building for p5-Params-Util-1.102 cp lib/Params/Util/PP.pm blib/lib/Params/Util/PP.pm cp lib/Params/Util.pm blib/lib/Params/Util.pm Running Mkbootstrap for Util () chmod 644 "Util.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/Params/Util/Util.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Util.xs > Util.xsc mv Util.xsc Util.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.102\" -DXS_VERSION=\"1.102\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Util.c rm -f blib/arch/auto/Params/Util/Util.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Util.o -o blib/arch/auto/Params/Util/Util.so chmod 755 blib/arch/auto/Params/Util/Util.so Manifying 2 pod documents ===> p5-Params-Util-1.102 depends on: p5-Test-LeakTrace-* -> p5-Test-LeakTrace-0.17 ===> Regression tests for p5-Params-Util-1.102 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/Params/Util/Util.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/pp/*.t t/xs/*.t xt/*.t t/pp/01_compile.t .... ok t/pp/02_main.t ....... ok t/pp/03_all.t ........ ok t/pp/04_codelike.t ... ok t/pp/05_typelike.t ... ok t/pp/06_invocant.t ... ok t/pp/07_handle.t ..... ok t/pp/08_driver.t ..... ok t/pp/09_insideout.t .. ok t/xs/01_compile.t .... ok t/xs/02_main.t ....... ok t/xs/03_all.t ........ ok t/xs/04_codelike.t ... ok t/xs/05_typelike.t ... ok t/xs/06_invocant.t ... ok t/xs/07_handle.t ..... ok t/xs/08_driver.t ..... ok t/xs/09_insideout.t .. ok All tests successful. Files=18, Tests=1864, 3 wallclock secs ( 0.32 usr 0.08 sys + 2.30 cusr 0.83 csys = 3.53 CPU) Result: PASS PASS devel/p5-Params-Util Duration 0m08.43s START devel/p5-Params-Validate 2024-11-22T07:58:25Z export _LOCKS_HELD="" ===> Cleaning for p5-Params-Validate-1.31 ===> Checking files for p5-Params-Validate-1.31 `/usr/ports/distfiles/Params-Validate-1.31.tar.gz' is up to date. ===> Building from scratch p5-Params-Validate-1.31 ===> p5-Params-Validate-1.31 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Params-Validate-1.31 `/usr/ports/distfiles/Params-Validate-1.31.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Params-Validate-1.31 ===> Patching for p5-Params-Validate-1.31 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Params-Validate-1.31 Regenerating c/ppport.h ===> Configuring for p5-Params-Validate-1.31 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Params-Validate' version '1.31' ===> Building for p5-Params-Validate-1.31 Building Params-Validate cc -Ic -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="1.31"' '-DXS_VERSION="1.31"' -DPIC -fpic -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o lib/Params/Validate/XS.o lib/Params/Validate/XS.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Params/Validate/XS/XS.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o blib/arch/auto/Params/Validate/XS/XS.so lib/Params/Validate/XS.o ===> p5-Params-Validate-1.31 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Params-Validate-1.31 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> p5-Params-Validate-1.31 depends on: p5-Test-Taint->=0.02 -> p5-Test-Taint-1.08p0 ===> p5-Params-Validate-1.31 depends on: p5-Readonly-* -> p5-Readonly-2.05p0 ===> p5-Params-Validate-1.31 depends on: p5-Module-Implementation-* -> p5-Module-Implementation-0.09p0 ===> Regression tests for p5-Params-Validate-1.31 # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------- ------ ------ # Module::Build 0.4227 0.4234 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------ ------ -------- # ExtUtils::CBuilder any 0.280238 # Module::Build 0.4227 0.4234 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # Devel::Peek any 1.33 # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # File::Temp any 0.2311 # Test::Fatal any 0.017 # Test::More 0.96 1.302194 # Test::Requires any 0.11 # Tie::Array any 1.07 # Tie::Hash any 1.06 # base any 2.27 # lib any 0.65 # overload any 1.37 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------------------- ---- ---- # Carp any 1.54 # Exporter any 5.77 # Module::Implementation any 0.09 # Scalar::Util 1.10 1.63 # XSLoader any 0.32 # strict any 1.12 # vars any 1.05 # warnings any 1.65 # t/00-report-prereqs.t ........ ok t/01-validate.t .............. ok t/02-noop.t .................. ok t/04-defaults.t .............. ok t/05-noop_default.t .......... ok t/06-options.t ............... ok t/07-with.t .................. ok t/08-noop_with.t ............. ok t/09-regex.t ................. ok t/10-noop_regex.t ............ ok t/11-cb.t .................... ok t/12-noop_cb.t ............... ok t/13-taint.t ................. ok t/14-no_validate.t ........... ok t/15-case.t .................. ok t/16-normalize.t ............. ok t/17-callbacks.t ............. ok t/18-depends.t ............... ok t/19-untaint.t ............... ok t/21-can.t ................... ok t/22-overload-can-bug.t ...... ok t/23-readonly.t .............. ok t/24-tied.t .................. ok t/25-undef-regex.t ........... ok t/26-isa.t ................... ok t/27-string-as-type.t ........ ok t/28-readonly-return.t ....... ok t/29-taint-mode.t ............ ok t/30-hashref-alteration.t .... ok t/31-incorrect-spelling.t .... skipped: Spec validation is disabled for now t/32-regex-as-value.t ........ ok t/33-keep-errsv.t ............ ok t/34-recursive-validation.t .. ok t/35-default-xs-bug.t ........ ok t/36-large-arrays.t .......... ok t/37-exports.t ............... ok t/38-callback-message.t ...... ok t/39-reentrant.t ............. ok All tests successful. Test Summary Report ------------------- t/34-recursive-validation.t (Wstat: 0 Tests: 1 Failed: 0) TODO passed: 1 Files=38, Tests=2528, 8 wallclock secs ( 0.31 usr 0.22 sys + 4.91 cusr 1.89 csys = 7.33 CPU) Result: PASS PASS devel/p5-Params-Validate Duration 0m13.74s START devel/p5-Path-Tiny 2024-11-22T07:58:39Z export _LOCKS_HELD="" ===> Cleaning for p5-Path-Tiny-0.146 ===> Checking files for p5-Path-Tiny-0.146 `/usr/ports/distfiles/Path-Tiny-0.146.tar.gz' is up to date. ===> Building from scratch p5-Path-Tiny-0.146 ===> Checking files for p5-Path-Tiny-0.146 `/usr/ports/distfiles/Path-Tiny-0.146.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Path-Tiny-0.146 ===> Patching for p5-Path-Tiny-0.146 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Path-Tiny-0.146 ===> Configuring for p5-Path-Tiny-0.146 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Path::Tiny Writing MYMETA.yml and MYMETA.json ===> Building for p5-Path-Tiny-0.146 cp lib/Path/Tiny.pm blib/lib/Path/Tiny.pm Manifying 1 pod document ===> p5-Path-Tiny-0.146 depends on: p5-Test-FailWarnings-* -> p5-Test-FailWarnings-0.008p1 ===> p5-Path-Tiny-0.146 depends on: p5-Test-MockRandom-* -> p5-Test-MockRandom-1.01p0 ===> Regression tests for p5-Path-Tiny-0.146 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- -------- -------- # ExtUtils::MakeMaker 6.17 7.70 # perl 5.008001 5.038002 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # --------------------- -------- -------- # Digest::MD5 any 2.58_01 # ExtUtils::MakeMaker any 7.70 # File::Basename any 2.86 # File::Spec 0.86 3.88 # File::Spec::Functions any 3.88 # File::Spec::Unix any 3.88 # File::Temp 0.19 0.2311 # Test::More 0.96 1.302194 # lib any 0.65 # open any 1.13 # perl 5.008001 5.038002 # # === Test Recommends === # # Module Want Have # ------------------ -------- -------- # CPAN::Meta 2.120900 2.150010 # Test::FailWarnings any 0.008 # Test::MockRandom any 1.01 # # === Runtime Requires === # # Module Want Have # ------------------ -------- -------- # Carp any 1.54 # Cwd any 3.89 # Digest 1.03 1.20 # Digest::SHA 5.45 6.04 # Encode any 3.19 # Exporter 5.57 5.77 # Fcntl any 1.15 # File::Compare any 1.1007 # File::Copy any 2.41 # File::Glob any 1.40 # File::Path 2.07 2.18 # File::Spec 0.86 3.88 # File::Temp 0.19 0.2311 # File::stat any 1.13 # constant any 1.33 # overload any 1.37 # perl 5.008001 5.038002 # strict any 1.12 # warnings any 1.65 # warnings::register any 1.05 # # === Runtime Recommends === # # Module Want Have # ------------- ---- ------- # Unicode::UTF8 0.58 missing # t/00-report-prereqs.t ............. ok t/basename.t ...................... ok t/basic.t ......................... ok t/children.t ...................... ok t/chmod.t ......................... ok t/digest.t ........................ ok t/exception.t ..................... ok t/exports.t ....................... ok t/filesystem.t .................... ok t/has_same_bytes.t ................ ok t/input_output.t .................. ok t/input_output_no_PU_UU.t ......... ok t/input_output_no_UU.t ............ ok t/locking.t ....................... ok t/mkdir.t ......................... ok t/mkpath.t ........................ ok t/mutable_tree_while_iterating.t .. ok t/normalize.t ..................... ok t/overloading.t ................... ok t/parent.t ........................ ok t/recurse.t ....................... ok t/rel-abs.t ....................... ok t/sig_die.t ....................... ok t/size.t .......................... ok t/subsumes.t ...................... ok t/symlinks.t ...................... ok t/temp.t .......................... ok t/visit.t ......................... ok t/zz-atomic.t ..................... ok t/zzz-spec.t ...................... ok All tests successful. Files=30, Tests=1770, 9 wallclock secs ( 0.32 usr 0.18 sys + 5.51 cusr 2.38 csys = 8.39 CPU) Result: PASS PASS devel/p5-Path-Tiny Duration 0m12.39s START devel/p5-Pod-Constant 2024-11-22T07:58:51Z export _LOCKS_HELD="" ===> Cleaning for p5-Pod-Constant-0.1p1 ===> Checking files for p5-Pod-Constant-0.1p1 `/usr/ports/distfiles/Pod-Constant-0.1.tar.gz' is up to date. ===> Building from scratch p5-Pod-Constant-0.1p1 ===> Checking files for p5-Pod-Constant-0.1p1 `/usr/ports/distfiles/Pod-Constant-0.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Pod-Constant-0.1p1 ===> Patching for p5-Pod-Constant-0.1p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Pod-Constant-0.1p1 ===> Configuring for p5-Pod-Constant-0.1p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Pod::Constant Writing MYMETA.yml and MYMETA.json ===> Building for p5-Pod-Constant-0.1p1 cp lib/Pod/Constant.pm blib/lib/Pod/Constant.pm Manifying 1 pod document ===> p5-Pod-Constant-0.1p1 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-Pod-Constant-0.1p1 depends on: p5-Test-NoTabs-* -> p5-Test-NoTabs-2.02p0 ===> p5-Pod-Constant-0.1p1 depends on: p5-Test-Pod->=1.41 -> p5-Test-Pod-1.52p0 ===> p5-Pod-Constant-0.1p1 depends on: p5-Test-Warn-* -> p5-Test-Warn-0.37 ===> p5-Pod-Constant-0.1p1 depends on: p5-Pod-Parser-* -> p5-Pod-Parser-1.67 ===> Regression tests for p5-Pod-Constant-0.1p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00load.t .............. ok t/all.t ................. ok t/basic.t ............... ok t/err_import_array.t .... ok t/err_import_hash.t ..... ok t/err_invalid_import.t .. ok t/err_no_value.t ........ ok t/err_pod_array.t ....... ok t/err_pod_hash.t ........ ok t/err_pod_syntax.t ...... ok t/err_stacked.t ......... ok t/no_sigil_import.t ..... ok t/no_sigil_pod.t ........ ok t/none.t ................ ok t/oops.t ................ ok t/release-no-tabs.t ..... skipped: these tests are for release candidate testing t/release-pod-syntax.t .. skipped: these tests are for release candidate testing t/stringification.t ..... ok t/unicode.t ............. ok t/x_whitespace.t ........ ok All tests successful. Files=20, Tests=52, 3 wallclock secs ( 0.03 usr 0.08 sys + 2.28 cusr 0.90 csys = 3.29 CPU) Result: PASS PASS devel/p5-Pod-Constant Duration 0m06.77s START devel/p5-Regexp-IPv6 2024-11-22T07:58:58Z export _LOCKS_HELD="" ===> Cleaning for p5-Regexp-IPv6-0.03p0 ===> Checking files for p5-Regexp-IPv6-0.03p0 `/usr/ports/distfiles/Regexp-IPv6-0.03.tar.gz' is up to date. ===> Building from scratch p5-Regexp-IPv6-0.03p0 ===> Checking files for p5-Regexp-IPv6-0.03p0 `/usr/ports/distfiles/Regexp-IPv6-0.03.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Regexp-IPv6-0.03p0 ===> Patching for p5-Regexp-IPv6-0.03p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Regexp-IPv6-0.03p0 ===> Configuring for p5-Regexp-IPv6-0.03p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Regexp::IPv6 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Regexp-IPv6-0.03p0 cp lib/Regexp/IPv6.pm blib/lib/Regexp/IPv6.pm Manifying 1 pod document ===> Regression tests for p5-Regexp-IPv6-0.03p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Regexp-IPv6.t .. ok All tests successful. Files=1, Tests=198, 1 wallclock secs ( 0.05 usr 0.00 sys + 0.11 cusr 0.06 csys = 0.22 CPU) Result: PASS PASS devel/p5-Regexp-IPv6 Duration 0m02.44s START devel/p5-Set-Infinite 2024-11-22T07:59:01Z export _LOCKS_HELD="" ===> Cleaning for p5-Set-Infinite-0.65p1 ===> Checking files for p5-Set-Infinite-0.65p1 `/usr/ports/distfiles/Set-Infinite-0.65.tar.gz' is up to date. ===> Building from scratch p5-Set-Infinite-0.65p1 ===> Checking files for p5-Set-Infinite-0.65p1 `/usr/ports/distfiles/Set-Infinite-0.65.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Set-Infinite-0.65p1 ===> Patching for p5-Set-Infinite-0.65p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Set-Infinite-0.65p1 ===> Configuring for p5-Set-Infinite-0.65p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Set::Infinite Writing MYMETA.yml and MYMETA.json ===> Building for p5-Set-Infinite-0.65p1 cp lib/Set/Infinite/Arithmetic.pm blib/lib/Set/Infinite/Arithmetic.pm cp lib/Set/Infinite.pm blib/lib/Set/Infinite.pm cp lib/Set/Infinite/Basic.pm blib/lib/Set/Infinite/Basic.pm Manifying 3 pod documents ===> Regression tests for p5-Set-Infinite-0.65p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/backtrack.t ......... ok t/basic_intersects.t .. ok t/first.t ............. ok t/infinite.t .......... ok t/last.t .............. ok t/quantize.t .......... ok t/select.t ............ ok t/select_offset.t ..... ok t/size.t .............. ok t/union.t ............. ok t/until.t ............. ok All tests successful. Files=11, Tests=446, 2 wallclock secs ( 0.11 usr 0.06 sys + 1.36 cusr 0.36 csys = 1.89 CPU) Result: PASS PASS devel/p5-Set-Infinite Duration 0m04.27s START devel/p5-Software-License 2024-11-22T07:59:05Z export _LOCKS_HELD="" ===> Cleaning for p5-Software-License-0.104005 ===> Checking files for p5-Software-License-0.104005 `/usr/ports/distfiles/Software-License-0.104005.tar.gz' is up to date. ===> Building from scratch p5-Software-License-0.104005 ===> Checking files for p5-Software-License-0.104005 `/usr/ports/distfiles/Software-License-0.104005.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Software-License-0.104005 ===> Patching for p5-Software-License-0.104005 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Software-License-0.104005 ===> Configuring for p5-Software-License-0.104005 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Software::License Writing MYMETA.yml and MYMETA.json ===> Building for p5-Software-License-0.104005 cp lib/Software/License/Artistic_2_0.pm blib/lib/Software/License/Artistic_2_0.pm cp lib/Software/License/GFDL_1_3.pm blib/lib/Software/License/GFDL_1_3.pm cp lib/Software/License/Apache_1_1.pm blib/lib/Software/License/Apache_1_1.pm cp lib/Software/License/CC0_1_0.pm blib/lib/Software/License/CC0_1_0.pm cp lib/Software/License/ISC.pm blib/lib/Software/License/ISC.pm cp lib/Software/License/MIT.pm blib/lib/Software/License/MIT.pm cp lib/Software/License/PostgreSQL.pm blib/lib/Software/License/PostgreSQL.pm cp lib/Software/License/LGPL_3_0.pm blib/lib/Software/License/LGPL_3_0.pm cp lib/Software/License/GPL_1.pm blib/lib/Software/License/GPL_1.pm cp lib/Software/License/Custom.pm blib/lib/Software/License/Custom.pm cp lib/Software/LicenseUtils.pm blib/lib/Software/LicenseUtils.pm cp lib/Software/License/Perl_5.pm blib/lib/Software/License/Perl_5.pm cp lib/Software/License/SSLeay.pm blib/lib/Software/License/SSLeay.pm cp lib/Software/License/Apache_2_0.pm blib/lib/Software/License/Apache_2_0.pm cp lib/Software/License/LGPL_2_1.pm blib/lib/Software/License/LGPL_2_1.pm cp lib/Software/License/BSD.pm blib/lib/Software/License/BSD.pm cp lib/Software/License/Mozilla_2_0.pm blib/lib/Software/License/Mozilla_2_0.pm cp lib/Software/License/EUPL_1_2.pm blib/lib/Software/License/EUPL_1_2.pm cp lib/Software/License/QPL_1_0.pm blib/lib/Software/License/QPL_1_0.pm cp lib/Software/License/Sun.pm blib/lib/Software/License/Sun.pm cp lib/Software/License/AGPL_3.pm blib/lib/Software/License/AGPL_3.pm cp lib/Software/License/FreeBSD.pm blib/lib/Software/License/FreeBSD.pm cp lib/Software/License/Mozilla_1_1.pm blib/lib/Software/License/Mozilla_1_1.pm cp lib/Software/License/OpenSSL.pm blib/lib/Software/License/OpenSSL.pm cp lib/Software/License/GPL_3.pm blib/lib/Software/License/GPL_3.pm cp lib/Software/License/GPL_2.pm blib/lib/Software/License/GPL_2.pm cp lib/Software/License/GFDL_1_2.pm blib/lib/Software/License/GFDL_1_2.pm cp lib/Software/License/None.pm blib/lib/Software/License/None.pm cp lib/Software/License/EUPL_1_1.pm blib/lib/Software/License/EUPL_1_1.pm cp lib/Software/License/Artistic_1_0.pm blib/lib/Software/License/Artistic_1_0.pm cp lib/Software/License/Artistic_1_0_Perl.pm blib/lib/Software/License/Artistic_1_0_Perl.pm cp lib/Software/License/Mozilla_1_0.pm blib/lib/Software/License/Mozilla_1_0.pm cp lib/Software/License/Zlib.pm blib/lib/Software/License/Zlib.pm cp lib/Software/License.pm blib/lib/Software/License.pm Manifying 34 pod documents ===> p5-Software-License-0.104005 depends on: p5-Try-Tiny-* -> p5-Try-Tiny-0.32 ===> p5-Software-License-0.104005 depends on: p5-Data-Section-* -> p5-Data-Section-0.200008 ===> p5-Software-License-0.104005 depends on: p5-Text-Template-* -> p5-Text-Template-1.61 ===> Regression tests for p5-Software-License-0.104005 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.78 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.96 1.302194 # Try::Tiny any 0.32 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------------- ----- -------- # Carp any 1.54 # Data::Section any 0.200008 # File::Spec any 3.88 # IO::Dir any 1.52 # Module::Load any 0.36 # Text::Template any 1.61 # parent any 0.241 # perl 5.012 5.038002 # strict any 1.12 # utf8 any 1.25 # warnings any 1.65 # t/00-report-prereqs.t ....... ok t/apache_2_0.t .............. ok t/basic.t ................... ok t/bsd-url.t ................. ok t/creative_commons.t ........ skipped: requires Software::License::CCpack to test this t/custom.t .................. ok t/from-spdx-expression.t .... ok t/guess_license_from_pod.t .. ok t/guess_meta_license.t ...... ok t/meta-names.t .............. ok t/program.t ................. ok t/round-trip.t .............. ok t/short_name.t .............. ok t/spdx-expression.t ......... ok t/two-dots.t ................ ok t/utils.t ................... ok All tests successful. Files=16, Tests=232, 4 wallclock secs ( 0.15 usr 0.09 sys + 2.71 cusr 1.05 csys = 4.00 CPU) Result: PASS PASS devel/p5-Software-License Duration 0m07.63s START devel/p5-String-Tagged 2024-11-22T07:59:13Z export _LOCKS_HELD="" ===> Cleaning for p5-String-Tagged-0.24 ===> Checking files for p5-String-Tagged-0.24 `/usr/ports/distfiles/String-Tagged-0.24.tar.gz' is up to date. ===> Building from scratch p5-String-Tagged-0.24 ===> p5-String-Tagged-0.24 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-String-Tagged-0.24 `/usr/ports/distfiles/String-Tagged-0.24.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-String-Tagged-0.24 ===> Patching for p5-String-Tagged-0.24 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-String-Tagged-0.24 ===> Configuring for p5-String-Tagged-0.24 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'String-Tagged' version '0.24' ===> Building for p5-String-Tagged-0.24 Building String-Tagged ===> p5-String-Tagged-0.24 depends on: p5-Test2-Suite-* -> p5-Test2-Suite-0.000163 ===> p5-String-Tagged-0.24 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-String-Tagged-0.24 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-String-Tagged-0.24 t/00use.t ................. ok t/01plain.t ............... ok t/02tags-conststr.t ....... ok t/03tags-iter-limit.t ..... ok t/04tags-appendstr.t ...... ok t/05tags-delete.t ......... ok t/06tags-substr.t ......... ok t/07tags-range.t .......... ok t/10debugprint.t .......... ok t/11clone.t ............... ok t/12zerolen.t ............. ok t/20merge-tags.t .......... ok t/21merge-tags-anchors.t .. ok t/30appendinsert.t ........ ok t/31matches.t ............. ok t/32split.t ............... ok t/33sprintf.t ............. ok t/34join.t ................ ok t/40operators.t ........... ok t/50subclass.t ............ ok t/51isa.t ................. ok t/99pod.t ................. ok All tests successful. Files=22, Tests=228, 7 wallclock secs ( 0.08 usr 0.15 sys + 4.36 cusr 1.57 csys = 6.16 CPU) Result: PASS PASS devel/p5-String-Tagged Duration 0m09.38s START devel/p5-String-Tagged-Terminal 2024-11-22T07:59:22Z export _LOCKS_HELD="" ===> Cleaning for p5-String-Tagged-Terminal-0.08 ===> Checking files for p5-String-Tagged-Terminal-0.08 `/usr/ports/distfiles/String-Tagged-Terminal-0.08.tar.gz' is up to date. ===> Building from scratch p5-String-Tagged-Terminal-0.08 ===> p5-String-Tagged-Terminal-0.08 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-String-Tagged-Terminal-0.08 `/usr/ports/distfiles/String-Tagged-Terminal-0.08.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-String-Tagged-Terminal-0.08 ===> Patching for p5-String-Tagged-Terminal-0.08 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-String-Tagged-Terminal-0.08 ===> Configuring for p5-String-Tagged-Terminal-0.08 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'String-Tagged-Terminal' version '0.08' ===> Building for p5-String-Tagged-Terminal-0.08 Building String-Tagged-Terminal ===> p5-String-Tagged-Terminal-0.08 depends on: p5-Test2-Suite-* -> p5-Test2-Suite-0.000163 ===> p5-String-Tagged-Terminal-0.08 depends on: p5-Convert-Color-* -> p5-Convert-Color-0.17 ===> p5-String-Tagged-Terminal-0.08 depends on: p5-Convert-Color-XTerm-* -> p5-Convert-Color-XTerm-0.06 ===> p5-String-Tagged-Terminal-0.08 depends on: p5-String-Tagged-* -> p5-String-Tagged-0.24 ===> p5-String-Tagged-Terminal-0.08 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-String-Tagged-Terminal-0.08 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-String-Tagged-Terminal-0.08 t/00use.t .......... ok t/01build.t ........ ok t/02parse.t ........ ok t/10formatting.t ... ok t/20print.t ........ ok t/30print-win32.t .. ok t/99pod.t .......... ok All tests successful. Files=7, Tests=44, 3 wallclock secs ( 0.05 usr 0.03 sys + 1.51 cusr 0.53 csys = 2.12 CPU) Result: PASS PASS devel/p5-String-Tagged-Terminal Duration 0m05.84s START devel/p5-Sub-Attribute 2024-11-22T07:59:28Z export _LOCKS_HELD="" ===> Cleaning for p5-Sub-Attribute-0.07p0 ===> Checking files for p5-Sub-Attribute-0.07p0 `/usr/ports/distfiles/Sub-Attribute-0.07.tar.gz' is up to date. ===> Building from scratch p5-Sub-Attribute-0.07p0 ===> p5-Sub-Attribute-0.07p0 depends on: p5-Class-Trigger->=0.14 -> p5-Class-Trigger-0.15 ===> p5-Sub-Attribute-0.07p0 depends on: p5-MRO-Compat->=0.09 -> p5-MRO-Compat-0.15 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Sub-Attribute-0.07p0 `/usr/ports/distfiles/Sub-Attribute-0.07.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Sub-Attribute-0.07p0 ===> Patching for p5-Sub-Attribute-0.07p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Sub-Attribute-0.07p0 Regenerating ppport.h ===> Configuring for p5-Sub-Attribute-0.07p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Sub::Attribute Writing MYMETA.yml and MYMETA.json ===> Building for p5-Sub-Attribute-0.07p0 cp lib/Sub/Attribute.pm blib/lib/Sub/Attribute.pm Running Mkbootstrap for Attribute () chmod 644 "Attribute.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Attribute.bs blib/arch/auto/Sub/Attribute/Attribute.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Attribute.xs > Attribute.xsc mv Attribute.xsc Attribute.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I. -O2 -DVERSION=\"0.07\" -DXS_VERSION=\"0.07\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Attribute.c rm -f blib/arch/auto/Sub/Attribute/Attribute.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Attribute.o -o blib/arch/auto/Sub/Attribute/Attribute.so chmod 755 blib/arch/auto/Sub/Attribute/Attribute.so Manifying 1 pod document ===> p5-Sub-Attribute-0.07p0 depends on: p5-Test-Pod->=1.14 -> p5-Test-Pod-1.52p0 ===> p5-Sub-Attribute-0.07p0 depends on: p5-Test-Pod-Coverage->=1.04 -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Sub-Attribute-0.07p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Attribute.bs blib/arch/auto/Sub/Attribute/Attribute.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/anon.t ......................... ok t/apply.t ........................ ok t/attrs.t ........................ ok t/eval.t ......................... ok t/example_1.t .................... ok t/fatal.t ........................ ok t/inherit.t ...................... ok # Testing Sub::Attribute/0.07 t/load.t ......................... ok t/module.t ....................... ok t/pod-coverage.t ................. ok t/pod.t .......................... ok t/survive_stack_moves_on_5.20.t .. ok t/synopsis.t ..................... skipped: Test::Synopsis required for testing t/workaround58.t ................. ok All tests successful. Files=14, Tests=53, 2 wallclock secs ( 0.03 usr 0.03 sys + 1.59 cusr 0.53 csys = 2.18 CPU) Result: PASS PASS devel/p5-Sub-Attribute Duration 0m06.45s START devel/p5-Sub-Exporter 2024-11-22T07:59:34Z export _LOCKS_HELD="" ===> Cleaning for p5-Sub-Exporter-0.991 ===> Checking files for p5-Sub-Exporter-0.991 `/usr/ports/distfiles/Sub-Exporter-0.991.tar.gz' is up to date. ===> Building from scratch p5-Sub-Exporter-0.991 ===> Checking files for p5-Sub-Exporter-0.991 `/usr/ports/distfiles/Sub-Exporter-0.991.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Sub-Exporter-0.991 ===> Patching for p5-Sub-Exporter-0.991 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Sub-Exporter-0.991 ===> Configuring for p5-Sub-Exporter-0.991 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Sub::Exporter Writing MYMETA.yml and MYMETA.json ===> Building for p5-Sub-Exporter-0.991 cp lib/Sub/Exporter/Tutorial.pod blib/lib/Sub/Exporter/Tutorial.pod cp lib/Sub/Exporter.pm blib/lib/Sub/Exporter.pm cp lib/Sub/Exporter/Cookbook.pod blib/lib/Sub/Exporter/Cookbook.pod cp lib/Sub/Exporter/Util.pm blib/lib/Sub/Exporter/Util.pm Manifying 4 pod documents ===> p5-Sub-Exporter-0.991 depends on: p5-Package-Generator-* -> p5-Package-Generator-1.106p0 ===> p5-Sub-Exporter-0.991 depends on: p5-Data-OptList->=0.10 -> p5-Data-OptList-0.114 ===> p5-Sub-Exporter-0.991 depends on: p5-Params-Util->=0.14 -> p5-Params-Util-1.102 ===> p5-Sub-Exporter-0.991 depends on: p5-Sub-Install->=0.92 -> p5-Sub-Install-0.929 ===> Regression tests for p5-Sub-Exporter-0.991 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.78 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # Exporter any 5.77 # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.96 1.302194 # base any 2.27 # lib any 0.65 # overload any 1.37 # subs any 1.04 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ----- -------- # Carp any 1.54 # Data::OptList 0.100 0.114 # Params::Util 0.14 1.102 # Sub::Install 0.92 0.929 # perl 5.012 5.038002 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t ..... ok t/col-init.t .............. ok t/collection.t ............ ok t/expand-group.t .......... ok t/faux-export.t ........... ok t/gen-callable.t .......... ok t/group-generator.t ....... ok t/inherited.t ............. ok t/into-level.t ............ ok t/real-export-groupgen.t .. ok t/real-export-href.t ...... ok t/real-export-setup.t ..... ok t/util-curry.t ............ ok t/util-currychain.t ....... ok t/util-like.t ............. ok t/util-merge.t ............ ok t/util-mixin.t ............ ok t/util-namemap.t .......... skipped: not actually offerring this feature yet t/valid-config.t .......... ok All tests successful. Files=19, Tests=278, 4 wallclock secs ( 0.05 usr 0.05 sys + 2.27 cusr 0.93 csys = 3.30 CPU) Result: PASS PASS devel/p5-Sub-Exporter Duration 0m06.91s START devel/p5-Sub-Exporter-ForMethods 2024-11-22T07:59:41Z export _LOCKS_HELD="" ===> Cleaning for p5-Sub-Exporter-ForMethods-0.100055 ===> Checking files for p5-Sub-Exporter-ForMethods-0.100055 `/usr/ports/distfiles/Sub-Exporter-ForMethods-0.100055.tar.gz' is up to date. ===> Building from scratch p5-Sub-Exporter-ForMethods-0.100055 ===> Checking files for p5-Sub-Exporter-ForMethods-0.100055 `/usr/ports/distfiles/Sub-Exporter-ForMethods-0.100055.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Sub-Exporter-ForMethods-0.100055 ===> Patching for p5-Sub-Exporter-ForMethods-0.100055 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Sub-Exporter-ForMethods-0.100055 ===> Configuring for p5-Sub-Exporter-ForMethods-0.100055 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Sub::Exporter::ForMethods Writing MYMETA.yml and MYMETA.json ===> Building for p5-Sub-Exporter-ForMethods-0.100055 cp lib/Sub/Exporter/ForMethods.pm blib/lib/Sub/Exporter/ForMethods.pm Manifying 1 pod document ===> p5-Sub-Exporter-ForMethods-0.100055 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> p5-Sub-Exporter-ForMethods-0.100055 depends on: p5-Sub-Exporter->=0.978 -> p5-Sub-Exporter-0.991 ===> Regression tests for p5-Sub-Exporter-ForMethods-0.100055 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.78 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # -------------------- ---- -------- # Carp any 1.54 # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.96 1.302194 # lib any 0.65 # namespace::autoclean any 0.31 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ----- ----- # Scalar::Util any 1.63 # Sub::Exporter 0.978 0.991 # Sub::Util any 1.63 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/autoclean.t .......... ok t/carp.t ............... ok All tests successful. Files=3, Tests=10, 1 wallclock secs ( 0.05 usr 0.01 sys + 0.55 cusr 0.16 csys = 0.77 CPU) Result: PASS PASS devel/p5-Sub-Exporter-ForMethods Duration 0m03.55s START devel/p5-Sub-Exporter-Progressive 2024-11-22T07:59:45Z export _LOCKS_HELD="" ===> Cleaning for p5-Sub-Exporter-Progressive-0.001013p0 ===> Checking files for p5-Sub-Exporter-Progressive-0.001013p0 `/usr/ports/distfiles/Sub-Exporter-Progressive-0.001013.tar.gz' is up to date. ===> Building from scratch p5-Sub-Exporter-Progressive-0.001013p0 ===> Checking files for p5-Sub-Exporter-Progressive-0.001013p0 `/usr/ports/distfiles/Sub-Exporter-Progressive-0.001013.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Sub-Exporter-Progressive-0.001013p0 ===> Patching for p5-Sub-Exporter-Progressive-0.001013p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Sub-Exporter-Progressive-0.001013p0 ===> Configuring for p5-Sub-Exporter-Progressive-0.001013p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Sub::Exporter::Progressive Writing MYMETA.yml and MYMETA.json ===> Building for p5-Sub-Exporter-Progressive-0.001013p0 cp lib/Sub/Exporter/Progressive.pm blib/lib/Sub/Exporter/Progressive.pm Manifying 1 pod document ===> p5-Sub-Exporter-Progressive-0.001013p0 depends on: p5-Sub-Exporter-* -> p5-Sub-Exporter-0.991 ===> Regression tests for p5-Sub-Exporter-Progressive-0.001013p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/all.t .......................... ok t/author-pod-syntax.t ............ skipped: these tests are for testing by the author t/basic.t ........................ ok t/default.t ...................... ok t/release-changes_has_content.t .. skipped: these tests are for release candidate testing t/sex.t .......................... ok t/tags.t ......................... ok t/version-check.t ................ ok All tests successful. Files=8, Tests=61, 1 wallclock secs ( 0.03 usr 0.08 sys + 0.56 cusr 0.29 csys = 0.96 CPU) Result: PASS PASS devel/p5-Sub-Exporter-Progressive Duration 0m03.50s START devel/p5-Sub-Identify 2024-11-22T07:59:48Z export _LOCKS_HELD="" ===> Cleaning for p5-Sub-Identify-0.14p0 ===> Checking files for p5-Sub-Identify-0.14p0 `/usr/ports/distfiles/Sub-Identify-0.14.tar.gz' is up to date. ===> Building from scratch p5-Sub-Identify-0.14p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Sub-Identify-0.14p0 `/usr/ports/distfiles/Sub-Identify-0.14.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Sub-Identify-0.14p0 ===> Patching for p5-Sub-Identify-0.14p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Sub-Identify-0.14p0 Regenerating ppport.h ===> Configuring for p5-Sub-Identify-0.14p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Sub::Identify Writing MYMETA.yml and MYMETA.json ===> Building for p5-Sub-Identify-0.14p0 cp lib/Sub/Identify.pm blib/lib/Sub/Identify.pm Running Mkbootstrap for Identify () chmod 644 "Identify.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Identify.bs blib/arch/auto/Sub/Identify/Identify.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Identify.xs > Identify.xsc mv Identify.xsc Identify.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.14\" -DXS_VERSION=\"0.14\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Identify.c rm -f blib/arch/auto/Sub/Identify/Identify.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Identify.o -o blib/arch/auto/Sub/Identify/Identify.so chmod 755 blib/arch/auto/Sub/Identify/Identify.so Manifying 1 pod document ===> p5-Sub-Identify-0.14p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> Regression tests for p5-Sub-Identify-0.14p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Identify.bs blib/arch/auto/Sub/Identify/Identify.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01basic-pureperl.t ......... ok t/01basic.t .................. ok t/02errors.t ................. ok t/03proto.t .................. ok t/04codelocation-pureperl.t .. ok t/04codelocation.t ........... ok t/05constant-pureperl.t ...... ok t/05constant.t ............... ok t/06codelocxs-pureperl.t ..... ok t/06codelocxs.t .............. ok t/20attributes.t ............. ok t/21attributes-pureperl.t .... ok t/30signatures.t ............. ok t/pod.t ...................... ok All tests successful. Files=14, Tests=147, 2 wallclock secs ( 0.08 usr 0.10 sys + 1.37 cusr 0.64 csys = 2.19 CPU) Result: PASS PASS devel/p5-Sub-Identify Duration 0m05.80s START devel/p5-Sub-Info 2024-11-22T07:59:54Z export _LOCKS_HELD="" ===> Cleaning for p5-Sub-Info-0.002p0 ===> Checking files for p5-Sub-Info-0.002p0 `/usr/ports/distfiles/Sub-Info-0.002.tar.gz' is up to date. ===> Building from scratch p5-Sub-Info-0.002p0 ===> Checking files for p5-Sub-Info-0.002p0 `/usr/ports/distfiles/Sub-Info-0.002.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Sub-Info-0.002p0 ===> Patching for p5-Sub-Info-0.002p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Sub-Info-0.002p0 ===> Configuring for p5-Sub-Info-0.002p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Sub::Info Writing MYMETA.yml and MYMETA.json ===> Building for p5-Sub-Info-0.002p0 cp lib/Sub/Info.pm blib/lib/Sub/Info.pm Manifying 1 pod document ===> p5-Sub-Info-0.002p0 depends on: p5-Importer->=0.024 -> p5-Importer-0.026 No regression tests for p5-Sub-Info-0.002p0 PASS devel/p5-Sub-Info Duration 0m02.26s START devel/p5-Sub-Install 2024-11-22T07:59:56Z export _LOCKS_HELD="" ===> Cleaning for p5-Sub-Install-0.929 ===> Checking files for p5-Sub-Install-0.929 `/usr/ports/distfiles/Sub-Install-0.929.tar.gz' is up to date. ===> Building from scratch p5-Sub-Install-0.929 ===> Checking files for p5-Sub-Install-0.929 `/usr/ports/distfiles/Sub-Install-0.929.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Sub-Install-0.929 ===> Patching for p5-Sub-Install-0.929 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Sub-Install-0.929 ===> Configuring for p5-Sub-Install-0.929 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Sub::Install Writing MYMETA.yml and MYMETA.json ===> Building for p5-Sub-Install-0.929 cp lib/Sub/Install.pm blib/lib/Sub/Install.pm Manifying 1 pod document ===> p5-Sub-Install-0.929 depends on: p5-Test-Output-* -> p5-Test-Output-1.034 ===> Regression tests for p5-Sub-Install-0.929 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.78 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.96 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------ ---- ---- # B any 1.88 # Carp any 1.54 # Scalar::Util any 1.63 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/auto_as.t ............ ok t/export.t ............. ok t/inst-blessed.t ....... ok t/install.t ............ ok t/misc_errors.t ........ ok t/reinstall.t .......... ok t/SI_install.t ......... ok t/SI_reinstall.t ....... ok All tests successful. Files=9, Tests=65, 2 wallclock secs ( 0.06 usr 0.06 sys + 1.10 cusr 0.52 csys = 1.74 CPU) Result: PASS PASS devel/p5-Sub-Install Duration 0m04.29s START devel/p5-Sub-Name 2024-11-22T08:00:01Z export _LOCKS_HELD="" ===> Cleaning for p5-Sub-Name-0.27 ===> Checking files for p5-Sub-Name-0.27 `/usr/ports/distfiles/Sub-Name-0.27.tar.gz' is up to date. ===> Building from scratch p5-Sub-Name-0.27 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Sub-Name-0.27 `/usr/ports/distfiles/Sub-Name-0.27.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Sub-Name-0.27 ===> Patching for p5-Sub-Name-0.27 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Sub-Name-0.27 Regenerating ppport.h ===> Configuring for p5-Sub-Name-0.27 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Sub::Name Writing MYMETA.yml and MYMETA.json ===> Building for p5-Sub-Name-0.27 cp lib/Sub/Name.pm blib/lib/Sub/Name.pm Running Mkbootstrap for Name () chmod 644 "Name.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Name.bs blib/arch/auto/Sub/Name/Name.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Name.xs > Name.xsc mv Name.xsc Name.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.27\" -DXS_VERSION=\"0.27\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Name.c rm -f blib/arch/auto/Sub/Name/Name.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Name.o -o blib/arch/auto/Sub/Name/Name.so chmod 755 blib/arch/auto/Sub/Name/Name.so Manifying 1 pod document ===> p5-Sub-Name-0.27 depends on: p5-Devel-CheckBin-* -> p5-Devel-CheckBin-0.04p0 ===> Regression tests for p5-Sub-Name-0.27 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Name.bs blib/arch/auto/Sub/Name/Name.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # perl 5.006 5.038002 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ----- -------- # B any 1.88 # B::Deparse any 1.74 # Carp any 1.54 # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More any 1.302194 # if any 0.0610 # perl 5.006 5.038002 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Test Suggests === # # Module Want Have # --------------- ---- ------- # B::C 1.48 missing # Devel::CheckBin any 0.04 # # === Runtime Requires === # # Module Want Have # -------- ----- -------- # Exporter any 5.77 # XSLoader any 0.32 # perl 5.006 5.038002 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # --------------- ------ # DynaLoader 1.54 # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .. ok t/exotic_names.t ....... ok t/lexical.t ............ ok t/quotes-bug.t ......... skipped: single quote as a package separator has been deprecated t/RT42725_deparse.t .... ok t/RT96893_perlcc.t ..... skipped: B::C required for testing perlcc -O3 t/smoke.t .............. ok All tests successful. Files=7, Tests=1575, 3 wallclock secs ( 0.18 usr 0.11 sys + 1.86 cusr 0.34 csys = 2.49 CPU) Result: PASS PASS devel/p5-Sub-Name Duration 0m06.30s START devel/p5-Syntax-Keyword-Defer 2024-11-22T08:00:07Z export _LOCKS_HELD="" ===> Cleaning for p5-Syntax-Keyword-Defer-0.11 ===> Checking files for p5-Syntax-Keyword-Defer-0.11 `/usr/ports/distfiles/Syntax-Keyword-Defer-0.11.tar.gz' is up to date. ===> Building from scratch p5-Syntax-Keyword-Defer-0.11 ===> p5-Syntax-Keyword-Defer-0.11 depends on: p5-XS-Parse-Keyword->=0.13 -> p5-XS-Parse-Keyword-0.46 ===> p5-Syntax-Keyword-Defer-0.11 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Syntax-Keyword-Defer-0.11 `/usr/ports/distfiles/Syntax-Keyword-Defer-0.11.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Syntax-Keyword-Defer-0.11 ===> Patching for p5-Syntax-Keyword-Defer-0.11 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Syntax-Keyword-Defer-0.11 ===> Configuring for p5-Syntax-Keyword-Defer-0.11 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Syntax-Keyword-Defer' version '0.11' ===> Building for p5-Syntax-Keyword-Defer-0.11 Building Syntax-Keyword-Defer cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.11"' '-DXS_VERSION="0.11"' -DPIC -fpic -Ihax -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/share/module/XS-Parse-Keyword/include -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o lib/Syntax/Keyword/Defer.o lib/Syntax/Keyword/Defer.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Syntax/Keyword/Defer/Defer.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o blib/arch/auto/Syntax/Keyword/Defer/Defer.so lib/Syntax/Keyword/Defer.o ===> p5-Syntax-Keyword-Defer-0.11 depends on: p5-Syntax-Keyword-Try->=0.18 -> p5-Syntax-Keyword-Try-0.30 ===> p5-Syntax-Keyword-Defer-0.11 depends on: p5-Test2-Suite-* -> p5-Test2-Suite-0.000163 ===> p5-Syntax-Keyword-Defer-0.11 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Syntax-Keyword-Defer-0.11 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Syntax-Keyword-Defer-0.11 t/00use.t ................ ok t/01defer.t .............. ok t/02die.t ................ ok t/03forbid-ops.t ......... ok t/80await+defer.t ........ skipped: Future is not available # Syntax::Keyword::Defer 0.11, Syntax::Keyword::Try 0.30 t/80defer+SKT.t .......... ok # Syntax::Keyword::Defer 0.11, core perl version v5.38.2 t/80defer+feature-try.t .. ok t/99pod.t ................ ok All tests successful. Files=8, Tests=42, 2 wallclock secs ( 0.03 usr 0.05 sys + 1.38 cusr 0.75 csys = 2.21 CPU) Result: PASS PASS devel/p5-Syntax-Keyword-Defer Duration 0m07.52s START devel/p5-Syntax-Keyword-Match 2024-11-22T08:00:14Z export _LOCKS_HELD="" ===> Cleaning for p5-Syntax-Keyword-Match-0.15 ===> Checking files for p5-Syntax-Keyword-Match-0.15 `/usr/ports/distfiles/Syntax-Keyword-Match-0.15.tar.gz' is up to date. ===> Building from scratch p5-Syntax-Keyword-Match-0.15 ===> p5-Syntax-Keyword-Match-0.15 depends on: p5-XS-Parse-Keyword->=0.36 -> p5-XS-Parse-Keyword-0.46 ===> p5-Syntax-Keyword-Match-0.15 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Syntax-Keyword-Match-0.15 `/usr/ports/distfiles/Syntax-Keyword-Match-0.15.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Syntax-Keyword-Match-0.15 ===> Patching for p5-Syntax-Keyword-Match-0.15 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Syntax-Keyword-Match-0.15 ===> Configuring for p5-Syntax-Keyword-Match-0.15 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Syntax-Keyword-Match' version '0.15' ===> Building for p5-Syntax-Keyword-Match-0.15 Building Syntax-Keyword-Match cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.15"' '-DXS_VERSION="0.15"' -DPIC -fpic -Iinclude -I. -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/share/module/XS-Parse-Keyword/include -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/share/module/XS-Parse-Infix/include -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o lib/Syntax/Keyword/Match.o lib/Syntax/Keyword/Match.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Syntax/Keyword/Match/Match.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o blib/arch/auto/Syntax/Keyword/Match/Match.so lib/Syntax/Keyword/Match.o ===> p5-Syntax-Keyword-Match-0.15 depends on: p5-Test2-Suite->=0.000147 -> p5-Test2-Suite-0.000163 ===> p5-Syntax-Keyword-Match-0.15 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Syntax-Keyword-Match-0.15 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Syntax-Keyword-Match-0.15 t/00use.t ........................ ok t/01match-isa.t .................. ok t/01match-numeq.t ................ ok t/01match-regexp.t ............... ok t/01match-streq.t ................ ok t/02cases.t ...................... ok t/03destroy.t .................... ok t/04topic.t ...................... ok t/05case-if.t .................... ok t/10context.t .................... ok t/11ordering.t ................... ok t/20experimental-dispatch.t ...... ok t/21experimental-dispatch-isa.t .. ok t/70deparse.t .................... ok t/80await+matchcase.t ............ skipped: Future is not available t/80match-divides.t .............. skipped: Syntax::Operator::Divides is not available t/80match-eqr.t .................. skipped: Syntax::Operator::Eqr is not available t/80match-equ.t .................. skipped: Syntax::Operator::Equ is not available # if/elsif took 0.854sec, this was 25% faster at 0.638sec t/95benchmark.t .................. ok t/99pod.t ........................ ok All tests successful. Files=20, Tests=66, 8 wallclock secs ( 0.05 usr 0.10 sys + 5.60 cusr 1.36 csys = 7.11 CPU) Result: PASS PASS devel/p5-Syntax-Keyword-Match Duration 0m12.27s START devel/p5-Syntax-Keyword-Try 2024-11-22T08:00:27Z export _LOCKS_HELD="" ===> Cleaning for p5-Syntax-Keyword-Try-0.30 ===> Checking files for p5-Syntax-Keyword-Try-0.30 `/usr/ports/distfiles/Syntax-Keyword-Try-0.30.tar.gz' is up to date. ===> Building from scratch p5-Syntax-Keyword-Try-0.30 ===> p5-Syntax-Keyword-Try-0.30 depends on: p5-XS-Parse-Keyword->=0.35 -> p5-XS-Parse-Keyword-0.46 ===> p5-Syntax-Keyword-Try-0.30 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Syntax-Keyword-Try-0.30 `/usr/ports/distfiles/Syntax-Keyword-Try-0.30.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Syntax-Keyword-Try-0.30 ===> Patching for p5-Syntax-Keyword-Try-0.30 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Syntax-Keyword-Try-0.30 ===> Configuring for p5-Syntax-Keyword-Try-0.30 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Syntax-Keyword-Try' version '0.30' ===> Building for p5-Syntax-Keyword-Try-0.30 Building Syntax-Keyword-Try cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.30"' '-DXS_VERSION="0.30"' -DPIC -fpic -Ihax -I/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/share/module/XS-Parse-Keyword/include -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o lib/Syntax/Keyword/Try.o lib/Syntax/Keyword/Try.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Syntax/Keyword/Try/Try.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o blib/arch/auto/Syntax/Keyword/Try/Try.so lib/Syntax/Keyword/Try.o ===> p5-Syntax-Keyword-Try-0.30 depends on: p5-Syntax-Keyword-Defer->=0.02 -> p5-Syntax-Keyword-Defer-0.11 ===> p5-Syntax-Keyword-Try-0.30 depends on: p5-Test2-Suite-* -> p5-Test2-Suite-0.000163 ===> p5-Syntax-Keyword-Try-0.30 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Syntax-Keyword-Try-0.30 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Syntax-Keyword-Try-0.30 t/00use.t .............. ok t/01trycatch.t ......... ok t/02tryfinally.t ....... ok t/03trycatchfinally.t .. ok t/04catch-types.t ...... ok t/10snail.t ............ ok t/11loop.t ............. ok t/12return.t ........... ok t/13die-in-finally.t ... ok t/14try-localises.t .... ok t/15context.t .......... ok t/16final-expr.t ....... ok t/30compat.t ........... ok t/70deparse.t .......... ok t/80await+SKT.t ........ skipped: Future is not available # Syntax::Keyword::Defer 0.11, Syntax::Keyword::Try 0.30 t/80defer+SKT.t ........ ok t/90rt123547.t ......... skipped: threads are not supported t/90rt125971.t ......... ok t/99pod.t .............. ok All tests successful. Files=19, Tests=70, 5 wallclock secs ( 0.08 usr 0.09 sys + 4.00 cusr 1.15 csys = 5.32 CPU) Result: PASS PASS devel/p5-Syntax-Keyword-Try Duration 0m10.71s START devel/p5-Term-Size 2024-11-22T08:00:37Z export _LOCKS_HELD="" ===> Cleaning for p5-Term-Size-0.211 ===> Checking files for p5-Term-Size-0.211 `/usr/ports/distfiles/Term-Size-0.211.tar.gz' is up to date. ===> Building from scratch p5-Term-Size-0.211 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Term-Size-0.211 `/usr/ports/distfiles/Term-Size-0.211.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Term-Size-0.211 ===> Patching for p5-Term-Size-0.211 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Term-Size-0.211 ===> Configuring for p5-Term-Size-0.211 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Term::Size Writing MYMETA.yml and MYMETA.json ===> Building for p5-Term-Size-0.211 cp Size.pm blib/lib/Term/Size.pm Running Mkbootstrap for Size () chmod 644 "Size.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Size.bs blib/arch/auto/Term/Size/Size.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Size.xs > Size.xsc mv Size.xsc Size.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.211\" -DXS_VERSION=\"0.211\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Size.c Size.xs:35:6: warning: 'Perl_dowantarray' is deprecated [-Wdeprecated-declarations] if (GIMME != G_SCALAR) ^ /usr/libdata/perl5/i386-openbsd/CORE/op.h:182:14: note: expanded from macro 'GIMME' : dowantarray()) ^ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:217:49: note: expanded from macro 'dowantarray' # define dowantarray() Perl_dowantarray(aTHX) ^ /usr/libdata/perl5/i386-openbsd/CORE/proto.h:1020:9: note: 'Perl_dowantarray' has been explicitly marked deprecated here __attribute__deprecated__ ^ /usr/libdata/perl5/i386-openbsd/CORE/perl.h:406:60: note: expanded from macro '__attribute__deprecated__' # define __attribute__deprecated__ __attribute__((deprecated)) ^ Size.xs:50:6: warning: 'Perl_dowantarray' is deprecated [-Wdeprecated-declarations] if (GIMME != G_SCALAR) ^ /usr/libdata/perl5/i386-openbsd/CORE/op.h:182:14: note: expanded from macro 'GIMME' : dowantarray()) ^ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:217:49: note: expanded from macro 'dowantarray' # define dowantarray() Perl_dowantarray(aTHX) ^ /usr/libdata/perl5/i386-openbsd/CORE/proto.h:1020:9: note: 'Perl_dowantarray' has been explicitly marked deprecated here __attribute__deprecated__ ^ /usr/libdata/perl5/i386-openbsd/CORE/perl.h:406:60: note: expanded from macro '__attribute__deprecated__' # define __attribute__deprecated__ __attribute__((deprecated)) ^ 2 warnings generated. rm -f blib/arch/auto/Term/Size/Size.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Size.o -o blib/arch/auto/Term/Size/Size.so chmod 755 blib/arch/auto/Term/Size/Size.so Manifying 1 pod document ===> p5-Term-Size-0.211 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Term-Size-0.211 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Term-Size-0.211 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Size.bs blib/arch/auto/Term/Size/Size.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Term::Size 0.211, Perl 5.038002, /usr/bin/perl t/00_use.t .... ok t/01_basic.t .. ok t/99_pod.t .... ok All tests successful. Files=3, Tests=28, 0 wallclock secs ( 0.02 usr 0.04 sys + 0.41 cusr 0.11 csys = 0.58 CPU) Result: PASS PASS devel/p5-Term-Size Duration 0m04.07s START devel/p5-Term-Size-Any 2024-11-22T08:00:41Z export _LOCKS_HELD="" ===> Cleaning for p5-Term-Size-Any-0.002p0 ===> Checking files for p5-Term-Size-Any-0.002p0 `/usr/ports/distfiles/Term-Size-Any-0.002.tar.gz' is up to date. ===> Building from scratch p5-Term-Size-Any-0.002p0 ===> Checking files for p5-Term-Size-Any-0.002p0 `/usr/ports/distfiles/Term-Size-Any-0.002.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Term-Size-Any-0.002p0 ===> Patching for p5-Term-Size-Any-0.002p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Term-Size-Any-0.002p0 ===> Configuring for p5-Term-Size-Any-0.002p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Term::Size::Any Writing MYMETA.yml and MYMETA.json ===> Building for p5-Term-Size-Any-0.002p0 cp lib/Term/Size/Any.pod blib/lib/Term/Size/Any.pod cp lib/Term/Size/Any.pm blib/lib/Term/Size/Any.pm Manifying 1 pod document ===> p5-Term-Size-Any-0.002p0 depends on: p5-Term-Size-Perl-* -> p5-Term-Size-Perl-0.031p0 ===> p5-Term-Size-Any-0.002p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Term-Size-Any-0.002p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Term-Size-Any-0.002p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Term::Size::Any 0.002, Perl 5.038002, /usr/bin/perl t/01use.t ........... ok t/02basic.t ......... ok t/05perl.t .......... ok t/08win32.t ......... skipped: Term::Size::Win32 not found t/98pod-coverage.t .. ok t/99pod.t ........... ok All tests successful. Files=6, Tests=47, 2 wallclock secs ( 0.04 usr 0.06 sys + 0.69 cusr 0.36 csys = 1.15 CPU) Result: PASS PASS devel/p5-Term-Size-Any Duration 0m04.12s START devel/p5-Term-Size-Perl 2024-11-22T08:00:46Z export _LOCKS_HELD="" ===> Cleaning for p5-Term-Size-Perl-0.031p0 ===> Checking files for p5-Term-Size-Perl-0.031p0 `/usr/ports/distfiles/Term-Size-Perl-0.031.tar.gz' is up to date. ===> Building from scratch p5-Term-Size-Perl-0.031p0 ===> Checking files for p5-Term-Size-Perl-0.031p0 `/usr/ports/distfiles/Term-Size-Perl-0.031.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Term-Size-Perl-0.031p0 ===> Patching for p5-Term-Size-Perl-0.031p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Term-Size-Perl-0.031p0 ===> Configuring for p5-Term-Size-Perl-0.031p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Term::Size::Perl Writing MYMETA.yml and MYMETA.json ===> Building for p5-Term-Size-Perl-0.031p0 "/usr/bin/perl" inc/Probe.pm inc/Probe.pm: writing C probe... inc/Probe.pm: error writing to 'probe.c': Inappropriate ioctl for device ok inc/Probe.pm: compiling C probe... cc -I/usr/libdata/perl5/i386-openbsd/CORE -DPIC -fpic -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o probe.o probe.c ok inc/Probe.pm: linking C probe... cc -Wl,-E -fstack-protector-strong -L/usr/local/lib -o probe probe.o ok inc/Probe.pm: running C probe... ok inc/Probe.pm: writing 'Params.pm'... inc/Probe.pm: error writing to 'Params.pm': Inappropriate ioctl for device ok cp Perl.pm blib/lib/Term/Size/Perl.pm cp Params.pm blib/lib/Term/Size/Perl/Params.pm Manifying 2 pod documents ===> p5-Term-Size-Perl-0.031p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Term-Size-Perl-0.031p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Term-Size-Perl-0.031p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Term::Size::Perl 0.031, Perl 5.038002, /usr/bin/perl t/00_use.t ........... ok t/01_basic.t ......... ok t/98_pod-coverage.t .. ok t/99_pod.t ........... ok All tests successful. Files=4, Tests=30, 1 wallclock secs ( 0.03 usr 0.04 sys + 0.50 cusr 0.19 csys = 0.76 CPU) Result: PASS PASS devel/p5-Term-Size-Perl Duration 0m04.03s START devel/p5-Term-Table 2024-11-22T08:00:50Z export _LOCKS_HELD="" ===> Cleaning for p5-Term-Table-0.023 ===> Checking files for p5-Term-Table-0.023 `/usr/ports/distfiles/Term-Table-0.023.tar.gz' is up to date. ===> Building from scratch p5-Term-Table-0.023 ===> Checking files for p5-Term-Table-0.023 `/usr/ports/distfiles/Term-Table-0.023.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Term-Table-0.023 ===> Patching for p5-Term-Table-0.023 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Term-Table-0.023 ===> Configuring for p5-Term-Table-0.023 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Term::Table Writing MYMETA.yml and MYMETA.json ===> Building for p5-Term-Table-0.023 cp lib/Term/Table.pm blib/lib/Term/Table.pm cp lib/Term/Table/HashBase.pm blib/lib/Term/Table/HashBase.pm cp lib/Term/Table/Util.pm blib/lib/Term/Table/Util.pm cp lib/Term/Table/Spacer.pm blib/lib/Term/Table/Spacer.pm cp lib/Term/Table/LineBreak.pm blib/lib/Term/Table/LineBreak.pm cp lib/Term/Table/Cell.pm blib/lib/Term/Table/Cell.pm cp lib/Term/Table/CellStack.pm blib/lib/Term/Table/CellStack.pm Manifying 6 pod documents ===> Regression tests for p5-Term-Table-0.023 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Table/*.t t/bad_blank_line.t ........ ok t/HashBase.t .............. ok t/honor_env_in_non_tty.t .. ok t/issue-9.t ............... ok t/Table.t ................. ok t/Table/Cell.t ............ ok t/Table/CellStack.t ....... ok t/Table/LineBreak.t ....... ok All tests successful. Files=8, Tests=83, 1 wallclock secs ( 0.04 usr 0.04 sys + 0.94 cusr 0.42 csys = 1.44 CPU) Result: PASS PASS devel/p5-Term-Table Duration 0m03.92s START devel/p5-Test-API 2024-11-22T08:00:54Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-API-0.010p0 ===> Checking files for p5-Test-API-0.010p0 `/usr/ports/distfiles/Test-API-0.010.tar.gz' is up to date. ===> Building from scratch p5-Test-API-0.010p0 ===> Checking files for p5-Test-API-0.010p0 `/usr/ports/distfiles/Test-API-0.010.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-API-0.010p0 ===> Patching for p5-Test-API-0.010p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-API-0.010p0 ===> Configuring for p5-Test-API-0.010p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::API Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-API-0.010p0 cp lib/Test/API.pm blib/lib/Test/API.pm Manifying 1 pod document ===> Regression tests for p5-Test-API-0.010p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.17 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # Carp any 1.54 # Exporter any 5.77 # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::Builder::Tester 1.18 1.302194 # Test::More any 1.302194 # constant any 1.33 # lib any 0.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # --------------------- ---- -------- # Symbol any 1.09 # Test::Builder::Module 0.86 1.302194 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/02-public.t .......... ok t/03-export.t .......... ok t/04-class-ok.t ........ ok All tests successful. Files=4, Tests=32, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.60 cusr 0.23 csys = 0.89 CPU) Result: PASS PASS devel/p5-Test-API Duration 0m03.29s START devel/p5-Test-Assertions 2024-11-22T08:00:57Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Assertions-1.054p2 ===> Checking files for p5-Test-Assertions-1.054p2 `/usr/ports/distfiles/Test-Assertions-1.054.tar.gz' is up to date. ===> Building from scratch p5-Test-Assertions-1.054p2 ===> Checking files for p5-Test-Assertions-1.054p2 `/usr/ports/distfiles/Test-Assertions-1.054.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Assertions-1.054p2 ===> Patching for p5-Test-Assertions-1.054p2 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Assertions-1.054p2 ===> Configuring for p5-Test-Assertions-1.054p2 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Assertions Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Assertions-1.054p2 cp lib/Test/Assertions.pm blib/lib/Test/Assertions.pm cp lib/Test/Assertions/Manual.pod blib/lib/Test/Assertions/Manual.pod cp lib/Test/Assertions/TestScript.pm blib/lib/Test/Assertions/TestScript.pm Manifying 3 pod documents ===> p5-Test-Assertions-1.054p2 depends on: p5-Log-Trace-* -> p5-Log-Trace-1.070p2 ===> p5-Test-Assertions-1.054p2 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-Assertions-1.054p2 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-Assertions-1.054p2 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/pod.t ......................... ok t/pod_coverage.t ................ ok t/Test-Assertions-TestScript.t .. ok t/Test-Assertions.t ............. ok All tests successful. Files=4, Tests=64, 1 wallclock secs ( 0.05 usr 0.02 sys + 0.61 cusr 0.37 csys = 1.05 CPU) Result: PASS PASS devel/p5-Test-Assertions Duration 0m04.02s START devel/p5-Test-Base 2024-11-22T08:01:01Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Base-0.89p0 ===> Checking files for p5-Test-Base-0.89p0 `/usr/ports/distfiles/Test-Base-0.89.tar.gz' is up to date. ===> Building from scratch p5-Test-Base-0.89p0 ===> Checking files for p5-Test-Base-0.89p0 `/usr/ports/distfiles/Test-Base-0.89.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Base-0.89p0 ===> Patching for p5-Test-Base-0.89p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Base-0.89p0 ===> Configuring for p5-Test-Base-0.89p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Base Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Base-0.89p0 cp lib/Test/Base/Filter.pm blib/lib/Test/Base/Filter.pm cp lib/Test/Base.pm blib/lib/Test/Base.pm cp lib/Test/Base/Filter.pod blib/lib/Test/Base/Filter.pod cp lib/Test/Base.pod blib/lib/Test/Base.pod Manifying 2 pod documents ===> p5-Test-Base-0.89p0 depends on: p5-Algorithm-Diff->=1.15 -> p5-Algorithm-Diff-1.2010 ===> p5-Test-Base-0.89p0 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-Test-Base-0.89p0 depends on: p5-Text-Diff->=0.35 -> p5-Text-Diff-1.45p0 ===> p5-Test-Base-0.89p0 depends on: p5-Spiffy->=0.40 -> p5-Spiffy-0.46p0 ===> Regression tests for p5-Test-Base-0.89p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/000-require-modules.t .. ok t/append.t ............... ok t/arguments.t ............ ok t/array.t ................ ok t/author-pod-syntax.t .... skipped: these tests are for testing by the author t/autoload.t ............. ok t/base64.t ............... ok t/blocks-scalar.t ........ ok t/blocks_grep.t .......... ok t/chomp.t ................ ok t/chop.t ................. ok t/compact.t .............. ok t/compile.t .............. ok t/deep.t ................. ok t/delimiters.t ........... ok t/description.t .......... ok t/diff_is.t .............. ok t/dumper.t ............... ok t/embed_perl.t ........... ok t/escape.t ............... ok t/eval.t ................. ok t/eval_all.t ............. ok t/eval_stderr.t .......... ok t/eval_stdout.t .......... ok t/expected-zero.t ........ ok t/export.t ............... ok t/exported_func.t ........ ok t/filter_arguments.t ..... ok t/filter_delay.t ......... ok t/filter_functions.t ..... ok t/filters-append.t ....... ok t/filters.t .............. ok t/filters_map.t .......... ok t/first_block.t .......... ok t/flatten.t .............. ok t/get_url.t .............. skipped: Need to figure out network testing t/hash.t ................. ok t/head.t ................. ok t/internals.t ............ ok t/is.t ................... ok t/jit-run.t .............. ok t/join-deep.t ............ ok t/join.t ................. ok t/last.t ................. ok t/late.t ................. ok t/lazy-filters.t ......... ok t/lines.t ................ ok t/list.t ................. ok # Filters returning numbers are supposed to do munging $_: your filter 'main::mike5' apparently doesn't. t/main_filters.t ......... ok t/multi-level-inherit.t .. ok t/name.t ................. ok t/next.t ................. ok t/no_diff.t .............. ok t/no_plan.t .............. ok t/normalize.t ............ ok t/only-with-implicit.t ... ok t/only.t ................. ok t/oo.t ................... ok t/oo_run.t ............... ok t/parentheses.t .......... ok t/prepend.t .............. ok t/preserve-order.t ....... ok t/prototypes.t ........... ok t/quick-plan.t ........... ok t/quick_test.t ........... ok t/read_file.t ............ ok t/regexp.t ............... ok t/repeated-filters.t ..... ok t/require.t .............. ok t/reserved_names.t ....... ok t/reverse-deep.t ......... ok t/reverse.t .............. ok t/run-args.t ............. ok t/run_compare.t .......... ok t/run_is.t ............... ok t/run_is_deep.t .......... ok t/run_is_deeply.t ........ ok t/run_like.t ............. ok t/run_unlike.t ........... ok t/simple.t ............... ok t/skip.t ................. ok t/slice.t ................ ok t/sort-deep.t ............ ok t/sort.t ................. ok t/spec_file.t ............ ok t/spec_string.t .......... ok t/split-deep.t ........... ok t/split-regexp.t ......... ok t/split.t ................ ok t/strict-warnings.t ...... ok t/strict.t ............... ok t/subclass-autoclass.t ... ok t/subclass-import.t ...... ok t/subclass.t ............. ok t/subclass_late.t ........ ok t/tail.t ................. ok t/tie_output.t ........... ok t/trim.t ................. ok t/unchomp.t .............. ok t/undef.t ................ ok t/use-test-more.t ........ ok t/use.t .................. ok t/write_file.t ........... ok t/xxx.t .................. ok t/yaml.t ................. ok t/zero-blocks.t .......... ok All tests successful. Files=106, Tests=435, 20 wallclock secs ( 0.22 usr 0.27 sys + 13.01 cusr 5.42 csys = 18.92 CPU) Result: PASS PASS devel/p5-Test-Base Duration 0m23.47s START devel/p5-Test-Bits 2024-11-22T08:01:24Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Bits-0.02p1 ===> Checking files for p5-Test-Bits-0.02p1 `/usr/ports/distfiles/Test-Bits-0.02.tar.gz' is up to date. ===> Building from scratch p5-Test-Bits-0.02p1 ===> Checking files for p5-Test-Bits-0.02p1 `/usr/ports/distfiles/Test-Bits-0.02.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Bits-0.02p1 ===> Patching for p5-Test-Bits-0.02p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Bits-0.02p1 ===> Configuring for p5-Test-Bits-0.02p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Bits Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Bits-0.02p1 cp lib/Test/Bits.pm blib/lib/Test/Bits.pm Manifying 1 pod document ===> p5-Test-Bits-0.02p1 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Test-Bits-0.02p1 depends on: p5-List-AllUtils-* -> p5-List-AllUtils-0.19 ===> Regression tests for p5-Test-Bits-0.02p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ............. ok t/author-pod-spell.t ....... skipped: these tests are for testing by the author t/bits_is.t ................ ok t/release-cpan-changes.t ... skipped: these tests are for release candidate testing t/release-eol.t ............ skipped: these tests are for release candidate testing t/release-no-tabs.t ........ skipped: these tests are for release candidate testing t/release-pod-coverage.t ... skipped: these tests are for release candidate testing t/release-pod-linkcheck.t .. skipped: these tests are for release candidate testing t/release-pod-no404s.t ..... skipped: these tests are for release candidate testing t/release-pod-syntax.t ..... skipped: these tests are for release candidate testing All tests successful. Files=10, Tests=46, 2 wallclock secs ( 0.03 usr 0.08 sys + 1.20 cusr 0.36 csys = 1.67 CPU) Result: PASS PASS devel/p5-Test-Bits Duration 0m04.37s START devel/p5-Test-CPAN-Meta 2024-11-22T08:01:29Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-CPAN-Meta-0.25p0 ===> Checking files for p5-Test-CPAN-Meta-0.25p0 `/usr/ports/distfiles/Test-CPAN-Meta-0.25.tar.gz' is up to date. ===> Building from scratch p5-Test-CPAN-Meta-0.25p0 ===> Checking files for p5-Test-CPAN-Meta-0.25p0 `/usr/ports/distfiles/Test-CPAN-Meta-0.25.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-CPAN-Meta-0.25p0 ===> Patching for p5-Test-CPAN-Meta-0.25p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-CPAN-Meta-0.25p0 ===> Configuring for p5-Test-CPAN-Meta-0.25p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::CPAN::Meta Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-CPAN-Meta-0.25p0 cp lib/Test/CPAN/Meta/Version.pm blib/lib/Test/CPAN/Meta/Version.pm cp lib/Test/CPAN/Meta.pm blib/lib/Test/CPAN/Meta.pm Manifying 2 pod documents ===> Regression tests for p5-Test-CPAN-Meta-0.25p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01use.t .......... ok t/02metafiles.t .... ok t/03metaversion.t .. ok t/04metatester.t ... ok t/05metaspec.t ..... ok t/90podtest.t ...... skipped: Author tests not required for installation t/91podcover.t ..... skipped: Author tests not required for installation t/94metatest.t ..... skipped: Author tests not required for installation t/95changedate.t ... skipped: Author tests not required for installation t/96metatest.t ..... skipped: Author tests not required for installation t/98metatest.t ..... skipped: Author tests not required for installation All tests successful. Files=11, Tests=196, 2 wallclock secs ( 0.10 usr 0.06 sys + 1.16 cusr 0.60 csys = 1.92 CPU) Result: PASS PASS devel/p5-Test-CPAN-Meta Duration 0m04.35s START devel/p5-Test-CheckManifest 2024-11-22T08:01:33Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-CheckManifest-1.43 ===> Checking files for p5-Test-CheckManifest-1.43 `/usr/ports/distfiles/Test-CheckManifest-1.43.tar.gz' is up to date. ===> Building from scratch p5-Test-CheckManifest-1.43 ===> Checking files for p5-Test-CheckManifest-1.43 `/usr/ports/distfiles/Test-CheckManifest-1.43.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-CheckManifest-1.43 ===> Patching for p5-Test-CheckManifest-1.43 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-CheckManifest-1.43 ===> Configuring for p5-Test-CheckManifest-1.43 Warning: prerequisite Pod::Coverage::TrustPod 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::CheckManifest Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-CheckManifest-1.43 cp lib/Test/CheckManifest.pm blib/lib/Test/CheckManifest.pm Manifying 1 pod document ===> Regression tests for p5-Test-CheckManifest-1.43 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/extra/*.t t/xt/*.t t/00_load.t ........................ ok t/01_selftest.t .................... ok t/02_validate_args.t ............... ok t/03_find_home.t ................... ok t/04_check_excludes.t .............. ok t/05_is_excluded.t ................. ok # No files in MANIFEST found (is it readable?) t/06_bailout.t ..................... ok t/07_is_in_dir.t ................... ok t/08_check_manifest.t .............. ok t/09_manifest_files.t .............. ok t/author-pod-coverage.t ............ skipped: these tests are for testing by the author t/author-pod-syntax.t .............. skipped: these tests are for testing by the author t/extra/02_test_in_subdirectory.t .. ok t/xt/02_issue1.t ................... ok t/xt/03_issue7.t ................... ok All tests successful. Files=15, Tests=113, 3 wallclock secs ( 0.09 usr 0.06 sys + 1.64 cusr 0.68 csys = 2.47 CPU) Result: PASS PASS devel/p5-Test-CheckManifest Duration 0m04.90s START devel/p5-Test-Class 2024-11-22T08:01:38Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Class-0.52 ===> Checking files for p5-Test-Class-0.52 `/usr/ports/distfiles/Test-Class-0.52.tar.gz' is up to date. ===> Building from scratch p5-Test-Class-0.52 ===> Checking files for p5-Test-Class-0.52 `/usr/ports/distfiles/Test-Class-0.52.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Class-0.52 ===> Patching for p5-Test-Class-0.52 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Class-0.52 ===> Configuring for p5-Test-Class-0.52 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Class Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Class-0.52 cp lib/Test/Class/MethodInfo.pm blib/lib/Test/Class/MethodInfo.pm cp lib/Test/Class/Load.pm blib/lib/Test/Class/Load.pm cp lib/Test/Class.pm blib/lib/Test/Class.pm Manifying 3 pod documents ===> p5-Test-Class-0.52 depends on: p5-Test-Exception->=0.25 -> p5-Test-Exception-0.43p0 ===> p5-Test-Class-0.52 depends on: p5-MRO-Compat->=0.11 -> p5-MRO-Compat-0.15 ===> p5-Test-Class-0.52 depends on: p5-Module-Runtime-* -> p5-Module-Runtime-0.016p0 ===> p5-Test-Class-0.52 depends on: p5-Try-Tiny-* -> p5-Try-Tiny-0.32 ===> Regression tests for p5-Test-Class-0.52 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::Class::Load 0.52, Perl 5.038002, /usr/bin/perl t/00-load.t .................... ok t/20-load-classes.t ............ ok t/21-load-subclassed.t ......... ok t/_new.t ....................... ok t/bad-autoloads.t .............. skipped: need Contextual::Return t/bailout.t .................... ok t/builder.t .................... ok t/compile.t .................... ok t/current_method.t ............. ok t/diag_on_failure.t ............ ok t/die-in-setup.t ............... ok t/die_before_plan.t ............ ok t/expected_tests.t ............. ok t/fail1.t ...................... ok t/fail2.t ...................... ok t/fail3.t ...................... ok t/filter.t ..................... ok t/filter_bad_filter.t .......... ok t/filter_fixtures.t ............ ok t/filter_fixtures_only.t ....... ok t/filter_multiple.t ............ ok t/header.t ..................... ok t/late_header.t ................ ok t/methodinfo.t ................. ok t/named_test.t ................. ok t/num_method_tests.t ........... ok t/num_tests.t .................. ok t/override.t ................... ok t/rt15870.t .................... ok t/rt17264.t .................... ok t/run_all_tests.t .............. ok t/runtests.t ................... ok t/runtests_die.t ............... ok t/runtests_die_empty.t ......... ok t/runtests_die_nearlyempty.t ... ok t/runtests_extra.t ............. ok t/runtests_noplan.t ............ ok t/runtests_of.t ................ ok t/runtests_result.t ............ ok t/runtests_return.t ............ ok t/runtests_trailing.t .......... ok t/runtests_with_wrong_class.t .. ok t/show_plan_in_shutdown.t ...... ok t/skip1.t ...................... ok t/skip2.t ...................... ok t/skip_class_reason.t .......... ok # # Bar::Test->the_test t/skip_empty_classes.t ......... ok t/spaces.t ..................... ok t/startup.t .................... ok t/startup_that_dies.t .......... ok t/teardown-when-test-dies.t .... ok t/test_classes.t ............... ok t/test_deep.t .................. ok \A+ matches null string many times in regex; marked by <-- HERE in m/\A+ <-- HERE ++\z/ at /usr/ports/pobj/p5-Test-Class-0.52/Test-Class-0.52/blib/lib/Test/Class.pm line 143. t/test_method.t ................ ok t/test_verbose.t ............... ok t/Tests.t ...................... ok # Test::More: 1.302194 t/todo.t ....................... ok All tests successful. Files=57, Tests=191, 10 wallclock secs ( 0.13 usr 0.21 sys + 6.59 cusr 2.90 csys = 9.83 CPU) Result: PASS PASS devel/p5-Test-Class Duration 0m13.80s START devel/p5-Test-Class-Tiny 2024-11-22T08:01:52Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Class-Tiny-0.03 ===> Checking files for p5-Test-Class-Tiny-0.03 `/usr/ports/distfiles/Test-Class-Tiny-0.03.tar.gz' is up to date. ===> Building from scratch p5-Test-Class-Tiny-0.03 ===> Checking files for p5-Test-Class-Tiny-0.03 `/usr/ports/distfiles/Test-Class-Tiny-0.03.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Class-Tiny-0.03 ===> Patching for p5-Test-Class-Tiny-0.03 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Class-Tiny-0.03 ===> Configuring for p5-Test-Class-Tiny-0.03 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Class::Tiny Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Class-Tiny-0.03 cp lib/Test/Class/Tiny.pm blib/lib/Test/Class/Tiny.pm Manifying 1 pod document ===> p5-Test-Class-Tiny-0.03 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-Test-Class-Tiny-0.03 depends on: p5-Test2-Suite-* -> p5-Test2-Suite-0.000163 ===> Regression tests for p5-Test-Class-Tiny-0.03 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic.t .......... ok t/dynamic_count.t .. ok t/inheritance.t .... ok t/order.t .......... ok t/suffix_naming.t .. ok All tests successful. Files=5, Tests=26, 2 wallclock secs ( 0.05 usr 0.02 sys + 1.02 cusr 0.39 csys = 1.48 CPU) Result: PASS PASS devel/p5-Test-Class-Tiny Duration 0m04.19s START devel/p5-Test-ClassAPI 2024-11-22T08:01:56Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-ClassAPI-1.07p0 ===> Checking files for p5-Test-ClassAPI-1.07p0 `/usr/ports/distfiles/Test-ClassAPI-1.07.tar.gz' is up to date. ===> Building from scratch p5-Test-ClassAPI-1.07p0 ===> p5-Test-ClassAPI-1.07p0 depends on: p5-Class-Inspector-* -> p5-Class-Inspector-1.36p0 ===> p5-Test-ClassAPI-1.07p0 depends on: p5-Config-Tiny-* -> p5-Config-Tiny-2.14p0 ===> p5-Test-ClassAPI-1.07p0 depends on: p5-Params-Util-* -> p5-Params-Util-1.102 ===> Checking files for p5-Test-ClassAPI-1.07p0 `/usr/ports/distfiles/Test-ClassAPI-1.07.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-ClassAPI-1.07p0 ===> Patching for p5-Test-ClassAPI-1.07p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-ClassAPI-1.07p0 ===> Configuring for p5-Test-ClassAPI-1.07p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::ClassAPI Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-ClassAPI-1.07p0 cp lib/Test/ClassAPI.pm blib/lib/Test/ClassAPI.pm Manifying 1 pod document ===> Regression tests for p5-Test-ClassAPI-1.07p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec 0.83 3.88 # Test::More 0.47 1.302194 # base any 2.27 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------------- ---- -------- # Class::Inspector 1.12 1.36 # Config::Tiny 2.00 2.14 # File::Spec 0.83 3.88 # Params::Util 1.00 1.102 # Test::More 0.47 1.302194 # strict any 1.12 # vars any 1.05 # # === Other Modules === # # Module Have # --------- ---- # JSON::PP 4.16 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .. ok t/01_compile.t ......... ok t/02_api.t ............. ok t/03_implements.t ...... ok t/04_collisions.t ...... ok All tests successful. Files=5, Tests=48, 1 wallclock secs ( 0.04 usr 0.05 sys + 0.78 cusr 0.31 csys = 1.18 CPU) Result: PASS PASS devel/p5-Test-ClassAPI Duration 0m04.33s START devel/p5-Test-CleanNamespaces 2024-11-22T08:02:00Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-CleanNamespaces-0.24 ===> Checking files for p5-Test-CleanNamespaces-0.24 `/usr/ports/distfiles/Test-CleanNamespaces-0.24.tar.gz' is up to date. ===> Building from scratch p5-Test-CleanNamespaces-0.24 ===> Checking files for p5-Test-CleanNamespaces-0.24 `/usr/ports/distfiles/Test-CleanNamespaces-0.24.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-CleanNamespaces-0.24 ===> Patching for p5-Test-CleanNamespaces-0.24 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-CleanNamespaces-0.24 ===> Configuring for p5-Test-CleanNamespaces-0.24 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::CleanNamespaces Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-CleanNamespaces-0.24 cp lib/Test/CleanNamespaces.pm blib/lib/Test/CleanNamespaces.pm Manifying 1 pod document ===> p5-Test-CleanNamespaces-0.24 depends on: p5-File-pushd-* -> p5-File-pushd-1.016p0 ===> p5-Test-CleanNamespaces-0.24 depends on: p5-Moo-* -> p5-Moo-2.005005 ===> p5-Test-CleanNamespaces-0.24 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-Test-CleanNamespaces-0.24 depends on: p5-MooseX-Role-Parameterized-* -> p5-MooseX-Role-Parameterized-1.11p0 ===> p5-Test-CleanNamespaces-0.24 depends on: p5-Mouse-* -> p5-Mouse-2.5.11 ===> p5-Test-CleanNamespaces-0.24 depends on: p5-Sub-Exporter-* -> p5-Sub-Exporter-0.991 ===> p5-Test-CleanNamespaces-0.24 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-Test-CleanNamespaces-0.24 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-Test-CleanNamespaces-0.24 depends on: p5-Test-Warnings->=0.009 -> p5-Test-Warnings-0.033 ===> p5-Test-CleanNamespaces-0.24 depends on: p5-namespace-clean-* -> p5-namespace-clean-0.27p0 ===> p5-Test-CleanNamespaces-0.24 depends on: p5-Module-Runtime-* -> p5-Module-Runtime-0.016p0 ===> p5-Test-CleanNamespaces-0.24 depends on: p5-Package-Stash->=0.14 -> p5-Package-Stash-0.40 ===> p5-Test-CleanNamespaces-0.24 depends on: p5-Sub-Identify-* -> p5-Sub-Identify-0.14p0 ===> Regression tests for p5-Test-CleanNamespaces-0.24 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------------ -------- -------- # CPAN::Meta::Requirements 2.120620 2.140 # ExtUtils::MakeMaker any 7.70 # Module::Metadata any 1.000037 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # --------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # File::Spec::Functions any 3.88 # File::pushd any 1.016 # Scalar::Util any 1.63 # Sub::Exporter any 0.991 # Test::Deep any 1.204 # Test::More 0.96 1.302194 # Test::Needs any 0.002010 # Test::Tester any 1.302194 # Test::Warnings 0.009 0.033 # constant any 1.33 # if any 0.0610 # lib any 0.65 # namespace::clean any 0.27 # overload any 1.37 # parent any 0.241 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Test Suggests === # # Module Want Have # --------------------------- -------- -------- # Class::MOP::Class any 2.2207 # Moo any 2.005005 # Moo::Role any 2.005005 # Moose any 2.2207 # Moose::Exporter any 2.2207 # Moose::Role any 2.2207 # MooseX::Role::Parameterized any 1.11 # Mouse any v2.5.11 # Mouse::Role any v2.5.11 # Role::Tiny 1.003000 2.002004 # metaclass any 2.2207 # # === Runtime Requires === # # Module Want Have # --------------- -------- -------- # Exporter 5.57 5.77 # File::Find any 1.43 # File::Spec any 3.88 # Module::Runtime any 0.016 # Package::Stash 0.14 0.40 # Role::Tiny 1.003000 2.002004 # Sub::Identify any 0.14 # Test::Builder any 1.302194 # strict any 1.12 # warnings any 1.65 # # === Runtime Recommends === # # Module Want Have # ------------------ ---- ---- # Package::Stash::XS any 0.30 # # === Runtime Suggests === # # Module Want Have # ---------- ---- -------- # Role::Tiny any 2.002004 # # === Other Modules === # # Module Have # --------------- ------ # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t ......... ok t/basic.t ..................... ok t/class_mop.t ................. ok t/clean-namespaces.t .......... ok t/find_modules.t .............. ok t/moo.t ....................... ok t/moose-parameterized-role.t .. ok t/moose.t ..................... ok t/mouse.t ..................... ok t/overload.t .................. ok t/role_tiny.t ................. ok t/self.t ...................... ok t/zzz-check-breaks.t .......... ok All tests successful. Files=13, Tests=219, 4 wallclock secs ( 0.04 usr 0.04 sys + 2.73 cusr 0.85 csys = 3.66 CPU) Result: PASS PASS devel/p5-Test-CleanNamespaces Duration 0m09.01s START devel/p5-Test-Cmd 2024-11-22T08:02:09Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Cmd-1.09p0 ===> Checking files for p5-Test-Cmd-1.09p0 `/usr/ports/distfiles/Test-Cmd-1.09.tar.gz' is up to date. ===> Building from scratch p5-Test-Cmd-1.09p0 ===> Checking files for p5-Test-Cmd-1.09p0 `/usr/ports/distfiles/Test-Cmd-1.09.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Cmd-1.09p0 ===> Patching for p5-Test-Cmd-1.09p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Cmd-1.09p0 ===> Configuring for p5-Test-Cmd-1.09p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Cmd Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Cmd-1.09p0 cp lib/Test/Cmd/Common.pm blib/lib/Test/Cmd/Common.pm cp lib/Test/Cmd.pm blib/lib/Test/Cmd.pm Manifying 2 pod documents ===> Regression tests for p5-Test-Cmd-1.09p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Common/*.t t/basename.t .......... ok t/cleanup.t ........... ok t/Common/chmod.t ...... ok t/Common/copy.t ....... ok t/Common/f_matches.t .. ok t/Common/m_exist.t .... ok t/Common/m_n_exist.t .. ok t/Common/read.t ....... ok t/Common/run.t ........ ok t/Common/sleep.t ...... ok t/Common/subdir.t ..... ok t/Common/touch.t ...... ok t/Common/unlink.t ..... ok t/Common/write.t ...... ok t/diff_exact.t ........ ok t/diff_regex.t ........ ok t/ENV_PRESERVE.t ...... ok t/exit.t .............. ok t/EXPORT_OK.t ......... ok t/fail.t .............. ok t/interpreter.t ....... ok t/match.t ............. ok t/match_exact.t ....... ok t/match_regex.t ....... ok t/match_sub.t ......... ok t/no_result.t ......... ok t/pass.t .............. ok t/pod.t ............... skipped: these tests are for release candidate testing t/preserve.t .......... ok t/prog.t .............. ok t/read.t .............. ok t/run.t ............... ok t/stderr.t ............ ok t/stdin.t ............. ok t/stdout.t ............ ok t/string.t ............ ok t/subdir.t ............ ok t/TMPDIR.t ............ ok t/workdir.t ........... ok t/workdirs.t .......... ok t/workpath.t .......... ok t/writable.t .......... ok t/write.t ............. ok All tests successful. Files=43, Tests=714, 12 wallclock secs ( 0.18 usr 0.15 sys + 5.01 cusr 4.15 csys = 9.49 CPU) Result: PASS PASS devel/p5-Test-Cmd Duration 0m14.99s START devel/p5-Test-Command 2024-11-22T08:02:24Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Command-0.11p2 ===> Checking files for p5-Test-Command-0.11p2 `/usr/ports/distfiles/Test-Command-0.11.tar.gz' is up to date. ===> Building from scratch p5-Test-Command-0.11p2 ===> Checking files for p5-Test-Command-0.11p2 `/usr/ports/distfiles/Test-Command-0.11.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Command-0.11p2 ===> Patching for p5-Test-Command-0.11p2 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Command-0.11p2 ===> Configuring for p5-Test-Command-0.11p2 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Command Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Command-0.11p2 cp lib/Test/Command.pm blib/lib/Test/Command.pm Manifying 1 pod document ===> p5-Test-Command-0.11p2 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-Command-0.11p2 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-Command-0.11p2 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::Command 0.11, Perl 5.038002, /usr/bin/perl t/00-load.t ....... ok t/01-funcs.t ...... ok t/02-exit.t ....... ok t/03-stdout.t ..... ok t/04-stderr.t ..... ok t/05-object.t ..... ok t/06-signal.t ..... ok t/pod-coverage.t .. ok t/pod.t ........... ok All tests successful. Files=9, Tests=119, 3 wallclock secs ( 0.06 usr 0.02 sys + 1.35 cusr 0.89 csys = 2.32 CPU) Result: PASS PASS devel/p5-Test-Command Duration 0m05.53s START devel/p5-Test-Command-Simple 2024-11-22T08:02:30Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Command-Simple-0.05p1 ===> Checking files for p5-Test-Command-Simple-0.05p1 `/usr/ports/distfiles/Test-Command-Simple-0.05.tar.gz' is up to date. ===> Building from scratch p5-Test-Command-Simple-0.05p1 ===> Checking files for p5-Test-Command-Simple-0.05p1 `/usr/ports/distfiles/Test-Command-Simple-0.05.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Command-Simple-0.05p1 ===> Patching for p5-Test-Command-Simple-0.05p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Command-Simple-0.05p1 ===> Configuring for p5-Test-Command-Simple-0.05p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Command::Simple Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Command-Simple-0.05p1 cp lib/Test/Command/Simple.pm blib/lib/Test/Command/Simple.pm Manifying 1 pod document ===> Regression tests for p5-Test-Command-Simple-0.05p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::Command::Simple 0.05, Perl 5.038002, /usr/bin/perl t/00-load.t ....... ok t/01-run.t ........ ok t/manifest.t ...... skipped: Author tests not required for installation t/pod-coverage.t .. ok t/pod.t ........... ok All tests successful. Files=5, Tests=15, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.53 cusr 0.34 csys = 0.93 CPU) Result: PASS PASS devel/p5-Test-Command-Simple Duration 0m03.38s START devel/p5-Test-Compile 2024-11-22T08:02:33Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Compile-3.0.1 ===> Checking files for p5-Test-Compile-3.0.1 `/usr/ports/distfiles/Test-Compile-v3.0.1.tar.gz' is up to date. ===> Building from scratch p5-Test-Compile-3.0.1 ===> p5-Test-Compile-3.0.1 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Test-Compile-3.0.1 `/usr/ports/distfiles/Test-Compile-v3.0.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Compile-3.0.1 ===> Patching for p5-Test-Compile-3.0.1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Compile-3.0.1 ===> Configuring for p5-Test-Compile-3.0.1 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Test-Compile' version 'v3.0.1' ===> Building for p5-Test-Compile-3.0.1 Building Test-Compile ===> p5-Test-Compile-3.0.1 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-Test-Compile-3.0.1 depends on: p5-Test-Warnings-* -> p5-Test-Warnings-0.033 ===> Regression tests for p5-Test-Compile-3.0.1 t/000-compile.t ..................... ok t/100-internal--find-files.t ........ ok t/100-internal--is-in-taint-mode.t .. ok t/100-internal--read-shebang.t ...... ok t/100-internal--skip.t .............. skipped: Skipping this test should test skip_all() # The diag method should display this message t/100-internal--test-methods.t ...... ok t/100-internal-all-pl-files.t ....... ok t/100-internal-all-pm-files.t ....... ok t/100-internal-basic.t .............. ok t/100-internal-mess-with-lib.t ...... ok t/100-internal-pl-file-compiles.t ... ok t/100-internal-pm-file-compiles.t ... ok t/100-internal-verbose.t ............ ok t/200-all-files-ok.t ................ ok t/200-all-pl-files-ok.t ............. ok t/200-all-pm-files-ok.t ............. ok t/200-import-check.t ................ ok t/200-px-file-ok.t .................. ok t/200-taint.t ....................... ok t/999-has-version.t ................. skipped: Set AUTHOR_TEST to run this test t/999-perlcritic.t .................. skipped: Set AUTHOR_TEST to run this test t/999-pod-coverage.t ................ skipped: Set AUTHOR_TEST to run this test t/999-pod.t ......................... skipped: Set AUTHOR_TEST to run this test t/999-portability.t ................. skipped: Set AUTHOR_TEST to run this test t/999-synopsis.t .................... skipped: Set AUTHOR_TEST to run this test t/999-version.t ..................... skipped: Set AUTHOR_TEST to run this test All tests successful. Files=26, Tests=85, 8 wallclock secs ( 0.09 usr 0.17 sys + 4.69 cusr 2.72 csys = 7.67 CPU) Result: PASS PASS devel/p5-Test-Compile Duration 0m11.04s START devel/p5-Test-Corpus-Audio-MPD 2024-11-22T08:02:44Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Corpus-Audio-MPD-1.120990p0 ===> Checking files for p5-Test-Corpus-Audio-MPD-1.120990p0 `/usr/ports/distfiles/Test-Corpus-Audio-MPD-1.120990.tar.gz' is up to date. ===> Building from scratch p5-Test-Corpus-Audio-MPD-1.120990p0 ===> p5-Test-Corpus-Audio-MPD-1.120990p0 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Test-Corpus-Audio-MPD-1.120990p0 `/usr/ports/distfiles/Test-Corpus-Audio-MPD-1.120990.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Corpus-Audio-MPD-1.120990p0 ===> Patching for p5-Test-Corpus-Audio-MPD-1.120990p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Corpus-Audio-MPD-1.120990p0 ===> Configuring for p5-Test-Corpus-Audio-MPD-1.120990p0 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Test-Corpus-Audio-MPD' version '1.120990' ===> Building for p5-Test-Corpus-Audio-MPD-1.120990p0 Building Test-Corpus-Audio-MPD ===> p5-Test-Corpus-Audio-MPD-1.120990p0 depends on: p5-File-ShareDir->=1.0 -> p5-File-ShareDir-1.118 ===> p5-Test-Corpus-Audio-MPD-1.120990p0 depends on: p5-File-ShareDir-PathClass-* -> p5-File-ShareDir-PathClass-1.112440p0 ===> p5-Test-Corpus-Audio-MPD-1.120990p0 depends on: p5-Path-Class-* -> p5-Path-Class-0.37p0 ===> p5-Test-Corpus-Audio-MPD-1.120990p0 depends on: p5-Readonly-* -> p5-Readonly-2.05p0 ===> p5-Test-Corpus-Audio-MPD-1.120990p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-Corpus-Audio-MPD-1.120990p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-Corpus-Audio-MPD-1.120990p0 t/00-compile.t ................ ok # # # perl: v5.38.2 (wanted 5.008) on openbsd from /usr/bin/perl # # Exporter => 5.77 (want any version) # File::Copy => 2.41 (want any version) # File::ShareDir::PathClass => 1.112440 (want any version) # File::Temp => 0.2311 (want any version) # Module::Build => 0.4234 (want 0.3601) # Path::Class => 0.37 (want any version) # Readonly => 2.05 (want any version) # Test::More => 1.302194 (want 0.88) # base => 2.27 (want any version) # strict => 1.12 (want any version) # warnings => 1.65 (want any version) # # Thanks for using my code. I hope it works for you. # If not, please try and include this output in the bug report. # That will help me reproduce the issue and solve you problem. # t/000-report-versions-tiny.t .. ok t/release-has-version.t ....... ok t/release-kwalitee.t .......... skipped: Test::Kwalitee required for testing kwalitee t/release-minimum-version.t ... skipped: Test::MinimumVersion required for testing minimum versions t/release-pod-coverage.t ...... skipped: Pod::Coverage::TrustPod required for testing POD coverage t/release-pod-syntax.t ........ ok All tests successful. Files=7, Tests=4, 2 wallclock secs ( 0.04 usr 0.08 sys + 1.10 cusr 0.39 csys = 1.61 CPU) Result: PASS PASS devel/p5-Test-Corpus-Audio-MPD Duration 0m05.35s START devel/p5-Test-Deep 2024-11-22T08:02:50Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Deep-1.204 ===> Checking files for p5-Test-Deep-1.204 `/usr/ports/distfiles/Test-Deep-1.204.tar.gz' is up to date. ===> Building from scratch p5-Test-Deep-1.204 ===> Checking files for p5-Test-Deep-1.204 `/usr/ports/distfiles/Test-Deep-1.204.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Deep-1.204 ===> Patching for p5-Test-Deep-1.204 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Deep-1.204 ===> Configuring for p5-Test-Deep-1.204 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Deep Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Deep-1.204 cp lib/Test/Deep/MM.pm blib/lib/Test/Deep/MM.pm cp lib/Test/Deep/Array.pm blib/lib/Test/Deep/Array.pm cp lib/Test/Deep/Class.pm blib/lib/Test/Deep/Class.pm cp lib/Test/Deep/ArrayLength.pm blib/lib/Test/Deep/ArrayLength.pm cp lib/Test/Deep/Obj.pm blib/lib/Test/Deep/Obj.pm cp lib/Test/Deep/ArrayLengthOnly.pm blib/lib/Test/Deep/ArrayLengthOnly.pm cp lib/Test/Deep/Ref.pm blib/lib/Test/Deep/Ref.pm cp lib/Test/Deep/HashEach.pm blib/lib/Test/Deep/HashEach.pm cp lib/Test/Deep/ScalarRefOnly.pm blib/lib/Test/Deep/ScalarRefOnly.pm cp lib/Test/Deep/RegexpVersion.pm blib/lib/Test/Deep/RegexpVersion.pm cp lib/Test/Deep/Cache/Simple.pm blib/lib/Test/Deep/Cache/Simple.pm cp lib/Test/Deep/None.pm blib/lib/Test/Deep/None.pm cp lib/Test/Deep/Blessed.pm blib/lib/Test/Deep/Blessed.pm cp lib/Test/Deep/NoTest.pm blib/lib/Test/Deep/NoTest.pm cp lib/Test/Deep/ArrayElementsOnly.pm blib/lib/Test/Deep/ArrayElementsOnly.pm cp lib/Test/Deep/HashElements.pm blib/lib/Test/Deep/HashElements.pm cp lib/Test/Deep/Any.pm blib/lib/Test/Deep/Any.pm cp lib/Test/Deep/RefType.pm blib/lib/Test/Deep/RefType.pm cp lib/Test/Deep/Stack.pm blib/lib/Test/Deep/Stack.pm cp lib/Test/Deep/Number.pm blib/lib/Test/Deep/Number.pm cp lib/Test/Deep/Methods.pm blib/lib/Test/Deep/Methods.pm cp lib/Test/Deep/HashKeysOnly.pm blib/lib/Test/Deep/HashKeysOnly.pm cp lib/Test/Deep/Cmp.pm blib/lib/Test/Deep/Cmp.pm cp lib/Test/Deep/Ignore.pm blib/lib/Test/Deep/Ignore.pm cp lib/Test/Deep/RegexpRefOnly.pm blib/lib/Test/Deep/RegexpRefOnly.pm cp lib/Test/Deep/Shallow.pm blib/lib/Test/Deep/Shallow.pm cp lib/Test/Deep/ListMethods.pm blib/lib/Test/Deep/ListMethods.pm cp lib/Test/Deep/String.pm blib/lib/Test/Deep/String.pm cp lib/Test/Deep/RegexpOnly.pm blib/lib/Test/Deep/RegexpOnly.pm cp lib/Test/Deep/All.pm blib/lib/Test/Deep/All.pm cp lib/Test/Deep/Cache.pm blib/lib/Test/Deep/Cache.pm cp lib/Test/Deep/HashKeys.pm blib/lib/Test/Deep/HashKeys.pm cp lib/Test/Deep/ScalarRef.pm blib/lib/Test/Deep/ScalarRef.pm cp lib/Test/Deep.pm blib/lib/Test/Deep.pm cp lib/Test/Deep/RegexpMatches.pm blib/lib/Test/Deep/RegexpMatches.pm cp lib/Test/Deep/Boolean.pm blib/lib/Test/Deep/Boolean.pm cp lib/Test/Deep/Set.pm blib/lib/Test/Deep/Set.pm cp lib/Test/Deep/ArrayEach.pm blib/lib/Test/Deep/ArrayEach.pm cp lib/Test/Deep/RegexpRef.pm blib/lib/Test/Deep/RegexpRef.pm cp lib/Test/Deep/Regexp.pm blib/lib/Test/Deep/Regexp.pm cp lib/Test/Deep/Code.pm blib/lib/Test/Deep/Code.pm cp lib/Test/Deep/Isa.pm blib/lib/Test/Deep/Isa.pm cp lib/Test/Deep/Hash.pm blib/lib/Test/Deep/Hash.pm Manifying 43 pod documents ===> Regression tests for p5-Test-Deep-1.204 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.78 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.96 1.302194 # Test::Tester 0.107 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ---- -------- # List::Util 1.09 1.63 # Scalar::Util 1.09 1.63 # Test::Builder any 1.302194 # Test::More 0.96 1.302194 # t/00-report-prereqs.t ....... ok t/all.t ..................... ok t/any.t ..................... ok t/array.t ................... ok t/array_each.t .............. ok t/arraylength.t ............. ok t/bag.t ..................... ok t/bagrecursion.t ............ ok t/blessed.t ................. ok t/boolean.t ................. ok t/cache.t ................... ok t/circular.t ................ ok t/class.t ................... ok t/code.t .................... ok t/deep_utils.t .............. ok t/descend.t ................. ok t/error.t ................... ok t/hash.t .................... ok t/hash_each.t ............... ok t/hashkeys.t ................ ok t/ignore.t .................. ok t/import.t .................. ok t/isa.t ..................... ok t/leaf-wrapper.t ............ ok t/listmethods.t ............. ok t/memory.t .................. ok t/methods.t ................. ok t/no-clobber-globals.t ...... ok t/none.t .................... ok t/notest.t .................. ok t/notest_extra.t ............ ok t/notest_withtest.t ......... ok t/number.t .................. ok t/reftype.t ................. ok t/regexp.t .................. ok t/regexpref.t ............... ok t/rt78288_blessed_object.t .. ok t/scalar.t .................. ok t/scalarref.t ............... ok t/set.t ..................... ok t/shallow.t ................. ok t/string.t .................. ok All tests successful. Files=42, Tests=1268, 7 wallclock secs ( 0.31 usr 0.20 sys + 4.78 cusr 2.08 csys = 7.37 CPU) Result: PASS PASS devel/p5-Test-Deep Duration 0m10.58s START devel/p5-Test-Deep-Fuzzy 2024-11-22T08:03:00Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Deep-Fuzzy-0.01p1 ===> Checking files for p5-Test-Deep-Fuzzy-0.01p1 `/usr/ports/distfiles/Test-Deep-Fuzzy-0.01.tar.gz' is up to date. ===> Building from scratch p5-Test-Deep-Fuzzy-0.01p1 ===> p5-Test-Deep-Fuzzy-0.01p1 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-Test-Deep-Fuzzy-0.01p1 `/usr/ports/distfiles/Test-Deep-Fuzzy-0.01.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Deep-Fuzzy-0.01p1 ===> Patching for p5-Test-Deep-Fuzzy-0.01p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Deep-Fuzzy-0.01p1 ===> Configuring for p5-Test-Deep-Fuzzy-0.01p1 Creating new 'Build' script for 'Test-Deep-Fuzzy' version '0.01' ===> Building for p5-Test-Deep-Fuzzy-0.01p1 cp lib/Test/Deep/Fuzzy/Number.pm blib/lib/Test/Deep/Fuzzy/Number.pm cp lib/Test/Deep/Fuzzy.pm blib/lib/Test/Deep/Fuzzy.pm ===> p5-Test-Deep-Fuzzy-0.01p1 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-Test-Deep-Fuzzy-0.01p1 depends on: p5-Math-Round-* -> p5-Math-Round-0.08 ===> Regression tests for p5-Test-Deep-Fuzzy-0.01p1 t/00_compile.t .. ok t/01_number.t ... ok All tests successful. Files=2, Tests=12, 0 wallclock secs ( 0.05 usr 0.02 sys + 0.21 cusr 0.10 csys = 0.38 CPU) Result: PASS PASS devel/p5-Test-Deep-Fuzzy Duration 0m02.73s START devel/p5-Test-Deep-JSON 2024-11-22T08:03:03Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Deep-JSON-0.05p0 ===> Checking files for p5-Test-Deep-JSON-0.05p0 `/usr/ports/distfiles/Test-Deep-JSON-0.05.tar.gz' is up to date. ===> Building from scratch p5-Test-Deep-JSON-0.05p0 ===> p5-Test-Deep-JSON-0.05p0 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-Test-Deep-JSON-0.05p0 `/usr/ports/distfiles/Test-Deep-JSON-0.05.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Deep-JSON-0.05p0 ===> Patching for p5-Test-Deep-JSON-0.05p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Deep-JSON-0.05p0 ===> Configuring for p5-Test-Deep-JSON-0.05p0 Creating new 'Build' script for 'Test-Deep-JSON' version '0.05' ===> Building for p5-Test-Deep-JSON-0.05p0 cp lib/Test/Deep/JSON.pm blib/lib/Test/Deep/JSON.pm ===> p5-Test-Deep-JSON-0.05p0 depends on: p5-JSON-MaybeXS-* -> p5-JSON-MaybeXS-1.004005 ===> p5-Test-Deep-JSON-0.05p0 depends on: p5-Exporter-Lite-* -> p5-Exporter-Lite-0.09 ===> p5-Test-Deep-JSON-0.05p0 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> Regression tests for p5-Test-Deep-JSON-0.05p0 t/00_compile.t .. ok t/01_test.t ..... ok All tests successful. Files=2, Tests=7, 0 wallclock secs ( 0.04 usr 0.03 sys + 0.25 cusr 0.09 csys = 0.41 CPU) Result: PASS PASS devel/p5-Test-Deep-JSON Duration 0m03.01s START devel/p5-Test-Deep-Type 2024-11-22T08:03:06Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Deep-Type-0.008p1 ===> Checking files for p5-Test-Deep-Type-0.008p1 `/usr/ports/distfiles/Test-Deep-Type-0.008.tar.gz' is up to date. ===> Building from scratch p5-Test-Deep-Type-0.008p1 ===> Checking files for p5-Test-Deep-Type-0.008p1 `/usr/ports/distfiles/Test-Deep-Type-0.008.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Deep-Type-0.008p1 ===> Patching for p5-Test-Deep-Type-0.008p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Deep-Type-0.008p1 ===> Configuring for p5-Test-Deep-Type-0.008p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Deep::Type Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Deep-Type-0.008p1 cp lib/Test/Deep/Type.pm blib/lib/Test/Deep/Type.pm Manifying 1 pod document ===> p5-Test-Deep-Type-0.008p1 depends on: p5-MooseX-Types-* -> p5-MooseX-Types-0.50p0 ===> p5-Test-Deep-Type-0.008p1 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Test-Deep-Type-0.008p1 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-Test-Deep-Type-0.008p1 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-Test-Deep-Type-0.008p1 depends on: p5-Try-Tiny-* -> p5-Try-Tiny-0.32 ===> Regression tests for p5-Test-Deep-Type-0.008p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::Deep any 1.204 # Test::Fatal any 0.017 # Test::More 0.88 1.302194 # Test::Needs any 0.002010 # Test::Tester 0.108 1.302194 # if any 0.0610 # overload any 1.37 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # --------------- ---- ----- # Exporter 5.57 5.77 # Scalar::Util any 1.63 # Test::Deep::Cmp any 1.204 # Try::Tiny any 0.32 # parent any 0.241 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # -------------------- ---- # JSON::PP 4.16 # MooseX::Types::Moose 0.50 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .. ok t/01-basic.t ........... ok t/02-verify-example.t .. ok t/03-moosex-types.t .... ok All tests successful. Files=4, Tests=83, 2 wallclock secs ( 0.05 usr 0.02 sys + 1.00 cusr 0.34 csys = 1.41 CPU) Result: PASS PASS devel/p5-Test-Deep-Type Duration 0m04.88s START devel/p5-Test-Differences 2024-11-22T08:03:11Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Differences-0.71 ===> Checking files for p5-Test-Differences-0.71 `/usr/ports/distfiles/Test-Differences-0.71.tar.gz' is up to date. ===> Building from scratch p5-Test-Differences-0.71 ===> Checking files for p5-Test-Differences-0.71 `/usr/ports/distfiles/Test-Differences-0.71.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Differences-0.71 ===> Patching for p5-Test-Differences-0.71 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Differences-0.71 ===> Configuring for p5-Test-Differences-0.71 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Differences Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Differences-0.71 cp lib/Test/Differences.pm blib/lib/Test/Differences.pm Manifying 1 pod document ===> p5-Test-Differences-0.71 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-Differences-0.71 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> p5-Test-Differences-0.71 depends on: p5-Capture-Tiny->=0.24 -> p5-Capture-Tiny-0.48p0 ===> p5-Test-Differences-0.71 depends on: p5-Text-Diff->=1.43 -> p5-Text-Diff-1.45p0 ===> Regression tests for p5-Test-Differences-0.71 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::Differences 0.71, Perl 5.038002, /usr/bin/perl t/00-load.t ......... ok t/boilerplate.t ..... ok t/bools.t ........... ok t/column-headers.t .. ok t/diff_styles.t ..... ok t/example.t ......... ok t/pass.t ............ ok t/pod-coverage.t .... ok t/pod.t ............. ok t/regression.t ...... ok t/struct.t .......... ok t/sub-refs.t ........ ok # This test misuses TODO: these TODOs are actually real tests. t/test.t ............ ok t/text_vs_data.t .... ok t/undef.t ........... ok t/unicode.t ......... ok t/unknown-values.t .. skipped: Unknown::Values is needed for these tests All tests successful. Files=17, Tests=50, 5 wallclock secs ( 0.08 usr 0.06 sys + 3.14 cusr 1.22 csys = 4.50 CPU) Result: PASS PASS devel/p5-Test-Differences Duration 0m07.80s START devel/p5-Test-DistManifest 2024-11-22T08:03:19Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-DistManifest-1.014p0 ===> Checking files for p5-Test-DistManifest-1.014p0 `/usr/ports/distfiles/Test-DistManifest-1.014.tar.gz' is up to date. ===> Building from scratch p5-Test-DistManifest-1.014p0 ===> p5-Test-DistManifest-1.014p0 depends on: p5-Test-NoWarnings-* -> p5-Test-NoWarnings-1.06 ===> p5-Test-DistManifest-1.014p0 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-Test-DistManifest-1.014p0 `/usr/ports/distfiles/Test-DistManifest-1.014.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-DistManifest-1.014p0 ===> Patching for p5-Test-DistManifest-1.014p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-DistManifest-1.014p0 ===> Configuring for p5-Test-DistManifest-1.014p0 Congratulations, your toolchain understands 'configure_requires'! Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::DistManifest Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-DistManifest-1.014p0 cp lib/Test/DistManifest.pm blib/lib/Test/DistManifest.pm Manifying 1 pod document ===> p5-Test-DistManifest-1.014p0 depends on: p5-Module-Manifest-* -> p5-Module-Manifest-1.09p0 ===> Regression tests for p5-Test-DistManifest-1.014p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # Module::Build::Tiny 0.039 0.047 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::Builder::Tester any 1.302194 # Test::More any 1.302194 # if any 0.0610 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------------ ---- -------- # Cwd any 3.89 # ExtUtils::Manifest any 1.73 # File::Find any 1.43 # File::Spec any 3.88 # File::Spec::Unix any 3.88 # Module::Manifest 0.07 1.09 # Test::Builder any 1.302194 # strict any 1.12 # warnings any 1.65 # # === Runtime Recommends === # # Module Want Have # ------------------ ---- ---- # ExtUtils::Manifest 1.70 1.73 # t/00-report-prereqs.t .. ok # Unable to parse MANIFEST.SKIP file: # No such file or directory # Using default skip data from ExtUtils::Manifest 1.73 t/02manifest.t ......... ok t/03core.t ............. ok t/04warn-only.t ........ ok t/05-no-manifest.t ..... ok All tests successful. Files=5, Tests=20, 1 wallclock secs ( 0.05 usr 0.02 sys + 1.03 cusr 0.27 csys = 1.37 CPU) Result: PASS PASS devel/p5-Test-DistManifest Duration 0m04.66s START devel/p5-Test-Distribution 2024-11-22T08:03:23Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Distribution-2.00p2 ===> Checking files for p5-Test-Distribution-2.00p2 `/usr/ports/distfiles/Test-Distribution-2.00.tar.gz' is up to date. ===> Building from scratch p5-Test-Distribution-2.00p2 ===> p5-Test-Distribution-2.00p2 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Test-Distribution-2.00p2 `/usr/ports/distfiles/Test-Distribution-2.00.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Distribution-2.00p2 ===> Patching for p5-Test-Distribution-2.00p2 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Distribution-2.00p2 ===> Configuring for p5-Test-Distribution-2.00p2 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Test-Distribution' version '2.00' ===> Building for p5-Test-Distribution-2.00p2 Building Test-Distribution ===> p5-Test-Distribution-2.00p2 depends on: p5-File-Find-Rule-Perl-* -> p5-File-Find-Rule-Perl-1.16 ===> Regression tests for p5-Test-Distribution-2.00p2 t/01distribution.t ............. ok t/02extra.t .................... ok t/03only_versions.t ............ ok t/04only_pod_extra.t ........... ok t/05only_pod_use_extra.t ....... ok t/06only_pod_versions_extra.t .. ok t/07prereq.t ................... ok t/08only_podcover.t ............ ok All tests successful. Files=8, Tests=42, 2 wallclock secs ( 0.05 usr 0.06 sys + 1.87 cusr 0.49 csys = 2.47 CPU) Result: PASS PASS devel/p5-Test-Distribution Duration 0m05.12s START devel/p5-Test-EOL 2024-11-22T08:03:28Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-EOL-2.02 ===> Checking files for p5-Test-EOL-2.02 `/usr/ports/distfiles/Test-EOL-2.02.tar.gz' is up to date. ===> Building from scratch p5-Test-EOL-2.02 ===> Checking files for p5-Test-EOL-2.02 `/usr/ports/distfiles/Test-EOL-2.02.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-EOL-2.02 ===> Patching for p5-Test-EOL-2.02 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-EOL-2.02 ===> Configuring for p5-Test-EOL-2.02 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::EOL Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-EOL-2.02 cp lib/Test/EOL.pm blib/lib/Test/EOL.pm Manifying 1 pod document ===> Regression tests for p5-Test-EOL-2.02 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # File::Temp any 0.2311 # Test::More 0.88 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ---- -------- # Cwd any 3.89 # File::Find any 1.43 # File::Spec any 3.88 # Test::Builder any 1.302194 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # --------------- ------ # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .. ok t/10-use-self.t ........ ok t/11-all.t ............. ok t/12-fail.t ............ ok t/13-latin1.t .......... ok t/20-all_files.t ....... ok All tests successful. Files=6, Tests=24, 3 wallclock secs ( 0.05 usr 0.04 sys + 1.60 cusr 0.55 csys = 2.24 CPU) Result: PASS PASS devel/p5-Test-EOL Duration 0m05.09s START devel/p5-Test-Exception 2024-11-22T08:03:34Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Exception-0.43p0 ===> Checking files for p5-Test-Exception-0.43p0 `/usr/ports/distfiles/Test-Exception-0.43.tar.gz' is up to date. ===> Building from scratch p5-Test-Exception-0.43p0 ===> Checking files for p5-Test-Exception-0.43p0 `/usr/ports/distfiles/Test-Exception-0.43.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Exception-0.43p0 ===> Patching for p5-Test-Exception-0.43p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Exception-0.43p0 ===> Configuring for p5-Test-Exception-0.43p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Exception Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Exception-0.43p0 cp lib/Test/Exception.pm blib/lib/Test/Exception.pm Manifying 1 pod document ===> p5-Test-Exception-0.43p0 depends on: p5-Sub-Uplevel->=0.18 -> p5-Sub-Uplevel-0.2800p0v0 ===> Regression tests for p5-Test-Exception-0.43p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/caller.t ...... ok t/edge-cases.t .. skipped: stuff relating to RT#24678 that I have not fixed yet t/Exception.t ... ok t/import.t ...... ok t/isa.t ......... ok # $Test::More::VERSION = 1.302194 t/lives_and.t ... ok t/preserve.t .... ok t/return.t ...... ok t/rt.t .......... ok t/stacktrace.t .. ok t/throws_ok.t ... ok All tests successful. Test Summary Report ------------------- t/Exception.t (Wstat: 0 Tests: 20 Failed: 0) TODO passed: 20 Files=11, Tests=53, 2 wallclock secs ( 0.06 usr 0.09 sys + 1.16 cusr 0.47 csys = 1.78 CPU) Result: PASS PASS devel/p5-Test-Exception Duration 0m04.31s START devel/p5-Test-Exit 2024-11-22T08:03:38Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Exit-0.11p0 ===> Checking files for p5-Test-Exit-0.11p0 `/usr/ports/distfiles/Test-Exit-0.11.tar.gz' is up to date. ===> Building from scratch p5-Test-Exit-0.11p0 ===> Checking files for p5-Test-Exit-0.11p0 `/usr/ports/distfiles/Test-Exit-0.11.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Exit-0.11p0 ===> Patching for p5-Test-Exit-0.11p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Exit-0.11p0 ===> Configuring for p5-Test-Exit-0.11p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Exit Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Exit-0.11p0 cp lib/Test/Exit.pm blib/lib/Test/Exit.pm Manifying 1 pod document ===> p5-Test-Exit-0.11p0 depends on: p5-Return-MultiLevel-* -> p5-Return-MultiLevel-0.08 ===> Regression tests for p5-Test-Exit-0.11p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic.t ................. ok t/exception-handling.t .... ok t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing All tests successful. Files=4, Tests=10, 1 wallclock secs ( 0.04 usr 0.04 sys + 0.37 cusr 0.18 csys = 0.63 CPU) Result: PASS PASS devel/p5-Test-Exit Duration 0m03.11s START devel/p5-Test-Expect 2024-11-22T08:03:41Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Expect-0.34p0 ===> Checking files for p5-Test-Expect-0.34p0 `/usr/ports/distfiles/Test-Expect-0.34.tar.gz' is up to date. ===> Building from scratch p5-Test-Expect-0.34p0 ===> p5-Test-Expect-0.34p0 depends on: p5-Class-Accessor-Chained-* -> p5-Class-Accessor-Chained-0.01p2 ===> p5-Test-Expect-0.34p0 depends on: p5-Expect-Simple-* -> p5-Expect-Simple-0.04p1 ===> Checking files for p5-Test-Expect-0.34p0 `/usr/ports/distfiles/Test-Expect-0.34.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Expect-0.34p0 ===> Patching for p5-Test-Expect-0.34p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Expect-0.34p0 ===> Configuring for p5-Test-Expect-0.34p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Expect Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Expect-0.34p0 cp lib/Test/Expect.pm blib/lib/Test/Expect.pm Manifying 1 pod document ===> Regression tests for p5-Test-Expect-0.34p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/simple.t .. ok All tests successful. Files=1, Tests=20, 2 wallclock secs ( 0.00 usr 0.05 sys + 0.12 cusr 0.11 csys = 0.28 CPU) Result: PASS PASS devel/p5-Test-Expect Duration 0m05.21s START devel/p5-Test-FailWarnings 2024-11-22T08:03:46Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-FailWarnings-0.008p1 ===> Checking files for p5-Test-FailWarnings-0.008p1 `/usr/ports/distfiles/Test-FailWarnings-0.008.tar.gz' is up to date. ===> Building from scratch p5-Test-FailWarnings-0.008p1 ===> Checking files for p5-Test-FailWarnings-0.008p1 `/usr/ports/distfiles/Test-FailWarnings-0.008.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-FailWarnings-0.008p1 ===> Patching for p5-Test-FailWarnings-0.008p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-FailWarnings-0.008p1 ===> Configuring for p5-Test-FailWarnings-0.008p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::FailWarnings Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-FailWarnings-0.008p1 cp lib/Test/FailWarnings.pm blib/lib/Test/FailWarnings.pm Manifying 1 pod document ===> p5-Test-FailWarnings-0.008p1 depends on: p5-Capture-Tiny-* -> p5-Capture-Tiny-0.48p0 ===> Regression tests for p5-Test-FailWarnings-0.008p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ......... ok # Prerequisite Report: # Version Module # -------- --------------------- # 0.48 Capture::Tiny # 1.54 Carp # 3.89 Cwd # 7.70 ExtUtils::MakeMaker # 3.88 File::Spec # 3.88 File::Spec::Functions # 0.2311 File::Temp # 1.52 IO::Handle # 1.22 IPC::Open3 # 1.63 List::Util # 1.302194 Test::More # 1.33 constant # 0.65 lib # 1.12 strict # 1.65 warnings t/00-report-prereqs.t .. ok t/failwarn.t ........... ok All tests successful. Files=3, Tests=8, 2 wallclock secs ( 0.03 usr 0.01 sys + 1.29 cusr 0.47 csys = 1.80 CPU) Result: PASS PASS devel/p5-Test-FailWarnings Duration 0m04.44s START devel/p5-Test-Fatal 2024-11-22T08:03:51Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Fatal-0.017 ===> Checking files for p5-Test-Fatal-0.017 `/usr/ports/distfiles/Test-Fatal-0.017.tar.gz' is up to date. ===> Building from scratch p5-Test-Fatal-0.017 ===> Checking files for p5-Test-Fatal-0.017 `/usr/ports/distfiles/Test-Fatal-0.017.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Fatal-0.017 ===> Patching for p5-Test-Fatal-0.017 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Fatal-0.017 ===> Configuring for p5-Test-Fatal-0.017 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Fatal Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Fatal-0.017 cp lib/Test/Fatal.pm blib/lib/Test/Fatal.pm Manifying 1 pod document ===> p5-Test-Fatal-0.017 depends on: p5-Try-Tiny->=0.07 -> p5-Try-Tiny-0.32 ===> Regression tests for p5-Test-Fatal-0.017 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.78 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::Builder::Tester any 1.302194 # Test::More 0.65 1.302194 # overload any 1.37 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ---- -------- # Carp any 1.54 # Exporter 5.57 5.77 # Test::Builder any 1.302194 # Try::Tiny 0.07 0.32 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/basic.t .............. ok t/like-exception.t ..... ok t/todo.t ............... ok All tests successful. Files=4, Tests=18, 1 wallclock secs ( 0.02 usr 0.04 sys + 0.70 cusr 0.16 csys = 0.92 CPU) Result: PASS PASS devel/p5-Test-Fatal Duration 0m03.57s START devel/p5-Test-File 2024-11-22T08:03:54Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-File-1.993 ===> Checking files for p5-Test-File-1.993 `/usr/ports/distfiles/Test-File-1.993.tar.gz' is up to date. ===> Building from scratch p5-Test-File-1.993 ===> Checking files for p5-Test-File-1.993 `/usr/ports/distfiles/Test-File-1.993.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-File-1.993 ===> Patching for p5-Test-File-1.993 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-File-1.993 ===> Configuring for p5-Test-File-1.993 WARNING: Older versions of ExtUtils::MakeMaker may errantly install README.pod as part of this distribution. It is recommended to avoid using this path in CPAN modules. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::File Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-File-1.993 cp lib/Test/File.pm blib/lib/Test/File.pm Manifying 1 pod document ===> p5-Test-File-1.993 depends on: p5-Test-utf8-* -> p5-Test-utf8-1.03 ===> p5-Test-File-1.993 depends on: p5-Test-Pod->=1.00 -> p5-Test-Pod-1.52p0 ===> p5-Test-File-1.993 depends on: p5-Test-Pod-Coverage->=1.00 -> p5-Test-Pod-Coverage-1.10p0 ===> p5-Test-File-1.993 depends on: p5-Test-Manifest-* -> p5-Test-Manifest-2.024 ===> Regression tests for p5-Test-File-1.993 "/usr/bin/perl" "-MTest::Manifest" "-e" "run_t_manifest(0, 'blib/lib', 'blib/arch', )" t/load.t ...................... ok t/pod.t ....................... ok t/pod_coverage.t .............. ok t/normalize.t ................. ok # MSWin32 t/dm_skeleton.t ............... ok t/win32.t ..................... ok t/obviously_non_multi_user.t .. ok # Warnings about file_writeable_ok are fine. It's a deprecated name that still works. t/test_files.t ................ ok t/test_dirs.t ................. ok t/links.t ..................... ok t/link_counts.t ............... ok t/line_counters.t ............. ok t/file_sizes.t ................ ok t/file_contains.t ............. ok t/file_contains_encoded.t ..... ok t/file_contains_utf8.t ........ ok t/file_mtime.t ................ ok t/owner.t ..................... ok # File is min_file with size 53 bytes t/rt/30346.t .................. ok All tests successful. Files=19, Tests=199, 5 wallclock secs ( 0.12 usr 0.07 sys + 2.97 cusr 1.18 csys = 4.34 CPU) Result: PASS PASS devel/p5-Test-File Duration 0m07.65s START devel/p5-Test-File-Contents 2024-11-22T08:04:02Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-File-Contents-0.242 ===> Checking files for p5-Test-File-Contents-0.242 `/usr/ports/distfiles/Test-File-Contents-0.242.tar.gz' is up to date. ===> Building from scratch p5-Test-File-Contents-0.242 ===> Checking files for p5-Test-File-Contents-0.242 `/usr/ports/distfiles/Test-File-Contents-0.242.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-File-Contents-0.242 ===> Patching for p5-Test-File-Contents-0.242 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-File-Contents-0.242 ===> Configuring for p5-Test-File-Contents-0.242 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::File::Contents Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-File-Contents-0.242 cp lib/Test/File/Contents.pm blib/lib/Test/File/Contents.pm Manifying 1 pod document ===> p5-Test-File-Contents-0.242 depends on: p5-Text-Diff->=0.35 -> p5-Text-Diff-1.45p0 ===> Regression tests for p5-Test-File-Contents-0.242 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/10.basic.t .. ok All tests successful. Files=1, Tests=70, 1 wallclock secs ( 0.05 usr 0.02 sys + 0.23 cusr 0.11 csys = 0.41 CPU) Result: PASS PASS devel/p5-Test-File-Contents Duration 0m02.96s START devel/p5-Test-File-ShareDir 2024-11-22T08:04:05Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-File-ShareDir-1.001002p0 ===> Checking files for p5-Test-File-ShareDir-1.001002p0 `/usr/ports/distfiles/Test-File-ShareDir-1.001002.tar.gz' is up to date. ===> Building from scratch p5-Test-File-ShareDir-1.001002p0 ===> Checking files for p5-Test-File-ShareDir-1.001002p0 `/usr/ports/distfiles/Test-File-ShareDir-1.001002.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-File-ShareDir-1.001002p0 ===> Patching for p5-Test-File-ShareDir-1.001002p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-File-ShareDir-1.001002p0 ===> Configuring for p5-Test-File-ShareDir-1.001002p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::File::ShareDir Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-File-ShareDir-1.001002p0 cp lib/Test/File/ShareDir.pm blib/lib/Test/File/ShareDir.pm cp lib/Test/File/ShareDir/Utils.pm blib/lib/Test/File/ShareDir/Utils.pm cp lib/Test/File/ShareDir/Object/Dist.pm blib/lib/Test/File/ShareDir/Object/Dist.pm cp lib/Test/File/ShareDir/Dist.pm blib/lib/Test/File/ShareDir/Dist.pm cp lib/Test/File/ShareDir/Object/Inc.pm blib/lib/Test/File/ShareDir/Object/Inc.pm cp lib/Test/File/ShareDir/Object/Module.pm blib/lib/Test/File/ShareDir/Object/Module.pm cp lib/Test/File/ShareDir/TempDirObject.pm blib/lib/Test/File/ShareDir/TempDirObject.pm cp lib/Test/File/ShareDir/Module.pm blib/lib/Test/File/ShareDir/Module.pm Manifying 8 pod documents ===> p5-Test-File-ShareDir-1.001002p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Test-File-ShareDir-1.001002p0 depends on: p5-File-ShareDir-* -> p5-File-ShareDir-1.118 ===> p5-Test-File-ShareDir-1.001002p0 depends on: p5-File-Copy-Recursive-* -> p5-File-Copy-Recursive-0.45p0 ===> p5-Test-File-ShareDir-1.001002p0 depends on: p5-Path-Tiny-* -> p5-Path-Tiny-0.146 ===> p5-Test-File-ShareDir-1.001002p0 depends on: p5-Scope-Guard-* -> p5-Scope-Guard-0.21p0 ===> p5-Test-File-ShareDir-1.001002p0 depends on: p5-Class-Tiny-* -> p5-Class-Tiny-1.008 ===> Regression tests for p5-Test-File-ShareDir-1.001002p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile/*.t t/00-compile/lib_Test_File_ShareDir_Dist_pm.t ........... ok t/00-compile/lib_Test_File_ShareDir_Module_pm.t ......... ok t/00-compile/lib_Test_File_ShareDir_Object_Dist_pm.t .... ok t/00-compile/lib_Test_File_ShareDir_Object_Inc_pm.t ..... ok t/00-compile/lib_Test_File_ShareDir_Object_Module_pm.t .. ok t/00-compile/lib_Test_File_ShareDir_pm.t ................ ok t/00-compile/lib_Test_File_ShareDir_TempDirObject_pm.t .. ok t/00-compile/lib_Test_File_ShareDir_Utils_pm.t .......... ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Configure Suggests === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 7.00 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # Cwd any 3.89 # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # FindBin any 1.53 # Test::Fatal any 0.017 # Test::More 0.96 1.302194 # lib any 0.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Test Suggests === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker 7.00 7.70 # Test::More 0.99 1.302194 # # === Runtime Requires === # # Module Want Have # --------------------- ----- ----- # Carp any 1.54 # Class::Tiny any 1.008 # Exporter 5.57 5.77 # File::Copy::Recursive any 0.45 # File::ShareDir 1.00 1.118 # Path::Tiny 0.018 0.146 # Scope::Guard any 0.21 # parent any 0.241 # strict any 1.12 # warnings any 1.65 # # === Runtime Suggests === # # Module Want Have # ---------- ----- ----- # Path::Tiny 0.058 0.146 # t/00-report-prereqs.t ................................... ok t/01_basic.t ............................................ ok t/02_distdir.t .......................................... ok t/03_cwd.t .............................................. ok t/04_basic_simple.t ..................................... ok t/05_dist_dir_simple.t .................................. ok t/06_cwd_simple.t ....................................... ok t/07_util_withdist.t .................................... ok t/08_util_withmodule.t .................................. ok All tests successful. Files=17, Tests=29, 3 wallclock secs ( 0.06 usr 0.06 sys + 1.99 cusr 0.80 csys = 2.91 CPU) Result: PASS PASS devel/p5-Test-File-ShareDir Duration 0m07.28s START devel/p5-Test-HTML-Tidy 2024-11-22T08:04:12Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-HTML-Tidy-1.00p2 ===> Checking files for p5-Test-HTML-Tidy-1.00p2 `/usr/ports/distfiles/Test-HTML-Tidy-1.00.tar.gz' is up to date. ===> Building from scratch p5-Test-HTML-Tidy-1.00p2 ===> Checking files for p5-Test-HTML-Tidy-1.00p2 `/usr/ports/distfiles/Test-HTML-Tidy-1.00.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-HTML-Tidy-1.00p2 ===> Patching for p5-Test-HTML-Tidy-1.00p2 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-HTML-Tidy-1.00p2 ===> Configuring for p5-Test-HTML-Tidy-1.00p2 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::HTML::Tidy Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-HTML-Tidy-1.00p2 cp Tidy.pm blib/lib/Test/HTML/Tidy.pm Manifying 1 pod document ===> p5-Test-HTML-Tidy-1.00p2 depends on: p5-HTML-Tidy-* -> p5-HTML-Tidy-1.60p2 ===> p5-Test-HTML-Tidy-1.00p2 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-HTML-Tidy-1.00p2 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-HTML-Tidy-1.00p2 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::HTML::Tidy 1.00 t/00.load.t ........ ok t/pod-coverage.t ... ok t/pod.t ............ ok t/test-builder.t ... ok t/tidy-overload.t .. ok All tests successful. Files=5, Tests=7, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.50 cusr 0.36 csys = 0.90 CPU) Result: PASS PASS devel/p5-Test-HTML-Tidy Duration 0m03.79s START devel/p5-Test-HasVersion 2024-11-22T08:04:16Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-HasVersion-0.014p0 ===> Checking files for p5-Test-HasVersion-0.014p0 `/usr/ports/distfiles/Test-HasVersion-0.014.tar.gz' is up to date. ===> Building from scratch p5-Test-HasVersion-0.014p0 ===> Checking files for p5-Test-HasVersion-0.014p0 `/usr/ports/distfiles/Test-HasVersion-0.014.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-HasVersion-0.014p0 ===> Patching for p5-Test-HasVersion-0.014p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-HasVersion-0.014p0 ===> Configuring for p5-Test-HasVersion-0.014p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::HasVersion Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-HasVersion-0.014p0 cp HasVersion.pm blib/lib/Test/HasVersion.pm cp bin/test_version blib/script/test_version "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/test_version Manifying 1 pod document ===> p5-Test-HasVersion-0.014p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-HasVersion-0.014p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-HasVersion-0.014p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::HasVersion 0.014, Perl 5.038002, /usr/bin/perl t/01_use.t ........... ok t/02_basic.t ......... ok t/03_all_pm_files.t .. ok t/04_all_ok.t ........ ok t/09_self_test.t ..... ok t/97_has_version.t ... ok t/98_pod-coverage.t .. ok t/99_pod.t ........... ok All tests successful. Files=8, Tests=21, 2 wallclock secs ( 0.05 usr 0.03 sys + 1.74 cusr 0.58 csys = 2.40 CPU) Result: PASS PASS devel/p5-Test-HasVersion Duration 0m05.56s START devel/p5-Test-HexDifferences 2024-11-22T08:04:22Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-HexDifferences-1.001p1 ===> Checking files for p5-Test-HexDifferences-1.001p1 `/usr/ports/distfiles/Test-HexDifferences-1.001.tar.gz' is up to date. ===> Building from scratch p5-Test-HexDifferences-1.001p1 ===> Checking files for p5-Test-HexDifferences-1.001p1 `/usr/ports/distfiles/Test-HexDifferences-1.001.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-HexDifferences-1.001p1 ===> Patching for p5-Test-HexDifferences-1.001p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-HexDifferences-1.001p1 ===> Configuring for p5-Test-HexDifferences-1.001p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::HexDifferences Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-HexDifferences-1.001p1 cp lib/Test/HexDifferences.pm blib/lib/Test/HexDifferences.pm cp lib/Test/HexDifferences/HexDump.pm blib/lib/Test/HexDifferences/HexDump.pm Manifying 2 pod documents ===> p5-Test-HexDifferences-1.001p1 depends on: p5-Sub-Exporter-* -> p5-Sub-Exporter-0.991 ===> p5-Test-HexDifferences-1.001p1 depends on: p5-Test-Differences->=0.60 -> p5-Test-Differences-0.71 ===> p5-Test-HexDifferences-1.001p1 depends on: p5-Test-NoWarnings-* -> p5-Test-NoWarnings-1.06 ===> p5-Test-HexDifferences-1.001p1 depends on: p5-Test-Perl-Critic-* -> p5-Test-Perl-Critic-1.04p0 ===> p5-Test-HexDifferences-1.001p1 depends on: p5-Text-Diff-* -> p5-Text-Diff-1.45p0 ===> Regression tests for p5-Test-HexDifferences-1.001p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_format_iterator.t ......... ok t/02_hex_dump.t ................ ok t/03_all_formats.t ............. ok t/11_eq_or_dump_diff.t ......... ok t/12_dumped_eq_dump_or_diff.t .. ok t/21_test_examples.t ........... skipped: Set $ENV{AUTHOR_TESTING} to run this test. t/chars.t ...................... skipped: Author test. Set $ENV{AUTHOR_TESTING} to a true value to run. t/perl_critic.t ................ skipped: Author test. Set $ENV{AUTHOR_TESTING} to a true value to run. t/pod.t ........................ ok t/pod_coverage.t ............... ok t/prereq_build.t ............... skipped: Author test. Set $ENV{RELEASE_TESTING} to a true value to run. All tests successful. Files=11, Tests=77, 4 wallclock secs ( 0.09 usr 0.05 sys + 2.51 cusr 1.10 csys = 3.75 CPU) Result: PASS PASS devel/p5-Test-HexDifferences Duration 0m07.39s START devel/p5-Test-Identity 2024-11-22T08:04:29Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Identity-0.01 ===> Checking files for p5-Test-Identity-0.01 `/usr/ports/distfiles/Test-Identity-0.01.tar.gz' is up to date. ===> Building from scratch p5-Test-Identity-0.01 ===> p5-Test-Identity-0.01 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Test-Identity-0.01 `/usr/ports/distfiles/Test-Identity-0.01.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Identity-0.01 ===> Patching for p5-Test-Identity-0.01 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Identity-0.01 ===> Configuring for p5-Test-Identity-0.01 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Test-Identity' version '0.01' ===> Building for p5-Test-Identity-0.01 Building Test-Identity ===> p5-Test-Identity-0.01 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-Identity-0.01 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-Identity-0.01 t/00use.t ........ ok t/01identical.t .. ok t/99pod.t ........ ok All tests successful. Files=3, Tests=10, 0 wallclock secs ( 0.05 usr 0.02 sys + 0.32 cusr 0.20 csys = 0.59 CPU) Result: PASS PASS devel/p5-Test-Identity Duration 0m03.23s START devel/p5-Test-Inline 2024-11-22T08:04:32Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Inline-2.214 ===> Checking files for p5-Test-Inline-2.214 `/usr/ports/distfiles/Test-Inline-2.214.tar.gz' is up to date. ===> Building from scratch p5-Test-Inline-2.214 ===> Checking files for p5-Test-Inline-2.214 `/usr/ports/distfiles/Test-Inline-2.214.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Inline-2.214 ===> Patching for p5-Test-Inline-2.214 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Inline-2.214 ===> Configuring for p5-Test-Inline-2.214 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Inline Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Inline-2.214 cp lib/Test/Inline/Extract.pm blib/lib/Test/Inline/Extract.pm cp lib/Test/Inline/Util.pm blib/lib/Test/Inline/Util.pm cp lib/Test/Inline/Content/Simple.pm blib/lib/Test/Inline/Content/Simple.pm cp lib/Test/Inline.pm blib/lib/Test/Inline.pm cp lib/Test/Inline/Content/Default.pm blib/lib/Test/Inline/Content/Default.pm cp lib/Test/Inline/IO/File.pm blib/lib/Test/Inline/IO/File.pm cp lib/Test/Inline/Script.pm blib/lib/Test/Inline/Script.pm cp lib/Test/Inline/Section.pm blib/lib/Test/Inline/Section.pm cp lib/Test/Inline/Content/Legacy.pm blib/lib/Test/Inline/Content/Legacy.pm cp lib/Test/Inline/Content.pm blib/lib/Test/Inline/Content.pm cp script/inline2test blib/script/inline2test "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/inline2test Manifying 1 pod document Manifying 9 pod documents ===> p5-Test-Inline-2.214 depends on: p5-Test-ClassAPI->=1.02 -> p5-Test-ClassAPI-1.07p0 ===> p5-Test-Inline-2.214 depends on: p5-Test-Script->=1.02 -> p5-Test-Script-1.29 ===> p5-Test-Inline-2.214 depends on: p5-Algorithm-Dependency->=1.02 -> p5-Algorithm-Dependency-1.112 ===> p5-Test-Inline-2.214 depends on: p5-Config-Tiny->=2.00 -> p5-Config-Tiny-2.14p0 ===> p5-Test-Inline-2.214 depends on: p5-File-Find-Rule->=0.26 -> p5-File-Find-Rule-0.34p0 ===> p5-Test-Inline-2.214 depends on: p5-File-Flat->=1.00 -> p5-File-Flat-1.07 ===> p5-Test-Inline-2.214 depends on: p5-File-Remove->=0.37 -> p5-File-Remove-1.61 ===> p5-Test-Inline-2.214 depends on: p5-File-chmod->=0.31 -> p5-File-chmod-0.42p0 ===> p5-Test-Inline-2.214 depends on: p5-Params-Util->=0.21 -> p5-Params-Util-1.102 ===> p5-Test-Inline-2.214 depends on: p5-Path-Tiny-* -> p5-Path-Tiny-0.146 ===> Regression tests for p5-Test-Inline-2.214 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec 0.80 3.88 # FindBin any 1.53 # Test::ClassAPI 1.02 1.07 # Test::More 0.42 1.302194 # Test::Script 1.02 1.29 # base any 2.27 # constant any 1.33 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------------------------ ---- ----- # Algorithm::Dependency 1.02 1.112 # Algorithm::Dependency::Item any 1.112 # Algorithm::Dependency::Ordered any 1.112 # Algorithm::Dependency::Source any 1.112 # Config::Tiny 2.00 2.14 # File::Find::Rule 0.26 0.34 # File::Flat 1.00 1.07 # File::Remove 0.37 1.61 # File::Spec 0.80 3.88 # File::Spec::Functions any 3.88 # File::chmod 0.31 0.42 # Getopt::Long 2.34 2.54 # IO::Handle any 1.52 # List::Util 1.19 1.63 # Params::Util 0.21 1.102 # Path::Tiny any 0.146 # overload any 1.37 # strict any 1.12 # vars any 1.05 # # === Other Modules === # # Module Have # --------------- ------ # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t ... ok t/01_compile.t .......... ok t/02_main.t ............. ok t/03_bad_dependency.t ... ok t/04_file_handler.t ..... ok t/05_check_count.t ...... ok $UMASK being true is deprecated it will be false by default in the future. This change is being made because this not the behavior of the unix command `chmod`. This warning can be disabled by putting explicitly setting $File::chmod::UMASK to false (0) to act like system chmod, or any non 2 true value see Github issue #5 at /usr/ports/pobj/p5-Test-Inline-2.214/Test-Inline-2.214/blib/lib/Test/Inline/IO/File.pm line 180. $UMASK being true is deprecated it will be false by default in the future. This change is being made because this not the behavior of the unix command `chmod`. This warning can be disabled by putting explicitly setting $File::chmod::UMASK to false (0) to act like system chmod, or any non 2 true value see Github issue #5 at /usr/ports/pobj/p5-Test-Inline-2.214/Test-Inline-2.214/blib/lib/Test/Inline/IO/File.pm line 180. $UMASK being true is deprecated it will be false by default in the future. This change is being made because this not the behavior of the unix command `chmod`. This warning can be disabled by putting explicitly setting $File::chmod::UMASK to false (0) to act like system chmod, or any non 2 true value see Github issue #5 at /usr/ports/pobj/p5-Test-Inline-2.214/Test-Inline-2.214/blib/lib/Test/Inline/IO/File.pm line 180. $UMASK being true is deprecated it will be false by default in the future. This change is being made because this not the behavior of the unix command `chmod`. This warning can be disabled by putting explicitly setting $File::chmod::UMASK to false (0) to act like system chmod, or any non 2 true value see Github issue #5 at /usr/ports/pobj/p5-Test-Inline-2.214/Test-Inline-2.214/blib/lib/Test/Inline/IO/File.pm line 180. $UMASK being true is deprecated it will be false by default in the future. This change is being made because this not the behavior of the unix command `chmod`. This warning can be disabled by putting explicitly setting $File::chmod::UMASK to false (0) to act like system chmod, or any non 2 true value see Github issue #5 at /usr/ports/pobj/p5-Test-Inline-2.214/Test-Inline-2.214/blib/lib/Test/Inline/IO/File.pm line 180. $UMASK being true is deprecated it will be false by default in the future. This change is being made because this not the behavior of the unix command `chmod`. This warning can be disabled by putting explicitly setting $File::chmod::UMASK to false (0) to act like system chmod, or any non 2 true value see Github issue #5 at /usr/ports/pobj/p5-Test-Inline-2.214/Test-Inline-2.214/blib/lib/Test/Inline/IO/File.pm line 180. $UMASK being true is deprecated it will be false by default in the future. This change is being made because this not the behavior of the unix command `chmod`. This warning can be disabled by putting explicitly setting $File::chmod::UMASK to false (0) to act like system chmod, or any non 2 true value see Github issue #5 at /usr/ports/pobj/p5-Test-Inline-2.214/Test-Inline-2.214/blib/lib/Test/Inline/IO/File.pm line 180. $UMASK being true is deprecated it will be false by default in the future. This change is being made because this not the behavior of the unix command `chmod`. This warning can be disabled by putting explicitly setting $File::chmod::UMASK to false (0) to act like system chmod, or any non 2 true value see Github issue #5 at /usr/ports/pobj/p5-Test-Inline-2.214/Test-Inline-2.214/blib/lib/Test/Inline/IO/File.pm line 180. t/06_multifile.t ........ ok t/07_add_directory.t .... ok t/08_add_all.t .......... ok t/09_regression.t ....... ok t/10_legacy_extract.t ... ok Subroutine main::path redefined at /usr/libdata/perl5/Exporter.pm line 63. at t/11_legacy_script.t line 12. t/11_legacy_script.t .... ok t/12_content_handler.t .. ok t/13_api.t .............. ok All tests successful. Files=14, Tests=330, 4 wallclock secs ( 0.12 usr 0.06 sys + 2.52 cusr 1.00 csys = 3.70 CPU) Result: PASS PASS devel/p5-Test-Inline Duration 0m09.12s START devel/p5-Test-Inter 2024-11-22T08:04:41Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Inter-1.11 ===> Checking files for p5-Test-Inter-1.11 `/usr/ports/distfiles/Test-Inter-1.11.tar.gz' is up to date. ===> Building from scratch p5-Test-Inter-1.11 ===> Checking files for p5-Test-Inter-1.11 `/usr/ports/distfiles/Test-Inter-1.11.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Inter-1.11 ===> Patching for p5-Test-Inter-1.11 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Inter-1.11 ===> Configuring for p5-Test-Inter-1.11 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Inter Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Inter-1.11 cp lib/Test/Inter.pm blib/lib/Test/Inter.pm cp lib/Test/Inter.pod blib/lib/Test/Inter.pod Manifying 1 pod document ===> p5-Test-Inter-1.11 depends on: p5-File-Find-Rule-* -> p5-File-Find-Rule-0.34p0 ===> Regression tests for p5-Test-Inter-1.11 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/_pod.t ........... skipped: Author tests not required for installation (set Test_Inter_RELEASE_TESTING to test) t/_pod_coverage.t .. skipped: Author tests not required for installation (set Test_Inter_RELEASE_TESTING to test) t/_version.t ....... skipped: Author tests not required for installation (set Test_Inter_RELEASE_TESTING to test) t/file.t ........... ok t/is.t ............. ok t/ok.t ............. ok t/require_ok.t ..... ok t/skip_all.t ....... skipped: testing skip_all t/tests.t .......... ok t/use_ok.1.t ....... ok t/use_ok.2.t ....... ok t/use_ok.3.t ....... ok t/vars.1.t ......... ok t/vars.2.t ......... ok t/vars.3.t ......... ok t/vars.4.t ......... ok t/vars.5.t ......... ok t/vars.other.t ..... ok All tests successful. Files=18, Tests=90, 1 wallclock secs ( 0.07 usr 0.10 sys + 0.79 cusr 0.48 csys = 1.44 CPU) Result: PASS PASS devel/p5-Test-Inter Duration 0m04.05s START devel/p5-Test-JSON 2024-11-22T08:04:45Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-JSON-0.11p1 ===> Checking files for p5-Test-JSON-0.11p1 `/usr/ports/distfiles/Test-JSON-0.11.tar.gz' is up to date. ===> Building from scratch p5-Test-JSON-0.11p1 ===> p5-Test-JSON-0.11p1 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Test-JSON-0.11p1 `/usr/ports/distfiles/Test-JSON-0.11.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-JSON-0.11p1 ===> Patching for p5-Test-JSON-0.11p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-JSON-0.11p1 ===> Configuring for p5-Test-JSON-0.11p1 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Test-JSON' version '0.11' ===> Building for p5-Test-JSON-0.11p1 Building Test-JSON ===> p5-Test-JSON-0.11p1 depends on: p5-JSON-Any-* -> p5-JSON-Any-1.40 ===> p5-Test-JSON-0.11p1 depends on: p5-Test-Differences-* -> p5-Test-Differences-0.71 ===> p5-Test-JSON-0.11p1 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-JSON-0.11p1 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-JSON-0.11p1 # Testing Test::JSON 0.11, Perl 5.038002, /usr/bin/perl t/00-load.t ....... ok t/10testjson.t .... ok t/pod-coverage.t .. ok t/pod.t ........... ok All tests successful. Files=4, Tests=39, 1 wallclock secs ( 0.05 usr 0.03 sys + 0.57 cusr 0.24 csys = 0.89 CPU) Result: PASS PASS devel/p5-Test-JSON Duration 0m04.12s START devel/p5-Test-LeakTrace 2024-11-22T08:04:49Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-LeakTrace-0.17 ===> Checking files for p5-Test-LeakTrace-0.17 `/usr/ports/distfiles/Test-LeakTrace-0.17.tar.gz' is up to date. ===> Building from scratch p5-Test-LeakTrace-0.17 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Test-LeakTrace-0.17 `/usr/ports/distfiles/Test-LeakTrace-0.17.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-LeakTrace-0.17 ===> Patching for p5-Test-LeakTrace-0.17 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-LeakTrace-0.17 Regenerating ppport.h ===> Configuring for p5-Test-LeakTrace-0.17 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::LeakTrace Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-LeakTrace-0.17 cp lib/Test/LeakTrace/JA.pod blib/lib/Test/LeakTrace/JA.pod cp lib/Test/LeakTrace.pm blib/lib/Test/LeakTrace.pm cp lib/Test/LeakTrace/Script.pm blib/lib/Test/LeakTrace/Script.pm Running Mkbootstrap for LeakTrace () chmod 644 "LeakTrace.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' LeakTrace.xs > LeakTrace.xsc mv LeakTrace.xsc LeakTrace.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" LeakTrace.c rm -f blib/arch/auto/Test/LeakTrace/LeakTrace.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib LeakTrace.o -o blib/arch/auto/Test/LeakTrace/LeakTrace.so chmod 755 blib/arch/auto/Test/LeakTrace/LeakTrace.so Manifying 3 pod documents ===> Regression tests for p5-Test-LeakTrace-0.17 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LeakTrace.bs blib/arch/auto/Test/LeakTrace/LeakTrace.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::LeakTrace/0.17 t/00_compile.t ..... ok t/01_info.t ........ ok t/02_refs.t ........ ok t/03_count.t ....... ok t/04_test_funcs.t .. ok leaked REF(0x4867e540) from /usr/libdata/perl5/Test2/Util/HashBase.pm line 153. leaked REF(0x48670c70) from /usr/libdata/perl5/Test2/Util/HashBase.pm line 153. leaked SCALAR(0x67d2b530) from /usr/libdata/perl5/Test2/API/Context.pm line 223. leaked GLOB(0x67d0c6b0) from /usr/libdata/perl5/Test2/API/Context.pm line 232. leaked GLOB(0x67d0c610) from /usr/libdata/perl5/Test2/Formatter/TAP.pm line 195. leaked GLOB(0x67d0c600) from /usr/libdata/perl5/Test2/Event/V2.pm line 69. leaked SCALAR(0x67d0c5f0) from /usr/libdata/perl5/Test/Builder.pm line 64. leaked GLOB(0x67d0c5b0) from /usr/libdata/perl5/Test2/Hub.pm line 293. leaked ARRAY(0x67d0c530) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c500) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c4f0) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c4e0) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c4d0) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c4c0) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c4b0) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c4a0) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c490) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c480) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c470) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked HASH(0x67d0c460) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked ARRAY(0x67d0c450) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c440) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c430) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c420) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c410) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c400) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c3f0) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c3e0) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c3d0) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c3c0) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c3b0) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked SCALAR(0x67d0c3a0) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked ARRAY(0x67d0c390) from /usr/libdata/perl5/Test2/Event/V2.pm line 42. leaked REF(0x67d0c360) from /usr/libdata/perl5/Test2/Util/HashBase.pm line 153. leaked GLOB(0x67d0c320) from /usr/libdata/perl5/Test/Builder.pm line 64. leaked GLOB(0x67d0c300) from /usr/libdata/perl5/Test2/Hub.pm line 280. t/05_script.t ...... ok t/06_threads.t ..... skipped: require threads t/07_eval.t ........ ok t/08_leaktrace.t ... ok t/09_info_more.t ... ok t/10_bad_use.t ..... ok t/11_logfp.t ....... ok t/12_padstale.t .... ok t/13_do.t .......... ok All tests successful. Files=14, Tests=126, 3 wallclock secs ( 0.06 usr 0.06 sys + 1.67 cusr 0.52 csys = 2.31 CPU) Result: PASS PASS devel/p5-Test-LeakTrace Duration 0m06.14s START devel/p5-Test-LectroTest 2024-11-22T08:04:56Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-LectroTest-0.5001p0 ===> Checking files for p5-Test-LectroTest-0.5001p0 `/usr/ports/distfiles/Test-LectroTest-0.5001.tar.gz' is up to date. ===> Building from scratch p5-Test-LectroTest-0.5001p0 ===> Checking files for p5-Test-LectroTest-0.5001p0 `/usr/ports/distfiles/Test-LectroTest-0.5001.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-LectroTest-0.5001p0 ===> Patching for p5-Test-LectroTest-0.5001p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-LectroTest-0.5001p0 ===> Configuring for p5-Test-LectroTest-0.5001p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::LectroTest Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-LectroTest-0.5001p0 cp lib/Test/LectroTest/RegressionTesting.pod blib/lib/Test/LectroTest/RegressionTesting.pod cp lib/Test/LectroTest/Compat.pm blib/lib/Test/LectroTest/Compat.pm cp lib/Test/LectroTest/Generator.pm blib/lib/Test/LectroTest/Generator.pm cp lib/Test/LectroTest.pm blib/lib/Test/LectroTest.pm cp lib/Test/LectroTest/Tutorial.pod blib/lib/Test/LectroTest/Tutorial.pod cp lib/Test/LectroTest/Property.pm blib/lib/Test/LectroTest/Property.pm cp lib/Test/LectroTest/TestRunner.pm blib/lib/Test/LectroTest/TestRunner.pm cp lib/Test/LectroTest/FailureRecorder.pm blib/lib/Test/LectroTest/FailureRecorder.pm Manifying 8 pod documents ===> p5-Test-LectroTest-0.5001p0 depends on: p5-Test-Pod-Coverage->=1.00 -> p5-Test-Pod-Coverage-1.10p0 ===> p5-Test-LectroTest-0.5001p0 depends on: p5-Test-Pod->=1.00 -> p5-Test-Pod-1.52p0 ===> Regression tests for p5-Test-LectroTest-0.5001p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/compat.t ................ ok t/docs-eg.t ............... ok t/gens.t .................. ok t/harness.t ............... ok t/pod-coverage.t .......... ok t/pod.t ................... ok t/props.t ................. ok t/props2.t ................ ok t/recorder.t .............. ok t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing t/runner.t ................ ok All tests successful. Files=12, Tests=343, 15 wallclock secs ( 0.07 usr 0.07 sys + 13.14 cusr 1.31 csys = 14.59 CPU) Result: PASS PASS devel/p5-Test-LectroTest Duration 0m17.91s START devel/p5-Test-Lib 2024-11-22T08:05:14Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Lib-0.003 ===> Checking files for p5-Test-Lib-0.003 `/usr/ports/distfiles/Test-Lib-0.003.tar.gz' is up to date. ===> Building from scratch p5-Test-Lib-0.003 ===> Checking files for p5-Test-Lib-0.003 `/usr/ports/distfiles/Test-Lib-0.003.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Lib-0.003 ===> Patching for p5-Test-Lib-0.003 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Lib-0.003 ===> Configuring for p5-Test-Lib-0.003 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Lib Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Lib-0.003 cp lib/Test/Lib.pm blib/lib/Test/Lib.pm Manifying 1 pod document ===> Regression tests for p5-Test-Lib-0.003 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/*/*/*.t t/*/*/*/*.t t/*/*/*/*/*.t t/*/*/*/*/*/*.t t/*/*/*/*/*/*/*.t t/findlib.t ................................... ok t/sub1/findlib.t .............................. ok t/sub1/sub2/findlib.t ......................... ok t/sub1/sub2/sub3/findlib.t .................... ok t/sub1/sub2/sub3/sub4/findlib.t ............... ok t/sub1/sub2/sub3/sub4/sub5/findlib.t .......... ok t/sub1/sub2/sub3/sub4/sub5/sub6/no_findlib.t .. ok All tests successful. Files=7, Tests=9, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.74 cusr 0.32 csys = 1.12 CPU) Result: PASS PASS devel/p5-Test-Lib Duration 0m03.39s START devel/p5-Test-LongString 2024-11-22T08:05:17Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-LongString-0.17p0 ===> Checking files for p5-Test-LongString-0.17p0 `/usr/ports/distfiles/Test-LongString-0.17.tar.gz' is up to date. ===> Building from scratch p5-Test-LongString-0.17p0 ===> Checking files for p5-Test-LongString-0.17p0 `/usr/ports/distfiles/Test-LongString-0.17.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-LongString-0.17p0 ===> Patching for p5-Test-LongString-0.17p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-LongString-0.17p0 ===> Configuring for p5-Test-LongString-0.17p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::LongString Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-LongString-0.17p0 cp lib/Test/LongString.pm blib/lib/Test/LongString.pm Manifying 1 pod document ===> Regression tests for p5-Test-LongString-0.17p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01teststring.t .. ok t/02import.t ...... ok t/03like.t ........ ok t/04contains.t .... ok t/05lacks.t ....... ok t/06lcss.t ........ ok t/pod-coverage.t .. ok t/pod.t ........... ok All tests successful. Files=8, Tests=45, 2 wallclock secs ( 0.05 usr 0.02 sys + 0.94 cusr 0.39 csys = 1.40 CPU) Result: PASS PASS devel/p5-Test-LongString Duration 0m03.75s START devel/p5-Test-Manifest 2024-11-22T08:05:21Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Manifest-2.024 ===> Checking files for p5-Test-Manifest-2.024 `/usr/ports/distfiles/Test-Manifest-2.024.tar.gz' is up to date. ===> Building from scratch p5-Test-Manifest-2.024 ===> Checking files for p5-Test-Manifest-2.024 `/usr/ports/distfiles/Test-Manifest-2.024.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Manifest-2.024 ===> Patching for p5-Test-Manifest-2.024 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Manifest-2.024 ===> Configuring for p5-Test-Manifest-2.024 WARNING: Older versions of ExtUtils::MakeMaker may errantly install README.pod as part of this distribution. It is recommended to avoid using this path in CPAN modules. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Manifest Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Manifest-2.024 cp lib/Test/Manifest.pm blib/lib/Test/Manifest.pm Manifying 1 pod document ===> p5-Test-Manifest-2.024 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-Manifest-2.024 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-Manifest-2.024 "/usr/bin/perl" "-MTest::Manifest" "-e" "run_t_manifest(0, 'blib/lib', 'blib/arch', )" t/00load.t ............ ok t/99pod.t ............. ok # Test level is 0 # Test level is 1 # Test level is 2 # Test level is 3 t/01get_test_files.t .. ok All tests successful. Files=3, Tests=7, 1 wallclock secs ( 0.04 usr 0.03 sys + 0.41 cusr 0.17 csys = 0.65 CPU) Result: PASS PASS devel/p5-Test-Manifest Duration 0m03.36s START devel/p5-Test-Memory-Cycle 2024-11-22T08:05:24Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Memory-Cycle-1.06p0 ===> Checking files for p5-Test-Memory-Cycle-1.06p0 `/usr/ports/distfiles/Test-Memory-Cycle-1.06.tar.gz' is up to date. ===> Building from scratch p5-Test-Memory-Cycle-1.06p0 ===> p5-Test-Memory-Cycle-1.06p0 depends on: p5-Devel-Cycle-* -> p5-Devel-Cycle-1.12p1 ===> Checking files for p5-Test-Memory-Cycle-1.06p0 `/usr/ports/distfiles/Test-Memory-Cycle-1.06.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Memory-Cycle-1.06p0 ===> Patching for p5-Test-Memory-Cycle-1.06p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Memory-Cycle-1.06p0 ===> Configuring for p5-Test-Memory-Cycle-1.06p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Memory::Cycle Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Memory-Cycle-1.06p0 cp Cycle.pm blib/lib/Test/Memory/Cycle.pm Manifying 1 pod document ===> p5-Test-Memory-Cycle-1.06p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-Memory-Cycle-1.06p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-Memory-Cycle-1.06p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::Memory::Cycle 1.06 under Perl 5.038002 and Test::More 1.302194 t/00-load.t ........ ok t/cycle-exists.t ... ok t/family-array.t ... ok t/family-hash.t .... ok t/family-object.t .. ok t/family-scalar.t .. ok t/good.t ........... ok t/pod-coverage.t ... ok t/pod.t ............ ok All tests successful. Files=9, Tests=39, 1 wallclock secs ( 0.06 usr 0.08 sys + 1.00 cusr 0.55 csys = 1.69 CPU) Result: PASS PASS devel/p5-Test-Memory-Cycle Duration 0m04.47s START devel/p5-Test-MockModule 2024-11-22T08:05:29Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-MockModule-0.177.0 ===> Checking files for p5-Test-MockModule-0.177.0 `/usr/ports/distfiles/Test-MockModule-v0.177.0.tar.gz' is up to date. ===> Building from scratch p5-Test-MockModule-0.177.0 ===> p5-Test-MockModule-0.177.0 depends on: p5-Module-Build->=0.38 -> p5-Module-Build-0.4234 ===> p5-Test-MockModule-0.177.0 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Test-MockModule-0.177.0 `/usr/ports/distfiles/Test-MockModule-v0.177.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-MockModule-0.177.0 ===> Patching for p5-Test-MockModule-0.177.0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-MockModule-0.177.0 ===> Configuring for p5-Test-MockModule-0.177.0 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Test-MockModule' version 'v0.177.0' ===> Building for p5-Test-MockModule-0.177.0 Building Test-MockModule ===> p5-Test-MockModule-0.177.0 depends on: p5-Test-Warnings-* -> p5-Test-Warnings-0.033 ===> p5-Test-MockModule-0.177.0 depends on: p5-SUPER->=1.20 -> p5-SUPER-1.20190531p0 ===> Regression tests for p5-Test-MockModule-0.177.0 t/chaining.t ............. ok t/define.t ............... ok t/inheritance.t .......... ok t/main.t ................. ok t/mock_strict.t .......... ok t/mockmodule.t ........... ok t/pod.t .................. ok t/pod_coverage.t ......... ok t/prototype.t ............ ok t/redefine.t ............. ok t/strict_scoped_files.t .. ok All tests successful. Files=11, Tests=104, 2 wallclock secs ( 0.09 usr 0.04 sys + 1.20 cusr 0.55 csys = 1.88 CPU) Result: PASS PASS devel/p5-Test-MockModule Duration 0m04.89s START devel/p5-Test-MockObject 2024-11-22T08:05:33Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-MockObject-1.20200122p0 ===> Checking files for p5-Test-MockObject-1.20200122p0 `/usr/ports/distfiles/Test-MockObject-1.20200122.tar.gz' is up to date. ===> Building from scratch p5-Test-MockObject-1.20200122p0 ===> Checking files for p5-Test-MockObject-1.20200122p0 `/usr/ports/distfiles/Test-MockObject-1.20200122.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-MockObject-1.20200122p0 ===> Patching for p5-Test-MockObject-1.20200122p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-MockObject-1.20200122p0 ===> Configuring for p5-Test-MockObject-1.20200122p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::MockObject Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-MockObject-1.20200122p0 cp lib/Test/MockObject/Extends.pm blib/lib/Test/MockObject/Extends.pm cp lib/Test/MockObject.pm blib/lib/Test/MockObject.pm Manifying 2 pod documents ===> p5-Test-MockObject-1.20200122p0 depends on: p5-Test-Exception->=0.31 -> p5-Test-Exception-0.43p0 ===> p5-Test-MockObject-1.20200122p0 depends on: p5-Test-Warn->=0.23 -> p5-Test-Warn-0.37 ===> p5-Test-MockObject-1.20200122p0 depends on: p5-CGI->=4.15 -> p5-CGI-4.64 ===> p5-Test-MockObject-1.20200122p0 depends on: p5-Universal-can->=1.20110617 -> p5-Universal-can-1.20140328p0 ===> p5-Test-MockObject-1.20200122p0 depends on: p5-Universal-isa->=1.20110614 -> p5-Universal-isa-1.20171012p0 ===> Regression tests for p5-Test-MockObject-1.20200122p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/base.t ...................... ok t/bugs.t ...................... ok t/debugger.t .................. ok Called UNIVERSAL::isa() as a function, not a method at /usr/local/libdata/perl5/site_perl/UNIVERSAL/can.pm line 46. Called UNIVERSAL::isa() as a function, not a method at /usr/local/libdata/perl5/site_perl/UNIVERSAL/can.pm line 46. Called UNIVERSAL::isa() as a function, not a method at /usr/local/libdata/perl5/site_perl/UNIVERSAL/can.pm line 46. Called UNIVERSAL::isa() as a function, not a method at /usr/local/libdata/perl5/site_perl/UNIVERSAL/can.pm line 46. Called UNIVERSAL::isa() as a function, not a method at /usr/libdata/perl5/Test2/API/Context.pm line 223. t/debuggingwarnings.t ......... ok Called UNIVERSAL::isa() as a function, not a method at /usr/local/libdata/perl5/site_perl/UNIVERSAL/can.pm line 46. Called UNIVERSAL::isa() as a function, not a method at /usr/local/libdata/perl5/site_perl/UNIVERSAL/can.pm line 46. Called UNIVERSAL::isa() as a function, not a method at /usr/local/libdata/perl5/site_perl/UNIVERSAL/can.pm line 46. Called UNIVERSAL::isa() as a function, not a method at /usr/local/libdata/perl5/site_perl/UNIVERSAL/can.pm line 46. Called UNIVERSAL::isa() as a function, not a method at /usr/libdata/perl5/Test2/API/Context.pm line 223. t/debuggingwarningsextends.t .. ok t/extends-bugs.t .............. ok t/extends-fields.t ............ ok t/extends.t ................... ok t/ignore.t .................... ok t/isa.t ....................... ok t/multimock.t ................. ok t/nodefaultwarnings.t ......... ok All tests successful. Files=12, Tests=232, 2 wallclock secs ( 0.04 usr 0.08 sys + 1.51 cusr 0.70 csys = 2.33 CPU) Result: PASS PASS devel/p5-Test-MockObject Duration 0m05.71s START devel/p5-Test-MockRandom 2024-11-22T08:05:39Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-MockRandom-1.01p0 ===> Checking files for p5-Test-MockRandom-1.01p0 `/usr/ports/distfiles/Test-MockRandom-1.01.tar.gz' is up to date. ===> Building from scratch p5-Test-MockRandom-1.01p0 ===> Checking files for p5-Test-MockRandom-1.01p0 `/usr/ports/distfiles/Test-MockRandom-1.01.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-MockRandom-1.01p0 ===> Patching for p5-Test-MockRandom-1.01p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-MockRandom-1.01p0 ===> Configuring for p5-Test-MockRandom-1.01p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::MockRandom Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-MockRandom-1.01p0 cp lib/Test/MockRandom.pm blib/lib/Test/MockRandom.pm Manifying 1 pod document ===> Regression tests for p5-Test-MockRandom-1.01p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # Version Module # -------- ------------------------ # 2.150010 CPAN::Meta # 2.140 CPAN::Meta::Requirements # 1.54 Carp # 7.70 ExtUtils::MakeMaker # 3.88 File::Spec::Functions # 1.63 List::Util # 1.302194 Test::More # 0.65 lib # 1.12 strict # 0.9929 version # 1.65 warnings t/00-report-prereqs.t ................ ok t/01-OO-syntax.t ..................... ok t/02-override-PACKAGE.t .............. ok t/03-override-PACKAGE-dwim-hack.t .... ok t/04-override-module.t ............... ok t/05-override-list.t ................. ok t/06-override-global.t ............... ok t/07-empty-string-import.t ........... ok t/09-import-override-reoverride.t .... ok t/10-export_fcn_to.t ................. ok t/11-export_aliasing.t ............... ok t/15-custom-export-spec.t ............ ok t/16-custom-export-error-handling.t .. ok t/17-list-context.t .................. ok All tests successful. Files=14, Tests=110, 3 wallclock secs ( 0.04 usr 0.08 sys + 1.50 cusr 0.64 csys = 2.26 CPU) Result: PASS PASS devel/p5-Test-MockRandom Duration 0m04.87s START devel/p5-Test-MockSleep 2024-11-22T08:05:44Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-MockSleep-0.02p0 ===> Checking files for p5-Test-MockSleep-0.02p0 `/usr/ports/distfiles/Test-MockSleep-0.02.tar.gz' is up to date. ===> Building from scratch p5-Test-MockSleep-0.02p0 ===> Checking files for p5-Test-MockSleep-0.02p0 `/usr/ports/distfiles/Test-MockSleep-0.02.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-MockSleep-0.02p0 ===> Patching for p5-Test-MockSleep-0.02p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-MockSleep-0.02p0 ===> Configuring for p5-Test-MockSleep-0.02p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::MockSleep Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-MockSleep-0.02p0 cp lib/Test/MockSleep.pm blib/lib/Test/MockSleep.pm Manifying 1 pod document ===> p5-Test-MockSleep-0.02p0 depends on: p5-Dir-Self-* -> p5-Dir-Self-0.11p0 ===> p5-Test-MockSleep-0.02p0 depends on: p5-Test-MockTime-* -> p5-Test-MockTime-0.17p0 ===> Regression tests for p5-Test-MockSleep-0.02p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Sleeping 1 second for real t/00-all.t ....... ok t/01-mocktime.t .. ok All tests successful. Files=2, Tests=10, 1 wallclock secs ( 0.02 usr 0.03 sys + 0.24 cusr 0.07 csys = 0.36 CPU) Result: PASS PASS devel/p5-Test-MockSleep Duration 0m04.35s START devel/p5-Test-MockTime 2024-11-22T08:05:48Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-MockTime-0.17p0 ===> Checking files for p5-Test-MockTime-0.17p0 `/usr/ports/distfiles/Test-MockTime-0.17.tar.gz' is up to date. ===> Building from scratch p5-Test-MockTime-0.17p0 ===> Checking files for p5-Test-MockTime-0.17p0 `/usr/ports/distfiles/Test-MockTime-0.17.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-MockTime-0.17p0 ===> Patching for p5-Test-MockTime-0.17p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-MockTime-0.17p0 ===> Configuring for p5-Test-MockTime-0.17p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::MockTime Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-MockTime-0.17p0 cp lib/Test/MockTime.pm blib/lib/Test/MockTime.pm Manifying 1 pod document ===> p5-Test-MockTime-0.17p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-MockTime-0.17p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-MockTime-0.17p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/export.t ....... ok t/pod.t .......... ok t/prototypes.t ... ok t/string-time.t .. ok t/test.t ......... ok All tests successful. Files=5, Tests=34, 29 wallclock secs ( 0.08 usr 0.01 sys + 0.57 cusr 0.25 csys = 0.91 CPU) Result: PASS PASS devel/p5-Test-MockTime Duration 0m31.63s START devel/p5-Test-Modern 2024-11-22T08:06:20Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Modern-0.013p0 ===> Checking files for p5-Test-Modern-0.013p0 `/usr/ports/distfiles/Test-Modern-0.013.tar.gz' is up to date. ===> Building from scratch p5-Test-Modern-0.013p0 ===> Checking files for p5-Test-Modern-0.013p0 `/usr/ports/distfiles/Test-Modern-0.013.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Modern-0.013p0 ===> Patching for p5-Test-Modern-0.013p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Modern-0.013p0 ===> Configuring for p5-Test-Modern-0.013p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Modern Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Modern-0.013p0 cp lib/Test/Modern.pm blib/lib/Test/Modern.pm Manifying 1 pod document ===> p5-Test-Modern-0.013p0 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-Test-Modern-0.013p0 depends on: p5-namespace-clean-* -> p5-namespace-clean-0.27p0 ===> p5-Test-Modern-0.013p0 depends on: p5-libwww-* -> p5-libwww-6.77 ===> p5-Test-Modern-0.013p0 depends on: p5-Test-API->=0.004 -> p5-Test-API-0.010p0 ===> p5-Test-Modern-0.013p0 depends on: p5-Exporter-Tiny->=0.030 -> p5-Exporter-Tiny-1.006002 ===> p5-Test-Modern-0.013p0 depends on: p5-Import-Into->=1.0020 -> p5-Import-Into-1.002005p1 ===> p5-Test-Modern-0.013p0 depends on: p5-Module-Runtime->=0.012 -> p5-Module-Runtime-0.016p0 ===> p5-Test-Modern-0.013p0 depends on: p5-Test-Deep->=0.111 -> p5-Test-Deep-1.204 ===> p5-Test-Modern-0.013p0 depends on: p5-Test-Fatal->=0.007 -> p5-Test-Fatal-0.017 ===> p5-Test-Modern-0.013p0 depends on: p5-Test-Warnings->=0.009 -> p5-Test-Warnings-0.033 ===> p5-Test-Modern-0.013p0 depends on: p5-Try-Tiny->=0.15 -> p5-Try-Tiny-0.32 ===> p5-Test-Modern-0.013p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-Modern-0.013p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-Modern-0.013p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01basic.t ............. ok t/02exporting.t ......... ok t/03extended.t .......... skipped: Not running extended tests t/04requires.t .......... skipped: Test requires Local::I::Doubt::This::Exists::Either 999.999 t/05warnings.t .......... ok t/06class-api-ok.t ...... ok t/07deep.t .............. ok t/08object-ok.t ......... ok t/09requires-perl.t ..... skipped: Test requires Perl 9 t/10namespaces-clean.t .. ok t/11without.t ........... ok t/12pod.t ............... ok t/13versions.t .......... ok t/14shouldntwarn.t ...... ok t/15tlib.t .............. ok t/16bench.t ............. skipped: Not running benchmarks All tests successful. Files=16, Tests=43, 3 wallclock secs ( 0.05 usr 0.08 sys + 2.39 cusr 0.94 csys = 3.46 CPU) Result: PASS PASS devel/p5-Test-Modern Duration 0m08.46s START devel/p5-Test-More-UTF8 2024-11-22T08:06:28Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-More-UTF8-0.05p0 ===> Checking files for p5-Test-More-UTF8-0.05p0 `/usr/ports/distfiles/Test-More-UTF8-0.05.tar.gz' is up to date. ===> Building from scratch p5-Test-More-UTF8-0.05p0 ===> Checking files for p5-Test-More-UTF8-0.05p0 `/usr/ports/distfiles/Test-More-UTF8-0.05.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-More-UTF8-0.05p0 ===> Patching for p5-Test-More-UTF8-0.05p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-More-UTF8-0.05p0 ===> Configuring for p5-Test-More-UTF8-0.05p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::More::UTF8 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-More-UTF8-0.05p0 cp lib/Test/More/UTF8.pm blib/lib/Test/More/UTF8.pm Manifying 1 pod document ===> p5-Test-More-UTF8-0.05p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-More-UTF8-0.05p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-More-UTF8-0.05p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::More::UTF8 0.05, Perl 5.038002, /usr/bin/perl t/00-load.t ....... ok # __ t/01-usage.t ...... ok # __ t/02-usage.t ...... ok # __ t/03-usage.t ...... ok t/pod-coverage.t .. ok t/pod.t ........... ok All tests successful. Files=6, Tests=15, 1 wallclock secs ( 0.04 usr 0.05 sys + 0.56 cusr 0.40 csys = 1.05 CPU) Result: PASS PASS devel/p5-Test-More-UTF8 Duration 0m03.75s START devel/p5-Test-Most 2024-11-22T08:06:32Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Most-0.38 ===> Checking files for p5-Test-Most-0.38 `/usr/ports/distfiles/Test-Most-0.38.tar.gz' is up to date. ===> Building from scratch p5-Test-Most-0.38 ===> Checking files for p5-Test-Most-0.38 `/usr/ports/distfiles/Test-Most-0.38.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Most-0.38 ===> Patching for p5-Test-Most-0.38 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Most-0.38 ===> Configuring for p5-Test-Most-0.38 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Most Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Most-0.38 cp lib/Test/Most/Exception.pm blib/lib/Test/Most/Exception.pm cp lib/Test/Most.pm blib/lib/Test/Most.pm Manifying 2 pod documents ===> p5-Test-Most-0.38 depends on: p5-Exception-Class->=1.14 -> p5-Exception-Class-1.45 ===> p5-Test-Most-0.38 depends on: p5-Test-Deep->=0.119 -> p5-Test-Deep-1.204 ===> p5-Test-Most-0.38 depends on: p5-Test-Differences->=0.64 -> p5-Test-Differences-0.71 ===> p5-Test-Most-0.38 depends on: p5-Test-Exception->=0.43 -> p5-Test-Exception-0.43p0 ===> p5-Test-Most-0.38 depends on: p5-Test-Warn->=0.30 -> p5-Test-Warn-0.37 ===> Regression tests for p5-Test-Most-0.38 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::Most 0.38, Perl 5.038002, /usr/bin/perl # Exception::Class version is 1.45 # Test::Deep version is 1.204 # Test::Differences version is 0.71 # Test::Exception version is 0.43 # Test::Harness version is 3.44 # Test::More version is 1.302194 # Test::Warn version is 0.37 t/00-load.t ..................... ok t/bug_duplicate_plan.t .......... ok t/common.t ...................... ok t/defer_plan.t .................. ok t/env_bail.t .................... ok t/env_die.t ..................... ok t/exception.t ................... ok t/exclude_test_modules.t ........ ok t/exclude_test_symbols.t ........ ok Data::Dumper::Names 0.03 not found. Use explain() instead of show() at t/explain.t line 34. Data::Dumper::Names 0.03 not found. Use explain() instead of show() at t/explain.t line 69. t/explain.t ..................... ok t/function_bail.t ............... ok t/function_die.t ................ ok t/import_bail.t ................. ok t/import_die.t .................. ok t/import_strict_and_warnings.t .. ok t/timex.t ....................... ok All tests successful. Files=16, Tests=88, 4 wallclock secs ( 0.09 usr 0.02 sys + 2.38 cusr 0.91 csys = 3.40 CPU) Result: PASS PASS devel/p5-Test-Most Duration 0m06.83s START devel/p5-Test-Needs 2024-11-22T08:06:39Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Needs-0.002010 ===> Checking files for p5-Test-Needs-0.002010 `/usr/ports/distfiles/Test-Needs-0.002010.tar.gz' is up to date. ===> Building from scratch p5-Test-Needs-0.002010 ===> Checking files for p5-Test-Needs-0.002010 `/usr/ports/distfiles/Test-Needs-0.002010.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Needs-0.002010 ===> Patching for p5-Test-Needs-0.002010 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Needs-0.002010 ===> Configuring for p5-Test-Needs-0.002010 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Needs Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Needs-0.002010 cp lib/Test/Needs.pm blib/lib/Test/Needs.pm Manifying 1 pod document ===> Regression tests for p5-Test-Needs-0.002010 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/find_missing.t .... ok t/numify_version.t .. ok t/standalone.t ...... ok t/test-builder.t .... ok t/test2.t ........... ok All tests successful. Files=5, Tests=227, 8 wallclock secs ( 0.11 usr 0.05 sys + 4.67 cusr 2.48 csys = 7.31 CPU) Result: PASS PASS devel/p5-Test-Needs Duration 0m10.08s START devel/p5-Test-NoTabs 2024-11-22T08:06:49Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-NoTabs-2.02p0 ===> Checking files for p5-Test-NoTabs-2.02p0 `/usr/ports/distfiles/Test-NoTabs-2.02.tar.gz' is up to date. ===> Building from scratch p5-Test-NoTabs-2.02p0 ===> Checking files for p5-Test-NoTabs-2.02p0 `/usr/ports/distfiles/Test-NoTabs-2.02.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-NoTabs-2.02p0 ===> Patching for p5-Test-NoTabs-2.02p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-NoTabs-2.02p0 ===> Configuring for p5-Test-NoTabs-2.02p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::NoTabs Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-NoTabs-2.02p0 cp lib/Test/NoTabs.pm blib/lib/Test/NoTabs.pm Manifying 1 pod document ===> p5-Test-NoTabs-2.02p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-NoTabs-2.02p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-NoTabs-2.02p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # File::Temp any 0.2311 # Test::More any 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ---- -------- # File::Find any 1.43 # File::Spec any 3.88 # FindBin any 1.53 # Test::Builder any 1.302194 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # ------------- ---- # Encode 3.19 # JSON::PP 4.16 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .. ok t/11-all.t ............. ok t/12-fail.t ............ ok t/13-badpod.t .......... ok All tests successful. Files=4, Tests=16, 2 wallclock secs ( 0.01 usr 0.06 sys + 1.32 cusr 0.45 csys = 1.84 CPU) Result: PASS PASS devel/p5-Test-NoTabs Duration 0m05.01s START devel/p5-Test-NoWarnings 2024-11-22T08:06:54Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-NoWarnings-1.06 ===> Checking files for p5-Test-NoWarnings-1.06 `/usr/ports/distfiles/Test-NoWarnings-1.06.tar.gz' is up to date. ===> Building from scratch p5-Test-NoWarnings-1.06 ===> Checking files for p5-Test-NoWarnings-1.06 `/usr/ports/distfiles/Test-NoWarnings-1.06.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-NoWarnings-1.06 ===> Patching for p5-Test-NoWarnings-1.06 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-NoWarnings-1.06 ===> Configuring for p5-Test-NoWarnings-1.06 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::NoWarnings Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-NoWarnings-1.06 cp lib/Test/NoWarnings.pm blib/lib/Test/NoWarnings.pm cp lib/Test/NoWarnings/Warning.pm blib/lib/Test/NoWarnings/Warning.pm Manifying 1 pod document ===> p5-Test-NoWarnings-1.06 depends on: p5-Devel-StackTrace-* -> p5-Devel-StackTrace-2.05 ===> Regression tests for p5-Test-NoWarnings-1.06 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_compile.t ....... ok t/02_none.t .......... ok t/03_end.t ........... ok t/04_no_tests.t ...... ok t/05_no_end.t ........ ok t/06_fork.t .......... ok t/07_done_testing.t .. ok All tests successful. Files=7, Tests=48, 1 wallclock secs ( 0.06 usr 0.02 sys + 0.75 cusr 0.32 csys = 1.15 CPU) Result: PASS PASS devel/p5-Test-NoWarnings Duration 0m03.68s START devel/p5-Test-Number-Delta 2024-11-22T08:06:58Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Number-Delta-1.06p0 ===> Checking files for p5-Test-Number-Delta-1.06p0 `/usr/ports/distfiles/Test-Number-Delta-1.06.tar.gz' is up to date. ===> Building from scratch p5-Test-Number-Delta-1.06p0 ===> Checking files for p5-Test-Number-Delta-1.06p0 `/usr/ports/distfiles/Test-Number-Delta-1.06.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Number-Delta-1.06p0 ===> Patching for p5-Test-Number-Delta-1.06p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Number-Delta-1.06p0 ===> Configuring for p5-Test-Number-Delta-1.06p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Number::Delta Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Number-Delta-1.06p0 cp lib/Test/Number/Delta.pm blib/lib/Test/Number/Delta.pm Manifying 1 pod document ===> Regression tests for p5-Test-Number-Delta-1.06p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.17 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::Builder::Tester 1.02 1.302194 # Test::More any 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ---- -------- # Carp any 1.54 # Exporter any 5.77 # Test::Builder any 1.302194 # strict any 1.12 # vars any 1.05 # warnings any 1.65 # t/00-report-prereqs.t .............. ok t/01-module-basics.t ............... ok t/02-delta.t ....................... ok t/03-specify_epsilon.t ............. ok t/04-specify_relative.t ............ ok t/05-check_bad_param.t ............. ok t/06-plan_passthrough.t ............ ok t/07-noplan_passthrough.t .......... ok t/08-param_and_plan_passthrough.t .. ok t/09-bad_param_plan_order.t ........ ok t/10-specify_negative_epsilon.t .... ok t/11-specify_negative_relative.t ... ok All tests successful. Files=12, Tests=72, 2 wallclock secs ( 0.05 usr 0.06 sys + 1.30 cusr 0.58 csys = 1.99 CPU) Result: PASS PASS devel/p5-Test-Number-Delta Duration 0m04.39s START devel/p5-Test-Object 2024-11-22T08:07:02Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Object-0.08p0 ===> Checking files for p5-Test-Object-0.08p0 `/usr/ports/distfiles/Test-Object-0.08.tar.gz' is up to date. ===> Building from scratch p5-Test-Object-0.08p0 ===> Checking files for p5-Test-Object-0.08p0 `/usr/ports/distfiles/Test-Object-0.08.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Object-0.08p0 ===> Patching for p5-Test-Object-0.08p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Object-0.08p0 ===> Configuring for p5-Test-Object-0.08p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Object Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Object-0.08p0 cp lib/Test/Object.pm blib/lib/Test/Object.pm cp lib/Test/Object/Test.pm blib/lib/Test/Object/Test.pm Manifying 1 pod document ===> p5-Test-Object-0.08p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-Object-0.08p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-Object-0.08p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # File::Spec::Functions any 3.88 # FindBin any 1.53 # Test::Builder::Tester any 1.302194 # Test::More any 1.302194 # lib any 0.65 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------ ---- -------- # Carp any 1.54 # Exporter any 5.77 # Scalar::Util 1.16 1.63 # Test::More any 1.302194 # overload any 1.37 # strict any 1.12 # vars any 1.05 # # === Other Modules === # # Module Have # --------- ---- # JSON::PP 4.16 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .. ok t/01_compile.t ......... ok t/02_simple.t .......... ok All tests successful. Files=3, Tests=5, 1 wallclock secs ( 0.02 usr 0.03 sys + 0.60 cusr 0.19 csys = 0.84 CPU) Result: PASS PASS devel/p5-Test-Object Duration 0m03.81s START devel/p5-Test-Output 2024-11-22T08:07:06Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Output-1.034 ===> Checking files for p5-Test-Output-1.034 `/usr/ports/distfiles/Test-Output-1.034.tar.gz' is up to date. ===> Building from scratch p5-Test-Output-1.034 ===> Checking files for p5-Test-Output-1.034 `/usr/ports/distfiles/Test-Output-1.034.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Output-1.034 ===> Patching for p5-Test-Output-1.034 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Output-1.034 ===> Configuring for p5-Test-Output-1.034 WARNING: Older versions of ExtUtils::MakeMaker may errantly install README.pod as part of this distribution. It is recommended to avoid using this path in CPAN modules. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Output Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Output-1.034 cp lib/Test/Output.pm blib/lib/Test/Output.pm Manifying 1 pod document ===> p5-Test-Output-1.034 depends on: p5-Test-Pod->=1.14 -> p5-Test-Pod-1.52p0 ===> p5-Test-Output-1.034 depends on: p5-Test-Pod-Coverage->=1.04 -> p5-Test-Pod-Coverage-1.10p0 ===> p5-Test-Output-1.034 depends on: p5-Capture-Tiny->=0.17 -> p5-Capture-Tiny-0.48p0 ===> Regression tests for p5-Test-Output-1.034 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::Output 1.034 t/00.load.t .......... ok t/binmode.t .......... ok t/carp-5.6.t ......... ok t/combined_is.t ...... ok t/combined_isnt.t .... ok t/combined_like.t .... ok t/combined_unlike.t .. ok t/output_is.t ........ ok t/output_isnt.t ...... ok t/output_like.t ...... ok t/output_unlike.t .... ok t/pod-coverage.t ..... ok t/pod.t .............. ok t/stderr_is.t ........ ok t/stderr_isnt.t ...... ok t/stderr_like.t ...... ok t/stderr_unlike.t .... ok t/stdout_is.t ........ ok t/stdout_isnt.t ...... ok t/stdout_like.t ...... ok t/stdout_unlike.t .... ok All tests successful. Files=21, Tests=1218, 5 wallclock secs ( 0.21 usr 0.07 sys + 3.19 cusr 1.43 csys = 4.90 CPU) Result: PASS PASS devel/p5-Test-Output Duration 0m08.14s START devel/p5-Test-POE-Server-TCP 2024-11-22T08:07:14Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-POE-Server-TCP-1.20p0 ===> Checking files for p5-Test-POE-Server-TCP-1.20p0 `/usr/ports/distfiles/Test-POE-Server-TCP-1.20.tar.gz' is up to date. ===> Building from scratch p5-Test-POE-Server-TCP-1.20p0 ===> p5-Test-POE-Server-TCP-1.20p0 depends on: p5-POE-* -> p5-POE-1.370 ===> Checking files for p5-Test-POE-Server-TCP-1.20p0 `/usr/ports/distfiles/Test-POE-Server-TCP-1.20.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-POE-Server-TCP-1.20p0 ===> Patching for p5-Test-POE-Server-TCP-1.20p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-POE-Server-TCP-1.20p0 ===> Configuring for p5-Test-POE-Server-TCP-1.20p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::POE::Server::TCP Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-POE-Server-TCP-1.20p0 cp lib/Test/POE/Server/TCP.pm blib/lib/Test/POE/Server/TCP.pm Manifying 1 pod document ===> p5-Test-POE-Server-TCP-1.20p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-POE-Server-TCP-1.20p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-POE-Server-TCP-1.20p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ........... ok t/01_spawn.t ............. ok t/02_register.t .......... ok t/03_register.t .......... ok t/04_multiple.t .......... ok t/05_subclass.t .......... ok t/06_filter.t ............ ok t/07_synopsis.t .......... ok t/08_buffer.t ............ ok t/09_client_info.t ....... ok t/10_prefix.t ............ ok t/11_pause.t ............. ok t/12_all_clients.t ....... ok t/author-pod-coverage.t .. skipped: these tests are for testing by the author t/author-pod-syntax.t .... skipped: these tests are for testing by the author All tests successful. Files=15, Tests=115, 5 wallclock secs ( 0.06 usr 0.07 sys + 2.69 cusr 1.02 csys = 3.84 CPU) Result: PASS PASS devel/p5-Test-POE-Server-TCP Duration 0m08.18s START devel/p5-Test-Perl-Critic 2024-11-22T08:07:22Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Perl-Critic-1.04p0 ===> Checking files for p5-Test-Perl-Critic-1.04p0 `/usr/ports/distfiles/Test-Perl-Critic-1.04.tar.gz' is up to date. ===> Building from scratch p5-Test-Perl-Critic-1.04p0 ===> p5-Test-Perl-Critic-1.04p0 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Test-Perl-Critic-1.04p0 `/usr/ports/distfiles/Test-Perl-Critic-1.04.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Perl-Critic-1.04p0 ===> Patching for p5-Test-Perl-Critic-1.04p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Perl-Critic-1.04p0 ===> Configuring for p5-Test-Perl-Critic-1.04p0 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Test-Perl-Critic' version '1.04' ===> Building for p5-Test-Perl-Critic-1.04p0 Building Test-Perl-Critic ===> p5-Test-Perl-Critic-1.04p0 depends on: p5-MCE->=1.827 -> p5-MCE-1.900 ===> p5-Test-Perl-Critic-1.04p0 depends on: p5-Perl-Critic->=1.105 -> p5-Perl-Critic-1.156 ===> Regression tests for p5-Test-Perl-Critic-1.04p0 # Testing Test::Perl::Critic 1.04 with Perl::Critic 1.156 and PPI 1.279, under Perl 5.038002, /usr/bin/perl t/00_compile.t .. ok t/01_api.t ...... ok All tests successful. Files=2, Tests=7, 3 wallclock secs ( 0.02 usr 0.04 sys + 2.42 cusr 0.65 csys = 3.13 CPU) Result: PASS PASS devel/p5-Test-Perl-Critic Duration 0m06.16s START devel/p5-Test-Pod 2024-11-22T08:07:29Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Pod-1.52p0 ===> Checking files for p5-Test-Pod-1.52p0 `/usr/ports/distfiles/Test-Pod-1.52.tar.gz' is up to date. ===> Building from scratch p5-Test-Pod-1.52p0 ===> Checking files for p5-Test-Pod-1.52p0 `/usr/ports/distfiles/Test-Pod-1.52.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Pod-1.52p0 ===> Patching for p5-Test-Pod-1.52p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Pod-1.52p0 ===> Configuring for p5-Test-Pod-1.52p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Pod Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Pod-1.52p0 cp lib/Test/Pod.pm blib/lib/Test/Pod.pm Manifying 1 pod document ===> Regression tests for p5-Test-Pod-1.52p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::Pod 1.52, Perl 5.038002, /usr/bin/perl # Using Pod::Simple 3.43 t/00-load.t ............ ok t/all_pod_files.t ...... ok t/cut-outside-block.t .. ok t/good.t ............... ok t/item-ordering.t ...... ok t/load.t ............... ok t/missing-file.t ....... ok t/selftest.t ........... ok t/spaced-directives.t .. skipped: Not written yet t/unknown-directive.t .. ok All tests successful. Files=10, Tests=19, 2 wallclock secs ( 0.04 usr 0.04 sys + 1.29 cusr 0.51 csys = 1.88 CPU) Result: PASS PASS devel/p5-Test-Pod Duration 0m04.29s START devel/p5-Test-Pod-Content 2024-11-22T08:07:33Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Pod-Content-0.0.6p0 ===> Checking files for p5-Test-Pod-Content-0.0.6p0 `/usr/ports/distfiles/Test-Pod-Content-v0.0.6.tar.gz' is up to date. ===> Building from scratch p5-Test-Pod-Content-0.0.6p0 ===> p5-Test-Pod-Content-0.0.6p0 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Test-Pod-Content-0.0.6p0 `/usr/ports/distfiles/Test-Pod-Content-v0.0.6.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Pod-Content-0.0.6p0 ===> Patching for p5-Test-Pod-Content-0.0.6p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Pod-Content-0.0.6p0 ===> Configuring for p5-Test-Pod-Content-0.0.6p0 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Test-Pod-Content' version 'v0.0.6' ===> Building for p5-Test-Pod-Content-0.0.6p0 Building Test-Pod-Content ===> Regression tests for p5-Test-Pod-Content-0.0.6p0 t/096_characters.t .... skipped: Author test. Set $ENV{RELEASE_TESTING} to a true value to run. t/097_kwalitee.t ...... skipped: Author test. Set $ENV{RELEASE_TESTING} to a true value to run. t/098_pod.t ........... skipped: Author test. Set $ENV{RELEASE_TESTING} to a true value to run. t/099_pod_coverage.t .. skipped: Author test. Set $ENV{RELEASE_TESTING} to a true value to run. t/critic.t ............ skipped: Author test. Set $ENV{RELEASE_TESTING} to a true value to run. t/license.t ........... ok t/synopsis.t .......... ok All tests successful. Files=7, Tests=4, 1 wallclock secs ( 0.02 usr 0.06 sys + 0.73 cusr 0.36 csys = 1.17 CPU) Result: PASS PASS devel/p5-Test-Pod-Content Duration 0m03.52s START devel/p5-Test-Pod-Coverage 2024-11-22T08:07:36Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Pod-Coverage-1.10p0 ===> Checking files for p5-Test-Pod-Coverage-1.10p0 `/usr/ports/distfiles/Test-Pod-Coverage-1.10.tar.gz' is up to date. ===> Building from scratch p5-Test-Pod-Coverage-1.10p0 ===> p5-Test-Pod-Coverage-1.10p0 depends on: p5-Pod-Coverage-* -> p5-Pod-Coverage-0.23p1 ===> Checking files for p5-Test-Pod-Coverage-1.10p0 `/usr/ports/distfiles/Test-Pod-Coverage-1.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Pod-Coverage-1.10p0 ===> Patching for p5-Test-Pod-Coverage-1.10p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Pod-Coverage-1.10p0 ===> Configuring for p5-Test-Pod-Coverage-1.10p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Pod::Coverage Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Pod-Coverage-1.10p0 cp lib/Test/Pod/Coverage.pm blib/lib/Test/Pod/Coverage.pm Manifying 1 pod document ===> Regression tests for p5-Test-Pod-Coverage-1.10p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::Pod::Coverage 1.10 t/00.load.t .............. ok t/all_modules.t .......... ok t/all_pod_coverage_ok.t .. ok t/alt_class.t ............ ok t/nopod.t ................ ok t/nosymbols.t ............ ok t/parms.t ................ ok t/pod.t .................. ok t/privates.t ............. ok t/self.t ................. ok t/simple.t ............... ok All tests successful. Files=11, Tests=23, 2 wallclock secs ( 0.06 usr 0.03 sys + 1.47 cusr 0.66 csys = 2.22 CPU) Result: PASS PASS devel/p5-Test-Pod-Coverage Duration 0m04.96s START devel/p5-Test-Portability-Files 2024-11-22T08:07:41Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Portability-Files-0.10p0 ===> Checking files for p5-Test-Portability-Files-0.10p0 `/usr/ports/distfiles/Test-Portability-Files-0.10.tar.gz' is up to date. ===> Building from scratch p5-Test-Portability-Files-0.10p0 ===> Checking files for p5-Test-Portability-Files-0.10p0 `/usr/ports/distfiles/Test-Portability-Files-0.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Portability-Files-0.10p0 ===> Patching for p5-Test-Portability-Files-0.10p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Portability-Files-0.10p0 ===> Configuring for p5-Test-Portability-Files-0.10p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Portability::Files Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Portability-Files-0.10p0 cp lib/Test/Portability/Files.pm blib/lib/Test/Portability/Files.pm Manifying 1 pod document ===> Regression tests for p5-Test-Portability-Files-0.10p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t .............. ok t/01basic.t ................. ok t/02filenames.t ............. ok t/author-critic.t ........... skipped: these tests are for testing by the author t/author-eol.t .............. skipped: these tests are for testing by the author t/author-minimum-version.t .. skipped: these tests are for testing by the author t/author-mojibake.t ......... skipped: these tests are for testing by the author t/author-no-tabs.t .......... skipped: these tests are for testing by the author t/author-pod-coverage.t ..... skipped: these tests are for testing by the author t/author-pod-linkcheck.t .... skipped: these tests are for testing by the author t/author-pod-syntax.t ....... skipped: these tests are for testing by the author t/author-portability.t ...... skipped: these tests are for testing by the author t/author-synopsis.t ......... skipped: these tests are for testing by the author t/author-test-version.t ..... skipped: these tests are for testing by the author t/portfs.t .................. ok t/release-cpan-changes.t .... skipped: these tests are for release candidate testing t/release-dist-manifest.t ... skipped: these tests are for release candidate testing t/release-distmeta.t ........ skipped: these tests are for release candidate testing t/release-kwalitee.t ........ skipped: these tests are for release candidate testing t/release-meta-json.t ....... skipped: these tests are for release candidate testing t/release-unused-vars.t ..... skipped: these tests are for release candidate testing All tests successful. Files=21, Tests=23, 1 wallclock secs ( 0.11 usr 0.04 sys + 0.64 cusr 0.34 csys = 1.13 CPU) Result: PASS PASS devel/p5-Test-Portability-Files Duration 0m03.66s START devel/p5-Test-Regexp 2024-11-22T08:07:45Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Regexp-2017040101p0 ===> Checking files for p5-Test-Regexp-2017040101p0 `/usr/ports/distfiles/Test-Regexp-2017040101.tar.gz' is up to date. ===> Building from scratch p5-Test-Regexp-2017040101p0 ===> Checking files for p5-Test-Regexp-2017040101p0 `/usr/ports/distfiles/Test-Regexp-2017040101.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Regexp-2017040101p0 ===> Patching for p5-Test-Regexp-2017040101p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Regexp-2017040101p0 ===> Configuring for p5-Test-Regexp-2017040101p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Regexp Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Regexp-2017040101p0 cp lib/Test/Regexp.pm blib/lib/Test/Regexp.pm Manifying 1 pod document ===> Regression tests for p5-Test-Regexp-2017040101p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/100_use.t ................ ok t/101_import.t ............. ok t/102_import.t ............. ok t/110_pattern.t ............ ok t/120_keep_pattern.t ....... ok t/130_comment.t ............ ok t/140_utf8.t ............... ok t/150_reason.t ............. ok t/160_show_line.t .......... ok t/170_todo.t ............... ok t/180_full_text.t .......... ok t/200_use.t ................ ok t/201_example.t ............ ok t/210_object.t ............. ok t/211_objects.t ............ ok t/212_object_extra_args.t .. ok t/220_object_comment.t ..... ok t/230_tags.t ............... ok t/950_pod.t ................ ok t/960_pod_coverage.t ....... ok t/980_versions.t ........... skipped: AUTHOR tests t/981_permissions.t ........ skipped: AUTHOR tests t/982_git.t ................ skipped: AUTHOR tests All tests successful. Files=23, Tests=2253, 6 wallclock secs ( 0.30 usr 0.05 sys + 3.80 cusr 1.21 csys = 5.36 CPU) Result: PASS PASS devel/p5-Test-Regexp Duration 0m07.74s START devel/p5-Test-Reporter 2024-11-22T08:07:53Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Reporter-1.62p0v0 ===> Checking files for p5-Test-Reporter-1.62p0v0 `/usr/ports/distfiles/Test-Reporter-1.62.tar.gz' is up to date. ===> Building from scratch p5-Test-Reporter-1.62p0v0 ===> Checking files for p5-Test-Reporter-1.62p0v0 `/usr/ports/distfiles/Test-Reporter-1.62.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Reporter-1.62p0v0 ===> Patching for p5-Test-Reporter-1.62p0v0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Reporter-1.62p0v0 ===> Configuring for p5-Test-Reporter-1.62p0v0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Reporter Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Reporter-1.62p0v0 cp lib/Test/Reporter.pm blib/lib/Test/Reporter.pm cp lib/Test/Reporter/Transport/Null.pm blib/lib/Test/Reporter/Transport/Null.pm cp lib/Test/Reporter/Transport/File.pm blib/lib/Test/Reporter/Transport/File.pm cp lib/Test/Reporter/Transport.pm blib/lib/Test/Reporter/Transport.pm Manifying 4 pod documents ===> p5-Test-Reporter-1.62p0v0 depends on: p5-Test-Spelling-* -> p5-Test-Spelling-0.25p1 ===> p5-Test-Reporter-1.62p0v0 depends on: p5-Pod-Coverage-* -> p5-Pod-Coverage-0.23p1 ===> p5-Test-Reporter-1.62p0v0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-Reporter-1.62p0v0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-Reporter-1.62p0v0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.17 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # Data::Dumper any 2.188 # ExtUtils::MakeMaker any 7.70 # File::Find any 1.43 # File::Spec any 3.88 # Test::More 0.88 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ---- ------ # Carp any 1.54 # Cwd any 3.89 # File::Temp any 0.2311 # FileHandle any 2.05 # Sys::Hostname any 1.25 # Time::Local any 1.30 # base any 2.27 # constant any 1.33 # strict any 1.12 # vars any 1.05 # warnings any 1.65 # # === Runtime Recommends === # # Module Want Have # ----------- ---- ---- # Mail::Send any 2.21 # Net::DNS any 1.48 # Net::Domain any 3.15 # Net::SMTP any 3.15 # # === Develop Requires === # # Module Want Have # ----------------------------------- ----- -------- # Dist::Zilla 5 missing # Dist::Zilla::Plugin::Prereqs any missing # Dist::Zilla::Plugin::RemovePrereqs any missing # Dist::Zilla::PluginBundle::DAGOLDEN 0.072 missing # File::Spec any 3.88 # File::Temp any 0.2311 # IO::Handle any 1.52 # IPC::Open3 any 1.22 # Pod::Coverage::TrustPod any missing # Test::CPAN::Meta any 0.25 # Test::More any 1.302194 # Test::Pod 1.41 1.52 # Test::Pod::Coverage 1.08 1.10 # Test::Spelling 0.12 0.25 # Test::Version 1 2.09 # # # *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *** # # The following REQUIRED prerequisites were not satisfied: # # Dist::Zilla is not installed (version '5' required) # Dist::Zilla::Plugin::Prereqs is not installed (any version required) # Dist::Zilla::Plugin::RemovePrereqs is not installed (any version required) # Dist::Zilla::PluginBundle::DAGOLDEN is not installed (version '0.072' required) # Pod::Coverage::TrustPod is not installed (any version required) # t/00-report-prereqs.t .. ok t/1-reporter.t ......... ok t/3-file-transport.t ... ok t/6-write-read-crlf.t .. ok t/rt-89404.t ........... ok All tests successful. Files=5, Tests=140, 2 wallclock secs ( 0.02 usr 0.05 sys + 1.33 cusr 0.74 csys = 2.14 CPU) Result: PASS PASS devel/p5-Test-Reporter Duration 0m05.59s START devel/p5-Test-Requires 2024-11-22T08:07:58Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Requires-0.11 ===> Checking files for p5-Test-Requires-0.11 `/usr/ports/distfiles/Test-Requires-0.11.tar.gz' is up to date. ===> Building from scratch p5-Test-Requires-0.11 ===> Checking files for p5-Test-Requires-0.11 `/usr/ports/distfiles/Test-Requires-0.11.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Requires-0.11 ===> Patching for p5-Test-Requires-0.11 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Requires-0.11 ===> Configuring for p5-Test-Requires-0.11 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Requires Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Requires-0.11 cp lib/Test/Requires.pm blib/lib/Test/Requires.pm Manifying 1 pod document ===> Regression tests for p5-Test-Requires-0.11 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Test::More: 1.302194 t/00_compile.t ......... ok t/01_simple.t .......... ok t/02_no_plan.t ......... ok t/03_import_hashref.t .. skipped: Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found t/04_import_array.t .... skipped: Test requires module 'Acme::Unknown::Missing::Module::Name' but it's not found t/05_success.t ......... ok t/06_perlver.t ......... ok All tests successful. Files=7, Tests=15, 1 wallclock secs ( 0.02 usr 0.06 sys + 0.63 cusr 0.31 csys = 1.02 CPU) Result: PASS PASS devel/p5-Test-Requires Duration 0m03.42s START devel/p5-Test-RequiresInternet 2024-11-22T08:08:02Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-RequiresInternet-0.05p0 ===> Checking files for p5-Test-RequiresInternet-0.05p0 `/usr/ports/distfiles/Test-RequiresInternet-0.05.tar.gz' is up to date. ===> Building from scratch p5-Test-RequiresInternet-0.05p0 ===> Checking files for p5-Test-RequiresInternet-0.05p0 `/usr/ports/distfiles/Test-RequiresInternet-0.05.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-RequiresInternet-0.05p0 ===> Patching for p5-Test-RequiresInternet-0.05p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-RequiresInternet-0.05p0 ===> Configuring for p5-Test-RequiresInternet-0.05p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::RequiresInternet Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-RequiresInternet-0.05p0 cp lib/Test/RequiresInternet.pm blib/lib/Test/RequiresInternet.pm Manifying 1 pod document ===> Regression tests for p5-Test-RequiresInternet-0.05p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::RequiresInternet 0.05, Perl 5.038002, /usr/bin/perl t/00_load.t ............ ok t/01_getserv.t ......... skipped: no host: www.google.com t/02_multiple_hosts.t .. skipped: no host: www.google.com t/03_badhost.t ......... skipped: no host: foobar t/04_env.t ............. skipped: NO_NETWORK_TESTING t/05_badarg.t .......... ok t/06_badport.t ......... skipped: Could not find a port number for foobar All tests successful. Files=7, Tests=2, 1 wallclock secs ( 0.04 usr 0.05 sys + 0.73 cusr 0.23 csys = 1.05 CPU) Result: PASS PASS devel/p5-Test-RequiresInternet Duration 0m03.46s START devel/p5-Test-Script 2024-11-22T08:08:05Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Script-1.29 ===> Checking files for p5-Test-Script-1.29 `/usr/ports/distfiles/Test-Script-1.29.tar.gz' is up to date. ===> Building from scratch p5-Test-Script-1.29 ===> Checking files for p5-Test-Script-1.29 `/usr/ports/distfiles/Test-Script-1.29.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Script-1.29 ===> Patching for p5-Test-Script-1.29 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Script-1.29 ===> Configuring for p5-Test-Script-1.29 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Script Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Script-1.29 cp lib/Test/Script.pm blib/lib/Test/Script.pm Manifying 1 pod document ===> p5-Test-Script-1.29 depends on: p5-Test2-Suite->=0.000060 -> p5-Test2-Suite-0.000163 ===> p5-Test-Script-1.29 depends on: p5-Probe-Perl->=0.01 -> p5-Probe-Perl-0.03p0 ===> p5-Test-Script-1.29 depends on: p5-Capture-Tiny-* -> p5-Capture-Tiny-0.48p0 ===> Regression tests for p5-Test-Script-1.29 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # # # HARNESS_ACTIVE=1 # HARNESS_VERSION=3.44 # PERL5LIB=/usr/ports/pobj/p5-Test-Script-1.29/Test-Script-1.29/blib/lib:/usr/ports/pobj/p5-Test-Script-1.29/Test-Script-1.29/blib/arch # PERL_DL_NONLAZY=1 # PERL_MM_OPT=INSTALLSITELIB=/usr/local/libdata/perl5/site_perl INSTALLSITEARCH=/usr/local/libdata/perl5/site_perl/i386-openbsd INSTALLPRIVLIB=/usr/./libdata/perl5 INSTALLARCHLIB=/i386-openbsd INSTALLMAN1DIR=/usr/local/man/man1 INSTALLMAN3DIR=/usr/local/man/man3p INSTALLBIN=/bin INSTALLSCRIPT= # PERL_MM_USE_DEFAULT=1 # PERL_USE_UNSAFE_INC=1 # # # # PERL5LIB path # /usr/ports/pobj/p5-Test-Script-1.29/Test-Script-1.29/blib/lib # /usr/ports/pobj/p5-Test-Script-1.29/Test-Script-1.29/blib/arch # # # # perl 5.038002 openbsd i386-openbsd # Capture::Tiny 0.48 # ExtUtils::MakeMaker 7.70 # File::Spec 3.88 # IO::Handle 1.52 # Probe::Perl 0.03 # Test2::API 1.302194 # Test2::V0 0.000163 # Text::ParseWords 3.31 # # # t/00_diag.t ....................... ok t/01_use.t ........................ ok t/bug_gh9.t ....................... ok t/test_script__exports.t .......... ok t/test_script__fails.t ............ ok t/test_script__import.t ........... ok t/test_script__program_runs.t ..... ok t/test_script__program_stderr.t ... ok t/test_script__program_stdout.t ... ok t/test_script__script_compiles.t .. ok t/test_script__script_runs.t ...... ok t/test_script__script_stderr.t .... ok t/test_script__script_stdout.t .... ok All tests successful. Files=13, Tests=91, 7 wallclock secs ( 0.08 usr 0.05 sys + 3.60 cusr 1.79 csys = 5.52 CPU) Result: PASS PASS devel/p5-Test-Script Duration 0m09.47s START devel/p5-Test-SharedFork 2024-11-22T08:08:15Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-SharedFork-0.35p0 ===> Checking files for p5-Test-SharedFork-0.35p0 `/usr/ports/distfiles/Test-SharedFork-0.35.tar.gz' is up to date. ===> Building from scratch p5-Test-SharedFork-0.35p0 ===> Checking files for p5-Test-SharedFork-0.35p0 `/usr/ports/distfiles/Test-SharedFork-0.35.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-SharedFork-0.35p0 ===> Patching for p5-Test-SharedFork-0.35p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-SharedFork-0.35p0 ===> Configuring for p5-Test-SharedFork-0.35p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::SharedFork Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-SharedFork-0.35p0 cp lib/Test/SharedFork/Store.pm blib/lib/Test/SharedFork/Store.pm cp lib/Test/SharedFork/Scalar.pm blib/lib/Test/SharedFork/Scalar.pm cp lib/Test/SharedFork/Array.pm blib/lib/Test/SharedFork/Array.pm cp lib/Test/SharedFork.pm blib/lib/Test/SharedFork.pm Manifying 1 pod document ===> p5-Test-SharedFork-0.35p0 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> Regression tests for p5-Test-SharedFork-0.35p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Test::Builder::VERSION: 1.302194 t/00_compile.t ........... ok t/01_simple.t ............ ok t/02_fork_method.t ....... ok t/03_toomany_run.t ....... ok t/04_test_before_fork.t .. ok t/05_nest.t .............. ok t/06_fail_lineno.t ....... ok t/07_lazy_load.t ......... ok t/08_threads.t ........... skipped: no ithreads t/09_very_simple.t ....... ok # Failed test 'child three' # at t/nest/subtest.ttt line 14. # Looks like you failed 1 test of 6. # Failed test 'foo' # at t/nest/subtest.ttt line 19. # Looks like you failed 1 test of 1. t/10_subtest.t ........... ok t/11_failure_location.t .. ok # ok 1 # not ok 2 # # Failed test at t/12_is_passing.t line 18. # ok 3 t/12_is_passing.t ........ ok All tests successful. Test Summary Report ------------------- t/10_subtest.t (Wstat: 0 Tests: 1 Failed: 0) TODO passed: 1 Files=13, Tests=137, 44 wallclock secs ( 0.08 usr 0.06 sys + 2.07 cusr 1.09 csys = 3.30 CPU) Result: PASS PASS devel/p5-Test-SharedFork Duration 0m46.32s START devel/p5-Test-Spec 2024-11-22T08:09:01Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Spec-0.54p0 ===> Checking files for p5-Test-Spec-0.54p0 `/usr/ports/distfiles/Test-Spec-0.54.tar.gz' is up to date. ===> Building from scratch p5-Test-Spec-0.54p0 ===> Checking files for p5-Test-Spec-0.54p0 `/usr/ports/distfiles/Test-Spec-0.54.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Spec-0.54p0 ===> Patching for p5-Test-Spec-0.54p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Spec-0.54p0 ===> Configuring for p5-Test-Spec-0.54p0 Warning: prerequisite Devel::GlobalPhase 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Spec Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Spec-0.54p0 cp lib/Test/Spec/SharedHash.pm blib/lib/Test/Spec/SharedHash.pm cp lib/Test/Spec/Example.pm blib/lib/Test/Spec/Example.pm cp lib/Test/Spec/Context.pm blib/lib/Test/Spec/Context.pm cp lib/Test/Spec/TodoExample.pm blib/lib/Test/Spec/TodoExample.pm cp lib/Test/Spec/Mocks.pm blib/lib/Test/Spec/Mocks.pm cp lib/Test/Spec.pm blib/lib/Test/Spec.pm Manifying 2 pod documents ===> p5-Test-Spec-0.54p0 depends on: p5-Package-Stash->=0.23 -> p5-Package-Stash-0.40 ===> p5-Test-Spec-0.54p0 depends on: p5-Test-Deep->=0.103 -> p5-Test-Deep-1.204 ===> p5-Test-Spec-0.54p0 depends on: p5-Test-Trap-* -> p5-Test-Trap-0.3.5 ===> p5-Test-Spec-0.54p0 depends on: p5-Tie-IxHash-* -> p5-Tie-IxHash-1.23p0 ===> Regression tests for p5-Test-Spec-0.54p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/around.t .................... ok t/auto_inherit.t .............. ok t/data_sharing.t .............. ok t/define.t .................... ok t/disabled.t .................. ok t/empty.t ..................... ok t/example_in_handler.t ........ ok t/import_strict.t ............. ok t/import_warnings.t ........... ok t/manifest.t .................. skipped: Author tests not required for installation t/meta.t ...................... skipped: Author tests not required for installation t/mocks.t ..................... ok t/mocks_imports.t ............. ok t/ordering.t .................. ok t/predictable_destroy_spec.t .. ok t/runtests_subset.t ........... ok t/shared_examples.t ........... ok t/show_exceptions.t ........... ok t/spec_helper.t ............... ok All tests successful. Files=19, Tests=171, 8 wallclock secs ( 0.06 usr 0.09 sys + 5.13 cusr 2.08 csys = 7.36 CPU) Result: PASS PASS devel/p5-Test-Spec Duration 0m10.96s START devel/p5-Test-Spelling 2024-11-22T08:09:12Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Spelling-0.25p1 ===> Checking files for p5-Test-Spelling-0.25p1 `/usr/ports/distfiles/Test-Spelling-0.25.tar.gz' is up to date. ===> Building from scratch p5-Test-Spelling-0.25p1 ===> Checking files for p5-Test-Spelling-0.25p1 `/usr/ports/distfiles/Test-Spelling-0.25.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Spelling-0.25p1 ===> Patching for p5-Test-Spelling-0.25p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Spelling-0.25p1 ===> Configuring for p5-Test-Spelling-0.25p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Spelling Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Spelling-0.25p1 cp lib/Test/Spelling.pm blib/lib/Test/Spelling.pm Manifying 1 pod document ===> p5-Test-Spelling-0.25p1 depends on: p5-IPC-Run3-* -> p5-IPC-Run3-0.049 ===> p5-Test-Spelling-0.25p1 depends on: aspell-* -> aspell-0.60.8.1 ===> p5-Test-Spelling-0.25p1 depends on: p5-Pod-Parser-* -> p5-Pod-Parser-1.67 ===> p5-Test-Spelling-0.25p1 depends on: p5-Pod-Spell-* -> p5-Pod-Spell-1.27 ===> Regression tests for p5-Test-Spelling-0.25p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.88 1.302194 # Test::Tester any 1.302194 # strict any 1.12 # utf8 any 1.25 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ---- --------- # Exporter 5.57 5.77 # File::Spec any 3.88 # IPC::Run3 any 0.049 # Pod::Spell any 1.27 # Symbol any 1.09 # Test::Builder any 1.302194 # Text::Wrap any 2021.0814 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/basic.t .............. ok t/fake_checker.t ....... ok # Test::Spelling found a spellchecker: spell t/load.t ............... ok t/stopword.t ........... ok All tests successful. Files=5, Tests=56, 3 wallclock secs ( 0.03 usr 0.03 sys + 1.79 cusr 0.75 csys = 2.60 CPU) Result: PASS PASS devel/p5-Test-Spelling Duration 0m05.99s START devel/p5-Test-Strict 2024-11-22T08:09:18Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Strict-0.54 ===> Checking files for p5-Test-Strict-0.54 `/usr/ports/distfiles/Test-Strict-0.54.tar.gz' is up to date. ===> Building from scratch p5-Test-Strict-0.54 ===> Checking files for p5-Test-Strict-0.54 `/usr/ports/distfiles/Test-Strict-0.54.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Strict-0.54 ===> Patching for p5-Test-Strict-0.54 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Strict-0.54 ===> Configuring for p5-Test-Strict-0.54 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Strict Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Strict-0.54 cp lib/Test/Strict.pm blib/lib/Test/Strict.pm Manifying 1 pod document ===> p5-Test-Strict-0.54 depends on: p5-IO-stringy-* -> p5-IO-stringy-2.113 ===> p5-Test-Strict-0.54 depends on: p5-Test-CheckManifest-* -> p5-Test-CheckManifest-1.43 ===> p5-Test-Strict-0.54 depends on: p5-Test-DistManifest-* -> p5-Test-DistManifest-1.014p0 ===> p5-Test-Strict-0.54 depends on: p5-Devel-Cover-* -> p5-Devel-Cover-1.44 ===> p5-Test-Strict-0.54 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-Strict-0.54 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-Strict-0.54 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::Strict 0.54, Perl 5.038002, /usr/bin/perl t/00-load.t ............ ok # First all_perl_files_ok starting # First all_perl_files_ok done # Start creating files in /tmp/5UMH81z_7F # [ # '/tmp/ixaZjzrldG/6WFyuA5JNj.pl', # '/tmp/ixaZjzrldG/4PZKMVf9vV.pl', # '/tmp/ixaZjzrldG/4vVJmqr3Vd.pl', # '/tmp/ixaZjzrldG/0v1Sk2FkZz.pl' # ] # File to skip: /tmp/ixaZjzrldG/4PZKMVf9vV.pl # Start all_perl_files_ok on /tmp/ixaZjzrldG (should be 2*3 = 6 tests) t/01all.t .............. ok t/02fail.t ............. ok t/03-test-perl-file.t .. ok t/04cover.t ............ skipped: Checking coverage only if the CHECK_COVERAGE environment variable is true t/90-pod.t ............. ok t/91-pod-coverage.t .... ok t/93-checkmanifest.t ... ok t/94-version.t ......... ok t/95-changes.t ......... skipped: Test::CPAN::Changes required for this test All tests successful. Files=10, Tests=83, 5 wallclock secs ( 0.05 usr 0.04 sys + 3.46 cusr 1.93 csys = 5.48 CPU) Result: PASS PASS devel/p5-Test-Strict Duration 0m09.32s START devel/p5-Test-SubCalls 2024-11-22T08:09:27Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-SubCalls-1.10p1 ===> Checking files for p5-Test-SubCalls-1.10p1 `/usr/ports/distfiles/Test-SubCalls-1.10.tar.gz' is up to date. ===> Building from scratch p5-Test-SubCalls-1.10p1 ===> Checking files for p5-Test-SubCalls-1.10p1 `/usr/ports/distfiles/Test-SubCalls-1.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-SubCalls-1.10p1 ===> Patching for p5-Test-SubCalls-1.10p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-SubCalls-1.10p1 ===> Configuring for p5-Test-SubCalls-1.10p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::SubCalls Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-SubCalls-1.10p1 cp lib/Test/SubCalls.pm blib/lib/Test/SubCalls.pm Manifying 1 pod document ===> p5-Test-SubCalls-1.10p1 depends on: p5-Hook-LexWrap-* -> p5-Hook-LexWrap-0.26p0 ===> Regression tests for p5-Test-SubCalls-1.10p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec 0.80 3.88 # File::Spec::Functions any 3.88 # Test::Builder::Tester any 1.302194 # Test::More 0.42 1.302194 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ---- -------- # Exporter any 5.77 # File::Spec 0.80 3.88 # Hook::LexWrap 0.20 0.26 # Test::Builder any 1.302194 # Test::More 0.42 1.302194 # strict any 1.12 # vars any 1.05 # # === Other Modules === # # Module Have # ------------- ---- # JSON::PP 4.16 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .. ok t/01_compile.t ......... ok t/02_main.t ............ ok All tests successful. Files=3, Tests=25, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.61 cusr 0.14 csys = 0.81 CPU) Result: PASS PASS devel/p5-Test-SubCalls Duration 0m03.47s START devel/p5-Test-Taint 2024-11-22T08:09:31Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Taint-1.08p0 ===> Checking files for p5-Test-Taint-1.08p0 `/usr/ports/distfiles/Test-Taint-1.08.tar.gz' is up to date. ===> Building from scratch p5-Test-Taint-1.08p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Test-Taint-1.08p0 `/usr/ports/distfiles/Test-Taint-1.08.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Taint-1.08p0 ===> Patching for p5-Test-Taint-1.08p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Taint-1.08p0 Regenerating ppport.h ===> Configuring for p5-Test-Taint-1.08p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Taint Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Taint-1.08p0 cp Taint.pm blib/lib/Test/Taint.pm Running Mkbootstrap for Taint () chmod 644 "Taint.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Taint.bs blib/arch/auto/Test/Taint/Taint.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Taint.xs > Taint.xsc Please specify prototyping behavior for Taint.xs (see perlxs manual) mv Taint.xsc Taint.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.08\" -DXS_VERSION=\"1.08\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Taint.c rm -f blib/arch/auto/Test/Taint/Taint.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Taint.o -o blib/arch/auto/Test/Taint/Taint.so chmod 755 blib/arch/auto/Test/Taint/Taint.so Manifying 1 pod document ===> p5-Test-Taint-1.08p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-Taint-1.08p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-Taint-1.08p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Taint.bs blib/arch/auto/Test/Taint/Taint.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::Taint 1.08, Perl 5.038002, /usr/bin/perl t/00.load.t ............ ok t/no-dash-T.t .......... ok t/pod-coverage.t ....... ok t/pod.t ................ ok t/taint.t .............. ok t/taint_deeply.t ....... ok t/tainted.t ............ ok t/tainted_ok.t ......... ok t/tainted_ok_deeply.t .. ok All tests successful. Files=9, Tests=145, 2 wallclock secs ( 0.06 usr 0.05 sys + 1.02 cusr 0.43 csys = 1.56 CPU) Result: PASS PASS devel/p5-Test-Taint Duration 0m05.34s START devel/p5-Test-TempDir 2024-11-22T08:09:36Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-TempDir-0.11 ===> Checking files for p5-Test-TempDir-0.11 `/usr/ports/distfiles/Test-TempDir-0.11.tar.gz' is up to date. ===> Building from scratch p5-Test-TempDir-0.11 ===> p5-Test-TempDir-0.11 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-Test-TempDir-0.11 `/usr/ports/distfiles/Test-TempDir-0.11.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-TempDir-0.11 ===> Patching for p5-Test-TempDir-0.11 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-TempDir-0.11 ===> Configuring for p5-Test-TempDir-0.11 Creating new 'Build' script for 'Test-TempDir' version '0.11' ===> Building for p5-Test-TempDir-0.11 cp lib/Test/TempDir/Factory.pm blib/lib/Test/TempDir/Factory.pm cp lib/Test/TempDir/Handle.pm blib/lib/Test/TempDir/Handle.pm cp lib/Test/TempDir.pm blib/lib/Test/TempDir.pm ===> p5-Test-TempDir-0.11 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> p5-Test-TempDir-0.11 depends on: p5-Directory-Scratch-* -> p5-Directory-Scratch-0.18p0 ===> p5-Test-TempDir-0.11 depends on: p5-MooseX-Types-Path-Class-* -> p5-MooseX-Types-Path-Class-0.09p0 ===> Regression tests for p5-Test-TempDir-0.11 # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- ----- # ExtUtils::MakeMaker any 7.70 # Module::Build::Tiny 0.034 0.047 # # === Test Requires === # # Module Want Have # ---------------- ---- -------- # File::Path 2.04 2.18 # File::Spec any 3.88 # Module::Metadata any 1.000037 # Test::More 0.88 1.302194 # Test::Requires any 0.11 # ok any 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------------------------- ------ -------- # Carp any 1.54 # File::Spec any 3.88 # File::Temp 0.2308 0.2311 # Moose any 2.2207 # Moose::Util::TypeConstraints any 2.2207 # MooseX::Types::Path::Class any 0.09 # Path::Class any 0.37 # Sub::Exporter any 0.991 # Test::Builder any 1.302194 # namespace::autoclean 0.08 0.31 # strict any 1.12 # warnings any 1.65 # # === Runtime Recommends === # # Module Want Have # ------------------ ---- ---- # Directory::Scratch any 0.18 # # === Other Modules === # # Module Have # --------------- ------ # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .. ok t/00_load.t ............ ok t/basic.t .............. ok Warning: not cleaning up files in t/tmp/8Kr_njdbpM at t/directory_scratch.t line 21. t/directory_scratch.t .. ok t/factory.t ............ ok t/handle.t ............. ok All tests successful. Files=6, Tests=63, 4 wallclock secs ( 0.05 usr 0.03 sys + 2.82 cusr 0.95 csys = 3.85 CPU) Result: PASS PASS devel/p5-Test-TempDir Duration 0m07.21s START devel/p5-Test-Time 2024-11-22T08:09:43Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Time-0.08p1 ===> Checking files for p5-Test-Time-0.08p1 `/usr/ports/distfiles/Test-Time-0.08.tar.gz' is up to date. ===> Building from scratch p5-Test-Time-0.08p1 ===> Checking files for p5-Test-Time-0.08p1 `/usr/ports/distfiles/Test-Time-0.08.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Time-0.08p1 ===> Patching for p5-Test-Time-0.08p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Time-0.08p1 ===> Configuring for p5-Test-Time-0.08p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Time Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Time-0.08p1 cp lib/Test/Time.pm blib/lib/Test/Time.pm Manifying 1 pod document ===> p5-Test-Time-0.08p1 depends on: p5-File-Slurp-* -> p5-File-Slurp-9999.32 ===> Regression tests for p5-Test-Time-0.08p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_compile.t .. ok t/01_base.t ..... ok All tests successful. Files=2, Tests=12, 1 wallclock secs ( 0.02 usr 0.05 sys + 0.20 cusr 0.10 csys = 0.37 CPU) Result: PASS PASS devel/p5-Test-Time Duration 0m03.92s START devel/p5-Test-TrailingSpace 2024-11-22T08:09:47Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-TrailingSpace-0.0601 ===> Checking files for p5-Test-TrailingSpace-0.0601 `/usr/ports/distfiles/Test-TrailingSpace-0.0601.tar.gz' is up to date. ===> Building from scratch p5-Test-TrailingSpace-0.0601 ===> p5-Test-TrailingSpace-0.0601 depends on: p5-Module-Build->=0.28 -> p5-Module-Build-0.4234 ===> p5-Test-TrailingSpace-0.0601 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Test-TrailingSpace-0.0601 `/usr/ports/distfiles/Test-TrailingSpace-0.0601.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-TrailingSpace-0.0601 ===> Patching for p5-Test-TrailingSpace-0.0601 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-TrailingSpace-0.0601 ===> Configuring for p5-Test-TrailingSpace-0.0601 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Test-TrailingSpace' version '0.0601' ===> Building for p5-Test-TrailingSpace-0.0601 Building Test-TrailingSpace ===> p5-Test-TrailingSpace-0.0601 depends on: p5-File-TreeCreate-* -> p5-File-TreeCreate-0.0.1 ===> p5-Test-TrailingSpace-0.0601 depends on: p5-File-Find-Object-Rule->=0.0301 -> p5-File-Find-Object-Rule-0.0313 ===> Regression tests for p5-Test-TrailingSpace-0.0601 t/00-compile.t ... ok t/dogfood.t ...... ok t/object-test.t .. ok All tests successful. Files=3, Tests=12, 1 wallclock secs ( 0.02 usr 0.04 sys + 0.61 cusr 0.36 csys = 1.03 CPU) Result: PASS PASS devel/p5-Test-TrailingSpace Duration 0m04.17s START devel/p5-Test-Trap 2024-11-22T08:09:51Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Trap-0.3.5 ===> Checking files for p5-Test-Trap-0.3.5 `/usr/ports/distfiles/Test-Trap-v0.3.5.tar.gz' is up to date. ===> Building from scratch p5-Test-Trap-0.3.5 ===> p5-Test-Trap-0.3.5 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Test-Trap-0.3.5 `/usr/ports/distfiles/Test-Trap-v0.3.5.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Trap-0.3.5 ===> Patching for p5-Test-Trap-0.3.5 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Trap-0.3.5 ===> Configuring for p5-Test-Trap-0.3.5 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Test-Trap' version 'v0.3.5' ===> Building for p5-Test-Trap-0.3.5 Building Test-Trap ===> p5-Test-Trap-0.3.5 depends on: p5-Data-Dump-* -> p5-Data-Dump-1.25 ===> p5-Test-Trap-0.3.5 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-Trap-0.3.5 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-Trap-0.3.5 # Testing Test::Trap 0.3.5, Perl 5.038002, /usr/bin/perl t/00-load.t ....................... ok t/01-basic.t ...................... ok t/02-reentrant.t .................. ok t/03-files-perlio.t ............... ok t/03-files-systemsafe-preserve.t .. ok t/03-files-systemsafe.t ........... ok t/03-files-tempfile-preserve.t .... ok t/03-files-tempfile.t ............. ok t/04-exit.t ....................... ok t/05-import.t ..................... ok t/06-layers.t ..................... ok t/07-subclass.t ................... ok # Real fork; taint checks enabled t/08-fork.t ....................... ok t/09-array-accessor.t ............. ok t/10-tester.t ..................... ok # Real fork; taint checks enabled t/11-systemsafe-basic.t ........... ok t/12-systemsafe-errors.t .......... ok t/13-regressions.t ................ ok t/14-leaks.t ...................... skipped: Test::Refcount and Scalar::Util required to test refcount t/15-tempfile-options.t ........... ok t/16-systemsafe-options.t ......... ok t/99-coverage.t ................... ok All tests successful. Files=22, Tests=1105, 6 wallclock secs ( 0.18 usr 0.11 sys + 3.70 cusr 1.68 csys = 5.67 CPU) Result: PASS PASS devel/p5-Test-Trap Duration 0m09.26s START devel/p5-Test-URI 2024-11-22T08:10:01Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-URI-1.085 ===> Checking files for p5-Test-URI-1.085 `/usr/ports/distfiles/Test-URI-1.085.tar.gz' is up to date. ===> Building from scratch p5-Test-URI-1.085 ===> Checking files for p5-Test-URI-1.085 `/usr/ports/distfiles/Test-URI-1.085.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-URI-1.085 ===> Patching for p5-Test-URI-1.085 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-URI-1.085 ===> Configuring for p5-Test-URI-1.085 WARNING: Older versions of ExtUtils::MakeMaker may errantly install README.pod as part of this distribution. It is recommended to avoid using this path in CPAN modules. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::URI Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-URI-1.085 cp lib/Test/URI.pm blib/lib/Test/URI.pm Manifying 1 pod document ===> p5-Test-URI-1.085 depends on: p5-URI-* -> p5-URI-5.31 ===> p5-Test-URI-1.085 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-URI-1.085 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-URI-1.085 "/usr/bin/perl" "-MTest::Manifest" "-e" "run_t_manifest(0, 'blib/lib', 'blib/arch', )" test file [host.t] does not exist! Skipping! at -e line 1. t/load.t .......... ok t/pod.t ........... ok t/pod_coverage.t .. ok t/functions.t ..... ok t/fragment.t ...... ok t/path.t .......... ok All tests successful. Files=6, Tests=53, 2 wallclock secs ( 0.03 usr 0.05 sys + 0.77 cusr 0.35 csys = 1.20 CPU) Result: PASS PASS devel/p5-Test-URI Duration 0m04.08s START devel/p5-Test-Unit 2024-11-22T08:10:05Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Unit-0.27 ===> Checking files for p5-Test-Unit-0.27 `/usr/ports/distfiles/Test-Unit-0.27.tar.gz' is up to date. ===> Building from scratch p5-Test-Unit-0.27 ===> Checking files for p5-Test-Unit-0.27 `/usr/ports/distfiles/Test-Unit-0.27.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Unit-0.27 ===> Patching for p5-Test-Unit-0.27 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Unit-0.27 ===> Configuring for p5-Test-Unit-0.27 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Unit Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Unit-0.27 cp lib/Test/Unit/Warning.pm blib/lib/Test/Unit/Warning.pm cp lib/Test/Unit/Listener.pm blib/lib/Test/Unit/Listener.pm cp TestLister.pl blib/lib/Test/TestLister.pl cp lib/Test/Unit/Assertion/Regexp.pm blib/lib/Test/Unit/Assertion/Regexp.pm cp lib/Test/Unit/TestCase.pm blib/lib/Test/Unit/TestCase.pm cp TkTestRunner.pl blib/lib/Test/TkTestRunner.pl cp lib/Test/Unit/Debug.pm blib/lib/Test/Unit/Debug.pm cp lib/Test/Unit/Failure.pm blib/lib/Test/Unit/Failure.pm cp lib/Test/Unit/Decorator.pm blib/lib/Test/Unit/Decorator.pm cp lib/Test/Unit/Assertion/Exception.pm blib/lib/Test/Unit/Assertion/Exception.pm cp lib/Test/Unit/Assertion/Boolean.pm blib/lib/Test/Unit/Assertion/Boolean.pm cp lib/Test/Unit/Error.pm blib/lib/Test/Unit/Error.pm cp TestRunner.pl blib/lib/Test/TestRunner.pl cp lib/Test/Unit/Assert.pm blib/lib/Test/Unit/Assert.pm cp lib/Test/Unit/Assertion/CodeRef.pm blib/lib/Test/Unit/Assertion/CodeRef.pm cp lib/Test/Unit.pm blib/lib/Test/Unit.pm cp lib/Test/Unit/TestRunner.pm blib/lib/Test/Unit/TestRunner.pm cp lib/Test/Unit/Loader.pm blib/lib/Test/Unit/Loader.pm cp lib/Test/Unit/Setup.pm blib/lib/Test/Unit/Setup.pm cp lib/Test/Unit/Assertion.pm blib/lib/Test/Unit/Assertion.pm cp lib/Test/Unit/Exception.pm blib/lib/Test/Unit/Exception.pm cp lib/Test/Unit/Procedural.pm blib/lib/Test/Unit/Procedural.pm cp lib/Test/Unit/Tutorial.pm blib/lib/Test/Unit/Tutorial.pm cp lib/Test/Unit/Runner.pm blib/lib/Test/Unit/Runner.pm cp lib/Test/Unit/Test.pm blib/lib/Test/Unit/Test.pm cp lib/Test/Unit/UnitHarness.pm blib/lib/Test/Unit/UnitHarness.pm cp lib/Test/Unit/TkTestRunner.pm blib/lib/Test/Unit/TkTestRunner.pm cp lib/Test/Unit/Runner/Terminal.pm blib/lib/Test/Unit/Runner/Terminal.pm cp lib/Test/Unit/HarnessUnit.pm blib/lib/Test/Unit/HarnessUnit.pm cp lib/Test/Unit/Result.pm blib/lib/Test/Unit/Result.pm cp lib/Test/Unit/TestSuite.pm blib/lib/Test/Unit/TestSuite.pm Manifying 28 pod documents ===> p5-Test-Unit-0.27 depends on: p5-Class-Inner-* -> p5-Class-Inner-0.200001p0 ===> p5-Test-Unit-0.27 depends on: p5-Devel-Symdump-* -> p5-Devel-Symdump-2.18p0v0 ===> p5-Test-Unit-0.27 depends on: p5-Error-* -> p5-Error-0.17029 ===> Regression tests for p5-Test-Unit-0.27 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/all_tests.t ..... ok t/assert.t ........ ok t/try_examples.t .. ok All tests successful. Files=3, Tests=89, 2 wallclock secs ( 0.04 usr 0.02 sys + 1.41 cusr 0.40 csys = 1.87 CPU) Result: PASS PASS devel/p5-Test-Unit Duration 0m05.21s START devel/p5-Test-UseAllModules 2024-11-22T08:10:10Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-UseAllModules-0.17p0 ===> Checking files for p5-Test-UseAllModules-0.17p0 `/usr/ports/distfiles/Test-UseAllModules-0.17.tar.gz' is up to date. ===> Building from scratch p5-Test-UseAllModules-0.17p0 ===> Checking files for p5-Test-UseAllModules-0.17p0 `/usr/ports/distfiles/Test-UseAllModules-0.17.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-UseAllModules-0.17p0 ===> Patching for p5-Test-UseAllModules-0.17p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-UseAllModules-0.17p0 ===> Configuring for p5-Test-UseAllModules-0.17p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::UseAllModules Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-UseAllModules-0.17p0 cp lib/Test/UseAllModules.pm blib/lib/Test/UseAllModules.pm Manifying 1 pod document ===> p5-Test-UseAllModules-0.17p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-UseAllModules-0.17p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-UseAllModules-0.17p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_load.t ......... ok t/02_no_pm.t ........ skipped: no .pm files are found under the lib directory t/03_no_manifest.t .. skipped: no MANIFEST t/04_under.t ........ ok t/04_under_files.t .. ok t/05_except.t ....... ok t/06_require.t ...... ok t/07_extra_tests.t .. ok t/99_pod.t .......... ok t/99_podcoverage.t .. ok All tests successful. Files=10, Tests=15, 2 wallclock secs ( 0.06 usr 0.06 sys + 1.32 cusr 0.45 csys = 1.89 CPU) Result: PASS PASS devel/p5-Test-UseAllModules Duration 0m04.75s START devel/p5-Test-Version 2024-11-22T08:10:15Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Version-2.09p0 ===> Checking files for p5-Test-Version-2.09p0 `/usr/ports/distfiles/Test-Version-2.09.tar.gz' is up to date. ===> Building from scratch p5-Test-Version-2.09p0 ===> Checking files for p5-Test-Version-2.09p0 `/usr/ports/distfiles/Test-Version-2.09.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Version-2.09p0 ===> Patching for p5-Test-Version-2.09p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Version-2.09p0 ===> Configuring for p5-Test-Version-2.09p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Version Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Version-2.09p0 cp lib/Test/Version.pm blib/lib/Test/Version.pm Manifying 1 pod document ===> p5-Test-Version-2.09p0 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-Test-Version-2.09p0 depends on: p5-File-Find-Rule-Perl-* -> p5-File-Find-Rule-Perl-1.16 ===> Regression tests for p5-Test-Version-2.09p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ............. ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # Cwd any 3.89 # ExtUtils::MakeMaker any 7.70 # File::Find any 1.43 # File::Spec any 3.88 # File::Temp any 0.2311 # IO::Handle any 1.52 # IPC::Open3 any 1.22 # Test::Exception any 0.43 # Test::More 0.94 1.302194 # Test::Tester any 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------------------- -------- -------- # Carp any 1.54 # Exporter any 5.77 # File::Find::Rule::Perl any 1.16 # Module::Metadata 1.000020 1.000037 # Test::Builder any 1.302194 # Test::More 0.94 1.302194 # parent any 0.241 # strict any 1.12 # version 0.86 0.9929 # warnings any 1.65 # t/00-report-prereqs.t ...... ok t/all-generated.t .......... ok Integer overflow in version at /usr/libdata/perl5/Module/Metadata.pm line 781, <$handle> line 3. t/all-has-version-false.t .. ok Integer overflow in version at /usr/libdata/perl5/Module/Metadata.pm line 781, <$handle> line 3. t/all.t .................... ok t/at-least-one-version.t ... ok t/bare.t ................... ok t/consistent.t ............. ok Integer overflow in version at /usr/libdata/perl5/Module/Metadata.pm line 781, <$handle> line 3. t/fail.t ................... ok t/file-not-defined.t ....... ok t/inconsistent.t ........... ok t/missing-has-version.t .... ok t/missing.t ................ ok t/mswin32.t ................ skipped: only on MSWin32 t/multiple-inconsistent.t .. ok t/multiple.t ............... ok t/no-file.t ................ ok t/noversion.t .............. ok t/pass.t ................... ok t/strict.t ................. ok # t/taint-workaround.t ....... ok All tests successful. Files=21, Tests=62, 5 wallclock secs ( 0.06 usr 0.09 sys + 3.23 cusr 1.21 csys = 4.59 CPU) Result: PASS PASS devel/p5-Test-Version Duration 0m07.86s START devel/p5-Test-WWW-Mechanize 2024-11-22T08:10:23Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-WWW-Mechanize-1.60 ===> Checking files for p5-Test-WWW-Mechanize-1.60 `/usr/ports/distfiles/Test-WWW-Mechanize-1.60.tar.gz' is up to date. ===> Building from scratch p5-Test-WWW-Mechanize-1.60 ===> Checking files for p5-Test-WWW-Mechanize-1.60 `/usr/ports/distfiles/Test-WWW-Mechanize-1.60.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-WWW-Mechanize-1.60 ===> Patching for p5-Test-WWW-Mechanize-1.60 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-WWW-Mechanize-1.60 ===> Configuring for p5-Test-WWW-Mechanize-1.60 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::WWW::Mechanize Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-WWW-Mechanize-1.60 cp Mechanize.pm blib/lib/Test/WWW/Mechanize.pm Manifying 1 pod document ===> p5-Test-WWW-Mechanize-1.60 depends on: p5-HTTP-Server-Simple->=0.42 -> p5-HTTP-Server-Simple-0.52p0 ===> p5-Test-WWW-Mechanize-1.60 depends on: p5-URI-* -> p5-URI-5.31 ===> p5-Test-WWW-Mechanize-1.60 depends on: p5-Carp-Assert-More->=1.16 -> p5-Carp-Assert-More-2.5.0 ===> p5-Test-WWW-Mechanize-1.60 depends on: p5-Test-LongString->=0.15 -> p5-Test-LongString-0.17p0 ===> p5-Test-WWW-Mechanize-1.60 depends on: p5-HTML-Form-* -> p5-HTML-Form-6.12 ===> p5-Test-WWW-Mechanize-1.60 depends on: p5-HTML-Lint->=2.20 -> p5-HTML-Lint-2.32p0 ===> p5-Test-WWW-Mechanize-1.60 depends on: p5-HTML-Parser-* -> p5-HTML-Parser-3.83 ===> p5-Test-WWW-Mechanize-1.60 depends on: p5-HTTP-Message->=6.29 -> p5-HTTP-Message-7.00 ===> p5-Test-WWW-Mechanize-1.60 depends on: p5-WWW-Mechanize->=1.68 -> p5-WWW-Mechanize-2.19 ===> p5-Test-WWW-Mechanize-1.60 depends on: p5-libwww->=6.02 -> p5-libwww-6.77 ===> p5-Test-WWW-Mechanize-1.60 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-WWW-Mechanize-1.60 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-WWW-Mechanize-1.60 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::WWW::Mechanize 1.60 on Perl 5.038002, /usr/bin/perl # LWP 6.77 # WWW::Mechanize 2.19 # Test::More 1.302194 # Test::Builder::Tester 1.302194 # Found optional HTML::Lint 2.32 # Optional HTML::Tidy5 not found. Install it to use additional features. t/00-load.t ................ ok t/autolint.t ............... ok t/autotidy.t ............... skipped: Optional HTML::Tidy5 1.00 is not installed, cannot test autotidy. t/button_exists.t .......... ok # Test server http://127.0.0.1:33381 as PID 86612 t/click_ok.t ............... ok t/content_contains.t ....... ok t/content_lacks.t .......... ok # Test server http://127.0.0.1:34642 as PID 90527 t/delete_ok.t .............. ok t/follow_link_ok.t ......... ok t/followable_links.t ....... ok t/get_ok-parms.t ........... ok t/get_ok.t ................. ok t/has_tag.t ................ ok t/head_ok-parms.t .......... ok t/head_ok.t ................ ok # Test server http://127.0.0.1:22008 as PID 65936 t/headers.t ................ ok t/html_lint_ok.t ........... ok t/html_tidy_ok.t ........... skipped: Optional HTML::Tidy5 1.00 is not installed, cannot test html_tidy_ok t/id_exists.t .............. ok t/lacks_uncapped_inputs.t .. ok t/link_content.t ........... ok t/link_status.t ............ ok t/links_ok.t ............... ok t/new.t .................... ok t/page_links_content.t ..... ok t/page_links_ok.t .......... ok t/pod-coverage.t ........... ok t/pod.t .................... ok t/post_ok.t ................ ok # Test server http://127.0.0.1:34802 as PID 9243 t/put_ok.t ................. ok t/scrape_text_by_id.t ...... ok t/stuff_inputs.t ........... ok # Test server http://127.0.0.1:33441 as PID 40051 t/submit_form_ok.t ......... ok t/text_contains.t .......... ok t/title_is.t ............... ok All tests successful. Files=35, Tests=325, 20 wallclock secs ( 0.21 usr 0.12 sys + 10.50 cusr 3.91 csys = 14.74 CPU) Result: PASS PASS devel/p5-Test-WWW-Mechanize Duration 0m25.57s START devel/p5-Test-WWW-Mechanize-Catalyst 2024-11-22T08:10:48Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-WWW-Mechanize-Catalyst-0.62 ===> Checking files for p5-Test-WWW-Mechanize-Catalyst-0.62 `/usr/ports/distfiles/Test-WWW-Mechanize-Catalyst-0.62.tar.gz' is up to date. ===> Building from scratch p5-Test-WWW-Mechanize-Catalyst-0.62 ===> Checking files for p5-Test-WWW-Mechanize-Catalyst-0.62 `/usr/ports/distfiles/Test-WWW-Mechanize-Catalyst-0.62.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-WWW-Mechanize-Catalyst-0.62 ===> Patching for p5-Test-WWW-Mechanize-Catalyst-0.62 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-WWW-Mechanize-Catalyst-0.62 ===> Configuring for p5-Test-WWW-Mechanize-Catalyst-0.62 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::WWW::Mechanize::Catalyst Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-WWW-Mechanize-Catalyst-0.62 cp lib/Test/WWW/Mechanize/Catalyst.pm blib/lib/Test/WWW/Mechanize/Catalyst.pm Manifying 1 pod document ===> p5-Test-WWW-Mechanize-Catalyst-0.62 depends on: p5-Term-Size-Any-* -> p5-Term-Size-Any-0.002p0 ===> p5-Test-WWW-Mechanize-Catalyst-0.62 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-Test-WWW-Mechanize-Catalyst-0.62 depends on: p5-Test-utf8-* -> p5-Test-utf8-1.03 ===> p5-Test-WWW-Mechanize-Catalyst-0.62 depends on: p5-Catalyst-Plugin-Session-* -> p5-Catalyst-Plugin-Session-0.41 ===> p5-Test-WWW-Mechanize-Catalyst-0.62 depends on: p5-Catalyst-Plugin-Session-State-Cookie-* -> p5-Catalyst-Plugin-Session-State-Cookie-0.18 ===> p5-Test-WWW-Mechanize-Catalyst-0.62 depends on: p5-Test-WWW-Mechanize->=1.14 -> p5-Test-WWW-Mechanize-1.60 ===> p5-Test-WWW-Mechanize-Catalyst-0.62 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-Test-WWW-Mechanize-Catalyst-0.62 depends on: p5-namespace-clean-* -> p5-namespace-clean-0.27p0 ===> p5-Test-WWW-Mechanize-Catalyst-0.62 depends on: p5-Catalyst-Runtime-* -> p5-Catalyst-Runtime-5.90128 ===> p5-Test-WWW-Mechanize-Catalyst-0.62 depends on: p5-libwww-* -> p5-libwww-6.77 ===> p5-Test-WWW-Mechanize-Catalyst-0.62 depends on: p5-WWW-Mechanize-* -> p5-WWW-Mechanize-2.19 ===> p5-Test-WWW-Mechanize-Catalyst-0.62 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-WWW-Mechanize-Catalyst-0.62 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-WWW-Mechanize-Catalyst-0.62 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/auth-test.t ........... ok t/cookies.t ............. ok t/decoded_content.t ..... ok # # ################################################################### # Starting an external Catalyst HTTP server on port 7357 # To change the port, please set the TWMC_TEST_PORT env variable. # (The server will be automatically shut-down right after the tests). # ################################################################### Getopt::Long::Descriptive was configured with these ambiguous options: h HTTP::Server::PSGI: Accepting connections at http://0:7357/ t/multi_content_type.t .. ok t/pod.t ................. ok t/redirect.t ............ ok t/simple.t .............. ok t/two_app.t ............. ok t/useragent.t ........... ok t/utf8.t ................ ok t/white_label.t ......... ok All tests successful. Files=11, Tests=109, 24 wallclock secs ( 0.05 usr 0.09 sys + 10.71 cusr 2.20 csys = 13.05 CPU) Result: PASS PASS devel/p5-Test-WWW-Mechanize-Catalyst Duration 0m28.56s START devel/p5-Test-Warn 2024-11-22T08:11:17Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Warn-0.37 ===> Checking files for p5-Test-Warn-0.37 `/usr/ports/distfiles/Test-Warn-0.37.tar.gz' is up to date. ===> Building from scratch p5-Test-Warn-0.37 ===> Checking files for p5-Test-Warn-0.37 `/usr/ports/distfiles/Test-Warn-0.37.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Warn-0.37 ===> Patching for p5-Test-Warn-0.37 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Warn-0.37 ===> Configuring for p5-Test-Warn-0.37 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Warn Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Warn-0.37 cp Warn.pm blib/lib/Test/Warn.pm Manifying 1 pod document ===> p5-Test-Warn-0.37 depends on: p5-Sub-Uplevel->=0.12 -> p5-Sub-Uplevel-0.2800p0v0 ===> p5-Test-Warn-0.37 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-Warn-0.37 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-Warn-0.37 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1.t ............... ok t/carped.t .......... ok t/warning_is.t ...... ok t/warning_like.t .... ok t/warnings_are.t .... ok t/warnings_exist.t .. ok t/warnings_like.t ... ok All tests successful. Files=7, Tests=843, 4 wallclock secs ( 0.13 usr 0.06 sys + 3.77 cusr 0.43 csys = 4.39 CPU) Result: PASS PASS devel/p5-Test-Warn Duration 0m07.42s START devel/p5-Test-Warnings 2024-11-22T08:11:24Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Warnings-0.033 ===> Checking files for p5-Test-Warnings-0.033 `/usr/ports/distfiles/Test-Warnings-0.033.tar.gz' is up to date. ===> Building from scratch p5-Test-Warnings-0.033 ===> Checking files for p5-Test-Warnings-0.033 `/usr/ports/distfiles/Test-Warnings-0.033.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Warnings-0.033 ===> Patching for p5-Test-Warnings-0.033 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Warnings-0.033 ===> Configuring for p5-Test-Warnings-0.033 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Warnings Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Warnings-0.033 cp lib/Test/Warnings.pm blib/lib/Test/Warnings.pm Manifying 1 pod document ===> p5-Test-Warnings-0.033 depends on: p5-CPAN-Meta-Check->=0.011 -> p5-CPAN-Meta-Check-0.018 ===> p5-Test-Warnings-0.033 depends on: p5-PadWalker-* -> p5-PadWalker-2.5 ===> Regression tests for p5-Test-Warnings-0.033 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # perl 5.006 5.038002 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.94 1.302194 # if any 0.0610 # perl 5.006 5.038002 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Test Suggests === # # Module Want Have # ------------------------ ----- -------- # CPAN::Meta::Check 0.011 0.018 # CPAN::Meta::Requirements any 2.140 # PadWalker any 2.5 # Test::Tester 0.108 1.302194 # # === Runtime Requires === # # Module Want Have # ------------- ----- -------- # Carp any 1.54 # Exporter any 5.77 # Test::Builder any 1.302194 # parent any 0.241 # perl 5.006 5.038002 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # --------------- ------ # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t ................. ok t/01-basic.t .......................... ok t/02-done_testing.t ................... ok t/03-subtest.t ........................ ok t/04-no-tests.t ....................... ok t/05-no-end-block.t ................... ok t/06-skip-all.t ....................... skipped: Need Does::Not::Exist::947206049519565 to continue! t/07-no_plan.t ........................ ok t/08-use-if.t ......................... ok t/09-warnings-contents.t .............. ok t/10-no-done_testing.t ................ ok t/11-double-use.t ..................... ok t/12-no-newline.t ..................... ok t/13-propagate-warnings.t ............. ok t/14-propagate-subname.t .............. ok t/15-propagate-default.t .............. ok t/16-propagate-ignore.t ............... ok t/17-propagate-subname-colons.t ....... ok t/18-propagate-subname-package.t ...... ok t/19-propagate-nonexistent-subname.t .. ok t/20-propagate-stub.t ................. ok t/21-fail-on-warning.t ................ ok t/22-warnings-bareword.t .............. ok t/23-report-warnings.t ................ ok t/24-only-report-warnings.t ........... ok t/25-allowed_patterns.t ............... ok t/zzz-check-breaks.t .................. ok All tests successful. Files=27, Tests=83, 5 wallclock secs ( 0.06 usr 0.12 sys + 2.95 cusr 1.19 csys = 4.32 CPU) Result: PASS PASS devel/p5-Test-Warnings Duration 0m07.60s START devel/p5-Test-Weaken 2024-11-22T08:11:32Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Weaken-3.022000p0 ===> Checking files for p5-Test-Weaken-3.022000p0 `/usr/ports/distfiles/Test-Weaken-3.022000.tar.gz' is up to date. ===> Building from scratch p5-Test-Weaken-3.022000p0 ===> Checking files for p5-Test-Weaken-3.022000p0 `/usr/ports/distfiles/Test-Weaken-3.022000.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Weaken-3.022000p0 ===> Patching for p5-Test-Weaken-3.022000p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Weaken-3.022000p0 ===> Configuring for p5-Test-Weaken-3.022000p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Weaken Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Weaken-3.022000p0 cp lib/Test/Weaken.pm blib/lib/Test/Weaken.pm Manifying 1 pod document ===> Regression tests for p5-Test-Weaken-3.022000p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::Weaken 3.022000, Perl 5.038002, /usr/bin/perl t/00-load.t ......... ok t/array.t ........... ok t/bug42903.t ........ ok t/circular.t ........ ok t/contents.t ........ ok t/faux_gtk.t ........ ok t/filehandle.t ...... ok t/ignore.t .......... ok t/overload.t ........ ok t/pod.t ............. ok t/poof.t ............ ok t/snippet.t ......... ok t/stein.t ........... ok t/synopsis.t ........ ok t/tied.t ............ ok t/unfilled-array.t .. ok t/various.t ......... ok t/weaken.t .......... ok All tests successful. Files=18, Tests=134, 4 wallclock secs ( 0.09 usr 0.07 sys + 2.26 cusr 0.97 csys = 3.39 CPU) Result: PASS PASS devel/p5-Test-Weaken Duration 0m05.87s START devel/p5-Test-Without-Module 2024-11-22T08:11:38Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-Without-Module-0.23 ===> Checking files for p5-Test-Without-Module-0.23 `/usr/ports/distfiles/Test-Without-Module-0.23.tar.gz' is up to date. ===> Building from scratch p5-Test-Without-Module-0.23 ===> Checking files for p5-Test-Without-Module-0.23 `/usr/ports/distfiles/Test-Without-Module-0.23.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-Without-Module-0.23 ===> Patching for p5-Test-Without-Module-0.23 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-Without-Module-0.23 ===> Configuring for p5-Test-Without-Module-0.23 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::Without::Module Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-Without-Module-0.23 cp lib/Test/Without/Module.pm blib/lib/Test/Without/Module.pm Manifying 1 pod document ===> Regression tests for p5-Test-Without-Module-0.23 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/00-load.t t/01-api.t t/02-block-use-module.t t/03-block-require-module.t t/04-import-export.t t/05-redefine.t t/06-missing-hidden-modules.t t/embedded-Test-Without-Module.t t/rt122551.t # Testing Test::Without::Module 0.23, Perl 5.038002 # Carp 1.54 # Config 5.038002 # Cwd 3.89 # Encode 3.19 # Encode::Alias 2.25 # Encode::Config 2.05 # Encode::Encoding 2.08 # Encode::MIME::Name 1.03 # Exporter 5.77 # Exporter::Heavy 5.77 # ExtUtils::Liblist 7.70 # ExtUtils::Liblist::Kid 7.70 # ExtUtils::MM 7.70 # ExtUtils::MM_Any 7.70 # ExtUtils::MM_Unix 7.70 # ExtUtils::MY 7.70 # ExtUtils::MakeMaker 7.70 # ExtUtils::MakeMaker::Config 7.70 # ExtUtils::MakeMaker::Locale 7.70 # ExtUtils::MakeMaker::version 7.70 # Fcntl 1.15 # File::Basename 2.86 # File::Glob 1.40 # File::Path 2.18 # File::Spec 3.88 # File::Spec::Unix 3.88 # I18N::Langinfo 0.22 # List::Util 1.63 # POSIX 2.13 # PerlIO 1.12 # Scalar::Util 1.63 # Storable 3.32 # Test::Builder 1.302194 # Test::Builder::Formatter 1.302194 # Test::Builder::Module 1.302194 # Test::Builder::TodoDiag 1.302194 # Test::More 1.302194 # Test::Without::Module 0.23 # Test2::API 1.302194 # Test2::API::Context 1.302194 # Test2::API::Instance 1.302194 # Test2::API::Stack 1.302194 # Test2::Event 1.302194 # Test2::Event::Bail 1.302194 # Test2::Event::Diag 1.302194 # Test2::Event::Exception 1.302194 # Test2::Event::Fail 1.302194 # Test2::Event::Note 1.302194 # Test2::Event::Ok 1.302194 # Test2::Event::Pass 1.302194 # Test2::Event::Plan 1.302194 # Test2::Event::Skip 1.302194 # Test2::Event::Subtest 1.302194 # Test2::Event::V2 1.302194 # Test2::Event::Waiting 1.302194 # Test2::EventFacet 1.302194 # Test2::EventFacet::About 1.302194 # Test2::EventFacet::Amnesty 1.302194 # Test2::EventFacet::Assert 1.302194 # Test2::EventFacet::Control 1.302194 # Test2::EventFacet::Error 1.302194 # Test2::EventFacet::Hub 1.302194 # Test2::EventFacet::Info 1.302194 # Test2::EventFacet::Meta 1.302194 # Test2::EventFacet::Parent 1.302194 # Test2::EventFacet::Plan 1.302194 # Test2::EventFacet::Trace 1.302194 # Test2::Formatter 1.302194 # Test2::Formatter::TAP 1.302194 # Test2::Hub 1.302194 # Test2::Hub::Interceptor 1.302194 # Test2::Hub::Interceptor::Terminator 1.302194 # Test2::Hub::Subtest 1.302194 # Test2::Util 1.302194 # Test2::Util::ExternalMeta 1.302194 # Test2::Util::Facets2Legacy 1.302194 # Test2::Util::HashBase 1.302194 # Test2::Util::Trace 1.302194 # Tie::Hash 1.06 # Time::HiRes 1.9775 # XSLoader 0.32 # base 2.27 # bytes 1.08 # constant 1.33 # mro 1.28 # overloading 0.02 # parent 0.241 # strict 1.12 # vars 1.05 # version 0.9929 # version::regex 0.9929 # warnings 1.65 # warnings::register 1.05 t/00-load.t ....................... ok t/01-api.t ........................ ok t/02-block-use-module.t ........... ok t/03-block-require-module.t ....... ok t/04-import-export.t .............. ok t/05-redefine.t ................... ok t/06-missing-hidden-modules.t ..... ok t/embedded-Test-Without-Module.t .. ok t/rt122551.t ...................... ok All tests successful. Test Summary Report ------------------- t/rt122551.t (Wstat: 0 Tests: 2 Failed: 0) TODO passed: 2 Files=9, Tests=24, 2 wallclock secs ( 0.06 usr 0.06 sys + 1.04 cusr 0.51 csys = 1.67 CPU) Result: PASS PASS devel/p5-Test-Without-Module Duration 0m04.25s START devel/p5-Test-XML 2024-11-22T08:11:42Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-XML-0.08p0 ===> Checking files for p5-Test-XML-0.08p0 `/usr/ports/distfiles/Test-XML-0.08.tar.gz' is up to date. ===> Building from scratch p5-Test-XML-0.08p0 ===> Checking files for p5-Test-XML-0.08p0 `/usr/ports/distfiles/Test-XML-0.08.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-XML-0.08p0 ===> Patching for p5-Test-XML-0.08p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-XML-0.08p0 ===> Configuring for p5-Test-XML-0.08p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::XML Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-XML-0.08p0 cp lib/Test/XML/XPath.pm blib/lib/Test/XML/XPath.pm cp lib/Test/XML/Twig.pm blib/lib/Test/XML/Twig.pm cp lib/Test/XML/SAX.pm blib/lib/Test/XML/SAX.pm cp lib/Test/XML.pm blib/lib/Test/XML.pm Manifying 4 pod documents ===> p5-Test-XML-0.08p0 depends on: p5-XML-Parser-* -> p5-XML-Parser-2.46 ===> p5-Test-XML-0.08p0 depends on: p5-XML-SemanticDiff-* -> p5-XML-SemanticDiff-1.0007p0 ===> Regression tests for p5-Test-XML-0.08p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1.t ........... ok t/basic.t ....... ok t/maint.t ....... skipped: XML::Twig not present t/order.t ....... ok t/sax.t ......... ok t/twig.t ........ skipped: XML::Twig not present t/whitespace.t .. ok t/xpath.t ....... ok All tests successful. Files=8, Tests=84, 2 wallclock secs ( 0.04 usr 0.04 sys + 1.17 cusr 0.54 csys = 1.79 CPU) Result: PASS PASS devel/p5-Test-XML Duration 0m04.76s START devel/p5-Test-YAML 2024-11-22T08:11:47Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-YAML-1.07p0 ===> Checking files for p5-Test-YAML-1.07p0 `/usr/ports/distfiles/Test-YAML-1.07.tar.gz' is up to date. ===> Building from scratch p5-Test-YAML-1.07p0 ===> Checking files for p5-Test-YAML-1.07p0 `/usr/ports/distfiles/Test-YAML-1.07.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-YAML-1.07p0 ===> Patching for p5-Test-YAML-1.07p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-YAML-1.07p0 ===> Configuring for p5-Test-YAML-1.07p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::YAML Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-YAML-1.07p0 cp lib/Test/YAML.pm blib/lib/Test/YAML.pm cp lib/Test/YAML.pod blib/lib/Test/YAML.pod cp bin/test-yaml blib/script/test-yaml "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/test-yaml Manifying 1 pod document ===> p5-Test-YAML-1.07p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-YAML-1.07p0 depends on: p5-Test-Base->=0.89 -> p5-Test-Base-0.89p0 ===> Regression tests for p5-Test-YAML-1.07p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/author-pod-syntax.t .. ok t/load.t ............... ok All tests successful. Files=2, Tests=3, 0 wallclock secs ( 0.02 usr 0.03 sys + 0.30 cusr 0.11 csys = 0.46 CPU) Result: PASS PASS devel/p5-Test-YAML Duration 0m03.36s START devel/p5-Test-YAML-Valid 2024-11-22T08:11:50Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-YAML-Valid-0.04p1 ===> Checking files for p5-Test-YAML-Valid-0.04p1 `/usr/ports/distfiles/Test-YAML-Valid-0.04.tar.gz' is up to date. ===> Building from scratch p5-Test-YAML-Valid-0.04p1 ===> p5-Test-YAML-Valid-0.04p1 depends on: p5-YAML-* -> p5-YAML-1.31 ===> p5-Test-YAML-Valid-0.04p1 depends on: p5-YAML-Syck-* -> p5-YAML-Syck-1.34 ===> p5-Test-YAML-Valid-0.04p1 depends on: p5-YAML-Tiny-* -> p5-YAML-Tiny-1.74 ===> p5-Test-YAML-Valid-0.04p1 depends on: p5-YAML-XS-* -> p5-YAML-XS-0.89 ===> Checking files for p5-Test-YAML-Valid-0.04p1 `/usr/ports/distfiles/Test-YAML-Valid-0.04.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-YAML-Valid-0.04p1 ===> Patching for p5-Test-YAML-Valid-0.04p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-YAML-Valid-0.04p1 ===> Configuring for p5-Test-YAML-Valid-0.04p1 *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (1.302194) - Test::Builder::Tester ...loaded. (1.302194) - File::Spec ...loaded. (3.88) - YAML ...loaded. (1.31 >= 0.60) - Exporter ...loaded. (5.77) - Test::Builder ...loaded. (1.302194) [YAML::Syck] - YAML::Syck ...loaded. (1.34 >= 0.60) [YAML::XS] - YAML::XS ...loaded. (0.89) [YAML::Tiny] - YAML::Tiny ...loaded. (1.74) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::YAML::Valid Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-YAML-Valid-0.04p1 cp lib/Test/YAML/Valid.pm blib/lib/Test/YAML/Valid.pm Manifying 1 pod document ===> p5-Test-YAML-Valid-0.04p1 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-YAML-Valid-0.04p1 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-YAML-Valid-0.04p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/01-test-yaml-syck.t t/01-test-yaml-tiny.t t/01-test-yaml-xs.t t/01-test-yaml.t t/02-test-yaml-output.t t/02-test-yaml-syck-output.t t/02-test-yaml-tiny-output.t t/02-test-yaml-xs-output.t t/boilerplate.t t/pod-coverage.t t/pod.t # Testing Test::YAML::Valid 0.04, Perl 5.038002, /usr/bin/perl # YAML version 1.31 # YAML::Syck version 1.34 # YAML::XS version 0.89 # YAML::Tiny version 1.74 t/00-load.t ................... ok t/01-test-yaml-syck.t ......... ok t/01-test-yaml-tiny.t ......... ok t/01-test-yaml-xs.t ........... ok t/01-test-yaml.t .............. ok t/02-test-yaml-output.t ....... ok t/02-test-yaml-syck-output.t .. ok t/02-test-yaml-tiny-output.t .. ok t/02-test-yaml-xs-output.t .... ok t/boilerplate.t ............... ok t/pod-coverage.t .............. ok t/pod.t ....................... ok All tests successful. Files=12, Tests=46, 3 wallclock secs ( 0.05 usr 0.06 sys + 1.47 cusr 0.81 csys = 2.39 CPU) Result: PASS PASS devel/p5-Test-YAML-Valid Duration 0m06.79s START devel/p5-Test-utf8 2024-11-22T08:11:57Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-utf8-1.03 ===> Checking files for p5-Test-utf8-1.03 `/usr/ports/distfiles/Test-utf8-1.03.tar.gz' is up to date. ===> Building from scratch p5-Test-utf8-1.03 ===> Checking files for p5-Test-utf8-1.03 `/usr/ports/distfiles/Test-utf8-1.03.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-utf8-1.03 ===> Patching for p5-Test-utf8-1.03 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-utf8-1.03 ===> Configuring for p5-Test-utf8-1.03 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::utf8 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-utf8-1.03 cp lib/Test/utf8.pm blib/lib/Test/utf8.pm Manifying 1 pod document ===> Regression tests for p5-Test-utf8-1.03 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/01basic.t ....... ok t/02invalid.t ..... ok t/03deu.t ......... ok t/04ascii.t ....... ok t/05latin1.t ...... ok t/06flag.t ........ ok t/07valid_docu.t .. ok All tests successful. Files=7, Tests=40, 2 wallclock secs ( 0.04 usr 0.02 sys + 1.11 cusr 0.35 csys = 1.52 CPU) Result: PASS PASS devel/p5-Test-utf8 Duration 0m04.02s START devel/p5-Test2-Plugin-NoWarnings 2024-11-22T08:12:01Z export _LOCKS_HELD="" ===> Cleaning for p5-Test2-Plugin-NoWarnings-0.10 ===> Checking files for p5-Test2-Plugin-NoWarnings-0.10 `/usr/ports/distfiles/Test2-Plugin-NoWarnings-0.10.tar.gz' is up to date. ===> Building from scratch p5-Test2-Plugin-NoWarnings-0.10 ===> Checking files for p5-Test2-Plugin-NoWarnings-0.10 `/usr/ports/distfiles/Test2-Plugin-NoWarnings-0.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test2-Plugin-NoWarnings-0.10 ===> Patching for p5-Test2-Plugin-NoWarnings-0.10 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test2-Plugin-NoWarnings-0.10 ===> Configuring for p5-Test2-Plugin-NoWarnings-0.10 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test2::Plugin::NoWarnings Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test2-Plugin-NoWarnings-0.10 cp lib/Test2/Plugin/NoWarnings.pm blib/lib/Test2/Plugin/NoWarnings.pm cp lib/Test2/Event/Warning.pm blib/lib/Test2/Event/Warning.pm Manifying 2 pod documents ===> p5-Test2-Plugin-NoWarnings-0.10 depends on: p5-IPC-Run3-* -> p5-IPC-Run3-0.049 ===> p5-Test2-Plugin-NoWarnings-0.10 depends on: p5-Test2-Suite-* -> p5-Test2-Suite-0.000163 ===> Regression tests for p5-Test2-Plugin-NoWarnings-0.10 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ---------------------- -------- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # IPC::Run3 any 0.049 # Module::Pluggable any 5.2 # Test2::Require::Module any 0.000163 # Test2::V0 any 0.000163 # Test::More 1.302015 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # --------------------- -------- -------- # Carp any 1.54 # Test2 1.302167 1.302194 # Test2::API any 1.302194 # Test2::Event any 1.302194 # Test2::Util::HashBase any 1.302194 # parent any 0.241 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .... ok t/basic.t ................ ok t/compile.t .............. ok t/tap-bug-in-test2.t ..... ok t/warnings-after-done.t .. ok All tests successful. Files=5, Tests=8, 2 wallclock secs ( 0.05 usr 0.02 sys + 1.80 cusr 0.60 csys = 2.47 CPU) Result: PASS PASS devel/p5-Test2-Plugin-NoWarnings Duration 0m05.54s START devel/p5-Test2-Suite 2024-11-22T08:12:06Z export _LOCKS_HELD="" ===> Cleaning for p5-Test2-Suite-0.000163 ===> Checking files for p5-Test2-Suite-0.000163 `/usr/ports/distfiles/Test2-Suite-0.000163.tar.gz' is up to date. ===> Building from scratch p5-Test2-Suite-0.000163 ===> Checking files for p5-Test2-Suite-0.000163 `/usr/ports/distfiles/Test2-Suite-0.000163.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test2-Suite-0.000163 ===> Patching for p5-Test2-Suite-0.000163 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test2-Suite-0.000163 ===> Configuring for p5-Test2-Suite-0.000163 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test2::Suite Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test2-Suite-0.000163 cp lib/Test2/Require/ReleaseTesting.pm blib/lib/Test2/Require/ReleaseTesting.pm cp lib/Test2/Compare/Pattern.pm blib/lib/Test2/Compare/Pattern.pm cp lib/Test2/Util/Table.pm blib/lib/Test2/Util/Table.pm cp lib/Test2/Require/Perl.pm blib/lib/Test2/Require/Perl.pm cp lib/Test2/Compare/Negatable.pm blib/lib/Test2/Compare/Negatable.pm cp lib/Test2/V0.pm blib/lib/Test2/V0.pm cp lib/Test2/Compare/Event.pm blib/lib/Test2/Compare/Event.pm cp lib/Test2/Plugin/DieOnFail.pm blib/lib/Test2/Plugin/DieOnFail.pm cp lib/Test2/Workflow/Task/Group.pm blib/lib/Test2/Workflow/Task/Group.pm cp lib/Test2/Manual/Tooling/Formatter.pm blib/lib/Test2/Manual/Tooling/Formatter.pm cp lib/Test2/Require/NonInteractiveTesting.pm blib/lib/Test2/Require/NonInteractiveTesting.pm cp lib/Test2/Workflow.pm blib/lib/Test2/Workflow.pm cp lib/Test2/Manual/Tooling/FirstTool.pm blib/lib/Test2/Manual/Tooling/FirstTool.pm cp lib/Test2/Require/Fork.pm blib/lib/Test2/Require/Fork.pm cp lib/Test2/Manual/Tooling/TestBuilder.pm blib/lib/Test2/Manual/Tooling/TestBuilder.pm cp lib/Test2/Tools/Target.pm blib/lib/Test2/Tools/Target.pm cp lib/Test2/Manual/Tooling.pm blib/lib/Test2/Manual/Tooling.pm cp lib/Test2/Todo.pm blib/lib/Test2/Todo.pm cp lib/Test2/Compare/Ref.pm blib/lib/Test2/Compare/Ref.pm cp lib/Test2/Compare/DeepRef.pm blib/lib/Test2/Compare/DeepRef.pm cp lib/Test2/Workflow/Runner.pm blib/lib/Test2/Workflow/Runner.pm cp lib/Test2/Util/Times.pm blib/lib/Test2/Util/Times.pm cp lib/Test2/Manual/Testing/Migrating.pm blib/lib/Test2/Manual/Testing/Migrating.pm cp lib/Test2/Compare/Base.pm blib/lib/Test2/Compare/Base.pm cp lib/Test2/Bundle.pm blib/lib/Test2/Bundle.pm cp lib/Test2/Compare/Meta.pm blib/lib/Test2/Compare/Meta.pm cp lib/Test2/Tools/Spec.pm blib/lib/Test2/Tools/Spec.pm cp lib/Test2/Util/Table/Cell.pm blib/lib/Test2/Util/Table/Cell.pm cp lib/Test2/Tools/Basic.pm blib/lib/Test2/Tools/Basic.pm cp lib/Test2/Tools/Compare.pm blib/lib/Test2/Tools/Compare.pm cp lib/Test2/Compare/Wildcard.pm blib/lib/Test2/Compare/Wildcard.pm cp lib/Test2/Tools/Exports.pm blib/lib/Test2/Tools/Exports.pm cp lib/Test2/Manual/Anatomy/EndToEnd.pm blib/lib/Test2/Manual/Anatomy/EndToEnd.pm cp lib/Test2/Require/ExtendedTesting.pm blib/lib/Test2/Require/ExtendedTesting.pm cp lib/Test2/Plugin.pm blib/lib/Test2/Plugin.pm cp lib/Test2/Util/Guard.pm blib/lib/Test2/Util/Guard.pm cp lib/Test2/Tools/Tester.pm blib/lib/Test2/Tools/Tester.pm cp lib/Test2/Compare.pm blib/lib/Test2/Compare.pm cp lib/Test2/Tools/Ref.pm blib/lib/Test2/Tools/Ref.pm cp lib/Test2/Require.pm blib/lib/Test2/Require.pm cp lib/Test2/Manual/Tooling/Plugin/ToolCompletes.pm blib/lib/Test2/Manual/Tooling/Plugin/ToolCompletes.pm cp lib/Test2/Plugin/SRand.pm blib/lib/Test2/Plugin/SRand.pm cp lib/Test2/Compare/String.pm blib/lib/Test2/Compare/String.pm cp lib/Test2/Manual/Testing/Planning.pm blib/lib/Test2/Manual/Testing/Planning.pm cp lib/Test2/Bundle/Extended.pm blib/lib/Test2/Bundle/Extended.pm cp lib/Test2/Manual.pm blib/lib/Test2/Manual.pm cp lib/Test2/Manual/Tooling/Testing.pm blib/lib/Test2/Manual/Tooling/Testing.pm cp lib/Test2/Manual/Concurrency.pm blib/lib/Test2/Manual/Concurrency.pm cp lib/Test2/Manual/Tooling/Nesting.pm blib/lib/Test2/Manual/Tooling/Nesting.pm cp lib/Test2/Tools/Encoding.pm blib/lib/Test2/Tools/Encoding.pm cp lib/Test2/AsyncSubtest/Event/Detach.pm blib/lib/Test2/AsyncSubtest/Event/Detach.pm cp lib/Test2/Util/Ref.pm blib/lib/Test2/Util/Ref.pm cp lib/Test2/Compare/Number.pm blib/lib/Test2/Compare/Number.pm cp lib/Test2/Util/Importer.pm blib/lib/Test2/Util/Importer.pm cp lib/Test2/Tools/Warnings.pm blib/lib/Test2/Tools/Warnings.pm cp lib/Test2/Manual/Anatomy/Event.pm blib/lib/Test2/Manual/Anatomy/Event.pm cp lib/Test2/Suite.pm blib/lib/Test2/Suite.pm cp lib/Test2/Util/Stash.pm blib/lib/Test2/Util/Stash.pm cp lib/Test2/Manual/Tooling/Plugin/TestingDone.pm blib/lib/Test2/Manual/Tooling/Plugin/TestingDone.pm cp lib/Test2/Compare/Object.pm blib/lib/Test2/Compare/Object.pm cp lib/Test2/Require/RealFork.pm blib/lib/Test2/Require/RealFork.pm cp lib/Test2/Require/AuthorTesting.pm blib/lib/Test2/Require/AuthorTesting.pm cp lib/Test2/Tools/Class.pm blib/lib/Test2/Tools/Class.pm cp lib/Test2/Require/Threads.pm blib/lib/Test2/Require/Threads.pm cp lib/Test2/Workflow/Build.pm blib/lib/Test2/Workflow/Build.pm cp lib/Test2/Plugin/BailOnFail.pm blib/lib/Test2/Plugin/BailOnFail.pm cp lib/Test2/Compare/OrderedSubset.pm blib/lib/Test2/Compare/OrderedSubset.pm cp lib/Test2/Manual/Anatomy/API.pm blib/lib/Test2/Manual/Anatomy/API.pm cp lib/Test2/Manual/Tooling/Plugin/ToolStarts.pm blib/lib/Test2/Manual/Tooling/Plugin/ToolStarts.pm cp lib/Test2/Workflow/Task/Action.pm blib/lib/Test2/Workflow/Task/Action.pm cp lib/Test2/Tools.pm blib/lib/Test2/Tools.pm cp lib/Test2/Compare/Hash.pm blib/lib/Test2/Compare/Hash.pm cp lib/Test2/Manual/Tooling/Plugin/TestExit.pm blib/lib/Test2/Manual/Tooling/Plugin/TestExit.pm cp lib/Test2/Manual/Contributing.pm blib/lib/Test2/Manual/Contributing.pm cp lib/Test2/Compare/Bool.pm blib/lib/Test2/Compare/Bool.pm cp lib/Test2/Compare/Set.pm blib/lib/Test2/Compare/Set.pm cp lib/Test2/Plugin/UTF8.pm blib/lib/Test2/Plugin/UTF8.pm cp lib/Test2/Require/EnvVar.pm blib/lib/Test2/Require/EnvVar.pm cp lib/Test2/Bundle/More.pm blib/lib/Test2/Bundle/More.pm cp lib/Test2/Tools/Refcount.pm blib/lib/Test2/Tools/Refcount.pm cp lib/Test2/Manual/Anatomy/Utilities.pm blib/lib/Test2/Manual/Anatomy/Utilities.pm cp lib/Test2/Workflow/Task.pm blib/lib/Test2/Workflow/Task.pm cp lib/Test2/Tools/Exception.pm blib/lib/Test2/Tools/Exception.pm cp lib/Test2/Plugin/Times.pm blib/lib/Test2/Plugin/Times.pm cp lib/Test2/Mock.pm blib/lib/Test2/Mock.pm cp lib/Test2/Compare/Undef.pm blib/lib/Test2/Compare/Undef.pm cp lib/Test2/Compare/Isa.pm blib/lib/Test2/Compare/Isa.pm cp lib/Test2/Bundle/Simple.pm blib/lib/Test2/Bundle/Simple.pm cp lib/Test2/Manual/Testing/Todo.pm blib/lib/Test2/Manual/Testing/Todo.pm cp lib/Test2/Compare/Float.pm blib/lib/Test2/Compare/Float.pm cp lib/Test2/Manual/Anatomy/IPC.pm blib/lib/Test2/Manual/Anatomy/IPC.pm cp lib/Test2/Tools/Defer.pm blib/lib/Test2/Tools/Defer.pm cp lib/Test2/AsyncSubtest.pm blib/lib/Test2/AsyncSubtest.pm cp lib/Test2/Util/Table/LineBreak.pm blib/lib/Test2/Util/Table/LineBreak.pm cp lib/Test2/Manual/Anatomy/Context.pm blib/lib/Test2/Manual/Anatomy/Context.pm cp lib/Test2/Manual/Anatomy/Hubs.pm blib/lib/Test2/Manual/Anatomy/Hubs.pm cp lib/Test2/Compare/Custom.pm blib/lib/Test2/Compare/Custom.pm cp lib/Test2/Require/AutomatedTesting.pm blib/lib/Test2/Require/AutomatedTesting.pm cp lib/Test2/Compare/Regex.pm blib/lib/Test2/Compare/Regex.pm cp lib/Test2/Tools/AsyncSubtest.pm blib/lib/Test2/Tools/AsyncSubtest.pm cp lib/Test2/Util/Term.pm blib/lib/Test2/Util/Term.pm cp lib/Test2/Manual/Testing.pm blib/lib/Test2/Manual/Testing.pm cp lib/Test2/Compare/Bag.pm blib/lib/Test2/Compare/Bag.pm cp lib/Test2/Manual/Tooling/Subtest.pm blib/lib/Test2/Manual/Tooling/Subtest.pm cp lib/Test2/Compare/Array.pm blib/lib/Test2/Compare/Array.pm cp lib/Test2/AsyncSubtest/Formatter.pm blib/lib/Test2/AsyncSubtest/Formatter.pm cp lib/Test2/Tools/Grab.pm blib/lib/Test2/Tools/Grab.pm cp lib/Test2/Util/Grabber.pm blib/lib/Test2/Util/Grabber.pm cp lib/Test2/Util/Sub.pm blib/lib/Test2/Util/Sub.pm cp lib/Test2/Compare/Scalar.pm blib/lib/Test2/Compare/Scalar.pm cp lib/Test2/Tools/Event.pm blib/lib/Test2/Tools/Event.pm cp lib/Test2/AsyncSubtest/Hub.pm blib/lib/Test2/AsyncSubtest/Hub.pm cp lib/Test2/Tools/GenTemp.pm blib/lib/Test2/Tools/GenTemp.pm cp lib/Test2/Manual/Anatomy.pm blib/lib/Test2/Manual/Anatomy.pm cp lib/Test2/Tools/Subtest.pm blib/lib/Test2/Tools/Subtest.pm cp lib/Test2/Require/Module.pm blib/lib/Test2/Require/Module.pm cp lib/Test2/Compare/EventMeta.pm blib/lib/Test2/Compare/EventMeta.pm cp lib/Test2/Compare/Delta.pm blib/lib/Test2/Compare/Delta.pm cp lib/Test2/Manual/Testing/Introduction.pm blib/lib/Test2/Manual/Testing/Introduction.pm cp lib/Test2/Workflow/BlockBase.pm blib/lib/Test2/Workflow/BlockBase.pm cp lib/Test2/AsyncSubtest/Event/Attach.pm blib/lib/Test2/AsyncSubtest/Event/Attach.pm cp lib/Test2/Tools/Mock.pm blib/lib/Test2/Tools/Mock.pm cp lib/Test2/Plugin/ExitSummary.pm blib/lib/Test2/Plugin/ExitSummary.pm cp lib/Test2/Tools/ClassicCompare.pm blib/lib/Test2/Tools/ClassicCompare.pm Manifying 121 pod documents ===> p5-Test2-Suite-0.000163 depends on: p5-JSON-MaybeXS-* -> p5-JSON-MaybeXS-1.004005 ===> p5-Test2-Suite-0.000163 depends on: p5-Unicode-LineBreak-* -> p5-Unicode-LineBreak-2019.001p0 ===> p5-Test2-Suite-0.000163 depends on: p5-Devel-MAT-Dumper-* -> p5-Devel-MAT-Dumper-0.50 ===> p5-Test2-Suite-0.000163 depends on: p5-Sub-Name-* -> p5-Sub-Name-0.27 ===> p5-Test2-Suite-0.000163 depends on: p5-Term-Size-Any-* -> p5-Term-Size-Any-0.002p0 ===> p5-Test2-Suite-0.000163 depends on: p5-Module-Pluggable->=2.7 -> p5-Module-Pluggable-5.2p0 ===> p5-Test2-Suite-0.000163 depends on: p5-Term-Table->=0.013 -> p5-Term-Table-0.023 ===> Regression tests for p5-Test2-Suite-0.000163 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/acceptance/*.t t/behavior/*.t t/modules/*.t t/modules/AsyncSubtest/*.t t/modules/AsyncSubtest/Event/*.t t/modules/Bundle/*.t t/modules/Compare/*.t t/modules/Plugin/*.t t/modules/Require/*.t t/modules/Tools/*.t t/modules/Tools/Test-Refcount/*.t t/modules/Util/*.t t/modules/Util/Table/*.t t/modules/Workflow/*.t t/modules/Workflow/Task/*.t t/regression/*.t # # DIAGNOSTICS INFO IN CASE OF FAILURE: # +------+----------+ # | perl | 5.038002 | # +------+----------+ # +-----------------+-----------+ # | CAPABILITY | SUPPORTED | # +-----------------+-----------+ # | CAN_FORK | Yes | # | CAN_REALLY_FORK | Yes | # | CAN_THREAD | No | # +-----------------+-----------+ # +--------------+----------+ # | DEPENDENCY | VERSION | # +--------------+----------+ # | B | 1.88 | # | Carp | 1.54 | # | Exporter | 5.77 | # | Scalar::Util | 1.63 | # | Term::Table | 0.023 | # | Test2 | 1.302194 | # | Time::HiRes | 1.9775 | # | overload | 1.37 | # | utf8 | 1.25 | # +--------------+----------+ # +--------------------+----------+ # | OPTIONAL | VERSION | # +--------------------+----------+ # | Module::Pluggable | 5.2 | # | Sub::Name | 0.27 | # | Term::ReadKey | 2.38 | # | Term::Size::Any | 0.002 | # | Unicode::GCString | 2013.10 | # | Unicode::LineBreak | 2019.001 | # +--------------------+----------+ t/00-report.t ................................... ok t/acceptance/OO.t ............................... ok t/acceptance/skip.t ............................. ok t/acceptance/spec.t ............................. ok t/acceptance/Tools.t ............................ ok t/acceptance/Workflow-Acceptance.t .............. skipped: Author test, set the $AUTHOR_TESTING environment variable to run it t/acceptance/Workflow-Acceptance2.t ............. ok t/acceptance/Workflow-Acceptance3.t ............. ok t/acceptance/Workflow-Acceptance4.t ............. ok t/acceptance/Workflow-Acceptance5.t ............. ok t/behavior/async_trace.t ........................ ok t/behavior/filtering.t .......................... ok t/behavior/Mocking.t ............................ ok t/behavior/no_done_testing.t .................... ok t/behavior/no_leaks_any.t ....................... ok t/behavior/no_leaks_no_fork.t ................... ok t/behavior/no_leaks_no_iso.t .................... ok t/behavior/no_leaks_no_threads.t ................ ok t/behavior/simple.t ............................. ok t/load_manual.t ................................. ok t/modules/AsyncSubtest.t ........................ ok t/modules/AsyncSubtest/Event/Attach.t ........... ok t/modules/AsyncSubtest/Event/Detach.t ........... ok t/modules/AsyncSubtest/Hub.t .................... ok t/modules/Bundle.t .............................. ok t/modules/Bundle/Extended.t ..................... ok t/modules/Bundle/More.t ......................... ok t/modules/Bundle/Simple.t ....................... ok t/modules/Compare.t ............................. ok t/modules/Compare/Array.t ....................... ok t/modules/Compare/Bag.t ......................... ok t/modules/Compare/Base.t ........................ ok t/modules/Compare/Bool.t ........................ ok t/modules/Compare/Custom.t ...................... ok t/modules/Compare/Delta.t ....................... ok t/modules/Compare/Event.t ....................... ok t/modules/Compare/EventMeta.t ................... ok t/modules/Compare/Float.t ....................... ok t/modules/Compare/Hash.t ........................ ok t/modules/Compare/Isa.t ......................... ok t/modules/Compare/Meta.t ........................ ok t/modules/Compare/Number.t ...................... ok t/modules/Compare/Object.t ...................... ok t/modules/Compare/OrderedSubset.t ............... ok t/modules/Compare/Pattern.t ..................... ok t/modules/Compare/Ref.t ......................... ok t/modules/Compare/Regex.t ....................... ok t/modules/Compare/Scalar.t ...................... ok t/modules/Compare/Set.t ......................... ok t/modules/Compare/String.t ...................... ok t/modules/Compare/Undef.t ....................... ok t/modules/Compare/Wildcard.t .................... ok t/modules/Mock.t ................................ ok t/modules/Plugin.t .............................. ok t/modules/Plugin/BailOnFail.t ................... ok t/modules/Plugin/DieOnFail.t .................... ok t/modules/Plugin/ExitSummary.t .................. ok t/modules/Plugin/SRand.t ........................ ok t/modules/Plugin/Times.t ........................ ok t/modules/Plugin/UTF8.t ......................... ok t/modules/Require.t ............................. ok t/modules/Require/AuthorTesting.t ............... ok t/modules/Require/AutomatedTesting.t ............ ok t/modules/Require/EnvVar.t ...................... ok t/modules/Require/ExtendedTesting.t ............. ok t/modules/Require/Fork.t ........................ ok t/modules/Require/Module.t ...................... ok t/modules/Require/NonInteractiveTesting.t ....... ok t/modules/Require/Perl.t ........................ ok t/modules/Require/RealFork.t .................... ok t/modules/Require/ReleaseTesting.t .............. ok t/modules/Require/Threads.t ..................... ok t/modules/Suite.t ............................... ok t/modules/Todo.t ................................ ok t/modules/Tools.t ............................... ok t/modules/Tools/AsyncSubtest.t .................. ok t/modules/Tools/Basic.t ......................... ok t/modules/Tools/Class.t ......................... ok t/modules/Tools/ClassicCompare.t ................ ok t/modules/Tools/ClassicCompare2.t ............... ok t/modules/Tools/Compare.t ....................... ok t/modules/Tools/Defer.t ......................... ok t/modules/Tools/Encoding.t ...................... ok t/modules/Tools/Event.t ......................... ok t/modules/Tools/Exception.t ..................... ok t/modules/Tools/Exports.t ....................... ok t/modules/Tools/GenTemp.t ....................... ok t/modules/Tools/Grab.t .......................... ok t/modules/Tools/Mock.t .......................... ok t/modules/Tools/Ref.t ........................... ok t/modules/Tools/Spec.t .......................... skipped: Tests not yet written t/modules/Tools/Subtest.t ....................... ok t/modules/Tools/Target.t ........................ ok t/modules/Tools/Test-Refcount/01count.t ......... ok t/modules/Tools/Test-Refcount/02one.t ........... ok t/modules/Tools/Test-Refcount/03weak.t .......... ok t/modules/Tools/Test-Refcount/04reftypes.t ...... ok t/modules/Tools/Tester.t ........................ ok t/modules/Tools/Warnings.t ...................... ok t/modules/Util/Grabber.t ........................ ok t/modules/Util/Ref.t ............................ ok t/modules/Util/Stash.t .......................... ok t/modules/Util/Sub.t ............................ ok t/modules/Util/Table.t .......................... ok t/modules/Util/Table/Cell.t ..................... ok t/modules/Util/Table/LineBreak.t ................ ok t/modules/Util/Times.t .......................... ok t/modules/V0.t .................................. ok t/modules/Workflow.t ............................ skipped: Tests not yet written t/modules/Workflow/BlockBase.t .................. skipped: Tests not yet written t/modules/Workflow/Build.t ...................... skipped: Tests not yet written t/modules/Workflow/Runner.t ..................... skipped: Tests not yet written t/modules/Workflow/Task.t ....................... skipped: Tests not yet written t/modules/Workflow/Task/Action.t ................ ok t/modules/Workflow/Task/Group.t ................. skipped: Tests not yet written t/regression/10-set_and_dne.t ................... ok t/regression/132-bool.t ......................... skipped: Author test, set the $AUTHOR_TESTING environment variable to run it t/regression/247_check_ref_bool.t ............... ok t/regression/27-1-Test2-Bundle-More.t ........... ok t/regression/27-2-Test2-Tools-Compare.t ......... ok t/regression/27-3-Test2-Tools-ClassicCompare.t .. ok t/regression/285-wrap-nonexisting.t ............. ok t/regression/289-compare-array-bounds.t ......... ok t/regression/291-async-subtest-done-testing.t ... ok t/regression/43-bag-on-empty.t .................. ok t/regression/async_subtest_missing_parent.t ..... ok t/regression/Test2-Mock.t ....................... ok t/regression/Test2-Tools-Class.t ................ ok t/regression/todo_and_facets.t .................. ok t/regression/utf8-mock.t ........................ ok All tests successful. Files=130, Tests=797, 42 wallclock secs ( 0.48 usr 0.41 sys + 27.71 cusr 10.49 csys = 39.09 CPU) Result: PASS PASS devel/p5-Test2-Suite Duration 0m47.27s START devel/p5-Test2-Tools-Explain 2024-11-22T08:12:54Z export _LOCKS_HELD="" ===> Cleaning for p5-Test2-Tools-Explain-0.02p0 ===> Checking files for p5-Test2-Tools-Explain-0.02p0 `/usr/ports/distfiles/Test2-Tools-Explain-0.02.tar.gz' is up to date. ===> Building from scratch p5-Test2-Tools-Explain-0.02p0 ===> Checking files for p5-Test2-Tools-Explain-0.02p0 `/usr/ports/distfiles/Test2-Tools-Explain-0.02.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test2-Tools-Explain-0.02p0 ===> Patching for p5-Test2-Tools-Explain-0.02p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test2-Tools-Explain-0.02p0 ===> Configuring for p5-Test2-Tools-Explain-0.02p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test2::Tools::Explain Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test2-Tools-Explain-0.02p0 cp lib/Test2/Tools/Explain.pm blib/lib/Test2/Tools/Explain.pm Manifying 1 pod document ===> p5-Test2-Tools-Explain-0.02p0 depends on: p5-Test2-Suite-* -> p5-Test2-Suite-0.000163 ===> Regression tests for p5-Test2-Tools-Explain-0.02p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test2::Tools::Explain 0.02, Perl 5.038002, /usr/bin/perl t/00-load.t .. ok t/explain.t .. ok All tests successful. Files=2, Tests=3, 1 wallclock secs ( 0.01 usr 0.06 sys + 0.29 cusr 0.13 csys = 0.49 CPU) Result: PASS PASS devel/p5-Test2-Tools-Explain Duration 0m03.02s START devel/p5-Text-Control 2024-11-22T08:12:57Z export _LOCKS_HELD="" ===> Cleaning for p5-Text-Control-0.5 ===> Checking files for p5-Text-Control-0.5 `/usr/ports/distfiles/Text-Control-0.5.tar.gz' is up to date. ===> Building from scratch p5-Text-Control-0.5 ===> Checking files for p5-Text-Control-0.5 `/usr/ports/distfiles/Text-Control-0.5.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Text-Control-0.5 ===> Patching for p5-Text-Control-0.5 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Text-Control-0.5 ===> Configuring for p5-Text-Control-0.5 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Text::Control Writing MYMETA.yml and MYMETA.json ===> Building for p5-Text-Control-0.5 cp lib/Text/Control.pm blib/lib/Text/Control.pm Manifying 1 pod document ===> Regression tests for p5-Text-Control-0.5 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/001_load.t ....... ok t/002_functions.t .. ok All tests successful. Files=2, Tests=166, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.23 cusr 0.08 csys = 0.37 CPU) Result: PASS PASS devel/p5-Text-Control Duration 0m02.64s START devel/p5-Tie-ToObject 2024-11-22T08:12:59Z export _LOCKS_HELD="" ===> Cleaning for p5-Tie-ToObject-0.03p4 ===> Checking files for p5-Tie-ToObject-0.03p4 `/usr/ports/distfiles/Tie-ToObject-0.03.tar.gz' is up to date. ===> Building from scratch p5-Tie-ToObject-0.03p4 ===> Checking files for p5-Tie-ToObject-0.03p4 `/usr/ports/distfiles/Tie-ToObject-0.03.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Tie-ToObject-0.03p4 ===> Patching for p5-Tie-ToObject-0.03p4 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Tie-ToObject-0.03p4 ===> Configuring for p5-Tie-ToObject-0.03p4 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Tie::ToObject Writing MYMETA.yml and MYMETA.json ===> Building for p5-Tie-ToObject-0.03p4 cp lib/Tie/ToObject.pm blib/lib/Tie/ToObject.pm Manifying 1 pod document ===> Regression tests for p5-Tie-ToObject-0.03p4 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/tie.t .. ok All tests successful. Files=1, Tests=10, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.12 cusr 0.04 csys = 0.21 CPU) Result: PASS PASS devel/p5-Tie-ToObject Duration 0m02.58s START devel/p5-Time-Format 2024-11-22T08:13:02Z export _LOCKS_HELD="" ===> Cleaning for p5-Time-Format-1.16p0 ===> Checking files for p5-Time-Format-1.16p0 `/usr/ports/distfiles/Time-Format-1.16.tar.gz' is up to date. ===> Building from scratch p5-Time-Format-1.16p0 ===> p5-Time-Format-1.16p0 depends on: p5-Module-Build->=0.4 -> p5-Module-Build-0.4234 ===> p5-Time-Format-1.16p0 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Time-Format-1.16p0 `/usr/ports/distfiles/Time-Format-1.16.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Time-Format-1.16p0 ===> Patching for p5-Time-Format-1.16p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Time-Format-1.16p0 ===> Configuring for p5-Time-Format-1.16p0 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Time-Format' version '1.16' ===> Building for p5-Time-Format-1.16p0 Building Time-Format ===> p5-Time-Format-1.16p0 depends on: p5-DateManip-* -> p5-DateManip-6.76p0 ===> p5-Time-Format-1.16p0 depends on: p5-DateTime-* -> p5-DateTime-1.65v0 ===> Regression tests for p5-Time-Format-1.16p0 t/0-signature.t .. ok t/1-load.t ....... ok # Cannot determine locale; falling back to English. t/DateManip.t .... ok # Cannot determine locale; falling back to English. t/DateTime.t ..... ok t/die.t .......... ok t/doc.t .......... ok t/epoch.t ........ ok t/export1.t ...... ok t/export2.t ...... ok t/export3.t ...... ok # Cannot determine locale; falling back to English. t/funcs.t ........ ok t/locale.t ....... ok t/manip.t ........ ok t/msec.t ......... ok t/past.t ......... ok # Cannot determine locale; falling back to English. t/quot.t ......... ok t/strftime.t ..... ok # Cannot determine locale; falling back to English. t/string.t ....... ok # Cannot determine locale; falling back to English. t/time.t ......... ok t/verysmall.t .... ok # Cannot determine locale; falling back to English. t/xs_DateTime.t .. ok # Cannot determine locale; falling back to English. t/xs_doc.t ....... ok # Cannot determine locale; falling back to English. t/xs_funcs.t ..... ok t/xs_locale.t .... ok # Cannot determine locale; falling back to English. t/xs_quot.t ...... ok # Cannot determine locale; falling back to English. t/xs_time.t ...... ok All tests successful. Files=26, Tests=533, 12 wallclock secs ( 0.12 usr 0.10 sys + 5.22 cusr 2.13 csys = 7.57 CPU) Result: PASS PASS devel/p5-Time-Format Duration 0m14.61s START devel/p5-Time-Period 2024-11-22T08:13:17Z export _LOCKS_HELD="" ===> Cleaning for p5-Time-Period-1.25 ===> Checking files for p5-Time-Period-1.25 `/usr/ports/distfiles/Time-Period-1.25.tar.gz' is up to date. ===> Building from scratch p5-Time-Period-1.25 ===> Checking files for p5-Time-Period-1.25 `/usr/ports/distfiles/Time-Period-1.25.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Time-Period-1.25 ===> Patching for p5-Time-Period-1.25 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Time-Period-1.25 ===> Configuring for p5-Time-Period-1.25 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Time::Period Writing MYMETA.yml and MYMETA.json ===> Building for p5-Time-Period-1.25 cp lib/Time/Period.pm blib/lib/Time/Period.pm Manifying 1 pod document ===> Regression tests for p5-Time-Period-1.25 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_time_period.t .. ok t/02_weekday.t ...... ok t/03_year.t ......... ok t/04_month.t ........ ok t/05_week.t ......... ok t/06_year_day.t ..... ok t/07_month_day.t .... ok t/08_hour.t ......... ok t/09_minute.t ....... ok t/10_second.t ....... ok All tests successful. Files=10, Tests=213, 1 wallclock secs ( 0.03 usr 0.07 sys + 1.03 cusr 0.45 csys = 1.58 CPU) Result: PASS PASS devel/p5-Time-Period Duration 0m03.88s START devel/p5-Time-TimeDate 2024-11-22T08:13:20Z export _LOCKS_HELD="" ===> Cleaning for p5-Time-TimeDate-2.33 ===> Checking files for p5-Time-TimeDate-2.33 `/usr/ports/distfiles/TimeDate-2.33.tar.gz' is up to date. ===> Building from scratch p5-Time-TimeDate-2.33 ===> Checking files for p5-Time-TimeDate-2.33 `/usr/ports/distfiles/TimeDate-2.33.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Time-TimeDate-2.33 ===> Patching for p5-Time-TimeDate-2.33 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Time-TimeDate-2.33 ===> Configuring for p5-Time-TimeDate-2.33 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Date::Parse Writing MYMETA.yml and MYMETA.json ===> Building for p5-Time-TimeDate-2.33 cp lib/Date/Language/Norwegian.pm blib/lib/Date/Language/Norwegian.pm cp lib/Date/Format.pm blib/lib/Date/Format.pm cp lib/Date/Language/Austrian.pm blib/lib/Date/Language/Austrian.pm cp lib/Date/Language/Chinese.pm blib/lib/Date/Language/Chinese.pm cp lib/Date/Language/TigrinyaEritrean.pm blib/lib/Date/Language/TigrinyaEritrean.pm cp lib/Date/Language/Russian_cp1251.pm blib/lib/Date/Language/Russian_cp1251.pm cp lib/Date/Language/German.pm blib/lib/Date/Language/German.pm cp lib/Date/Language/Dutch.pm blib/lib/Date/Language/Dutch.pm cp lib/Date/Language/Chinese_GB.pm blib/lib/Date/Language/Chinese_GB.pm cp lib/Date/Language/Italian.pm blib/lib/Date/Language/Italian.pm cp lib/Date/Language/Greek.pm blib/lib/Date/Language/Greek.pm cp lib/Date/Language/Hungarian.pm blib/lib/Date/Language/Hungarian.pm cp lib/Date/Language/Russian_koi8r.pm blib/lib/Date/Language/Russian_koi8r.pm cp lib/Date/Language/Spanish.pm blib/lib/Date/Language/Spanish.pm cp lib/Date/Language/Brazilian.pm blib/lib/Date/Language/Brazilian.pm cp lib/Date/Language/Somali.pm blib/lib/Date/Language/Somali.pm cp lib/Date/Language/Danish.pm blib/lib/Date/Language/Danish.pm cp lib/Date/Language/TigrinyaEthiopian.pm blib/lib/Date/Language/TigrinyaEthiopian.pm cp lib/Date/Language/Afar.pm blib/lib/Date/Language/Afar.pm cp lib/Date/Language/Sidama.pm blib/lib/Date/Language/Sidama.pm cp lib/Date/Language/Amharic.pm blib/lib/Date/Language/Amharic.pm cp lib/Date/Language/Oromo.pm blib/lib/Date/Language/Oromo.pm cp lib/Date/Language/Gedeo.pm blib/lib/Date/Language/Gedeo.pm cp lib/Date/Language/Occitan.pm blib/lib/Date/Language/Occitan.pm cp lib/Date/Language.pm blib/lib/Date/Language.pm cp lib/Date/Language/Czech.pm blib/lib/Date/Language/Czech.pm cp lib/Date/Language/Tigrinya.pm blib/lib/Date/Language/Tigrinya.pm cp lib/Date/Parse.pm blib/lib/Date/Parse.pm cp lib/Date/Language/Swedish.pm blib/lib/Date/Language/Swedish.pm cp lib/Date/Language/Turkish.pm blib/lib/Date/Language/Turkish.pm cp lib/Date/Language/Russian.pm blib/lib/Date/Language/Russian.pm cp lib/TimeDate.pm blib/lib/TimeDate.pm cp lib/Date/Language/English.pm blib/lib/Date/Language/English.pm cp lib/Date/Language/Finnish.pm blib/lib/Date/Language/Finnish.pm cp lib/Date/Language/Bulgarian.pm blib/lib/Date/Language/Bulgarian.pm cp lib/Date/Language/Romanian.pm blib/lib/Date/Language/Romanian.pm cp lib/Date/Language/Icelandic.pm blib/lib/Date/Language/Icelandic.pm cp lib/Date/Language/French.pm blib/lib/Date/Language/French.pm cp lib/Time/Zone.pm blib/lib/Time/Zone.pm Manifying 7 pod documents ===> Regression tests for p5-Time-TimeDate-2.33 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/cpanrt.t ... ok t/date.t ..... ok t/format.t ... ok t/getdate.t .. ok t/lang.t ..... ok All tests successful. Files=5, Tests=509, 0 wallclock secs ( 0.06 usr 0.07 sys + 0.37 cusr 0.14 csys = 0.64 CPU) Result: PASS PASS devel/p5-Time-TimeDate Duration 0m03.07s START devel/p5-Try-Tiny 2024-11-22T08:13:24Z export _LOCKS_HELD="" ===> Cleaning for p5-Try-Tiny-0.32 ===> Checking files for p5-Try-Tiny-0.32 `/usr/ports/distfiles/Try-Tiny-0.32.tar.gz' is up to date. ===> Building from scratch p5-Try-Tiny-0.32 ===> Checking files for p5-Try-Tiny-0.32 `/usr/ports/distfiles/Try-Tiny-0.32.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Try-Tiny-0.32 ===> Patching for p5-Try-Tiny-0.32 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Try-Tiny-0.32 ===> Configuring for p5-Try-Tiny-0.32 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Try::Tiny Writing MYMETA.yml and MYMETA.json ===> Building for p5-Try-Tiny-0.32 cp lib/Try/Tiny.pm blib/lib/Try/Tiny.pm Manifying 1 pod document ===> p5-Try-Tiny-0.32 depends on: p5-Capture-Tiny->=0.12 -> p5-Capture-Tiny-0.48p0 ===> p5-Try-Tiny-0.32 depends on: p5-Sub-Name->=0.08 -> p5-Sub-Name-0.27 ===> Regression tests for p5-Try-Tiny-0.32 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # perl 5.006 5.038002 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More any 1.302194 # if any 0.0610 # perl 5.006 5.038002 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Test Suggests === # # Module Want Have # ------------------------ ----- ----- # CPAN::Meta::Check 0.011 0.018 # CPAN::Meta::Requirements any 2.140 # Capture::Tiny 0.12 0.48 # # === Runtime Requires === # # Module Want Have # -------- ----- -------- # Carp any 1.54 # Exporter 5.57 5.77 # constant any 1.33 # perl 5.006 5.038002 # strict any 1.12 # warnings any 1.65 # # === Runtime Suggests === # # Module Want Have # --------- ---- ---- # Sub::Name 0.08 0.27 # Sub::Util any 1.63 # # === Other Modules === # # Module Have # --------------- ------ # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .......... ok t/basic.t ...................... ok t/context.t .................... ok t/erroneous_usage.t ............ ok t/finally.t .................... ok given is deprecated at t/given_when.t line 20. when is deprecated at t/given_when.t line 21. t/given_when.t ................. ok t/global_destruction_forked.t .. ok t/global_destruction_load.t .... ok t/named.t ...................... ok when is deprecated at t/when.t line 28. when is deprecated at t/when.t line 29. t/when.t ....................... ok t/zzz-check-breaks.t ........... ok All tests successful. Files=11, Tests=107, 2 wallclock secs ( 0.05 usr 0.05 sys + 1.54 cusr 0.56 csys = 2.20 CPU) Result: PASS PASS devel/p5-Try-Tiny Duration 0m05.35s START devel/p5-Type-Tiny 2024-11-22T08:13:29Z export _LOCKS_HELD="" ===> Cleaning for p5-Type-Tiny-2.004000 ===> Checking files for p5-Type-Tiny-2.004000 `/usr/ports/distfiles/Type-Tiny-2.004000.tar.gz' is up to date. ===> Building from scratch p5-Type-Tiny-2.004000 ===> Checking files for p5-Type-Tiny-2.004000 `/usr/ports/distfiles/Type-Tiny-2.004000.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Type-Tiny-2.004000 ===> Patching for p5-Type-Tiny-2.004000 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Type-Tiny-2.004000 ===> Configuring for p5-Type-Tiny-2.004000 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Type::Tiny Writing MYMETA.yml and MYMETA.json ===> Building for p5-Type-Tiny-2.004000 cp lib/Types/Standard/Dict.pm blib/lib/Types/Standard/Dict.pm cp lib/Type/Tiny/Manual/NonOO.pod blib/lib/Type/Tiny/Manual/NonOO.pod cp lib/Type/Coercion/FromMoose.pm blib/lib/Type/Coercion/FromMoose.pm cp lib/Type/Tiny/Manual/UsingWithMoo2.pod blib/lib/Type/Tiny/Manual/UsingWithMoo2.pod cp lib/Types/Common.pm blib/lib/Types/Common.pm cp lib/Type/Tiny/Manual/UsingWithClassTiny.pod blib/lib/Type/Tiny/Manual/UsingWithClassTiny.pod cp lib/Devel/TypeTiny/Perl58Compat.pm blib/lib/Devel/TypeTiny/Perl58Compat.pm cp lib/Type/Tiny/Role.pm blib/lib/Type/Tiny/Role.pm cp lib/Type/Tiny/Manual/Coercions.pod blib/lib/Type/Tiny/Manual/Coercions.pod cp lib/Type/Tiny/Manual/UsingWithMouse.pod blib/lib/Type/Tiny/Manual/UsingWithMouse.pod cp lib/Type/Tiny/Manual/UsingWithTestMore.pod blib/lib/Type/Tiny/Manual/UsingWithTestMore.pod cp lib/Error/TypeTiny/WrongNumberOfParameters.pm blib/lib/Error/TypeTiny/WrongNumberOfParameters.pm cp lib/Eval/TypeTiny.pm blib/lib/Eval/TypeTiny.pm cp lib/Eval/TypeTiny/CodeAccumulator.pm blib/lib/Eval/TypeTiny/CodeAccumulator.pm cp lib/Types/Standard/StrMatch.pm blib/lib/Types/Standard/StrMatch.pm cp lib/Type/Tie.pm blib/lib/Type/Tie.pm cp lib/Types/Standard.pm blib/lib/Types/Standard.pm cp lib/Error/TypeTiny/Assertion.pm blib/lib/Error/TypeTiny/Assertion.pm cp lib/Type/Tiny/Manual/UsingWithMoose.pod blib/lib/Type/Tiny/Manual/UsingWithMoose.pod cp lib/Types/Standard/Tuple.pm blib/lib/Types/Standard/Tuple.pm cp lib/Type/Params/Signature.pm blib/lib/Type/Params/Signature.pm cp lib/Type/Tiny/Manual/Policies.pod blib/lib/Type/Tiny/Manual/Policies.pod cp lib/Type/Tiny/Enum.pm blib/lib/Type/Tiny/Enum.pm cp lib/Type/Coercion/Union.pm blib/lib/Type/Coercion/Union.pm cp lib/Type/Utils.pm blib/lib/Type/Utils.pm cp lib/Type/Tiny/Manual/Params.pod blib/lib/Type/Tiny/Manual/Params.pod cp lib/Type/Params.pm blib/lib/Type/Params.pm cp lib/Type/Tiny/Intersection.pm blib/lib/Type/Tiny/Intersection.pm cp lib/Type/Tiny/ConstrainedObject.pm blib/lib/Type/Tiny/ConstrainedObject.pm cp lib/Types/TypeTiny.pm blib/lib/Types/TypeTiny.pm cp lib/Types/Common/String.pm blib/lib/Types/Common/String.pm cp lib/Type/Tiny/Bitfield.pm blib/lib/Type/Tiny/Bitfield.pm cp lib/Type/Library.pm blib/lib/Type/Library.pm cp lib/Type/Params/Parameter.pm blib/lib/Type/Params/Parameter.pm cp lib/Type/Registry.pm blib/lib/Type/Registry.pm cp lib/Types/Standard/HashRef.pm blib/lib/Types/Standard/HashRef.pm cp lib/Type/Tiny/Manual/Optimization.pod blib/lib/Type/Tiny/Manual/Optimization.pod cp lib/Type/Params/Alternatives.pm blib/lib/Type/Params/Alternatives.pm cp lib/Type/Tiny/Duck.pm blib/lib/Type/Tiny/Duck.pm cp lib/Type/Tiny/_DeclaredType.pm blib/lib/Type/Tiny/_DeclaredType.pm cp lib/Type/Coercion.pm blib/lib/Type/Coercion.pm cp lib/Types/Standard/CycleTuple.pm blib/lib/Types/Standard/CycleTuple.pm cp lib/Type/Tiny/Manual/Contributing.pod blib/lib/Type/Tiny/Manual/Contributing.pod cp lib/Types/Standard/Tied.pm blib/lib/Types/Standard/Tied.pm cp lib/Error/TypeTiny.pm blib/lib/Error/TypeTiny.pm cp lib/Types/Standard/ArrayRef.pm blib/lib/Types/Standard/ArrayRef.pm cp lib/Test/TypeTiny.pm blib/lib/Test/TypeTiny.pm cp lib/Type/Tiny.pm blib/lib/Type/Tiny.pm cp lib/Type/Tiny/Manual.pod blib/lib/Type/Tiny/Manual.pod cp lib/Types/Standard/ScalarRef.pm blib/lib/Types/Standard/ScalarRef.pm cp lib/Type/Tiny/Manual/UsingWithMoo3.pod blib/lib/Type/Tiny/Manual/UsingWithMoo3.pod cp lib/Types/Common/Numeric.pm blib/lib/Types/Common/Numeric.pm cp lib/Type/Tiny/Manual/UsingWithOther.pod blib/lib/Type/Tiny/Manual/UsingWithOther.pod cp lib/Type/Tiny/Manual/AllTypes.pod blib/lib/Type/Tiny/Manual/AllTypes.pod cp lib/Reply/Plugin/TypeTiny.pm blib/lib/Reply/Plugin/TypeTiny.pm cp lib/Type/Tiny/Manual/UsingWithMite.pod blib/lib/Type/Tiny/Manual/UsingWithMite.pod cp lib/Types/Standard/Map.pm blib/lib/Types/Standard/Map.pm cp lib/Type/Tiny/Union.pm blib/lib/Type/Tiny/Union.pm cp lib/Type/Parser.pm blib/lib/Type/Parser.pm cp lib/Type/Tiny/_HalfOp.pm blib/lib/Type/Tiny/_HalfOp.pm cp lib/Error/TypeTiny/Compilation.pm blib/lib/Error/TypeTiny/Compilation.pm cp lib/Type/Tiny/Class.pm blib/lib/Type/Tiny/Class.pm cp lib/Type/Tiny/Manual/Libraries.pod blib/lib/Type/Tiny/Manual/Libraries.pod cp lib/Type/Tiny/Manual/UsingWithMoo.pod blib/lib/Type/Tiny/Manual/UsingWithMoo.pod cp lib/Type/Tiny/Manual/Installation.pod blib/lib/Type/Tiny/Manual/Installation.pod Manifying 52 pod documents ===> p5-Type-Tiny-2.004000 depends on: p5-Class-InsideOut-* -> p5-Class-InsideOut-1.14p0 ===> p5-Type-Tiny-2.004000 depends on: p5-Devel-Hide-* -> p5-Devel-Hide-0.0015 ===> p5-Type-Tiny-2.004000 depends on: p5-Devel-Refcount-* -> p5-Devel-Refcount-0.10p1 ===> p5-Type-Tiny-2.004000 depends on: p5-IO-String-* -> p5-IO-String-1.08p3 ===> p5-Type-Tiny-2.004000 depends on: p5-Moo-* -> p5-Moo-2.005005 ===> p5-Type-Tiny-2.004000 depends on: p5-MooseX-Getopt-* -> p5-MooseX-Getopt-0.76 ===> p5-Type-Tiny-2.004000 depends on: p5-MooseX-Types-* -> p5-MooseX-Types-0.50p0 ===> p5-Type-Tiny-2.004000 depends on: p5-MooseX-Types-Common-* -> p5-MooseX-Types-Common-0.001014p1 ===> p5-Type-Tiny-2.004000 depends on: p5-Mouse-* -> p5-Mouse-2.5.11 ===> p5-Type-Tiny-2.004000 depends on: p5-MouseX-Types-* -> p5-MouseX-Types-0.06p0 ===> p5-Type-Tiny-2.004000 depends on: p5-Specio-* -> p5-Specio-0.48 ===> p5-Type-Tiny-2.004000 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-Type-Tiny-2.004000 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Type-Tiny-2.004000 depends on: p5-Test-LeakTrace-* -> p5-Test-LeakTrace-0.17 ===> p5-Type-Tiny-2.004000 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> p5-Type-Tiny-2.004000 depends on: p5-Test-Memory-Cycle-* -> p5-Test-Memory-Cycle-1.06p0 ===> p5-Type-Tiny-2.004000 depends on: p5-Test-Warnings-* -> p5-Test-Warnings-0.033 ===> p5-Type-Tiny-2.004000 depends on: p5-bareword-filehandles-* -> p5-bareword-filehandles-0.007p1 ===> p5-Type-Tiny-2.004000 depends on: p5-indirect-* -> p5-indirect-0.39p0 ===> p5-Type-Tiny-2.004000 depends on: p5-strictures-* -> p5-strictures-2.000006 ===> p5-Type-Tiny-2.004000 depends on: p5-Class-XSAccessor->=1.17 -> p5-Class-XSAccessor-1.19p0 ===> p5-Type-Tiny-2.004000 depends on: p5-Devel-LexAlias->=0.05 -> p5-Devel-LexAlias-0.05 ===> p5-Type-Tiny-2.004000 depends on: p5-Devel-StackTrace-* -> p5-Devel-StackTrace-2.05 ===> p5-Type-Tiny-2.004000 depends on: p5-Exporter-Tiny->=1.0060 -> p5-Exporter-Tiny-1.006002 ===> p5-Type-Tiny-2.004000 depends on: p5-Ref-Util-XS->=0.100 -> p5-Ref-Util-XS-0.117p0 ===> Regression tests for p5-Type-Tiny-2.004000 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/20-modules/Devel-TypeTiny-Perl58Compat/*.t t/20-modules/Error-TypeTiny-Assertion/*.t t/20-modules/Error-TypeTiny-Compilation/*.t t/20-modules/Error-TypeTiny-WrongNumberOfParameters/*.t t/20-modules/Error-TypeTiny/*.t t/20-modules/Eval-TypeTiny-CodeAccumulator/*.t t/20-modules/Eval-TypeTiny/*.t t/20-modules/Test-TypeTiny/*.t t/20-modules/Type-Coercion-FromMoose/*.t t/20-modules/Type-Coercion-Union/*.t t/20-modules/Type-Coercion/*.t t/20-modules/Type-Library/*.t t/20-modules/Type-Params-Signature/*.t t/20-modules/Type-Params/*.t t/20-modules/Type-Parser/*.t t/20-modules/Type-Registry/*.t t/20-modules/Type-Tie/*.t t/20-modules/Type-Tiny-Bitfield/*.t t/20-modules/Type-Tiny-Class/*.t t/20-modules/Type-Tiny-ConstrainedObject/*.t t/20-modules/Type-Tiny-Duck/*.t t/20-modules/Type-Tiny-Enum/*.t t/20-modules/Type-Tiny-Intersection/*.t t/20-modules/Type-Tiny-Role/*.t t/20-modules/Type-Tiny-Union/*.t t/20-modules/Type-Tiny-_HalfOp/*.t t/20-modules/Type-Tiny/*.t t/20-modules/Type-Utils/*.t t/20-modules/Types-Common-Numeric/*.t t/20-modules/Types-Common-String/*.t t/20-modules/Types-Common/*.t t/20-modules/Types-Standard/*.t t/20-modules/Types-TypeTiny/*.t t/21-types/*.t t/30-external/Class-InsideOut/*.t t/30-external/Class-Plain/*.t t/30-external/Data-Constraint/*.t t/30-external/Exporter-Tiny/*.t t/30-external/Function-Parameters/*.t t/30-external/JSON-PP/*.t t/30-external/Kavorka/*.t t/30-external/Moo/*.t t/30-external/Moops/*.t t/30-external/Moose/*.t t/30-external/MooseX-Getopt/*.t t/30-external/MooseX-Types/*.t t/30-external/Mouse/*.t t/30-external/MouseX-Types/*.t t/30-external/Object-Accessor/*.t t/30-external/Return-Type/*.t t/30-external/Specio/*.t t/30-external/Sub-Quote/*.t t/30-external/Switcheroo/*.t t/30-external/Type-Library-Compiler/*.t t/30-external/Types-ReadOnly/*.t t/30-external/Validation-Class-Simple/*.t t/30-external/match-simple/*.t t/40-bugs/*.t # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # PERL: 5.038002 # XS: maybe XS # NUMBERS: loose # TESTING: normal # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Exporter::Tiny 1.006002 # Return::Type undef # Type::Tiny::XS undef # # Scalar::Util/Sub::Util 1.63/1.63 # Ref::Util/Ref::Util::XS 0.204/0.117 # Regexp::Util undef # Class::XSAccessor 1.19 # Devel::LexAlias/PadWalker 0.05/2.5 # Devel::StackTrace 2.05 # # Class::Tiny 1.008 # Moo/MooX::TypeTiny 2.005005/undef # Moose/MooseX::Types 2.2207/0.50 # Mouse/MouseX::Types 2.5/0.06 # # $AUTOMATED_TESTING undef # $NONINTERACTIVE_TESTING undef # $EXTENDED_TESTING undef # $AUTHOR_TESTING undef # $RELEASE_TESTING undef # # $PERL_TYPE_TINY_XS undef # $PERL_TYPES_STANDARD_STRICTNUM undef # $PERL_ONLY undef # # >>>> Type::Tiny is using Mouse::XS # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # t/00-begin.t ................................................. ok t/01-compile.t ............................................... ok t/02-api.t ................................................... ok t/03-leak.t .................................................. ok t/20-modules/Devel-TypeTiny-Perl58Compat/basic.t ............. ok t/20-modules/Error-TypeTiny-Assertion/basic.t ................ ok t/20-modules/Error-TypeTiny-Compilation/basic.t .............. ok t/20-modules/Error-TypeTiny-WrongNumberOfParameters/basic.t .. ok t/20-modules/Error-TypeTiny/basic.t .......................... ok t/20-modules/Error-TypeTiny/stacktrace.t ..................... ok t/20-modules/Eval-TypeTiny-CodeAccumulator/basic.t ........... ok t/20-modules/Eval-TypeTiny-CodeAccumulator/callback.t ........ ok t/20-modules/Eval-TypeTiny/aliases-devel-lexalias.t .......... ok t/20-modules/Eval-TypeTiny/aliases-native.t .................. ok t/20-modules/Eval-TypeTiny/aliases-padwalker.t ............... ok t/20-modules/Eval-TypeTiny/aliases-tie.t ..................... ok t/20-modules/Eval-TypeTiny/basic.t ........................... ok t/20-modules/Eval-TypeTiny/lexical-subs.t .................... ok t/20-modules/Test-TypeTiny/basic.t ........................... ok t/20-modules/Test-TypeTiny/extended.t ........................ ok t/20-modules/Test-TypeTiny/matchfor.t ........................ ok t/20-modules/Type-Coercion-FromMoose/basic.t ................. ok t/20-modules/Type-Coercion-FromMoose/errors.t ................ ok t/20-modules/Type-Coercion-Union/basic.t ..................... ok t/20-modules/Type-Coercion/basic.t ........................... ok t/20-modules/Type-Coercion/esoteric.t ........................ ok t/20-modules/Type-Coercion/frozen.t .......................... ok t/20-modules/Type-Coercion/inlining.t ........................ ok t/20-modules/Type-Coercion/parameterized.t ................... ok t/20-modules/Type-Coercion/smartmatch.t ...................... ok t/20-modules/Type-Coercion/typetiny-constructor.t ............ ok t/20-modules/Type-Library/assert.t ........................... ok t/20-modules/Type-Library/declared-types.t ................... ok t/20-modules/Type-Library/deprecation.t ...................... ok t/20-modules/Type-Library/errors.t ........................... ok t/20-modules/Type-Library/exportables-duplicated.t ........... ok t/20-modules/Type-Library/exportables.t ...................... ok t/20-modules/Type-Library/import-params.t .................... ok t/20-modules/Type-Library/inheritance.t ...................... ok t/20-modules/Type-Library/is.t ............................... ok t/20-modules/Type-Library/own-registry.t ..................... ok t/20-modules/Type-Library/recursive-type-definitions.t ....... ok t/20-modules/Type-Library/remove-type.t ...................... ok t/20-modules/Type-Library/to.t ............................... ok t/20-modules/Type-Library/types.t ............................ ok t/20-modules/Type-Params-Signature/basic.t ................... ok t/20-modules/Type-Params/alias.t ............................. ok t/20-modules/Type-Params/badsigs.t ........................... ok t/20-modules/Type-Params/carping.t ........................... ok t/20-modules/Type-Params/clone.t ............................. ok t/20-modules/Type-Params/coerce.t ............................ ok t/20-modules/Type-Params/compile-named-avoidcallbacks.t ...... ok t/20-modules/Type-Params/compile-named-bless.t ............... ok t/20-modules/Type-Params/compile-named-oo-pp.t ............... ok t/20-modules/Type-Params/compile-named-oo.t .................. ok t/20-modules/Type-Params/compile-named.t ..................... ok t/20-modules/Type-Params/defaults.t .......................... ok t/20-modules/Type-Params/goto_next.t ......................... ok t/20-modules/Type-Params/hashorder.t ......................... ok t/20-modules/Type-Params/methods.t ........................... ok t/20-modules/Type-Params/mixednamed.t ........................ ok t/20-modules/Type-Params/multisig-custom-message.t ........... ok t/20-modules/Type-Params/multisig-gotonext.t ................. ok t/20-modules/Type-Params/multisig.t .......................... ok t/20-modules/Type-Params/named-to-list.t ..................... ok t/20-modules/Type-Params/named.t ............................. ok t/20-modules/Type-Params/noninline.t ......................... ok t/20-modules/Type-Params/on-die.t ............................ ok t/20-modules/Type-Params/optional.t .......................... ok t/20-modules/Type-Params/positional.t ........................ ok t/20-modules/Type-Params/slurpy.t ............................ ok t/20-modules/Type-Params/strictness.t ........................ ok t/20-modules/Type-Params/v2-defaults.t ....................... ok t/20-modules/Type-Params/v2-delayed-compilation.t ............ ok t/20-modules/Type-Params/v2-exceptions.t ..................... ok t/20-modules/Type-Params/v2-fallback.t ....................... ok t/20-modules/Type-Params/v2-multi.t .......................... ok t/20-modules/Type-Params/v2-named-backcompat.t ............... ok t/20-modules/Type-Params/v2-named-plus-slurpy.t .............. ok t/20-modules/Type-Params/v2-named.t .......................... ok t/20-modules/Type-Params/v2-positional-backcompat.t .......... ok t/20-modules/Type-Params/v2-positional-plus-slurpy.t ......... ok t/20-modules/Type-Params/v2-positional.t ..................... ok t/20-modules/Type-Params/v2-warnings.t ....................... ok t/20-modules/Type-Params/v2-wrap-inherited-method.t .......... ok t/20-modules/Type-Params/wrap.t .............................. ok t/20-modules/Type-Parser/basic.t ............................. ok t/20-modules/Type-Parser/moosextypes.t ....................... ok t/20-modules/Type-Registry/automagic.t ....................... ok t/20-modules/Type-Registry/basic.t ........................... ok t/20-modules/Type-Registry/methods.t ......................... ok t/20-modules/Type-Registry/moosextypes.t ..................... ok t/20-modules/Type-Registry/mousextypes.t ..................... skipped: requires MouseX::Types::Common t/20-modules/Type-Registry/parent.t .......................... ok t/20-modules/Type-Registry/refcount.t ........................ ok t/20-modules/Type-Tie/01basic.t .............................. ok t/20-modules/Type-Tie/02moosextypes.t ........................ ok t/20-modules/Type-Tie/03prototypicalweirdness.t .............. ok t/20-modules/Type-Tie/04nots.t ............................... ok t/20-modules/Type-Tie/05typetiny.t ........................... ok t/20-modules/Type-Tie/06clone.t .............................. ok t/20-modules/Type-Tie/06storable.t ........................... ok t/20-modules/Type-Tie/basic.t ................................ ok t/20-modules/Type-Tie/very-minimal.t ......................... ok t/20-modules/Type-Tiny-_HalfOp/double-union.t ................ ok t/20-modules/Type-Tiny-_HalfOp/extra-params.t ................ ok t/20-modules/Type-Tiny-_HalfOp/overload-precedence.t ......... ok t/20-modules/Type-Tiny-Bitfield/basic.t ...................... ok t/20-modules/Type-Tiny-Bitfield/errors.t ..................... ok t/20-modules/Type-Tiny-Bitfield/import-options.t ............. ok t/20-modules/Type-Tiny-Bitfield/plus.t ....................... ok t/20-modules/Type-Tiny-Class/basic.t ......................... ok t/20-modules/Type-Tiny-Class/errors.t ........................ ok t/20-modules/Type-Tiny-Class/exporter.t ...................... ok t/20-modules/Type-Tiny-Class/exporter_with_options.t ......... ok t/20-modules/Type-Tiny-Class/plus-constructors.t ............. ok t/20-modules/Type-Tiny-ConstrainedObject/basic.t ............. ok t/20-modules/Type-Tiny-Duck/basic.t .......................... ok t/20-modules/Type-Tiny-Duck/cmp.t ............................ ok t/20-modules/Type-Tiny-Duck/errors.t ......................... ok t/20-modules/Type-Tiny-Duck/exporter.t ....................... ok t/20-modules/Type-Tiny-Enum/basic.t .......................... ok t/20-modules/Type-Tiny-Enum/cmp.t ............................ ok t/20-modules/Type-Tiny-Enum/errors.t ......................... ok t/20-modules/Type-Tiny-Enum/exporter.t ....................... ok t/20-modules/Type-Tiny-Enum/exporter_lexical.t ............... ok t/20-modules/Type-Tiny-Enum/sorter.t ......................... ok t/20-modules/Type-Tiny-Enum/union_intersection.t ............. ok t/20-modules/Type-Tiny-Intersection/basic.t .................. ok t/20-modules/Type-Tiny-Intersection/cmp.t .................... ok t/20-modules/Type-Tiny-Intersection/constrainedobject.t ...... ok t/20-modules/Type-Tiny-Intersection/errors.t ................. ok t/20-modules/Type-Tiny-Role/basic.t .......................... ok t/20-modules/Type-Tiny-Role/errors.t ......................... ok t/20-modules/Type-Tiny-Role/exporter.t ....................... ok t/20-modules/Type-Tiny-Union/basic.t ......................... ok t/20-modules/Type-Tiny-Union/constrainedobject.t ............. ok t/20-modules/Type-Tiny-Union/errors.t ........................ ok t/20-modules/Type-Tiny-Union/relationships.t ................. ok t/20-modules/Type-Tiny/arithmetic.t .......................... ok t/20-modules/Type-Tiny/basic.t ............................... ok t/20-modules/Type-Tiny/cmp.t ................................. ok t/20-modules/Type-Tiny/coercion-modifiers.t .................. ok t/20-modules/Type-Tiny/constraint-strings.t .................. ok t/20-modules/Type-Tiny/custom-exception-classes.t ............ ok t/20-modules/Type-Tiny/definition-context.t .................. ok t/20-modules/Type-Tiny/deprecation.t ......................... ok t/20-modules/Type-Tiny/esoteric.t ............................ ok t/20-modules/Type-Tiny/inline-assert.t ....................... ok t/20-modules/Type-Tiny/list-methods.t ........................ ok t/20-modules/Type-Tiny/my-methods.t .......................... ok t/20-modules/Type-Tiny/parameterization.t .................... ok t/20-modules/Type-Tiny/refcount.t ............................ ok t/20-modules/Type-Tiny/shortcuts.t ........................... ok t/20-modules/Type-Tiny/smartmatch.t .......................... ok t/20-modules/Type-Tiny/strictmode-off.t ...................... ok t/20-modules/Type-Tiny/strictmode-on.t ....................... ok t/20-modules/Type-Tiny/syntax.t .............................. ok t/20-modules/Type-Tiny/to-moose.t ............................ ok t/20-modules/Type-Tiny/to-mouse.t ............................ ok t/20-modules/Type-Tiny/type_default.t ........................ ok t/20-modules/Type-Utils/auto-registry.t ...................... ok t/20-modules/Type-Utils/classifier.t ......................... ok t/20-modules/Type-Utils/dwim-both.t .......................... ok t/20-modules/Type-Utils/dwim-moose.t ......................... ok t/20-modules/Type-Utils/dwim-mouse.t ......................... ok t/20-modules/Type-Utils/is.t ................................. ok t/20-modules/Type-Utils/match-on-type.t ...................... ok t/20-modules/Type-Utils/warnings.t ........................... ok t/20-modules/Types-Common-Numeric/basic.t .................... ok t/20-modules/Types-Common-Numeric/immutable.t ................ ok t/20-modules/Types-Common-Numeric/ranges.t ................... ok t/20-modules/Types-Common-String/basic.t ..................... ok t/20-modules/Types-Common-String/coerce.t .................... ok t/20-modules/Types-Common-String/immutable.t ................. ok t/20-modules/Types-Common-String/strlength.t ................. ok t/20-modules/Types-Common-String/unicode.t ................... ok t/20-modules/Types-Common/basic.t ............................ ok t/20-modules/Types-Common/immutable.t ........................ ok t/20-modules/Types-Standard/arrayreflength.t ................. ok t/20-modules/Types-Standard/basic.t .......................... ok t/20-modules/Types-Standard/cycletuple.t ..................... ok t/20-modules/Types-Standard/deep-coercions.t ................. ok t/20-modules/Types-Standard/filehandle.t ..................... ok t/20-modules/Types-Standard/immutable.t ...................... ok t/20-modules/Types-Standard/lockdown.t ....................... ok t/20-modules/Types-Standard/mxtmlb-alike.t ................... ok t/20-modules/Types-Standard/optlist.t ........................ ok t/20-modules/Types-Standard/overload.t ....................... ok t/20-modules/Types-Standard/strmatch-allow-callbacks.t ....... ok t/20-modules/Types-Standard/strmatch-avoid-callbacks.t ....... ok t/20-modules/Types-Standard/strmatch.t ....................... ok t/20-modules/Types-Standard/structured.t ..................... ok t/20-modules/Types-Standard/tied.t ........................... ok t/20-modules/Types-TypeTiny/basic.t .......................... ok t/20-modules/Types-TypeTiny/coercion.t ....................... ok t/20-modules/Types-TypeTiny/meta.t ........................... ok t/20-modules/Types-TypeTiny/moosemouse.t ..................... ok t/20-modules/Types-TypeTiny/progressiveexporter.t ............ ok t/20-modules/Types-TypeTiny/type-puny.t ...................... ok t/21-types/_ForeignTypeConstraint.t .......................... ok t/21-types/Any.t ............................................. ok t/21-types/ArrayLike.t ....................................... ok t/21-types/ArrayRef.t ........................................ ok t/21-types/Bool.t ............................................ ok t/21-types/BoolLike.t ........................................ ok t/21-types/ClassName.t ....................................... ok t/21-types/CodeLike.t ........................................ ok t/21-types/CodeRef.t ......................................... ok t/21-types/ConsumerOf.t ...................................... ok t/21-types/CycleTuple.t ...................................... ok t/21-types/Defined.t ......................................... ok t/21-types/DelimitedStr.t .................................... ok t/21-types/Dict.t ............................................ ok t/21-types/Enum.t ............................................ ok t/21-types/FileHandle.t ...................................... ok t/21-types/GlobRef.t ......................................... ok t/21-types/HashLike.t ........................................ ok t/21-types/HashRef.t ......................................... ok t/21-types/HasMethods.t ...................................... ok t/21-types/InstanceOf.t ...................................... ok t/21-types/Int.t ............................................. ok t/21-types/IntRange.t ........................................ ok t/21-types/Item.t ............................................ ok t/21-types/LaxNum.t .......................................... ok t/21-types/LowerCaseSimpleStr.t .............................. ok t/21-types/LowerCaseStr.t .................................... ok t/21-types/Map.t ............................................. ok t/21-types/Maybe.t ........................................... ok t/21-types/NegativeInt.t ..................................... ok t/21-types/NegativeNum.t ..................................... ok t/21-types/NegativeOrZeroInt.t ............................... ok t/21-types/NegativeOrZeroNum.t ............................... ok t/21-types/NonEmptySimpleStr.t ............................... ok t/21-types/NonEmptyStr.t ..................................... ok t/21-types/Num.t ............................................. ok t/21-types/NumericCode.t ..................................... ok t/21-types/NumRange.t ........................................ ok t/21-types/Object.t .......................................... ok t/21-types/Optional.t ........................................ ok t/21-types/OptList.t ......................................... ok t/21-types/Overload.t ........................................ ok t/21-types/Password.t ........................................ ok t/21-types/PositiveInt.t ..................................... ok t/21-types/PositiveNum.t ..................................... ok t/21-types/PositiveOrZeroInt.t ............................... ok t/21-types/PositiveOrZeroNum.t ............................... ok t/21-types/Ref.t ............................................. ok t/21-types/RegexpRef.t ....................................... ok t/21-types/RoleName.t ........................................ ok t/21-types/ScalarRef.t ....................................... ok t/21-types/SimpleStr.t ....................................... ok t/21-types/SingleDigit.t ..................................... ok t/21-types/Slurpy.t .......................................... ok t/21-types/Str.t ............................................. ok t/21-types/StrictNum.t ....................................... ok t/21-types/StringLike.t ...................................... ok t/21-types/StrLength.t ....................................... ok t/21-types/StrMatch-more.t ................................... ok t/21-types/StrMatch.t ........................................ ok t/21-types/StrongPassword.t .................................. ok t/21-types/Tied.t ............................................ ok t/21-types/Tuple.t ........................................... ok t/21-types/TypeTiny.t ........................................ ok t/21-types/Undef.t ........................................... ok t/21-types/UpperCaseSimpleStr.t .............................. ok t/21-types/UpperCaseStr.t .................................... ok t/21-types/Value.t ........................................... ok t/30-external/Class-InsideOut/basic.t ........................ ok t/30-external/Class-Plain/basic.t ............................ skipped: requires Class::Plain t/30-external/Class-Plain/multisig.t ......................... skipped: requires Class::Plain t/30-external/Data-Constraint/basic.t ........................ skipped: requires Data::Constraint t/30-external/Exporter-Tiny/basic.t .......................... ok t/30-external/Exporter-Tiny/installer.t ...................... skipped: requires Sub::Exporter::Lexical t/30-external/Exporter-Tiny/role-conflict.t .................. ok t/30-external/Function-Parameters/basic.t .................... skipped: requires Function::Parameters t/30-external/JSON-PP/basic.t ................................ ok t/30-external/Kavorka/80returntype.t ......................... skipped: EXTENDED_TESTING t/30-external/Kavorka/basic.t ................................ skipped: requires Kavorka t/30-external/match-simple/basic.t ........................... skipped: requires match::simple t/30-external/Moo/basic.t .................................... ok t/30-external/Moo/coercion-inlining-avoidance.t .............. ok t/30-external/Moo/coercion.t ................................. ok t/30-external/Moo/exceptions.t ............................... ok t/30-external/Moo/inflation.t ................................ ok t/30-external/Moo/inflation2.t ............................... ok t/30-external/Moops/basic.t .................................. skipped: requires Moops t/30-external/Moops/library-keyword.t ........................ skipped: requires Moops t/30-external/Moose/accept-moose-types.t ..................... ok t/30-external/Moose/basic.t .................................. ok t/30-external/Moose/coercion-more.t .......................... ok t/30-external/Moose/coercion.t ............................... ok t/30-external/Moose/inflate-then-inline.t .................... ok t/30-external/Moose/native-attribute-traits.t ................ ok t/30-external/Moose/parameterized.t .......................... ok t/30-external/MooseX-Getopt/coercion.t ....................... skipped: requires Types::Path::Tiny t/30-external/MooseX-Types/basic.t ........................... ok t/30-external/MooseX-Types/extending.t ....................... ok t/30-external/MooseX-Types/more.t ............................ ok t/30-external/Mouse/basic.t .................................. ok t/30-external/Mouse/coercion.t ............................... ok t/30-external/Mouse/parameterized.t .......................... ok t/30-external/MouseX-Types/basic.t ........................... ok t/30-external/MouseX-Types/extending.t ....................... ok t/30-external/Object-Accessor/basic.t ........................ skipped: requires Object::Accessor t/30-external/Return-Type/basic.t ............................ skipped: requires Return::Type t/30-external/Specio/basic.t ................................. ok t/30-external/Specio/library.t ............................... ok t/30-external/Sub-Quote/basic.t .............................. ok t/30-external/Sub-Quote/delayed-quoting.t .................... ok t/30-external/Sub-Quote/unquote-coercions.t .................. ok t/30-external/Sub-Quote/unquote-constraints.t ................ ok t/30-external/Switcheroo/basic.t ............................. skipped: requires Switcheroo t/30-external/Type-Library-Compiler/basic.t .................. ok t/30-external/Types-ReadOnly/basic.t ......................... skipped: requires Types::ReadOnly t/30-external/Validation-Class-Simple/archaic.t .............. skipped: requires Validation::Class t/30-external/Validation-Class-Simple/basic.t ................ skipped: requires Validation::Class t/40-bugs/73f51e2d.t ......................................... skipped: ithreads only test t/40-bugs/gh1.t .............................................. ok t/40-bugs/gh14.t ............................................. ok t/40-bugs/gh80.t ............................................. ok t/40-bugs/gh96.t ............................................. ok t/40-bugs/rt102748.t ......................................... skipped: requires MooseX::Types::DBIx::Class t/40-bugs/rt104154.t ......................................... ok t/40-bugs/rt121763.t ......................................... ok t/40-bugs/rt125132.t ......................................... ok t/40-bugs/rt125765.t ......................................... ok t/40-bugs/rt129729.t ......................................... ok t/40-bugs/rt130823.t ......................................... ok t/40-bugs/rt131401.t ......................................... ok t/40-bugs/rt131576.t ......................................... skipped: requires MooX::TypeTiny t/40-bugs/rt133141.t ......................................... ok t/40-bugs/rt85911.t .......................................... ok t/40-bugs/rt86004.t .......................................... ok t/40-bugs/rt86233.t .......................................... ok t/40-bugs/rt86239.t .......................................... ok t/40-bugs/rt90096-2.t ........................................ ok t/40-bugs/rt90096.t .......................................... ok t/40-bugs/rt92571-2.t ........................................ ok t/40-bugs/rt92571.t .......................................... ok t/40-bugs/rt92591.t .......................................... ok t/40-bugs/rt94196.t .......................................... ok t/40-bugs/rt97684.t .......................................... ok t/40-bugs/rt98113.t .......................................... ok t/40-bugs/ttxs-gh1.t ......................................... ok t/98-param-eg-from-docs.t .................................... ok t/99-moose-std-types-test.t .................................. skipped: EXTENDED_TESTING All tests successful. Files=347, Tests=8847, 105 wallclock secs ( 1.85 usr 1.25 sys + 75.91 cusr 22.69 csys = 101.70 CPU) Result: PASS PASS devel/p5-Type-Tiny Duration 1m54.05s START devel/p5-X-Tiny 2024-11-22T08:15:23Z export _LOCKS_HELD="" ===> Cleaning for p5-X-Tiny-0.22 ===> Checking files for p5-X-Tiny-0.22 `/usr/ports/distfiles/X-Tiny-0.22.tar.gz' is up to date. ===> Building from scratch p5-X-Tiny-0.22 ===> Checking files for p5-X-Tiny-0.22 `/usr/ports/distfiles/X-Tiny-0.22.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-X-Tiny-0.22 ===> Patching for p5-X-Tiny-0.22 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-X-Tiny-0.22 ===> Configuring for p5-X-Tiny-0.22 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for X::Tiny Writing MYMETA.yml and MYMETA.json ===> Building for p5-X-Tiny-0.22 cp lib/X/Tiny/Base.pm blib/lib/X/Tiny/Base.pm cp lib/X/Tiny.pm blib/lib/X/Tiny.pm Manifying 2 pod documents ===> p5-X-Tiny-0.22 depends on: p5-Test-FailWarnings-* -> p5-Test-FailWarnings-0.008p1 ===> p5-X-Tiny-0.22 depends on: p5-Module-Runtime-* -> p5-Module-Runtime-0.016p0 ===> Regression tests for p5-X-Tiny-0.22 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic.t ............ ok t/call_stack_refs.t .. ok t/loader.t ........... ok t/no_overload.t ...... ok All tests successful. Files=4, Tests=14, 0 wallclock secs ( 0.04 usr 0.04 sys + 0.31 cusr 0.21 csys = 0.60 CPU) Result: PASS PASS devel/p5-X-Tiny Duration 0m03.38s START devel/p5-XS-Parse-Keyword 2024-11-22T08:15:26Z export _LOCKS_HELD="" ===> Cleaning for p5-XS-Parse-Keyword-0.46 ===> Checking files for p5-XS-Parse-Keyword-0.46 `/usr/ports/distfiles/XS-Parse-Keyword-0.46.tar.gz' is up to date. ===> Building from scratch p5-XS-Parse-Keyword-0.46 ===> p5-XS-Parse-Keyword-0.46 depends on: p5-ExtUtils-CChecker->=0.11 -> p5-ExtUtils-CChecker-0.12 ===> p5-XS-Parse-Keyword-0.46 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-XS-Parse-Keyword-0.46 `/usr/ports/distfiles/XS-Parse-Keyword-0.46.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-XS-Parse-Keyword-0.46 ===> Patching for p5-XS-Parse-Keyword-0.46 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-XS-Parse-Keyword-0.46 ===> Configuring for p5-XS-Parse-Keyword-0.46 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'XS-Parse-Keyword' version '0.46' ===> Building for p5-XS-Parse-Keyword-0.46 Building XS-Parse-Keyword cc -Isrc/ -I/usr/libdata/perl5/i386-openbsd/CORE -DPIC -fpic -Ishare-keyword/include -Ishare-infix/include -Ihax -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o src/infix.o src/infix.c src/infix.c:945:12: warning: enumeration values 'SHAPE_LISTASSOC_SCALARS' and 'SHAPE_LISTASSOC_LISTS' not handled in switch [-Wswitch] switch(operand_shape(®->hd)) { ^~~~~~~~~~~~~~~~~~~~~~~ src/infix.c:902:33: warning: unsequenced modification and access to 'len' [-Wunsequenced] opnamesv = newSVpvn_flags(HePV(he, len) + PREFIXLEN, len - PREFIXLEN, HeUTF8(he) ? SVf_UTF8 : 0); ^ ~~~ /usr/libdata/perl5/i386-openbsd/CORE/hv.h:434:39: note: expanded from macro 'HePV' ((lp = HeKLEN(he)), HeKEY(he))) ^ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:440:75: note: expanded from macro 'newSVpvn_flags' # define newSVpvn_flags(a,b,c) Perl_newSVpvn_flags(aTHX_ a,b,c) ^ ~ src/infix.c:1151:27: warning: implicit truncation from 'int' to a one-bit wide bit-field changes value from 1 to -1 [-Wsingle-bit-bitfield-constant-conversion] reg->opname_is_WIDE = TRUE; ^ ~~~~ 3 warnings generated. cc -Isrc/ -I/usr/libdata/perl5/i386-openbsd/CORE -DPIC -fpic -Ishare-keyword/include -Ishare-infix/include -Ihax -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o src/keyword.o src/keyword.c src/keyword.c:348:43: warning: format specifies type 'int' but the argument has type 'U32' (aka 'unsigned long') [-Wformat] croak("TODO: probe_piece on type=%d\n", type); ~~ ^~~~ %lu /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ src/keyword.c:822:43: warning: format specifies type 'int' but the argument has type 'U32' (aka 'unsigned long') [-Wformat] croak("TODO: parse_piece on type=%d\n", type); ~~ ^~~~ %lu /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ 2 warnings generated. cc -Isrc/ -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.46"' '-DXS_VERSION="0.46"' -DPIC -fpic -Ishare-keyword/include -Ishare-infix/include -Ihax -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o lib/XS/Parse/Keyword.o lib/XS/Parse/Keyword.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/XS/Parse/Keyword/Keyword.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o blib/arch/auto/XS/Parse/Keyword/Keyword.so lib/XS/Parse/Keyword.o src/infix.o src/keyword.o ===> p5-XS-Parse-Keyword-0.46 depends on: p5-Test2-Suite-* -> p5-Test2-Suite-0.000163 ===> p5-XS-Parse-Keyword-0.46 depends on: p5-File-ShareDir->=1.00 -> p5-File-ShareDir-1.118 ===> p5-XS-Parse-Keyword-0.46 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-XS-Parse-Keyword-0.46 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-XS-Parse-Keyword-0.46 cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.46"' '-DXS_VERSION="0.46"' -DPIC -fpic -Ishare-keyword/include -Ishare-infix/include -Ihax -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o t/build.o t/build.c ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/build/build.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o t/blib/arch/auto/t/build/build.so t/build.o cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.46"' '-DXS_VERSION="0.46"' -DPIC -fpic -Ishare-keyword/include -Ishare-infix/include -Ihax -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o t/flags.o t/flags.c ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/flags/flags.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o t/blib/arch/auto/t/flags/flags.so t/flags.o cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.46"' '-DXS_VERSION="0.46"' -DPIC -fpic -Ishare-keyword/include -Ishare-infix/include -Ihax -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o t/infix.o t/infix.c ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/infix/infix.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o t/blib/arch/auto/t/infix/infix.so t/infix.o cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.46"' '-DXS_VERSION="0.46"' -DPIC -fpic -Ishare-keyword/include -Ishare-infix/include -Ihax -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o t/line.o t/line.c ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/line/line.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o t/blib/arch/auto/t/line/line.so t/line.o cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.46"' '-DXS_VERSION="0.46"' -DPIC -fpic -Ishare-keyword/include -Ishare-infix/include -Ihax -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o t/pieces.o t/pieces.c ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/pieces/pieces.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o t/blib/arch/auto/t/pieces/pieces.so t/pieces.o cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.46"' '-DXS_VERSION="0.46"' -DPIC -fpic -Ishare-keyword/include -Ishare-infix/include -Ihax -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o t/probing.o t/probing.c ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/probing/probing.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o t/blib/arch/auto/t/probing/probing.so t/probing.o cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.46"' '-DXS_VERSION="0.46"' -DPIC -fpic -Ishare-keyword/include -Ishare-infix/include -Ihax -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o t/stages.o t/stages.c ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/stages/stages.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o t/blib/arch/auto/t/stages/stages.so t/stages.o cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.46"' '-DXS_VERSION="0.46"' -DPIC -fpic -Ishare-keyword/include -Ishare-infix/include -Ihax -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o t/structures.o t/structures.c ExtUtils::Mkbootstrap::Mkbootstrap('t/blib/arch/auto/t/structures/structures.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o t/blib/arch/auto/t/structures/structures.so t/structures.o t/00use.t ............... ok t/10stages-permit.t ..... ok t/11stages-check.t ...... ok t/30pieces-literal.t .... ok t/31pieces-block.t ...... ok t/32pieces-anonsub.t .... ok t/33pieces-arithexpr.t .. ok t/33pieces-listexpr.t ... ok t/33pieces-termexpr.t ... ok t/34pieces-ident.t ...... ok t/35pieces-lexvar.t ..... ok t/36pieces-attrs.t ...... ok t/37pieces-vstring.t .... ok t/38pieces-infix.t ...... ok t/39pieces-warning.t .... ok t/40build.t ............. ok t/41structures.t ........ ok t/42containers.t ........ ok t/43probing.t ........... ok t/50flags-autosemi.t .... ok t/60line.t .............. ok t/70infix.t ............. ok t/71infix-wrapper.t ..... ok t/99pod.t ............... ok All tests successful. Files=24, Tests=199, 7 wallclock secs ( 0.09 usr 0.16 sys + 4.81 cusr 1.72 csys = 6.78 CPU) Result: PASS PASS devel/p5-XS-Parse-Keyword Duration 0m19.24s START devel/p5-YAML 2024-11-22T08:15:46Z export _LOCKS_HELD="" ===> Cleaning for p5-YAML-1.31 ===> Checking files for p5-YAML-1.31 `/usr/ports/distfiles/YAML-1.31.tar.gz' is up to date. ===> Building from scratch p5-YAML-1.31 ===> Checking files for p5-YAML-1.31 `/usr/ports/distfiles/YAML-1.31.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-YAML-1.31 ===> Patching for p5-YAML-1.31 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-YAML-1.31 ===> Configuring for p5-YAML-1.31 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for YAML Writing MYMETA.yml and MYMETA.json ===> Building for p5-YAML-1.31 cp lib/YAML.pm blib/lib/YAML.pm cp lib/YAML/Dumper/Base.pod blib/lib/YAML/Dumper/Base.pod cp lib/YAML/Dumper.pm blib/lib/YAML/Dumper.pm cp lib/YAML/Node.pod blib/lib/YAML/Node.pod cp lib/YAML/Loader.pm blib/lib/YAML/Loader.pm cp lib/YAML/Loader/Base.pod blib/lib/YAML/Loader/Base.pod cp lib/YAML/Marshall.pm blib/lib/YAML/Marshall.pm cp lib/YAML.pod blib/lib/YAML.pod cp lib/YAML/Dumper/Base.pm blib/lib/YAML/Dumper/Base.pm cp lib/YAML/Tag.pm blib/lib/YAML/Tag.pm cp lib/YAML/Error.pm blib/lib/YAML/Error.pm cp lib/YAML/Node.pm blib/lib/YAML/Node.pm cp lib/YAML/Any.pm blib/lib/YAML/Any.pm cp lib/YAML/Dumper.pod blib/lib/YAML/Dumper.pod cp lib/YAML/Mo.pm blib/lib/YAML/Mo.pm cp lib/YAML/Types.pod blib/lib/YAML/Types.pod cp lib/YAML/Types.pm blib/lib/YAML/Types.pm cp lib/YAML/Loader.pod blib/lib/YAML/Loader.pod cp lib/YAML/Tag.pod blib/lib/YAML/Tag.pod cp lib/YAML/Error.pod blib/lib/YAML/Error.pod cp lib/YAML/Loader/Base.pm blib/lib/YAML/Loader/Base.pm cp lib/YAML/Any.pod blib/lib/YAML/Any.pod cp lib/YAML/Marshall.pod blib/lib/YAML/Marshall.pod Manifying 11 pod documents ===> p5-YAML-1.31 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-YAML-1.31 depends on: p5-Test-YAML->=1.05 -> p5-Test-YAML-1.07p0 ===> p5-YAML-1.31 depends on: p5-YAML-XS-* -> p5-YAML-XS-0.89 ===> Regression tests for p5-YAML-1.31 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/000-compile-modules.t ............ ok t/2-scalars.t ...................... ok t/author-pod-syntax.t .............. skipped: these tests are for testing by the author t/basic-tests.t .................... ok t/bugs-emailed.t ................... ok t/bugs-rt.t ........................ ok t/changes.t ........................ ok t/dump-basics.t .................... ok t/dump-blessed-glob.t .............. ok t/dump-blessed.t ................... ok t/dump-code.t ...................... ok t/dump-file-utf8.t ................. ok t/dump-file.t ...................... ok t/dump-nested.t .................... ok t/dump-opts.t ...................... ok t/dump-perl-types-512.t ............ skipped: test only for perls before v5.13.5-11-gfb85c04 t/dump-perl-types-514.t ............ ok t/dump-perl-types.t ................ ok t/dump-stringify.t ................. ok t/dump-stringy-numbers.t ........... ok t/dump-synopsis.t .................. ok t/dump-tests-512.t ................. skipped: test only for perls before v5.13.5-11-gfb85c04 t/dump-tests-514.t ................. ok t/dump-tests.t ..................... ok t/dump-works.t ..................... ok t/errors.t ......................... ok t/export.t ......................... ok t/freeze-thaw.t .................... ok t/global-api.t ..................... ok t/inbox.t .......................... ok t/io-handle.t ...................... ok t/issue-149.t ...................... ok t/issue-69.t ....................... ok t/load-code.t ...................... ok t/load-fails.t ..................... ok t/load-passes.t .................... ok t/load-slides.t .................... ok t/load-spec.t ...................... ok t/load-tests.t ..................... ok t/load-works.t ..................... ok t/marshall.t ....................... ok t/no-load-blessed.t ................ ok t/node-info.t ...................... ok t/numify.t ......................... ok t/preserve.t ....................... ok t/pugs-objects.t ................... ok t/references.t ..................... ok t/regexp.t ......................... ok t/roundtrip.t ...................... ok t/rt-90593.t ....................... ok t/svk.t ............................ ok t/test.t ........................... ok t/trailing-comments-content.t ...... ok t/trailing-comments-non-content.t .. ok All tests successful. Files=54, Tests=542, 21 wallclock secs ( 0.21 usr 0.16 sys + 17.28 cusr 3.30 csys = 20.95 CPU) Result: PASS PASS devel/p5-YAML Duration 0m24.66s START devel/p5-YAML-Syck 2024-11-22T08:16:10Z export _LOCKS_HELD="" ===> Cleaning for p5-YAML-Syck-1.34 ===> Checking files for p5-YAML-Syck-1.34 `/usr/ports/distfiles/YAML-Syck-1.34.tar.gz' is up to date. ===> Building from scratch p5-YAML-Syck-1.34 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-YAML-Syck-1.34 `/usr/ports/distfiles/YAML-Syck-1.34.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-YAML-Syck-1.34 ===> Patching for p5-YAML-Syck-1.34 ===> Applying OpenBSD patch patch-syck_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Zeroing allocated space avoids a perl segfault with malloc_flags J. | |Index: syck.h |--- syck.h.orig |+++ syck.h -------------------------- Patching file syck.h using Plan A... Hunk #1 succeeded at 64. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-YAML-Syck-1.34 Regenerating ppport.h ===> Configuring for p5-YAML-Syck-1.34 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for YAML::Syck Writing MYMETA.yml and MYMETA.json ===> Building for p5-YAML-Syck-1.34 cp lib/YAML/Dumper/Syck.pm blib/lib/YAML/Dumper/Syck.pm cp lib/YAML/Loader/Syck.pm blib/lib/YAML/Loader/Syck.pm cp lib/JSON/Syck.pm blib/lib/JSON/Syck.pm cp lib/YAML/Syck.pm blib/lib/YAML/Syck.pm Running Mkbootstrap for Syck () chmod 644 "Syck.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Syck.bs blib/arch/auto/YAML/Syck/Syck.bs 644 cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.34\" -DXS_VERSION=\"1.34\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" bytecode.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.34\" -DXS_VERSION=\"1.34\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" emitter.c emitter.c:161:19: warning: passing arguments to 'st_foreach' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_foreach( e->anchors, syck_st_free_anchors, 0 ); ^ emitter.c:162:22: warning: passing arguments to 'st_free_table' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_free_table( e->anchors ); ^ emitter.c:168:22: warning: passing arguments to 'st_free_table' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_free_table( e->anchored ); ^ emitter.c:177:22: warning: passing arguments to 'st_free_table' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_free_table( e->markers ); ^ emitter.c:400:18: warning: passing arguments to 'st_lookup' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_lookup( e->markers, n, (st_data_t *)&oid ) && ^ emitter.c:401:18: warning: passing arguments to 'st_lookup' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_lookup( e->anchors, (st_data_t)oid, (st_data_t *)&anchor_name ) ) ^ emitter.c:408:25: warning: passing arguments to 'st_lookup' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ( ! st_lookup( e->anchored, (st_data_t)anchor_name, 0 ) ) ^ emitter.c:422:22: warning: passing arguments to 'st_insert' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_insert( e->anchored, (st_data_t)anchor_name, 0 ); ^ emitter.c:1317:21: warning: passing arguments to 'st_lookup' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ( ! st_lookup( e->markers, n, (st_data_t *)&oid ) ) ^ emitter.c:1323:18: warning: passing arguments to 'st_insert' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_insert( e->markers, n, (st_data_t)oid ); ^ emitter.c:1332:25: warning: passing arguments to 'st_lookup' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ( ! st_lookup( e->anchors, (st_data_t)oid, (st_data_t *)&anchor_name ) ) ^ emitter.c:1348:22: warning: passing arguments to 'st_insert' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_insert( e->anchors, (st_data_t)oid, (st_data_t)anchor_name ); ^ 12 warnings generated. cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.34\" -DXS_VERSION=\"1.34\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" gram.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.34\" -DXS_VERSION=\"1.34\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" handler.c handler.c:49:23: warning: passing arguments to 'st_lookup' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ( st_lookup( p->bad_anchors, (st_data_t)a, (st_data_t *)&bad ) ) ^ handler.c:62:19: warning: passing arguments to 'st_lookup' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ( st_lookup( p->anchors, (st_data_t)a, (st_data_t *)&ntmp ) ) ^ handler.c:69:14: warning: passing arguments to 'st_insert' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_insert( p->anchors, (st_data_t)a, (st_data_t)n ); ^ handler.c:82:19: warning: passing arguments to 'st_delete' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ( st_delete( p->anchors, (st_data_t *)&atmp, (st_data_t *)&ntmp ) ) ^ handler.c:89:14: warning: passing arguments to 'st_insert' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_insert( p->anchors, (st_data_t)a, (st_data_t)1 ); ^ handler.c:99:23: warning: passing arguments to 'st_lookup' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ( st_lookup( p->anchors, (st_data_t)a, (st_data_t *)&n ) ) ^ handler.c:112:33: warning: passing arguments to 'st_lookup' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ( ! st_lookup( p->bad_anchors, (st_data_t)a, (st_data_t *)&n ) ) ^ handler.c:115:30: warning: passing arguments to 'st_insert' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_insert( p->bad_anchors, (st_data_t)a, (st_data_t)n ); ^ 8 warnings generated. cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.34\" -DXS_VERSION=\"1.34\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" implicit.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.34\" -DXS_VERSION=\"1.34\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" node.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.34\" -DXS_VERSION=\"1.34\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" syck_.c syck_.c:187:14: warning: passing arguments to 'st_insert' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_insert( p->syms, id, (st_data_t)data ); ^ syck_.c:195:21: warning: passing arguments to 'st_lookup' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] return st_lookup( p->syms, id, (st_data_t *)data ); ^ syck_.c:214:19: warning: passing arguments to 'st_foreach' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_foreach( p->anchors, syck_st_free_nodes, 0 ); ^ syck_.c:215:22: warning: passing arguments to 'st_free_table' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_free_table( p->anchors ); ^ syck_.c:221:19: warning: passing arguments to 'st_foreach' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_foreach( p->bad_anchors, syck_st_free_nodes, 0 ); ^ syck_.c:222:22: warning: passing arguments to 'st_free_table' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_free_table( p->bad_anchors ); ^ syck_.c:235:22: warning: passing arguments to 'st_free_table' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_free_table( p->syms ); ^ 7 warnings generated. cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.34\" -DXS_VERSION=\"1.34\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" syck_st.c syck_st.c:114:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] new_size(size) ^ syck_st.c:152:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_init_table_with_size(type, size) ^ In file included from syck_st.c:8: ./syck_st.h:28:11: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] st_table *st_init_table_with_size(); ^ syck_st.c:177:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_init_table(type) ^ In file included from syck_st.c:8: ./syck_st.h:27:11: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] st_table *st_init_table(); ^ syck_st.c:190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_init_numtable_with_size(size) ^ In file included from syck_st.c:8: ./syck_st.h:30:11: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] st_table *st_init_numtable_with_size(); ^ syck_st.c:203:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_init_strtable_with_size(size) ^ In file included from syck_st.c:8: ./syck_st.h:32:11: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] st_table *st_init_strtable_with_size(); ^ syck_st.c:210:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_free_table(table) ^ In file included from syck_st.c:8: ./syck_st.h:35:37: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void st_foreach(), st_add_direct(), st_free_table(), st_cleanup_safe(); ^ syck_st.c:258:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hash_val = do_hash(key, table); ^ syck_st.c:69:64: note: expanded from macro 'do_hash' #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key)) ^ syck_st.c:259:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FIND_ENTRY(table, ptr, hash_val, bin_pos); ^ syck_st.c:240:9: note: expanded from macro 'FIND_ENTRY' if (PTR_NOT_EQUAL(table, ptr, hash_val, key)) {\ ^ syck_st.c:229:45: note: expanded from macro 'PTR_NOT_EQUAL' ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key))) ^ syck_st.c:67:62: note: expanded from macro 'EQUAL' #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) ^ syck_st.c:259:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] syck_st.c:242:9: note: expanded from macro 'FIND_ENTRY' while (PTR_NOT_EQUAL(table, ptr->next, hash_val, key)) {\ ^ syck_st.c:229:45: note: expanded from macro 'PTR_NOT_EQUAL' ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key))) ^ syck_st.c:67:62: note: expanded from macro 'EQUAL' #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) ^ syck_st.c:250:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_lookup(table, key, value) ^ In file included from syck_st.c:8: ./syck_st.h:34:18: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int st_insert(), st_lookup(); ^ syck_st.c:297:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hash_val = do_hash(key, table); ^ syck_st.c:69:64: note: expanded from macro 'do_hash' #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key)) ^ syck_st.c:298:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] FIND_ENTRY(table, ptr, hash_val, bin_pos); ^ syck_st.c:240:9: note: expanded from macro 'FIND_ENTRY' if (PTR_NOT_EQUAL(table, ptr, hash_val, key)) {\ ^ syck_st.c:229:45: note: expanded from macro 'PTR_NOT_EQUAL' ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key))) ^ syck_st.c:67:62: note: expanded from macro 'EQUAL' #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) ^ syck_st.c:298:5: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] syck_st.c:242:9: note: expanded from macro 'FIND_ENTRY' while (PTR_NOT_EQUAL(table, ptr->next, hash_val, key)) {\ ^ syck_st.c:229:45: note: expanded from macro 'PTR_NOT_EQUAL' ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key))) ^ syck_st.c:67:62: note: expanded from macro 'EQUAL' #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) ^ syck_st.c:301:2: warning: passing arguments to 'rehash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ADD_DIRECT(table, key, value, hash_val, bin_pos); ^ syck_st.c:274:8: note: expanded from macro 'ADD_DIRECT' rehash(table);\ ^ syck_st.c:289:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_insert(table, key, value) ^ In file included from syck_st.c:8: ./syck_st.h:34:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int st_insert(), st_lookup(); ^ syck_st.c:318:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hash_val = do_hash(key, table); ^ syck_st.c:69:64: note: expanded from macro 'do_hash' #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key)) ^ syck_st.c:320:5: warning: passing arguments to 'rehash' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ADD_DIRECT(table, key, value, hash_val, bin_pos); ^ syck_st.c:274:8: note: expanded from macro 'ADD_DIRECT' rehash(table);\ ^ syck_st.c:311:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_add_direct(table, key, value) ^ In file included from syck_st.c:8: ./syck_st.h:35:20: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void st_foreach(), st_add_direct(), st_free_table(), st_cleanup_safe(); ^ syck_st.c:324:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] rehash(table) ^ syck_st.c:62:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void rehash(); ^ syck_st.c:350:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_copy(old_table) ^ In file included from syck_st.c:8: ./syck_st.h:36:11: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] st_table *st_copy(); ^ syck_st.c:400:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hash_val = do_hash_bin(*key, table); ^ syck_st.c:70:33: note: expanded from macro 'do_hash_bin' #define do_hash_bin(key,table) (do_hash(key, table)%(table)->num_bins) ^ syck_st.c:69:64: note: expanded from macro 'do_hash' #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key)) ^ syck_st.c:408:9: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (EQUAL(table, *key, ptr->key)) { ^ syck_st.c:67:62: note: expanded from macro 'EQUAL' #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) ^ syck_st.c:418:6: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (EQUAL(table, ptr->next->key, *key)) { ^ syck_st.c:67:62: note: expanded from macro 'EQUAL' #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) ^ syck_st.c:391:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_delete(table, key, value) ^ In file included from syck_st.c:8: ./syck_st.h:33:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int st_delete(), st_delete_safe(); ^ syck_st.c:442:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] hash_val = do_hash_bin(*key, table); ^ syck_st.c:70:33: note: expanded from macro 'do_hash_bin' #define do_hash_bin(key,table) (do_hash(key, table)%(table)->num_bins) ^ syck_st.c:69:64: note: expanded from macro 'do_hash' #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key)) ^ syck_st.c:451:29: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((ptr->key != never) && EQUAL(table, ptr->key, *key)) { ^ syck_st.c:67:62: note: expanded from macro 'EQUAL' #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0) ^ syck_st.c:433:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_delete_safe(table, key, value, never) ^ In file included from syck_st.c:8: ./syck_st.h:33:18: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] int st_delete(), st_delete_safe(); ^ syck_st.c:464:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] delete_never(key, value, never) ^ syck_st.c:478:15: warning: passing arguments to 'st_foreach' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_foreach(table, (enum st_retval (*)())delete_never, never); ^ syck_st.c:472:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_cleanup_safe(table, never) ^ In file included from syck_st.c:8: ./syck_st.h:35:54: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void st_foreach(), st_add_direct(), st_free_table(), st_cleanup_safe(); ^ syck_st.c:495:22: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] retval = (*func)(ptr->key, ptr->record, arg); ^ syck_st.c:483:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_foreach(table, func, arg) ^ In file included from syck_st.c:8: ./syck_st.h:35:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] void st_foreach(), st_add_direct(), st_free_table(), st_cleanup_safe(); ^ syck_st.c:520:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] strhash(string) ^ syck_st.c:56:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static int strhash(); ^ syck_st.c:566:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] numcmp(x, y) ^ syck_st.c:48:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static int numcmp(); ^ syck_st.c:573:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] numhash(n) ^ syck_st.c:49:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static int numhash(); ^ 52 warnings generated. cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.34\" -DXS_VERSION=\"1.34\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" token.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Syck.xs > Syck.xsc mv Syck.xsc Syck.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.34\" -DXS_VERSION=\"1.34\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Syck.c In file included from Syck.xs:5: ./perl_syck.h:831:18: warning: passing arguments to 'st_insert' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_insert(e->markers, (st_data_t)sv, 0); ^ ./perl_syck.h:837:13: warning: 16 enumeration values not handled in switch: 'SVt_NULL', 'SVt_IV', 'SVt_NV'... [-Wswitch] switch (SvTYPE(sv)) { ^~~~~~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/sv.h:402:20: note: expanded from macro 'SvTYPE' #define SvTYPE(sv) ((svtype)((sv)->sv_flags & SVTYPEMASK)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Syck.xs:5: ./perl_syck.h:871:14: warning: passing arguments to 'st_insert' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_insert(e->markers, (st_data_t)sv, 0); ^ ./perl_syck.h:1298:18: warning: passing arguments to 'st_free_table' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] st_free_table(emitter->markers); ^ In file included from Syck.xs:8: ./perl_syck.h:837:13: warning: 16 enumeration values not handled in switch: 'SVt_NULL', 'SVt_IV', 'SVt_NV'... [-Wswitch] switch (SvTYPE(sv)) { ^~~~~~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/sv.h:402:20: note: expanded from macro 'SvTYPE' #define SvTYPE(sv) ((svtype)((sv)->sv_flags & SVTYPEMASK)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from Syck.xs:8: ./perl_syck.h:909:17: warning: 12 enumeration values not handled in switch: 'SVt_NULL', 'SVt_IV', 'SVt_NV'... [-Wswitch] switch (SvTYPE(SvRV(sv))) { ^~~~~~~~~~~~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/sv.h:402:20: note: expanded from macro 'SvTYPE' #define SvTYPE(sv) ((svtype)((sv)->sv_flags & SVTYPEMASK)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 6 warnings generated. rm -f blib/arch/auto/YAML/Syck/Syck.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib bytecode.o emitter.o gram.o handler.o implicit.o node.o syck_.o syck_st.o token.o Syck.o -o blib/arch/auto/YAML/Syck/Syck.so chmod 755 blib/arch/auto/YAML/Syck/Syck.so Manifying 2 pod documents ===> Regression tests for p5-YAML-Syck-1.34 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Syck.bs blib/arch/auto/YAML/Syck/Syck.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1-basic.t ................. ok t/11-loadfile.t ............. ok t/12-dumpfile.t ............. ok t/2-scalars.t ............... ok t/3-objects.t ............... ok t/4-perl_tag_scheme.t ....... ok t/json-basic.t .............. ok t/json-circular-ref.t ....... ok t/json-crlf.t ............... ok t/json-dumpinto.t ........... ok t/json-empty.t .............. ok t/json-indent.t ............. ok t/json-loadfile.t ........... ok t/json-minus.t .............. ok t/json-newline.t ............ ok t/json-null.t ............... ok t/json-numbers.t ............ ok t/json-refs.t ............... ok t/json-singlequote.t ........ ok t/leak.t .................... ok t/load-blessed.t ............ ok t/yaml-alias.t .............. ok t/yaml-blessed-ref.t ........ ok t/yaml-dumpinto.t ........... ok t/yaml-implicit-warnings.t .. ok t/yaml-str-colon-first.t .... ok t/yaml-tie.t ................ ok t/yaml-utf.t ................ ok All tests successful. Files=28, Tests=620, 5 wallclock secs ( 0.15 usr 0.07 sys + 3.31 cusr 1.41 csys = 4.94 CPU) Result: PASS PASS devel/p5-YAML-Syck Duration 0m13.62s START devel/p5-YAML-Tiny 2024-11-22T08:16:24Z export _LOCKS_HELD="" ===> Cleaning for p5-YAML-Tiny-1.74 ===> Checking files for p5-YAML-Tiny-1.74 `/usr/ports/distfiles/YAML-Tiny-1.74.tar.gz' is up to date. ===> Building from scratch p5-YAML-Tiny-1.74 ===> Checking files for p5-YAML-Tiny-1.74 `/usr/ports/distfiles/YAML-Tiny-1.74.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-YAML-Tiny-1.74 ===> Patching for p5-YAML-Tiny-1.74 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-YAML-Tiny-1.74 ===> Configuring for p5-YAML-Tiny-1.74 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for YAML::Tiny Writing MYMETA.yml and MYMETA.json ===> Building for p5-YAML-Tiny-1.74 cp lib/YAML/Tiny.pm blib/lib/YAML/Tiny.pm Manifying 1 pod document ===> p5-YAML-Tiny-1.74 depends on: p5-JSON-MaybeXS->=1.001000 -> p5-JSON-MaybeXS-1.004005 ===> p5-YAML-Tiny-1.74 depends on: p5-YAML-* -> p5-YAML-1.31 ===> p5-YAML-Tiny-1.74 depends on: p5-YAML-Syck-* -> p5-YAML-Syck-1.34 ===> p5-YAML-Tiny-1.74 depends on: p5-YAML-XS-* -> p5-YAML-XS-0.89 ===> Regression tests for p5-YAML-Tiny-1.74 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- -------- -------- # ExtUtils::MakeMaker any 7.70 # perl 5.008001 5.038002 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # --------------------- -------- -------- # ExtUtils::MakeMaker any 7.70 # File::Basename any 2.86 # File::Find any 1.43 # File::Spec 0.80 3.88 # File::Spec::Functions any 3.88 # File::Temp 0.19 0.2311 # Getopt::Long any 2.54 # IO::Dir any 1.52 # JSON::PP any 4.16 # List::Util any 1.63 # Test::More 0.88 1.302194 # base any 2.27 # lib any 0.65 # open any 1.13 # perl 5.008001 5.038002 # utf8 any 1.25 # vars any 1.05 # # === Test Recommends === # # Module Want Have # ------------- -------- -------- # CPAN::Meta 2.120900 2.150010 # JSON::MaybeXS 1.001000 1.004005 # # === Runtime Requires === # # Module Want Have # ------------ -------- -------- # B any 1.88 # Carp any 1.54 # Exporter any 5.77 # Fcntl any 1.15 # Scalar::Util any 1.63 # perl 5.008001 5.038002 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # --------------- ------ # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .. ok t/01_api.t ............. ok t/01_compile.t ......... ok t/10_read.t ............ ok t/11_read_string.t ..... ok t/12_write.t ........... ok t/13_write_string.t .... ok t/20_subclass.t ........ ok t/21_yamlpm_compat.t ... ok # using JSON backend: Cpanel::JSON::XS 4.38 t/30_yaml_spec_tml.t ... ok t/31_local_tml.t ....... ok t/32_world_tml.t ....... ok t/86_fail.t ............ ok All tests successful. Files=13, Tests=58, 4 wallclock secs ( 0.26 usr 0.09 sys + 2.78 cusr 0.80 csys = 3.93 CPU) Result: PASS PASS devel/p5-YAML-Tiny Duration 0m07.29s START devel/p5-YAML-XS 2024-11-22T08:16:31Z export _LOCKS_HELD="" ===> Cleaning for p5-YAML-XS-0.89 ===> Checking files for p5-YAML-XS-0.89 `/usr/ports/distfiles/YAML-LibYAML-0.89.tar.gz' is up to date. ===> Building from scratch p5-YAML-XS-0.89 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-YAML-XS-0.89 `/usr/ports/distfiles/YAML-LibYAML-0.89.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-YAML-XS-0.89 ===> Patching for p5-YAML-XS-0.89 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-YAML-XS-0.89 Regenerating LibYAML/ppport.h ===> Configuring for p5-YAML-XS-0.89 Checking if your kit is complete... Looks good Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for YAML::LibYAML Writing MYMETA.yml and MYMETA.json ===> Building for p5-YAML-XS-0.89 cp lib/YAML/LibYAML.pod blib/lib/YAML/LibYAML.pod cp lib/YAML/XS.pm blib/lib/YAML/XS.pm cp lib/YAML/LibYAML.pm blib/lib/YAML/LibYAML.pm cp lib/YAML/XS.pod blib/lib/YAML/XS.pod cp lib/YAML/XS/LibYAML.pm ../blib/lib/YAML/XS/LibYAML.pm Running Mkbootstrap for LibYAML () chmod 644 "LibYAML.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibYAML.bs ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.bs 644 cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_CONFIG_H api.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_CONFIG_H dumper.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_CONFIG_H emitter.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_CONFIG_H loader.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_CONFIG_H parser.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_CONFIG_H perl_libyaml.c perl_libyaml.c:1043:13: warning: 15 enumeration values not handled in switch: 'SVt_NULL', 'SVt_IV', 'SVt_NV'... [-Wswitch] switch (SvTYPE(SvRV(node))) { ^~~~~~~~~~~~~~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/sv.h:402:20: note: expanded from macro 'SvTYPE' #define SvTYPE(sv) ((svtype)((sv)->sv_flags & SVTYPEMASK)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_CONFIG_H reader.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_CONFIG_H scanner.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_CONFIG_H writer.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' LibYAML.xs > LibYAML.xsc mv LibYAML.xsc LibYAML.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_CONFIG_H LibYAML.c rm -f ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib api.o dumper.o emitter.o loader.o parser.o perl_libyaml.o reader.o scanner.o writer.o LibYAML.o -o ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.so chmod 755 ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.so Manifying 1 pod document Manifying 2 pod documents ===> p5-YAML-XS-0.89 depends on: p5-boolean-* -> p5-boolean-0.46 ===> Regression tests for p5-YAML-XS-0.89 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibYAML.bs ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.bs 644 Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibYAML.bs ../blib/arch/auto/YAML/XS/LibYAML/LibYAML.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-I../blib/lib" "-I../blib/arch" test.pl 1..1 ok 1 - Tests for libyaml extension are all defined at the top level PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/000-require-modules.t .. ok t/alias.t ................ ok t/api.t .................. ok t/ascii.t ................ ok t/author-pod-syntax.t .... skipped: these tests are for testing by the author t/binary.t ............... ok t/blessed.t .............. ok t/boolean-boolean.t ...... ok t/boolean-invalid.t ...... ok t/boolean-jsonpp.t ....... ok t/boolean.t .............. ok t/bug-pvf.t .............. ok t/bug-stack.t ............ ok t/code.t ................. ok t/dump-heuristics.t ...... ok t/dump-int.t ............. ok t/dump.t ................. ok t/duplicate-keys.t ....... ok t/empty.t ................ ok t/error.t ................ ok t/file.t ................. ok t/glob.t ................. ok t/indent.t ............... ok t/io-handle.t ............ ok t/leak.t ................. ok # libyaml version = 0.2.4 t/libyaml-version.t ...... ok t/load-blessed.t ......... ok t/load.t ................. ok t/load_standard_tags.t ... ok t/loadfile-empty.t ....... ok t/long_plain_wrap.t ...... skipped: Failing test. Not yet implemented t/magic.t ................ ok t/native.t ............... ok t/null.t ................. ok t/numbers.t .............. ok t/path-class.t ........... ok t/pl_sv_undef.t .......... ok t/private.t .............. ok t/quote.t ................ ok t/ref-scalar.t ........... ok t/regexp.t ............... ok t/string_nulls.t ......... ok t/tags.t ................. ok t/tied.t ................. ok t/utf8.t ................. ok All tests successful. Files=45, Tests=370, 10 wallclock secs ( 0.13 usr 0.14 sys + 6.07 cusr 2.68 csys = 9.02 CPU) Result: PASS PASS devel/p5-YAML-XS Duration 0m20.60s START devel/p5-common-sense 2024-11-22T08:16:52Z export _LOCKS_HELD="" ===> Cleaning for p5-common-sense-3.75 ===> Checking files for p5-common-sense-3.75 `/usr/ports/distfiles/common-sense-3.75.tar.gz' is up to date. ===> Building from scratch p5-common-sense-3.75 ===> Checking files for p5-common-sense-3.75 `/usr/ports/distfiles/common-sense-3.75.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-common-sense-3.75 ===> Patching for p5-common-sense-3.75 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-common-sense-3.75 ===> Configuring for p5-common-sense-3.75 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for common::sense Writing MYMETA.yml and MYMETA.json ===> Building for p5-common-sense-3.75 "/usr/bin/perl" sense.pm.PL sense.pm cp sense.pm blib/arch/common/sense.pm cp sense.pod blib/lib/common/sense.pod Manifying 2 pod documents ===> Regression tests for p5-common-sense-3.75 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load.t .. ok t/01_arch.t .. ok All tests successful. Files=2, Tests=2, 0 wallclock secs ( 0.03 usr 0.03 sys + 0.00 cusr 0.01 csys = 0.07 CPU) Result: PASS PASS devel/p5-common-sense Duration 0m02.34s START devel/p5-namespace-autoclean 2024-11-22T08:16:54Z export _LOCKS_HELD="" ===> Cleaning for p5-namespace-autoclean-0.31 ===> Checking files for p5-namespace-autoclean-0.31 `/usr/ports/distfiles/namespace-autoclean-0.31.tar.gz' is up to date. ===> Building from scratch p5-namespace-autoclean-0.31 ===> Checking files for p5-namespace-autoclean-0.31 `/usr/ports/distfiles/namespace-autoclean-0.31.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-namespace-autoclean-0.31 ===> Patching for p5-namespace-autoclean-0.31 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-namespace-autoclean-0.31 ===> Configuring for p5-namespace-autoclean-0.31 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for namespace::autoclean Writing MYMETA.yml and MYMETA.json ===> Building for p5-namespace-autoclean-0.31 cp lib/namespace/autoclean.pm blib/lib/namespace/autoclean.pm Manifying 1 pod document ===> p5-namespace-autoclean-0.31 depends on: p5-Moo-* -> p5-Moo-2.005005 ===> p5-namespace-autoclean-0.31 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-namespace-autoclean-0.31 depends on: p5-MooseX-Role-WithOverloading-* -> p5-MooseX-Role-WithOverloading-0.17p1 ===> p5-namespace-autoclean-0.31 depends on: p5-Mouse-* -> p5-Mouse-2.5.11 ===> p5-namespace-autoclean-0.31 depends on: p5-Sub-Install-* -> p5-Sub-Install-0.929 ===> p5-namespace-autoclean-0.31 depends on: p5-Sub-Name-* -> p5-Sub-Name-0.27 ===> p5-namespace-autoclean-0.31 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-namespace-autoclean-0.31 depends on: p5-B-Hooks-EndOfScope-* -> p5-B-Hooks-EndOfScope-0.28 ===> p5-namespace-autoclean-0.31 depends on: p5-Moose->=2.1204 -> p5-Moose-2.2207 ===> p5-namespace-autoclean-0.31 depends on: p5-namespace-clean->=0.20 -> p5-namespace-clean-0.27p0 ===> Regression tests for p5-namespace-autoclean-0.31 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # perl 5.006 5.038002 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ----- -------- # Carp any 1.54 # ExtUtils::MakeMaker any 7.70 # File::Basename any 2.86 # File::Spec any 3.88 # FindBin any 1.53 # Scalar::Util any 1.63 # Test::More 0.88 1.302194 # Test::Needs any 0.002010 # constant any 1.33 # overload any 1.37 # perl 5.006 5.038002 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------------------- ----- -------- # B any 1.88 # B::Hooks::EndOfScope 0.12 0.28 # List::Util any 1.63 # namespace::clean 0.20 0.27 # perl 5.006 5.038002 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # ----------------------------- -------- # Class::MOP 2.2207 # Encode 3.19 # Exporter 5.77 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Moo 2.005005 # Moose 2.2207 # MooseX::Role::Parameterized 1.11 # MooseX::Role::WithOverloading 0.17 # Mouse v2.5.11 # Mouse::PurePerl undef # Pod::Coverage 0.23 # Role::Tiny 2.002004 # Sub::Exporter 0.991 # Sub::Install 0.929 # Sub::Name 0.27 # Sub::Util 1.63 # Test::Fatal 0.017 # YAML 1.31 # autodie 2.36 # parent 0.241 # t/00-report-prereqs.t .............. ok t/also.t ........................... ok t/basic.t .......................... ok t/broken_meta.t .................... ok t/cleanee.t ........................ ok t/constant.t ....................... ok t/except.t ......................... ok t/matchclean.t ..................... ok t/moo-with-moose.t ................. ok t/moo.t ............................ ok t/moose-with-native-overloading.t .. ok t/moose-withoverloading.t .......... ok t/moose.t .......................... ok t/mouse-pp.t ....................... ok t/mouse.t .......................... ok t/overload.t ....................... ok t/sub-install.t .................... ok t/sub-name.t ....................... ok All tests successful. Test Summary Report ------------------- t/moo.t (Wstat: 0 Tests: 30 Failed: 0) TODO passed: 11 Files=18, Tests=219, 4 wallclock secs ( 0.06 usr 0.07 sys + 3.45 cusr 0.99 csys = 4.57 CPU) Result: PASS PASS devel/p5-namespace-autoclean Duration 0m09.22s START devel/p5-namespace-clean 2024-11-22T08:17:03Z export _LOCKS_HELD="" ===> Cleaning for p5-namespace-clean-0.27p0 ===> Checking files for p5-namespace-clean-0.27p0 `/usr/ports/distfiles/namespace-clean-0.27.tar.gz' is up to date. ===> Building from scratch p5-namespace-clean-0.27p0 ===> p5-namespace-clean-0.27p0 depends on: p5-B-Hooks-EndOfScope-* -> p5-B-Hooks-EndOfScope-0.28 ===> p5-namespace-clean-0.27p0 depends on: p5-Package-Stash-* -> p5-Package-Stash-0.40 ===> Checking files for p5-namespace-clean-0.27p0 `/usr/ports/distfiles/namespace-clean-0.27.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-namespace-clean-0.27p0 ===> Patching for p5-namespace-clean-0.27p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-namespace-clean-0.27p0 ===> Configuring for p5-namespace-clean-0.27p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for namespace::clean Writing MYMETA.yml and MYMETA.json ===> Building for p5-namespace-clean-0.27p0 cp lib/namespace/clean.pm blib/lib/namespace/clean.pm cp lib/namespace/clean/_Util.pm blib/lib/namespace/clean/_Util.pm Manifying 1 pod document ===> p5-namespace-clean-0.27p0 depends on: p5-Sub-Name-* -> p5-Sub-Name-0.27 ===> Regression tests for p5-namespace-clean-0.27p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-basic.t ................ ok t/01-function-wipeout.t ..... ok t/02-inheritance.t .......... ok t/03-unimport.t ............. ok t/04-except.t ............... ok t/05-explicit-cleanee.t ..... ok t/05-syntax-error.t ......... ok t/06-other-types.t .......... ok t/07-debugger.t ............. ok t/07-pseudo-debugger.t ...... ok t/08-const-sub.t ............ ok t/09-fiddle-hinthash.t ...... ok t/10-pure-perl.t ............ ok t/11-multiclean-in-scope.t .. ok All tests successful. Files=14, Tests=2114, 6 wallclock secs ( 0.44 usr 0.13 sys + 4.11 cusr 1.35 csys = 6.03 CPU) Result: PASS PASS devel/p5-namespace-clean Duration 0m08.80s START devel/p5-prefork 2024-11-22T08:17:12Z export _LOCKS_HELD="" ===> Cleaning for p5-prefork-1.05 ===> Checking files for p5-prefork-1.05 `/usr/ports/distfiles/prefork-1.05.tar.gz' is up to date. ===> Building from scratch p5-prefork-1.05 ===> Checking files for p5-prefork-1.05 `/usr/ports/distfiles/prefork-1.05.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-prefork-1.05 ===> Patching for p5-prefork-1.05 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-prefork-1.05 ===> Configuring for p5-prefork-1.05 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for prefork Writing MYMETA.yml and MYMETA.json ===> Building for p5-prefork-1.05 cp lib/prefork.pm blib/lib/prefork.pm Manifying 1 pod document ===> p5-prefork-1.05 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-prefork-1.05 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-prefork-1.05 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More any 1.302194 # overload any 1.37 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------ ---- ---- # Carp any 1.54 # List::Util 0.18 1.63 # Scalar::Util 0.18 1.63 # strict any 1.12 # # === Other Modules === # # Module Have # --------------- ------ # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .. ok t/02_main.t ............ ok t/03_pragma.t .......... ok t/04_notify.t .......... ok All tests successful. Files=4, Tests=50, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.78 cusr 0.28 csys = 1.11 CPU) Result: PASS PASS devel/p5-prefork Duration 0m03.89s START graphics/p5-Cairo 2024-11-22T08:17:16Z export _LOCKS_HELD="" ===> Cleaning for p5-Cairo-1.109 ===> Checking files for p5-Cairo-1.109 `/usr/ports/distfiles/Cairo-1.109.tar.gz' is up to date. ===> Building from scratch p5-Cairo-1.109 ===> p5-Cairo-1.109 depends on: p5-ExtUtils-Depends-* -> p5-ExtUtils-Depends-0.306p0 ===> p5-Cairo-1.109 depends on: p5-ExtUtils-PkgConfig-* -> p5-ExtUtils-PkgConfig-1.16p0 ===> p5-Cairo-1.109 depends on: cairo-* -> cairo-1.18.2p0 ===> Verifying specs: c cairo freetype perl z ===> found c.100.3 cairo.13.5 freetype.30.4 perl.24.0 z.7.1 ===> Checking files for p5-Cairo-1.109 `/usr/ports/distfiles/Cairo-1.109.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Cairo-1.109 ===> Patching for p5-Cairo-1.109 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Cairo-1.109 Regenerating ppport.h ===> Configuring for p5-Cairo-1.109 Compiling Cairo with FreeType support *** *** on OpenBSD/NetBSD, we either need perl linked with '-pthread', *** or we need to set LD_PRELOAD=libpthread.so; doing the latter now... *** Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Cairo Writing MYMETA.yml and MYMETA.json ===> Building for p5-Cairo-1.109 cp cairo-perl.typemap blib/arch/Cairo/Install/cairo-perl.typemap cp build/cairo-perl-auto.h blib/arch/Cairo/Install/cairo-perl-auto.h cp build/cairo-perl-auto.typemap blib/arch/Cairo/Install/cairo-perl-auto.typemap cp cairo-perl.h blib/arch/Cairo/Install/cairo-perl.h cp doctypes blib/arch/Cairo/Install/doctypes cp lib/Cairo.pm blib/lib/Cairo.pm cp build/IFiles.pm blib/arch/Cairo/Install/Files.pm Running Mkbootstrap for Cairo () chmod 644 "Cairo.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cairo.bs blib/arch/auto/Cairo/Cairo.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -noprototypes -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Cairo-1.109/Cairo-1.109/build/cairo-perl-auto.typemap' -typemap '/usr/ports/pobj/p5-Cairo-1.109/Cairo-1.109/cairo-perl.typemap' Cairo.xs > Cairo.xsc mv Cairo.xsc Cairo.c cc -c -I. -Ibuild -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Cairo.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -noprototypes -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Cairo-1.109/Cairo-1.109/build/cairo-perl-auto.typemap' -typemap '/usr/ports/pobj/p5-Cairo-1.109/Cairo-1.109/cairo-perl.typemap' CairoFont.xs > CairoFont.xsc mv CairoFont.xsc CairoFont.c cc -c -I. -Ibuild -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" CairoFont.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -noprototypes -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Cairo-1.109/Cairo-1.109/build/cairo-perl-auto.typemap' -typemap '/usr/ports/pobj/p5-Cairo-1.109/Cairo-1.109/cairo-perl.typemap' CairoMatrix.xs > CairoMatrix.xsc mv CairoMatrix.xsc CairoMatrix.c cc -c -I. -Ibuild -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" CairoMatrix.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -noprototypes -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Cairo-1.109/Cairo-1.109/build/cairo-perl-auto.typemap' -typemap '/usr/ports/pobj/p5-Cairo-1.109/Cairo-1.109/cairo-perl.typemap' CairoPath.xs > CairoPath.xsc mv CairoPath.xsc CairoPath.c cc -c -I. -Ibuild -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" CairoPath.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -noprototypes -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Cairo-1.109/Cairo-1.109/build/cairo-perl-auto.typemap' -typemap '/usr/ports/pobj/p5-Cairo-1.109/Cairo-1.109/cairo-perl.typemap' CairoPattern.xs > CairoPattern.xsc mv CairoPattern.xsc CairoPattern.c cc -c -I. -Ibuild -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" CairoPattern.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -noprototypes -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Cairo-1.109/Cairo-1.109/build/cairo-perl-auto.typemap' -typemap '/usr/ports/pobj/p5-Cairo-1.109/Cairo-1.109/cairo-perl.typemap' CairoSurface.xs > CairoSurface.xsc mv CairoSurface.xsc CairoSurface.c cc -c -I. -Ibuild -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" CairoSurface.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -noprototypes -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Cairo-1.109/Cairo-1.109/build/cairo-perl-auto.typemap' -typemap '/usr/ports/pobj/p5-Cairo-1.109/Cairo-1.109/cairo-perl.typemap' CairoRegion.xs > CairoRegion.xsc mv CairoRegion.xsc CairoRegion.c cc -c -I. -Ibuild -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" CairoRegion.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -noprototypes -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Cairo-1.109/Cairo-1.109/build/cairo-perl-auto.typemap' -typemap '/usr/ports/pobj/p5-Cairo-1.109/Cairo-1.109/cairo-perl.typemap' CairoFt.xs > CairoFt.xsc mv CairoFt.xsc CairoFt.c cc -c -I. -Ibuild -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" CairoFt.c cc -c -I. -Ibuild -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" cairo-perl-enums.c cc -c -I. -Ibuild -I/usr/local/include/cairo -I/usr/local/include/libpng16 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include/pixman-1 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.109\" -DXS_VERSION=\"1.109\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" cairo-perl-flags.c rm -f blib/arch/auto/Cairo/Cairo.so LD_RUN_PATH="/usr/local/lib:/usr/X11R6/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Cairo.o CairoFont.o CairoMatrix.o CairoPath.o CairoPattern.o CairoSurface.o CairoRegion.o CairoFt.o cairo-perl-enums.o cairo-perl-flags.o -o blib/arch/auto/Cairo/Cairo.so -L/usr/local/lib -Wl,-rpath-link,/usr/X11R6/lib -lcairo -L/usr/X11R6/lib -lfreetype chmod 755 blib/arch/auto/Cairo/Cairo.so Manifying 1 pod document ===> Regression tests for p5-Cairo-1.109 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cairo.bs blib/arch/auto/Cairo/Cairo.bs 644 PERL_DL_NONLAZY=1 LD_PRELOAD=libpthread.so "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-loading.t .... ok t/Cairo.t ......... ok t/CairoFont.t ..... ok t/CairoFt.t ....... skipped: need Cairo with FreeType support and Font::FreeType t/CairoMatrix.t ... ok t/CairoPath.t ..... ok t/CairoPattern.t .. ok t/CairoRegion.t ... ok unknown cairo_pdf_version_t value 2 encountered at t/CairoSurface.t line 259. unknown cairo_pdf_version_t value 3 encountered at t/CairoSurface.t line 259. unknown cairo_pdf_version_t value 2 encountered at t/CairoSurface.t line 263. unknown cairo_pdf_version_t value 3 encountered at t/CairoSurface.t line 263. t/CairoSurface.t .. ok All tests successful. Files=9, Tests=314, 2 wallclock secs ( 0.10 usr 0.08 sys + 0.95 cusr 0.63 csys = 1.76 CPU) Result: PASS PASS graphics/p5-Cairo Duration 0m18.29s START graphics/p5-Chart-Clicker 2024-11-22T08:17:34Z export _LOCKS_HELD="" ===> Cleaning for p5-Chart-Clicker-2.90p1 ===> Checking files for p5-Chart-Clicker-2.90p1 `/usr/ports/distfiles/Chart-Clicker-2.90.tar.gz' is up to date. ===> Building from scratch p5-Chart-Clicker-2.90p1 ===> Checking files for p5-Chart-Clicker-2.90p1 `/usr/ports/distfiles/Chart-Clicker-2.90.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Chart-Clicker-2.90p1 ===> Patching for p5-Chart-Clicker-2.90p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Chart-Clicker-2.90p1 ===> Configuring for p5-Chart-Clicker-2.90p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Chart::Clicker Writing MYMETA.yml and MYMETA.json ===> Building for p5-Chart-Clicker-2.90p1 cp lib/Chart/Clicker.pm blib/lib/Chart/Clicker.pm cp lib/Chart/Clicker/Renderer/Pie.pm blib/lib/Chart/Clicker/Renderer/Pie.pm cp lib/Chart/Clicker/Renderer/StackedBar.pm blib/lib/Chart/Clicker/Renderer/StackedBar.pm cp lib/Chart/Clicker/Decoration/Grid.pm blib/lib/Chart/Clicker/Decoration/Grid.pm cp lib/Chart/Clicker/Data/Range.pm blib/lib/Chart/Clicker/Data/Range.pm cp lib/Chart/Clicker/Renderer/Point.pm blib/lib/Chart/Clicker/Renderer/Point.pm cp lib/Chart/Clicker/Container.pm blib/lib/Chart/Clicker/Container.pm cp lib/Chart/Clicker/Drawing/ColorAllocator.pm blib/lib/Chart/Clicker/Drawing/ColorAllocator.pm cp lib/Chart/Clicker/Renderer/StackedArea.pm blib/lib/Chart/Clicker/Renderer/StackedArea.pm cp lib/Chart/Clicker/Axis/DivisionType/Exact.pm blib/lib/Chart/Clicker/Axis/DivisionType/Exact.pm cp lib/Chart/Clicker/Renderer/Bar.pm blib/lib/Chart/Clicker/Renderer/Bar.pm cp lib/Chart/Clicker/Tutorial.pm blib/lib/Chart/Clicker/Tutorial.pm cp lib/Chart/Clicker/Decoration/Annotation.pm blib/lib/Chart/Clicker/Decoration/Annotation.pm cp lib/Chart/Clicker/Renderer/CandleStick.pm blib/lib/Chart/Clicker/Renderer/CandleStick.pm cp lib/Chart/Clicker/Renderer/Area.pm blib/lib/Chart/Clicker/Renderer/Area.pm cp lib/Chart/Clicker/Data/Series/HighLow.pm blib/lib/Chart/Clicker/Data/Series/HighLow.pm cp lib/Chart/Clicker/Decoration.pm blib/lib/Chart/Clicker/Decoration.pm cp lib/Chart/Clicker/Renderer/PolarArea.pm blib/lib/Chart/Clicker/Renderer/PolarArea.pm cp lib/Chart/Clicker/Axis/DivisionType/LinearExpandGraph.pm blib/lib/Chart/Clicker/Axis/DivisionType/LinearExpandGraph.pm cp lib/Chart/Clicker/Decoration/MarkerOverlay.pm blib/lib/Chart/Clicker/Decoration/MarkerOverlay.pm cp lib/Chart/Clicker/Data/Series/Size.pm blib/lib/Chart/Clicker/Data/Series/Size.pm cp lib/Chart/Clicker/Axis/DateTime.pm blib/lib/Chart/Clicker/Axis/DateTime.pm cp lib/Chart/Clicker/Decoration/Plot.pm blib/lib/Chart/Clicker/Decoration/Plot.pm cp lib/Chart/Clicker/Context.pm blib/lib/Chart/Clicker/Context.pm cp lib/Chart/Clicker/Axis.pm blib/lib/Chart/Clicker/Axis.pm cp lib/Chart/Clicker/Component.pm blib/lib/Chart/Clicker/Component.pm cp lib/Chart/Clicker/Axis/DivisionType.pm blib/lib/Chart/Clicker/Axis/DivisionType.pm cp lib/Chart/Clicker/Decoration/Legend/Tabular.pm blib/lib/Chart/Clicker/Decoration/Legend/Tabular.pm cp lib/Chart/Clicker/Decoration/Legend.pm blib/lib/Chart/Clicker/Decoration/Legend.pm cp lib/Chart/Clicker/Data/DataSet.pm blib/lib/Chart/Clicker/Data/DataSet.pm cp lib/Chart/Clicker/Renderer.pm blib/lib/Chart/Clicker/Renderer.pm cp lib/Chart/Clicker/Decoration/OverAxis.pm blib/lib/Chart/Clicker/Decoration/OverAxis.pm cp lib/Chart/Clicker/Data/Series.pm blib/lib/Chart/Clicker/Data/Series.pm cp lib/Chart/Clicker/Renderer/Bubble.pm blib/lib/Chart/Clicker/Renderer/Bubble.pm cp lib/Chart/Clicker/Data/Marker.pm blib/lib/Chart/Clicker/Data/Marker.pm cp lib/Chart/Clicker/Decoration/Glass.pm blib/lib/Chart/Clicker/Decoration/Glass.pm cp lib/Chart/Clicker/Positioned.pm blib/lib/Chart/Clicker/Positioned.pm cp lib/Chart/Clicker/Renderer/Line.pm blib/lib/Chart/Clicker/Renderer/Line.pm cp lib/Chart/Clicker/Axis/DivisionType/LinearRounded.pm blib/lib/Chart/Clicker/Axis/DivisionType/LinearRounded.pm Manifying 39 pod documents ===> p5-Chart-Clicker-2.90p1 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-Chart-Clicker-2.90p1 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Chart-Clicker-2.90p1 depends on: p5-Test-Pod->=1.00 -> p5-Test-Pod-1.52p0 ===> p5-Chart-Clicker-2.90p1 depends on: p5-Class-Load-* -> p5-Class-Load-0.25p0 ===> p5-Chart-Clicker-2.90p1 depends on: p5-DateTime-* -> p5-DateTime-1.65v0 ===> p5-Chart-Clicker-2.90p1 depends on: p5-DateTime-Set-* -> p5-DateTime-Set-0.3900p0 ===> p5-Chart-Clicker-2.90p1 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-Chart-Clicker-2.90p1 depends on: p5-Color-Scheme-* -> p5-Color-Scheme-1.08 ===> p5-Chart-Clicker-2.90p1 depends on: p5-Geometry-Primitive-* -> p5-Geometry-Primitive-0.24p1 ===> p5-Chart-Clicker-2.90p1 depends on: p5-Graphics-Color-* -> p5-Graphics-Color-0.31p1 ===> p5-Chart-Clicker-2.90p1 depends on: p5-Graphics-Primitive-* -> p5-Graphics-Primitive-0.67p1 ===> p5-Chart-Clicker-2.90p1 depends on: p5-Graphics-Primitive-Driver-Cairo-* -> p5-Graphics-Primitive-Driver-Cairo-0.47p1 ===> p5-Chart-Clicker-2.90p1 depends on: p5-Layout-Manager-* -> p5-Layout-Manager-0.35p1 ===> Regression tests for p5-Chart-Clicker-2.90p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/series/*.t t/xt/*.t t/add-data.t .................... ok t/author-pod-syntax.t ........... skipped: these tests are for testing by the author t/author-synopsis.t ............. skipped: these tests are for testing by the author t/axis-datetime.t ............... ok t/axis-division-rounded.t ....... ok t/axis.t ........................ ok t/basic.t ....................... ok t/context.t ..................... ok t/data-dataset.t ................ ok t/data-marker.t ................. ok t/data-range.t .................. ok t/datetime.t .................... ok t/decoration-color_allocator.t .. ok t/decoration-glass.t ............ ok t/decoration-grid.t ............. ok t/decoration-legend.t ........... ok t/decoration-markeroverlay.t .... ok t/decoration-plot.t ............. ok t/decoration.t .................. ok t/drawing-colorallocator.t ...... ok t/example.t ..................... ok t/invisible.t ................... ok t/renderer-area.t ............... ok t/renderer-bar.t ................ ok t/renderer-base.t ............... ok t/renderer-bubble.t ............. ok t/renderer-candlestick.t ........ ok t/renderer-line.t ............... ok t/renderer-pie.t ................ ok t/renderer-point.t .............. ok t/same-axes-ctx.t ............... ok t/series/highlow.t .............. ok t/series/series.t ............... ok t/series/size.t ................. ok t/simple-ctx.t .................. ok t/xt/pod.t ...................... ok All tests successful. Files=36, Tests=341, 38 wallclock secs ( 0.13 usr 0.16 sys + 32.15 cusr 4.41 csys = 36.85 CPU) Result: PASS PASS graphics/p5-Chart-Clicker Duration 0m44.14s START graphics/p5-Color-Library 2024-11-22T08:18:19Z export _LOCKS_HELD="" ===> Cleaning for p5-Color-Library-0.021p1 ===> Checking files for p5-Color-Library-0.021p1 `/usr/ports/distfiles/Color-Library-0.021.tar.gz' is up to date. ===> Building from scratch p5-Color-Library-0.021p1 ===> Checking files for p5-Color-Library-0.021p1 `/usr/ports/distfiles/Color-Library-0.021.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Color-Library-0.021p1 ===> Patching for p5-Color-Library-0.021p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Color-Library-0.021p1 ===> Configuring for p5-Color-Library-0.021p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Color::Library Writing MYMETA.yml and MYMETA.json ===> Building for p5-Color-Library-0.021p1 cp lib/Color/Library/Dictionary/NBS_ISCC/TC.pm blib/lib/Color/Library/Dictionary/NBS_ISCC/TC.pm cp lib/Color/Library/Dictionary/NBS_ISCC/S.pm blib/lib/Color/Library/Dictionary/NBS_ISCC/S.pm cp lib/Color/Library/Dictionary/NBS_ISCC/RC.pm blib/lib/Color/Library/Dictionary/NBS_ISCC/RC.pm cp lib/Color/Library/Dictionary/NBS_ISCC/H.pm blib/lib/Color/Library/Dictionary/NBS_ISCC/H.pm cp lib/Color/Library.pm blib/lib/Color/Library.pm cp lib/Color/Library/Dictionary/SVG.pm blib/lib/Color/Library/Dictionary/SVG.pm cp lib/Color/Library/Dictionary/IE.pm blib/lib/Color/Library/Dictionary/IE.pm cp lib/Color/Library/Dictionary/VACCC.pm blib/lib/Color/Library/Dictionary/VACCC.pm cp lib/Color/Library/Dictionary/Tango.pm blib/lib/Color/Library/Dictionary/Tango.pm cp lib/Color/Library/Dictionary.pm blib/lib/Color/Library/Dictionary.pm cp lib/Color/Library/Dictionary/NBS_ISCC/M.pm blib/lib/Color/Library/Dictionary/NBS_ISCC/M.pm cp lib/Color/Library/Dictionary/NBS_ISCC/A.pm blib/lib/Color/Library/Dictionary/NBS_ISCC/A.pm cp lib/Color/Library/Dictionary/HTML.pm blib/lib/Color/Library/Dictionary/HTML.pm cp lib/Color/Library/Dictionary/WWW.pm blib/lib/Color/Library/Dictionary/WWW.pm cp lib/Color/Library/Dictionary/NBS_ISCC/F.pm blib/lib/Color/Library/Dictionary/NBS_ISCC/F.pm cp lib/Color/Library/Dictionary/NBS_ISCC/P.pm blib/lib/Color/Library/Dictionary/NBS_ISCC/P.pm cp lib/Color/Library/Dictionary/NBS_ISCC/R.pm blib/lib/Color/Library/Dictionary/NBS_ISCC/R.pm cp lib/Color/Library/Color.pm blib/lib/Color/Library/Color.pm cp lib/Color/Library/Dictionary/Windows.pm blib/lib/Color/Library/Dictionary/Windows.pm cp lib/Color/Library/Dictionary/NBS_ISCC.pm blib/lib/Color/Library/Dictionary/NBS_ISCC.pm cp lib/Color/Library/Dictionary/Netscape.pm blib/lib/Color/Library/Dictionary/Netscape.pm cp lib/Color/Library/Dictionary/NBS_ISCC/B.pm blib/lib/Color/Library/Dictionary/NBS_ISCC/B.pm cp lib/Color/Library/Dictionary/NBS_ISCC/SC.pm blib/lib/Color/Library/Dictionary/NBS_ISCC/SC.pm cp lib/Color/Library/Dictionary/Mozilla.pm blib/lib/Color/Library/Dictionary/Mozilla.pm cp lib/Color/Library/Dictionary/X11.pm blib/lib/Color/Library/Dictionary/X11.pm Manifying 25 pod documents ===> p5-Color-Library-0.021p1 depends on: p5-Class-Accessor-* -> p5-Class-Accessor-0.51p0 ===> p5-Color-Library-0.021p1 depends on: p5-Class-Data-Inheritable-* -> p5-Class-Data-Inheritable-0.10 ===> p5-Color-Library-0.021p1 depends on: p5-Module-Pluggable-* -> p5-Module-Pluggable-5.2p0 ===> p5-Color-Library-0.021p1 depends on: p5-Test-Most-* -> p5-Test-Most-0.38 ===> Regression tests for p5-Color-Library-0.021p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01-Color-Library.t .. ok t/9-rt6850.t .......... ok All tests successful. Files=2, Tests=196, 1 wallclock secs ( 0.03 usr 0.05 sys + 0.98 cusr 0.12 csys = 1.18 CPU) Result: PASS PASS graphics/p5-Color-Library Duration 0m05.80s START graphics/p5-Color-Scheme 2024-11-22T08:18:24Z export _LOCKS_HELD="" ===> Cleaning for p5-Color-Scheme-1.08 ===> Checking files for p5-Color-Scheme-1.08 `/usr/ports/distfiles/Color-Scheme-1.08.tar.gz' is up to date. ===> Building from scratch p5-Color-Scheme-1.08 ===> Checking files for p5-Color-Scheme-1.08 `/usr/ports/distfiles/Color-Scheme-1.08.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Color-Scheme-1.08 ===> Patching for p5-Color-Scheme-1.08 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Color-Scheme-1.08 ===> Configuring for p5-Color-Scheme-1.08 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Color::Scheme Writing MYMETA.yml and MYMETA.json ===> Building for p5-Color-Scheme-1.08 cp lib/Color/Scheme.pm blib/lib/Color/Scheme.pm Manifying 1 pod document ===> Regression tests for p5-Color-Scheme-1.08 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.78 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # Exporter any 5.77 # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.96 1.302194 # parent any 0.241 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------- ---- ---- # Carp any 1.54 # List::Util 1.14 1.63 # POSIX 1.08 2.13 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/colors.t ............. ok t/colors2.t ............ ok t/synopsis.t ........... ok t/three-sixty.t ........ ok All tests successful. Files=5, Tests=32, 1 wallclock secs ( 0.08 usr 0.04 sys + 0.85 cusr 0.22 csys = 1.19 CPU) Result: PASS PASS graphics/p5-Color-Scheme Duration 0m03.74s START graphics/p5-GD 2024-11-22T08:18:28Z export _LOCKS_HELD="" ===> Cleaning for p5-GD-2.78 ===> Checking files for p5-GD-2.78 `/usr/ports/distfiles/GD-2.78.tar.gz' is up to date. ===> Building from scratch p5-GD-2.78 ===> p5-GD-2.78 depends on: p5-ExtUtils-PkgConfig-* -> p5-ExtUtils-PkgConfig-1.16p0 ===> p5-GD-2.78 depends on: gd-* -> gd-2.3.3 ===> Verifying specs: c gd perl ===> found c.100.3 gd.23.0 perl.24.0 ===> Checking files for p5-GD-2.78 `/usr/ports/distfiles/GD-2.78.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-GD-2.78 ===> Patching for p5-GD-2.78 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-GD-2.78 ===> Configuring for p5-GD-2.78 Configuring for libgd version 2.3.3. Warning: prerequisite Test::Fork 0.02 not found. Included Features: GD_GIF GD_OPENPOLYGON GD_ZLIB GD_PNG GD_FREETYPE GD_FONTCONFIG GD_JPEG GD_XPM GD_TIFF GD_WEBP GD_AVIF GD_HEIF GD_UNCLOSEDPOLY GD_FTCIRCLE VERSION_33 WINDOWS_BMP GD library used from: /usr/local/lib gdlib-config used: gdlib-config External LIBS: -L/usr/local/lib -lgd Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for GD Writing MYMETA.yml and MYMETA.json ===> Building for p5-GD-2.78 "/usr/bin/perl" lib/GD/Image_pm.PL lib/GD/Image.pm Extracting Image.pm (with variable substitutions) cp lib/GD.pm blib/lib/GD.pm AutoSplitting blib/lib/GD.pm (blib/lib/auto/GD) cp lib/GD/Image.pm blib/lib/GD/Image.pm cp lib/GD/Polyline.pm blib/lib/GD/Polyline.pm cp lib/GD/Group.pm blib/lib/GD/Group.pm cp lib/GD/Polygon.pm blib/lib/GD/Polygon.pm cp lib/GD/Simple.pm blib/lib/GD/Simple.pm Running Mkbootstrap for GD () chmod 644 "GD.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GD.bs blib/arch/auto/GD/GD.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-GD-2.78/GD-2.78/typemap' GD.xs > GD.xsc mv GD.xsc GD.c cc -c -I/usr/local/include -I/usr/local/include/libpng16 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -Wall -Wextra -Wformat=1 -O2 -DVERSION=\"2.78\" -DXS_VERSION=\"2.78\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_WBMP -DHAVE_JPEG -DHAVE_FT -DHAVE_GIF -DHAVE_PNG -DHAVE_TIFF -DVERSION_33 -DHAVE_UNCLOSEDPOLY -DHAVE_FONTCONFIG -DHAVE_FTCIRCLE -DHAVE_WEBP -DHAVE_HEIF -DHAVE_AVIF -DHAVE_BMP -DLIBGD_VERSION="2.3.3" GD.c warning: unknown warning option '-Wformat=1'; did you mean '-Wformat=2'? [-Wunknown-warning-option] In file included from GD.xs:108: ./const-c.inc:795:42: warning: unused parameter 'iv_return' [-Wunused-parameter] constant_19 (pTHX_ const char *name, IV *iv_return) { ^ 2 warnings generated. rm -f blib/arch/auto/GD/GD.so LD_RUN_PATH="/usr/local/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib GD.o -o blib/arch/auto/GD/GD.so -L/usr/local/lib -lgd chmod 755 blib/arch/auto/GD/GD.so "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" bdf_scripts/bdf2gdfont_pl.PL bdf_scripts/bdf2gdfont.pl Extracting bdf2gdfont.pl (with variable substitutions) cp bdf_scripts/bdf2gdfont.pl blib/script/bdf2gdfont.pl "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/bdf2gdfont.pl Manifying 1 pod document Manifying 6 pod documents ===> Regression tests for p5-GD-2.78 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- GD.bs blib/arch/auto/GD/GD.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/caller.t ................ ok t/fork.t .................. skipped: Test::Fork required # Testing gd 2.3.3 using png support. # gd: 2.3.3, files: ./test_data/images/t2/2-00.png # gd: 2.3.3, files: ./test_data/images/t7/7-00.png # ignore corrupt png error messages... GD Warning: gd-png: fatal libpng error: IHDR: CRC error GD Warning: gd-png error: setjmp returns error condition 1 t/GD.t .................... ok t/HSV.t ................... ok t/Polyline.t .............. ok t/transp.t ................ ok t/windows_bmp.t ........... ok t/z_kwalitee.t ............ skipped: No RELEASE_TESTING t/z_manifest.t ............ skipped: requires a git checkout and a unix for git and diff t/z_pod-spell-mistakes.t .. skipped: No RELEASE_TESTING t/z_pod.t ................. skipped: No RELEASE_TESTING All tests successful. Files=11, Tests=33, 3 wallclock secs ( 0.05 usr 0.06 sys + 1.31 cusr 0.68 csys = 2.10 CPU) Result: PASS PASS graphics/p5-GD Duration 0m10.49s START graphics/p5-GD-Graph 2024-11-22T08:18:39Z export _LOCKS_HELD="" ===> Cleaning for p5-GD-Graph-1.56 ===> Checking files for p5-GD-Graph-1.56 `/usr/ports/distfiles/GDGraph-1.56.tar.gz' is up to date. ===> Building from scratch p5-GD-Graph-1.56 ===> p5-GD-Graph-1.56 depends on: p5-GD->=1.18 -> p5-GD-2.78 ===> p5-GD-Graph-1.56 depends on: p5-GD-TextUtil-* -> p5-GD-TextUtil-0.86p3 ===> Checking files for p5-GD-Graph-1.56 `/usr/ports/distfiles/GDGraph-1.56.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-GD-Graph-1.56 ===> Patching for p5-GD-Graph-1.56 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-GD-Graph-1.56 ===> Configuring for p5-GD-Graph-1.56 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for GD::Graph Writing MYMETA.yml and MYMETA.json The automatic tests for GDGraph are not really a solid workout of the library. The best way to test the package is to run the examples before installing it. You can run the examples in the samples directory with `make samples` or by going into that directory, and just running `make`. If that fails, please read samples/Makefile. UPDATE 1: Running the examples is part of the test procedure now. You are still encouraged to run check them out to learn from them and to see the ouput images. UPDATE 2 (2023-0-13): The samples fail if libgd is installed without image support enabled, which is the default starting with version 2.3.3. The samples should be automatically skipped if this is detected. To run the tests from samples, install libgd with image support enabled. ===> Building for p5-GD-Graph-1.56 cp Graph/hbars.pm blib/lib/GD/Graph/hbars.pm cp Graph/Data.pm blib/lib/GD/Graph/Data.pm cp Graph/mixed.pm blib/lib/GD/Graph/mixed.pm cp Graph/lines.pm blib/lib/GD/Graph/lines.pm cp Graph/area.pm blib/lib/GD/Graph/area.pm cp Graph/utils.pm blib/lib/GD/Graph/utils.pm cp Graph/points.pm blib/lib/GD/Graph/points.pm cp Graph/colour.pm blib/lib/GD/Graph/colour.pm cp Graph.pm blib/lib/GD/Graph.pm cp Graph/Error.pm blib/lib/GD/Graph/Error.pm cp Graph/bars.pm blib/lib/GD/Graph/bars.pm cp Graph/pie.pm blib/lib/GD/Graph/pie.pm cp Graph/linespoints.pm blib/lib/GD/Graph/linespoints.pm cp Graph/axestype.pm blib/lib/GD/Graph/axestype.pm cp Graph/FAQ.pod blib/lib/GD/Graph/FAQ.pod Manifying 6 pod documents ===> p5-GD-Graph-1.56 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-GD-Graph-1.56 depends on: p5-Capture-Tiny-* -> p5-Capture-Tiny-0.48p0 ===> Regression tests for p5-GD-Graph-1.56 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/axestype.t ................... ok t/bugfixes.t ................... ok t/colour.t ..................... ok t/data.t ....................... ok t/error.t ...................... ok t/samples.t .................... ok t/tickets/73185-div-by-zero.t .. ok t/use.t ........................ ok All tests successful. Files=8, Tests=194, 2 wallclock secs ( 0.05 usr 0.02 sys + 1.18 cusr 0.45 csys = 1.70 CPU) Result: PASS PASS graphics/p5-GD-Graph Duration 0m05.56s START graphics/p5-Geometry-Primitive 2024-11-22T08:18:44Z export _LOCKS_HELD="" ===> Cleaning for p5-Geometry-Primitive-0.24p1 ===> Checking files for p5-Geometry-Primitive-0.24p1 `/usr/ports/distfiles/Geometry-Primitive-0.24.tar.gz' is up to date. ===> Building from scratch p5-Geometry-Primitive-0.24p1 ===> p5-Geometry-Primitive-0.24p1 depends on: p5-Module-Install-* -> p5-Module-Install-1.19 ===> Checking files for p5-Geometry-Primitive-0.24p1 `/usr/ports/distfiles/Geometry-Primitive-0.24.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Geometry-Primitive-0.24p1 ===> Patching for p5-Geometry-Primitive-0.24p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Geometry-Primitive-0.24p1 ===> Configuring for p5-Geometry-Primitive-0.24p1 Cannot determine perl version info from lib/Geometry/Primitive.pm include /usr/ports/pobj/p5-Geometry-Primitive-0.24/Geometry-Primitive-0.24/inc/Module/Install.pm include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm include inc/Module/Install/Makefile.pm include inc/Module/Install/WriteAll.pm include inc/Module/Install/Win32.pm include inc/Module/Install/Can.pm include inc/Module/Install/Fetch.pm Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Geometry::Primitive Writing MYMETA.yml and MYMETA.json Writing META.yml ===> Building for p5-Geometry-Primitive-0.24p1 cp lib/Geometry/Primitive/Arc.pm blib/lib/Geometry/Primitive/Arc.pm cp lib/Geometry/Primitive/Shape.pm blib/lib/Geometry/Primitive/Shape.pm cp lib/Geometry/Primitive/Circle.pm blib/lib/Geometry/Primitive/Circle.pm cp lib/Geometry/Primitive/Ellipse.pm blib/lib/Geometry/Primitive/Ellipse.pm cp lib/Geometry/Primitive/Bezier.pm blib/lib/Geometry/Primitive/Bezier.pm cp lib/Geometry/Primitive.pm blib/lib/Geometry/Primitive.pm cp lib/Geometry/Primitive/Equal.pm blib/lib/Geometry/Primitive/Equal.pm cp lib/Geometry/Primitive/Point.pm blib/lib/Geometry/Primitive/Point.pm cp lib/Geometry/Primitive/Dimension.pm blib/lib/Geometry/Primitive/Dimension.pm cp lib/Geometry/Primitive/Line.pm blib/lib/Geometry/Primitive/Line.pm cp lib/Geometry/Primitive/Rectangle.pm blib/lib/Geometry/Primitive/Rectangle.pm cp lib/Geometry/Primitive/Polygon.pm blib/lib/Geometry/Primitive/Polygon.pm Manifying 12 pod documents ===> p5-Geometry-Primitive-0.24p1 depends on: p5-JSON-Any->=1.22 -> p5-JSON-Any-1.40 ===> p5-Geometry-Primitive-0.24p1 depends on: p5-Test-Pod->=1.22 -> p5-Test-Pod-1.52p0 ===> p5-Geometry-Primitive-0.24p1 depends on: p5-Check-ISA->=0.04 -> p5-Check-ISA-0.09p1 ===> p5-Geometry-Primitive-0.24p1 depends on: p5-Moose->=0.92 -> p5-Moose-2.2207 ===> p5-Geometry-Primitive-0.24p1 depends on: p5-MooseX-Clone->=0.04 -> p5-MooseX-Clone-0.06p1 ===> p5-Geometry-Primitive-0.24p1 depends on: p5-MooseX-Storage->=0.23 -> p5-MooseX-Storage-0.53 ===> Regression tests for p5-Geometry-Primitive-0.24p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t # Testing Geometry::Primitive 0.24, Perl 5.038002, /usr/bin/perl t/00-load.t ........ ok t/000-point.t ...... ok t/001-arc.t ........ ok t/001-ellipse.t .... ok t/001-line.t ....... ok t/001-polygon.t .... ok t/002-bezier.t ..... ok t/002-circle.t ..... ok t/010-serialize.t .. ok t/dimension.t ...... ok All tests successful. Files=10, Tests=65, 5 wallclock secs ( 0.06 usr 0.03 sys + 3.96 cusr 0.81 csys = 4.86 CPU) Result: PASS PASS graphics/p5-Geometry-Primitive Duration 0m09.15s START graphics/p5-Graphics-Color 2024-11-22T08:18:53Z export _LOCKS_HELD="" ===> Cleaning for p5-Graphics-Color-0.31p1 ===> Checking files for p5-Graphics-Color-0.31p1 `/usr/ports/distfiles/Graphics-Color-0.31.tar.gz' is up to date. ===> Building from scratch p5-Graphics-Color-0.31p1 ===> Checking files for p5-Graphics-Color-0.31p1 `/usr/ports/distfiles/Graphics-Color-0.31.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Graphics-Color-0.31p1 ===> Patching for p5-Graphics-Color-0.31p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Graphics-Color-0.31p1 ===> Configuring for p5-Graphics-Color-0.31p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Graphics::Color Writing MYMETA.yml and MYMETA.json ===> Building for p5-Graphics-Color-0.31p1 cp lib/Graphics/Color/HSL.pm blib/lib/Graphics/Color/HSL.pm cp lib/Graphics/Color/RGB.pm blib/lib/Graphics/Color/RGB.pm cp lib/Graphics/Color/CMYK.pm blib/lib/Graphics/Color/CMYK.pm cp lib/Graphics/Color/Equal.pm blib/lib/Graphics/Color/Equal.pm cp lib/Graphics/Color/YUV.pm blib/lib/Graphics/Color/YUV.pm cp lib/Graphics/Color/YIQ.pm blib/lib/Graphics/Color/YIQ.pm cp lib/Graphics/Color.pm blib/lib/Graphics/Color.pm cp lib/Graphics/Color/Types.pm blib/lib/Graphics/Color/Types.pm cp lib/Graphics/Color/HSV.pm blib/lib/Graphics/Color/HSV.pm Manifying 9 pod documents ===> p5-Graphics-Color-0.31p1 depends on: p5-Pod-Coverage->=0.18 -> p5-Pod-Coverage-0.23p1 ===> p5-Graphics-Color-0.31p1 depends on: p5-Test-Number-Delta-* -> p5-Test-Number-Delta-1.06p0 ===> p5-Graphics-Color-0.31p1 depends on: p5-Test-Pod-Coverage->=1.08 -> p5-Test-Pod-Coverage-1.10p0 ===> p5-Graphics-Color-0.31p1 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-Graphics-Color-0.31p1 depends on: p5-MooseX-Aliases->=0.10 -> p5-MooseX-Aliases-0.11p0 ===> p5-Graphics-Color-0.31p1 depends on: p5-MooseX-Clone-* -> p5-MooseX-Clone-0.06p1 ===> p5-Graphics-Color-0.31p1 depends on: p5-MooseX-Storage-* -> p5-MooseX-Storage-0.53 ===> p5-Graphics-Color-0.31p1 depends on: p5-MooseX-Types-* -> p5-MooseX-Types-0.50p0 ===> p5-Graphics-Color-0.31p1 depends on: p5-Color-Library-* -> p5-Color-Library-0.021p1 ===> Regression tests for p5-Graphics-Color-0.31p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/author/*.t # Testing Graphics::Color 0.31, Perl 5.038002, /usr/bin/perl t/00-load.t .............. ok t/01-cmyk.t .............. ok t/01-hsl.t ............... ok t/01-hsv.t ............... ok t/01-rgb.t ............... ok t/01-yiq.t ............... ok t/01-yuv.t ............... ok t/11-color-library.t ..... ok t/author/pod-coverage.t .. skipped: Pod::Coverage::Moose required for testing POD coverage t/author/pod.t ........... ok t/release-pod-syntax.t ... skipped: these tests are for release candidate testing t/release-synopsis.t ..... skipped: these tests are for release candidate testing All tests successful. Files=12, Tests=120, 7 wallclock secs ( 0.07 usr 0.08 sys + 4.66 cusr 1.24 csys = 6.05 CPU) Result: PASS PASS graphics/p5-Graphics-Color Duration 0m10.29s START graphics/p5-Graphics-Primitive 2024-11-22T08:19:04Z export _LOCKS_HELD="" ===> Cleaning for p5-Graphics-Primitive-0.67p1 ===> Checking files for p5-Graphics-Primitive-0.67p1 `/usr/ports/distfiles/Graphics-Primitive-0.67.tar.gz' is up to date. ===> Building from scratch p5-Graphics-Primitive-0.67p1 ===> p5-Graphics-Primitive-0.67p1 depends on: p5-Module-Install-* -> p5-Module-Install-1.19 ===> Checking files for p5-Graphics-Primitive-0.67p1 `/usr/ports/distfiles/Graphics-Primitive-0.67.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Graphics-Primitive-0.67p1 ===> Patching for p5-Graphics-Primitive-0.67p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Graphics-Primitive-0.67p1 ===> Configuring for p5-Graphics-Primitive-0.67p1 Cannot determine perl version info from lib/Graphics/Primitive.pm include /usr/ports/pobj/p5-Graphics-Primitive-0.67/Graphics-Primitive-0.67/inc/Module/Install.pm include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm include inc/Module/Install/Makefile.pm include inc/Module/Install/WriteAll.pm include inc/Module/Install/Win32.pm include inc/Module/Install/Can.pm include inc/Module/Install/Fetch.pm Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Graphics::Primitive Writing MYMETA.yml and MYMETA.json Writing META.yml ===> Building for p5-Graphics-Primitive-0.67p1 cp lib/Graphics/Primitive/Operation.pm blib/lib/Graphics/Primitive/Operation.pm cp lib/Graphics/Primitive/Paint/Solid.pm blib/lib/Graphics/Primitive/Paint/Solid.pm cp lib/Graphics/Primitive/Canvas.pm blib/lib/Graphics/Primitive/Canvas.pm cp lib/Graphics/Primitive/Image.pm blib/lib/Graphics/Primitive/Image.pm cp lib/Graphics/Primitive/Font.pm blib/lib/Graphics/Primitive/Font.pm cp lib/Graphics/Primitive/Driver/TextLayout.pm blib/lib/Graphics/Primitive/Driver/TextLayout.pm cp lib/Graphics/Primitive/TextBox.pm blib/lib/Graphics/Primitive/TextBox.pm cp lib/Graphics/Primitive/Paint/Gradient.pm blib/lib/Graphics/Primitive/Paint/Gradient.pm cp lib/Graphics/Primitive/Oriented.pm blib/lib/Graphics/Primitive/Oriented.pm cp lib/Graphics/Primitive/Container.pm blib/lib/Graphics/Primitive/Container.pm cp lib/Graphics/Primitive/Border.pm blib/lib/Graphics/Primitive/Border.pm cp lib/Graphics/Primitive/Paint.pm blib/lib/Graphics/Primitive/Paint.pm cp lib/Graphics/Primitive/Insets.pm blib/lib/Graphics/Primitive/Insets.pm cp lib/Graphics/Primitive/Path.pm blib/lib/Graphics/Primitive/Path.pm cp lib/Graphics/Primitive/Brush.pm blib/lib/Graphics/Primitive/Brush.pm cp lib/Graphics/Primitive/Paint/Gradient/Radial.pm blib/lib/Graphics/Primitive/Paint/Gradient/Radial.pm cp lib/Graphics/Primitive/Operation/Fill.pm blib/lib/Graphics/Primitive/Operation/Fill.pm cp lib/Graphics/Primitive/ComponentList.pm blib/lib/Graphics/Primitive/ComponentList.pm cp lib/Graphics/Primitive/Driver.pm blib/lib/Graphics/Primitive/Driver.pm cp lib/Graphics/Primitive.pm blib/lib/Graphics/Primitive.pm cp lib/Graphics/Primitive/Operation/Stroke.pm blib/lib/Graphics/Primitive/Operation/Stroke.pm cp lib/Graphics/Primitive/Component.pm blib/lib/Graphics/Primitive/Component.pm cp lib/Graphics/Primitive/Aligned.pm blib/lib/Graphics/Primitive/Aligned.pm cp lib/Graphics/Primitive/Paint/Gradient/Linear.pm blib/lib/Graphics/Primitive/Paint/Gradient/Linear.pm Manifying 24 pod documents ===> p5-Graphics-Primitive-0.67p1 depends on: p5-JSON-Any->=1.22 -> p5-JSON-Any-1.40 ===> p5-Graphics-Primitive-0.67p1 depends on: p5-Data-Visitor->=0.30 -> p5-Data-Visitor-0.32 ===> p5-Graphics-Primitive-0.67p1 depends on: p5-Forest->=0.06 -> p5-Forest-0.10p1 ===> p5-Graphics-Primitive-0.67p1 depends on: p5-Moose->=0.90 -> p5-Moose-2.2207 ===> p5-Graphics-Primitive-0.67p1 depends on: p5-MooseX-Clone->=0.04 -> p5-MooseX-Clone-0.06p1 ===> p5-Graphics-Primitive-0.67p1 depends on: p5-MooseX-Storage->=0.17 -> p5-MooseX-Storage-0.53 ===> p5-Graphics-Primitive-0.67p1 depends on: p5-Geometry-Primitive->=0.16 -> p5-Geometry-Primitive-0.24p1 ===> p5-Graphics-Primitive-0.67p1 depends on: p5-Graphics-Color->=0.20 -> p5-Graphics-Color-0.31p1 ===> Regression tests for p5-Graphics-Primitive-0.67p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t # Testing Graphics::Primitive 0.67, Perl 5.038002, /usr/bin/perl t/00-load.t ............ ok t/01-font.t ............ ok t/01-insets.t .......... ok t/02-brush.t ........... ok t/20-border.t .......... ok t/30-component.t ....... ok t/35-componentlist.t ... ok t/40-container.t ....... ok t/50-path.t ............ ok t/55-canvas.t .......... ok t/60-driver.t .......... ok t/61-textbox.t ......... ok t/70-op-fill.t ......... ok t/70-op-stroke.t ....... ok t/70-paint-gradient.t .. ok t/80-serialize.t ....... ok t/callback.t ........... ok All tests successful. Files=17, Tests=149, 13 wallclock secs ( 0.06 usr 0.07 sys + 9.90 cusr 1.83 csys = 11.86 CPU) Result: PASS PASS graphics/p5-Graphics-Primitive Duration 0m17.12s START graphics/p5-Graphics-Primitive-Driver-Cairo 2024-11-22T08:19:21Z export _LOCKS_HELD="" ===> Cleaning for p5-Graphics-Primitive-Driver-Cairo-0.47p1 ===> Checking files for p5-Graphics-Primitive-Driver-Cairo-0.47p1 `/usr/ports/distfiles/Graphics-Primitive-Driver-Cairo-0.47.tar.gz' is up to date. ===> Building from scratch p5-Graphics-Primitive-Driver-Cairo-0.47p1 ===> Checking files for p5-Graphics-Primitive-Driver-Cairo-0.47p1 `/usr/ports/distfiles/Graphics-Primitive-Driver-Cairo-0.47.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Graphics-Primitive-Driver-Cairo-0.47p1 ===> Patching for p5-Graphics-Primitive-Driver-Cairo-0.47p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Graphics-Primitive-Driver-Cairo-0.47p1 ===> Configuring for p5-Graphics-Primitive-Driver-Cairo-0.47p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Graphics::Primitive::Driver::Cairo Writing MYMETA.yml and MYMETA.json ===> Building for p5-Graphics-Primitive-Driver-Cairo-0.47p1 cp lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm blib/lib/Graphics/Primitive/Driver/Cairo/TextLayout.pm cp lib/Graphics/Primitive/Driver/Cairo.pm blib/lib/Graphics/Primitive/Driver/Cairo.pm Manifying 2 pod documents ===> p5-Graphics-Primitive-Driver-Cairo-0.47p1 depends on: p5-Test-Pod->=1.41 -> p5-Test-Pod-1.52p0 ===> p5-Graphics-Primitive-Driver-Cairo-0.47p1 depends on: p5-Graphics-Color-* -> p5-Graphics-Color-0.31p1 ===> p5-Graphics-Primitive-Driver-Cairo-0.47p1 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-Graphics-Primitive-Driver-Cairo-0.47p1 depends on: p5-Cairo-* -> p5-Cairo-1.109 ===> p5-Graphics-Primitive-Driver-Cairo-0.47p1 depends on: p5-Geometry-Primitive-* -> p5-Geometry-Primitive-0.24p1 ===> p5-Graphics-Primitive-Driver-Cairo-0.47p1 depends on: p5-Graphics-Primitive-* -> p5-Graphics-Primitive-0.67p1 ===> p5-Graphics-Primitive-Driver-Cairo-0.47p1 depends on: p5-Text-Flow-* -> p5-Text-Flow-0.01p1 ===> Regression tests for p5-Graphics-Primitive-Driver-Cairo-0.47p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/author/*.t t/author-pod-syntax.t .. skipped: these tests are for testing by the author t/author-synopsis.t .... skipped: these tests are for testing by the author t/author/pod.t ......... ok t/layout.t ............. ok t/load.t ............... ok All tests successful. Files=5, Tests=9, 3 wallclock secs ( 0.04 usr 0.01 sys + 1.85 cusr 0.30 csys = 2.20 CPU) Result: PASS PASS graphics/p5-Graphics-Primitive-Driver-Cairo Duration 0m05.98s START graphics/p5-Layout-Manager 2024-11-22T08:19:27Z export _LOCKS_HELD="" ===> Cleaning for p5-Layout-Manager-0.35p1 ===> Checking files for p5-Layout-Manager-0.35p1 `/usr/ports/distfiles/Layout-Manager-0.35.tar.gz' is up to date. ===> Building from scratch p5-Layout-Manager-0.35p1 ===> p5-Layout-Manager-0.35p1 depends on: p5-Module-Install-* -> p5-Module-Install-1.19 ===> Checking files for p5-Layout-Manager-0.35p1 `/usr/ports/distfiles/Layout-Manager-0.35.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Layout-Manager-0.35p1 ===> Patching for p5-Layout-Manager-0.35p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Layout-Manager-0.35p1 ===> Configuring for p5-Layout-Manager-0.35p1 Cannot determine perl version info from lib/Layout/Manager.pm include /usr/ports/pobj/p5-Layout-Manager-0.35/Layout-Manager-0.35/inc/Module/Install.pm include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm include inc/Module/Install/Makefile.pm include inc/Module/Install/WriteAll.pm include inc/Module/Install/Win32.pm include inc/Module/Install/Can.pm include inc/Module/Install/Fetch.pm Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Layout::Manager Writing MYMETA.yml and MYMETA.json Writing META.yml ===> Building for p5-Layout-Manager-0.35p1 cp lib/Layout/Manager/Compass.pm blib/lib/Layout/Manager/Compass.pm cp lib/Layout/Manager/Absolute.pm blib/lib/Layout/Manager/Absolute.pm cp lib/Layout/Manager/Flow.pm blib/lib/Layout/Manager/Flow.pm cp lib/Layout/Manager/Axis.pm blib/lib/Layout/Manager/Axis.pm cp lib/Layout/Manager/Single.pm blib/lib/Layout/Manager/Single.pm cp lib/Layout/Manager.pm blib/lib/Layout/Manager.pm cp lib/Layout/Manager/Grid.pm blib/lib/Layout/Manager/Grid.pm Manifying 7 pod documents ===> p5-Layout-Manager-0.35p1 depends on: p5-Moose->=0.79 -> p5-Moose-2.2207 ===> p5-Layout-Manager-0.35p1 depends on: p5-Geometry-Primitive->=0.16 -> p5-Geometry-Primitive-0.24p1 ===> p5-Layout-Manager-0.35p1 depends on: p5-Graphics-Primitive->=0.43 -> p5-Graphics-Primitive-0.67p1 ===> Regression tests for p5-Layout-Manager-0.35p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/10-compass/*.t t/11-flow/*.t t/15-axis/*.t t/20-grid/*.t # Testing Layout::Manager 0.35, Perl 5.038002, /usr/bin/perl t/00-load.t .............................. ok t/10-compass/01-north.t .................. ok t/10-compass/02-south.t .................. ok t/10-compass/03-east.t ................... ok t/10-compass/04-west.t ................... ok t/10-compass/05-sane.t ................... ok t/10-compass/06-east-west.t .............. ok t/10-compass/06-north-east.t ............. ok t/10-compass/06-north-west.t ............. ok t/10-compass/06-south-east.t ............. ok t/10-compass/07-clickeresque.t ........... ok t/10-compass/08-click-invis.t ............ ok t/10-compass/09-remove.t ................. ok t/10-compass/10-nce.t .................... ok t/10-compass/11-center.t ................. ok t/10-compass/14-container-center.t ....... ok t/10-compass/15-container-east.t ......... ok t/10-compass/16-container-west.t ......... ok t/10-compass/17-container-east-center.t .. ok t/10-compass/18-container-south.t ........ ok t/10-compass/19-container-south-p2.t ..... ok t/10-compass/19-container-south-p3.t ..... ok t/10-compass/25-validity.t ............... ok t/10-compass/50-complex.t ................ ok t/11-flow/00-north.t ..................... ok t/11-flow/01-south.t ..................... ok t/11-flow/02-east.t ...................... ok t/11-flow/03-west.t ...................... ok t/11-flow/04-north-margin.t .............. ok t/11-flow/05-west-margin.t ............... ok t/11-flow/06-east-margin.t ............... ok t/11-flow/07-south-margin.t .............. ok t/11-flow/08-west-wrap.t ................. ok t/11-flow/09-east-wrap.t ................. ok t/15-axis/01-all.t ....................... ok t/20-grid/00-simple.t .................... ok t/20-grid/01-no_height.t ................. ok t/20-grid/02-no_width.t .................. ok All tests successful. Files=38, Tests=553, 29 wallclock secs ( 0.12 usr 0.12 sys + 23.53 cusr 3.83 csys = 27.60 CPU) Result: PASS PASS graphics/p5-Layout-Manager Duration 0m31.84s START mail/p5-MIME-Types 2024-11-22T08:19:59Z export _LOCKS_HELD="" ===> Cleaning for p5-MIME-Types-2.26 ===> Checking files for p5-MIME-Types-2.26 `/usr/ports/distfiles/MIME-Types-2.26.tar.gz' is up to date. ===> Building from scratch p5-MIME-Types-2.26 ===> Checking files for p5-MIME-Types-2.26 `/usr/ports/distfiles/MIME-Types-2.26.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MIME-Types-2.26 ===> Patching for p5-MIME-Types-2.26 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MIME-Types-2.26 ===> Configuring for p5-MIME-Types-2.26 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MIME::Types Writing MYMETA.yml and MYMETA.json ===> Building for p5-MIME-Types-2.26 cp lib/MIME/Types.pod blib/lib/MIME/Types.pod cp lib/MIME/Type.pod blib/lib/MIME/Type.pod cp lib/MIME/Types.pm blib/lib/MIME/Types.pm cp lib/MIME/types.db blib/lib/MIME/types.db cp lib/MojoX/MIME/Types.pm blib/lib/MojoX/MIME/Types.pm cp lib/MIME/Type.pm blib/lib/MIME/Type.pm cp lib/MojoX/MIME/Types.pod blib/lib/MojoX/MIME/Types.pod Manifying 3 pod documents ===> p5-MIME-Types-2.26 depends on: p5-Mojolicious-* -> p5-Mojolicious-9.37 ===> Regression tests for p5-MIME-Types-2.26 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/10type.t ..... ok t/11typeol.t ... ok t/20types.t .... ok t/21accept.t ... ok t/22accbest.t .. ok t/30export.t ... ok t/40mojo.t ..... ok All tests successful. Files=7, Tests=183, 2 wallclock secs ( 0.10 usr 0.03 sys + 1.17 cusr 0.36 csys = 1.66 CPU) Result: PASS PASS mail/p5-MIME-Types Duration 0m04.22s START mail/p5-MIME-tools 2024-11-22T08:20:03Z export _LOCKS_HELD="" ===> Cleaning for p5-MIME-tools-5.515 ===> Checking files for p5-MIME-tools-5.515 `/usr/ports/distfiles/MIME-tools-5.515.tar.gz' is up to date. ===> Building from scratch p5-MIME-tools-5.515 ===> p5-MIME-tools-5.515 depends on: p5-IO-stringy->=1.211 -> p5-IO-stringy-2.113 ===> p5-MIME-tools-5.515 depends on: p5-Mail-Tools-* -> p5-Mail-Tools-2.21p0 ===> p5-MIME-tools-5.515 depends on: p5-Convert-BinHex-* -> p5-Convert-BinHex-1.125p0 ===> Checking files for p5-MIME-tools-5.515 `/usr/ports/distfiles/MIME-tools-5.515.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MIME-tools-5.515 ===> Patching for p5-MIME-tools-5.515 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MIME-tools-5.515 ===> Configuring for p5-MIME-tools-5.515 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MIME::Tools Writing MYMETA.yml and MYMETA.json ===> Building for p5-MIME-tools-5.515 cp lib/MIME/Decoder.pm blib/lib/MIME/Decoder.pm cp lib/MIME/Parser/Filer.pm blib/lib/MIME/Parser/Filer.pm cp lib/MIME/Parser.pm blib/lib/MIME/Parser.pm cp lib/MIME/Decoder/NBit.pm blib/lib/MIME/Decoder/NBit.pm cp lib/MIME/Decoder/Gzip64.pm blib/lib/MIME/Decoder/Gzip64.pm cp lib/MIME/Parser/Reader.pm blib/lib/MIME/Parser/Reader.pm cp lib/MIME/Decoder/BinHex.pm blib/lib/MIME/Decoder/BinHex.pm cp lib/MIME/Words.pm blib/lib/MIME/Words.pm cp lib/MIME/Decoder/UU.pm blib/lib/MIME/Decoder/UU.pm cp lib/MIME/WordDecoder.pm blib/lib/MIME/WordDecoder.pm cp lib/MIME/Decoder/QuotedPrint.pm blib/lib/MIME/Decoder/QuotedPrint.pm cp lib/MIME/Field/ParamVal.pm blib/lib/MIME/Field/ParamVal.pm cp lib/MIME/Decoder/Binary.pm blib/lib/MIME/Decoder/Binary.pm cp lib/MIME/Head.pm blib/lib/MIME/Head.pm cp lib/MIME/Entity.pm blib/lib/MIME/Entity.pm cp lib/MIME/Field/ContDisp.pm blib/lib/MIME/Field/ContDisp.pm cp lib/MIME/Body.pm blib/lib/MIME/Body.pm cp lib/MIME/Decoder/Base64.pm blib/lib/MIME/Decoder/Base64.pm cp lib/MIME/Field/ContType.pm blib/lib/MIME/Field/ContType.pm cp lib/MIME/Parser/Results.pm blib/lib/MIME/Parser/Results.pm cp lib/MIME/Field/ConTraEnc.pm blib/lib/MIME/Field/ConTraEnc.pm cp lib/MIME/Tools.pm blib/lib/MIME/Tools.pm Manifying 22 pod documents ===> p5-MIME-tools-5.515 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-MIME-tools-5.515 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-MIME-tools-5.515 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-MIME-tools-5.515 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/02-kwalitee.t ................... skipped: These tests are for author or release candidate testing t/02-pod-coverage.t ............... skipped: Test::Pod::Coverage disabled. TEST_POD_COVERAGE=1 if you want it. t/02-pod.t ........................ ok t/99-prepare.t .................... ok t/ambiguous-parse.t ............... ok t/attachment-filename-encoding.t .. ok t/Body.t .......................... ok t/BodyPrint.t ..................... ok # Using gzip: 1 t/Decoder.t ....................... ok t/EmptyPart.t ..................... ok t/Entity.t ........................ ok t/Filer.t ......................... ok t/Gauntlet.t ...................... ok t/Head.t .......................... ok t/Misc.t .......................... ok t/obfuscated-zip.t ................ ok t/ParamVal.t ...................... ok t/Parser.t ........................ ok t/ParserEncoded.t ................. ok t/ParserPreamble.t ................ ok t/Ref.t ........................... ok t/Smtpsend.t ...................... ok t/test-utf8-bom.t ................. ok t/ticket-11901.t .................. ok t/ticket-119568.t ................. ok t/ticket-22684.t .................. ok t/ticket-37139.t .................. ok t/ticket-41632.t .................. ok t/ticket-43439.t .................. ok t/ticket-52924.t .................. ok t/ticket-5462.t ................... ok t/ticket-60931.t .................. ok t/ticket-65681.t .................. ok t/ticket-66025.t .................. ok t/ticket-71041.t .................. ok t/ticket-71677.t .................. ok t/ticket-80433.t .................. ok t/WordDecoder.t ................... ok t/WordEncoder.t ................... ok t/Words.t ......................... ok All tests successful. Files=40, Tests=460, 13 wallclock secs ( 0.18 usr 0.17 sys + 7.40 cusr 3.15 csys = 10.90 CPU) Result: PASS PASS mail/p5-MIME-tools Duration 0m17.27s START mail/p5-Mail-Alias 2024-11-22T08:20:20Z export _LOCKS_HELD="" ===> Cleaning for p5-Mail-Alias-1.15 ===> Checking files for p5-Mail-Alias-1.15 `/usr/ports/distfiles/Mail-Alias-1.15.tar.gz' is up to date. ===> Building from scratch p5-Mail-Alias-1.15 ===> Checking files for p5-Mail-Alias-1.15 `/usr/ports/distfiles/Mail-Alias-1.15.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Mail-Alias-1.15 ===> Patching for p5-Mail-Alias-1.15 ===> Applying OpenBSD patch patch-Alias_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Alias.pm.orig Sun Jan 7 21:28:02 2001 |+++ Alias.pm Sun Jan 7 21:30:34 2001 -------------------------- Patching file Alias.pm using Plan A... Hunk #1 succeeded at 686 (offset 2 lines). Hunk #2 succeeded at 740 (offset 2 lines). done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Mail-Alias-1.15 ===> Configuring for p5-Mail-Alias-1.15 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Mail::Alias Writing MYMETA.yml and MYMETA.json ===> Building for p5-Mail-Alias-1.15 cp Alias.pm blib/lib/Mail/Alias.pm Manifying 1 pod document ===> Regression tests for p5-Mail-Alias-1.15 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..8 ok 1 Testing some of the Mail::Alias methods......... ok 2 Setting the current alias file name Appending some aliases to the file ok 3 Verifying the aliases were added ok 4 DELETING: test_alias3: person1@place1.com, person2@place2.net ok 5 Verifying alias with continuation line at end of file ok 6 ok 7 Verifying that space after :include: works ok 8 PASS mail/p5-Mail-Alias Duration 0m02.21s START mail/p5-Mail-AuthenticationResults 2024-11-22T08:20:22Z export _LOCKS_HELD="" ===> Cleaning for p5-Mail-AuthenticationResults-2.20231031 ===> Checking files for p5-Mail-AuthenticationResults-2.20231031 `/usr/ports/distfiles/Mail-AuthenticationResults-2.20231031.tar.gz' is up to date. ===> Building from scratch p5-Mail-AuthenticationResults-2.20231031 ===> Checking files for p5-Mail-AuthenticationResults-2.20231031 `/usr/ports/distfiles/Mail-AuthenticationResults-2.20231031.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Mail-AuthenticationResults-2.20231031 ===> Patching for p5-Mail-AuthenticationResults-2.20231031 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Mail-AuthenticationResults-2.20231031 ===> Configuring for p5-Mail-AuthenticationResults-2.20231031 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Mail::AuthenticationResults Writing MYMETA.yml and MYMETA.json ===> Building for p5-Mail-AuthenticationResults-2.20231031 cp lib/Mail/AuthenticationResults/Token/Assignment.pm blib/lib/Mail/AuthenticationResults/Token/Assignment.pm cp lib/Mail/AuthenticationResults/FoldableHeader.pm blib/lib/Mail/AuthenticationResults/FoldableHeader.pm cp lib/Mail/AuthenticationResults/Header/Comment.pm blib/lib/Mail/AuthenticationResults/Header/Comment.pm cp lib/Mail/AuthenticationResults/Token/QuotedString.pm blib/lib/Mail/AuthenticationResults/Token/QuotedString.pm cp lib/Mail/AuthenticationResults/Token/Separator.pm blib/lib/Mail/AuthenticationResults/Token/Separator.pm cp lib/Mail/AuthenticationResults/Header/AuthServID.pm blib/lib/Mail/AuthenticationResults/Header/AuthServID.pm cp lib/Mail/AuthenticationResults/Header/Version.pm blib/lib/Mail/AuthenticationResults/Header/Version.pm cp lib/Mail/AuthenticationResults/Parser.pm blib/lib/Mail/AuthenticationResults/Parser.pm cp lib/Mail/AuthenticationResults/Token/Space.pm blib/lib/Mail/AuthenticationResults/Token/Space.pm cp lib/Mail/AuthenticationResults/Header/Base.pm blib/lib/Mail/AuthenticationResults/Header/Base.pm cp lib/Mail/AuthenticationResults/Token/String.pm blib/lib/Mail/AuthenticationResults/Token/String.pm cp lib/Mail/AuthenticationResults.pm blib/lib/Mail/AuthenticationResults.pm cp lib/Mail/AuthenticationResults/Header/Group.pm blib/lib/Mail/AuthenticationResults/Header/Group.pm cp lib/Mail/AuthenticationResults/Token/Comment.pm blib/lib/Mail/AuthenticationResults/Token/Comment.pm cp lib/Mail/AuthenticationResults/Header/Entry.pm blib/lib/Mail/AuthenticationResults/Header/Entry.pm cp lib/Mail/AuthenticationResults/Token.pm blib/lib/Mail/AuthenticationResults/Token.pm cp lib/Mail/AuthenticationResults/Header.pm blib/lib/Mail/AuthenticationResults/Header.pm cp lib/Mail/AuthenticationResults/Header/SubEntry.pm blib/lib/Mail/AuthenticationResults/Header/SubEntry.pm Manifying 18 pod documents ===> p5-Mail-AuthenticationResults-2.20231031 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-Mail-AuthenticationResults-2.20231031 depends on: p5-JSON-* -> p5-JSON-4.10 ===> p5-Mail-AuthenticationResults-2.20231031 depends on: p5-Clone-* -> p5-Clone-0.46 ===> Regression tests for p5-Mail-AuthenticationResults-2.20231031 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/02-children.t .............. ok t/02-comment.t ............... ok t/02-get.t ................... ok t/02-none.t .................. ok t/02-parser-begin-dot.t ...... ok t/02-parser-json.t ........... ok t/02-parser-quoted.t ......... ok t/02-parser.t ................ ok t/02-safe_set.t .............. ok t/02-set.t ................... ok t/02-tokens.t ................ ok t/03-add-children-from.t ..... ok t/03-parser-bogus.t .......... ok t/03-parser.t ................ ok t/03-search-authserv-id.t .... ok t/03-search-has.t ............ ok t/03-search.t ................ ok t/04-aol.t ................... ok t/04-fastmail.t .............. ok t/04-gmail.t ................. ok t/04-icloud.t ................ ok t/04-mail.ru.t ............... ok t/04-outlook.t ............... ok t/04-yahoo.t ................. ok t/04-yandex.t ................ ok t/05-as-json.t ............... ok t/05-as_string-styles.t ...... ok t/05-as_string-wrap.t ........ ok t/05-eol.t ................... ok t/05-parser-comment-heavy.t .. ok t/author-critic.t ............ skipped: these tests are for testing by the author t/author-pod-coverage.t ...... skipped: these tests are for testing by the author t/author-pod-syntax.t ........ skipped: these tests are for testing by the author All tests successful. Files=33, Tests=394, 6 wallclock secs ( 0.11 usr 0.18 sys + 3.88 cusr 1.56 csys = 5.73 CPU) Result: PASS PASS mail/p5-Mail-AuthenticationResults Duration 0m09.09s START mail/p5-Mail-DKIM 2024-11-22T08:20:31Z export _LOCKS_HELD="" ===> Cleaning for p5-Mail-DKIM-1.20240923 ===> Checking files for p5-Mail-DKIM-1.20240923 `/usr/ports/distfiles/Mail-DKIM-1.20240923.tar.gz' is up to date. ===> Building from scratch p5-Mail-DKIM-1.20240923 ===> Checking files for p5-Mail-DKIM-1.20240923 `/usr/ports/distfiles/Mail-DKIM-1.20240923.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Mail-DKIM-1.20240923 ===> Patching for p5-Mail-DKIM-1.20240923 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Mail-DKIM-1.20240923 ===> Configuring for p5-Mail-DKIM-1.20240923 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Mail::DKIM Writing MYMETA.yml and MYMETA.json ===> Building for p5-Mail-DKIM-1.20240923 cp lib/Mail/DKIM/Canonicalization/DkimCommon.pm blib/lib/Mail/DKIM/Canonicalization/DkimCommon.pm cp lib/Mail/DKIM/Canonicalization/nowsp.pm blib/lib/Mail/DKIM/Canonicalization/nowsp.pm cp lib/Mail/DKIM/Signer.pm blib/lib/Mail/DKIM/Signer.pm cp lib/Mail/DKIM/TextWrap.pm blib/lib/Mail/DKIM/TextWrap.pm cp lib/Mail/DKIM.pm blib/lib/Mail/DKIM.pm cp lib/Mail/DKIM/Policy.pm blib/lib/Mail/DKIM/Policy.pm cp lib/Mail/DKIM/ARC/Seal.pm blib/lib/Mail/DKIM/ARC/Seal.pm cp lib/Mail/DKIM/PrivateKey.pm blib/lib/Mail/DKIM/PrivateKey.pm cp lib/Mail/DKIM/MessageParser.pm blib/lib/Mail/DKIM/MessageParser.pm cp lib/Mail/DKIM/Common.pm blib/lib/Mail/DKIM/Common.pm cp lib/Mail/DKIM/Canonicalization/relaxed.pm blib/lib/Mail/DKIM/Canonicalization/relaxed.pm cp lib/Mail/DKIM/Algorithm/ed25519_sha256.pm blib/lib/Mail/DKIM/Algorithm/ed25519_sha256.pm cp lib/Mail/DKIM/Canonicalization/DkCommon.pm blib/lib/Mail/DKIM/Canonicalization/DkCommon.pm cp lib/Mail/DKIM/KeyValueList.pm blib/lib/Mail/DKIM/KeyValueList.pm cp lib/Mail/DKIM/Canonicalization/dk_nofws.pm blib/lib/Mail/DKIM/Canonicalization/dk_nofws.pm cp lib/Mail/DKIM/Algorithm/rsa_sha256.pm blib/lib/Mail/DKIM/Algorithm/rsa_sha256.pm cp lib/Mail/DKIM/Canonicalization/Base.pm blib/lib/Mail/DKIM/Canonicalization/Base.pm cp lib/Mail/DKIM/DkSignature.pm blib/lib/Mail/DKIM/DkSignature.pm cp lib/Mail/DKIM/Canonicalization/simple.pm blib/lib/Mail/DKIM/Canonicalization/simple.pm cp lib/Mail/DKIM/Algorithm/rsa_sha1.pm blib/lib/Mail/DKIM/Algorithm/rsa_sha1.pm cp lib/Mail/DKIM/ARC/Verifier.pm blib/lib/Mail/DKIM/ARC/Verifier.pm cp lib/Mail/DKIM/Key.pm blib/lib/Mail/DKIM/Key.pm cp lib/Mail/DKIM/DkPolicy.pm blib/lib/Mail/DKIM/DkPolicy.pm cp lib/Mail/DKIM/Signature.pm blib/lib/Mail/DKIM/Signature.pm cp lib/Mail/DKIM/ARC/MessageSignature.pm blib/lib/Mail/DKIM/ARC/MessageSignature.pm cp lib/Mail/DKIM/Algorithm/dk_rsa_sha1.pm blib/lib/Mail/DKIM/Algorithm/dk_rsa_sha1.pm cp lib/Mail/DKIM/Verifier.pm blib/lib/Mail/DKIM/Verifier.pm cp lib/Mail/DKIM/Algorithm/Base.pm blib/lib/Mail/DKIM/Algorithm/Base.pm cp lib/Mail/DKIM/AuthorDomainPolicy.pm blib/lib/Mail/DKIM/AuthorDomainPolicy.pm cp lib/Mail/DKIM/PublicKey.pm blib/lib/Mail/DKIM/PublicKey.pm cp lib/Mail/DKIM/SignerPolicy.pm blib/lib/Mail/DKIM/SignerPolicy.pm cp lib/Mail/DKIM/DkimPolicy.pm blib/lib/Mail/DKIM/DkimPolicy.pm cp lib/Mail/DKIM/DNS.pm blib/lib/Mail/DKIM/DNS.pm cp lib/Mail/DKIM/ARC/Signer.pm blib/lib/Mail/DKIM/ARC/Signer.pm cp lib/Mail/DKIM/Canonicalization/seal.pm blib/lib/Mail/DKIM/Canonicalization/seal.pm cp lib/Mail/DKIM/Canonicalization/dk_simple.pm blib/lib/Mail/DKIM/Canonicalization/dk_simple.pm Manifying 36 pod documents ===> p5-Mail-DKIM-1.20240923 depends on: p5-Test-RequiresInternet-* -> p5-Test-RequiresInternet-0.05p0 ===> p5-Mail-DKIM-1.20240923 depends on: p5-YAML-XS-* -> p5-YAML-XS-0.89 ===> p5-Mail-DKIM-1.20240923 depends on: p5-Net-DNS-Resolver-Mock-* -> p5-Net-DNS-Resolver-Mock-1.20230216 ===> p5-Mail-DKIM-1.20240923 depends on: p5-Getopt-Long-Descriptive-* -> p5-Getopt-Long-Descriptive-0.110 ===> p5-Mail-DKIM-1.20240923 depends on: p5-Mail-AuthenticationResults-* -> p5-Mail-AuthenticationResults-2.20231031 ===> p5-Mail-DKIM-1.20240923 depends on: p5-Mail-Tools-* -> p5-Mail-Tools-2.21p0 ===> p5-Mail-DKIM-1.20240923 depends on: p5-Net-DNS-* -> p5-Net-DNS-1.48 ===> p5-Mail-DKIM-1.20240923 depends on: p5-Crypt-OpenSSL-RSA-* -> p5-Crypt-OpenSSL-RSA-0.33p0 ===> p5-Mail-DKIM-1.20240923 depends on: p5-CryptX-* -> p5-CryptX-0.084 ===> Regression tests for p5-Mail-DKIM-1.20240923 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/adsp.t ........................ ok Authentication-Results Header parse error: not expecting a string at /usr/ports/pobj/p5-Mail-DKIM-1.20240923/Mail-DKIM-1.20240923/blib/lib/Mail/DKIM/ARC/Signer.pm line 116. Authentication-Results: Garbage Authentication-Results Header - SHOULD NOT PARSE at /usr/ports/pobj/p5-Mail-DKIM-1.20240923/Mail-DKIM-1.20240923/blib/lib/Mail/DKIM/ARC/Signer.pm line 121. t/arc-draft-sign-tests.t ........ ok t/arc-draft-validation-tests.t .. ok t/arc-signer.t .................. ok t/author-pod-syntax.t ........... skipped: these tests are for testing by the author t/dev-manifest.t ................ skipped: Author tests not required for installation t/external_signer.t ............. ok t/Mail-DKIM.t ................... ok t/policy.t ...................... skipped: no host: www.google.com t/public_key.t .................. skipped: no host: www.google.com t/signature.t ................... ok t/signer.t ...................... ok t/signer_dk.t ................... ok t/signer_expiration.t ........... ok t/signer_expiration_set_time.t .. ok t/signer_policy.t ............... ok t/simple_canonicalization.t ..... ok t/textwrap.t .................... ok did not cache that DNS entry: 2023-05-ed25519-does-not-exist._domainkey.wander.science >>> t/verifier.t .................... ok t/verifier_strict.t ............. ok All tests successful. Files=20, Tests=471, 7 wallclock secs ( 0.17 usr 0.10 sys + 4.77 cusr 1.67 csys = 6.71 CPU) Result: PASS PASS mail/p5-Mail-DKIM Duration 0m11.91s START mail/p5-Mail-DKIM-Iterator 2024-11-22T08:20:43Z export _LOCKS_HELD="" ===> Cleaning for p5-Mail-DKIM-Iterator-1.010 ===> Checking files for p5-Mail-DKIM-Iterator-1.010 `/usr/ports/distfiles/Mail-DKIM-Iterator-1.010.tar.gz' is up to date. ===> Building from scratch p5-Mail-DKIM-Iterator-1.010 ===> Checking files for p5-Mail-DKIM-Iterator-1.010 `/usr/ports/distfiles/Mail-DKIM-Iterator-1.010.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Mail-DKIM-Iterator-1.010 ===> Patching for p5-Mail-DKIM-Iterator-1.010 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Mail-DKIM-Iterator-1.010 ===> Configuring for p5-Mail-DKIM-Iterator-1.010 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Mail::DKIM::Iterator Writing MYMETA.yml and MYMETA.json ===> Building for p5-Mail-DKIM-Iterator-1.010 cp lib/Mail/DKIM/Iterator.pm blib/lib/Mail/DKIM/Iterator.pm Manifying 1 pod document ===> p5-Mail-DKIM-Iterator-1.010 depends on: p5-Crypt-OpenSSL-RSA-* -> p5-Crypt-OpenSSL-RSA-0.33p0 ===> Regression tests for p5-Mail-DKIM-Iterator-1.010 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/load.t ............. ok t/sign-and-verify.t .. ok All tests successful. Files=2, Tests=23, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.36 cusr 0.09 csys = 0.51 CPU) Result: PASS PASS mail/p5-Mail-DKIM-Iterator Duration 0m03.02s START mail/p5-Mail-DMARC-Iterator 2024-11-22T08:20:46Z export _LOCKS_HELD="" ===> Cleaning for p5-Mail-DMARC-Iterator-0.014 ===> Checking files for p5-Mail-DMARC-Iterator-0.014 `/usr/ports/distfiles/Mail-DMARC-Iterator-0.014.tar.gz' is up to date. ===> Building from scratch p5-Mail-DMARC-Iterator-0.014 ===> Checking files for p5-Mail-DMARC-Iterator-0.014 `/usr/ports/distfiles/Mail-DMARC-Iterator-0.014.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Mail-DMARC-Iterator-0.014 ===> Patching for p5-Mail-DMARC-Iterator-0.014 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Mail-DMARC-Iterator-0.014 ===> Configuring for p5-Mail-DMARC-Iterator-0.014 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Mail::DMARC::Iterator Writing MYMETA.yml and MYMETA.json ===> Building for p5-Mail-DMARC-Iterator-0.014 cp lib/Mail/DMARC/Iterator.pm blib/lib/Mail/DMARC/Iterator.pm Manifying 1 pod document ===> p5-Mail-DMARC-Iterator-0.014 depends on: p5-Mail-DKIM-Iterator->=1.002 -> p5-Mail-DKIM-Iterator-1.010 ===> p5-Mail-DMARC-Iterator-0.014 depends on: p5-Mail-SPF-Iterator->=1.115 -> p5-Mail-SPF-Iterator-1.121 ===> p5-Mail-DMARC-Iterator-0.014 depends on: p5-IO-Socket-SSL-* -> p5-IO-Socket-SSL-2.089 ===> Regression tests for p5-Mail-DMARC-Iterator-0.014 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ... ok # single DKIM signature - order DKIM+EOF Use of uninitialized value in join or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 380. Use of uninitialized value in concatenation (.) or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 163. Use of uninitialized value in join or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 380. Use of uninitialized value in concatenation (.) or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 163. # single DKIM signature - order SPF(Fail)+DKIM+EOF Use of uninitialized value in join or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 380. Use of uninitialized value in concatenation (.) or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 163. Use of uninitialized value in join or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 380. Use of uninitialized value in join or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 380. Use of uninitialized value in concatenation (.) or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 163. # single DKIM signature - order SPF(Pass) Use of uninitialized value in join or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 380. Use of uninitialized value in concatenation (.) or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 163. Use of uninitialized value in join or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 380. # single DKIM signature - order SPF(Pass,not align)+DKIM+EOF Use of uninitialized value in join or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 380. Use of uninitialized value in concatenation (.) or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 163. Use of uninitialized value in join or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 380. Use of uninitialized value in join or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 380. Use of uninitialized value in concatenation (.) or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 163. # double DKIM signature Use of uninitialized value in join or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 380. Use of uninitialized value in concatenation (.) or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 163. Use of uninitialized value in join or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 380. Use of uninitialized value in concatenation (.) or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 163. # external DKIM iterator - order DKIM + DMARC Use of uninitialized value in join or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 380. Use of uninitialized value in concatenation (.) or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 163. # external DKIM iterator - order DMARC + DKIM Use of uninitialized value in join or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 380. Use of uninitialized value in concatenation (.) or string at /usr/ports/pobj/p5-Mail-DMARC-Iterator-0.014/Mail-DMARC-Iterator-0.014/blib/lib/Mail/DMARC/Iterator.pm line 163. t/01-basic.t .. ok All tests successful. Files=2, Tests=28, 1 wallclock secs ( 0.01 usr 0.05 sys + 0.62 cusr 0.25 csys = 0.93 CPU) Result: PASS PASS mail/p5-Mail-DMARC-Iterator Duration 0m04.05s START mail/p5-Mail-SPF-Iterator 2024-11-22T08:20:50Z export _LOCKS_HELD="" ===> Cleaning for p5-Mail-SPF-Iterator-1.121 ===> Checking files for p5-Mail-SPF-Iterator-1.121 `/usr/ports/distfiles/Mail-SPF-Iterator-1.121.tar.gz' is up to date. ===> Building from scratch p5-Mail-SPF-Iterator-1.121 ===> Checking files for p5-Mail-SPF-Iterator-1.121 `/usr/ports/distfiles/Mail-SPF-Iterator-1.121.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Mail-SPF-Iterator-1.121 ===> Patching for p5-Mail-SPF-Iterator-1.121 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Mail-SPF-Iterator-1.121 ===> Configuring for p5-Mail-SPF-Iterator-1.121 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Mail::SPF::Iterator Writing MYMETA.yml and MYMETA.json ===> Building for p5-Mail-SPF-Iterator-1.121 cp lib/Mail/SPF/Iterator.pm blib/lib/Mail/SPF/Iterator.pm Manifying 1 pod document ===> p5-Mail-SPF-Iterator-1.121 depends on: p5-IO-Socket-INET6-* -> p5-IO-Socket-INET6-2.73 ===> p5-Mail-SPF-Iterator-1.121 depends on: p5-Socket6-* -> p5-Socket6-0.29p0 ===> p5-Mail-SPF-Iterator-1.121 depends on: p5-Net-DNS->=0.62 -> p5-Net-DNS-1.48 ===> p5-Mail-SPF-Iterator-1.121 depends on: p5-URI-* -> p5-URI-5.31 ===> Regression tests for p5-Mail-SPF-Iterator-1.121 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_load.t .................... ok t/02_spf-test-suite-rfc4408.t .. ok t/03_spf-test-suite-rfc7208.t .. ok t/04_misc.t .................... ok t/05_pass_all.t ................ ok All tests successful. Files=5, Tests=1145, 4 wallclock secs ( 0.20 usr 0.03 sys + 2.63 cusr 0.40 csys = 3.26 CPU) Result: PASS PASS mail/p5-Mail-SPF-Iterator Duration 0m06.18s START mail/p5-Mail-Tools 2024-11-22T08:20:57Z export _LOCKS_HELD="" ===> Cleaning for p5-Mail-Tools-2.21p0 ===> Checking files for p5-Mail-Tools-2.21p0 `/usr/ports/distfiles/MailTools-2.21.tar.gz' is up to date. ===> Building from scratch p5-Mail-Tools-2.21p0 ===> Checking files for p5-Mail-Tools-2.21p0 `/usr/ports/distfiles/MailTools-2.21.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Mail-Tools-2.21p0 ===> Patching for p5-Mail-Tools-2.21p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Mail-Tools-2.21p0 ===> Configuring for p5-Mail-Tools-2.21p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MailTools Writing MYMETA.yml and MYMETA.json ===> Building for p5-Mail-Tools-2.21p0 cp lib/MailTools.pm blib/lib/MailTools.pm cp lib/Mail/Field/Generic.pod blib/lib/Mail/Field/Generic.pod cp lib/Mail/Field/Date.pod blib/lib/Mail/Field/Date.pod cp lib/Mail/Field/AddrList.pm blib/lib/Mail/Field/AddrList.pm cp lib/Mail/Util.pod blib/lib/Mail/Util.pod cp lib/Mail/Field.pm blib/lib/Mail/Field.pm cp lib/Mail/Mailer/smtps.pm blib/lib/Mail/Mailer/smtps.pm cp lib/Mail/Field/Generic.pm blib/lib/Mail/Field/Generic.pm cp lib/Mail/Field/AddrList.pod blib/lib/Mail/Field/AddrList.pod cp lib/Mail/Send.pm blib/lib/Mail/Send.pm cp lib/Mail/Mailer/sendmail.pm blib/lib/Mail/Mailer/sendmail.pm cp lib/Mail/Field/Date.pm blib/lib/Mail/Field/Date.pm cp lib/Mail/Mailer/smtp.pm blib/lib/Mail/Mailer/smtp.pm cp lib/Mail/Header.pod blib/lib/Mail/Header.pod cp lib/Mail/Mailer/testfile.pm blib/lib/Mail/Mailer/testfile.pm cp lib/Mail/Cap.pod blib/lib/Mail/Cap.pod cp lib/Mail/Internet.pod blib/lib/Mail/Internet.pod cp lib/Mail/Header.pm blib/lib/Mail/Header.pm cp lib/Mail/Cap.pm blib/lib/Mail/Cap.pm cp lib/Mail/Send.pod blib/lib/Mail/Send.pod cp lib/Mail/Mailer/qmail.pm blib/lib/Mail/Mailer/qmail.pm cp lib/Mail/Util.pm blib/lib/Mail/Util.pm cp lib/Mail/Field.pod blib/lib/Mail/Field.pod cp lib/Mail/Mailer.pm blib/lib/Mail/Mailer.pm cp lib/Mail/Address.pm blib/lib/Mail/Address.pm cp lib/Mail/Mailer.pod blib/lib/Mail/Mailer.pod cp lib/MailTools.pod blib/lib/MailTools.pod cp lib/Mail/Filter.pod blib/lib/Mail/Filter.pod cp lib/Mail/Internet.pm blib/lib/Mail/Internet.pm cp lib/Mail/Filter.pm blib/lib/Mail/Filter.pm cp lib/Mail/Mailer/rfc822.pm blib/lib/Mail/Mailer/rfc822.pm cp lib/Mail/Address.pod blib/lib/Mail/Address.pod Manifying 13 pod documents ===> p5-Mail-Tools-2.21p0 depends on: p5-Time-TimeDate-* -> p5-Time-TimeDate-2.33 ===> p5-Mail-Tools-2.21p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Mail-Tools-2.21p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Mail-Tools-2.21p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/extract.t ... ok t/header.t .... ok t/internet.t .. ok t/mailcap.t ... ok t/mailer.t .... ok t/require.t ... ok t/send.t ...... ok All tests successful. Files=7, Tests=109, 0 wallclock secs ( 0.03 usr 0.06 sys + 0.26 cusr 0.23 csys = 0.58 CPU) Result: PASS PASS mail/p5-Mail-Tools Duration 0m03.96s START math/p5-Number-WithError 2024-11-22T08:21:00Z export _LOCKS_HELD="" ===> Cleaning for p5-Number-WithError-1.01p1 ===> Checking files for p5-Number-WithError-1.01p1 `/usr/ports/distfiles/Number-WithError-1.01.tar.gz' is up to date. ===> Building from scratch p5-Number-WithError-1.01p1 ===> p5-Number-WithError-1.01p1 depends on: p5-Module-Install-* -> p5-Module-Install-1.19 ===> Checking files for p5-Number-WithError-1.01p1 `/usr/ports/distfiles/Number-WithError-1.01.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Number-WithError-1.01p1 rm -r /usr/ports/pobj/p5-Number-WithError-1.01/Number-WithError-1.01/inc ===> Patching for p5-Number-WithError-1.01p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Number-WithError-1.01p1 ===> Configuring for p5-Number-WithError-1.01p1 include /usr/ports/pobj/p5-Number-WithError-1.01/Number-WithError-1.01/inc/Module/Install.pm include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm include inc/Module/Install/Makefile.pm include inc/Module/Install/WriteAll.pm include inc/Module/Install/Win32.pm include inc/Module/Install/Can.pm include inc/Module/Install/Fetch.pm Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Number::WithError Writing MYMETA.yml and MYMETA.json Writing META.yml ===> Building for p5-Number-WithError-1.01p1 cp lib/Number/WithError.pm blib/lib/Number/WithError.pm Manifying 1 pod document ===> p5-Number-WithError-1.01p1 depends on: p5-Test-LectroTest-* -> p5-Test-LectroTest-0.5001p0 ===> p5-Number-WithError-1.01p1 depends on: p5-Test-Pod-Coverage->=1.00 -> p5-Test-Pod-Coverage-1.10p0 ===> p5-Number-WithError-1.01p1 depends on: p5-Test-Pod->=1.00 -> p5-Test-Pod-1.52p0 ===> p5-Number-WithError-1.01p1 depends on: p5-prefork->=1.00 -> p5-prefork-1.05 ===> p5-Number-WithError-1.01p1 depends on: p5-Params-Util->=0.10 -> p5-Params-Util-1.102 ===> Regression tests for p5-Number-WithError-1.01p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00pod.t .......... ok t/00podcover.t ..... ok t/01compile.t ...... ok t/02constructor.t .. ok t/03round.t ........ ok t/04arith.t ........ ok t/05functions.t .... ok t/06err.t .......... ok t/07asarray.t ...... ok All tests successful. Files=9, Tests=894, 4 wallclock secs ( 0.11 usr 0.02 sys + 2.31 cusr 0.64 csys = 3.08 CPU) Result: PASS PASS math/p5-Number-WithError Duration 0m07.08s START math/p5-Statistics-CaseResampling 2024-11-22T08:21:08Z export _LOCKS_HELD="" ===> Cleaning for p5-Statistics-CaseResampling-0.15p0 ===> Checking files for p5-Statistics-CaseResampling-0.15p0 `/usr/ports/distfiles/Statistics-CaseResampling-0.15.tar.gz' is up to date. ===> Building from scratch p5-Statistics-CaseResampling-0.15p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Statistics-CaseResampling-0.15p0 `/usr/ports/distfiles/Statistics-CaseResampling-0.15.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Statistics-CaseResampling-0.15p0 ===> Patching for p5-Statistics-CaseResampling-0.15p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Statistics-CaseResampling-0.15p0 Regenerating ppport.h ===> Configuring for p5-Statistics-CaseResampling-0.15p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Statistics::CaseResampling Writing MYMETA.yml and MYMETA.json ===> Building for p5-Statistics-CaseResampling-0.15p0 cp lib/Statistics/CaseResampling.pm blib/lib/Statistics/CaseResampling.pm Running Mkbootstrap for CaseResampling () chmod 644 "CaseResampling.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CaseResampling.bs blib/arch/auto/Statistics/CaseResampling/CaseResampling.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Statistics-CaseResampling-0.15/Statistics-CaseResampling-0.15/typemap' CaseResampling.xs > CaseResampling.xsc mv CaseResampling.xsc CaseResampling.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" CaseResampling.c CaseResampling.xs:317:78: warning: format specifies type 'int' but the argument has type 'I32' (aka 'long') [-Wformat] croak("Can't select %ith smallest element from a list of %i elements", kth, nelem); ~~ ^~~ %li /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ CaseResampling.xs:317:83: warning: format specifies type 'int' but the argument has type 'I32' (aka 'long') [-Wformat] croak("Can't select %ith smallest element from a list of %i elements", kth, nelem); ~~ ^~~~~ %li /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ 2 warnings generated. cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" _mt.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" _stats.c rm -f blib/arch/auto/Statistics/CaseResampling/CaseResampling.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib CaseResampling.o _mt.o _stats.o -o blib/arch/auto/Statistics/CaseResampling/CaseResampling.so chmod 755 blib/arch/auto/Statistics/CaseResampling/CaseResampling.so Manifying 1 pod document ===> Regression tests for p5-Statistics-CaseResampling-0.15p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CaseResampling.bs blib/arch/auto/Statistics/CaseResampling/CaseResampling.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01all.t .... ok t/02stats.t .. ok All tests successful. Files=2, Tests=87, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.22 cusr 0.10 csys = 0.37 CPU) Result: PASS PASS math/p5-Statistics-CaseResampling Duration 0m04.82s START misc/open62541 2024-11-22T08:21:12Z export _LOCKS_HELD="" ===> Cleaning for open62541-1.3.8p0 ===> Checking files for open62541-1.3.8p0 `/usr/ports/distfiles/UA-1.04.10-2021-09-15.tar.gz' is up to date. `/usr/ports/distfiles/open62541-1.3.8.tar.gz' is up to date. ===> Building from scratch open62541-1.3.8p0 ===> open62541-1.3.8p0 depends on: check-* -> check-0.12.0 ===> open62541-1.3.8p0 depends on: graphviz-* -> graphviz-10.0.1p0 ===> open62541-1.3.8p0 depends on: texlive_base-* -> texlive_base-2023 ===> open62541-1.3.8p0 depends on: texlive_texmf-minimal-* -> texlive_texmf-minimal-2023p0 ===> open62541-1.3.8p0 depends on: texlive_texmf-full-* -> texlive_texmf-full-2023p0 ===> open62541-1.3.8p0 depends on: py3-sphinx-* -> py3-sphinx-7.4.7p1 ===> open62541-1.3.8p0 depends on: py3-sphinx_rtd_theme-* -> py3-sphinx_rtd_theme-1.2.2p2 ===> open62541-1.3.8p0 depends on: cmake-* -> cmake-3.30.5v1 ===> open62541-1.3.8p0 depends on: ninja-* -> ninja-1.11.1p0v0 ===> Verifying specs: c crypto m pthread ssl tls ===> found c.100.3 crypto.55.0 m.10.1 pthread.27.1 ssl.58.0 tls.31.0 ===> Checking files for open62541-1.3.8p0 `/usr/ports/distfiles/UA-1.04.10-2021-09-15.tar.gz' is up to date. `/usr/ports/distfiles/open62541-1.3.8.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for open62541-1.3.8p0 ===> Patching for open62541-1.3.8p0 ===> Applying OpenBSD patch patch-CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Move examples to the right place. | |Index: CMakeLists.txt |--- CMakeLists.txt.orig |+++ CMakeLists.txt -------------------------- Patching file CMakeLists.txt using Plan A... Hunk #1 succeeded at 1720. done ===> Applying OpenBSD patch patch-doc_CMakeLists_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |"Indicate that this target should be added to the default build target so that |it will be run every time." |https://cmake.org/cmake/help/latest/command/add_custom_target.html | |Index: doc/CMakeLists.txt |--- doc/CMakeLists.txt.orig |+++ doc/CMakeLists.txt -------------------------- Patching file doc/CMakeLists.txt using Plan A... Hunk #1 succeeded at 75. done ===> Applying OpenBSD patch patch-plugins_crypto_openssl_ua_openssl_version_abstraction_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://github.com/open62541/open62541/commit/35939a5b688d9647dbc96db88df5df27ebcced7a | |Index: plugins/crypto/openssl/ua_openssl_version_abstraction.h |--- plugins/crypto/openssl/ua_openssl_version_abstraction.h.orig |+++ plugins/crypto/openssl/ua_openssl_version_abstraction.h -------------------------- Patching file plugins/crypto/openssl/ua_openssl_version_abstraction.h using Plan A... Hunk #1 succeeded at 17. done ===> Applying OpenBSD patch patch-plugins_crypto_openssl_ua_pki_openssl_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Replace X509_STORE_CTX_get_check_issued with X509_check_issued. |https://github.com/libressl-portable/portable/issues/748 |https://github.com/open62541/open62541/commit/35939a5b688d9647dbc96db88df5df27ebcced7a | |Index: plugins/crypto/openssl/ua_pki_openssl.c |--- plugins/crypto/openssl/ua_pki_openssl.c.orig |+++ plugins/crypto/openssl/ua_pki_openssl.c -------------------------- Patching file plugins/crypto/openssl/ua_pki_openssl.c using Plan A... Hunk #1 succeeded at 485. Hunk #2 succeeded at 505. done ===> Applying OpenBSD patch patch-src_client_ua_client_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |refactor(client): Refactor NetworkCallback to make the unit tests work |https://github.com/open62541/open62541/commit/de9d691906547c9fc99e0a77198a80fe5bba54b1 | |fix(client): use after free in asyncServiceTimeoutCheck |https://github.com/open62541/open62541/pull/5270 |https://github.com/open62541/open62541/commit/713cdb419f0f844517afc549c7c1ef48d8498cfb | |Index: src/client/ua_client.c |--- src/client/ua_client.c.orig |+++ src/client/ua_client.c -------------------------- Patching file src/client/ua_client.c using Plan A... Hunk #1 succeeded at 515. Hunk #2 succeeded at 636. done ===> Applying OpenBSD patch patch-src_client_ua_client_internal_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |refactor(client): Refactor NetworkCallback to make the unit tests work |https://github.com/open62541/open62541/commit/de9d691906547c9fc99e0a77198a80fe5bba54b1 | |Index: src/client/ua_client_internal.h |--- src/client/ua_client_internal.h.orig |+++ src/client/ua_client_internal.h -------------------------- Patching file src/client/ua_client_internal.h using Plan A... Hunk #1 succeeded at 95. Hunk #2 succeeded at 149. done ===> Applying OpenBSD patch patch-tests_client_check_client_async_connect_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |fix(tests): network is not instant |https://github.com/open62541/open62541/commit/d40ce0724b82a22228b7e5c32b4bb401cb8e7a1c | |Index: tests/client/check_client_async_connect.c |--- tests/client/check_client_async_connect.c.orig |+++ tests/client/check_client_async_connect.c -------------------------- Patching file tests/client/check_client_async_connect.c using Plan A... Hunk #1 succeeded at 77. Hunk #2 succeeded at 149. done ===> Applying OpenBSD patch patch-tests_client_check_client_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |fix(tests): network is not instant |https://github.com/open62541/open62541/commit/d40ce0724b82a22228b7e5c32b4bb401cb8e7a1c | |Index: tests/client/check_client.c |--- tests/client/check_client.c.orig |+++ tests/client/check_client.c -------------------------- Patching file tests/client/check_client.c using Plan A... Hunk #1 succeeded at 180. Hunk #2 succeeded at 224. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for open62541-1.3.8p0 ===> Configuring for open62541-1.3.8p0 -- The C compiler identification is Clang 16.0.6 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/ports/pobj/open62541-1.3.8/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found Python3: /usr/local/bin/python3 (found version "3.11.10") found components: Interpreter -- Could NOT find Git (missing: GIT_EXECUTABLE) -- Could NOT find Git (missing: GIT_EXECUTABLE) -- open62541 Version: v1.3.8 -- The selected architecture is: posix -- Found LibreSSL: /usr/lib/libcrypto.so.55.0 (found version "4.0.0") -- Test CC flag -std=c99 -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wall -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wextra -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wpedantic -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Werror -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wno-static-in-inline -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wno-overlength-strings -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wno-unused-parameter -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wc++-compat -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wformat -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wformat-security -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wformat-nonliteral -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wmissing-prototypes -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wstrict-prototypes -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wredundant-decls -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wuninitialized -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Winit-self -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wcast-qual -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wstrict-overflow -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wnested-externs -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wmultichar -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -Wundef -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -fno-strict-aliasing -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -fexceptions -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -fPIC -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -fstack-protector-strong -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Test CC flag -fstack-clash-protection -- Performing Test flag_supported -- Performing Test flag_supported - Failed -- Test CC flag -D_FORTIFY_SOURCE=2 -- Performing Test flag_supported -- Performing Test flag_supported - Success -- Found Sphinx: /usr/local/bin/sphinx-build -- Found LATEX: /usr/local/bin/latex CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:441 (message): The package name passed to `find_package_handle_standard_args` (PkgConfig) does not match the name of the calling package (Check). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): /usr/local/share/cmake/Modules/FindPkgConfig.cmake:114 (find_package_handle_standard_args) tools/cmake/FindCheck.cmake:20 (INCLUDE) tests/CMakeLists.txt:2 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") -- Checking for one of the modules 'check' -- Configuring done (14.3s) -- Generating done (2.0s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_ASM_COMPILER_AR CMAKE_ASM_COMPILER_RANLIB CMAKE_CXX_COMPILER_AR CMAKE_CXX_COMPILER_RANLIB CMAKE_Fortran_COMPILER_AR CMAKE_Fortran_COMPILER_RANLIB CMAKE_OBJCXX_COMPILER_AR CMAKE_OBJCXX_COMPILER_RANLIB CMAKE_OBJC_COMPILER_AR CMAKE_OBJC_COMPILER_RANLIB -- Build files have been written to: /usr/ports/pobj/open62541-1.3.8/build-i386 ===> Building for open62541-1.3.8p0 Change Dir: '/usr/ports/pobj/open62541-1.3.8/build-i386' Run Build Command(s): /usr/local/bin/ninja -v -j 1 [1/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386 && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/generate_datatypes.py --selected-types=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/datatypes_minimal.txt --selected-types=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/datatypes_method.txt --selected-types=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/datatypes_subscriptions.txt --selected-types=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/datatypes_events.txt --selected-types=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/datatypes_dataaccess.txt --selected-types=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/datatypes_typedescription.txt --type-bsd=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Opc.Ua.Types.bsd --type-csv=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/NodeIds.csv /usr/ports/pobj/open62541-1.3.8/build-i386/src_generated/open62541/types [2/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386 && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/generate_datatypes.py --selected-types=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/datatypes_transport.txt --type-bsd=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Custom.Opc.Ua.Transport.bsd --import=TYPES#/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Opc.Ua.Types.bsd --type-csv=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/NodeIds.csv --no-builtin --internal /usr/ports/pobj/open62541-1.3.8/build-i386/src_generated/open62541/transport [3/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386 && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/generate_nodeid_header.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/NodeIds.csv /usr/ports/pobj/open62541-1.3.8/build-i386/src_generated/open62541/nodeids NS0 [4/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386 && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/generate_statuscode_descriptions.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/StatusCode.csv /usr/ports/pobj/open62541-1.3.8/build-i386/src_generated/open62541/statuscodes [5/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386 && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/nodeset_compiler/nodeset_compiler.py --internal-headers --ignore=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/nodeset_compiler/NodeID_NS0_Base.txt --xml=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Opc.Ua.NodeSet2.Reduced.xml --xml=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Opc.Ua.NodeSet2.EventsMinimal.xml --xml=/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Opc.Ua.NodeSet2.Part8_Subset.xml /usr/ports/pobj/open62541-1.3.8/build-i386/src_generated/open62541/namespace0_generated INFO:__main__:Preprocessing /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Opc.Ua.NodeSet2.Reduced.xml INFO:__main__:Preprocessing /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Opc.Ua.NodeSet2.EventsMinimal.xml INFO:__main__:Preprocessing /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/schema/Opc.Ua.NodeSet2.Part8_Subset.xml INFO:__main__:Generating Code for Backend: open62541 INFO:__main__:NodeSet generation code successfully printed [6/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_types.c.o -MF CMakeFiles/open62541-object.dir/src/ua_types.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_types.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_types.c [7/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o -MF CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_types_encoding_binary.c [8/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_types_print.c.o -MF CMakeFiles/open62541-object.dir/src/ua_types_print.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_types_print.c [9/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o -MF CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o.d -o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o -c /usr/ports/pobj/open62541-1.3.8/build-i386/src_generated/open62541/types_generated.c [10/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o -MF CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o.d -o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o -c /usr/ports/pobj/open62541-1.3.8/build-i386/src_generated/open62541/transport_generated.c [11/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o -MF CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o.d -o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o -c /usr/ports/pobj/open62541-1.3.8/build-i386/src_generated/open62541/statuscodes.c [12/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_util.c.o -MF CMakeFiles/open62541-object.dir/src/ua_util.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_util.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_util.c [13/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_timer.c.o -MF CMakeFiles/open62541-object.dir/src/ua_timer.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_timer.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_timer.c [14/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_connection.c.o -MF CMakeFiles/open62541-object.dir/src/ua_connection.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_connection.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_connection.c [15/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o -MF CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_securechannel.c [16/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o -MF CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_securechannel_crypto.c [17/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_session.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_session.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_session.c [18/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_nodes.c [19/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_server.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_server.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_server.c [20/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_server_ns0.c [21/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_server_ns0_diagnostics.c [22/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_server_config.c [23/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_server_binary.c [24/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_server_utils.c [25/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_server_discovery.c [26/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_server_async.c [27/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o -MF CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o.d -o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub/ua_pubsub_networkmessage.c [28/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o -MF CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o.d -o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub/ua_pubsub_writer.c [29/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o -MF CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o.d -o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub/ua_pubsub_writergroup.c [30/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o -MF CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o.d -o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub/ua_pubsub_reader.c [31/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o -MF CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o.d -o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub/ua_pubsub_readergroup.c [32/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o -MF CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o.d -o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub/ua_pubsub_manager.c [33/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o -MF CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o.d -o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub/ua_pubsub_ns0.c [34/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_view.c [35/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_method.c [36/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_session.c [37/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_attribute.c [38/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_discovery.c [39/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_subscription.c [40/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_monitoreditem.c [41/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_securechannel.c [42/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_nodemanagement.c [43/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services_discovery_multicast.c [44/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/client/ua_client.c.o -MF CMakeFiles/open62541-object.dir/src/client/ua_client.c.o.d -o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/client/ua_client.c [45/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o -MF CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o.d -o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/client/ua_client_connect.c [46/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o -MF CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o.d -o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/client/ua_client_discovery.c [47/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o -MF CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o.d -o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/client/ua_client_highlevel.c [48/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o -MF CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o.d -o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/client/ua_client_subscriptions.c [49/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/deps/libc_time.c.o -MF CMakeFiles/open62541-object.dir/deps/libc_time.c.o.d -o CMakeFiles/open62541-object.dir/deps/libc_time.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps/libc_time.c [50/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o -MF CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o.d -o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps/pcg_basic.c [51/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/deps/base64.c.o -MF CMakeFiles/open62541-object.dir/deps/base64.c.o.d -o CMakeFiles/open62541-object.dir/deps/base64.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps/base64.c [52/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/deps/aa_tree.c.o -MF CMakeFiles/open62541-object.dir/deps/aa_tree.c.o.d -o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps/aa_tree.c [53/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/deps/ziptree.c.o -MF CMakeFiles/open62541-object.dir/deps/ziptree.c.o.d -o CMakeFiles/open62541-object.dir/deps/ziptree.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps/ziptree.c [54/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o -MF CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o.d -o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub/ua_pubsub_config.c [55/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -fno-stack-protector -O0 -MD -MT CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o -MF CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o.d -o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o -c /usr/ports/pobj/open62541-1.3.8/build-i386/src_generated/open62541/namespace0_generated.c [56/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o -MF CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o.d -o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/ua_types_lex.c [57/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_subscription.c [58/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_subscription_monitoreditem.c [59/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_subscription_datachange.c [60/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_subscription_events.c [61/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o -MF CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o.d -o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_subscription_events_filter.c [62/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/securitypolicy_openssl_common.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/securitypolicy_openssl_common.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/securitypolicy_openssl_common.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/securitypolicy_openssl_common.c [63/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_openssl_basic128rsa15.c [64/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_openssl_basic256.c [65/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_openssl_basic256sha256.c [66/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c [67/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_create_certificate.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_create_certificate.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_create_certificate.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_openssl_create_certificate.c [68/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_pki_openssl.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_pki_openssl.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_pki_openssl.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_pki_openssl.c [69/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/ua_log_stdout.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/ua_log_stdout.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/ua_log_stdout.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_log_stdout.c [70/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/ua_accesscontrol_default.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/ua_accesscontrol_default.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/ua_accesscontrol_default.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_accesscontrol_default.c [71/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_ziptree.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_ziptree.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_ziptree.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_nodestore_ziptree.c [72/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_hashmap.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_hashmap.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_hashmap.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_nodestore_hashmap.c [73/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/ua_config_default.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/ua_config_default.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/ua_config_default.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_config_default.c [74/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_pki_none.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_pki_none.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_pki_none.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/ua_pki_none.c [75/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_securitypolicy_none.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_securitypolicy_none.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_securitypolicy_none.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/ua_securitypolicy_none.c [76/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/plugins/ua_log_syslog.c.o -MF CMakeFiles/open62541-plugins.dir/plugins/ua_log_syslog.c.o.d -o CMakeFiles/open62541-plugins.dir/plugins/ua_log_syslog.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_log_syslog.c [77/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/arch/posix/ua_clock.c.o -MF CMakeFiles/open62541-plugins.dir/arch/posix/ua_clock.c.o.d -o CMakeFiles/open62541-plugins.dir/arch/posix/ua_clock.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch/posix/ua_clock.c [78/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/arch/posix/ua_architecture_functions.c.o -MF CMakeFiles/open62541-plugins.dir/arch/posix/ua_architecture_functions.c.o.d -o CMakeFiles/open62541-plugins.dir/arch/posix/ua_architecture_functions.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch/posix/ua_architecture_functions.c [79/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386 -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT CMakeFiles/open62541-plugins.dir/arch/network_tcp.c.o -MF CMakeFiles/open62541-plugins.dir/arch/network_tcp.c.o.d -o CMakeFiles/open62541-plugins.dir/arch/network_tcp.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch/network_tcp.c [80/225] : && /usr/local/bin/cmake -E rm -f bin/libopen62541.a && /usr/bin/ar qc bin/libopen62541.a CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/securitypolicy_openssl_common.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_create_certificate.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_pki_openssl.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_log_stdout.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_accesscontrol_default.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_ziptree.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_hashmap.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_config_default.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_pki_none.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_securitypolicy_none.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_log_syslog.c.o CMakeFiles/open62541-plugins.dir/arch/posix/ua_clock.c.o CMakeFiles/open62541-plugins.dir/arch/posix/ua_architecture_functions.c.o CMakeFiles/open62541-plugins.dir/arch/network_tcp.c.o && /usr/bin/ranlib bin/libopen62541.a && : [81/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -fPIC -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -shared -Wl,-soname,libopen62541.so.5.1 -o bin/libopen62541.so.5.1 CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/securitypolicy_openssl_common.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_openssl_create_certificate.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/openssl/ua_pki_openssl.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_log_stdout.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_accesscontrol_default.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_ziptree.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_nodestore_hashmap.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_config_default.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_pki_none.c.o CMakeFiles/open62541-plugins.dir/plugins/crypto/ua_securitypolicy_none.c.o CMakeFiles/open62541-plugins.dir/plugins/ua_log_syslog.c.o CMakeFiles/open62541-plugins.dir/arch/posix/ua_clock.c.o CMakeFiles/open62541-plugins.dir/arch/posix/ua_architecture_functions.c.o CMakeFiles/open62541-plugins.dir/arch/network_tcp.c.o /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [82/225] /usr/local/bin/cmake -E cmake_symlink_library bin/libopen62541.so.5.1 bin/libopen62541.so.5.1 bin/libopen62541.so && : [83/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/client.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/client.rst [84/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/client_highlevel.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/client_highlevel.rst [85/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/client_highlevel_async.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/client_highlevel_async.rst [86/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/client_subscriptions.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/client_subscriptions.rst [87/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/common.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/common.rst [88/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/plugin/nodestore.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/nodestore.rst [89/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/plugin/accesscontrol.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/plugin_accesscontrol.rst [90/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/plugin/log.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/plugin_log.rst [91/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/plugin/network.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/plugin_network.rst [92/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/plugin/pubsub.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/plugin_pubsub_connection.rst [93/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/server_pubsub.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/pubsub.rst [94/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/pubsub_realtime/pubsub_TSN_loopback.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/pubsub_TSN_loopback.rst [95/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/pubsub_realtime/pubsub_TSN_publisher.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/pubsub_TSN_publisher.rst [96/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/pubsub_realtime/nodeset/pubsub_nodeset_rt_publisher.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/pubsub_nodeset_rt_publisher.rst [97/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/pubsub_realtime/nodeset/pubsub_nodeset_rt_subscriber.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/pubsub_nodeset_rt_subscriber.rst [98/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/server.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/server.rst [99/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server/ua_services.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/services.rst [100/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/build-i386/src_generated/open62541/statuscodes.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/statuscodes.rst [101/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_client_firststeps.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/tutorial_client_firststeps.rst [102/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_datatypes.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/tutorial_datatypes.rst [103/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/pubsub/tutorial_pubsub_publish.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/tutorial_pubsub_publish.rst [104/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/pubsub/tutorial_pubsub_subscribe.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/tutorial_pubsub_subscribe.rst [105/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_alarms_conditions.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/tutorial_server_alarms_conditions.rst [106/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_datasource.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/tutorial_server_datasource.rst [107/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_events.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/tutorial_server_events.rst [108/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_firststeps.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/tutorial_server_firststeps.rst [109/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_method.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/tutorial_server_method.rst [110/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_monitoreditems.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/tutorial_server_monitoreditems.rst [111/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_object.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/tutorial_server_object.rst [112/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_variable.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/tutorial_server_variable.rst [113/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/examples/tutorial_server_variabletype.c /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/tutorial_server_variabletype.rst [114/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/types.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/types.rst [115/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/build-i386/src_generated/open62541/types_generated.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/types_generated.rst [116/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/python3 /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/c2rst.py /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include/open62541/util.h /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src/util.rst [117/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc && /usr/local/bin/sphinx-build -b latex /usr/ports/pobj/open62541-1.3.8/build-i386/doc_src /usr/ports/pobj/open62541-1.3.8/build-i386/doc_latex Running Sphinx v7.4.7 loading translations [en]... done making output directory... done Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`. building [mo]: targets for 0 po files that are out of date writing output... building [latex]: all documents updating environment: [new config] 43 added, 0 changed, 0 removed reading sources... [ 2%] building reading sources... [ 5%] building_arch reading sources... [ 7%] client reading sources... [ 9%] client_highlevel reading sources... [ 12%] client_highlevel_async reading sources... [ 14%] client_subscriptions reading sources... [ 16%] common reading sources... [ 19%] index reading sources... [ 21%] installing reading sources... [ 23%] internal reading sources... [ 26%] nodeset_compiler reading sources... [ 28%] nodestore reading sources... [ 30%] plugin_accesscontrol reading sources... [ 33%] plugin_log reading sources... [ 35%] plugin_network reading sources... [ 37%] plugin_pubsub_connection reading sources... [ 40%] protocol reading sources... [ 42%] pubsub reading sources... [ 44%] pubsub_TSN_loopback reading sources... [ 47%] pubsub_TSN_publisher reading sources... [ 49%] pubsub_nodeset_rt_publisher reading sources... [ 51%] pubsub_nodeset_rt_subscriber reading sources... [ 53%] server reading sources... [ 56%] services reading sources... [ 58%] statuscodes reading sources... [ 60%] toc reading sources... [ 63%] tutorial_client_firststeps reading sources... [ 65%] tutorial_datatypes reading sources... [ 67%] tutorial_pubsub_publish reading sources... [ 70%] tutorial_pubsub_subscribe reading sources... [ 72%] tutorial_server_alarms_conditions reading sources... [ 74%] tutorial_server_datasource reading sources... [ 77%] tutorial_server_events reading sources... [ 79%] tutorial_server_firststeps reading sources... [ 81%] tutorial_server_method reading sources... [ 84%] tutorial_server_monitoreditems reading sources... [ 86%] tutorial_server_object reading sources... [ 88%] tutorial_server_variable reading sources... [ 91%] tutorial_server_variabletype reading sources... [ 93%] tutorials reading sources... [ 95%] types reading sources... [ 98%] types_generated reading sources... [100%] util looking for now-outdated files... none found pickling environment... done checking consistency... done copying TeX support files... copying TeX support files... done processing open62541.tex... toc index building installing tutorials tutorial_datatypes tutorial_server_firststeps tutorial_server_variable tutorial_server_datasource tutorial_server_variabletype tutorial_server_object tutorial_server_method tutorial_server_monitoreditems tutorial_server_events tutorial_server_alarms_conditions tutorial_client_firststeps tutorial_pubsub_publish tutorial_pubsub_subscribe pubsub_TSN_publisher pubsub_TSN_loopback pubsub_nodeset_rt_publisher pubsub_nodeset_rt_subscriber protocol types services nodestore server client client_highlevel client_highlevel_async client_subscriptions pubsub common nodeset_compiler internal statuscodes plugin_network plugin_accesscontrol plugin_log plugin_pubsub_connection resolving references... done writing... done copying images... [ 33%] ua-wireshark-pubsub.png copying images... [ 67%] ua-wireshark.png copying images... [100%] nodeset_compiler_pump.png build succeeded. The LaTeX files are in ../doc_latex. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). [118/225] cd /usr/ports/pobj/open62541-1.3.8/build-i386/doc_latex && /usr/local/bin/pdflatex -interaction=batchmode open62541.tex && /usr/local/bin/pdflatex -interaction=batchmode open62541.tex This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023-OpenBSD_Ports) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023-OpenBSD_Ports) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode [119/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/securitypolicy_openssl_common.c [120/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_openssl_basic128rsa15.c [121/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_openssl_basic256.c [122/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_openssl_basic256sha256.c [123/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c [124/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_openssl_create_certificate.c [125/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/openssl/ua_pki_openssl.c [126/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch/network_tcp.c [127/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins/testing_clock.c [128/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_log_stdout.c [129/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_config_default.c [130/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_accesscontrol_default.c [131/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_nodestore_ziptree.c [132/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/ua_nodestore_hashmap.c [133/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/ua_securitypolicy_none.c [134/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/crypto/ua_pki_none.c [135/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins/testing_policy.c [136/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins/testing_networklayers.c [137/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_DYNAMIC_LINKING_EXPORT -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o -MF tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o.d -o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch/posix/ua_architecture_functions.c [138/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_types_builtin.dir/check_types_builtin.c.o -MF tests/CMakeFiles/check_types_builtin.dir/check_types_builtin.c.o.d -o tests/CMakeFiles/check_types_builtin.dir/check_types_builtin.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/check_types_builtin.c [139/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_types_builtin.dir/check_types_builtin.c.o -o bin/tests/check_types_builtin -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [140/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_types_memory.dir/check_types_memory.c.o -MF tests/CMakeFiles/check_types_memory.dir/check_types_memory.c.o.d -o tests/CMakeFiles/check_types_memory.dir/check_types_memory.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/check_types_memory.c [141/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_types_memory.dir/check_types_memory.c.o -o bin/tests/check_types_memory -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : ld: warning: check_types_memory.c:211 (/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/check_types_memory.c:211)(tests/CMakeFiles/check_types_memory.dir/check_types_memory.c.o:(decodeScalarBasicTypeFromRandomBufferShallSucceed)): warning: random() may return deterministic values, is that what you want? [142/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_types_range.dir/check_types_range.c.o -MF tests/CMakeFiles/check_types_range.dir/check_types_range.c.o.d -o tests/CMakeFiles/check_types_range.dir/check_types_range.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/check_types_range.c [143/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_types_range.dir/check_types_range.c.o -o bin/tests/check_types_range -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [144/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_types_parse.dir/check_types_parse.c.o -MF tests/CMakeFiles/check_types_parse.dir/check_types_parse.c.o.d -o tests/CMakeFiles/check_types_parse.dir/check_types_parse.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/check_types_parse.c [145/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_types_parse.dir/check_types_parse.c.o -o bin/tests/check_types_parse -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [146/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_types_custom.dir/check_types_custom.c.o -MF tests/CMakeFiles/check_types_custom.dir/check_types_custom.c.o.d -o tests/CMakeFiles/check_types_custom.dir/check_types_custom.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/check_types_custom.c [147/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_types_custom.dir/check_types_custom.c.o -o bin/tests/check_types_custom -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [148/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_chunking.dir/check_chunking.c.o -MF tests/CMakeFiles/check_chunking.dir/check_chunking.c.o.d -o tests/CMakeFiles/check_chunking.dir/check_chunking.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/check_chunking.c [149/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_chunking.dir/check_chunking.c.o -o bin/tests/check_chunking -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [150/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_utils.dir/check_utils.c.o -MF tests/CMakeFiles/check_utils.dir/check_utils.c.o.d -o tests/CMakeFiles/check_utils.dir/check_utils.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/check_utils.c [151/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_utils.dir/check_utils.c.o -o bin/tests/check_utils -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [152/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_securechannel.dir/check_securechannel.c.o -MF tests/CMakeFiles/check_securechannel.dir/check_securechannel.c.o.d -o tests/CMakeFiles/check_securechannel.dir/check_securechannel.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/check_securechannel.c [153/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_securechannel.dir/check_securechannel.c.o -o bin/tests/check_securechannel -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [154/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_timer.dir/check_timer.c.o -MF tests/CMakeFiles/check_timer.dir/check_timer.c.o.d -o tests/CMakeFiles/check_timer.dir/check_timer.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/check_timer.c [155/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_timer.dir/check_timer.c.o -o bin/tests/check_timer -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [156/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_accesscontrol.dir/server/check_accesscontrol.c.o -MF tests/CMakeFiles/check_accesscontrol.dir/server/check_accesscontrol.c.o.d -o tests/CMakeFiles/check_accesscontrol.dir/server/check_accesscontrol.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_accesscontrol.c [157/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_accesscontrol.dir/server/check_accesscontrol.c.o -o bin/tests/check_accesscontrol -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [158/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_services_view.dir/server/check_services_view.c.o -MF tests/CMakeFiles/check_services_view.dir/server/check_services_view.c.o.d -o tests/CMakeFiles/check_services_view.dir/server/check_services_view.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_services_view.c [159/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_services_view.dir/server/check_services_view.c.o -o bin/tests/check_services_view -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [160/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_services_attributes.dir/server/check_services_attributes.c.o -MF tests/CMakeFiles/check_services_attributes.dir/server/check_services_attributes.c.o.d -o tests/CMakeFiles/check_services_attributes.dir/server/check_services_attributes.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_services_attributes.c [161/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_services_attributes.dir/server/check_services_attributes.c.o -o bin/tests/check_services_attributes -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [162/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_services_nodemanagement.dir/server/check_services_nodemanagement.c.o -MF tests/CMakeFiles/check_services_nodemanagement.dir/server/check_services_nodemanagement.c.o.d -o tests/CMakeFiles/check_services_nodemanagement.dir/server/check_services_nodemanagement.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_services_nodemanagement.c [163/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_services_nodemanagement.dir/server/check_services_nodemanagement.c.o -o bin/tests/check_services_nodemanagement -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [164/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_server_callbacks.dir/server/check_server_callbacks.c.o -MF tests/CMakeFiles/check_server_callbacks.dir/server/check_server_callbacks.c.o.d -o tests/CMakeFiles/check_server_callbacks.dir/server/check_server_callbacks.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_server_callbacks.c [165/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_server_callbacks.dir/server/check_server_callbacks.c.o -o bin/tests/check_server_callbacks -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [166/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_server_password.dir/server/check_server_password.c.o -MF tests/CMakeFiles/check_server_password.dir/server/check_server_password.c.o.d -o tests/CMakeFiles/check_server_password.dir/server/check_server_password.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_server_password.c [167/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_server_password.dir/server/check_server_password.c.o -o bin/tests/check_server_password -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [168/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_services_call.dir/server/check_services_call.c.o -MF tests/CMakeFiles/check_services_call.dir/server/check_services_call.c.o.d -o tests/CMakeFiles/check_services_call.dir/server/check_services_call.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_services_call.c [169/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_services_call.dir/server/check_services_call.c.o -o bin/tests/check_services_call -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [170/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_services_subscriptions.dir/server/check_services_subscriptions.c.o -MF tests/CMakeFiles/check_services_subscriptions.dir/server/check_services_subscriptions.c.o.d -o tests/CMakeFiles/check_services_subscriptions.dir/server/check_services_subscriptions.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_services_subscriptions.c [171/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_services_subscriptions.dir/server/check_services_subscriptions.c.o -o bin/tests/check_services_subscriptions -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [172/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_monitoreditem_filter.dir/server/check_monitoreditem_filter.c.o -MF tests/CMakeFiles/check_monitoreditem_filter.dir/server/check_monitoreditem_filter.c.o.d -o tests/CMakeFiles/check_monitoreditem_filter.dir/server/check_monitoreditem_filter.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_monitoreditem_filter.c [173/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_monitoreditem_filter.dir/server/check_monitoreditem_filter.c.o -o bin/tests/check_monitoreditem_filter -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [174/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_subscription_events.dir/server/check_subscription_events.c.o -MF tests/CMakeFiles/check_subscription_events.dir/server/check_subscription_events.c.o.d -o tests/CMakeFiles/check_subscription_events.dir/server/check_subscription_events.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_subscription_events.c [175/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_subscription_events.dir/server/check_subscription_events.c.o -o bin/tests/check_subscription_events -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [176/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_subscription_event_filter.dir/server/check_subscription_event_filter.c.o -MF tests/CMakeFiles/check_subscription_event_filter.dir/server/check_subscription_event_filter.c.o.d -o tests/CMakeFiles/check_subscription_event_filter.dir/server/check_subscription_event_filter.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_subscription_event_filter.c [177/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_subscription_event_filter.dir/server/check_subscription_event_filter.c.o -o bin/tests/check_subscription_event_filter -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [178/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_nodestore.dir/server/check_nodestore.c.o -MF tests/CMakeFiles/check_nodestore.dir/server/check_nodestore.c.o.d -o tests/CMakeFiles/check_nodestore.dir/server/check_nodestore.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_nodestore.c [179/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_nodestore.dir/server/check_nodestore.c.o -o bin/tests/check_nodestore -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [180/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_session.dir/server/check_session.c.o -MF tests/CMakeFiles/check_session.dir/server/check_session.c.o.d -o tests/CMakeFiles/check_session.dir/server/check_session.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_session.c [181/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_session.dir/server/check_session.c.o -o bin/tests/check_session -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [182/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_server.dir/server/check_server.c.o -MF tests/CMakeFiles/check_server.dir/server/check_server.c.o.d -o tests/CMakeFiles/check_server.dir/server/check_server.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_server.c [183/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_server.dir/server/check_server.c.o -o bin/tests/check_server -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [184/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_server_jobs.dir/server/check_server_jobs.c.o -MF tests/CMakeFiles/check_server_jobs.dir/server/check_server_jobs.c.o.d -o tests/CMakeFiles/check_server_jobs.dir/server/check_server_jobs.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_server_jobs.c [185/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_server_jobs.dir/server/check_server_jobs.c.o -o bin/tests/check_server_jobs -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [186/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_server_userspace.dir/server/check_server_userspace.c.o -MF tests/CMakeFiles/check_server_userspace.dir/server/check_server_userspace.c.o.d -o tests/CMakeFiles/check_server_userspace.dir/server/check_server_userspace.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_server_userspace.c [187/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_server_userspace.dir/server/check_server_userspace.c.o -o bin/tests/check_server_userspace -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [188/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_node_inheritance.dir/server/check_node_inheritance.c.o -MF tests/CMakeFiles/check_node_inheritance.dir/server/check_node_inheritance.c.o.d -o tests/CMakeFiles/check_node_inheritance.dir/server/check_node_inheritance.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_node_inheritance.c [189/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_node_inheritance.dir/server/check_node_inheritance.c.o -o bin/tests/check_node_inheritance -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [190/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_local_monitored_item.dir/server/check_local_monitored_item.c.o -MF tests/CMakeFiles/check_local_monitored_item.dir/server/check_local_monitored_item.c.o.d -o tests/CMakeFiles/check_local_monitored_item.dir/server/check_local_monitored_item.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_local_monitored_item.c [191/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_local_monitored_item.dir/server/check_local_monitored_item.c.o -o bin/tests/check_local_monitored_item -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [192/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_server_readspeed.dir/server/check_server_readspeed.c.o -MF tests/CMakeFiles/check_server_readspeed.dir/server/check_server_readspeed.c.o.d -o tests/CMakeFiles/check_server_readspeed.dir/server/check_server_readspeed.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_server_readspeed.c [193/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_server_readspeed.dir/server/check_server_readspeed.c.o -o bin/tests/check_server_readspeed -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [194/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_server_speed_addnodes.dir/server/check_server_speed_addnodes.c.o -MF tests/CMakeFiles/check_server_speed_addnodes.dir/server/check_server_speed_addnodes.c.o.d -o tests/CMakeFiles/check_server_speed_addnodes.dir/server/check_server_speed_addnodes.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_server_speed_addnodes.c [195/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_server_speed_addnodes.dir/server/check_server_speed_addnodes.c.o -o bin/tests/check_server_speed_addnodes -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [196/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_server_monitoringspeed.dir/server/check_server_monitoringspeed.c.o -MF tests/CMakeFiles/check_server_monitoringspeed.dir/server/check_server_monitoringspeed.c.o.d -o tests/CMakeFiles/check_server_monitoringspeed.dir/server/check_server_monitoringspeed.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/server/check_server_monitoringspeed.c [197/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_server_monitoringspeed.dir/server/check_server_monitoringspeed.c.o -o bin/tests/check_server_monitoringspeed -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [198/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_client.dir/client/check_client.c.o -MF tests/CMakeFiles/check_client.dir/client/check_client.c.o.d -o tests/CMakeFiles/check_client.dir/client/check_client.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/client/check_client.c [199/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_client.dir/client/check_client.c.o -o bin/tests/check_client -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [200/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_client_discovery.dir/client/check_client_discovery.c.o -MF tests/CMakeFiles/check_client_discovery.dir/client/check_client_discovery.c.o.d -o tests/CMakeFiles/check_client_discovery.dir/client/check_client_discovery.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/client/check_client_discovery.c [201/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_client_discovery.dir/client/check_client_discovery.c.o -o bin/tests/check_client_discovery -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [202/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_client_securechannel.dir/client/check_client_securechannel.c.o -MF tests/CMakeFiles/check_client_securechannel.dir/client/check_client_securechannel.c.o.d -o tests/CMakeFiles/check_client_securechannel.dir/client/check_client_securechannel.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/client/check_client_securechannel.c [203/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_client_securechannel.dir/client/check_client_securechannel.c.o -o bin/tests/check_client_securechannel -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [204/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_client_async.dir/client/check_client_async.c.o -MF tests/CMakeFiles/check_client_async.dir/client/check_client_async.c.o.d -o tests/CMakeFiles/check_client_async.dir/client/check_client_async.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/client/check_client_async.c [205/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_client_async.dir/client/check_client_async.c.o -o bin/tests/check_client_async -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [206/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_client_async_connect.dir/client/check_client_async_connect.c.o -MF tests/CMakeFiles/check_client_async_connect.dir/client/check_client_async_connect.c.o.d -o tests/CMakeFiles/check_client_async_connect.dir/client/check_client_async_connect.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/client/check_client_async_connect.c [207/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_client_async_connect.dir/client/check_client_async_connect.c.o -o bin/tests/check_client_async_connect -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [208/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_client_subscriptions.dir/client/check_client_subscriptions.c.o -MF tests/CMakeFiles/check_client_subscriptions.dir/client/check_client_subscriptions.c.o.d -o tests/CMakeFiles/check_client_subscriptions.dir/client/check_client_subscriptions.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/client/check_client_subscriptions.c [209/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_client_subscriptions.dir/client/check_client_subscriptions.c.o -o bin/tests/check_client_subscriptions -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [210/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_client_highlevel.dir/client/check_client_highlevel.c.o -MF tests/CMakeFiles/check_client_highlevel.dir/client/check_client_highlevel.c.o.d -o tests/CMakeFiles/check_client_highlevel.dir/client/check_client_highlevel.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/client/check_client_highlevel.c [211/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_client_highlevel.dir/client/check_client_highlevel.c.o -o bin/tests/check_client_highlevel -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [212/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_client_encryption.dir/client/check_client_encryption.c.o -MF tests/CMakeFiles/check_client_encryption.dir/client/check_client_encryption.c.o.d -o tests/CMakeFiles/check_client_encryption.dir/client/check_client_encryption.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/client/check_client_encryption.c [213/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_client_encryption.dir/client/check_client_encryption.c.o -o bin/tests/check_client_encryption -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [214/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_encryption_basic128rsa15.dir/encryption/check_encryption_basic128rsa15.c.o -MF tests/CMakeFiles/check_encryption_basic128rsa15.dir/encryption/check_encryption_basic128rsa15.c.o.d -o tests/CMakeFiles/check_encryption_basic128rsa15.dir/encryption/check_encryption_basic128rsa15.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/encryption/check_encryption_basic128rsa15.c [215/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_encryption_basic128rsa15.dir/encryption/check_encryption_basic128rsa15.c.o -o bin/tests/check_encryption_basic128rsa15 -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [216/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_encryption_basic256.dir/encryption/check_encryption_basic256.c.o -MF tests/CMakeFiles/check_encryption_basic256.dir/encryption/check_encryption_basic256.c.o.d -o tests/CMakeFiles/check_encryption_basic256.dir/encryption/check_encryption_basic256.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/encryption/check_encryption_basic256.c [217/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_encryption_basic256.dir/encryption/check_encryption_basic256.c.o -o bin/tests/check_encryption_basic256 -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [218/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_encryption_basic256sha256.dir/encryption/check_encryption_basic256sha256.c.o -MF tests/CMakeFiles/check_encryption_basic256sha256.dir/encryption/check_encryption_basic256sha256.c.o.d -o tests/CMakeFiles/check_encryption_basic256sha256.dir/encryption/check_encryption_basic256sha256.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/encryption/check_encryption_basic256sha256.c [219/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_encryption_basic256sha256.dir/encryption/check_encryption_basic256sha256.c.o -o bin/tests/check_encryption_basic256sha256 -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [220/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_encryption_aes128sha256rsaoaep.dir/encryption/check_encryption_aes128sha256rsaoaep.c.o -MF tests/CMakeFiles/check_encryption_aes128sha256rsaoaep.dir/encryption/check_encryption_aes128sha256rsaoaep.c.o.d -o tests/CMakeFiles/check_encryption_aes128sha256rsaoaep.dir/encryption/check_encryption_aes128sha256rsaoaep.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/encryption/check_encryption_aes128sha256rsaoaep.c [221/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_encryption_aes128sha256rsaoaep.dir/encryption/check_encryption_aes128sha256rsaoaep.c.o -o bin/tests/check_encryption_aes128sha256rsaoaep -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [222/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DUA_ARCHITECTURE_POSIX -DUA_sleep_ms=UA_comboSleep -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/server -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/testing-plugins -I/usr/ports/pobj/open62541-1.3.8/build-i386 -I/usr/ports/pobj/open62541-1.3.8/build-i386/../plugins -I/usr/local/include -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -Wno-gnu-zero-variadic-macro-arguments -MD -MT tests/CMakeFiles/check_cert_generation.dir/encryption/check_cert_generation.c.o -MF tests/CMakeFiles/check_cert_generation.dir/encryption/check_cert_generation.c.o.d -o tests/CMakeFiles/check_cert_generation.dir/encryption/check_cert_generation.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/encryption/check_cert_generation.c [223/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG CMakeFiles/open62541-object.dir/src/ua_types.c.o CMakeFiles/open62541-object.dir/src/ua_types_encoding_binary.c.o CMakeFiles/open62541-object.dir/src/ua_types_print.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/types_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/transport_generated.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/statuscodes.c.o CMakeFiles/open62541-object.dir/src/ua_util.c.o CMakeFiles/open62541-object.dir/src/ua_timer.c.o CMakeFiles/open62541-object.dir/src/ua_connection.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel.c.o CMakeFiles/open62541-object.dir/src/ua_securechannel_crypto.c.o CMakeFiles/open62541-object.dir/src/server/ua_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_nodes.c.o CMakeFiles/open62541-object.dir/src/server/ua_server.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_ns0_diagnostics.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_config.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_binary.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_utils.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_server_async.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_networkmessage.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writer.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_writergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_reader.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_readergroup.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_manager.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_ns0.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_view.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_method.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_session.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_attribute.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_securechannel.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_nodemanagement.c.o CMakeFiles/open62541-object.dir/src/server/ua_services_discovery_multicast.c.o CMakeFiles/open62541-object.dir/src/client/ua_client.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_connect.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_discovery.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_highlevel.c.o CMakeFiles/open62541-object.dir/src/client/ua_client_subscriptions.c.o CMakeFiles/open62541-object.dir/deps/libc_time.c.o CMakeFiles/open62541-object.dir/deps/pcg_basic.c.o CMakeFiles/open62541-object.dir/deps/base64.c.o CMakeFiles/open62541-object.dir/deps/aa_tree.c.o CMakeFiles/open62541-object.dir/deps/ziptree.c.o CMakeFiles/open62541-object.dir/src/pubsub/ua_pubsub_config.c.o CMakeFiles/open62541-object.dir/src_generated/open62541/namespace0_generated.c.o CMakeFiles/open62541-object.dir/src/ua_types_lex.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_monitoreditem.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_datachange.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events.c.o CMakeFiles/open62541-object.dir/src/server/ua_subscription_events_filter.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/securitypolicy_openssl_common.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic128rsa15.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_basic256sha256.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_aes128sha256rsaoaep.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_openssl_create_certificate.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/openssl/ua_pki_openssl.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/network_tcp.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_clock.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_log_stdout.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_config_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_accesscontrol_default.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_ziptree.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/ua_nodestore_hashmap.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_securitypolicy_none.c.o tests/CMakeFiles/open62541-testplugins.dir/__/plugins/crypto/ua_pki_none.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_policy.c.o tests/CMakeFiles/open62541-testplugins.dir/testing-plugins/testing_networklayers.c.o tests/CMakeFiles/open62541-testplugins.dir/__/arch/posix/ua_architecture_functions.c.o tests/CMakeFiles/check_cert_generation.dir/encryption/check_cert_generation.c.o -o bin/tests/check_cert_generation -L/usr/local/lib -Wl,-z,origin,-rpath,/usr/local/lib -lcheck /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : [224/225] /usr/ports/pobj/open62541-1.3.8/bin/cc -DNOCRYPT=1 -DUA_ARCHITECTURE_POSIX -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/arch -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/plugins/include -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/deps -I/usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/src/pubsub -I/usr/ports/pobj/open62541-1.3.8/build-i386/src_generated -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG -Wshadow -Wconversion -fvisibility=hidden -fPIC -MD -MT tools/ua-tool/CMakeFiles/ua.dir/ua.c.o -MF tools/ua-tool/CMakeFiles/ua.dir/ua.c.o.d -o tools/ua-tool/CMakeFiles/ua.dir/ua.c.o -c /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tools/ua-tool/ua.c [225/225] : && /usr/ports/pobj/open62541-1.3.8/bin/cc -O2 -pipe -std=c99 -Wall -Wextra -Wpedantic -Werror -Wno-static-in-inline -Wno-overlength-strings -Wno-unused-parameter -Wc++-compat -Wformat -Wformat-security -Wformat-nonliteral -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wuninitialized -Winit-self -Wcast-qual -Wstrict-overflow -Wnested-externs -Wmultichar -Wundef -fno-strict-aliasing -fexceptions -fPIC -fstack-protector-strong -D_FORTIFY_SOURCE=2 -g -DNDEBUG tools/ua-tool/CMakeFiles/ua.dir/ua.c.o -o bin/ua -Wl,-z,origin,-rpath,/usr/ports/pobj/open62541-1.3.8/build-i386/bin bin/libopen62541.so.5.1 /usr/lib/libcrypto.so.55.0 /usr/lib/libssl.so.58.0 /usr/lib/libtls.so.31.0 -lm -lpthread -Wl,-rpath-link,/usr/X11R6/lib:/usr/local/lib && : ===> Regression tests for open62541-1.3.8p0 UpdateCTestConfiguration from :/usr/ports/pobj/open62541-1.3.8/build-i386/DartConfiguration.tcl UpdateCTestConfiguration from :/usr/ports/pobj/open62541-1.3.8/build-i386/DartConfiguration.tcl Test project /usr/ports/pobj/open62541-1.3.8/build-i386 Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 1 Start 1: types_builtin 1: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_types_builtin 1: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 1: Test timeout computed to be: 10000000 1: Running suite(s): Built-in Data Types 62541-6 Table 1 1: 100%: Checks: 61, Failures: 0, Errors: 0 1/42 Test #1: types_builtin ..................... Passed 0.14 sec test 2 Start 2: types_memory 2: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_types_memory 2: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 2: Test timeout computed to be: 10000000 2: Running suite(s): testMemoryHandling 2: 100%: Checks: 945, Failures: 0, Errors: 0 2/42 Test #2: types_memory ...................... Passed 4.43 sec test 3 Start 3: types_range 3: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_types_range 3: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 3: Test timeout computed to be: 10000000 3: Running suite(s): Test Variant Range Access 3: 100%: Checks: 5, Failures: 0, Errors: 0 3/42 Test #3: types_range ....................... Passed 0.01 sec test 4 Start 4: types_parse 4: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_types_parse 4: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 4: Test timeout computed to be: 10000000 4: Running suite(s): Test Builtin Type Parsing 4: 100%: Checks: 14, Failures: 0, Errors: 0 4/42 Test #4: types_parse ....................... Passed 0.03 sec test 5 Start 5: types_custom 5: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_types_custom 5: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 5: Test timeout computed to be: 10000000 5: Running suite(s): Test Custom DataType Encoding 5: 100%: Checks: 9, Failures: 0, Errors: 0 5/42 Test #5: types_custom ...................... Passed 0.02 sec test 6 Start 6: chunking 6: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_chunking 6: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 6: Test timeout computed to be: 10000000 6: Running suite(s): Chunked encoding 6: 100%: Checks: 3, Failures: 0, Errors: 0 6/42 Test #6: chunking .......................... Passed 0.01 sec test 7 Start 7: utils 7: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_utils 7: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 7: Test timeout computed to be: 10000000 7: Running suite(s): Utils 7: 100%: Checks: 16, Failures: 0, Errors: 0 7/42 Test #7: utils ............................. Passed 0.03 sec test 8 Start 8: securechannel 8: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_securechannel 8: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 8: Test timeout computed to be: 10000000 8: Running suite(s): SecureChannel 8: 100%: Checks: 15, Failures: 0, Errors: 0 8/42 Test #8: securechannel ..................... Passed 0.17 sec test 9 Start 9: timer 9: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_timer 9: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 9: Test timeout computed to be: 10000000 9: Running suite(s): Test Event Timer 9: duration was 0.380000 s 9: 559166 callbacks 9: 100%: Checks: 1, Failures: 0, Errors: 0 9/42 Test #9: timer ............................. Passed 0.49 sec test 10 Start 10: accesscontrol 10: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_accesscontrol 10: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 10: Test timeout computed to be: 10000000 10: Running suite(s): Client 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Connection 8 | SecureChannel 2 | CloseSecureChannelClient Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 10: 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting UserTokenPolicy 0 (anonymous) in endpoint 0: configuration doesn't match 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-username-policy with UserTokenType UserName and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting UserTokenPolicy 0 (anonymous) in endpoint 0: configuration doesn't match 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-username-policy with UserTokenType UserName and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/session_[0m SecureChannel 2 | Session "" | ActivateSession: The AccessControl plugin denied the activation with the StatusCode BadUserAccessDenied 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadUserAccessDenied 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[31merror/client_[0m ActivateSession failed with error code BadUserAccessDenied 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: ActivateRequested, ConnectStatus: BadUserAccessDenied 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: BadUserAccessDenied 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting UserTokenPolicy 0 (anonymous) in endpoint 0: configuration doesn't match 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-username-policy with UserTokenType UserName and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/session_[0m SecureChannel 2 | Session "" | ActivateSession: The AccessControl plugin denied the activation with the StatusCode BadUserAccessDenied 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadUserAccessDenied 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[31merror/client_[0m ActivateSession failed with error code BadUserAccessDenied 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: ActivateRequested, ConnectStatus: BadUserAccessDenied 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: BadUserAccessDenied 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 10: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 10: 100%: Checks: 4, Failures: 0, Errors: 0 10/42 Test #10: accesscontrol ..................... Passed 0.04 sec test 11 Start 11: services_view 11: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_services_view 11: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 11: Test timeout computed to be: 10000000 11: Running suite(s): Service_TranslateBrowsePathsToNodeIds 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode (i=50510): No TypeDefinition. Use the default TypeDefinition for the Variable/Object 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode (i=50510): No TypeDefinition. Use the default TypeDefinition for the Variable/Object 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 11: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 11: 100%: Checks: 10, Failures: 0, Errors: 0 11/42 Test #11: services_view ..................... Passed 0.09 sec test 12 Start 12: services_attributes 12: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_services_attributes 12: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 12: Test timeout computed to be: 10000000 12: Running suite(s): services_attributes_read 12: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | WriteRequest returned status code BadWriteNotSupported 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | WriteRequest returned status code BadWriteNotSupported 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | WriteRequest returned status code BadWriteNotSupported 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | WriteRequest returned status code BadNodeClassInvalid 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | WriteRequest returned status code BadNodeClassInvalid 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | WriteRequest returned status code BadNodeClassInvalid 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | WriteRequest returned status code BadNodeClassInvalid 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | WriteRequest returned status code BadNodeClassInvalid 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:40.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | WriteRequest returned status code BadTypeMismatch 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | No ArrayDimensions can be defined for a ValueRank <= 0 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | WriteRequest returned status code BadTypeMismatch 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | WriteRequest returned status code BadNodeClassInvalid 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 12: [1601-01-01 00:02:45.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | WriteRequest returned status code BadWriteNotSupported 12: 100%: Checks: 53, Failures: 0, Errors: 0 12/42 Test #12: services_attributes ............... Passed 0.33 sec test 13 Start 13: services_nodemanagement 13: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_services_nodemanagement 13: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 13: Test timeout computed to be: 10000000 13: Running suite(s): services_nodemanagement 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode (i=50216): The array dimensions are incompatible with the array dimensions of the VariableType 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode (i=50216): Type-checking failed with error code BadTypeMismatch 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Writing the value of Node i=50216 failed with the following reason: ArrayDimensions of the value are incompatible 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | WriteRequest returned status code BadTypeMismatch 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode (i=50216): The default content of the VariableType could not be used. This may happen if the VariableNode makes additional restrictions. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode (i=50216): The value is empty. But this is only allowed for BaseDataType. Create a matching default value. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode: Node could not add the new node to the nodestore with error code BadNodeIdExists 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 13: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 13: 100%: Checks: 15, Failures: 0, Errors: 0 13/42 Test #13: services_nodemanagement ........... Passed 0.10 sec test 14 Start 14: server_callbacks 14: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_server_callbacks 14: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 14: Test timeout computed to be: 10000000 14: Running suite(s): Immutable Nodes 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/userland_[0m The variable was updated 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | CloseSecureChannel 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | WriteRequest returned status code BadUserAccessDenied 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 8 | SecureChannel 2 | CloseSecureChannel 14: 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good[1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m 14: Connection 8 | SecureChannel 1 | CloseSecureChannel 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | WriteRequest returned status code BadUserAccessDenied 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 9 | SecureChannel 2 | CloseSecureChannel 14: 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 8 | SecureChannel 2 | CloseSecureChannel 14: 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 14: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 14: 100%: Checks: 6, Failures: 0, Errors: 0 14/42 Test #14: server_callbacks .................. Passed 0.05 sec test 15 Start 15: server_password 15: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_server_password 15: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 15: Test timeout computed to be: 10000000 15: Running suite(s): Password 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting UserTokenPolicy 0 (anonymous) in endpoint 0: configuration doesn't match 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-username-policy with UserTokenType UserName and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 8 | SecureChannel 1 | CloseSecureChannel 15: 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting UserTokenPolicy 0 (anonymous) in endpoint 0: configuration doesn't match 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-username-policy with UserTokenType UserName and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/session_[0m SecureChannel 2 | Session "" | ActivateSession: The AccessControl plugin denied the activation with the StatusCode BadUserAccessDenied 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadUserAccessDenied 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[31merror/client_[0m ActivateSession failed with error code BadUserAccessDenied 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: ActivateRequested, ConnectStatus: BadUserAccessDenied 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: BadUserAccessDenied 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/session_[0m SecureChannel 2 | Session "" | ActivateSession: The AccessControl plugin denied the activation with the StatusCode BadIdentityTokenInvalid 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadIdentityTokenInvalid 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[31merror/client_[0m ActivateSession failed with error code BadIdentityTokenInvalid 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: ActivateRequested, ConnectStatus: BadIdentityTokenInvalid 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Connection 8 | SecureChannel 2 | CloseSecureChannelClient Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: BadIdentityTokenInvalid 15: 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 15: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 15: 100%: Checks: 3, Failures: 0, Errors: 0 15/42 Test #15: server_password ................... Passed 0.11 sec test 16 Start 16: services_call 16: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_services_call 16: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 16: Test timeout computed to be: 10000000 16: Running suite(s): services_call 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | Only Variables with data type BaseDataType can contain an empty value 16: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | Only Variables with data type BaseDataType can contain an empty value 16: 100%: Checks: 10, Failures: 0, Errors: 0 16/42 Test #16: services_call ..................... Passed 0.07 sec test 17 Start 17: services_subscriptions 17: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_services_subscriptions 17: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 17: Test timeout computed to be: 10000000 17: Running suite(s): Server Subscription 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription created (Publishing interval 100.00ms, max 1000 notifications per publish) 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription deleted 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription created (Publishing interval 100.00ms, max 1000 notifications per publish) 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription deleted 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription created (Publishing interval 100.00ms, max 1000 notifications per publish) 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription deleted 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription created (Publishing interval 100.00ms, max 1000 notifications per publish) 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: -1.00ms, Queue Size: 1) 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription deleted 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription created (Publishing interval 100.00ms, max 1000 notifications per publish) 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription deleted 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription created (Publishing interval 100.00ms, max 1000 notifications per publish) 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | MonitoredItem 1 | Modified the MonitoredItem (Sampling Interval: 50.000000ms, Queue Size: 1) 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription deleted 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription created (Publishing interval 100.00ms, max 1000 notifications per publish) 17: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 100.00ms, Queue Size: 3) 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | MonitoredItem 1 | Modified the MonitoredItem (Sampling Interval: 100.000000ms, Queue Size: 2) 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | MonitoredItem 1 | Modified the MonitoredItem (Sampling Interval: 100.000000ms, Queue Size: 1) 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | MonitoredItem 1 | Modified the MonitoredItem (Sampling Interval: 100.000000ms, Queue Size: 1) 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription deleted 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription created (Publishing interval 100.00ms, max 1000 notifications per publish) 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription deleted 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription created (Publishing interval 100.00ms, max 1000 notifications per publish) 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription deleted 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription created (Publishing interval 100.00ms, max 1000 notifications per publish) 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription deleted 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription created (Publishing interval 100.00ms, max 1000 notifications per publish) 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription deleted 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription created (Publishing interval 100.00ms, max 1000 notifications per publish) 17: [1601-01-01 00:02:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 2 | Subscription created (Publishing interval 100.00ms, max 1000 notifications per publish) 17: [1601-01-01 00:02:35.394 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription deleted 17: [1601-01-01 00:02:35.394 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 2 | Subscription deleted 17: [1601-01-01 00:02:35.394 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 17: [1601-01-01 00:02:35.394 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 17: [1601-01-01 00:02:35.394 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 17: [1601-01-01 00:02:35.394 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 17: [1601-01-01 00:02:35.394 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 17: [1601-01-01 00:02:35.394 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 17: [1601-01-01 00:02:35.394 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 17: [1601-01-01 00:02:35.394 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription created (Publishing interval 100.00ms, max 1000 notifications per publish) 17: [1601-01-01 00:02:35.394 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 2 | Subscription created (Publishing interval 100.00ms, max 1000 notifications per publish) 17: [1601-01-01 00:02:35.394 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 2 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 17: [1601-01-01 00:02:35.798 (UTC+0000)] _[33mwarn/session_[0m SecureChannel 0 | Session "" | Subscription 1 | End of subscription lifetime 17: [1601-01-01 00:02:35.798 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription deleted 17: [1601-01-01 00:02:36.101 (UTC+0000)] _[33mwarn/session_[0m SecureChannel 0 | Session "" | Subscription 2 | End of subscription lifetime 17: [1601-01-01 00:02:36.101 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 2 | Subscription deleted 17: [1601-01-01 00:02:36.101 (UTC+0000)] _[32minfo/server_[0m Subscription 2 | MonitoredItem 1 | Deleting the MonitoredItem 17: [1601-01-01 00:02:36.101 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 17: [1601-01-01 00:02:36.101 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 17: [1601-01-01 00:02:36.101 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 17: [1601-01-01 00:02:36.101 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 17: [1601-01-01 00:02:36.101 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 17: [1601-01-01 00:02:36.101 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 17: [1601-01-01 00:02:36.101 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 17: [1601-01-01 00:02:36.101 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription created (Publishing interval 1.00ms, max 1000 notifications per publish) 17: [1601-01-01 00:02:36.101 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 17: [1601-01-01 00:02:36.101 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "" | Subscription 1 | Subscription deleted 17: 100%: Checks: 15, Failures: 0, Errors: 0 17/42 Test #17: services_subscriptions ............ Passed 0.22 sec test 18 Start 18: monitoreditem_filter 18: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_monitoreditem_filter 18: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 18: Test timeout computed to be: 10000000 18: Running suite(s): Server monitored item filter 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 18: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/session_[0m [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m SecureChannel 2 | Session "" | Closing the SessionReceived a ServiceFault response 18: 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 8 | SecureChannel 2 | CloseSecureChannel 18: 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 18: [1601-01-01 00:02:39.492 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/session_[0m The ServiceResult has the StatusCode BadNoSubscriptionSecureChannel 2 | Session "" | Closing the Session 18: 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 18: [1601-01-01 00:02:41.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/session_[0m [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m SecureChannel 2 | Session "" | Closing the SessionReceived a ServiceFault response 18: 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | CloseSecureChannel 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Could not create a MonitoredItem with StatusCode BadFilterNotAllowed 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | CloseSecureChannel 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 18: [1601-01-01 00:02:45.498 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 18: [1601-01-01 00:02:50.300 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Modified the MonitoredItem (Sampling Interval: 250.000000ms, Queue Size: 0) 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the SessionReceived a ServiceFault response 18: 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 18: [1601-01-01 00:03:04.122 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 18: [1601-01-01 00:03:08.927 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Modified the MonitoredItem (Sampling Interval: 250.000000ms, Queue Size: 0) 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/session_[0m [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m SecureChannel 2 | Session "" | Closing the SessionReceived a ServiceFault response 18: 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 18: [1601-01-01 00:03:11.928 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Could not create a MonitoredItem with StatusCode BadFilterNotAllowed 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/session_[0m The ServiceResult has the StatusCode BadNoSubscriptionSecureChannel 2 | Session "" | Closing the Session 18: 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | CloseSecureChannel[1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m 18: Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 18: [1601-01-01 00:03:12.529 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/session_[0m [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m SecureChannel 2 | Session "" | Closing the SessionThe ServiceResult has the StatusCode BadNoSubscription 18: 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/channel_[0m [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Connection 8 | SecureChannel 2 | CloseSecureChannelClient Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 8 | SecureChannel 1 | CloseSecureChannel 18: 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 18: [1601-01-01 00:03:20.332 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/session_[0m [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m SecureChannel 2 | Session "" | Closing the SessionReceived a ServiceFault response 18: 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 18: [1601-01-01 00:03:28.143 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Could not create a MonitoredItem with StatusCode BadDeadbandFilterInvalid 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/channel_[0m [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/client_[0m Connection 8 | SecureChannel 2 | CloseSecureChannelClient Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 18: 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 18: [1601-01-01 00:03:28.744 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 18: 100%: Checks: 10, Failures: 0, Errors: 0 18/42 Test #18: monitoreditem_filter .............. Passed 3.59 sec test 19 Start 19: subscription_events 19: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_subscription_events 19: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 19: Test timeout computed to be: 10000000 19: Running suite(s): Server Subscription Events 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 19: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 19: [1601-01-01 00:02:35.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Could not create a MonitoredItem with StatusCode BadEventFilterInvalid 19: [1601-01-01 00:02:35.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 19: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 19: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 19: [1601-01-01 00:02:37.090 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 9 19: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 19: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 19: [1601-01-01 00:02:37.090 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 8 19: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 19: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 19: [1601-01-01 00:02:37.090 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 7 19: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 19: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 19: [1601-01-01 00:02:37.090 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 6 19: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 19: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 19: [1601-01-01 00:02:37.090 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 5 19: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 19: [1601-01-01 00:02:37.690 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 2 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 19: [1601-01-01 00:02:38.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 2 | Deleting the MonitoredItem 19: [1601-01-01 00:02:38.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 3 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 3 | Deleting the MonitoredItem 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 4 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 5 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 6 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 4 | Deleting the MonitoredItem 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 5 | Deleting the MonitoredItem 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 6 | Deleting the MonitoredItem 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 7 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 7 | Deleting the MonitoredItem 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 8 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 8 | Deleting the MonitoredItem 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[33mwarn/channel_[0m Connection 7 | SecureChannel 2 | Receiving the response failed with StatusCode BadConnectionClosed 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 19: [1601-01-01 00:02:38.890 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 19: 100%: Checks: 11, Failures: 0, Errors: 0 19/42 Test #19: subscription_events ............... Passed 0.29 sec test 20 Start 20: check_subscription_event_filter 20: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_subscription_event_filter 20: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 20: Test timeout computed to be: 10000000 20: Running suite(s): Server Subscription Event Filters 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 20: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 20: [1601-01-01 00:02:35.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Could not create a MonitoredItem with StatusCode BadNodeIdUnknown 20: [1601-01-01 00:02:35.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Could not create a MonitoredItem with StatusCode BadNodeIdUnknown 20: [1601-01-01 00:02:35.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Could not create a MonitoredItem with StatusCode BadBrowseNameInvalid 20: [1601-01-01 00:02:35.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 20: [1601-01-01 00:02:36.490 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 20: [1601-01-01 00:02:36.490 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 20: [1601-01-01 00:02:36.490 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 9 20: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 20: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 20: [1601-01-01 00:02:37.090 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 8 20: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 20: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 20: [1601-01-01 00:02:37.090 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 7 20: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 20: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 20: [1601-01-01 00:02:37.090 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 6 20: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 20: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 20: [1601-01-01 00:02:37.090 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 5 20: [1601-01-01 00:02:37.090 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 20: [1601-01-01 00:02:37.690 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 2 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 20: [1601-01-01 00:02:38.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 2 | Deleting the MonitoredItem 20: [1601-01-01 00:02:39.490 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 3 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 20: [1601-01-01 00:02:41.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 3 | Deleting the MonitoredItem 20: [1601-01-01 00:02:42.490 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Could not create a MonitoredItem with StatusCode BadNodeIdInvalid 20: [1601-01-01 00:02:42.490 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 4 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 20: [1601-01-01 00:02:43.690 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 4 | Deleting the MonitoredItem 20: [1601-01-01 00:02:44.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 5 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 20: [1601-01-01 00:02:45.490 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 5 | Deleting the MonitoredItem 20: [1601-01-01 00:02:46.090 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 6 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 20: [1601-01-01 00:02:47.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 6 | Deleting the MonitoredItem 20: [1601-01-01 00:02:47.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 7 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 20: [1601-01-01 00:02:49.090 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 7 | Deleting the MonitoredItem 20: [1601-01-01 00:02:49.690 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 8 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 20: [1601-01-01 00:02:50.890 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 8 | Deleting the MonitoredItem 20: [1601-01-01 00:02:51.490 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 9 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 20: [1601-01-01 00:02:52.690 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 9 | Deleting the MonitoredItem 20: [1601-01-01 00:02:53.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 10 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 20: [1601-01-01 00:02:54.490 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 10 | Deleting the MonitoredItem 20: [1601-01-01 00:02:55.090 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 20: [1601-01-01 00:02:55.090 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 20: [1601-01-01 00:02:55.090 (UTC+0000)] _[33mwarn/channel_[0m Connection 7 | SecureChannel 2 | Receiving the response failed with StatusCode BadConnectionClosed 20: [1601-01-01 00:02:55.090 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 20: [1601-01-01 00:02:55.090 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 20: [1601-01-01 00:02:55.090 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 20: [1601-01-01 00:02:55.090 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 20: [1601-01-01 00:02:55.090 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 20: [1601-01-01 00:02:55.090 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 20: [1601-01-01 00:02:55.090 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 20: 100%: Checks: 10, Failures: 0, Errors: 0 20/42 Test #20: check_subscription_event_filter ... Passed 0.46 sec test 21 Start 21: nodestore 21: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_nodestore 21: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 21: Test timeout computed to be: 10000000 21: Running suite(s): UA_NodeStore 21: Time for single-threaded 10000 create/get/delete in a namespace: 0.010000s. 21: Time for single-threaded 10000 create/get/delete in a namespace: 0.010000s. 21: 100%: Checks: 20, Failures: 0, Errors: 0 21/42 Test #21: nodestore ......................... Passed 0.13 sec test 22 Start 22: session 22: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_session 22: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 22: Test timeout computed to be: 10000000 22: Running suite(s): Session 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 8 | SecureChannel 1 | CloseSecureChannel 22: 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Connection 8 | SecureChannel 2 | CloseSecureChannelClient Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 22: 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 22: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 22: 100%: Checks: 3, Failures: 0, Errors: 0 22/42 Test #22: session ........................... Passed 0.15 sec test 23 Start 23: server 23: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_server 23: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 23: Test timeout computed to be: 10000000 23: Running suite(s): server 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 23: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 23: 100%: Checks: 4, Failures: 0, Errors: 0 23/42 Test #23: server ............................ Passed 0.09 sec test 24 Start 24: server_jobs 24: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_server_jobs 24: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 24: Test timeout computed to be: 10000000 24: Running suite(s): Server Callbacks 24: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 24: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 24: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 24: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 24: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 24: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 24: [1601-01-01 00:02:35.305 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 24: [1601-01-01 00:02:35.305 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 24: [1601-01-01 00:02:35.305 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 24: [1601-01-01 00:02:35.305 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 24: [1601-01-01 00:02:35.305 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 24: [1601-01-01 00:02:35.305 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 24: [1601-01-01 00:02:35.305 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 24: [1601-01-01 00:02:35.320 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 24: 100%: Checks: 2, Failures: 0, Errors: 0 24/42 Test #24: server_jobs ....................... Passed 0.14 sec test 25 Start 25: server_userspace 25: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_server_userspace 25: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 25: Test timeout computed to be: 10000000 25: Running suite(s): ServerUserspace 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://localhost:10042/ 25: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 25: 100%: Checks: 4, Failures: 0, Errors: 0 25/42 Test #25: server_userspace .................. Passed 0.03 sec test 26 Start 26: node_inheritance 26: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_node_inheritance 26: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 26: Test timeout computed to be: 10000000 26: Running suite(s): Node inheritance 26: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 26: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 26: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 26: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 26: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 26: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 26: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 26: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 26: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 26: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 26: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 26: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 26: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 26: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 26: 100%: Checks: 9, Failures: 0, Errors: 0 26/42 Test #26: node_inheritance .................. Passed 0.04 sec test 27 Start 27: local_monitored_item 27: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_local_monitored_item 27: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 27: Test timeout computed to be: 10000000 27: Running suite(s): Local Monitored Item 27: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 27: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 27: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 27: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 27: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 27: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 27: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m Subscription 0 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 100.00ms, Queue Size: 1) 27: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 27: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/server_[0m Subscription 0 | MonitoredItem 1 | Deleting the MonitoredItem 27: [1601-01-01 00:02:36.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 27: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 27: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 27: [1601-01-01 00:02:36.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 27: [1601-01-01 00:02:36.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 27: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 27: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/server_[0m Subscription 0 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 100.00ms, Queue Size: 1) 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[32minfo/server_[0m Subscription 0 | MonitoredItem 1 | Deleting the MonitoredItem 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[32minfo/server_[0m Subscription 0 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 100.00ms, Queue Size: 1) 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[32minfo/server_[0m Subscription 0 | MonitoredItem 1 | Deleting the MonitoredItem 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[32minfo/server_[0m Subscription 0 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 100.00ms, Queue Size: 1) 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 27: [1601-01-01 00:02:36.490 (UTC+0000)] _[32minfo/server_[0m Subscription 0 | MonitoredItem 1 | Deleting the MonitoredItem 27: 100%: Checks: 4, Failures: 0, Errors: 0 27/42 Test #27: local_monitored_item .............. Passed 0.75 sec test 28 Start 28: server_readspeed 28: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_server_readspeed 28: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 28: Test timeout computed to be: 10000000 28: Running suite(s): Service Speed 28: duration was 0.000000 s 28: retval is Good 28: duration with encoding was 0.010000 s 28: retval is Good 28: 100%: Checks: 2, Failures: 0, Errors: 0 28/42 Test #28: server_readspeed .................. Passed 0.08 sec test 29 Start 29: server_speed_addnodes 29: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_server_speed_addnodes 29: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 29: Test timeout computed to be: 10000000 29: Running suite(s): Service Speed 29: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 29: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 29: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 29: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 29: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 29: 0 nodes: Duration was 0.000000 s 29: 1000 nodes: Duration was 0.010000 s 29: 2000 nodes: Duration was 0.020000 s 29: 100%: Checks: 1, Failures: 0, Errors: 0 29/42 Test #29: server_speed_addnodes ............. Passed 0.07 sec test 30 Start 30: server_monitoringspeed 30: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_server_monitoringspeed 30: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 30: Test timeout computed to be: 10000000 30: Running suite(s): Monitoring Speed 30: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 30: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 30: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 30: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 30: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 30: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode (ns=1;s=the.answer): No TypeDefinition. Use the default TypeDefinition for the Variable/Object 30: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m Subscription 0 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 50.00ms, Queue Size: 1) 30: duration was 0.000000 s 30: retval is Good 30: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m Subscription 0 | MonitoredItem 1 | Deleting the MonitoredItem 30: 100%: Checks: 1, Failures: 0, Errors: 0 30/42 Test #30: server_monitoringspeed ............ Passed 0.02 sec test 31 Start 31: client 31: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_client_discovery 31: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 31: Test timeout computed to be: 10000000 31: Running suite(s): Client 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL abc://xxx:4840 with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 1 | Session "" | Session created 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 1 | Session "" | ActivateSession: Session activated 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 1 | Session "" | Closing the Session 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 8 | SecureChannel 1 | CloseSecureChannel 31: 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 31: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 31: 100%: Checks: 1, Failures: 0, Errors: 0 31/42 Test #31: client ............................ Passed 0.02 sec test 32 Start 32: client_securechannel 32: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_client_securechannel 32: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 32: Test timeout computed to be: 10000000 32: Running suite(s): Client 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 32: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 32: [1601-01-01 00:10:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel renewed with a revised lifetime of 600.00s 32: [1601-01-01 00:10:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel renewed with a revised lifetime of 600.00s 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel renewed with a revised lifetime of 600.00s 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel renewed with a revised lifetime of 600.00s 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/channel_[0m [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/client_[0m Connection 8 | SecureChannel 2 | CloseSecureChannelClient Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 32: 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 32: [1601-01-01 00:18:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel renewed with a revised lifetime of 600.00s 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel renewed with a revised lifetime of 600.00s 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/channel_[0m [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/client_[0m Connection 8 | SecureChannel 2 | CloseSecureChannelClient Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 32: 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/network_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 8 | Closed 32: 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 32: [1601-01-01 00:28:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel has timed out 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[33mwarn/channel_[0m Connection 7 | SecureChannel 2 | Receiving the response failed with StatusCode BadConnectionClosed 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 32: [1601-01-01 00:38:35.291 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[33mwarn/channel_[0m Connection 7 | SecureChannel 2 | SecurityToken timed out 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[33mwarn/channel_[0m Connection 0 | SecureChannel 0 | Receiving the response failed with StatusCode BadSecureChannelClosed 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 32: [1601-01-01 00:48:35.292 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | CloseSecureChannel 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadSecureChannelIdInvalid 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[33mwarn/client_[0m FindServers failed with error code BadSecureChannelIdInvalid. Continue with the EndpointURL opc.tcp://localhost:4840. 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 3 | Session "" | ActivateSession: Session attached to new channel 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 3 | Session "" | ActivateSession: Session activated 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 3 | Session "" | Closing the Session 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | CloseSecureChannel 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 32: [1601-01-01 00:58:35.293 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 32: [1601-01-01 00:58:40.293 (UTC+0000)] _[33mwarn/channel_[0m Connection 7 | SecureChannel 2 | Receiving the response failed with StatusCode BadInternalError 32: [1601-01-01 00:58:40.293 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 32: [1601-01-01 00:58:40.293 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 32: [1601-01-01 00:58:40.293 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | CloseSecureChannel 32: [1601-01-01 00:58:40.293 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 32: 100%: Checks: 6, Failures: 0, Errors: 0 32/42 Test #32: client_securechannel .............. Passed 0.28 sec test 33 Start 33: client_async 33: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_client_async 33: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 33: Test timeout computed to be: 10000000 33: Running suite(s): Client 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 33: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 8 | SecureChannel 2 | CloseSecureChannel 33: 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 33: [1601-01-01 00:02:36.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session[1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/client_[0m 33: Error receiving the response with status code BadSecurityChecksFailed 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[33mwarn/channel_[0m Connection 7 | SecureChannel 2 | Receiving the response failed with StatusCode BadSecurityChecksFailed 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 8 | SecureChannel 2 | CloseSecureChannel 33: 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 33: [1601-01-01 00:02:36.411 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/client_[0m Error receiving the response with status code BadSecurityChecksFailed 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[33mwarn/channel_[0m Connection 7 | SecureChannel 2 | Receiving the response failed with StatusCode BadSecurityChecksFailed 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 33: [1601-01-01 00:02:44.415 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 33: [1601-01-01 00:02:49.425 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 33: [1601-01-01 00:02:49.425 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 33: [1601-01-01 00:02:49.425 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 33: [1601-01-01 00:02:49.425 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | CloseSecureChannel 33: [1601-01-01 00:02:49.425 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 33: 100%: Checks: 4, Failures: 0, Errors: 0 33/42 Test #33: client_async ...................... Passed 0.10 sec test 34 Start 34: client_async_connect 34: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_client_async_connect 34: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 34: Test timeout computed to be: 10000000 34: Running suite(s): Client 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 10 | New connection over TCP from 127.0.0.1 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 10 | Closed 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 10 | New connection over TCP from 127.0.0.1 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 10 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/channel_[0m Connection 8 | SecureChannel 0 | Receiving the response failed with StatusCode BadConnectionClosed 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: BadConnectionClosed 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | CloseSecureChannel 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 34: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 34: 80%: Checks: 5, Failures: 1, Errors: 0 34: /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/client/check_client_async_connect.c:94:F:Client Connect Async:Client_connect_async:0: Assertion 'asyncCounter == 10-7' failed: asyncCounter == 2, 10-7 == 3 34/42 Test #34: client_async_connect ..............***Failed 5.73 sec test 35 Start 35: client_subscriptions 35: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_client_subscriptions 35: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 35: Test timeout computed to be: 10000000 35: Running suite(s): Client Subscription 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 9 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 8 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 7 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 6 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 5 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/session_[0m [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m SecureChannel 2 | Session "" | Closing the SessionThe ServiceResult has the StatusCode BadNoSubscription 35: 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | CloseSecureChannel 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-01-01 00:02:35.792 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 9 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 8 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 7 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 6 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 5 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/channel_[0m Connection 8 | SecureChannel 2 | Receiving the response failed with StatusCode BadConnectionClosed 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | CloseSecureChannel 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-01-01 00:02:36.294 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-01-01 00:02:36.795 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-01-01 00:02:36.795 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-01-01 00:02:36.795 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 9 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/channel_[0m Connection 8 | SecureChannel 2 | SecurityToken timed out 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/channel_[0m Connection 0 | SecureChannel 0 | Receiving the response failed with StatusCode BadSecureChannelClosed 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/channel_[0m Connection 0 | SecureChannel 0 | Could not receive with StatusCode BadConnectionClosed 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/network_[0m Connection to opc.tcp://localhost:4840 failed with error: Connection refused 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Fresh, SessionState: Created, ConnectStatus: BadDisconnect 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: BadDisconnect 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session has timed out 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel has timed out 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | CloseSecureChannel 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 35: [1601-02-19 16:57:54.593 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Detaching the Subscription from the Session 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[33mwarn/channel_[0m Connection 9 | SecureChannel 2 | CloseSession: No Session activated to the SecureChannel 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response with StatusCode BadSessionIdInvalid 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/channel_[0m [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/client_[0m Connection 9 | SecureChannel 2 | CloseSecureChannelClient Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | Subscription deleted 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | CloseSecureChannel 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/network_[0m Connection 10 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/channel_[0m Connection 10 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:57:55.595 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:57:56.096 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:56.096 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:57:56.096 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 9 35: [1601-02-19 16:57:56.096 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:56.096 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:57:56.096 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 8 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[33mwarn/channel_[0m Connection 8 | SecureChannel 2 | Receiving the response failed with StatusCode BadConnectionClosed 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[32minfo/channel_[0m [1601-02-19 16:57:56.097 (UTC+0000)] _[33mwarn/client_[0m Connection 10 | SecureChannel 2 | CloseSecureChannelReceived Publish Response with code BadSecureChannelClosed 35: 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[33mwarn/client_[0m [1601-02-19 16:57:56.097 (UTC+0000)] _[32minfo/network_[0m Received Publish Response with code BadSecureChannelClosedConnection 10 | Closed 35: 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[33mwarn/channel_[0m Connection 0 | SecureChannel 0 | Could not receive with StatusCode BadConnectionClosed 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[32minfo/session_[0m SecureChannel 3 | Session "" | ActivateSession: Session attached to new channel 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[32minfo/session_[0m SecureChannel 3 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:57:56.097 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 7 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 6 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/session_[0m SecureChannel 3 | Session "" | Closing the Session 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/session_[0m SecureChannel 3 | Session "" | Subscription 1 | Subscription deleted 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 5 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[33mwarn/client_[0m [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/server_[0m Received Publish Response with code BadNoSubscriptionSubscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 35: 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 3 | CloseSecureChannel 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/channel_[0m [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Connection 9 | SecureChannel 1 | CloseSecureChannelClient Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:57:56.598 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 2 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:57:57.601 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:57.601 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:57:57.601 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 9 35: [1601-02-19 16:57:57.601 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:57.601 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:57:57.601 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 8 35: [1601-02-19 16:57:57.601 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:57.601 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:57:57.601 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 7 35: [1601-02-19 16:57:57.601 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:57.601 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:57:57.601 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 6 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/session_[0m [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItemThe ServiceResult has the StatusCode BadTooManyPublishRequests 35: 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/session_[0m [1601-02-19 16:57:58.102 (UTC+0000)] _[33mwarn/client_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 2 | Deleting the MonitoredItemToo many publishrequest, reduce outStandingPublishRequests to 5 35: 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/session_[0m [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m SecureChannel 2 | Session "" | Closing the SessionThe ServiceResult has the StatusCode BadNoSubscription 35: 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | CloseSecureChannel 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/channel_[0m [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Connection 9 | SecureChannel 1 | CloseSecureChannelClient Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:57:58.102 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 100.00ms, Queue Size: 1) 35: [1601-02-19 16:57:58.603 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.603 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:57:58.603 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 9 35: [1601-02-19 16:57:58.603 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.603 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:57:58.603 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 8 35: [1601-02-19 16:57:58.603 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.603 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:57:58.603 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 7 35: [1601-02-19 16:57:58.603 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.603 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:57:58.603 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 6 35: [1601-02-19 16:57:58.603 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:57:58.603 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:57:58.603 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 5 35: [1601-02-19 16:57:58.603 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Modified the MonitoredItem (Sampling Interval: 750.000000ms, Queue Size: 0) 35: [1601-02-19 16:57:59.605 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Modified the MonitoredItem (Sampling Interval: 750.000000ms, Queue Size: 0) 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | CloseSecureChannel 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | CloseSecureChannel 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:58:01.908 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 2 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:58:02.409 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:02.409 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:02.409 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 9 35: [1601-02-19 16:58:02.409 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:02.409 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:02.409 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 8 35: [1601-02-19 16:58:02.409 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:02.409 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:02.409 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 7 35: [1601-02-19 16:58:02.409 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:02.409 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:02.409 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 6 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 2 | Deleting the MonitoredItem 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 5 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/session_[0m [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m SecureChannel 2 | Session "" | Closing the SessionReceived a ServiceFault response 35: 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | CloseSecureChannel 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | CloseSecureChannel 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:58:02.910 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/client_[0m [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 9 | SecureChannel 2 | CloseSecureChannel 35: 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good[1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/channel_[0m 35: Connection 9 | SecureChannel 1 | CloseSecureChannel 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 2 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:58:03.912 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 3 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 2 | Subscription deleted 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 3 | Subscription deleted 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/client_[0m [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 9 | SecureChannel 2 | CloseSecureChannel 35: 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | CloseSecureChannel 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/network_[0m Connection 10 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/channel_[0m Connection 10 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:58:04.413 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 86400000.00ms, Queue Size: 1) 35: [1601-02-19 16:58:04.915 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:04.915 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:04.915 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 9 35: [1601-02-19 16:58:04.915 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:04.915 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:04.915 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 8 35: [1601-02-19 16:58:04.915 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:04.915 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:04.915 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 7 35: [1601-02-19 16:58:04.915 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:04.915 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:04.915 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 6 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 5 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/channel_[0m Connection 10 | SecureChannel 2 | CloseSecureChannel 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | CloseSecureChannel 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 9 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:05.416 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 8 35: [1601-02-19 16:58:05.917 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.917 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:05.917 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 7 35: [1601-02-19 16:58:05.917 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.917 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:05.917 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 6 35: [1601-02-19 16:58:05.917 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:05.917 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:05.917 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 5 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[31merror/client_[0m Inactivity for Subscription 1. 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/session_[0m [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/client_[0m SecureChannel 2 | Session "" | Closing the SessionError receiving the response with status code BadSecurityChecksFailed 35: 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/session_[0m [1601-02-19 16:58:13.422 (UTC+0000)] _[33mwarn/channel_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deletedConnection 8 | SecureChannel 2 | Receiving the response failed with StatusCode BadSecurityChecksFailed 35: 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/server_[0m [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/client_[0m Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItemClient Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 35: 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | Processing the message failed with StatusCode BadConnectionClosed. Closing the channel. 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Processing the message failed with error BadConnectionClosed 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/client_[0m [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 9 | SecureChannel 1 | CloseSecureChannel 35: 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:13.422 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 9 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 8 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 7 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 6 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadSecureChannelClosed 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | CloseSecureChannel 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadSecureChannelIdInvalid 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[33mwarn/client_[0m FindServers failed with error code BadSecureChannelIdInvalid. Continue with the EndpointURL opc.tcp://localhost:4840. 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/session_[0m SecureChannel 3 | Session "" | ActivateSession: Session attached to new channel 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/session_[0m SecureChannel 3 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:58:13.923 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/session_[0m SecureChannel 3 | Session "" | Closing the Session[1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/client_[0m 35: Error receiving the response with status code BadSecurityChecksFailed 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/session_[0m SecureChannel 3 | Session "" | Subscription 1 | Subscription deleted[1601-02-19 16:58:14.424 (UTC+0000)] _[33mwarn/channel_[0m 35: Connection 8 | SecureChannel 3 | Receiving the response failed with StatusCode BadSecurityChecksFailed 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 3 | Processing the message failed with StatusCode BadConnectionClosed. Closing the channel. 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Processing the message failed with error BadConnectionClosed 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | CloseSecureChannel 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 2 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:58:14.424 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 2 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:58:14.925 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:14.925 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:14.925 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 9 35: [1601-02-19 16:58:14.925 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-02-19 16:58:14.925 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 35: [1601-02-19 16:58:14.925 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 35: [1601-02-19 16:58:14.925 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 2 | Subscription deleted 35: [1601-02-19 16:58:14.925 (UTC+0000)] _[32minfo/server_[0m Subscription 2 | MonitoredItem 1 | Deleting the MonitoredItem 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 8 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 7 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 6 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 5 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[33mwarn/channel_[0m Connection 8 | SecureChannel 2 | Receiving the response failed with StatusCode BadConnectionClosed 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 9 | SecureChannel 1 | CloseSecureChannel 35: 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 2 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 3 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 4 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:58:15.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 5 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/network_[0m Connection 11 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/channel_[0m Connection 11 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/channel_[0m Connection 10 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/channel_[0m Connection 11 | SecureChannel 3 | CloseSecureChannel 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/network_[0m Connection 12 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/network_[0m Connection 11 | Closed 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/channel_[0m Connection 12 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/channel_[0m Connection 10 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 4 | Session "" | Session created 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 4 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 4 | Session "" | Subscription 1 | Transferred to this Session 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.426 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.526 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.626 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.726 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.826 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:16.926 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.026 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.126 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.226 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.326 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/session_[0m [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m SecureChannel 2 | Session "" | Closing the SessionThe ServiceResult has the StatusCode BadNoSubscription 35: 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | CloseSecureChannel 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 4 | Session "" | Closing the Session 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 4 | Session "" | Subscription 1 | Subscription deleted 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 2 | Deleting the MonitoredItem 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 3 | Deleting the MonitoredItem 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 4 | Deleting the MonitoredItem 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 5 | Deleting the MonitoredItem 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/channel_[0m Connection 12 | SecureChannel 4 | CloseSecureChannel 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/network_[0m Connection 12 | Closed 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 0 | Session "Administrator" | AddNode (ns=1;s=the.answer): No TypeDefinition. Use the default TypeDefinition for the Variable/Object 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | CloseSecureChannel 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/network_[0m Connection 10 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/channel_[0m Connection 10 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:58:17.426 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:58:17.927 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.927 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:17.927 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 9 35: [1601-02-19 16:58:17.927 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.927 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:17.927 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 8 35: [1601-02-19 16:58:17.927 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.927 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:17.927 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 7 35: [1601-02-19 16:58:17.927 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.927 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:17.927 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 6 35: [1601-02-19 16:58:17.927 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:17.927 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadTooManyPublishRequests 35: [1601-02-19 16:58:17.927 (UTC+0000)] _[33mwarn/client_[0m Too many publishrequest, reduce outStandingPublishRequests to 5 35: done 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadNoSubscription 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[33mwarn/client_[0m Received Publish Response with code BadNoSubscription 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/channel_[0m Connection 10 | SecureChannel 2 | CloseSecureChannel 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/network_[0m Connection 10 | Closed 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 1 | CloseSecureChannel 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/network_[0m Connection 10 | New connection over TCP from 127.0.0.1 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/channel_[0m Connection 10 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription created (Publishing interval 500.00ms, max 1000 notifications per publish) 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | MonitoredItem 1 | Created the MonitoredItem (Sampling Interval: 250.00ms, Queue Size: 1) 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Subscription 1 | Subscription deleted 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/server_[0m Subscription 1 | MonitoredItem 1 | Deleting the MonitoredItem 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/channel_[0m Connection 10 | SecureChannel 2 | CloseSecureChannel 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/network_[0m Connection 10 | Closed 35: [1601-02-19 16:58:18.927 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 35: 94%: Checks: 18, Failures: 1, Errors: 0 35: /usr/ports/pobj/open62541-1.3.8/open62541-1.3.8/tests/client/check_client_subscriptions.c:214:F:Client Subscription Basic:Client_subscription_async:0: Assertion 'response.responseHeader.serviceResult == 0x00000000' failed: response.responseHeader.serviceResult == 637850344, 0x00000000 == 0 35/42 Test #35: client_subscriptions ..............***Failed 16.01 sec test 36 Start 36: client_highlevel 36: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_client_highlevel 36: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 36: Test timeout computed to be: 10000000 36: Running suite(s): Client Highlevel 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 8 | SecureChannel 2 | CloseSecureChannel 36: 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel[1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m 36: Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: x509 certificate user authentication is enabled 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m Username/Password Authentication configured, but no encrypting SecurityPolicy. This can leak credentials on the network. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 8 | SecureChannel 1 | CloseSecureChannel 36: 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 0 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode None and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Session created 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | ActivateSession: Session activated 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | AddNode (i=50216): No TypeDefinition. Use the default TypeDefinition for the Variable/Object 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | AddNode (i=50217): No TypeDefinition. Use the default TypeDefinition for the Variable/Object 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | AddNode (i=50218): No TypeDefinition. Use the default TypeDefinition for the Variable/Object 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | WriteRequest returned status code BadWriteNotSupported 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | WriteRequest returned status code BadWriteNotSupported 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | WriteRequest returned status code BadWriteNotSupported 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | WriteRequest returned status code BadWriteNotSupported 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | WriteRequest returned status code BadWriteNotSupported 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | The number of ArrayDimensions is not equal to the (positive) ValueRank 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | WriteRequest returned status code BadTypeMismatch 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | WriteRequest returned status code BadTypeMismatch 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | WriteRequest returned status code BadWriteNotSupported 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | WriteRequest returned status code BadWriteNotSupported 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 2 | Session "" | Closing the Session 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Connection 8 | SecureChannel 2 | CloseSecureChannelClient Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 36: 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 36: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 36: 100%: Checks: 28, Failures: 0, Errors: 0 36/42 Test #36: client_highlevel .................. Passed 0.09 sec test 37 Start 37: client_encryption 37: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_client_encryption 37: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 37: Test timeout computed to be: 10000000 37: Running suite(s): Encryption 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 0: security policy doesn't match 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 1: security policy doesn't match 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 2: security policy doesn't match 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 3: security policy doesn't match 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 4: security policy doesn't match 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 5 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode Sign and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good[1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m 37: Connection 8 | Closed 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy channel with openssl is created. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy channel with openssl is created. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256 and a revised lifetime of 600.00s 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256 and a revised lifetime of 600.00s 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 3 | Session "" | Session created 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 3 | Session "" | ActivateSession: Session activated 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | CloseSecureChannel 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy channel with openssl is deleted. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Created, ConnectStatus: Good 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy channel with openssl is created. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy channel with openssl is created. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256 and a revised lifetime of 600.00s 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256 and a revised lifetime of 600.00s 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Received a ServiceFault response 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m The ServiceResult has the StatusCode BadSecureChannelIdInvalid 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/client_[0m FindServers failed with error code BadSecureChannelIdInvalid. Continue with the EndpointURL opc.tcp://localhost:4840. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 4 | Session "" | ActivateSession: Session attached to new channel 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 4 | Session "" | ActivateSession: Session activated 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 4 | Session "" | Closing the Session 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m Connection 8 | SecureChannel 4 | CloseSecureChannelThe basic256sha256 security policy channel with openssl is deleted. 37: 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy channel with openssl is deleted. 37: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy channel with openssl is deleted. 37: 100%: Checks: 1, Failures: 0, Errors: 0 37/42 Test #37: client_encryption ................. Passed 0.26 sec test 38 Start 38: encryption_basic128rsa15 38: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_encryption_basic128rsa15 38: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 38: Test timeout computed to be: 10000000 38: Running suite(s): Encryption 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Connection 8 | SecureChannel 1 | CloseSecureChannelClient Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 38: 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 38: Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | CloseSecureChannel 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 0: security policy doesn't match 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 1 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode Sign and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic128Rsa15 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic128Rsa15 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | CloseSecureChannel 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy channel with openssl is created. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy channel with openssl is created. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 5 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic128Rsa15 and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 5 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic128Rsa15 and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | Session created 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | ActivateSession: Session activated 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | Closing the Session 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy channel with openssl is deleted. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 5 | CloseSecureChannel 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy channel with openssl is deleted. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | New connection over TCP from 127.0.0.1 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 9 | SecureChannel 2 | CloseSecureChannel[1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m 38: Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 9 | Closed 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Connection 8 | SecureChannel 3 | CloseSecureChannelClient Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 38: 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 0: security policy doesn't match 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 1 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode Sign and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic128Rsa15 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic128Rsa15 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | CloseSecureChannel 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy channel with openssl is created. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy channel with openssl is created. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 5 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic128Rsa15 and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 5 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic128Rsa15 and a revised lifetime of 600.00s 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | Session created 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | ActivateSession: Session activated 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | Closing the Session 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 5 | CloseSecureChannel 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy channel with openssl is deleted. 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Connection 8 | ClosedClient Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 38: 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 38: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy channel with openssl is deleted. 38: 100%: Checks: 2, Failures: 0, Errors: 0 38/42 Test #38: encryption_basic128rsa15 .......... Passed 0.29 sec test 39 Start 39: encryption_basic256 39: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_encryption_basic256 39: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 39: Test timeout computed to be: 10000000 39: Running suite(s): Encryption 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 8 | SecureChannel 2 | CloseSecureChannel 39: 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 8 | SecureChannel 3 | CloseSecureChannel 39: 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 0: security policy doesn't match 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 1: security policy doesn't match 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 2: security policy doesn't match 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 3 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode Sign and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | CloseSecureChannel 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy channel with openssl is created. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy channel with openssl is created. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 5 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256 and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 5 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256 and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | Session created 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | ActivateSession: Session activated 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | Closing the Session 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy channel with openssl is deleted. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 5 | CloseSecureChannel 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy channel with openssl is deleted. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good[1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m 39: Connection 8 | SecureChannel 2 | CloseSecureChannel 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | CloseSecureChannel 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 0: security policy doesn't match 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 1: security policy doesn't match 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 2: security policy doesn't match 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 3 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode Sign and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | CloseSecureChannel 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy channel with openssl is created. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy channel with openssl is created. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 5 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256 and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 5 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256 and a revised lifetime of 600.00s 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | Session created 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | ActivateSession: Session activated 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | Closing the Session 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 5 | CloseSecureChannel 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy channel with openssl is deleted. 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 39: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy channel with openssl is deleted. 39: 100%: Checks: 2, Failures: 0, Errors: 0 39/42 Test #39: encryption_basic256 ............... Passed 0.29 sec test 40 Start 40: encryption_basic256sha256 40: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_encryption_basic256sha256 40: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 40: Test timeout computed to be: 10000000 40: Running suite(s): Encryption 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | CloseSecureChannel 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 0: security policy doesn't match 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 1: security policy doesn't match 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 2: security policy doesn't match 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 3: security policy doesn't match 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 4: security policy doesn't match 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 5 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode Sign and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | CloseSecureChannel 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy channel with openssl is created. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy channel with openssl is created. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 5 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256 and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 5 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256 and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | Session created 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | ActivateSession: Session activated 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | Closing the Session 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy channel with openssl is deleted. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good[1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m 40: Connection 8 | SecureChannel 5 | CloseSecureChannel 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy channel with openssl is deleted. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: GoodConnection 8 | SecureChannel 2 | CloseSecureChannel 40: 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | CloseSecureChannel 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 0: security policy doesn't match 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 1: security policy doesn't match 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 2: security policy doesn't match 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 3: security policy doesn't match 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 4: security policy doesn't match 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 5 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode Sign and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | CloseSecureChannel 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy channel with openssl is created. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy channel with openssl is created. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 5 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256 and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 5 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Basic256Sha256 and a revised lifetime of 600.00s 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | Session created 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | ActivateSession: Session activated 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | Closing the Session 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 5 | CloseSecureChannel 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy channel with openssl is deleted. 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 40: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy channel with openssl is deleted. 40: 100%: Checks: 2, Failures: 0, Errors: 0 40/42 Test #40: encryption_basic256sha256 ......... Passed 0.29 sec test 41 Start 41: encryption_aes128sha256rsaoaep 41: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_encryption_aes128sha256rsaoaep 41: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 41: Test timeout computed to be: 10000000 41: Running suite(s): Encryption 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | CloseSecureChannel 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Connection 8 | SecureChannel 3 | CloseSecureChannelClient Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 41: 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 0: security policy doesn't match 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 1: security policy doesn't match 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 2: security policy doesn't match 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 3: security policy doesn't match 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 4: security policy doesn't match 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 5: security policy doesn't match 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 6: security policy doesn't match 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 7 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode Sign and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Aes128_Sha256_RsaOaep 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Aes128_Sha256_RsaOaep 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | CloseSecureChannel 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy channel with openssl is created. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy channel with openssl is created. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 5 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Aes128_Sha256_RsaOaep and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 5 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Aes128_Sha256_RsaOaep and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | Session created 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | ActivateSession: Session activated 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | Closing the Session 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 5 | CloseSecureChannel 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy channel with openssl is deleted. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy channel with openssl is deleted. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m TCP network layer listening on opc.tcp://ot3.obsd-lab.genua.de:4840/ 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 1 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 1 | CloseSecureChannel 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 2 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Connection 8 | SecureChannel 2 | CloseSecureChannelClient Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 41: 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/userland_[0m AcceptAll Certificate Verification. Any remote certificate will be accepted. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 3 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Use the EndpointURL opc.tcp://ot3.obsd-lab.genua.de:4840/ returned from FindServers 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 3 | CloseSecureChannel 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 4 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#None and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 0: security policy doesn't match 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 1: security policy doesn't match 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 2: security policy doesn't match 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 3: security policy doesn't match 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 4: security policy doesn't match 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 5: security policy doesn't match 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Rejecting endpoint 6: security policy doesn't match 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected endpoint 7 in URL opc.tcp://ot3.obsd-lab.genua.de:4840/ with SecurityMode Sign and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Aes128_Sha256_RsaOaep 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Selected UserTokenPolicy open62541-anonymous-policy with UserTokenType Anonymous and SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Aes128_Sha256_RsaOaep 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 4 | CloseSecureChannel 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | Closed 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Connection 8 | New connection over TCP from 127.0.0.1 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy channel with openssl is created. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy channel with openssl is created. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 5 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Aes128_Sha256_RsaOaep and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 7 | SecureChannel 5 | SecureChannel opened with SecurityPolicy http://opcfoundation.org/UA/SecurityPolicy#Aes128_Sha256_RsaOaep and a revised lifetime of 600.00s 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | Session created 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Created, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | ActivateSession: Session activated 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Open, SessionState: Activated, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/session_[0m SecureChannel 5 | Session "" | Closing the Session 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy channel with openssl is deleted. 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/client_[0m Client Status: ChannelState: Closed, SessionState: Closed, ConnectStatus: Good 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Connection 8 | SecureChannel 5 | CloseSecureChannel 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/network_[0m Shutting down the TCP network layer 41: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy channel with openssl is deleted. 41: 100%: Checks: 2, Failures: 0, Errors: 0 41/42 Test #41: encryption_aes128sha256rsaoaep .... Passed 0.28 sec test 42 Start 42: check_cert_generation 42: Test command: /usr/ports/pobj/open62541-1.3.8/build-i386/bin/tests/check_cert_generation 42: Working Directory: /usr/ports/pobj/open62541-1.3.8/build-i386/tests 42: Test timeout computed to be: 10000000 42: Running suite(s): Create Certificate 42: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/channel_[0m Create Certificate: Generating RSA key. This may take a while. 42: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Basic128Rsa15 security policy with openssl is added. 42: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256 security policy with openssl is added. 42: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The basic256sha256 security policy with openssl is added. 42: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/securitypolicy_[0m The Aes128Sha256RsaOaep security policy with openssl is added. 42: [1601-01-01 00:02:35.290 (UTC+0000)] _[33mwarn/server_[0m AccessControl: Unconfigured AccessControl. Users have all permissions. 42: [1601-01-01 00:02:35.290 (UTC+0000)] _[32minfo/server_[0m AccessControl: Anonymous login is enabled 42: 100%: Checks: 1, Failures: 0, Errors: 0 42/42 Test #42: check_cert_generation ............. Passed 4.68 sec 95% tests passed, 2 tests failed out of 42 Total Test time (real) = 40.57 sec The following tests FAILED: 34 - client_async_connect (Failed) 35 - client_subscriptions (Failed) Errors while running CTest Output from these tests are in: /usr/ports/pobj/open62541-1.3.8/build-i386/Testing/Temporary/LastTest.log Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely. *** Error 8 in . (/usr/ports/devel/cmake/cmake.port.mk:63 'do-test': @cd /usr/ports/pobj/open62541-1.3.8/build-i386 && exec /usr/bin/env -i ...) *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3098 '/usr/ports/pobj/open62541-1.3.8/build-i386/.test_done': @cd /usr/ports/misc...) *** Error 2 in /usr/ports/misc/open62541 (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'test': @lock=open62541-1.3.8p0; export _LOCKS_HELD...) FAIL misc/open62541 Command 'make test' failed: 512 START misc/p5-File-LibMagic 2024-11-22T08:24:44Z export _LOCKS_HELD="" ===> Cleaning for p5-File-LibMagic-1.23 ===> Checking files for p5-File-LibMagic-1.23 `/usr/ports/distfiles/File-LibMagic-1.23.tar.gz' is up to date. ===> Building from scratch p5-File-LibMagic-1.23 ===> p5-File-LibMagic-1.23 depends on: p5-Config-AutoConf-* -> p5-Config-AutoConf-0.320 ===> p5-File-LibMagic-1.23 depends on: libmagic-* -> libmagic-5.45 ===> Verifying specs: c magic perl ===> found c.100.3 magic.5.1 perl.24.0 ===> Checking files for p5-File-LibMagic-1.23 `/usr/ports/distfiles/File-LibMagic-1.23.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-LibMagic-1.23 ===> Patching for p5-File-LibMagic-1.23 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-LibMagic-1.23 Regenerating ppport.h ===> Configuring for p5-File-LibMagic-1.23 Checking for magic.h... Checking for cc... cc yes Checking for magic_open in -lmagic... yes Checking for magic_version in -lmagic... yes Checking for magic_setparam in -lmagic... yes Checking for magic_getparam in -lmagic... yes Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::LibMagic Writing MYMETA.yml and MYMETA.json ===> Building for p5-File-LibMagic-1.23 cp lib/File/LibMagic/Constants.pm blib/lib/File/LibMagic/Constants.pm cp lib/File/LibMagic.pm blib/lib/File/LibMagic.pm Running Mkbootstrap for LibMagic () chmod 644 "LibMagic.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibMagic.bs blib/arch/auto/File/LibMagic/LibMagic.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-File-LibMagic-1.23/File-LibMagic-1.23/typemap' LibMagic.xs > LibMagic.xsc mv LibMagic.xsc LibMagic.c cc -c -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.23\" -DXS_VERSION=\"1.23\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_MAGIC_VERSION -DHAVE_MAGIC_SETPARAM -DHAVE_MAGIC_GETPARAM LibMagic.c rm -f blib/arch/auto/File/LibMagic/LibMagic.so LD_RUN_PATH="/usr/local/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib LibMagic.o -o blib/arch/auto/File/LibMagic/LibMagic.so -L/usr/local/lib -lmagic chmod 755 blib/arch/auto/File/LibMagic/LibMagic.so Manifying 2 pod documents ===> p5-File-LibMagic-1.23 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> Regression tests for p5-File-LibMagic-1.23 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibMagic.bs blib/arch/auto/File/LibMagic/LibMagic.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/old-apis/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- -------- # Config::AutoConf any 0.320 # ExtUtils::CBuilder any 0.280238 # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # Cwd any 3.89 # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # File::Temp any 0.2311 # FindBin any 1.53 # Test::Fatal any 0.017 # Test::More 0.96 1.302194 # base any 2.27 # lib any 0.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------ ---- ---- # Carp any 1.54 # Exporter any 5.77 # List::Util any 1.63 # Scalar::Util any 1.63 # XSLoader any 0.32 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t ................... ok t/constructor-params.t .................. ok t/old-apis/all-exports.t ................ ok t/old-apis/complete-interface-errors.t .. ok t/old-apis/complete-interface.t ......... ok t/old-apis/easy-interface.t ............. ok file: unknown option -- v usage: file [-bchiLsW] file ... t/oo-api.t .............................. ok # libmagic version 545 t/version.t ............................. ok All tests successful. Files=8, Tests=33, 3 wallclock secs ( 0.08 usr 0.01 sys + 1.28 cusr 0.60 csys = 1.97 CPU) Result: PASS PASS misc/p5-File-LibMagic Duration 0m08.24s START misc/p5-File-MMagic 2024-11-22T08:24:53Z export _LOCKS_HELD="" ===> Cleaning for p5-File-MMagic-1.30p0 ===> Checking files for p5-File-MMagic-1.30p0 `/usr/ports/distfiles/File-MMagic-1.30.tar.gz' is up to date. ===> Building from scratch p5-File-MMagic-1.30p0 ===> Checking files for p5-File-MMagic-1.30p0 `/usr/ports/distfiles/File-MMagic-1.30.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-MMagic-1.30p0 ===> Patching for p5-File-MMagic-1.30p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-MMagic-1.30p0 ===> Configuring for p5-File-MMagic-1.30p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::MMagic Writing MYMETA.yml and MYMETA.json ===> Building for p5-File-MMagic-1.30p0 cp MMagic.pm blib/lib/File/MMagic.pm Manifying 1 pod document ===> Regression tests for p5-File-MMagic-1.30p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01-selfcheck.t ... ok t/02-extmagic.t .... ok t/03-typecheck.t ... ok t/04-string-mod.t .. ok t/05-subclass.t .... ok t/06-conthook.t .... ok t/07-contents.t .... ok All tests successful. Files=7, Tests=11, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.34 cusr 0.18 csys = 0.58 CPU) Result: PASS PASS misc/p5-File-MMagic Duration 0m02.88s START misc/p5-OPCUA-Open62541 2024-11-22T08:24:56Z export _LOCKS_HELD="" ===> Cleaning for p5-OPCUA-Open62541-2.05 ===> Checking files for p5-OPCUA-Open62541-2.05 `/usr/ports/distfiles/OPCUA-Open62541-2.05.tar.gz' is up to date. ===> Building from scratch p5-OPCUA-Open62541-2.05 ===> p5-OPCUA-Open62541-2.05 depends on: p5-Devel-CheckLib-* -> p5-Devel-CheckLib-1.16 ===> p5-OPCUA-Open62541-2.05 depends on: open62541->=1.3.4 -> open62541-1.3.8p0 ===> Verifying specs: c crypto m open62541 perl pthread ssl tls ===> found c.100.3 crypto.55.0 m.10.1 open62541.5.1 perl.24.0 pthread.27.1 ssl.58.0 tls.31.0 ===> Checking files for p5-OPCUA-Open62541-2.05 `/usr/ports/distfiles/OPCUA-Open62541-2.05.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-OPCUA-Open62541-2.05 ===> Patching for p5-OPCUA-Open62541-2.05 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-OPCUA-Open62541-2.05 Regenerating ppport.h ===> Configuring for p5-OPCUA-Open62541-2.05 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for OPCUA::Open62541 Writing MYMETA.yml and MYMETA.json ===> Building for p5-OPCUA-Open62541-2.05 cp lib/OPCUA/Open62541/Constant.pod blib/lib/OPCUA/Open62541/Constant.pod cp lib/OPCUA/Open62541/Test/Logger.pm blib/lib/OPCUA/Open62541/Test/Logger.pm cp lib/OPCUA/Open62541/Test/Client.pm blib/lib/OPCUA/Open62541/Test/Client.pm cp lib/OPCUA/Open62541/Constant.pm blib/lib/OPCUA/Open62541/Constant.pm cp lib/OPCUA/Open62541/Test/CA.pm blib/lib/OPCUA/Open62541/Test/CA.pm cp lib/OPCUA/Open62541.pm blib/lib/OPCUA/Open62541.pm cp lib/OPCUA/Open62541/Test/Server.pm blib/lib/OPCUA/Open62541/Test/Server.pm Running Mkbootstrap for Open62541 () chmod 644 "Open62541.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Open62541.bs blib/arch/auto/OPCUA/Open62541/Open62541.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-OPCUA-Open62541-2.05/OPCUA-Open62541-2.05/typemap' Open62541.xs > Open62541.xsc mv Open62541.xsc Open62541.c cc -c -I. -I/usr/local/include -DHAVE_UA_SERVERCONFIG_CUSTOMHOSTNAME=1 -DHAVE_UA_ACCESSCONTROL_DEFAULTWITHLOGINCALLBACK=1 -DHAVE_CRYPT_CHECKPASS=1 -DHAVE_UA_CLIENTCONFIG_APPLICATIONURI=1 -Wall -Wpointer-arith -Wuninitialized -Wstrict-prototypes -Wmissing-prototypes -Wunused -Wsign-compare -Wshadow -Wno-pointer-sign -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Open62541.c In file included from Open62541.xs:14: In file included from /usr/libdata/perl5/i386-openbsd/CORE/perl.h:7812: /usr/libdata/perl5/i386-openbsd/CORE/sv_inline.h:504:40: warning: declaration shadows a local variable [-Wshadow] SvSTASH_set(io, MUTABLE_HV(SvREFCNT_inc(GvHV(iogv)))); ^ /usr/libdata/perl5/i386-openbsd/CORE/sv.h:377:45: note: expanded from macro 'SvREFCNT_inc' #define SvREFCNT_inc(sv) Perl_SvREFCNT_inc(MUTABLE_SV(sv)) ^ /usr/libdata/perl5/i386-openbsd/CORE/handy.h:109:30: note: expanded from macro 'MUTABLE_SV' #define MUTABLE_SV(p) ((SV *)MUTABLE_PTR(p)) ^ /usr/libdata/perl5/i386-openbsd/CORE/handy.h:99:35: note: expanded from macro 'MUTABLE_PTR' # define MUTABLE_PTR(p) ({ void *p_ = (p); p_; }) ^ /usr/libdata/perl5/i386-openbsd/CORE/sv_inline.h:504:29: note: previous declaration is here SvSTASH_set(io, MUTABLE_HV(SvREFCNT_inc(GvHV(iogv)))); ^ /usr/libdata/perl5/i386-openbsd/CORE/handy.h:107:30: note: expanded from macro 'MUTABLE_HV' #define MUTABLE_HV(p) ((HV *)MUTABLE_PTR(p)) ^ /usr/libdata/perl5/i386-openbsd/CORE/handy.h:99:35: note: expanded from macro 'MUTABLE_PTR' # define MUTABLE_PTR(p) ({ void *p_ = (p); p_; }) ^ Open62541.xs:310:1: warning: result of comparison of constant -9223372036854775808 with expression of type 'IV' (aka 'long') is always false [-Wtautological-constant-out-of-range-compare] PACKED_CHECK_IV(Int64, INT64) /* 6.1.8 Int64, types.h */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Open62541.xs:274:9: note: expanded from macro 'PACKED_CHECK_IV' if (iv < UA_##limit##_MIN) \ ~~ ^ ~~~~~~~~~~~~~~~~ Open62541.xs:310:1: warning: result of comparison of constant 9223372036854775807 with expression of type 'IV' (aka 'long') is always false [-Wtautological-constant-out-of-range-compare] PACKED_CHECK_IV(Int64, INT64) /* 6.1.8 Int64, types.h */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Open62541.xs:277:9: note: expanded from macro 'PACKED_CHECK_IV' if (iv > UA_##limit##_MAX) \ ~~ ^ ~~~~~~~~~~~~~~~~ Open62541.xs:311:1: warning: result of comparison of constant 18446744073709551615 with expression of type 'UV' (aka 'unsigned long') is always false [-Wtautological-constant-out-of-range-compare] PACKED_CHECK_UV(UInt64, UINT64) /* 6.1.9 UInt64, types.h */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Open62541.xs:298:9: note: expanded from macro 'PACKED_CHECK_UV' if (uv > UA_##limit##_MAX) \ ~~ ^ ~~~~~~~~~~~~~~~~ 4 warnings generated. rm -f blib/arch/auto/OPCUA/Open62541/Open62541.so LD_RUN_PATH="/usr/local/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Open62541.o -o blib/arch/auto/OPCUA/Open62541/Open62541.so -L/usr/local/lib -lopen62541 chmod 755 blib/arch/auto/OPCUA/Open62541/Open62541.so Manifying 6 pod documents ===> p5-OPCUA-Open62541-2.05 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-OPCUA-Open62541-2.05 depends on: p5-Test-EOL-* -> p5-Test-EOL-2.02 ===> p5-OPCUA-Open62541-2.05 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-OPCUA-Open62541-2.05 depends on: p5-Test-LeakTrace-* -> p5-Test-LeakTrace-0.17 ===> p5-OPCUA-Open62541-2.05 depends on: p5-Test-NoWarnings-* -> p5-Test-NoWarnings-1.06 ===> p5-OPCUA-Open62541-2.05 depends on: p5-Test-Perl-Critic-* -> p5-Test-Perl-Critic-1.04p0 ===> p5-OPCUA-Open62541-2.05 depends on: p5-Test-Pod->=1.00 -> p5-Test-Pod-1.52p0 ===> p5-OPCUA-Open62541-2.05 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> p5-OPCUA-Open62541-2.05 depends on: p5-Test-Strict-* -> p5-Test-Strict-0.54 ===> p5-OPCUA-Open62541-2.05 depends on: p5-Test-Warn-* -> p5-Test-Warn-0.37 ===> p5-OPCUA-Open62541-2.05 depends on: p5-YAML-Tiny-* -> p5-YAML-Tiny-1.74 ===> p5-OPCUA-Open62541-2.05 depends on: p5-Socket6-* -> p5-Socket6-0.29p0 ===> p5-OPCUA-Open62541-2.05 depends on: p5-Test-TCP-* -> p5-Test-TCP-2.22p0 ===> p5-OPCUA-Open62541-2.05 depends on: p5-IO-Socket-SSL-* -> p5-IO-Socket-SSL-2.089 ===> p5-OPCUA-Open62541-2.05 depends on: p5-Net-SSLeay-* -> p5-Net-SSLeay-1.94p0 ===> Regression tests for p5-OPCUA-Open62541-2.05 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Open62541.bs blib/arch/auto/OPCUA/Open62541/Open62541.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/client-browse-async.t ............. ok t/client-browse.t ................... ok t/client-browsenext-async.t ......... ok t/client-config-applicationuri.t .... ok t/client-config-context.t ........... ok t/client-config-default.t ........... ok t/client-config-encryption.t ........ ok t/client-config-userpass.t .......... ok t/client-config.t ................... ok t/client-connect-async-refcount.t ... ok t/client-connect-async.t ............ ok t/client-connect.t .................. ok t/client-disconnect-async.t ......... ok t/client-leak.t ..................... ok t/client-monitoreditems-multiple.t .. ok # Failed test 'monitored items create negative subscription ID' # at t/client-monitoreditems.t line 85. # expecting: Regexp ((?^:unpack_UA_UInt32: Unsigned value \d+ greater than UA_UINT32_MAX)) # found: normal exit # Looks like you failed 1 test of 70. t/client-monitoreditems.t ........... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/70 subtests t/client-read-async.t ............... ok t/client-server-read-write.t ........ ok t/client-statecallback.t ............ ok t/client-subscription.t ............. ok t/client-variant.t .................. ok t/client.t .......................... ok t/critic.t .......................... ok t/croak.t ........................... ok t/define.t .......................... ok t/encryption.t ...................... ok t/enum.t ............................ ok t/eol.t ............................. ok t/logger-client-multi.t ............. ok t/logger-client.t ................... ok t/logger-leak.t ..................... ok t/logger-server-multi.t ............. ok t/logger-server.t ................... ok t/logger.t .......................... ok t/OPCUA-Open62541.t ................. ok t/pod.t ............................. ok t/server-browse.t ................... ok t/server-buildinfo.t ................ ok t/server-client-matrix.t ............ ok t/server-client-variable.t .......... ok t/server-config-accesscontrol.t ..... ok t/server-config-cutomhostname.t ..... ok t/server-config-default.t ........... ok t/server-config-endpoints.t ......... ok t/server-config-minimal.t ........... ok t/server-config-readonly.t .......... ok t/server-config-setlogincheck.t ..... ok t/server-config.t ................... ok t/server-context.t .................. ok t/server-delete-nodes.t ............. ok t/server-iterate.t .................. ok t/server-leak.t ..................... ok t/server-namespace.t ................ ok t/server-node-lifecycle.t ........... ok t/server-read.t ..................... ok t/server-references.t ............... ok t/server-running.t .................. ok t/server-variable.t ................. ok t/server-write-error.t .............. ok t/server.t .......................... ok t/statuscodes.t ..................... ok t/strict.t .......................... ok t/test-client.t ..................... ok t/test-server-runtimeaction.t ....... ok t/test-server-singlestep.t .......... ok t/test-server.t ..................... ok t/trust-list.t ...................... ok t/typemap.t ......................... ok # Failed test 'uint64 max' # at t/types.t line 27. # got: '4294967295' # expected: '1.84467440737096e+19' # Looks like you failed 1 test of 20. t/types.t ........................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/20 subtests t/unicode.t ......................... ok t/variant-array.t ................... ok # Failed test 'scalar max lives' # at t/variant-guid.t line 59. # died: unpack_UA_Guid: Guid string 'FFFFFFFF' for data1 is not hex number at t/variant-guid.t line 59. # Failed test 'scalar max' # at t/variant-guid.t line 60. # got: '7FFFFFFF-0000-0000-0000-000000000000' # expected: 'FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF' # Looks like you failed 2 tests of 24. t/variant-guid.t .................... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/24 subtests t/variant-leak.t .................... ok # Failed test 'int32 min' # at t/variant-scalar.t line 158. # expecting: Regexp ((?^:Integer value -2147483649 less than UA_INT32_MIN )) # found: normal exit # Failed test 'int32 max' # at t/variant-scalar.t line 162. # expecting: Regexp ((?^:Integer value 2147483648 greater than UA_INT32_MAX )) # found: normal exit # Failed test 'uint32 max' # at t/variant-scalar.t line 174. # expecting: Regexp ((?^:Unsigned value 4294967296 greater than UA_UINT32_MAX )) # found: normal exit # Failed test 'scalar TYPES_UINT64 18446744073709551615' # at t/variant-scalar.t line 194. # got: '4294967295' # expected: '1.84467440737096e+19' # Looks like you failed 4 tests of 115. t/variant-scalar.t .................. Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/115 subtests t/variant.t ......................... ok Test Summary Report ------------------- t/client-monitoreditems.t (Wstat: 256 (exited 1) Tests: 70 Failed: 1) Failed test: 28 Non-zero exit status: 1 t/types.t (Wstat: 256 (exited 1) Tests: 20 Failed: 1) Failed test: 19 Non-zero exit status: 1 t/variant-guid.t (Wstat: 512 (exited 2) Tests: 24 Failed: 2) Failed tests: 18-19 Non-zero exit status: 2 t/variant-scalar.t (Wstat: 1024 (exited 4) Tests: 115 Failed: 4) Failed tests: 71, 73, 79, 89 Non-zero exit status: 4 Files=75, Tests=3567, 128 wallclock secs ( 0.81 usr 0.34 sys + 61.18 cusr 14.40 csys = 76.73 CPU) Result: FAIL Failed 4/75 test programs. 8/3567 subtests failed. *** Error 255 in /usr/ports/pobj/p5-OPCUA-Open62541-2.05/OPCUA-Open62541-2.05 (Makefile:1112 'test_dynamic') *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3104 '/usr/ports/pobj/p5-OPCUA-Open62541-2.05/.test_done': @cd /usr/ports/pobj/p5...) *** Error 2 in /usr/ports/misc/p5-OPCUA-Open62541 (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'test': @lock=p5-OPCUA-Open62541-2.05; exp...) FAIL misc/p5-OPCUA-Open62541 Command 'make test' failed: 512 START misc/p5-Spreadsheet-ParseExcel 2024-11-22T08:27:43Z export _LOCKS_HELD="" ===> Cleaning for p5-Spreadsheet-ParseExcel-0.66v0 ===> Checking files for p5-Spreadsheet-ParseExcel-0.66v0 `/usr/ports/distfiles/Spreadsheet-ParseExcel-0.66.tar.gz' is up to date. ===> Building from scratch p5-Spreadsheet-ParseExcel-0.66v0 ===> Checking files for p5-Spreadsheet-ParseExcel-0.66v0 `/usr/ports/distfiles/Spreadsheet-ParseExcel-0.66.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Spreadsheet-ParseExcel-0.66v0 ===> Patching for p5-Spreadsheet-ParseExcel-0.66v0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Spreadsheet-ParseExcel-0.66v0 ===> Configuring for p5-Spreadsheet-ParseExcel-0.66v0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Spreadsheet::ParseExcel Writing MYMETA.yml and MYMETA.json ===> Building for p5-Spreadsheet-ParseExcel-0.66v0 cp lib/Spreadsheet/ParseExcel.pm blib/lib/Spreadsheet/ParseExcel.pm cp lib/Spreadsheet/ParseExcel/SaveParser/Workbook.pm blib/lib/Spreadsheet/ParseExcel/SaveParser/Workbook.pm cp lib/Spreadsheet/ParseExcel/FmtUnicode.pm blib/lib/Spreadsheet/ParseExcel/FmtUnicode.pm cp lib/Spreadsheet/ParseExcel/FmtJapan.pm blib/lib/Spreadsheet/ParseExcel/FmtJapan.pm cp lib/Spreadsheet/ParseExcel/SaveParser/Worksheet.pm blib/lib/Spreadsheet/ParseExcel/SaveParser/Worksheet.pm cp lib/Spreadsheet/ParseExcel/Worksheet.pm blib/lib/Spreadsheet/ParseExcel/Worksheet.pm cp lib/Spreadsheet/ParseExcel/FmtJapan2.pm blib/lib/Spreadsheet/ParseExcel/FmtJapan2.pm cp lib/Spreadsheet/ParseExcel/Font.pm blib/lib/Spreadsheet/ParseExcel/Font.pm cp lib/Spreadsheet/ParseExcel/FmtDefault.pm blib/lib/Spreadsheet/ParseExcel/FmtDefault.pm cp lib/Spreadsheet/ParseExcel/SaveParser.pm blib/lib/Spreadsheet/ParseExcel/SaveParser.pm cp lib/Spreadsheet/ParseExcel/Cell.pm blib/lib/Spreadsheet/ParseExcel/Cell.pm cp lib/Spreadsheet/ParseExcel/Dump.pm blib/lib/Spreadsheet/ParseExcel/Dump.pm cp lib/Spreadsheet/ParseExcel/Utility.pm blib/lib/Spreadsheet/ParseExcel/Utility.pm cp lib/Spreadsheet/ParseExcel/Format.pm blib/lib/Spreadsheet/ParseExcel/Format.pm cp lib/Spreadsheet/ParseExcel/Workbook.pm blib/lib/Spreadsheet/ParseExcel/Workbook.pm Manifying 15 pod documents ===> p5-Spreadsheet-ParseExcel-0.66v0 depends on: p5-Jcode-* -> p5-Jcode-2.07 ===> p5-Spreadsheet-ParseExcel-0.66v0 depends on: p5-Unicode-Map-* -> p5-Unicode-Map-0.112p6 ===> p5-Spreadsheet-ParseExcel-0.66v0 depends on: p5-IO-stringy-* -> p5-IO-stringy-2.113 ===> p5-Spreadsheet-ParseExcel-0.66v0 depends on: p5-OLE-Storage_Lite->=0.19 -> p5-OLE-Storage_Lite-0.22 ===> p5-Spreadsheet-ParseExcel-0.66v0 depends on: p5-Spreadsheet-WriteExcel-* -> p5-Spreadsheet-WriteExcel-2.40p0 ===> p5-Spreadsheet-ParseExcel-0.66v0 depends on: p5-Crypt-RC4-* -> p5-Crypt-RC4-2.02p3 ===> p5-Spreadsheet-ParseExcel-0.66v0 depends on: p5-Digest-Perl-MD5-* -> p5-Digest-Perl-MD5-1.9p0 ===> p5-Spreadsheet-ParseExcel-0.66v0 depends on: p5-Text-CSV_XS-* -> p5-Text-CSV_XS-1.53 ===> Regression tests for p5-Spreadsheet-ParseExcel-0.66v0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_basic.t ................... ok t/01_parse.t ................... ok t/02_parse-dates.t ............. ok t/03_regression.t .............. ok t/04_regression.t .............. ok t/05_regression.t .............. ok t/06_regression.t .............. ok t/07_cell_handler.t ............ ok t/10_error_codes.t ............. ok t/11_encryption.t .............. ok t/20_number_format_default.t ... ok t/21_number_format_user.t ...... ok t/22_number_format_datetime.t .. ok t/23_number_format_time.t ...... ok t/24_row_col_sizes.t ........... ok t/25_decode_rk_numbers.t ....... ok t/26_localtime2excel.t ......... ok t/27_localtime2excel.t ......... ok t/28_int2col.t ................. ok t/29_active_sheet.t ............ ok t/30_sst_01.t .................. ok t/32_charts.t .................. ok t/41_test95-97j.t .............. ok t/42_test95-97j-2.t ............ ok t/43_test2000J.t ............... ok t/44_oem.t ..................... ok t/45_oem-2.t ................... ok t/46_save_parser.t ............. ok t/47_hyperlinks.t .............. ok t/90_pod.t ..................... skipped: Author tests not required for installation t/91_minimumversion.t .......... skipped: Author tests not required for installation t/92_meta.t .................... skipped: Author tests not required for installation All tests successful. Files=32, Tests=1612, 10 wallclock secs ( 0.28 usr 0.16 sys + 6.94 cusr 1.82 csys = 9.20 CPU) Result: PASS PASS misc/p5-Spreadsheet-ParseExcel Duration 0m14.23s START misc/p5-User-Identity 2024-11-22T08:27:57Z export _LOCKS_HELD="" ===> Cleaning for p5-User-Identity-1.02 ===> Checking files for p5-User-Identity-1.02 `/usr/ports/distfiles/User-Identity-1.02.tar.gz' is up to date. ===> Building from scratch p5-User-Identity-1.02 ===> Checking files for p5-User-Identity-1.02 `/usr/ports/distfiles/User-Identity-1.02.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-User-Identity-1.02 ===> Patching for p5-User-Identity-1.02 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-User-Identity-1.02 ===> Configuring for p5-User-Identity-1.02 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for User::Identity Writing MYMETA.yml and MYMETA.json ===> Building for p5-User-Identity-1.02 cp lib/User/Identity/Collection/Emails.pm blib/lib/User/Identity/Collection/Emails.pm cp lib/User/Identity/System.pod blib/lib/User/Identity/System.pod cp lib/User/Identity/Collection/Locations.pod blib/lib/User/Identity/Collection/Locations.pod cp lib/User/Identity/Collection/Systems.pm blib/lib/User/Identity/Collection/Systems.pm cp lib/User/Identity/Item.pod blib/lib/User/Identity/Item.pod cp lib/User/Identity/System.pm blib/lib/User/Identity/System.pm cp lib/User/Identity/Collection/Systems.pod blib/lib/User/Identity/Collection/Systems.pod cp lib/User/Identity.pm blib/lib/User/Identity.pm cp lib/User/Identity/Location.pod blib/lib/User/Identity/Location.pod cp lib/User/Identity/Location.pm blib/lib/User/Identity/Location.pm cp lib/User/Identity/Collection/Emails.pod blib/lib/User/Identity/Collection/Emails.pod cp lib/User/Identity/Collection/Locations.pm blib/lib/User/Identity/Collection/Locations.pm cp lib/User/Identity/Collection/Users.pm blib/lib/User/Identity/Collection/Users.pm cp lib/User/Identity/Archive.pod blib/lib/User/Identity/Archive.pod cp lib/User/Identity/Item.pm blib/lib/User/Identity/Item.pm cp lib/User/Identity.pod blib/lib/User/Identity.pod cp lib/Mail/Identity.pod blib/lib/Mail/Identity.pod cp lib/User/Identity/Collection.pm blib/lib/User/Identity/Collection.pm cp lib/User/Identity/Archive/Plain.pod blib/lib/User/Identity/Archive/Plain.pod cp lib/Mail/Identity.pm blib/lib/Mail/Identity.pm cp lib/User/Identity/Collection.pod blib/lib/User/Identity/Collection.pod cp lib/User/Identity/Archive.pm blib/lib/User/Identity/Archive.pm cp lib/User/Identity/Archive/Plain.pm blib/lib/User/Identity/Archive/Plain.pm cp lib/User/Identity/Collection/Users.pod blib/lib/User/Identity/Collection/Users.pod Manifying 12 pod documents ===> p5-User-Identity-1.02 depends on: p5-Hash-Ordered->=0.014 -> p5-Hash-Ordered-0.014 ===> p5-User-Identity-1.02 depends on: p5-Geography-Countries-* -> p5-Geography-Countries-2009041301p1 ===> Regression tests for p5-User-Identity-1.02 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/10userid.t .. ok t/20loc.t ..... ok t/30col.t ..... ok All tests successful. Files=3, Tests=114, 0 wallclock secs ( 0.07 usr 0.02 sys + 0.37 cusr 0.15 csys = 0.61 CPU) Result: PASS PASS misc/p5-User-Identity Duration 0m03.73s START net/p5-BSD-Socket-Splice 2024-11-22T08:28:00Z export _LOCKS_HELD="" ===> Cleaning for p5-BSD-Socket-Splice-0.09 ===> Checking files for p5-BSD-Socket-Splice-0.09 `/usr/ports/distfiles/BSD-Socket-Splice-0.09.tar.gz' is up to date. ===> Building from scratch p5-BSD-Socket-Splice-0.09 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-BSD-Socket-Splice-0.09 `/usr/ports/distfiles/BSD-Socket-Splice-0.09.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-BSD-Socket-Splice-0.09 ===> Patching for p5-BSD-Socket-Splice-0.09 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-BSD-Socket-Splice-0.09 Regenerating ppport.h ===> Configuring for p5-BSD-Socket-Splice-0.09 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for BSD::Socket::Splice Writing MYMETA.yml and MYMETA.json ===> Building for p5-BSD-Socket-Splice-0.09 cp lib/BSD/Socket/Splice.pm blib/lib/BSD/Socket/Splice.pm Running Mkbootstrap for Splice () chmod 644 "Splice.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Splice.bs blib/arch/auto/BSD/Socket/Splice/Splice.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Splice.xs > Splice.xsc Please specify prototyping behavior for Splice.xs (see perlxs manual) mv Splice.xsc Splice.c cc -c -I. -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Splice.c rm -f blib/arch/auto/BSD/Socket/Splice/Splice.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Splice.o -o blib/arch/auto/BSD/Socket/Splice/Splice.so chmod 755 blib/arch/auto/BSD/Socket/Splice/Splice.so Manifying 1 pod document ===> Regression tests for p5-BSD-Socket-Splice-0.09 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Splice.bs blib/arch/auto/BSD/Socket/Splice/Splice.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/benchmark.t .......... ok t/BSD-Socket-Splice.t .. ok t/geterror.t ........... ok t/getsplice.t .......... ok t/setsplice.t .......... ok t/SO_SPLICE.t .......... ok t/splice.t ............. ok All tests successful. Files=7, Tests=148, 15 wallclock secs ( 0.02 usr 0.04 sys + 8.02 cusr 5.61 csys = 13.69 CPU) Result: PASS PASS net/p5-BSD-Socket-Splice Duration 0m18.16s START net/p5-DNS-ZoneParse 2024-11-22T08:28:19Z export _LOCKS_HELD="" ===> Cleaning for p5-DNS-ZoneParse-1.10p1 ===> Checking files for p5-DNS-ZoneParse-1.10p1 `/usr/ports/distfiles/DNS-ZoneParse-1.10.tar.gz' is up to date. ===> Building from scratch p5-DNS-ZoneParse-1.10p1 ===> Checking files for p5-DNS-ZoneParse-1.10p1 `/usr/ports/distfiles/DNS-ZoneParse-1.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-DNS-ZoneParse-1.10p1 ===> Patching for p5-DNS-ZoneParse-1.10p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-DNS-ZoneParse-1.10p1 ===> Configuring for p5-DNS-ZoneParse-1.10p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for DNS::ZoneParse Writing MYMETA.yml and MYMETA.json ===> Building for p5-DNS-ZoneParse-1.10p1 cp lib/DNS/ZoneParse.pm blib/lib/DNS/ZoneParse.pm Manifying 1 pod document ===> Regression tests for p5-DNS-ZoneParse-1.10p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/dns-zoneparse-exact-soa.t ........ ok t/dns-zoneparse-implied-soa.t ...... ok t/dns-zoneparse-minimum-for-ttl.t .. ok t/dns-zoneparse-origin-soa.t ....... ok t/dns-zoneparse-ttl_to_int.t ....... ok t/dns-zoneparse.t .................. ok All tests successful. Files=6, Tests=124, 1 wallclock secs ( 0.06 usr 0.05 sys + 0.77 cusr 0.30 csys = 1.18 CPU) Result: PASS PASS net/p5-DNS-ZoneParse Duration 0m03.50s START net/p5-IO-Interface 2024-11-22T08:28:22Z export _LOCKS_HELD="" ===> Cleaning for p5-IO-Interface-1.09p2 ===> Checking files for p5-IO-Interface-1.09p2 `/usr/ports/distfiles/IO-Interface-1.09.tar.gz' is up to date. ===> Building from scratch p5-IO-Interface-1.09p2 ===> p5-IO-Interface-1.09p2 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-IO-Interface-1.09p2 `/usr/ports/distfiles/IO-Interface-1.09.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-IO-Interface-1.09p2 ===> Patching for p5-IO-Interface-1.09p2 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-IO-Interface-1.09p2 ===> Configuring for p5-IO-Interface-1.09p2 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'IO-Interface' version '1.09' ===> Building for p5-IO-Interface-1.09p2 Building IO-Interface cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="1.09"' '-DXS_VERSION="1.09"' -DPIC -fpic -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -D__USE_BSD -DSIOCGIFCONF -DHAVE_SOCKADDR_DL_STRUCT -DUSE_GETIFADDRS -O2 -o lib/IO/Interface.o lib/IO/Interface.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/IO/Interface/Interface.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o blib/arch/auto/IO/Interface/Interface.so lib/IO/Interface.o ===> Regression tests for p5-IO-Interface-1.09p2 t/basic.t ... ok t/simple.t .. ok All tests successful. Files=2, Tests=16, 1 wallclock secs ( 0.04 usr 0.03 sys + 0.17 cusr 0.07 csys = 0.31 CPU) Result: PASS PASS net/p5-IO-Interface Duration 0m04.47s START net/p5-IO-Socket-INET6 2024-11-22T08:28:27Z export _LOCKS_HELD="" ===> Cleaning for p5-IO-Socket-INET6-2.73 ===> Checking files for p5-IO-Socket-INET6-2.73 `/usr/ports/distfiles/IO-Socket-INET6-2.73.tar.gz' is up to date. ===> Building from scratch p5-IO-Socket-INET6-2.73 ===> p5-IO-Socket-INET6-2.73 depends on: p5-Socket6->=0.12 -> p5-Socket6-0.29p0 ===> Checking files for p5-IO-Socket-INET6-2.73 `/usr/ports/distfiles/IO-Socket-INET6-2.73.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-IO-Socket-INET6-2.73 ===> Patching for p5-IO-Socket-INET6-2.73 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-IO-Socket-INET6-2.73 ===> Configuring for p5-IO-Socket-INET6-2.73 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for IO::Socket::INET6 Writing MYMETA.yml and MYMETA.json ===> Building for p5-IO-Socket-INET6-2.73 cp lib/IO/Socket/INET6.pm blib/lib/IO/Socket/INET6.pm Manifying 1 pod document ===> p5-IO-Socket-INET6-2.73 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> p5-IO-Socket-INET6-2.73 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> Regression tests for p5-IO-Socket-INET6-2.73 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/blocking.t .............. ok t/configure6.t ............ ok t/host6.t ................. ok t/io_multihomed6.t ........ ok t/io_sock6.t .............. ok t/io_udp6.t ............... ok t/listen_port_only.t ...... ok t/pod-coverage.t .......... ok t/pod.t ................... ok t/style-trailing-space.t .. ok All tests successful. Files=10, Tests=46, 20 wallclock secs ( 0.06 usr 0.03 sys + 1.10 cusr 0.49 csys = 1.68 CPU) Result: PASS PASS net/p5-IO-Socket-INET6 Duration 0m23.87s START net/p5-IO-Socket-Multicast 2024-11-22T08:28:51Z export _LOCKS_HELD="" ===> Cleaning for p5-IO-Socket-Multicast-1.12p6 ===> Checking files for p5-IO-Socket-Multicast-1.12p6 `/usr/ports/distfiles/IO-Socket-Multicast-1.12.tar.gz' is up to date. ===> Building from scratch p5-IO-Socket-Multicast-1.12p6 ===> p5-IO-Socket-Multicast-1.12p6 depends on: p5-IO-Interface->=0.94 -> p5-IO-Interface-1.09p2 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-IO-Socket-Multicast-1.12p6 `/usr/ports/distfiles/IO-Socket-Multicast-1.12.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-IO-Socket-Multicast-1.12p6 ===> Patching for p5-IO-Socket-Multicast-1.12p6 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-IO-Socket-Multicast-1.12p6 ===> Configuring for p5-IO-Socket-Multicast-1.12p6 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for IO::Socket::Multicast Writing MYMETA.yml and MYMETA.json ===> Building for p5-IO-Socket-Multicast-1.12p6 cp lib/IO/Socket/Multicast.pm blib/lib/IO/Socket/Multicast.pm Running Mkbootstrap for Multicast () chmod 644 "Multicast.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Multicast.bs blib/arch/auto/IO/Socket/Multicast/Multicast.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Multicast.xs > Multicast.xsc mv Multicast.xsc Multicast.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.12\" -DXS_VERSION=\"1.12\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Multicast.c rm -f blib/arch/auto/IO/Socket/Multicast/Multicast.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Multicast.o -o blib/arch/auto/IO/Socket/Multicast/Multicast.so chmod 755 blib/arch/auto/IO/Socket/Multicast/Multicast.so Manifying 1 pod document ===> Regression tests for p5-IO-Socket-Multicast-1.12p6 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Multicast.bs blib/arch/auto/IO/Socket/Multicast/Multicast.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_use.t ........ ok t/03_multicast.t .. ok t/04_send.t ....... skipped: Developer testing only All tests successful. Files=3, Tests=15, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.38 cusr 0.11 csys = 0.55 CPU) Result: PASS PASS net/p5-IO-Socket-Multicast Duration 0m04.01s START net/p5-IO-Socket-Socks 2024-11-22T08:28:55Z export _LOCKS_HELD="" ===> Cleaning for p5-IO-Socket-Socks-0.74p0 ===> Checking files for p5-IO-Socket-Socks-0.74p0 `/usr/ports/distfiles/IO-Socket-Socks-0.74.tar.gz' is up to date. ===> Building from scratch p5-IO-Socket-Socks-0.74p0 ===> Checking files for p5-IO-Socket-Socks-0.74p0 `/usr/ports/distfiles/IO-Socket-Socks-0.74.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-IO-Socket-Socks-0.74p0 ===> Patching for p5-IO-Socket-Socks-0.74p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-IO-Socket-Socks-0.74p0 ===> Configuring for p5-IO-Socket-Socks-0.74p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for IO::Socket::Socks Writing MYMETA.yml and MYMETA.json ===> Building for p5-IO-Socket-Socks-0.74p0 cp lib/IO/Socket/Socks.pm blib/lib/IO/Socket/Socks.pm Manifying 1 pod document ===> Regression tests for p5-IO-Socket-Socks-0.74p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t IO::Socket::IP v0.4101 used as base class t/01_load.t .......... ok t/02_new.t ........... ok t/03_connect.t ....... ok t/04_accept4.t ....... ok t/05_accept5.t ....... ok t/06_accept_mixed.t .. ok t/07_accept_nb4.t .... ok t/08_accept_nb5.t .... ok All tests successful. Files=8, Tests=226, 40 wallclock secs ( 0.12 usr 0.03 sys + 1.15 cusr 0.65 csys = 1.95 CPU) Result: PASS PASS net/p5-IO-Socket-Socks Duration 0m42.39s START net/p5-Net-CIDR 2024-11-22T08:29:37Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-CIDR-0.21 ===> Checking files for p5-Net-CIDR-0.21 `/usr/ports/distfiles/Net-CIDR-0.21.tar.gz' is up to date. ===> Building from scratch p5-Net-CIDR-0.21 ===> Checking files for p5-Net-CIDR-0.21 `/usr/ports/distfiles/Net-CIDR-0.21.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-CIDR-0.21 ===> Patching for p5-Net-CIDR-0.21 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-CIDR-0.21 ===> Configuring for p5-Net-CIDR-0.21 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::CIDR Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-CIDR-0.21 cp lib/Net/CIDR.pm blib/lib/Net/CIDR.pm "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" Net-CIDR.spec.PL Net-CIDR.spec Manifying 1 pod document ===> Regression tests for p5-Net-CIDR-0.21 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/test.t .. ok All tests successful. Files=1, Tests=14, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.08 cusr 0.00 csys = 0.13 CPU) Result: PASS PASS net/p5-Net-CIDR Duration 0m02.51s START net/p5-Net-CIDR-Lite 2024-11-22T08:29:39Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-CIDR-Lite-0.22 ===> Checking files for p5-Net-CIDR-Lite-0.22 `/usr/ports/distfiles/Net-CIDR-Lite-0.22.tar.gz' is up to date. ===> Building from scratch p5-Net-CIDR-Lite-0.22 ===> Checking files for p5-Net-CIDR-Lite-0.22 `/usr/ports/distfiles/Net-CIDR-Lite-0.22.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-CIDR-Lite-0.22 ===> Patching for p5-Net-CIDR-Lite-0.22 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-CIDR-Lite-0.22 ===> Configuring for p5-Net-CIDR-Lite-0.22 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::CIDR::Lite Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-CIDR-Lite-0.22 cp Lite.pm blib/lib/Net/CIDR/Lite.pm Manifying 1 pod document ===> p5-Net-CIDR-Lite-0.22 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Net-CIDR-Lite-0.22 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Net-CIDR-Lite-0.22 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/base.t .... ok t/more.t .... ok t/pod.t ..... ok t/podcov.t .. ok All tests successful. Files=4, Tests=46, 1 wallclock secs ( 0.02 usr 0.03 sys + 0.37 cusr 0.14 csys = 0.56 CPU) Result: PASS PASS net/p5-Net-CIDR-Lite Duration 0m03.16s START net/p5-Net-DNS 2024-11-22T08:29:43Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-DNS-1.48 ===> Checking files for p5-Net-DNS-1.48 `/usr/ports/distfiles/Net-DNS-1.48.tar.gz' is up to date. ===> Building from scratch p5-Net-DNS-1.48 ===> Checking files for p5-Net-DNS-1.48 `/usr/ports/distfiles/Net-DNS-1.48.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-DNS-1.48 ===> Patching for p5-Net-DNS-1.48 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-DNS-1.48 ===> Configuring for p5-Net-DNS-1.48 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::DNS Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-DNS-1.48 cp lib/Net/DNS/RR/NSEC.pm blib/lib/Net/DNS/RR/NSEC.pm cp lib/Net/DNS/RR/MX.pm blib/lib/Net/DNS/RR/MX.pm cp lib/Net/DNS/RR/L64.pm blib/lib/Net/DNS/RR/L64.pm cp lib/Net/DNS/Resolver.pm blib/lib/Net/DNS/Resolver.pm cp lib/Net/DNS/RR/TLSA.pm blib/lib/Net/DNS/RR/TLSA.pm cp lib/Net/DNS/RR/OPENPGPKEY.pm blib/lib/Net/DNS/RR/OPENPGPKEY.pm cp lib/Net/DNS/Resolver/os2.pm blib/lib/Net/DNS/Resolver/os2.pm cp lib/Net/DNS/RR/EUI48.pm blib/lib/Net/DNS/RR/EUI48.pm cp lib/Net/DNS/RR/DELEG.pm blib/lib/Net/DNS/RR/DELEG.pm cp lib/Net/DNS/RR/APL.pm blib/lib/Net/DNS/RR/APL.pm cp lib/Net/DNS/RR/NSEC3.pm blib/lib/Net/DNS/RR/NSEC3.pm cp lib/Net/DNS/RR/URI.pm blib/lib/Net/DNS/RR/URI.pm cp lib/Net/DNS/RR/HTTPS.pm blib/lib/Net/DNS/RR/HTTPS.pm cp lib/Net/DNS/Resolver/android.pm blib/lib/Net/DNS/Resolver/android.pm cp lib/Net/DNS/RR/SMIMEA.pm blib/lib/Net/DNS/RR/SMIMEA.pm cp lib/Net/DNS/RR/CDS.pm blib/lib/Net/DNS/RR/CDS.pm cp lib/Net/DNS/RR/IPSECKEY.pm blib/lib/Net/DNS/RR/IPSECKEY.pm cp lib/Net/DNS/RR/LOC.pm blib/lib/Net/DNS/RR/LOC.pm cp lib/Net/DNS/Header.pm blib/lib/Net/DNS/Header.pm cp lib/Net/DNS/RR/HIP.pm blib/lib/Net/DNS/RR/HIP.pm cp lib/Net/DNS/RR/SSHFP.pm blib/lib/Net/DNS/RR/SSHFP.pm cp lib/Net/DNS/RR/X25.pm blib/lib/Net/DNS/RR/X25.pm cp lib/Net/DNS/RR/SRV.pm blib/lib/Net/DNS/RR/SRV.pm cp lib/Net/DNS/RR/SVCB.pm blib/lib/Net/DNS/RR/SVCB.pm cp lib/Net/DNS/RR/HINFO.pm blib/lib/Net/DNS/RR/HINFO.pm cp lib/Net/DNS/RR/CNAME.pm blib/lib/Net/DNS/RR/CNAME.pm cp lib/Net/DNS/RR/NS.pm blib/lib/Net/DNS/RR/NS.pm cp lib/Net/DNS.pm blib/lib/Net/DNS.pm cp lib/Net/DNS/RR/DNAME.pm blib/lib/Net/DNS/RR/DNAME.pm cp lib/Net/DNS/Resolver/Base.pm blib/lib/Net/DNS/Resolver/Base.pm cp lib/Net/DNS/Mailbox.pm blib/lib/Net/DNS/Mailbox.pm cp lib/Net/DNS/Update.pm blib/lib/Net/DNS/Update.pm cp lib/Net/DNS/RR/CSYNC.pm blib/lib/Net/DNS/RR/CSYNC.pm cp lib/Net/DNS/RR/L32.pm blib/lib/Net/DNS/RR/L32.pm cp lib/Net/DNS/Resolver/os390.pm blib/lib/Net/DNS/Resolver/os390.pm cp lib/Net/DNS/RR/NID.pm blib/lib/Net/DNS/RR/NID.pm cp lib/Net/DNS/RR/RP.pm blib/lib/Net/DNS/RR/RP.pm cp lib/Net/DNS/RR/TSIG.pm blib/lib/Net/DNS/RR/TSIG.pm cp lib/Net/DNS/RR/RRSIG.pm blib/lib/Net/DNS/RR/RRSIG.pm cp lib/Net/DNS/RR/MINFO.pm blib/lib/Net/DNS/RR/MINFO.pm cp lib/Net/DNS/Nameserver.pm blib/lib/Net/DNS/Nameserver.pm cp lib/Net/DNS/Packet.pm blib/lib/Net/DNS/Packet.pm cp lib/Net/DNS/RR/A.pm blib/lib/Net/DNS/RR/A.pm cp lib/Net/DNS/RR/KX.pm blib/lib/Net/DNS/RR/KX.pm cp lib/Net/DNS/RR/DNSKEY.pm blib/lib/Net/DNS/RR/DNSKEY.pm cp lib/Net/DNS/RR/EUI64.pm blib/lib/Net/DNS/RR/EUI64.pm cp lib/Net/DNS/Resolver/Recurse.pm blib/lib/Net/DNS/Resolver/Recurse.pm cp lib/Net/DNS/Question.pm blib/lib/Net/DNS/Question.pm cp lib/Net/DNS/RR/MG.pm blib/lib/Net/DNS/RR/MG.pm cp lib/Net/DNS/RR/GPOS.pm blib/lib/Net/DNS/RR/GPOS.pm cp lib/Net/DNS/Domain.pm blib/lib/Net/DNS/Domain.pm cp lib/Net/DNS/RR/MR.pm blib/lib/Net/DNS/RR/MR.pm cp lib/Net/DNS/RR/OPT.pm blib/lib/Net/DNS/RR/OPT.pm cp lib/Net/DNS/RR/SPF.pm blib/lib/Net/DNS/RR/SPF.pm cp lib/Net/DNS/Parameters.pm blib/lib/Net/DNS/Parameters.pm cp lib/Net/DNS/RR/KEY.pm blib/lib/Net/DNS/RR/KEY.pm cp lib/Net/DNS/RR/TKEY.pm blib/lib/Net/DNS/RR/TKEY.pm cp lib/Net/DNS/DomainName.pm blib/lib/Net/DNS/DomainName.pm cp lib/Net/DNS/Text.pm blib/lib/Net/DNS/Text.pm cp lib/Net/DNS/RR/AMTRELAY.pm blib/lib/Net/DNS/RR/AMTRELAY.pm cp lib/Net/DNS/RR/NSEC3PARAM.pm blib/lib/Net/DNS/RR/NSEC3PARAM.pm cp lib/Net/DNS/RR.pm blib/lib/Net/DNS/RR.pm cp lib/Net/DNS/RR/DS.pm blib/lib/Net/DNS/RR/DS.pm cp lib/Net/DNS/RR/SOA.pm blib/lib/Net/DNS/RR/SOA.pm cp lib/Net/DNS/RR/NULL.pm blib/lib/Net/DNS/RR/NULL.pm cp lib/Net/DNS/RR/AAAA.pm blib/lib/Net/DNS/RR/AAAA.pm cp lib/Net/DNS/RR/LP.pm blib/lib/Net/DNS/RR/LP.pm cp lib/Net/DNS/RR/RT.pm blib/lib/Net/DNS/RR/RT.pm cp lib/Net/DNS/FAQ.pod blib/lib/Net/DNS/FAQ.pod cp lib/Net/DNS/RR/PX.pm blib/lib/Net/DNS/RR/PX.pm cp lib/Net/DNS/RR/NAPTR.pm blib/lib/Net/DNS/RR/NAPTR.pm cp lib/Net/DNS/Resolver/cygwin.pm blib/lib/Net/DNS/Resolver/cygwin.pm cp lib/Net/DNS/RR/ISDN.pm blib/lib/Net/DNS/RR/ISDN.pm cp lib/Net/DNS/ZoneFile.pm blib/lib/Net/DNS/ZoneFile.pm cp lib/Net/DNS/RR/AFSDB.pm blib/lib/Net/DNS/RR/AFSDB.pm cp lib/Net/DNS/RR/DHCID.pm blib/lib/Net/DNS/RR/DHCID.pm cp lib/Net/DNS/RR/CDNSKEY.pm blib/lib/Net/DNS/RR/CDNSKEY.pm cp lib/Net/DNS/RR/CERT.pm blib/lib/Net/DNS/RR/CERT.pm cp lib/Net/DNS/RR/SIG.pm blib/lib/Net/DNS/RR/SIG.pm cp lib/Net/DNS/RR/PTR.pm blib/lib/Net/DNS/RR/PTR.pm cp lib/Net/DNS/RR/ZONEMD.pm blib/lib/Net/DNS/RR/ZONEMD.pm cp lib/Net/DNS/Resolver/UNIX.pm blib/lib/Net/DNS/Resolver/UNIX.pm cp lib/Net/DNS/RR/TXT.pm blib/lib/Net/DNS/RR/TXT.pm cp lib/Net/DNS/RR/CAA.pm blib/lib/Net/DNS/RR/CAA.pm cp lib/Net/DNS/Resolver/MSWin32.pm blib/lib/Net/DNS/Resolver/MSWin32.pm cp lib/Net/DNS/RR/MB.pm blib/lib/Net/DNS/RR/MB.pm Manifying 86 pod documents ===> p5-Net-DNS-1.48 depends on: p5-Test-Pod->=1.45 -> p5-Test-Pod-1.52p0 ===> p5-Net-DNS-1.48 depends on: p5-Net-DNS-SEC->=1.01 -> p5-Net-DNS-SEC-1.26 ===> p5-Net-DNS-1.48 depends on: p5-Net-LibIDN->=0.12 -> p5-Net-LibIDN-0.12p2 ===> p5-Net-DNS-1.48 depends on: p5-Digest-BubbleBabble->=0.02 -> p5-Digest-BubbleBabble-0.02p1 ===> p5-Net-DNS-1.48 depends on: p5-Digest-HMAC->=1.03 -> p5-Digest-HMAC-1.05 ===> Regression tests for p5-Net-DNS-1.48 PERL_DL_NONLAZY=1 HARNESS_OPTIONS=j1:c "/usr/bin/perl" "-It" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-install.t ............. ok # # These tests were run using: # Net::DNS 1.48 # Carp 1.54 # Config 5.038002 # Digest::BubbleBabble 0.02 # Digest::HMAC 1.05 # Digest::MD5 2.58_01 # Digest::SHA 6.04 # Encode 3.19 # Exporter 5.77 # ExtUtils::MakeMaker 7.70 # File::Find 1.43 # File::Spec 3.88 # Getopt::Long 2.54 # IO::File 1.52 # IO::Select 1.52 # IO::Socket 1.52 # IO::Socket::IP 0.4101 # MIME::Base64 3.16_01 # PerlIO 1.12 # Scalar::Util 1.63 # Socket 2.036 # Test::Builder 1.302194 # Test::More 1.302194 # Time::Local 1.30 # base 2.27 # constant 1.33 # integer 1.01 # overload 1.37 # strict 1.12 # warnings 1.65 t/00-load.t ................ ok t/00-pod.t ................. ok t/01-resolver-config.t ..... ok t/01-resolver-env.t ........ ok t/01-resolver-file.t ....... ok t/01-resolver-flags.t ...... ok t/01-resolver-opt.t ........ ok t/01-resolver.t ............ ok t/02-domain.t .............. ok t/02-domainname.t .......... ok t/02-IDN.t ................. ok t/02-mailbox.t ............. ok t/02-text.t ................ ok t/03-header.t .............. ok t/03-parameters.t .......... ok t/03-question.t ............ ok t/03-rr.t .................. ok t/04-packet-truncate.t ..... ok t/04-packet.t .............. ok t/05-A.t ................... ok t/05-AAAA.t ................ ok t/05-AFSDB.t ............... ok t/05-AMTRELAY.t ............ ok t/05-APL.t ................. ok t/05-CAA.t ................. ok t/05-CDNSKEY.t ............. ok t/05-CDS.t ................. ok t/05-CERT.t ................ ok t/05-CNAME.t ............... ok t/05-CSYNC.t ............... ok t/05-DHCID.t ............... ok t/05-DNAME.t ............... ok t/05-DNSKEY.t .............. ok t/05-DS.t .................. ok t/05-EUI48.t ............... ok t/05-EUI64.t ............... ok t/05-HINFO.t ............... ok t/05-HIP.t ................. ok t/05-HTTPS.t ............... ok t/05-IPSECKEY.t ............ ok t/05-ISDN.t ................ ok t/05-KEY.t ................. ok t/05-KX.t .................. ok t/05-L32.t ................. ok t/05-L64.t ................. ok t/05-LOC.t ................. ok t/05-LP.t .................. ok t/05-MINFO.t ............... ok t/05-MX.t .................. ok t/05-NAPTR.t ............... ok t/05-NID.t ................. ok t/05-NS.t .................. ok t/05-NSEC.t ................ ok t/05-NSEC3.t ............... ok t/05-NSEC3PARAM.t .......... ok t/05-NULL.t ................ ok t/05-OPENPGPKEY.t .......... ok t/05-OPT.t ................. ok t/05-PTR.t ................. ok t/05-PX.t .................. ok t/05-RP.t .................. ok t/05-RRSIG.t ............... ok t/05-RT.t .................. ok t/05-SIG.t ................. ok t/05-SMIMEA.t .............. ok t/05-SOA.t ................. ok t/05-SPF.t ................. ok t/05-SRV.t ................. ok t/05-SSHFP.t ............... ok t/05-SVCB.t ................ ok t/05-TKEY.t ................ ok t/05-TLSA.t ................ ok t/05-TSIG.t ................ ok t/05-TXT.t ................. ok t/05-URI.t ................. ok t/05-X25.t ................. ok t/05-ZONEMD.t .............. ok t/06-update-unique-push.t .. ok t/06-update.t .............. ok t/07-rrsort.t .............. ok t/07-zonefile.t ............ ok t/08-IPv4.t ................ skipped: Online tests disabled. t/08-IPv6.t ................ skipped: Online tests disabled. t/08-recurse.t ............. skipped: Online tests disabled. t/21-NSEC-typelist.t ....... ok t/22-NSEC-match.t .......... ok t/23-NSEC-covered.t ........ ok t/24-NSEC-encloser.t ....... ok t/31-NSEC3-base32.t ........ ok t/32-NSEC3-typelist.t ...... ok t/33-NSEC3-hash.t .......... ok t/34-NSEC3-flags.t ......... ok t/36-NSEC3-covered.t ....... ok t/37-NSEC3-encloser.t ...... ok t/41-DNSKEY-keytag.t ....... ok t/42-DNSKEY-flags.t ........ ok t/43-DNSKEY-keylength.t .... ok t/51-DS-SHA1.t ............. ok t/52-DS-SHA256.t ........... ok t/54-DS-SHA384.t ........... ok t/71-TSIG-create.t ......... ok t/72-TSIG-verify.t ......... ok # Cleaning t/99-cleanup.t ............. ok All tests successful. Files=104, Tests=3139, 31 wallclock secs ( 0.52 usr 0.45 sys + 19.58 cusr 7.26 csys = 27.81 CPU) Result: PASS PASS net/p5-Net-DNS Duration 0m36.14s START net/p5-Net-DNS-SEC 2024-11-22T08:30:19Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-DNS-SEC-1.26 ===> Checking files for p5-Net-DNS-SEC-1.26 `/usr/ports/distfiles/Net-DNS-SEC-1.26.tar.gz' is up to date. ===> Building from scratch p5-Net-DNS-SEC-1.26 ===> Verifying specs: c crypto perl ===> found c.100.3 crypto.55.0 perl.24.0 ===> Checking files for p5-Net-DNS-SEC-1.26 `/usr/ports/distfiles/Net-DNS-SEC-1.26.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-DNS-SEC-1.26 ===> Patching for p5-Net-DNS-SEC-1.26 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-DNS-SEC-1.26 ===> Configuring for p5-Net-DNS-SEC-1.26 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::DNS::SEC Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-DNS-SEC-1.26 cp lib/Net/DNS/SEC.pm blib/lib/Net/DNS/SEC.pm cp lib/Net/DNS/SEC/Private.pm blib/lib/Net/DNS/SEC/Private.pm cp lib/Net/DNS/SEC/libcrypto.pod blib/lib/Net/DNS/SEC/libcrypto.pod cp lib/Net/DNS/SEC/Digest.pm blib/lib/Net/DNS/SEC/Digest.pm cp lib/Net/DNS/SEC/DSA.pm blib/lib/Net/DNS/SEC/DSA.pm cp lib/Net/DNS/SEC/Keyset.pm blib/lib/Net/DNS/SEC/Keyset.pm cp lib/Net/DNS/SEC/RSA.pm blib/lib/Net/DNS/SEC/RSA.pm cp lib/Net/DNS/SEC/ECDSA.pm blib/lib/Net/DNS/SEC/ECDSA.pm cp lib/Net/DNS/SEC/EdDSA.pm blib/lib/Net/DNS/SEC/EdDSA.pm Running Mkbootstrap for SEC () chmod 644 "SEC.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SEC.bs blib/arch/auto/Net/DNS/SEC/SEC.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Net-DNS-SEC-1.26/Net-DNS-SEC-1.26/typemap' SEC.xs > SEC.xsc mv SEC.xsc SEC.c cc -c -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.26\" -DXS_VERSION=\"1.26\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DNO_DSA SEC.c rm -f blib/arch/auto/Net/DNS/SEC/SEC.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib SEC.o -o blib/arch/auto/Net/DNS/SEC/SEC.so -lcrypto chmod 755 blib/arch/auto/Net/DNS/SEC/SEC.so Manifying 9 pod documents ===> p5-Net-DNS-SEC-1.26 depends on: p5-Test-Pod->=1.45 -> p5-Test-Pod-1.52p0 ===> p5-Net-DNS-SEC-1.26 depends on: p5-Net-DNS->=1.08 -> p5-Net-DNS-1.48 ===> Regression tests for p5-Net-DNS-SEC-1.26 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SEC.bs blib/arch/auto/Net/DNS/SEC/SEC.bs 644 PERL_DL_NONLAZY=1 HARNESS_OPTIONS=j1:c "/usr/bin/perl" "-It" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-install.t ..... ok # # These tests were run using: # Net::DNS 1.48 # Net::DNS::SEC 1.26 # Net::DNS::SEC::libcrypto 1986 LibreSSL 4.0.0 # Carp 1.54 # Config 5.038002 # DynaLoader 1.54 # Exporter 5.77 # ExtUtils::MakeMaker 7.70 # File::Find 1.43 # File::Spec 3.88 # IO::File 1.52 # MIME::Base64 3.16_01 # Test::More 1.302194 t/00-load.t ........ ok t/00-pod.t ......... ok t/10-keyset.t ...... ok t/20-digest.t ...... ok t/23-RSA-SHA256.t .. ok t/24-RSA-SHA512.t .. ok t/31-DSA-SHA1.t .... skipped: disabled DSA t/51-ECDSA-P256.t .. ok t/52-ECDSA-P384.t .. ok t/61-Ed25519.t ..... ok t/62-Ed448.t ....... skipped: ED448 not yet supported by LibreSSL All tests successful. Files=12, Tests=152, 5 wallclock secs ( 0.08 usr 0.06 sys + 2.84 cusr 1.21 csys = 4.19 CPU) Result: PASS PASS net/p5-Net-DNS-SEC Duration 0m08.95s START net/p5-Net-Flow 2024-11-22T08:30:28Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-Flow-1.003p0 ===> Checking files for p5-Net-Flow-1.003p0 `/usr/ports/distfiles/Net-Flow-1.003.tar.gz' is up to date. ===> Building from scratch p5-Net-Flow-1.003p0 ===> Checking files for p5-Net-Flow-1.003p0 `/usr/ports/distfiles/Net-Flow-1.003.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-Flow-1.003p0 ===> Patching for p5-Net-Flow-1.003p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-Flow-1.003p0 ===> Configuring for p5-Net-Flow-1.003p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::Flow Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-Flow-1.003p0 cp lib/Net/Flow/Constants.pm blib/lib/Net/Flow/Constants.pm cp lib/Net/Flow.pm blib/lib/Net/Flow.pm Manifying 1 pod document ===> Regression tests for p5-Net-Flow-1.003p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Net-Flow.t .. ok All tests successful. Files=1, Tests=12, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.10 cusr 0.06 csys = 0.20 CPU) Result: PASS PASS net/p5-Net-Flow Duration 0m02.76s START net/p5-Net-HTTP 2024-11-22T08:30:30Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-HTTP-6.19 ===> Checking files for p5-Net-HTTP-6.19 `/usr/ports/distfiles/Net-HTTP-6.19.tar.gz' is up to date. ===> Building from scratch p5-Net-HTTP-6.19 ===> Checking files for p5-Net-HTTP-6.19 `/usr/ports/distfiles/Net-HTTP-6.19.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-HTTP-6.19 ===> Patching for p5-Net-HTTP-6.19 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-HTTP-6.19 ===> Configuring for p5-Net-HTTP-6.19 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::HTTP Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-HTTP-6.19 cp lib/Net/HTTPS.pm blib/lib/Net/HTTPS.pm cp lib/Net/HTTP.pm blib/lib/Net/HTTP.pm cp lib/Net/HTTP/Methods.pm blib/lib/Net/HTTP/Methods.pm cp lib/Net/HTTP/NB.pm blib/lib/Net/HTTP/NB.pm Manifying 4 pod documents ===> p5-Net-HTTP-6.19 depends on: p5-URI-* -> p5-URI-5.31 ===> Regression tests for p5-Net-HTTP-6.19 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # Data::Dumper any 2.188 # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # IO::Select any 1.52 # Socket any 2.036 # Test::More any 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------------------- ---- --------- # Carp any 1.54 # Compress::Raw::Zlib any 2.204_001 # IO::Socket::INET any 1.52 # IO::Uncompress::Gunzip any 2.204 # URI any 5.31 # base any 2.27 # strict any 1.12 # vars any 1.05 # warnings any 1.65 # # === Runtime Suggests === # # Module Want Have # ----------------- ----- ------- # IO::Socket any 1.52 # IO::Socket::INET6 any 2.73 # IO::Socket::IP any 0.41_01 # IO::Socket::SSL 2.012 2.089 # Symbol any 1.09 # t/00-report-prereqs.t .. ok t/http-nb.t ............ ok t/http.t ............... ok t/live-https.t ......... skipped: Live tests disabled due to NO_NETWORK_TESTING t/live.t ............... skipped: Live tests disabled due to NO_NETWORK_TESTING All tests successful. Files=5, Tests=52, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.64 cusr 0.20 csys = 0.90 CPU) Result: PASS PASS net/p5-Net-HTTP Duration 0m03.61s START net/p5-Net-IMP 2024-11-22T08:30:34Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-IMP-0.636 ===> Checking files for p5-Net-IMP-0.636 `/usr/ports/distfiles/Net-IMP-0.636.tar.gz' is up to date. ===> Building from scratch p5-Net-IMP-0.636 ===> Checking files for p5-Net-IMP-0.636 `/usr/ports/distfiles/Net-IMP-0.636.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-IMP-0.636 ===> Patching for p5-Net-IMP-0.636 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-IMP-0.636 ===> Configuring for p5-Net-IMP-0.636 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::IMP Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-IMP-0.636 cp lib/Net/IMP/ProtocolPinning.pm blib/lib/Net/IMP/ProtocolPinning.pm cp lib/Net/IMP/Example/LogServerCertificate.pm blib/lib/Net/IMP/Example/LogServerCertificate.pm cp lib/Net/IMP/Example/IRCShout.pm blib/lib/Net/IMP/Example/IRCShout.pm cp lib/Net/IMP/SessionLog.pm blib/lib/Net/IMP/SessionLog.pm cp lib/Net/IMP/Base.pm blib/lib/Net/IMP/Base.pm cp lib/Net/IMP/Pattern.pm blib/lib/Net/IMP/Pattern.pm cp lib/Net/IMP/Cascade.pm blib/lib/Net/IMP/Cascade.pm cp lib/Net/IMP/Debug.pm blib/lib/Net/IMP/Debug.pm cp lib/Net/IMP/Filter.pm blib/lib/Net/IMP/Filter.pm cp lib/Net/IMP.pm blib/lib/Net/IMP.pm Manifying 10 pod documents ===> p5-Net-IMP-0.636 depends on: p5-Net-Inspect-* -> p5-Net-Inspect-0.330p0 ===> p5-Net-IMP-0.636 depends on: p5-Net-Pcap-* -> p5-Net-Pcap-0.21 ===> p5-Net-IMP-0.636 depends on: p5-Net-PcapWriter-* -> p5-Net-PcapWriter-0.725 ===> Regression tests for p5-Net-IMP-0.636 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t bin/imp-pcap-filter.pl syntax OK bin/imp-relay.pl syntax OK t/01_load.t ...................... ok t/02_imp-cascade-pattern.t ....... ok t/03_imp-cascade-pass-future.t ... ok t/04_imp-cascade-bide.t .......... ok t/05_imp-protopin.t .............. ok t/06_cfg2str.t ................... ok t/07_pcap_relay.t ................ ok t/08_imp_data.t .................. ok t/09_pattern_stream_vs_packet.t .. ok All tests successful. Files=9, Tests=77, 3 wallclock secs ( 0.04 usr 0.07 sys + 1.52 cusr 0.59 csys = 2.22 CPU) Result: PASS PASS net/p5-Net-IMP Duration 0m05.49s START net/p5-Net-IMP-HTTP 2024-11-22T08:30:40Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-IMP-HTTP-0.525 ===> Checking files for p5-Net-IMP-HTTP-0.525 `/usr/ports/distfiles/Net-IMP-HTTP-0.525.tar.gz' is up to date. ===> Building from scratch p5-Net-IMP-HTTP-0.525 ===> Checking files for p5-Net-IMP-HTTP-0.525 `/usr/ports/distfiles/Net-IMP-HTTP-0.525.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-IMP-HTTP-0.525 ===> Patching for p5-Net-IMP-HTTP-0.525 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-IMP-HTTP-0.525 ===> Configuring for p5-Net-IMP-HTTP-0.525 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::IMP::HTTP Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-IMP-HTTP-0.525 cp lib/Net/IMP/HTTP/Connection.pm blib/lib/Net/IMP/HTTP/Connection.pm cp lib/Net/IMP/HTTP/Example/LogFormData.pm blib/lib/Net/IMP/HTTP/Example/LogFormData.pm cp lib/Net/IMP/HTTP/Example/FlipImg.pm blib/lib/Net/IMP/HTTP/Example/FlipImg.pm cp lib/Net/IMP/HTTP.pm blib/lib/Net/IMP/HTTP.pm cp lib/Net/IMP/HTTP/Example/SaveResponse.pm blib/lib/Net/IMP/HTTP/Example/SaveResponse.pm cp lib/Net/IMP/HTTP/Request.pm blib/lib/Net/IMP/HTTP/Request.pm cp lib/Net/IMP/HTTP/Example/BlockContentType.pm blib/lib/Net/IMP/HTTP/Example/BlockContentType.pm cp lib/Net/IMP/HTTP/Example/AddXFooHeader.pm blib/lib/Net/IMP/HTTP/Example/AddXFooHeader.pm cp lib/Net/IMP/Adaptor/STREAM2HTTPConn.pm blib/lib/Net/IMP/Adaptor/STREAM2HTTPConn.pm Manifying 9 pod documents ===> p5-Net-IMP-HTTP-0.525 depends on: p5-HTTP-Message-* -> p5-HTTP-Message-7.00 ===> p5-Net-IMP-HTTP-0.525 depends on: ImageMagick-* -> ImageMagick-6.9.13.16 ===> p5-Net-IMP-HTTP-0.525 depends on: p5-Net-IMP->=0.617 -> p5-Net-IMP-0.636 ===> p5-Net-IMP-HTTP-0.525 depends on: p5-Net-Inspect->=0.27 -> p5-Net-Inspect-0.330p0 ===> Regression tests for p5-Net-IMP-HTTP-0.525 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_load.t ......... ok t/02_http.t ......... ok t/03_httprq.t ....... ok t/04_addxfoo.t ...... ok t/05_logformdata.t .. ok All tests successful. Files=5, Tests=19, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.70 cusr 0.28 csys = 1.03 CPU) Result: PASS PASS net/p5-Net-IMP-HTTP Duration 0m04.50s START net/p5-Net-INET6Glue 2024-11-22T08:30:44Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-INET6Glue-0.604 ===> Checking files for p5-Net-INET6Glue-0.604 `/usr/ports/distfiles/Net-INET6Glue-0.604.tar.gz' is up to date. ===> Building from scratch p5-Net-INET6Glue-0.604 ===> Checking files for p5-Net-INET6Glue-0.604 `/usr/ports/distfiles/Net-INET6Glue-0.604.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-INET6Glue-0.604 ===> Patching for p5-Net-INET6Glue-0.604 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-INET6Glue-0.604 ===> Configuring for p5-Net-INET6Glue-0.604 Should I do external tests? These tests will fail if there is no internet connection or if a firewall blocks active or passive IPv6 FTP traffic. [y/N] [n] n Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::INET6Glue Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-INET6Glue-0.604 cp lib/Net/INET6Glue.pm blib/lib/Net/INET6Glue.pm cp lib/Net/INET6Glue/INET_is_INET6.pm blib/lib/Net/INET6Glue/INET_is_INET6.pm cp lib/Net/INET6Glue/FTP.pm blib/lib/Net/INET6Glue/FTP.pm Manifying 3 pod documents ===> Regression tests for p5-Net-INET6Glue-0.604 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_inet_is_inet6.t .. ok Not tested with Net::FTP version 3.15 at /usr/ports/pobj/p5-Net-INET6Glue-0.604/Net-INET6Glue-0.604/blib/lib/Net/INET6Glue/FTP.pm line 15. somebody else already implements FTP IPv6 support - skipping Net::INET6Glue::FTP t/02_ftp_load.t ....... ok All tests successful. Files=2, Tests=3, 1 wallclock secs ( 0.05 usr 0.02 sys + 0.18 cusr 0.08 csys = 0.33 CPU) Result: PASS PASS net/p5-Net-INET6Glue Duration 0m02.66s START net/p5-Net-IP 2024-11-22T08:30:47Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-IP-1.26p1 ===> Checking files for p5-Net-IP-1.26p1 `/usr/ports/distfiles/Net-IP-1.26.tar.gz' is up to date. ===> Building from scratch p5-Net-IP-1.26p1 ===> Checking files for p5-Net-IP-1.26p1 `/usr/ports/distfiles/Net-IP-1.26.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-IP-1.26p1 ===> Patching for p5-Net-IP-1.26p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-IP-1.26p1 ===> Configuring for p5-Net-IP-1.26p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::IP Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-IP-1.26p1 cp IP.pm blib/lib/Net/IP.pm "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" Net-IP.spec.PL Net-IP.spec do "IP.pm" failed, '.' is no longer in @INC; did you mean do "./IP.pm"? at Net-IP.spec.PL line 2. cp ipcount blib/script/ipcount "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ipcount cp iptab blib/script/iptab "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/iptab Manifying 1 pod document ===> Regression tests for p5-Net-IP-1.26p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/ipv4.t .. ok t/ipv6.t .. ok All tests successful. Files=2, Tests=36069, 25 wallclock secs ( 2.05 usr 0.04 sys + 25.10 cusr 0.12 csys = 27.31 CPU) Result: PASS PASS net/p5-Net-IP Duration 0m28.21s START net/p5-Net-IP-Minimal 2024-11-22T08:31:15Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-IP-Minimal-0.06p1 ===> Checking files for p5-Net-IP-Minimal-0.06p1 `/usr/ports/distfiles/Net-IP-Minimal-0.06.tar.gz' is up to date. ===> Building from scratch p5-Net-IP-Minimal-0.06p1 ===> Checking files for p5-Net-IP-Minimal-0.06p1 `/usr/ports/distfiles/Net-IP-Minimal-0.06.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-IP-Minimal-0.06p1 ===> Patching for p5-Net-IP-Minimal-0.06p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-IP-Minimal-0.06p1 ===> Configuring for p5-Net-IP-Minimal-0.06p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::IP::Minimal Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-IP-Minimal-0.06p1 cp lib/Net/IP/Minimal.pm blib/lib/Net/IP/Minimal.pm Manifying 1 pod document ===> p5-Net-IP-Minimal-0.06p1 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> Regression tests for p5-Net-IP-Minimal-0.06p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ............ ok t/01_basic.t .............. ok t/release-pod-coverage.t .. skipped: Pod::Coverage::TrustPod required for testing POD coverage t/release-pod-syntax.t .... ok All tests successful. Files=4, Tests=7, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.46 cusr 0.33 csys = 0.85 CPU) Result: PASS PASS net/p5-Net-IP-Minimal Duration 0m03.36s START net/p5-Net-IP-XS 2024-11-22T08:31:18Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-IP-XS-0.22 ===> Checking files for p5-Net-IP-XS-0.22 `/usr/ports/distfiles/Net-IP-XS-0.22.tar.gz' is up to date. ===> Building from scratch p5-Net-IP-XS-0.22 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Net-IP-XS-0.22 `/usr/ports/distfiles/Net-IP-XS-0.22.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-IP-XS-0.22 ===> Patching for p5-Net-IP-XS-0.22 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-IP-XS-0.22 ===> Configuring for p5-Net-IP-XS-0.22 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::IP::XS Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-IP-XS-0.22 cp lib/Net/IP/XS.pm blib/lib/Net/IP/XS.pm Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Net/IP/XS/XS.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' NetIpXs.xs > NetIpXs.xsc mv NetIpXs.xsc NetIpXs.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" NetIpXs.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" functions.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" inet_pton.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" n128.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_malloc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"0.22\" -DXS_VERSION=\"0.22\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" object.c rm -f blib/arch/auto/Net/IP/XS/XS.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib NetIpXs.o functions.o inet_pton.o n128.o object.o -o blib/arch/auto/Net/IP/XS/XS.so chmod 755 blib/arch/auto/Net/IP/XS/XS.so Manifying 1 pod document ===> p5-Net-IP-XS-0.22 depends on: p5-IO-Capture-* -> p5-IO-Capture-0.05p3 ===> p5-Net-IP-XS-0.22 depends on: p5-Tie-Simple-* -> p5-Tie-Simple-1.04p0 ===> p5-Net-IP-XS-0.22 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Net-IP-XS-0.22 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Net-IP-XS-0.22 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/Net/IP/XS/XS.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ............... ok t/01-pod.t ................ ok t/10-basic.t .............. ok t/10-n128.t ............... ok t/11-iptobin.t ............ ok t/12-iplengths.t .......... ok t/13-bintoip.t ............ ok t/14-bintoint.t ........... ok t/15-inttobin.t ........... ok t/16-is-ipv4.t ............ ok t/17-is-ipv6.t ............ ok t/18-get-version.t ........ ok t/19-get-mask.t ........... ok t/20-last-address.t ....... ok t/21-split-prefix.t ....... ok t/22-is-valid-mask.t ...... ok t/23-expand-address.t ..... ok t/24-bincomp.t ............ ok t/25-binadd.t ............. ok t/26-get-prefix-length.t .. ok t/27-compress-v4.t ........ ok t/28-overlap.t ............ ok t/29-check-prefix.t ....... ok t/30-range-to-prefix.t .... ok t/31-get-embedded-ipv4.t .. ok t/32-aggregate.t .......... ok t/33-prefix-to-range.t .... ok t/34-reverse.t ............ ok t/35-normalize.t .......... ok t/36-normal-range.t ....... ok t/37-compress-v6.t ........ ok t/38-type.t ............... ok t/39-auth.t ............... skipped: IP::Authority not available t/40-objects.t ............ ok t/41-serialise.t .......... ok t/42-tags.t ............... ok t/43-ip-add-num-v4.t ...... ok t/44-ip-add-num-v6.t ...... ok t/45-short.t .............. ok t/46-wrong-object.t ....... ok t/47-object-size.t ........ ok t/48-rt-73232.t ........... ok t/49-rt-92211.t ........... ok t/50-rt-102155.t .......... skipped: Perl not compiled with 'useithreads' t/51-rt-102155-2.t ........ skipped: Perl not compiled with 'useithreads' t/52-rt-118605.t .......... ok t/53-rt-118593.t .......... ok t/54-rt-122438.t .......... ok All tests successful. Files=48, Tests=980, 11 wallclock secs ( 0.23 usr 0.24 sys + 7.66 cusr 2.91 csys = 11.04 CPU) Result: PASS PASS net/p5-Net-IP-XS Duration 0m19.05s START net/p5-Net-IPTrie 2024-11-22T08:31:37Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-IPTrie-0.7p3 ===> Checking files for p5-Net-IPTrie-0.7p3 `/usr/ports/distfiles/Net-IPTrie-0.7.tar.gz' is up to date. ===> Building from scratch p5-Net-IPTrie-0.7p3 ===> p5-Net-IPTrie-0.7p3 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Net-IPTrie-0.7p3 `/usr/ports/distfiles/Net-IPTrie-0.7.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-IPTrie-0.7p3 ===> Patching for p5-Net-IPTrie-0.7p3 ===> Applying OpenBSD patch patch-lib_Net_IPTrie_Node_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://rt.cpan.org/Public/Bug/Display.html?id=97458 |Avoid warning with newer Perl. |Reference is already weak at lib/Net/IPTrie/Node.pm line 60. | |Index: lib/Net/IPTrie/Node.pm |--- lib/Net/IPTrie/Node.pm.orig |+++ lib/Net/IPTrie/Node.pm -------------------------- Patching file lib/Net/IPTrie/Node.pm using Plan A... Hunk #1 succeeded at 4. Hunk #2 succeeded at 56. Hunk #3 succeeded at 68. done ===> Applying OpenBSD patch patch-lib_Net_IPTrie_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://rt.cpan.org/Public/Bug/Display.html?id=115579 |IPTrie cannot find IP 0.1.2.3 in subnet 0.0.0.0/8. |$p->iaddress is defined for 0.0.0.0 but has numeric value 0. | |Index: lib/Net/IPTrie.pm |--- lib/Net/IPTrie.pm.orig |+++ lib/Net/IPTrie.pm -------------------------- Patching file lib/Net/IPTrie.pm using Plan A... Hunk #1 succeeded at 168. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-IPTrie-0.7p3 ===> Configuring for p5-Net-IPTrie-0.7p3 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Net-IPTrie' version '0.7' ===> Building for p5-Net-IPTrie-0.7p3 Building Net-IPTrie ===> p5-Net-IPTrie-0.7p3 depends on: p5-NetAddr-IP->=4.007 -> p5-NetAddr-IP-4.079p0 ===> Regression tests for p5-Net-IPTrie-0.7p3 t/IPTrie.t .. ok All tests successful. Files=1, Tests=28, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.37 cusr 0.05 csys = 0.46 CPU) Result: PASS PASS net/p5-Net-IPTrie Duration 0m03.05s START net/p5-Net-IPv4Addr 2024-11-22T08:31:40Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-IPv4Addr-0.10p2 ===> Checking files for p5-Net-IPv4Addr-0.10p2 `/usr/ports/distfiles/Net-IPv4Addr-0.10.tar.gz' is up to date. ===> Building from scratch p5-Net-IPv4Addr-0.10p2 ===> Checking files for p5-Net-IPv4Addr-0.10p2 `/usr/ports/distfiles/Net-IPv4Addr-0.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-IPv4Addr-0.10p2 ===> Patching for p5-Net-IPv4Addr-0.10p2 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-IPv4Addr-0.10p2 ===> Configuring for p5-Net-IPv4Addr-0.10p2 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::IPv4Addr Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-IPv4Addr-0.10p2 cp IPv4Addr.pm blib/lib/Net/IPv4Addr.pm AutoSplitting blib/lib/Net/IPv4Addr.pm (blib/lib/auto/Net/IPv4Addr) cp ipv4calc blib/script/ipv4calc "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ipv4calc Manifying 1 pod document Manifying 1 pod document ===> Regression tests for p5-Net-IPv4Addr-0.10p2 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..37 # Running under perl version 5.038002 for openbsd # Current time local: Fri Nov 22 09:31:43 2024 # Current time GMT: Fri Nov 22 08:31:43 2024 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 PASS net/p5-Net-IPv4Addr Duration 0m02.53s START net/p5-Net-IPv6Addr 2024-11-22T08:31:43Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-IPv6Addr-1.02p0 ===> Checking files for p5-Net-IPv6Addr-1.02p0 `/usr/ports/distfiles/Net-IPv6Addr-1.02.tar.gz' is up to date. ===> Building from scratch p5-Net-IPv6Addr-1.02p0 ===> Checking files for p5-Net-IPv6Addr-1.02p0 `/usr/ports/distfiles/Net-IPv6Addr-1.02.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-IPv6Addr-1.02p0 ===> Patching for p5-Net-IPv6Addr-1.02p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-IPv6Addr-1.02p0 ===> Configuring for p5-Net-IPv6Addr-1.02p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::IPv6Addr Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-IPv6Addr-1.02p0 cp lib/Net/IPv6Addr.pm blib/lib/Net/IPv6Addr.pm cp lib/Net/IPv6Addr.pod blib/lib/Net/IPv6Addr.pod Manifying 1 pod document ===> p5-Net-IPv6Addr-1.02p0 depends on: p5-Math-Base85-* -> p5-Math-Base85-0.5 ===> Regression tests for p5-Net-IPv6Addr-1.02p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/base85.t ....... ok t/bigint.t ....... ok t/chkip.t ........ ok t/compressed.t ... ok t/in-network.t ... ok t/ipv4.t ......... ok t/ipv4comp.t ..... ok t/new.t .......... ok t/parse.t ........ ok t/preferred.t .... ok t/Regexp-IPv6.t .. ok t/rfc5952.t ...... ok t/string.t ....... ok t/synopsis.t ..... ok t/vietnam.t ...... ok All tests successful. Files=15, Tests=831, 4 wallclock secs ( 0.13 usr 0.04 sys + 2.43 cusr 0.82 csys = 3.42 CPU) Result: PASS PASS net/p5-Net-IPv6Addr Duration 0m06.16s START net/p5-Net-Inspect 2024-11-22T08:31:49Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-Inspect-0.330p0 ===> Checking files for p5-Net-Inspect-0.330p0 `/usr/ports/distfiles/Net-Inspect-0.330.tar.gz' is up to date. ===> Building from scratch p5-Net-Inspect-0.330p0 ===> Checking files for p5-Net-Inspect-0.330p0 `/usr/ports/distfiles/Net-Inspect-0.330.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-Inspect-0.330p0 ===> Patching for p5-Net-Inspect-0.330p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-Inspect-0.330p0 ===> Configuring for p5-Net-Inspect-0.330p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::Inspect Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-Inspect-0.330p0 cp lib/Net/Inspect/L5/GuessProtocol.pm blib/lib/Net/Inspect/L5/GuessProtocol.pm cp lib/Net/Inspect/L3/IP.pm blib/lib/Net/Inspect/L3/IP.pm cp lib/Net/Inspect/L7/HTTP/WebSocket.pm blib/lib/Net/Inspect/L7/HTTP/WebSocket.pm cp lib/Net/Inspect/L7/HTTP.pm blib/lib/Net/Inspect/L7/HTTP.pm cp lib/Net/Inspect/Debug.pm blib/lib/Net/Inspect/Debug.pm cp lib/Net/Inspect/L7/HTTP/Request/InspectChain.pm blib/lib/Net/Inspect/L7/HTTP/Request/InspectChain.pm cp lib/Net/Inspect/L7/SMTP.pm blib/lib/Net/Inspect/L7/SMTP.pm cp lib/Net/Inspect/L7/HTTP/Request/Simple.pm blib/lib/Net/Inspect/L7/HTTP/Request/Simple.pm cp lib/Net/Inspect/L5/Unknown.pm blib/lib/Net/Inspect/L5/Unknown.pm cp lib/Net/Inspect.pm blib/lib/Net/Inspect.pm cp lib/Net/Inspect/Connection.pm blib/lib/Net/Inspect/Connection.pm cp lib/Net/Inspect/L5/NoData.pm blib/lib/Net/Inspect/L5/NoData.pm cp lib/Net/Inspect/L4/TCP.pm blib/lib/Net/Inspect/L4/TCP.pm cp lib/Net/Inspect/Flow.pm blib/lib/Net/Inspect/Flow.pm cp lib/Net/Inspect/L2/Pcap.pm blib/lib/Net/Inspect/L2/Pcap.pm cp lib/Net/Inspect/L5/Socks.pm blib/lib/Net/Inspect/L5/Socks.pm cp lib/Net/Inspect/L4/UDP.pm blib/lib/Net/Inspect/L4/UDP.pm Manifying 17 pod documents ===> p5-Net-Inspect-0.330p0 depends on: p5-Net-Pcap-* -> p5-Net-Pcap-0.21 ===> p5-Net-Inspect-0.330p0 depends on: p5-libwww-* -> p5-libwww-6.77 ===> Regression tests for p5-Net-Inspect-0.330p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_load.t .... ok t/02_l7http.t .. ok All tests successful. Files=2, Tests=15, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.37 cusr 0.08 csys = 0.51 CPU) Result: PASS PASS net/p5-Net-Inspect Duration 0m03.46s START net/p5-Net-Netmask 2024-11-22T08:31:53Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-Netmask-2.0002 ===> Checking files for p5-Net-Netmask-2.0002 `/usr/ports/distfiles/Net-Netmask-2.0002.tar.gz' is up to date. ===> Building from scratch p5-Net-Netmask-2.0002 ===> Checking files for p5-Net-Netmask-2.0002 `/usr/ports/distfiles/Net-Netmask-2.0002.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-Netmask-2.0002 ===> Patching for p5-Net-Netmask-2.0002 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-Netmask-2.0002 ===> Configuring for p5-Net-Netmask-2.0002 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::Netmask Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-Netmask-2.0002 cp lib/Net/Netmask.pm blib/lib/Net/Netmask.pm cp lib/Net/Netmask.pod blib/lib/Net/Netmask.pod Manifying 1 pod document ===> p5-Net-Netmask-2.0002 depends on: p5-Test-UseAllModules->=0.17 -> p5-Test-UseAllModules-0.17p0 ===> p5-Net-Netmask-2.0002 depends on: p5-Test2-Suite->=0.000111 -> p5-Test2-Suite-0.000163 ===> Regression tests for p5-Net-Netmask-2.0002 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ................. ok t/author-critic.t ........... skipped: these tests are for testing by the author t/author-pod-syntax.t ....... skipped: these tests are for testing by the author t/author-test-version.t ..... skipped: these tests are for testing by the author t/badnets.t ................. ok t/github-0004.t ............. ok t/ipv6_cannonical.t ......... ok t/ipv6_raw2ascii.t .......... ok # 209.157.68.22:255.255.224.0 u 209.157.64.0 255.255.224.0 19 18 IPv4 0 0 # 209.157.68.22 255.255.224.0 209.157.64.0 255.255.224.0 19 18 IPv4 0 0 # 209.157.70.33 0xffffe000 209.157.64.0 255.255.224.0 19 18 IPv4 0 0 # 209.157.70.33/19 u 209.157.64.0 255.255.224.0 19 18 IPv4 0 0 # 209.157.70.33 u 209.157.70.33 255.255.255.255 32 32 IPv4 0 0 # 140.174.82 u 140.174.82.0 255.255.255.0 24 23 IPv4 1 0 # 140.174 u 140.174.0.0 255.255.0.0 16 15 IPv4 1 0 # 10 u 10.0.0.0 255.0.0.0 8 7 IPv4 1 0 # 10/8 u 10.0.0.0 255.0.0.0 8 7 IPv4 1 0 # 209.157.64/19 u 209.157.64.0 255.255.224.0 19 18 IPv4 1 0 # 209.157.64.0-209.157.95.255 u 209.157.64.0 255.255.224.0 19 18 IPv4 0 0 # 216.140.48.16/32 u 216.140.48.16 255.255.255.255 32 28 IPv4 0 0 # 209.157/17 u 209.157.0.0 255.255.128.0 17 16 IPv4 1 0 # default u 0.0.0.0 0.0.0.0 0 0 IPv4 0 0 # 209.157.68.22#0.0.31.255 u 209.157.64.0 255.255.224.0 19 18 IPv4 0 0 # 2001:db8::/32 u 2001:db8:: ffff:ffff:: 32 29 IPv6 0 0 # 2001:db8:100::/48 u 2001:db8:100:: ffff:ffff:ffff:: 48 40 IPv6 0 0 # 2001:db8:100:: u 2001:db8:100:: ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff 128 40 IPv6 0 0 # 2001:db8:100::1 u 2001:db8:100::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff 128 128 IPv6 0 0 # 1:2:3:4:5:6:7:4/64 u 1:2:3:4:: ffff:ffff:ffff:ffff:: 64 62 IPv6 0 0 # default6 u :: :: 0 0 IPv6 0 0 t/netmasks.t ................ ok t/release-trailing-space.t .. skipped: these tests are for release candidate testing t/release-unused-vars.t ..... skipped: these tests are for release candidate testing t/sortspeed-blocks.t ........ skipped: this is for people looking for faster sorts t/sortspeed-ip.t ............ skipped: this is for people looking for faster sorts t/split-ipv6.t .............. ok t/split.t ................... ok All tests successful. Files=15, Tests=720, 10 wallclock secs ( 0.11 usr 0.09 sys + 8.70 cusr 0.57 csys = 9.47 CPU) Result: PASS PASS net/p5-Net-Netmask Duration 0m12.23s START net/p5-Net-Patricia 2024-11-22T08:32:05Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-Patricia-1.22p2 ===> Checking files for p5-Net-Patricia-1.22p2 `/usr/ports/distfiles/Net-Patricia-1.22.tar.gz' is up to date. ===> Building from scratch p5-Net-Patricia-1.22p2 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Net-Patricia-1.22p2 `/usr/ports/distfiles/Net-Patricia-1.22.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-Patricia-1.22p2 ===> Patching for p5-Net-Patricia-1.22p2 ===> Applying OpenBSD patch patch-libpatricia_Makefile_PL Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://rt.cpan.org/Public/Bug/Display.html?id=117929 | |Index: libpatricia/Makefile.PL |--- libpatricia/Makefile.PL.orig |+++ libpatricia/Makefile.PL -------------------------- Patching file libpatricia/Makefile.PL using Plan A... Hunk #1 succeeded at 12. done ===> Applying OpenBSD patch patch-t_01everything_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |https://rt.cpan.org/Ticket/Display.html?id=146613 |Socket 2.031 uses getaddrinfo() instead of gethostbyname() to |implement inet_aton(). This requires the four dotted octet syntax. | |Index: t/01everything.t |--- t/01everything.t.orig |+++ t/01everything.t -------------------------- Patching file t/01everything.t using Plan A... Hunk #1 succeeded at 86. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-Patricia-1.22p2 ===> Configuring for p5-Net-Patricia-1.22p2 Checking if your kit is complete... Looks good Warning (mostly harmless): No library found for -lnsl MakeMaker (v7.70) Warning (non-fatal): Target 'dynamic' depends on targets in skipped section 'dynamic_lib' Warning (non-fatal): Target 'static' depends on targets in skipped section 'static_lib' Generating a Unix-style Makefile Writing Makefile for Net::Patricia::libpatricia Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Net::Patricia Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-Patricia-1.22p2 cp Patricia.pm blib/lib/Net/Patricia.pm cd libpatricia && make LIBPERL_A="libperl.a" LINKTYPE="dynamic" OPTIMIZE="-O2" PREFIX="/usr/local" PASTHRU_DEFINE=' ' PASTHRU_INC=' ' cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"\" -DXS_VERSION=\"\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" patricia.c patricia.c:381:16: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] func (Xrn->data); ^ patricia.c:428:7: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] func (node->prefix, node->data); ^ patricia.c:443:6: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] func(node->prefix, node->data); ^ 3 warnings generated. ar cr libpatricia.a patricia.o ranlib libpatricia.a Running Mkbootstrap for Patricia () chmod 644 "Patricia.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Patricia.bs blib/arch/auto/Net/Patricia/Patricia.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Net-Patricia-1.22/Net-Patricia-1.22/typemap' Patricia.xs > Patricia.xsc mv Patricia.xsc Patricia.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.22\" -DXS_VERSION=\"1.22\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Patricia.c Patricia.xs:47:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] not_here(s) ^ Patricia.xs:55:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] constant(name, arg) ^ 2 warnings generated. rm -f blib/arch/auto/Net/Patricia/Patricia.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Patricia.o -o blib/arch/auto/Net/Patricia/Patricia.so libpatricia/libpatricia.a chmod 755 blib/arch/auto/Net/Patricia/Patricia.so Manifying 1 pod document ===> p5-Net-Patricia-1.22p2 depends on: p5-Net-CIDR-Lite->=0.20 -> p5-Net-CIDR-Lite-0.22 ===> p5-Net-Patricia-1.22p2 depends on: p5-Socket6-* -> p5-Socket6-0.29p0 ===> Regression tests for p5-Net-Patricia-1.22p2 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Patricia.bs blib/arch/auto/Net/Patricia/Patricia.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t 20 What a world, what a world... # Destructor 10 should *not* have run yet (but 20 should have). 10 What a world, what a world... 10 What a world, what a world... # Destructor 10 should have just run (twice, once for the destroyed clone). # original: climbing at 10.42.42.0/32 # original: climbing at 10.42.42.0/31 # original: climbing at 10.42.42.0/26 # original: climbing at 10.42.42.0/24 # original: climbing at 10.42.69.0/24 # original: climbing at 127.0.0.0/8 # thawed: climbing at 10.42.42.0/32 # thawed: climbing at 10.42.42.0/31 # thawed: climbing at 10.42.42.0/26 # thawed: climbing at 10.42.42.0/24 # thawed: climbing at 10.42.69.0/24 # thawed: climbing at 127.0.0.0/8 t/01everything.t .. ok All tests successful. Files=1, Tests=48, 1 wallclock secs ( 0.02 usr 0.03 sys + 0.68 cusr 0.07 csys = 0.80 CPU) Result: PASS PASS net/p5-Net-Patricia Duration 0m05.33s START net/p5-Net-Pcap 2024-11-22T08:32:10Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-Pcap-0.21 ===> Checking files for p5-Net-Pcap-0.21 `/usr/ports/distfiles/Net-Pcap-0.21.tar.gz' is up to date. ===> Building from scratch p5-Net-Pcap-0.21 ===> Verifying specs: c m pcap perl ===> found c.100.3 m.10.1 pcap.9.0 perl.24.0 ===> Checking files for p5-Net-Pcap-0.21 `/usr/ports/distfiles/Net-Pcap-0.21.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-Pcap-0.21 ===> Patching for p5-Net-Pcap-0.21 ===> Applying OpenBSD patch patch-Makefile_PL Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile.PL |--- Makefile.PL.orig |+++ Makefile.PL -------------------------- Patching file Makefile.PL using Plan A... Hunk #1 succeeded at 563. done ===> Applying OpenBSD patch patch-Pcap_xs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |OpenBSD pcap_setnonblock() and pcap_getnonblock() do not support errbuf. | |Index: Pcap.xs |--- Pcap.xs.orig |+++ Pcap.xs -------------------------- Patching file Pcap.xs using Plan A... Hunk #1 succeeded at 336. Hunk #2 succeeded at 361. done ===> Applying OpenBSD patch patch-t_02-lookup_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |OpenBSD pcap_findalldevs(3) returns empty list for non root user. | |Index: t/02-lookup.t |--- t/02-lookup.t.orig |+++ t/02-lookup.t -------------------------- Patching file t/02-lookup.t using Plan A... Hunk #1 succeeded at 130. Hunk #2 succeeded at 169. done ===> Applying OpenBSD patch patch-t_10-fileno_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |OpenBSD pcap_open_offline(3) does not set file descriptor. | |Index: t/10-fileno.t |--- t/10-fileno.t.orig |+++ t/10-fileno.t -------------------------- Patching file t/10-fileno.t using Plan A... Hunk #1 succeeded at 111. done ===> Applying OpenBSD patch patch-t_14-datalink_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Replace non existing DLT constants with available ones. Adapt |description to OpenBSD names. | |Index: t/14-datalink.t |--- t/14-datalink.t.orig |+++ t/14-datalink.t -------------------------- Patching file t/14-datalink.t using Plan A... Hunk #1 succeeded at 12. Hunk #2 succeeded at 20. Hunk #3 succeeded at 103. Hunk #4 succeeded at 122. Hunk #5 succeeded at 130. done ===> Applying OpenBSD patch patch-t_16-setnonblock_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |OpenBSD pcap_open_offline(3) does not set file descriptor. | |Index: t/16-setnonblock.t |--- t/16-setnonblock.t.orig |+++ t/16-setnonblock.t -------------------------- Patching file t/16-setnonblock.t using Plan A... Hunk #1 succeeded at 5. Hunk #2 succeeded at 88. done ===> Applying OpenBSD patch patch-t_17-lib_version_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |OpenBSD has its own version of libpcap. | |Index: t/17-lib_version.t |--- t/17-lib_version.t.orig |+++ t/17-lib_version.t -------------------------- Patching file t/17-lib_version.t using Plan A... Hunk #1 succeeded at 13. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-Pcap-0.21 Regenerating ppport.h ===> Configuring for p5-Net-Pcap-0.21 looking for -lpcap... yes checking for pcap_lib_version() in -lpcap... yes detecting available functions... ok detecting libpcap version... Running [cc -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -Wall -Wwrite-strings 'pcap_version.c' -lpcap -o pcap_version.exe] Couldn't determine version number from [OpenBSD libpcap] at Makefile.PL line 115. ok (OpenBSD libpcap) Setting -DPERL_PCAP_VERSION=1008000 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::Pcap Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-Pcap-0.21 cp Pcap.pm blib/lib/Net/Pcap.pm Running Mkbootstrap for Pcap () chmod 644 "Pcap.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Pcap.bs blib/arch/auto/Net/Pcap/Pcap.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Net-Pcap-0.21/Net-Pcap-0.21/typemap' Pcap.xs > Pcap.xsc mv Pcap.xsc Pcap.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -Wall -Wwrite-strings -O2 -DVERSION=\"0.21\" -DXS_VERSION=\"0.21\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_BLANK -DHAVE_PCAP_LIB_VERSION -DHAVE_PCAP_BREAKLOOP -DHAVE_PCAP_COMPILE_NOPCAP -DHAVE_PCAP_DATALINK_NAME_TO_VAL -DHAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION -DHAVE_PCAP_DATALINK_VAL_TO_NAME -DHAVE_PCAP_DUMP_FILE -DHAVE_PCAP_DUMP_FLUSH -DHAVE_PCAP_FINDALLDEVS -DHAVE_PCAP_GETNONBLOCK -DHAVE_PCAP_GET_SELECTABLE_FD -DHAVE_PCAP_LIB_VERSION -DHAVE_PCAP_NEXT_EX -DHAVE_PCAP_OFFLINE_FILTER -DHAVE_PCAP_OPEN_DEAD -DHAVE_PCAP_SENDPACKET -DHAVE_PCAP_SETNONBLOCK -DHAVE_PCAP_SET_DATALINK -DPERL_PCAP_VERSION=1008000 Pcap.c In file included from Pcap.xs:43: ./stubs.inc:187:2: warning: "the function pcap_list_datalinks() is not available" [-W#warnings] #warning "the function pcap_list_datalinks() is not available" ^ ./stubs.inc:322:2: warning: "the function pcap_createsrcstr() is not available" [-W#warnings] #warning "the function pcap_createsrcstr() is not available" ^ ./stubs.inc:337:2: warning: "the function pcap_parsesrcstr() is not available" [-W#warnings] #warning "the function pcap_parsesrcstr() is not available" ^ ./stubs.inc:352:2: warning: "the function pcap_open() is not available" [-W#warnings] #warning "the function pcap_open() is not available" ^ ./stubs.inc:376:2: warning: "the function pcap_setbuff() is not available" [-W#warnings] #warning "the function pcap_setbuff() is not available" ^ ./stubs.inc:391:2: warning: "the function pcap_setuserbuffer() is not available" [-W#warnings] #warning "the function pcap_setuserbuffer() is not available" ^ ./stubs.inc:406:2: warning: "the function pcap_setmode() is not available" [-W#warnings] #warning "the function pcap_setmode() is not available" ^ ./stubs.inc:421:2: warning: "the function pcap_setmintocopy() is not available" [-W#warnings] #warning "the function pcap_setmintocopy() is not available" ^ ./stubs.inc:436:2: warning: "the function pcap_sendqueue_alloc() is not available" [-W#warnings] #warning "the function pcap_sendqueue_alloc() is not available" ^ ./stubs.inc:458:2: warning: "the function pcap_sendqueue_destroy() is not available" [-W#warnings] #warning "the function pcap_sendqueue_destroy() is not available" ^ ./stubs.inc:472:2: warning: "the function pcap_sendqueue_queue() is not available" [-W#warnings] #warning "the function pcap_sendqueue_queue() is not available" ^ ./stubs.inc:487:2: warning: "the function pcap_sendqueue_transmit() is not available" [-W#warnings] #warning "the function pcap_sendqueue_transmit() is not available" ^ ./stubs.inc:502:2: warning: "the function pcap_event() is not available" [-W#warnings] #warning "the function pcap_event() is not available" ^ ./stubs.inc:517:2: warning: "the function pcap_setsampling() is not available" [-W#warnings] #warning "the function pcap_setsampling() is not available" ^ Pcap.c:1721:9: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] RETVAL = pcap_strerror(error); ^ ~~~~~~~~~~~~~~~~~~~~ 15 warnings generated. rm -f blib/arch/auto/Net/Pcap/Pcap.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Pcap.o -o blib/arch/auto/Net/Pcap/Pcap.so -lpcap chmod 755 blib/arch/auto/Net/Pcap/Pcap.so cp bin/pcapinfo blib/script/pcapinfo "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pcapinfo Manifying 1 pod document Manifying 1 pod document ===> p5-Net-Pcap-0.21 depends on: p5-Test-Distribution-* -> p5-Test-Distribution-2.00p2 ===> p5-Net-Pcap-0.21 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-Net-Pcap-0.21 depends on: p5-Test-Pod->=1.14 -> p5-Test-Pod-1.52p0 ===> p5-Net-Pcap-0.21 depends on: p5-POE-Component-Pcap-* -> p5-POE-Component-Pcap-0.04p3 ===> Regression tests for p5-Net-Pcap-0.21 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Pcap.bs blib/arch/auto/Net/Pcap/Pcap.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Net::Pcap 0.21 (OpenBSD libpcap) under Perl 5.038002 t/00-load.t ................ ok t/01-api.t ................. ok t/02-lookup.t .............. ok t/03-openlive.t ............ skipped: must be run as root t/04-loop.t ................ skipped: must be run as root t/05-dump.t ................ skipped: must be run as root t/06-offline.t ............. skipped: must be run as root t/07-stats.t ............... skipped: must be run as root t/08-filter.t .............. ok t/09-error.t ............... skipped: no network device available t/10-fileno.t .............. skipped: no network device available t/11-snapshot.t ............ skipped: must be run as root t/12-next.t ................ skipped: pcap_next() behaves too strangely for being tested on random machines t/13-dispatch.t ............ skipped: must be run as root t/14-datalink.t ............ ok # This platform has been detected as a little endian architecture t/15-is_swapped.t .......... ok t/16-setnonblock.t ......... ok # OpenBSD libpcap t/17-lib_version.t ......... ok t/18-open_dead.t ........... ok t/19-breakloop.t ........... skipped: must be run as root t/20-constants.t ........... ok t/21-next_ex.t ............. skipped: slowness and random failures... testing pcap_next_ex() is a PITA t/22-open.t ................ skipped: pcap_open() is not available t/23-srcstr.t .............. skipped: pcap_createsrcstr() is not available t/24-offline_filter.t ...... ok t/50-anyevent-pcap.t ....... skipped: AnyEvent::Pcap is not available t/50-net-pcap-easy.t ....... skipped: Net::Pcap::Easy is not available t/50-poe-component-pcap.t .. ok t/distchk.t ................ ok t/pod.t .................... ok t/podcover.t ............... skipped: Currently not working for Net::Pcap t/podspell.t ............... skipped: Pod spelling: for maintainer only t/portfs.t ................. skipped: Only for the module maintainer All tests successful. Files=33, Tests=481, 6 wallclock secs ( 0.14 usr 0.12 sys + 3.89 cusr 1.48 csys = 5.63 CPU) Result: PASS PASS net/p5-Net-Pcap Duration 0m16.14s START net/p5-Net-PcapWriter 2024-11-22T08:32:26Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-PcapWriter-0.725 ===> Checking files for p5-Net-PcapWriter-0.725 `/usr/ports/distfiles/Net-PcapWriter-0.725.tar.gz' is up to date. ===> Building from scratch p5-Net-PcapWriter-0.725 ===> Checking files for p5-Net-PcapWriter-0.725 `/usr/ports/distfiles/Net-PcapWriter-0.725.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-PcapWriter-0.725 ===> Patching for p5-Net-PcapWriter-0.725 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-PcapWriter-0.725 ===> Configuring for p5-Net-PcapWriter-0.725 Warning: prerequisite Test::Kwalitee 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::PcapWriter Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-PcapWriter-0.725 cp lib/Net/PcapWriter/IP.pm blib/lib/Net/PcapWriter/IP.pm cp lib/Net/PcapWriter/ICMP_Echo.pm blib/lib/Net/PcapWriter/ICMP_Echo.pm cp lib/Net/PcapWriter.pm blib/lib/Net/PcapWriter.pm cp lib/Net/PcapWriter/UDP.pm blib/lib/Net/PcapWriter/UDP.pm cp lib/Net/PcapWriter/TCP.pm blib/lib/Net/PcapWriter/TCP.pm Manifying 1 pod document ===> Regression tests for p5-Net-PcapWriter-0.725 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_load.t .......... ok t/02_tcpconn.t ....... ok t/03_udpconn.t ....... ok t/04_tcpconn_ipv6.t .. ok t/05_udpconn_ipv6.t .. ok t/06_icmp_echo.t ..... ok t/07_icmp6_echo.t .... ok All tests successful. Files=7, Tests=24, 0 wallclock secs ( 0.05 usr 0.06 sys + 0.25 cusr 0.15 csys = 0.51 CPU) Result: PASS PASS net/p5-Net-PcapWriter Duration 0m02.80s START net/p5-Net-Radius 2024-11-22T08:32:29Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-Radius-2.103p2 ===> Checking files for p5-Net-Radius-2.103p2 `/usr/ports/distfiles/Net-Radius-2.103.tar.gz' is up to date. ===> Building from scratch p5-Net-Radius-2.103p2 ===> Checking files for p5-Net-Radius-2.103p2 `/usr/ports/distfiles/Net-Radius-2.103.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-Radius-2.103p2 ===> Patching for p5-Net-Radius-2.103p2 ===> Applying OpenBSD patch patch-Radius_Dictionary_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Radius/Dictionary.pm |--- Radius/Dictionary.pm.orig |+++ Radius/Dictionary.pm -------------------------- Patching file Radius/Dictionary.pm using Plan A... Hunk #1 succeeded at 376. done ===> Applying OpenBSD patch patch-Radius_Packet_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Radius/Packet.pm |--- Radius/Packet.pm.orig |+++ Radius/Packet.pm -------------------------- Patching file Radius/Packet.pm using Plan A... Hunk #1 succeeded at 998. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-Radius-2.103p2 ===> Configuring for p5-Net-Radius-2.103p2 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::Radius Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-Radius-2.103p2 cp Radius/Packet.pm blib/lib/Net/Radius/Packet.pm cp Radius/Dictionary.pm blib/lib/Net/Radius/Dictionary.pm Manifying 2 pod documents ===> p5-Net-Radius-2.103p2 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Net-Radius-2.103p2 depends on: p5-Test-Warn-* -> p5-Test-Warn-0.37 ===> Regression tests for p5-Net-Radius-2.103p2 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t .... ok t/00-pod.t ..... ok t/attrdict.t ... ok t/attrover.t ... ok t/attrslot.t ... ok t/attrunset.t .. ok t/auth.t ....... ok t/basedict.t ... ok t/bundled.t .... ok t/dictover.t ... ok t/dump.t ....... ok t/packdict.t ... ok t/packets.t .... ok t/vsa.t ........ ok All tests successful. Files=14, Tests=1158, 3 wallclock secs ( 0.14 usr 0.10 sys + 1.88 cusr 0.85 csys = 2.97 CPU) Result: PASS PASS net/p5-Net-Radius Duration 0m05.81s START net/p5-Net-SNMP 2024-11-22T08:32:35Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-SNMP-6.0.1p3 ===> Checking files for p5-Net-SNMP-6.0.1p3 `/usr/ports/distfiles/Net-SNMP-v6.0.1.tar.gz' is up to date. ===> Building from scratch p5-Net-SNMP-6.0.1p3 ===> p5-Net-SNMP-6.0.1p3 depends on: p5-Crypt-DES->=2.03 -> p5-Crypt-DES-2.07p2 ===> p5-Net-SNMP-6.0.1p3 depends on: p5-Crypt-Rijndael-* -> p5-Crypt-Rijndael-1.16 ===> p5-Net-SNMP-6.0.1p3 depends on: p5-Digest-HMAC->=1 -> p5-Digest-HMAC-1.05 ===> Checking files for p5-Net-SNMP-6.0.1p3 `/usr/ports/distfiles/Net-SNMP-v6.0.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-SNMP-6.0.1p3 ===> Patching for p5-Net-SNMP-6.0.1p3 ===> Applying OpenBSD patch patch-lib_Net_SNMP_Security_USM_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: lib/Net/SNMP/Security/USM.pm |--- lib/Net/SNMP/Security/USM.pm.orig |+++ lib/Net/SNMP/Security/USM.pm -------------------------- Patching file lib/Net/SNMP/Security/USM.pm using Plan A... Hunk #1 succeeded at 25. Hunk #2 succeeded at 41. Hunk #3 succeeded at 66. Hunk #4 succeeded at 131. Hunk #5 succeeded at 288. Hunk #6 succeeded at 426. Hunk #7 succeeded at 755. Hunk #8 succeeded at 1119. Hunk #9 succeeded at 1145. Hunk #10 succeeded at 1160. Hunk #11 succeeded at 1666. Hunk #12 succeeded at 1825. Hunk #13 succeeded at 1839. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-SNMP-6.0.1p3 ===> Configuring for p5-Net-SNMP-6.0.1p3 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::SNMP Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-SNMP-6.0.1p3 cp lib/Net/SNMP/PDU.pm blib/lib/Net/SNMP/PDU.pm cp lib/Net/SNMP/Transport/IPv6.pm blib/lib/Net/SNMP/Transport/IPv6.pm cp lib/Net/SNMP/Transport/IPv4/UDP.pm blib/lib/Net/SNMP/Transport/IPv4/UDP.pm cp lib/Net/SNMP/Transport.pm blib/lib/Net/SNMP/Transport.pm cp lib/Net/SNMP/Transport/IPv4/TCP.pm blib/lib/Net/SNMP/Transport/IPv4/TCP.pm cp lib/Net/SNMP/MessageProcessing.pm blib/lib/Net/SNMP/MessageProcessing.pm cp lib/Net/SNMP/Message.pm blib/lib/Net/SNMP/Message.pm cp lib/Net/SNMP.pm blib/lib/Net/SNMP.pm cp lib/Net/SNMP/Dispatcher.pm blib/lib/Net/SNMP/Dispatcher.pm cp lib/Net/SNMP/Security/USM.pm.orig.port blib/lib/Net/SNMP/Security/USM.pm.orig.port cp lib/Net/SNMP/Transport/IPv4.pm blib/lib/Net/SNMP/Transport/IPv4.pm cp lib/Net/SNMP/Security/USM.pm blib/lib/Net/SNMP/Security/USM.pm cp lib/Net/SNMP/Transport/IPv6/TCP.pm blib/lib/Net/SNMP/Transport/IPv6/TCP.pm cp lib/Net/SNMP/Security.pm blib/lib/Net/SNMP/Security.pm cp lib/Net/SNMP/Security/Community.pm blib/lib/Net/SNMP/Security/Community.pm cp lib/Net/SNMP/Transport/IPv6/UDP.pm blib/lib/Net/SNMP/Transport/IPv6/UDP.pm "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" snmpkey.PL snmpkey cp snmpkey blib/script/snmpkey "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/snmpkey Manifying 1 pod document Manifying 1 pod document ===> Regression tests for p5-Net-SNMP-6.0.1p3 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/ber.t .. ok t/dsp.t .. ok t/mp.t ... ok t/usm.t .. ok All tests successful. Files=4, Tests=43, 4 wallclock secs ( 0.02 usr 0.04 sys + 0.39 cusr 0.19 csys = 0.64 CPU) Result: PASS PASS net/p5-Net-SNMP Duration 0m08.45s START net/p5-Net-Twitter 2024-11-22T08:32:43Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-Twitter-4.01043 ===> Checking files for p5-Net-Twitter-4.01043 `/usr/ports/distfiles/Net-Twitter-4.01043.tar.gz' is up to date. ===> Building from scratch p5-Net-Twitter-4.01043 ===> Checking files for p5-Net-Twitter-4.01043 `/usr/ports/distfiles/Net-Twitter-4.01043.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-Twitter-4.01043 ===> Patching for p5-Net-Twitter-4.01043 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-Twitter-4.01043 ===> Configuring for p5-Net-Twitter-4.01043 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::Twitter Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-Twitter-4.01043 cp lib/Net/Twitter/Role/AppAuth.pm blib/lib/Net/Twitter/Role/AppAuth.pm cp lib/Net/Twitter/Manual/MigratingToV1_1.pod blib/lib/Net/Twitter/Manual/MigratingToV1_1.pod cp lib/Net/Twitter/Role/API/Search/Trends.pm blib/lib/Net/Twitter/Role/API/Search/Trends.pm cp lib/Net/Twitter/Role/WrapResult.pm blib/lib/Net/Twitter/Role/WrapResult.pm cp lib/Net/Twitter/Search.pm blib/lib/Net/Twitter/Search.pm cp lib/Net/Twitter/Role/API/Search.pm blib/lib/Net/Twitter/Role/API/Search.pm cp lib/Net/Twitter/Role/InflateObjects.pm blib/lib/Net/Twitter/Role/InflateObjects.pm cp lib/Net/Twitter/Core.pm blib/lib/Net/Twitter/Core.pm cp lib/Net/Twitter/Role/Legacy.pm blib/lib/Net/Twitter/Role/Legacy.pm cp lib/Net/Twitter/Role/API/RESTv1_1.pm blib/lib/Net/Twitter/Role/API/RESTv1_1.pm cp lib/Net/Twitter/Role/SimulateCursors.pm blib/lib/Net/Twitter/Role/SimulateCursors.pm cp lib/Net/Twitter/Role/API/UploadMedia.pm blib/lib/Net/Twitter/Role/API/UploadMedia.pm cp lib/Net/Twitter/Role/RetryOnError.pm blib/lib/Net/Twitter/Role/RetryOnError.pm cp lib/Net/Twitter/OAuth.pm blib/lib/Net/Twitter/OAuth.pm cp lib/Net/Twitter/Types.pm blib/lib/Net/Twitter/Types.pm cp lib/Net/Twitter.pm blib/lib/Net/Twitter.pm cp lib/Net/Twitter/Role/AutoCursor.pm blib/lib/Net/Twitter/Role/AutoCursor.pm cp lib/Net/Twitter/Role/RateLimit.pm blib/lib/Net/Twitter/Role/RateLimit.pm cp lib/Net/Twitter/Role/API/REST.pm blib/lib/Net/Twitter/Role/API/REST.pm cp lib/Net/Twitter.pod blib/lib/Net/Twitter.pod cp lib/Net/Twitter/Role/API/Lists.pm blib/lib/Net/Twitter/Role/API/Lists.pm cp lib/Net/Twitter/Role/WrapError.pm blib/lib/Net/Twitter/Role/WrapError.pm cp lib/Net/Twitter/Role/OAuth.pm blib/lib/Net/Twitter/Role/OAuth.pm cp lib/Net/Twitter/Role/API/Upload.pm blib/lib/Net/Twitter/Role/API/Upload.pm cp lib/Net/Twitter/Role/API/TwitterVision.pm blib/lib/Net/Twitter/Role/API/TwitterVision.pm cp lib/Net/Identica.pm blib/lib/Net/Identica.pm cp lib/Net/Twitter/Error.pm blib/lib/Net/Twitter/Error.pm cp lib/Net/Twitter/WrappedResult.pm blib/lib/Net/Twitter/WrappedResult.pm cp lib/Net/Twitter/API.pm blib/lib/Net/Twitter/API.pm Manifying 29 pod documents ===> p5-Net-Twitter-4.01043 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-Net-Twitter-4.01043 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Net-Twitter-4.01043 depends on: p5-Test-Spelling->=0.11 -> p5-Test-Spelling-0.25p1 ===> p5-Net-Twitter-4.01043 depends on: p5-Test-Warn-* -> p5-Test-Warn-0.37 ===> p5-Net-Twitter-4.01043 depends on: p5-libwww->=5.819 -> p5-libwww-6.77 ===> p5-Net-Twitter-4.01043 depends on: p5-JSON-MaybeXS-* -> p5-JSON-MaybeXS-1.004005 ===> p5-Net-Twitter-4.01043 depends on: p5-JSON-XS-* -> p5-JSON-XS-4.03v1 ===> p5-Net-Twitter-4.01043 depends on: p5-Carp-Clan-* -> p5-Carp-Clan-6.08p0 ===> p5-Net-Twitter-4.01043 depends on: p5-Class-Load-* -> p5-Class-Load-0.25p0 ===> p5-Net-Twitter-4.01043 depends on: p5-Data-Visitor-* -> p5-Data-Visitor-0.32 ===> p5-Net-Twitter-4.01043 depends on: p5-DateTime-* -> p5-DateTime-1.65v0 ===> p5-Net-Twitter-4.01043 depends on: p5-DateTime-Format-Strptime-* -> p5-DateTime-Format-Strptime-1.79v0 ===> p5-Net-Twitter-4.01043 depends on: p5-Devel-StackTrace-* -> p5-Devel-StackTrace-2.05 ===> p5-Net-Twitter-4.01043 depends on: p5-Moose-* -> p5-Moose-2.2207 ===> p5-Net-Twitter-4.01043 depends on: p5-MooseX-Role-Parameterized-* -> p5-MooseX-Role-Parameterized-1.11p0 ===> p5-Net-Twitter-4.01043 depends on: p5-Try-Tiny-* -> p5-Try-Tiny-0.32 ===> p5-Net-Twitter-4.01043 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> p5-Net-Twitter-4.01043 depends on: p5-Net-HTTP-* -> p5-Net-HTTP-6.19 ===> p5-Net-Twitter-4.01043 depends on: p5-Net-OAuth-* -> p5-Net-OAuth-0.28p0 ===> p5-Net-Twitter-4.01043 depends on: p5-IO-Socket-SSL->=2.005 -> p5-IO-Socket-SSL-2.089 ===> p5-Net-Twitter-4.01043 depends on: p5-HTML-Parser-* -> p5-HTML-Parser-3.83 ===> p5-Net-Twitter-4.01043 depends on: p5-HTTP-Message-* -> p5-HTTP-Message-7.00 ===> p5-Net-Twitter-4.01043 depends on: p5-LWP-Protocol-https-* -> p5-LWP-Protocol-https-6.14 ===> p5-Net-Twitter-4.01043 depends on: p5-URI-* -> p5-URI-5.31 ===> Regression tests for p5-Net-Twitter-4.01043 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ................. ok # Testing Net::Twitter 4.01043, Perl 5.038002, /usr/bin/perl t/00_load.t .................... ok t/01_basic.t ................... ok t/01_basic_v1_1.t .............. ok t/02_fails.t ................... ok t/10_net-twitter-regression.t .. ok t/11_useragent.t ............... ok t/12_identica.t ................ ok t/13_search.t .................. ok t/14_authenticate.t ............ ok t/15_subclass.t ................ ok t/20_exceptions.t .............. ok t/20_generated.t ............... ok t/21_wraperror.t ............... ok t/22_twitter_insanity.t ........ ok t/30_legacy.t .................. ok t/40_nt_subclasses.t ........... ok t/50_inflate_objects.t ......... ok t/51_rate_limit.t .............. ok t/51_since.t ................... ok t/60-api_lists.t ............... ok t/99-pod_spelling.t ............ skipped: set TEST_POD to enable this test t/aliases.t .................... ok t/app-auth.t ................... ok t/author-pod-coverage.t ........ skipped: these tests are for testing by the author t/author-pod-syntax.t .......... skipped: these tests are for testing by the author t/auto-cursor.t ................ ok t/deprecated_v1_1.t ............ ok t/geo.t ........................ ok t/leak.t ....................... ok t/lookup_users.t ............... ok t/retry.t ...................... ok t/role-wrap-result.t ........... ok t/stack_trace.t ................ ok t/stringent-encoding.t ......... ok t/twitter_error.t .............. ok t/unicode.t .................... ok t/url-attributes.t ............. ok All tests successful. Test Summary Report ------------------- t/15_subclass.t (Wstat: 0 Tests: 27 Failed: 0) TODO passed: 13-16, 18 Files=38, Tests=2947, 53 wallclock secs ( 0.42 usr 0.17 sys + 44.16 cusr 7.23 csys = 51.98 CPU) Result: PASS PASS net/p5-Net-Twitter Duration 1m00.73s START net/p5-NetAddr-IP 2024-11-22T08:33:44Z export _LOCKS_HELD="" ===> Cleaning for p5-NetAddr-IP-4.079p0 ===> Checking files for p5-NetAddr-IP-4.079p0 `/usr/ports/distfiles/NetAddr-IP-4.079.tar.gz' is up to date. ===> Building from scratch p5-NetAddr-IP-4.079p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-NetAddr-IP-4.079p0 `/usr/ports/distfiles/NetAddr-IP-4.079.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-NetAddr-IP-4.079p0 ===> Patching for p5-NetAddr-IP-4.079p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-NetAddr-IP-4.079p0 ===> Configuring for p5-NetAddr-IP-4.079p0 This build requires a C compiler by default except on Windows where the Pure Perl version is mandatory. The Pure Perl version, which does not require compilation of XS code, can be used by invoking this as: perl Makefile.PL -noxs ====================================================================== W A R N I N G - Please do read below if you have legacy code ====================================================================== Versions 3.21 and above of NetAddr::IP, include hooks for the Storable class that are incompatible with the old (automatic) method of storing data. To regain backwards compatibility, the module must be use()d as use NetAddr::IP ':old_storable'; which will disable the new hooks and revert back to the old ways. If you do not use Storable along with NetAddr::IP, or just don't know what this all means, most likely you're safe to go ahead. Versions before 3.25 recognized by default IP addresses as returned by inet_aton. This is no longer the default. To enable this behavior again, the module must be use()d as use NetAddr::IP ':aton'; Versions before 4.008 recognized the above syntax. This behavior is fundamentally broken, is DEPRECATED and WILL BE REMOVED in version 5.0 Use this method to create new objects from 'aton's $ip = new_from_aton NetAddr::IP(inet_aton('1.2.3.4')) Checking if your kit is complete... Looks good Checking if your kit is complete... Looks good building for openbsd cc compile.c -o compile.output Testing if you have a C compiler and the needed header files.... You have a working compiler. checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking for an ANSI C-conforming const... yes checking for int32_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking whether cc needs -traditional... no checking for library containing gethostbyname... none required checking for library containing inet_aton... none required checking for library containing inet_pton... none required checking for library containing inet_addr... none required checking whether byte ordering is bigendian... no checking for uint8_t... yes checking size of uint8_t... 1 checking for uint16_t... yes checking size of uint16_t... 2 checking for uint32_t... yes checking size of uint32_t... 4 checking for u_int8_t... yes checking size of u_int8_t... 1 checking for u_int16_t... yes checking size of u_int16_t... 2 checking for u_int32_t... yes checking size of u_int32_t... 4 configure.gcc: creating ./config.status config.status: creating config.h Checking if your kit is complete... Looks good Writing MYMETA.yml and MYMETA.json Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for NetAddr::IP Writing MYMETA.yml and MYMETA.json ===> Building for p5-NetAddr-IP-4.079p0 cp IP.pm blib/lib/NetAddr/IP.pm AutoSplitting blib/lib/NetAddr/IP.pm (blib/lib/auto/NetAddr/IP) cp Lite.pm ../blib/lib/NetAddr/IP/Lite.pm cp Util.pm ../../blib/lib/NetAddr/IP/Util.pm AutoSplitting ../../blib/lib/NetAddr/IP/Util.pm (../../blib/lib/auto/NetAddr/IP/Util) cp lib/NetAddr/IP/UtilPP.pm ../../blib/lib/NetAddr/IP/UtilPP.pm AutoSplitting ../../blib/lib/NetAddr/IP/UtilPP.pm (../../blib/lib/auto/NetAddr/IP/UtilPP) cp Util_IS.pm ../../blib/lib/NetAddr/IP/Util_IS.pm cp lib/NetAddr/IP/InetBase.pm ../../blib/lib/NetAddr/IP/InetBase.pm AutoSplitting ../../blib/lib/NetAddr/IP/InetBase.pm (../../blib/lib/auto/NetAddr/IP/InetBase) Running Mkbootstrap for Util () chmod 644 "Util.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../blib/arch/auto/NetAddr/IP/Util/Util.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-NetAddr-IP-4.079/NetAddr-IP-4.079/Lite/Util/typemap' Util.xs > Util.xsc mv Util.xsc Util.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.53\" -DXS_VERSION=\"1.53\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Util.c Util.xs:502:33: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] "NetAddr::IP::Util::",subname,len *8,128); ^~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Util.xs:556:33: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] "NetAddr::IP::Util::",subname,len *8,128); ^~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Util.xs:592:33: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] "NetAddr::IP::Util::addconst",len *8,128); ^~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Util.xs:616:33: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] "NetAddr::IP::Util::",subname,len *8,128); ^~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Util.xs:637:32: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] "NetAddr::IP::Util::bin2bcd",len *8,128); ^~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Util.xs:645:33: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] "NetAddr::IP::Util::bin2bcdn",len *8,128); ^~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Util.xs:652:33: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] "NetAddr::IP::Util::bcdn2txt",len *2,40); ^~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Util.xs:685:33: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] "NetAddr::IP::Util::",subname,len,40); ^~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Util.xs:733:34: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] "NetAddr::IP::Util::countbits",len *8,128); ^~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Util.xs:762:33: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] "NetAddr::IP::Util::",subname,len *8); ^~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Util.xs:798:33: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] "NetAddr::IP::Util::",subname,len *8); ^~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ 11 warnings generated. rm -f ../../blib/arch/auto/NetAddr/IP/Util/Util.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Util.o -o ../../blib/arch/auto/NetAddr/IP/Util/Util.so chmod 755 ../../blib/arch/auto/NetAddr/IP/Util/Util.so Manifying 3 pod documents Manifying 1 pod document Manifying 1 pod document ===> Regression tests for p5-NetAddr-IP-4.079p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../blib/arch/auto/NetAddr/IP/Util/Util.bs 644 Manifying 3 pod documents Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../blib/arch/auto/NetAddr/IP/Util/Util.bs 644 Manifying 3 pod documents "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../blib/arch/auto/NetAddr/IP/Util/Util.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, '../../blib/lib', '../../blib/arch')" t/*.t t/4to6.t .................... ok t/add128.t .................. ok t/addconst.t ................ ok AF_INET6 = 24 derived from Socket or Socket6 t/af_inet6.t ................ ok t/anyto6.t .................. ok t/badd.t .................... ok t/bcd2bin.t ................. ok t/bcdn2bin.t ................ ok t/bin.t ..................... ok t/binet_n2ad.t .............. ok t/binet_n2dx.t .............. ok t/binet_ntoa.t .............. ok t/binet_pton.t .............. ok t/bipv4_inet.t .............. ok t/bipv6_any2n.t ............. ok t/bipv6func.t ............... ok t/bisIPv4.t ................. ok t/bpackzeros.t .............. ok t/comp128.t ................. ok t/croak.t ................... ok t/hasbits.t ................. ok t/inet_4map6.t .............. ok t/inet_n2ad.t ............... ok t/inet_n2dx.t ............... ok t/inet_pton.t ............... ok t/ipv4_inet.t ............... ok t/ipv6_any2n.t .............. ok t/ipv6_ntoa.t ............... ok t/ipv6func.t ................ ok t/ipv6to4.t ................. ok t/isIPv4.t .................. ok t/leftshift.t ............... ok mode CC XS t/mode.t .................... ok t/naip_gethostbyname.t ...... ok t/no6_naip_gethostbyname.t .. ok t/notcontiguous.t ........... ok t/packzeros.t ............... ok t/simple_pack.t ............. ok t/sub128.t .................. ok All tests successful. Files=39, Tests=1528, 2 wallclock secs ( 0.29 usr 0.13 sys + 1.30 cusr 0.62 csys = 2.34 CPU) Result: PASS PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, '../blib/lib', '../blib/arch')" t/*.t t/addr.t .............. ok t/aton.t .............. ok t/bigint.t ............ ok t/bignums.t ........... ok t/bin_ips.t ........... ok t/bits.t .............. ok t/broadcast.t ......... ok t/bug62521.t .......... ok t/bug75976.t .......... ok t/cidr.t .............. ok t/constants.t ......... ok t/contains.t .......... ok t/copy.t .............. ok t/firstlast.t ......... ok t/ipv4FFFF.t .......... ok t/is_local.t .......... ok t/lemasklen.t ......... ok t/loops.t ............. ok t/lower.t ............. ok t/mask.t .............. ok t/masklen.t ........... ok t/netaddr.t ........... ok t/network.t ........... ok t/new-nth.t ........... ok t/new-num.t ........... ok t/nofqdn.t ............ ok t/numeric.t ........... ok t/old-nth.t ........... ok t/old-num.t ........... ok t/over-qq.t ........... ok t/over_comp.t ......... ok t/over_copy.t ......... ok t/over_equal.t ........ ok t/over_math.t ......... ok t/overminus.t ......... ok t/pathological.t ...... ok t/range.t ............. ok t/relops.t ............ ok t/rfc_1918.t .......... ok t/v4-aton.t ........... ok t/v4-badnm.t .......... ok t/v4-base.t ........... ok t/v4-basem.t .......... ok t/v4-cidr.t ........... ok t/v4-cnew.t ........... ok t/v4-contains.t ....... ok t/v4-last.t ........... ok t/v4-new-first.t ...... ok t/v4-new.t ............ ok t/v4-new_from_aton.t .. ok t/v4-no_octal.t ....... ok t/v4-num.t ............ ok t/v4-numeric.t ........ ok t/v4-old-first.t ...... ok t/v4-range.t .......... ok t/v4-snew.t ........... ok # # The following 8 tests involve resolving (hopefully) # non-existant names. This may take a while. t/v4-wnew.t ........... ok t/v4_new_cis.t ........ ok t/v6-cnew-uri.t ....... ok t/v6-cnew.t ........... ok t/v6-contains.t ....... ok t/v6-inc.t ............ ok t/v6-new-base-uri.t ... ok t/v6-new-base.t ....... ok t/v6-new_cis6_base.t .. ok t/v6-new_cis_base.t ... ok t/v6-num.t ............ ok t/v6-numeric-uri.t .... ok t/v6-numeric.t ........ ok t/v6-old-base-uri.t ... ok t/v6-old-base.t ....... ok t/version.t ........... ok t/within.t ............ ok All tests successful. Files=73, Tests=3651, 9 wallclock secs ( 0.51 usr 0.28 sys + 5.50 cusr 2.90 csys = 9.19 CPU) Result: PASS PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/canon.t .......... ok t/constants.t ...... ok t/full.t ........... ok t/full6-uri.t ...... ok t/full6.t .......... ok t/imhoff.t ......... ok t/loops.t .......... ok t/lower.t .......... ok t/masklen.t ........ ok t/new-store.t ...... ok t/nofqdn.t ......... ok t/old-store.t ...... ok t/over-arr.t ....... ok t/over-qq.t ........ ok t/relops.t ......... ok t/rfc3021.t ........ ok t/short.t .......... ok t/splitref.t ....... ok t/v4-coalesce.t .... ok t/v4-compact.t ..... ok t/v4-compplus.t .... ok t/v4-hostenum.t .... ok t/v4-re.t .......... ok t/v4-split-bulk.t .. ok t/v4-split-list.t .. ok t/v4-splitplan.t ... ok t/v4-sprefix.t ..... ok t/v4-xprefix.t ..... ok t/v6-re.t .......... ok t/v6-split-bulk.t .. ok t/v6-splitplan.t ... ok t/wildcard.t ....... ok All tests successful. Files=32, Tests=9538, 10 wallclock secs ( 0.99 usr 0.19 sys + 7.97 cusr 1.35 csys = 10.50 CPU) Result: PASS PASS net/p5-NetAddr-IP Duration 0m46.05s START net/p5-NetPacket 2024-11-22T08:34:30Z export _LOCKS_HELD="" ===> Cleaning for p5-NetPacket-1.7.2 ===> Checking files for p5-NetPacket-1.7.2 `/usr/ports/distfiles/NetPacket-1.7.2.tar.gz' is up to date. ===> Building from scratch p5-NetPacket-1.7.2 ===> Checking files for p5-NetPacket-1.7.2 `/usr/ports/distfiles/NetPacket-1.7.2.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-NetPacket-1.7.2 ===> Patching for p5-NetPacket-1.7.2 ===> Applying OpenBSD patch patch-MANIFEST Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: MANIFEST |--- MANIFEST.orig |+++ MANIFEST -------------------------- Patching file MANIFEST using Plan A... Hunk #1 succeeded at 21. done ===> Applying OpenBSD patch patch-lib_NetPacket_PFLog_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- lib/NetPacket/PFLog.pm.orig Wed Oct 11 14:13:35 2006 |+++ lib/NetPacket/PFLog.pm Wed Oct 11 14:31:46 2006 -------------------------- (Creating file lib/NetPacket/PFLog.pm...) Patching file lib/NetPacket/PFLog.pm using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-NetPacket-1.7.2 ===> Configuring for p5-NetPacket-1.7.2 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for NetPacket Writing MYMETA.yml and MYMETA.json ===> Building for p5-NetPacket-1.7.2 cp lib/NetPacket/ICMPv6.pm blib/lib/NetPacket/ICMPv6.pm cp lib/NetPacket/Ethernet.pm blib/lib/NetPacket/Ethernet.pm cp lib/NetPacket/IPv6.pm blib/lib/NetPacket/IPv6.pm cp lib/NetPacket/IPX.pm blib/lib/NetPacket/IPX.pm cp lib/NetPacket.pm blib/lib/NetPacket.pm cp lib/NetPacket/IGMP.pm blib/lib/NetPacket/IGMP.pm cp lib/NetPacket/PFLog.pm blib/lib/NetPacket/PFLog.pm cp lib/NetPacket/ICMP.pm blib/lib/NetPacket/ICMP.pm cp lib/NetPacket/PFLog.pm.orig.port blib/lib/NetPacket/PFLog.pm.orig.port cp lib/NetPacket/IP.pm blib/lib/NetPacket/IP.pm cp lib/NetPacket/TCP.pm blib/lib/NetPacket/TCP.pm cp lib/NetPacket/UDP.pm blib/lib/NetPacket/UDP.pm cp lib/NetPacket/ARP.pm blib/lib/NetPacket/ARP.pm cp lib/NetPacket/USBMon.pm blib/lib/NetPacket/USBMon.pm Manifying 13 pod documents ===> p5-NetPacket-1.7.2 depends on: p5-Net-Pcap-* -> p5-Net-Pcap-0.21 ===> Regression tests for p5-NetPacket-1.7.2 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ......... ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # IO::Handle any 1.52 # IPC::Open3 any 1.22 # Test::More any 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------- ---- ----- # Carp any 1.54 # Exporter any 5.77 # Socket 1.87 2.036 # constant any 1.33 # parent any 0.241 # strict any 1.12 # warnings any 1.65 # # === Runtime Recommends === # # Module Want Have # -------------- ---- ------- # Net::Pcap any 0.21 # Net::PcapUtils any missing # t/00-report-prereqs.t .. ok t/bug-37931.t .......... ok t/checksum.t ........... ok t/ethernet.t ........... ok t/general.t ............ ok t/icmp.t ............... ok t/icmpv6.t ............. ok t/ip_encode.t .......... ok t/ip_trailing.t ........ ok t/ipv6.t ............... ok t/ipx.t ................ ok t/tcp.t ................ ok t/udp-checksum.t ....... ok t/udp.t ................ ok t/usbmon.t ............. ok All tests successful. Files=16, Tests=329, 3 wallclock secs ( 0.10 usr 0.05 sys + 2.29 cusr 0.82 csys = 3.26 CPU) Result: PASS PASS net/p5-NetPacket Duration 0m06.22s START net/p5-OSPF-LSDB 2024-11-22T08:34:36Z export _LOCKS_HELD="" ===> Cleaning for p5-OSPF-LSDB-1.18 ===> Checking files for p5-OSPF-LSDB-1.18 `/usr/ports/distfiles/OSPF-LSDB-1.18.tar.gz' is up to date. ===> Building from scratch p5-OSPF-LSDB-1.18 ===> Checking files for p5-OSPF-LSDB-1.18 `/usr/ports/distfiles/OSPF-LSDB-1.18.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-OSPF-LSDB-1.18 ===> Patching for p5-OSPF-LSDB-1.18 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-OSPF-LSDB-1.18 ===> Configuring for p5-OSPF-LSDB-1.18 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for OSPF::LSDB Writing MYMETA.yml and MYMETA.json ===> Building for p5-OSPF-LSDB-1.18 cp lib/OSPF/LSDB.pm blib/lib/OSPF/LSDB.pm cp lib/OSPF/LSDB/ospf6d.pm blib/lib/OSPF/LSDB/ospf6d.pm cp lib/OSPF/LSDB/ospfd.pm blib/lib/OSPF/LSDB/ospfd.pm cp lib/OSPF/LSDB/YAML.pm blib/lib/OSPF/LSDB/YAML.pm cp lib/OSPF/LSDB/Cisco.pm blib/lib/OSPF/LSDB/Cisco.pm cp lib/OSPF/LSDB/View6.pm blib/lib/OSPF/LSDB/View6.pm cp lib/OSPF/LSDB/gated.pm blib/lib/OSPF/LSDB/gated.pm cp lib/OSPF/LSDB/View.pm blib/lib/OSPF/LSDB/View.pm cp script/ciscoospf2yaml blib/script/ciscoospf2yaml "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ciscoospf2yaml cp script/gated2yaml blib/script/gated2yaml "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/gated2yaml cp script/ospf2dot blib/script/ospf2dot "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ospf2dot cp script/ospfconvert blib/script/ospfconvert "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ospfconvert cp script/ospfd2yaml blib/script/ospfd2yaml "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ospfd2yaml cp script/ospfview blib/script/ospfview "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ospfview cp script/ospfview.cgi blib/script/ospfview.cgi "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ospfview.cgi Manifying 7 pod documents Manifying 8 pod documents ===> p5-OSPF-LSDB-1.18 depends on: p5-Test-EOL-* -> p5-Test-EOL-2.02 ===> p5-OSPF-LSDB-1.18 depends on: p5-Test-NoWarnings-* -> p5-Test-NoWarnings-1.06 ===> p5-OSPF-LSDB-1.18 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-OSPF-LSDB-1.18 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> p5-OSPF-LSDB-1.18 depends on: p5-Test-Strict-* -> p5-Test-Strict-0.54 ===> p5-OSPF-LSDB-1.18 depends on: graphviz-* -> graphviz-10.0.1p0 ===> p5-OSPF-LSDB-1.18 depends on: p5-Data-Validate-* -> p5-Data-Validate-0.09p0 ===> p5-OSPF-LSDB-1.18 depends on: p5-Data-Validate-Struct-* -> p5-Data-Validate-Struct-0.12 ===> p5-OSPF-LSDB-1.18 depends on: p5-File-Slurp-* -> p5-File-Slurp-9999.32 ===> p5-OSPF-LSDB-1.18 depends on: p5-List-MoreUtils-* -> p5-List-MoreUtils-0.430 ===> p5-OSPF-LSDB-1.18 depends on: p5-Regexp-IPv6-* -> p5-Regexp-IPv6-0.03p0 ===> p5-OSPF-LSDB-1.18 depends on: p5-YAML-Syck-* -> p5-YAML-Syck-1.34 ===> p5-OSPF-LSDB-1.18 depends on: p5-Regexp-Common-* -> p5-Regexp-Common-2024080801 ===> p5-OSPF-LSDB-1.18 depends on: p5-CGI-* -> p5-CGI-4.64 ===> Regression tests for p5-OSPF-LSDB-1.18 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/convert.t ................ ok t/dot.t .................... ok t/dot6.t ................... ok t/eol.t .................... ok t/example-cisco.t .......... ok t/example-gated.t .......... ok t/example-ospf6d.t ......... ok t/example-ospfd.t .......... ok t/example-view.t ........... ok t/ipv6.t ................... ok t/parse-ospf6d-external.t .. ok t/parse-ospf6d-intra.t ..... ok t/parse-ospf6d-link.t ...... ok t/parse-ospf6d-network.t ... ok t/parse-ospf6d-router.t .... ok t/parse-ospf6d-self.t ...... ok t/parse-ospfd-boundary.t ... ok t/parse-ospfd-external.t ... ok t/parse-ospfd-network.t .... ok t/parse-ospfd-router.t ..... ok t/parse-ospfd-self.t ....... ok t/parse-ospfd-summary.t .... ok t/pod.t .................... ok t/script-gated2yaml.t ...... ok t/script-ospf2dot.t ........ ok t/script-ospfconvert.t ..... ok t/script-ospfd2yaml.t ...... ok t/script-usage.t ........... ok # getcwd: # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18 # wincwd: # \usr\ports\pobj\p5-OSPF-LSDB-1.18\OSPF-LSDB-1.18 # _all_perl_files: # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../Makefile.PL # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../lib/OSPF/LSDB.pm # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../lib/OSPF/LSDB/Cisco.pm # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../lib/OSPF/LSDB/gated.pm # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../lib/OSPF/LSDB/YAML.pm # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../lib/OSPF/LSDB/View6.pm # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../lib/OSPF/LSDB/ospf6d.pm # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../lib/OSPF/LSDB/View.pm # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../lib/OSPF/LSDB/ospfd.pm # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/yaml-string.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/example-ospf6d.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/script-gated2yaml.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/strict.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/syntax-script.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/parse-ospfd-summary.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/syntax-cgi.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/syntax-lib.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/validate.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/parse-ospf6d-link.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/parse-ospfd-router.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/dot6.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/script-ospfconvert.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/example-ospfd.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/eol.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/parse-ospfd-network.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/dot6-tests.pl # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/ipv6.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/parse-ospf6d-external.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/dot.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/convert.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/parse-ospf6d-self.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/dot-tests.pl # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/parse-ospf6d-network.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/pod.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/yaml-file.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/example-cisco.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/script-ospfd2yaml.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/parse-ospf6d-intra.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/example-view.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/parse-ospfd-boundary.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/script-ospf2dot.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/parse-ospfd-external.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/example-gated.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/syntax-pod.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/parse-ospf6d-router.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/parse-ospfd-self.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../t/script-usage.t # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../script/ciscoospf2yaml # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../script/ospfview # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../script/ospfd2yaml # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../script/ospf2dot # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../script/ospfconvert # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../script/gated2yaml # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../blib/lib/OSPF/LSDB.pm # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../blib/lib/OSPF/LSDB/ospf6d.pm # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../blib/lib/OSPF/LSDB/ospfd.pm # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../blib/lib/OSPF/LSDB/YAML.pm # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../blib/lib/OSPF/LSDB/Cisco.pm # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../blib/lib/OSPF/LSDB/View6.pm # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../blib/lib/OSPF/LSDB/gated.pm # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../blib/lib/OSPF/LSDB/View.pm # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../blib/script/ciscoospf2yaml # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../blib/script/gated2yaml # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../blib/script/ospf2dot # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../blib/script/ospfconvert # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../blib/script/ospfd2yaml # /usr/ports/pobj/p5-OSPF-LSDB-1.18/OSPF-LSDB-1.18/t/../blib/script/ospfview t/strict.t ................. ok t/syntax-cgi.t ............. ok # lib/OSPF/LSDB.pm # lib/OSPF/LSDB/Cisco.pm # lib/OSPF/LSDB/View.pm # lib/OSPF/LSDB/View6.pm # lib/OSPF/LSDB/YAML.pm # lib/OSPF/LSDB/gated.pm # lib/OSPF/LSDB/ospf6d.pm # lib/OSPF/LSDB/ospfd.pm t/syntax-lib.t ............. ok t/syntax-pod.t ............. ok t/syntax-script.t .......... ok t/validate.t ............... ok t/yaml-file.t .............. ok t/yaml-string.t ............ ok All tests successful. Files=36, Tests=1340, 67 wallclock secs ( 0.26 usr 0.10 sys + 45.86 cusr 16.85 csys = 63.07 CPU) Result: PASS PASS net/p5-OSPF-LSDB Duration 1m14.22s START net/p5-PlRPC 2024-11-22T08:35:51Z export _LOCKS_HELD="" ===> Cleaning for p5-PlRPC-0.2020p0 ===> Checking files for p5-PlRPC-0.2020p0 `/usr/ports/distfiles/PlRPC-0.2020.tar.gz' is up to date. ===> Building from scratch p5-PlRPC-0.2020p0 ===> p5-PlRPC-0.2020p0 depends on: p5-Net-Daemon-* -> p5-Net-Daemon-0.49 ===> Checking files for p5-PlRPC-0.2020p0 `/usr/ports/distfiles/PlRPC-0.2020.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-PlRPC-0.2020p0 ===> Patching for p5-PlRPC-0.2020p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-PlRPC-0.2020p0 ===> Configuring for p5-PlRPC-0.2020p0 Checking for Sys::Syslog ... ok Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for RPC::PlServer Writing MYMETA.yml and MYMETA.json ===> Building for p5-PlRPC-0.2020p0 perldoc -t lib/RPC/PlServer.pm >README cp lib/RPC/PlClient.pm blib/lib/RPC/PlClient.pm cp lib/RPC/PlServer.pm blib/lib/RPC/PlServer.pm cp lib/Bundle/PlRPC.pm blib/lib/Bundle/PlRPC.pm cp lib/RPC/PlClient/Comm.pm blib/lib/RPC/PlClient/Comm.pm cp lib/RPC/PlServer/Comm.pm blib/lib/RPC/PlServer/Comm.pm cp lib/RPC/PlServer/Test.pm blib/lib/RPC/PlServer/Test.pm Manifying 3 pod documents ===> Regression tests for p5-PlRPC-0.2020p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/base.t ...... ok t/client.t .... ok t/compress.t .. ok t/crypt.t ..... ok t/methods.t ... ok All tests successful. Files=5, Tests=60, 8 wallclock secs ( 0.03 usr 0.03 sys + 0.49 cusr 0.28 csys = 0.83 CPU) Result: PASS PASS net/p5-PlRPC Duration 0m11.81s START net/p5-Socket-GetAddrInfo 2024-11-22T08:36:02Z export _LOCKS_HELD="" ===> Cleaning for p5-Socket-GetAddrInfo-0.22p2 ===> Checking files for p5-Socket-GetAddrInfo-0.22p2 `/usr/ports/distfiles/Socket-GetAddrInfo-0.22.tar.gz' is up to date. ===> Building from scratch p5-Socket-GetAddrInfo-0.22p2 ===> p5-Socket-GetAddrInfo-0.22p2 depends on: p5-ExtUtils-CChecker->=0.06 -> p5-ExtUtils-CChecker-0.12 ===> p5-Socket-GetAddrInfo-0.22p2 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Socket-GetAddrInfo-0.22p2 `/usr/ports/distfiles/Socket-GetAddrInfo-0.22.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Socket-GetAddrInfo-0.22p2 ===> Patching for p5-Socket-GetAddrInfo-0.22p2 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Socket-GetAddrInfo-0.22p2 Regenerating ppport.h ===> Configuring for p5-Socket-GetAddrInfo-0.22p2 &Socket::getaddrinfo exists so no need to build XS implementation Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Socket-GetAddrInfo' version '0.22' ===> Building for p5-Socket-GetAddrInfo-0.22p2 Building Socket-GetAddrInfo ===> p5-Socket-GetAddrInfo-0.22p2 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Socket-GetAddrInfo-0.22p2 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Socket-GetAddrInfo-0.22p2 # Using native getaddrinfo(3) from core t/00use.t .......... ok t/01getaddrinfo.t .. ok t/02getnameinfo.t .. ok t/03Socket6api.t ... ok t/04Strict.t ....... ok t/05emulation.t .... ok t/99pod.t .......... ok All tests successful. Files=7, Tests=106, 1 wallclock secs ( 0.07 usr 0.04 sys + 0.79 cusr 0.38 csys = 1.28 CPU) Result: PASS PASS net/p5-Socket-GetAddrInfo Duration 0m04.48s START net/p5-Socket6 2024-11-22T08:36:07Z export _LOCKS_HELD="" ===> Cleaning for p5-Socket6-0.29p0 ===> Checking files for p5-Socket6-0.29p0 `/usr/ports/distfiles/Socket6-0.29.tar.gz' is up to date. ===> Building from scratch p5-Socket6-0.29p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Socket6-0.29p0 `/usr/ports/distfiles/Socket6-0.29.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Socket6-0.29p0 ===> Patching for p5-Socket6-0.29p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Socket6-0.29p0 ===> Configuring for p5-Socket6-0.29p0 checking for gcc... cc checking whether the C compiler works... yes checking for 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 we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking whether your Perl5 have PL_sv_undef... yes checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for getaddrinfo... yes checking for getnameinfo... yes checking for gethostbyname2... yes checking for getipnodebyname... no checking for getipnodebyname in -lsocket... no checking whether your system has IPv6 directory... no checking for getipnodebyaddr... no checking for getipnodebyaddr in -lsocket... no checking whether your system has IPv6 directory... (cached) no checking for inet_pton... yes checking for inet_ntop... yes checking for working inet_ntop... yes checking whether you have sa_len in struct sockaddr... yes checking whether you have sin6_scope_id in struct sockaddr_in6... yes checking for socklen_t... yes configure: creating ./config.status config.status: creating config.pl config.status: creating gailookup.pl config.status: creating config.h Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Socket6 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Socket6-0.29p0 cp Socket6.pm blib/lib/Socket6.pm Running Mkbootstrap for Socket6 () chmod 644 "Socket6.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket6.bs blib/arch/auto/Socket6/Socket6.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -noprototypes -typemap '/usr/libdata/perl5/ExtUtils/typemap' Socket6.xs > Socket6.xsc mv Socket6.xsc Socket6.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.29\" -DXS_VERSION=\"0.29\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Socket6.c Socket6.xs:545:9: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] addrlen, alen); ^~~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Socket6.xs:545:18: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] addrlen, alen); ^~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Socket6.xs:624:9: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] sockaddrlen, sizeof(addr)); ^~~~~~~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Socket6.xs:624:22: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] sockaddrlen, sizeof(addr)); ^~~~~~~~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Socket6.xs:660:9: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] sockaddrlen, sizeof(addr)); ^~~~~~~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Socket6.xs:660:22: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat] sockaddrlen, sizeof(addr)); ^~~~~~~~~~~~ /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ 6 warnings generated. rm -f blib/arch/auto/Socket6/Socket6.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Socket6.o -o blib/arch/auto/Socket6/Socket6.so chmod 755 blib/arch/auto/Socket6/Socket6.so Manifying 1 pod document ===> Regression tests for p5-Socket6-0.29p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket6.bs blib/arch/auto/Socket6/Socket6.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/use.t .. ok All tests successful. Files=1, Tests=9, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.04 cusr 0.03 csys = 0.10 CPU) Result: PASS PASS net/p5-Socket6 Duration 0m09.38s START net/p5-Test-TCP 2024-11-22T08:36:16Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-TCP-2.22p0 ===> Checking files for p5-Test-TCP-2.22p0 `/usr/ports/distfiles/Test-TCP-2.22.tar.gz' is up to date. ===> Building from scratch p5-Test-TCP-2.22p0 ===> Checking files for p5-Test-TCP-2.22p0 `/usr/ports/distfiles/Test-TCP-2.22.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-TCP-2.22p0 ===> Patching for p5-Test-TCP-2.22p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-TCP-2.22p0 ===> Configuring for p5-Test-TCP-2.22p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::TCP Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-TCP-2.22p0 cp lib/Test/TCP.pm blib/lib/Test/TCP.pm cp lib/Test/TCP/CheckPort.pm blib/lib/Test/TCP/CheckPort.pm cp lib/Net/EmptyPort.pm blib/lib/Net/EmptyPort.pm Manifying 3 pod documents ===> p5-Test-TCP-2.22p0 depends on: p5-Test-SharedFork->=0.29 -> p5-Test-SharedFork-0.35p0 ===> Regression tests for p5-Test-TCP-2.22p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Test::More: 1.302194 t/00_compile.t ................. ok t/01_simple.t .................. ok # your server received SIGABRT t/02_abrt.t .................... ok t/03_return_when_sigterm.t ..... ok t/04_die.t ..................... ok # $Config{sig_name}: ZERO HUP INT QUIT ILL TRAP ABRT EMT FPE KILL BUS SEGV SYS PIPE ALRM TERM URG STOP TSTP CONT CHLD TTIN TTOU IO XCPU XFSZ VTALRM PROF WINCH INFO USR1 USR2 THR IOT # CHILD_ERROR_NATIVE: 2 # $?: 2 t/05_sigint.t .................. ok t/06_nest.t .................... ok t/07_optional.t ................ ok t/08_exit.t .................... ok t/09_fork.t .................... ok t/10_oo.t ...................... ok # found an empty IPv6 port t/11_net_empty_port.t .......... ok t/12_pass_wait_port_options.t .. ok t/13_undef_port.t .............. ok t/14_listen.t .................. ok All tests successful. Files=15, Tests=149, 32 wallclock secs ( 0.04 usr 0.07 sys + 2.39 cusr 1.51 csys = 4.01 CPU) Result: PASS PASS net/p5-Test-TCP Duration 0m34.39s START productivity/p5-iCal-Parser 2024-11-22T08:36:51Z export _LOCKS_HELD="" ===> Cleaning for p5-iCal-Parser-1.21 ===> Checking files for p5-iCal-Parser-1.21 `/usr/ports/distfiles/iCal-Parser-1.21.tar.gz' is up to date. ===> Building from scratch p5-iCal-Parser-1.21 ===> Checking files for p5-iCal-Parser-1.21 `/usr/ports/distfiles/iCal-Parser-1.21.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-iCal-Parser-1.21 ===> Patching for p5-iCal-Parser-1.21 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-iCal-Parser-1.21 ===> Configuring for p5-iCal-Parser-1.21 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for iCal::Parser Writing MYMETA.yml and MYMETA.json ===> Building for p5-iCal-Parser-1.21 cp lib/iCal/Parser.pm blib/lib/iCal/Parser.pm Manifying 1 pod document ===> p5-iCal-Parser-1.21 depends on: p5-FreezeThaw->=0.43 -> p5-FreezeThaw-0.5001p0 ===> p5-iCal-Parser-1.21 depends on: p5-DateTime-Format-ICal->=0.08 -> p5-DateTime-Format-ICal-0.09p2 ===> p5-iCal-Parser-1.21 depends on: p5-IO-String-* -> p5-IO-String-1.08p3 ===> p5-iCal-Parser-1.21 depends on: p5-Text-vFile-asData->=0.02 -> p5-Text-vFile-asData-0.08p0 ===> Regression tests for p5-iCal-Parser-1.21 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00load.t ............ ok t/01args.t ............ ok t/02parse.t ........... ok t/03-multi-cal.t ...... ok t/04-bug115325.t ...... ok t/05-strip-some-ws.t .. ok t/06-month-wrap.t ..... ok All tests successful. Files=7, Tests=37, 6 wallclock secs ( 0.03 usr 0.03 sys + 5.17 cusr 0.83 csys = 6.06 CPU) Result: PASS PASS productivity/p5-iCal-Parser Duration 0m09.63s START security/botan2 2024-11-22T08:37:00Z export _LOCKS_HELD="" ===> Cleaning for botan2-2.19.5p1 ===> Checking files for botan2-2.19.5p1 `/usr/ports/distfiles/Botan-2.19.5.tar.xz' is up to date. ===> Building from scratch botan2-2.19.5p1 ===> botan2-2.19.5p1 depends on: py3-docutils-* -> py3-docutils-0.21.2 ===> botan2-2.19.5p1 depends on: python->=3.11,<3.12 -> python-3.11.10p1 ===> botan2-2.19.5p1 depends on: xz->=5.4.0 -> xz-5.6.3 ===> botan2-2.19.5p1 depends on: bzip2-* -> bzip2-1.0.8p0 ===> botan2-2.19.5p1 depends on: xz-* -> xz-5.6.3 ===> Verifying specs: c++ c++abi pthread bz2 c lzma m z ===> found c++.10.0 c++abi.7.0 pthread.27.1 bz2.10.4 c.100.3 lzma.2.3 m.10.1 z.7.1 ===> Checking files for botan2-2.19.5p1 `/usr/ports/distfiles/Botan-2.19.5.tar.xz' is up to date. >> (SHA256) all files: OK ===> Extracting for botan2-2.19.5p1 ===> Patching for botan2-2.19.5p1 ===> Applying OpenBSD patch patch-src_build-data_os_openbsd_txt Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Use OpenBSD numbering for shared library. | |Provides auxiliary vector support for OpenBSD |69ad604ff8ba35860cfb22be3ed4e763ea07ba2c | |Index: src/build-data/os/openbsd.txt |--- src/build-data/os/openbsd.txt.orig |+++ src/build-data/os/openbsd.txt -------------------------- Patching file src/build-data/os/openbsd.txt using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 13. done ===> Applying OpenBSD patch patch-src_cli_sandbox_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/cli/sandbox.cpp |--- src/cli/sandbox.cpp.orig |+++ src/cli/sandbox.cpp -------------------------- Patching file src/cli/sandbox.cpp using Plan A... Hunk #1 succeeded at 46. done ===> Applying OpenBSD patch patch-src_lib_utils_cpuid_cpuid_arm_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix aarch64/armv7/ppc64 feature detection for systems with AT_HWCAP != 16 |c0697e73a19b46fb389aeb5fe14a92b2275b5301 | |Index: src/lib/utils/cpuid/cpuid_arm.cpp |--- src/lib/utils/cpuid/cpuid_arm.cpp.orig |+++ src/lib/utils/cpuid/cpuid_arm.cpp -------------------------- Patching file src/lib/utils/cpuid/cpuid_arm.cpp using Plan A... Hunk #1 succeeded at 153. Hunk #2 succeeded at 162. done ===> Applying OpenBSD patch patch-src_lib_utils_cpuid_cpuid_ppc_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix aarch64/armv7/ppc64 feature detection for systems with AT_HWCAP != 16 |c0697e73a19b46fb389aeb5fe14a92b2275b5301 | |Index: src/lib/utils/cpuid/cpuid_ppc.cpp |--- src/lib/utils/cpuid/cpuid_ppc.cpp.orig |+++ src/lib/utils/cpuid/cpuid_ppc.cpp -------------------------- Patching file src/lib/utils/cpuid/cpuid_ppc.cpp using Plan A... Hunk #1 succeeded at 66. done ===> Applying OpenBSD patch patch-src_lib_utils_os_utils_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix aarch64/armv7/ppc64 feature detection for systems with AT_HWCAP != 16 |c0697e73a19b46fb389aeb5fe14a92b2275b5301 | |Index: src/lib/utils/os_utils.cpp |--- src/lib/utils/os_utils.cpp.orig |+++ src/lib/utils/os_utils.cpp -------------------------- Patching file src/lib/utils/os_utils.cpp using Plan A... Hunk #1 succeeded at 106. done ===> Applying OpenBSD patch patch-src_lib_utils_os_utils_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Fix aarch64/armv7/ppc64 feature detection for systems with AT_HWCAP != 16 |c0697e73a19b46fb389aeb5fe14a92b2275b5301 | |Index: src/lib/utils/os_utils.h |--- src/lib/utils/os_utils.h.orig |+++ src/lib/utils/os_utils.h -------------------------- Patching file src/lib/utils/os_utils.h using Plan A... Hunk #1 succeeded at 54. done ===> Applying OpenBSD patch patch-src_tests_main_cpp Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: src/tests/main.cpp |--- src/tests/main.cpp.orig |+++ src/tests/main.cpp -------------------------- Patching file src/tests/main.cpp using Plan A... Hunk #1 succeeded at 84. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for botan2-2.19.5p1 ===> Configuring for botan2-2.19.5p1 /usr/bin/perl /usr/ports/infrastructure/bin/pkg_subst -DMODPY_PYCACHE=__pycache__/ -DMODPY_COMMENT= -DMODPY_ABI3SO=.abi3 -DMODPY_PYC_MAGIC_TAG=cpython-311. -DMODPY_BIN=/usr/local/bin/python3.11 -DMODPY_EGG_VERSION= -DMODPY_VERSION=3.11 -DMODPY_BIN_SUFFIX= -DMODPY_PY_PREFIX=py3- -DMODPY_PYOEXTENSION=opt-1.pyc -DCXX=c++ -DCXXFLAGS=-O2\ -pipe\ \ -DLIBbotan-2_VERSION=19.1 -DLIBbotan-2_VERSION=19.1 -DARCH=i386 -DBASE_PKGPATH=security/botan2 -DFLAVOR_EXT= -DFULLPKGNAME=botan2-2.19.5p1 -DHOMEPAGE=https://botan.randombit.net/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=i386 -DMAINTAINER=Alexander\ Bluhm\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=botan2 -i -B /usr/ports/pobj/botan2-2.19.5 /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/build-data/os/openbsd.txt /usr/bin/perl /usr/ports/infrastructure/bin/pkg_subst -DMODPY_PYCACHE=__pycache__/ -DMODPY_COMMENT= -DMODPY_ABI3SO=.abi3 -DMODPY_PYC_MAGIC_TAG=cpython-311. -DMODPY_BIN=/usr/local/bin/python3.11 -DMODPY_EGG_VERSION= -DMODPY_VERSION=3.11 -DMODPY_BIN_SUFFIX= -DMODPY_PY_PREFIX=py3- -DMODPY_PYOEXTENSION=opt-1.pyc -DCXX=c++ -DCXXFLAGS=-O2\ -pipe\ \ -DLIBbotan-2_VERSION=19.1 -DLIBbotan-2_VERSION=19.1 -DARCH=i386 -DBASE_PKGPATH=security/botan2 -DFLAVOR_EXT= -DFULLPKGNAME=botan2-2.19.5p1 -DHOMEPAGE=https://botan.randombit.net/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=i386 -DMAINTAINER=Alexander\ Bluhm\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=botan2 -i -B /usr/ports/pobj/botan2-2.19.5 /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/main.cpp ln -sf /usr/local/bin/python3.11 /usr/ports/pobj/botan2-2.19.5/bin/python INFO: /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/configure.py invoked with options "--with-build-dir=/usr/ports/pobj/botan2-2.19.5/build-i386 --prefix=/usr/local --distribution-info=OpenBSD 7.6 --mandir=/usr/local/man --with-external-includedir=/usr/local/include --with-external-libdir=/usr/local/lib --with-bzip2 --with-lzma --with-zlib --without-sphinx --cc=clang" INFO: Configuring to build Botan 2.19.5 (revision git:935055e839794a076d209c9e9a1e9cd2255aae01) INFO: Running under 3.11.10 (main, Nov 14 2024, 11:14:26) [Clang 16.0.6 ] INFO: CXX environment variable is set which will override compiler path INFO: Implicit --cc-bin=c++ due to environment variable CXX INFO: Implicit --cxxflags=-O2 -pipe due to environment variable CXXFLAGS INFO: Autodetected platform information: OS="OpenBSD" machine="i386" proc="i386" INFO: Guessing target OS is openbsd (use --os to set) INFO: Guessing target processor is a x86_32 (use --cpu to set) INFO: Found rst2man (use --without-rst2man to disable) INFO: Using /etc/ssl/cert.pem as system certificate store INFO: Canonicalized CPU target i386 to x86_32 INFO: Auto-detected compiler version 16.0 INFO: Auto-detected compiler arch x86_32 INFO: Target is clang:16.0-openbsd-x86_32 INFO: Assuming target x86_32 is little endian INFO: Skipping (dependency failure): asio certstor_sqlite3 sessions_sqlite3 INFO: Skipping (incompatible CPU): aes_armv8 aes_power8 sha1_armv8 sha2_32_armv8 sha2_64_bmi2 sha3_bmi2 sm4_armv8 INFO: Skipping (incompatible OS): certstor_system_macos certstor_system_windows commoncrypto proc_walk win32_stats INFO: Skipping (requires external dependency): boost sqlite3 tpm INFO: Enabling use of external dependency bzip2 INFO: Enabling use of external dependency lzma INFO: Enabling use of external dependency zlib INFO: Loading modules: adler32 aead aes aes_ni aes_vperm aont argon2 argon2_ssse3 aria asn1 auto_rng base base32 base58 base64 bcrypt bcrypt_pbkdf bigint blake2 block blowfish bzip2 camellia cascade cast128 cast256 cbc cbc_mac ccm cecpq1 certstor_flatfile certstor_sql certstor_system cfb chacha chacha20poly1305 chacha_avx2 chacha_rng chacha_simd32 checksum cmac comb4p compression cpuid crc24 crc32 cryptobox ctr curve25519 des dev_random dh dl_algo dl_group dlies dsa dyn_load eax ec_group ecc_key ecdh ecdsa ecgdsa ecies eckcdsa ed25519 elgamal eme_oaep eme_pkcs1 eme_raw emsa1 emsa_pkcs1 emsa_pssr emsa_raw emsa_x931 entropy fd_unix ffi filters fpe_fe1 gcm getentropy ghash ghash_cpu ghash_vperm gmac gost_28147 gost_3410 gost_3411 hash hash_id hex hkdf hmac hmac_drbg hotp http_util idea idea_sse2 iso9796 kasumi kdf kdf1 kdf1_iso18033 kdf2 keccak keypair lion locking_allocator lzma mac mce mceies md4 md5 mdx_hash mem_pool mgf1 misty1 mode_pad modes mp newhope nist_keywrap noekeon noekeon_simd numbertheory ocb ofb par_hash passhash9 pbes2 pbkdf pbkdf1 pbkdf2 pem pgp_s2k pk_pad pkcs11 poly1305 poly_dbl prf_tls prf_x942 processor_rng psk_db pubkey rc4 rdrand_rng rdseed rfc3394 rfc6979 rmd160 rng roughtime rsa salsa20 scrypt seed serpent serpent_avx2 serpent_simd sessions_sql sha1 sha1_sse2 sha1_x86 sha2_32 sha2_32_bmi2 sha2_32_x86 sha2_64 sha3 shacal2 shacal2_avx2 shacal2_simd shacal2_x86 shake shake_cipher simd simd_avx2 siphash siv skein sm2 sm3 sm4 socket sodium sp800_108 sp800_56a sp800_56c srp6 stateful_rng stream streebog system_rng thread_utils threefish_512 threefish_512_avx2 tiger tls tls_10 tls_cbc tss twofish utils uuid whirlpool x509 x919_mac xmss xtea xts zfec zfec_sse2 zfec_vperm zlib INFO: Using symlink to link files into build dir (use --link-method to change) INFO: Botan 2.19.5 (revision git:935055e839794a076d209c9e9a1e9cd2255aae01) (release dated 20240708) build setup is complete ===> Building for botan2-2.19.5p1 c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/asn1/alg_id.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_alg_id.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/asn1/asn1_obj.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_obj.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/asn1/asn1_oid.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_oid.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/asn1/asn1_print.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_print.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/asn1/asn1_str.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_str.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/asn1/asn1_time.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_time.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/asn1/ber_dec.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_ber_dec.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/asn1/der_enc.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_der_enc.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/asn1/oid_maps.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_oid_maps.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/asn1/oids.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_oids.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/base/buf_comp.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/base_buf_comp.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/base/scan_name.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/base_scan_name.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/base/sym_algo.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/base_sym_algo.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/base/symkey.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/base_symkey.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/aes/aes.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_aes.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -maes -mpclmul -msse2 -mssse3 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/aes/aes_ni/aes_ni.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_aes_ni.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -msse2 -mssse3 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/aes/aes_vperm/aes_vperm.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_aes_vperm.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/aria/aria.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_aria.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/block_cipher.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_cipher.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/blowfish/blowfish.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_blowfish.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/camellia/camellia.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_camellia.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/cascade/cascade.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_cascade.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/cast128/cast128.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_cast128.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/cast256/cast256.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_cast256.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/des/des.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_des.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/des/des_tab.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_des_tab.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/des/desx.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_des_desx.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/gost_28147/gost_28147.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_gost_28147.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/idea/idea.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_idea.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -msse2 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/idea/idea_sse2/idea_sse2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_idea_sse2.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/kasumi/kasumi.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_kasumi.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/lion/lion.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_lion.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/misty1/misty1.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_misty1.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/noekeon/noekeon.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_noekeon.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -msse2 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/noekeon/noekeon_simd/noekeon_simd.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_noekeon_simd.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/seed/seed.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_seed.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/serpent/serpent.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_serpent.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -mavx2 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/serpent/serpent_avx2/serpent_avx2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_serpent_avx2.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -msse2 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/serpent/serpent_simd/serpent_simd.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_serpent_simd.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/shacal2/shacal2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_shacal2.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -mavx2 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/shacal2/shacal2_avx2/shacal2_avx2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_shacal2_avx2.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -msse2 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/shacal2/shacal2_simd/shacal2_simd.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_shacal2_simd.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -msha -msse2 -mssse3 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/shacal2/shacal2_x86/shacal2_x86.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_shacal2_x86.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/sm4/sm4.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_sm4.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/threefish_512/threefish_512.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_threefish_512.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -mavx2 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/threefish_512/threefish_512_avx2/threefish_512_avx2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_threefish_512_threefish_512_avx2.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/twofish/twofish.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_twofish.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/twofish/twofish_tab.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_twofish_tab.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/block/xtea/xtea.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_xtea.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/codec/base32/base32.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/codec_base32.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/codec/base58/base58.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/codec_base58.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/codec/base64/base64.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/codec_base64.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/codec/hex/hex.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/codec_hex.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/compat/sodium/sodium_25519.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_25519.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/compat/sodium/sodium_aead.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_aead.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/compat/sodium/sodium_auth.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_auth.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/compat/sodium/sodium_box.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_box.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/compat/sodium/sodium_chacha.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_chacha.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/compat/sodium/sodium_salsa.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_salsa.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/compat/sodium/sodium_secretbox.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_secretbox.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/compat/sodium/sodium_utils.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_utils.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/compression/bzip2/bzip2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compression_bzip2.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/compression/compress_utils.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compression_compress_utils.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/compression/compression.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compression.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/compression/lzma/lzma.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compression_lzma.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/compression/zlib/zlib.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compression_zlib.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/entropy/dev_random/dev_random.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/entropy_dev_random.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/entropy/entropy_srcs.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/entropy_srcs.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/entropy/getentropy/getentropy.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/entropy_getentropy.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -mrdseed -msse2 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/entropy/rdseed/rdseed.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/entropy_rdseed.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/ffi/ffi.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/ffi/ffi_block.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_block.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/ffi/ffi_cert.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_cert.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/ffi/ffi_cipher.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_cipher.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/ffi/ffi_fpe.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_fpe.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/ffi/ffi_hash.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_hash.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/ffi/ffi_hotp.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_hotp.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/ffi/ffi_kdf.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_kdf.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/ffi/ffi_keywrap.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_keywrap.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/ffi/ffi_mac.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_mac.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/ffi/ffi_mp.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_mp.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/ffi/ffi_pk_op.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_pk_op.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/ffi/ffi_pkey.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_pkey.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/ffi/ffi_pkey_algs.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_pkey_algs.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/ffi/ffi_rng.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_rng.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/ffi/ffi_totp.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_totp.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/filters/algo_filt.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_algo_filt.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/filters/b64_filt.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_b64_filt.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/filters/basefilt.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_basefilt.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/filters/buf_filt.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_buf_filt.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/filters/cipher_filter.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_cipher_filter.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/filters/comp_filter.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_comp_filter.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/filters/data_snk.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_data_snk.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/filters/fd_unix/fd_unix.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_fd_unix.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/filters/filter.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_filter.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/filters/hex_filt.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_hex_filt.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/filters/out_buf.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_out_buf.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/filters/pipe.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_pipe.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/filters/pipe_io.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_pipe_io.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/filters/pipe_rw.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_pipe_rw.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/filters/secqueue.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_secqueue.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/filters/threaded_fork.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_threaded_fork.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/blake2/blake2b.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_blake2_blake2b.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/checksum/adler32/adler32.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_checksum_adler32.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/checksum/crc24/crc24.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_checksum_crc24.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/checksum/crc32/crc32.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_checksum_crc32.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/comb4p/comb4p.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_comb4p.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/gost_3411/gost_3411.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_gost_3411.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/hash.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/keccak/keccak.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_keccak.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/md4/md4.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_md4.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/md5/md5.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_md5.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/mdx_hash/mdx_hash.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_mdx_hash.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/par_hash/par_hash.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_par_hash.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/rmd160/rmd160.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_rmd160.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/sha1/sha160.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha1_sha160.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -msse2 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/sha1/sha1_sse2/sha1_sse2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha1_sse2.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -msha -msse2 -msse4.1 -mssse3 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/sha1/sha1_x86/sha1_x86.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha1_x86.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/sha2_32/sha2_32.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha2_32.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -mbmi -mbmi2 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/sha2_32/sha2_32_bmi2/sha2_32_bmi2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha2_32_sha2_32_bmi2.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -msha -msse2 -msse4.1 -mssse3 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/sha2_32/sha2_32_x86/sha2_32_x86.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha2_32_sha2_32_x86.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/sha2_64/sha2_64.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha2_64.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/sha3/sha3.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha3.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/shake/shake.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_shake.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/skein/skein_512.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_skein_512.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/sm3/sm3.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sm3.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/streebog/streebog.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_streebog.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/streebog/streebog_precalc.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_streebog_precalc.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/tiger/tig_tab.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_tiger_tig_tab.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/tiger/tiger.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_tiger.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/whirlpool/whirlpool.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_whirlpool.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/hash/whirlpool/whrl_tab.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_whirlpool_whrl_tab.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/kdf/hkdf/hkdf.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_hkdf.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/kdf/kdf.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/kdf/kdf1/kdf1.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_kdf1.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/kdf/kdf1_iso18033/kdf1_iso18033.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_kdf1_iso18033.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/kdf/kdf2/kdf2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_kdf2.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/kdf/prf_tls/prf_tls.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_prf_tls.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/kdf/prf_x942/prf_x942.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_prf_x942.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/kdf/sp800_108/sp800_108.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_sp800_108.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/kdf/sp800_56a/sp800_56a.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_sp800_56a.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/kdf/sp800_56c/sp800_56c.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_sp800_56c.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/mac/cbc_mac/cbc_mac.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_cbc_mac.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/mac/cmac/cmac.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_cmac.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/mac/gmac/gmac.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_gmac.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/mac/hmac/hmac.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_hmac.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/mac/mac.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/mac/poly1305/poly1305.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_poly1305.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/mac/siphash/siphash.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_siphash.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/mac/x919_mac/x919_mac.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_x919_mac.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/bigint/big_code.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_big_code.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/bigint/big_io.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_big_io.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/bigint/big_ops2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_big_ops2.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/bigint/big_ops3.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_big_ops3.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/bigint/big_rand.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_big_rand.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/bigint/bigint.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/bigint/divide.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_divide.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/mp/mp_comba.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_mp_comba.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/mp/mp_karat.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_mp_karat.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/mp/mp_monty.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_mp_monty.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/mp/mp_monty_n.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_mp_monty_n.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/numbertheory/dsa_gen.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_dsa_gen.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/numbertheory/jacobi.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_jacobi.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/numbertheory/make_prm.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_make_prm.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/numbertheory/mod_inv.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_mod_inv.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/numbertheory/monty.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_monty.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/numbertheory/monty_exp.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_monty_exp.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/numbertheory/mp_numth.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_mp_numth.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/numbertheory/nistp_redc.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_nistp_redc.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/numbertheory/numthry.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_numthry.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/numbertheory/pow_mod.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_pow_mod.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/numbertheory/primality.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_primality.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/numbertheory/primes.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_primes.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/numbertheory/reducer.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_reducer.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/math/numbertheory/ressol.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_ressol.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/misc/aont/package.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_aont_package.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/misc/cryptobox/cryptobox.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_cryptobox.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/misc/fpe_fe1/fpe_fe1.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_fpe_fe1.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/misc/hotp/hotp.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_hotp.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/misc/hotp/totp.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_hotp_totp.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/misc/nist_keywrap/nist_keywrap.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_nist_keywrap.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/misc/rfc3394/rfc3394.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_rfc3394.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/misc/roughtime/roughtime.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_roughtime.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/misc/srp6/srp6.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_srp6.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/misc/tss/tss.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_tss.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/misc/zfec/zfec.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_zfec.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -msse2 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/misc/zfec/zfec_sse2/zfec_sse2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_zfec_sse2.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -msse2 -mssse3 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/misc/zfec/zfec_vperm/zfec_vperm.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_zfec_vperm.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/modes/aead/aead.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/modes/aead/ccm/ccm.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_ccm.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/modes/aead/chacha20poly1305/chacha20poly1305.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_chacha20poly1305.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/modes/aead/eax/eax.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_eax.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/modes/aead/gcm/gcm.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_gcm.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/modes/aead/ocb/ocb.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_ocb.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/modes/aead/siv/siv.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_siv.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/modes/cbc/cbc.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_cbc.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/modes/cfb/cfb.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_cfb.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/modes/cipher_mode.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_cipher_mode.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/modes/mode_pad/mode_pad.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_mode_pad.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/modes/xts/xts.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_xts.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/passhash/bcrypt/bcrypt.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/passhash_bcrypt.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/passhash/passhash9/passhash9.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/passhash_passhash9.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pbkdf/argon2/argon2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_argon2.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -mssse3 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pbkdf/argon2/argon2_ssse3/argon2_ssse3.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_argon2_ssse3.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pbkdf/argon2/argon2fmt.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_argon2_argon2fmt.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pbkdf/argon2/argon2pwhash.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_argon2_argon2pwhash.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pbkdf/bcrypt_pbkdf/bcrypt_pbkdf.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_bcrypt_pbkdf.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pbkdf/pbkdf.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pbkdf/pbkdf1/pbkdf1.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_pbkdf1.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pbkdf/pbkdf2/pbkdf2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_pbkdf2.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pbkdf/pgp_s2k/pgp_s2k.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_pgp_s2k.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pbkdf/pwdhash.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_pwdhash.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pbkdf/scrypt/scrypt.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_scrypt.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pk_pad/eme.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_eme.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pk_pad/eme_oaep/oaep.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_eme_oaep_oaep.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pk_pad/eme_pkcs1/eme_pkcs.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_eme_pkcs1_eme_pkcs.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pk_pad/eme_raw/eme_raw.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_eme_raw.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pk_pad/emsa.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pk_pad/emsa1/emsa1.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa1.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pk_pad/emsa_pkcs1/emsa_pkcs1.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa_pkcs1.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pk_pad/emsa_pssr/pssr.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa_pssr_pssr.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pk_pad/emsa_raw/emsa_raw.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa_raw.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pk_pad/emsa_x931/emsa_x931.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa_x931.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pk_pad/hash_id/hash_id.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_hash_id.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pk_pad/iso9796/iso9796.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_iso9796.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pk_pad/mgf1/mgf1.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_mgf1.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pk_pad/padding.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_padding.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/prov/pkcs11/p11.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/prov/pkcs11/p11_ecc_key.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_ecc_key.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/prov/pkcs11/p11_ecdh.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_ecdh.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/prov/pkcs11/p11_ecdsa.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_ecdsa.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/prov/pkcs11/p11_mechanism.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_mechanism.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/prov/pkcs11/p11_module.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_module.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/prov/pkcs11/p11_object.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_object.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/prov/pkcs11/p11_randomgenerator.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_randomgenerator.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/prov/pkcs11/p11_rsa.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_rsa.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/prov/pkcs11/p11_session.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_session.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/prov/pkcs11/p11_slot.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_slot.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/prov/pkcs11/p11_x509.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_x509.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/psk_db/psk_db.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/psk_db.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/psk_db/psk_db_sql.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/psk_db_psk_db_sql.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/blinding.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_blinding.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/cecpq1/cecpq1.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_cecpq1.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/curve25519/curve25519.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_curve25519.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/curve25519/donna.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_curve25519_donna.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/dh/dh.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dh.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/dl_algo/dl_algo.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dl_algo.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/dl_group/dl_group.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dl_group.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/dl_group/dl_named.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dl_group_dl_named.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/dlies/dlies.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dlies.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/dsa/dsa.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dsa.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/ec_group/curve_gfp.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ec_group_curve_gfp.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/ec_group/ec_group.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ec_group.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/ec_group/ec_named.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ec_group_ec_named.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/ec_group/point_gfp.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ec_group_point_gfp.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/ec_group/point_mul.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ec_group_point_mul.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/ecc_key/ecc_key.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ecc_key.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/ecdh/ecdh.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ecdh.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/ecdsa/ecdsa.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ecdsa.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/ecgdsa/ecgdsa.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ecgdsa.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/ecies/ecies.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ecies.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/eckcdsa/eckcdsa.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_eckcdsa.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/ed25519/ed25519.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/ed25519/ed25519_fe.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519_fe.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/ed25519/ed25519_key.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519_key.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/ed25519/ge.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519_ge.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/ed25519/sc_muladd.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519_sc_muladd.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/ed25519/sc_reduce.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519_sc_reduce.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/elgamal/elgamal.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_elgamal.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/gost_3410/gost_3410.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_gost_3410.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/keypair/keypair.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_keypair.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/mce/code_based_key_gen.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_code_based_key_gen.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/mce/gf2m_rootfind_dcmp.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_gf2m_rootfind_dcmp.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/mce/gf2m_small_m.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_gf2m_small_m.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/mce/goppa_code.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_goppa_code.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/mce/mce_workfactor.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_workfactor.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/mce/mceliece.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_mceliece.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/mce/mceliece_key.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_mceliece_key.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/mce/polyn_gf2m.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_polyn_gf2m.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/mceies/mceies.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mceies.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/newhope/newhope.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_newhope.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/pbes2/pbes2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pbes2.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/pem/pem.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pem.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/pk_algs.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pk_algs.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/pk_keys.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pk_keys.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/pk_ops.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pk_ops.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/pkcs8.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pkcs8.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/pubkey.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/rfc6979/rfc6979.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_rfc6979.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/rsa/rsa.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_rsa.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/sm2/sm2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_sm2.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/sm2/sm2_enc.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_sm2_enc.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/workfactor.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_workfactor.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/x509_key.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_x509_key.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/xmss/xmss_common_ops.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_common_ops.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/xmss/xmss_hash.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_hash.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/xmss/xmss_index_registry.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_index_registry.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/xmss/xmss_parameters.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_parameters.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/xmss/xmss_privatekey.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_privatekey.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/xmss/xmss_publickey.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_publickey.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/xmss/xmss_signature.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_signature.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/xmss/xmss_signature_operation.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_signature_operation.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/xmss/xmss_verification_operation.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_verification_operation.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/xmss/xmss_wots_parameters.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_wots_parameters.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/xmss/xmss_wots_privatekey.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_wots_privatekey.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/pubkey/xmss/xmss_wots_publickey.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_wots_publickey.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/rng/auto_rng/auto_rng.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_auto_rng.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/rng/chacha_rng/chacha_rng.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_chacha_rng.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/rng/hmac_drbg/hmac_drbg.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_hmac_drbg.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/rng/processor_rng/processor_rng.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_processor_rng.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/rng/rdrand_rng/rdrand_rng.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_rdrand_rng.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/rng/rng.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/rng/stateful_rng/stateful_rng.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_stateful_rng.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/rng/system_rng/system_rng.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_system_rng.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/stream/chacha/chacha.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_chacha.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -mavx2 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/stream/chacha/chacha_avx2/chacha_avx2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_chacha_avx2.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -msse2 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/stream/chacha/chacha_simd32/chacha_simd32.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_chacha_simd32.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/stream/ctr/ctr.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_ctr.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/stream/ofb/ofb.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_ofb.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/stream/rc4/rc4.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_rc4.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/stream/salsa20/salsa20.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_salsa20.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/stream/shake_cipher/shake_cipher.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_shake_cipher.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/stream/stream_cipher.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_cipher.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/credentials_manager.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_credentials_manager.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/msg_cert_req.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_cert_req.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/msg_cert_status.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_cert_status.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/msg_cert_verify.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_cert_verify.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/msg_certificate.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_certificate.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/msg_client_hello.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_client_hello.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/msg_client_kex.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_client_kex.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/msg_finished.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_finished.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/msg_hello_verify.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_hello_verify.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/msg_server_hello.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_server_hello.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/msg_server_kex.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_server_kex.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/msg_session_ticket.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_session_ticket.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/sessions_sql/tls_session_manager_sql.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_sessions_sql_tls_session_manager_sql.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_alert.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_alert.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_algos.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_algos.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_blocking.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_blocking.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_callbacks.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_callbacks.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_cbc/tls_cbc.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_cbc.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_channel.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_channel.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_ciphersuite.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_ciphersuite.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_client.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_client.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_extensions.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_extensions.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_handshake_hash.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_handshake_hash.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_handshake_io.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_handshake_io.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_handshake_state.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_handshake_state.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_policy.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_policy.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_record.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_record.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_server.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_server.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_session.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_session.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_session_key.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_session_key.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_session_manager_memory.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_session_manager_memory.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_suite_info.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_suite_info.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_text_policy.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_text_policy.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/tls/tls_version.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_version.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/assert.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_assert.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/calendar.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_calendar.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/charset.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_charset.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/cpuid/cpuid.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_cpuid.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/cpuid/cpuid_arm.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_cpuid_arm.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/cpuid/cpuid_ppc.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_cpuid_ppc.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/cpuid/cpuid_x86.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_cpuid_x86.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/ct_utils.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_ct_utils.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/data_src.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_data_src.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/dyn_load/dyn_load.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_dyn_load.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/exceptn.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_exceptn.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/filesystem.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_filesystem.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/ghash/ghash.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_ghash.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -maes -mpclmul -msse2 -mssse3 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/ghash/ghash_cpu/ghash_cpu.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_ghash_cpu.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -msse2 -mssse3 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/ghash/ghash_vperm/ghash_vperm.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_ghash_vperm.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/http_util/http_util.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_http_util.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/locking_allocator/locking_allocator.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_locking_allocator.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/mem_ops.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_mem_ops.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/mem_pool/mem_pool.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_mem_pool.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/os_utils.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_os_utils.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/parsing.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_parsing.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/poly_dbl/poly_dbl.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_poly_dbl.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/read_cfg.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_read_cfg.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/read_kv.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_read_kv.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/socket/socket.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_socket.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/socket/socket_udp.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_socket_udp.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/socket/uri.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_socket_uri.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/thread_utils/barrier.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_thread_utils_barrier.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/thread_utils/rwlock.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_thread_utils_rwlock.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/thread_utils/semaphore.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_thread_utils_semaphore.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/thread_utils/thread_pool.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_thread_utils_thread_pool.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/timer.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_timer.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/uuid/uuid.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_uuid.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/utils/version.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_version.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/asn1_alt_name.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_asn1_alt_name.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/cert_status.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_cert_status.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/certstor.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_certstor.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/certstor_flatfile/certstor_flatfile.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_certstor_flatfile.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/certstor_sql/certstor_sql.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_certstor_sql.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/certstor_system/certstor_system.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_certstor_system.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/crl_ent.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_crl_ent.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/datastor.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_datastor.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/key_constraint.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_key_constraint.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/name_constraint.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_name_constraint.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/ocsp.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_ocsp.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/ocsp_types.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_ocsp_types.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/pkcs10.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_pkcs10.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/x509_attribute.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_attribute.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/x509_ca.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_ca.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/x509_crl.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_crl.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/x509_dn.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_dn.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/x509_dn_ub.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_dn_ub.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/x509_ext.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_ext.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/x509_obj.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_obj.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/x509cert.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_x509cert.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/x509opt.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_x509opt.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/x509path.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_x509path.o c++ -fPIC -fvisibility=hidden -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/lib/x509/x509self.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_x509self.o ar crs /usr/ports/pobj/botan2-2.19.5/build-i386/libbotan-2.a /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_alg_id.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_obj.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_oid.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_print.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_str.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_time.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_ber_dec.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_der_enc.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_oid_maps.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_oids.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/base_buf_comp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/base_scan_name.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/base_sym_algo.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/base_symkey.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_aes.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_aes_ni.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_aes_vperm.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_aria.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_cipher.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_blowfish.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_camellia.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_cascade.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_cast128.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_cast256.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_des.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_des_tab.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_des_desx.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_gost_28147.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_idea.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_idea_sse2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_kasumi.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_lion.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_misty1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_noekeon.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_noekeon_simd.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_seed.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_serpent.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_serpent_avx2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_serpent_simd.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_shacal2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_shacal2_avx2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_shacal2_simd.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_shacal2_x86.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_sm4.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_threefish_512.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_threefish_512_threefish_512_avx2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_twofish.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_twofish_tab.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_xtea.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/codec_base32.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/codec_base58.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/codec_base64.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/codec_hex.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_25519.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_aead.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_auth.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_box.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_chacha.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_salsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_secretbox.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_utils.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compression_bzip2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compression_compress_utils.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compression.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compression_lzma.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compression_zlib.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/entropy_dev_random.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/entropy_srcs.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/entropy_getentropy.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/entropy_rdseed.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_block.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_cert.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_cipher.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_fpe.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_hash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_hotp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_kdf.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_keywrap.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_mac.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_mp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_pk_op.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_pkey.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_pkey_algs.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_totp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_algo_filt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_b64_filt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_basefilt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_buf_filt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_cipher_filter.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_comp_filter.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_data_snk.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_fd_unix.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_filter.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_hex_filt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_out_buf.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_pipe.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_pipe_io.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_pipe_rw.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_secqueue.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_threaded_fork.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_blake2_blake2b.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_checksum_adler32.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_checksum_crc24.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_checksum_crc32.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_comb4p.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_gost_3411.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_keccak.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_md4.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_md5.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_mdx_hash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_par_hash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_rmd160.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha1_sha160.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha1_sse2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha1_x86.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha2_32.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha2_32_sha2_32_bmi2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha2_32_sha2_32_x86.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha2_64.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha3.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_shake.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_skein_512.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sm3.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_streebog.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_streebog_precalc.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_tiger_tig_tab.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_tiger.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_whirlpool.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_whirlpool_whrl_tab.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_hkdf.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_kdf1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_kdf1_iso18033.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_kdf2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_prf_tls.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_prf_x942.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_sp800_108.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_sp800_56a.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_sp800_56c.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_cbc_mac.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_cmac.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_gmac.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_hmac.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_poly1305.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_siphash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_x919_mac.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_big_code.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_big_io.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_big_ops2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_big_ops3.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_big_rand.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_divide.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_mp_comba.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_mp_karat.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_mp_monty.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_mp_monty_n.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_dsa_gen.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_jacobi.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_make_prm.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_mod_inv.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_monty.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_monty_exp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_mp_numth.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_nistp_redc.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_numthry.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_pow_mod.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_primality.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_primes.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_reducer.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_ressol.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_aont_package.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_cryptobox.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_fpe_fe1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_hotp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_hotp_totp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_nist_keywrap.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_rfc3394.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_roughtime.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_srp6.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_tss.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_zfec.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_zfec_sse2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_zfec_vperm.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_ccm.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_chacha20poly1305.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_eax.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_gcm.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_ocb.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_siv.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_cbc.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_cfb.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_cipher_mode.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_mode_pad.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_xts.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/passhash_bcrypt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/passhash_passhash9.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_argon2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_argon2_ssse3.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_argon2_argon2fmt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_argon2_argon2pwhash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_bcrypt_pbkdf.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_pbkdf1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_pbkdf2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_pgp_s2k.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_pwdhash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_scrypt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_eme.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_eme_oaep_oaep.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_eme_pkcs1_eme_pkcs.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_eme_raw.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa_pkcs1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa_pssr_pssr.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa_raw.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa_x931.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_hash_id.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_iso9796.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_mgf1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_padding.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_ecc_key.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_ecdh.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_ecdsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_mechanism.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_module.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_object.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_randomgenerator.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_rsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_session.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_slot.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_x509.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/psk_db.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/psk_db_psk_db_sql.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_blinding.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_cecpq1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_curve25519.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_curve25519_donna.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dh.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dl_algo.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dl_group.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dl_group_dl_named.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dlies.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ec_group_curve_gfp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ec_group.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ec_group_ec_named.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ec_group_point_gfp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ec_group_point_mul.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ecc_key.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ecdh.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ecdsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ecgdsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ecies.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_eckcdsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519_fe.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519_key.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519_ge.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519_sc_muladd.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519_sc_reduce.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_elgamal.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_gost_3410.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_keypair.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_code_based_key_gen.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_gf2m_rootfind_dcmp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_gf2m_small_m.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_goppa_code.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_workfactor.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_mceliece.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_mceliece_key.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_polyn_gf2m.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mceies.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_newhope.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pbes2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pem.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pk_algs.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pk_keys.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pk_ops.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pkcs8.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_rfc6979.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_rsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_sm2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_sm2_enc.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_workfactor.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_x509_key.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_common_ops.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_hash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_index_registry.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_parameters.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_privatekey.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_publickey.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_signature.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_signature_operation.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_verification_operation.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_wots_parameters.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_wots_privatekey.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_wots_publickey.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_auto_rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_chacha_rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_hmac_drbg.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_processor_rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_rdrand_rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_stateful_rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_system_rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_chacha.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_chacha_avx2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_chacha_simd32.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_ctr.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_ofb.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_rc4.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_salsa20.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_shake_cipher.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_cipher.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_credentials_manager.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_cert_req.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_cert_status.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_cert_verify.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_certificate.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_client_hello.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_client_kex.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_finished.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_hello_verify.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_server_hello.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_server_kex.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_session_ticket.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_sessions_sql_tls_session_manager_sql.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_alert.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_algos.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_blocking.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_callbacks.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_cbc.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_channel.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_ciphersuite.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_client.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_extensions.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_handshake_hash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_handshake_io.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_handshake_state.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_policy.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_record.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_server.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_session.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_session_key.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_session_manager_memory.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_suite_info.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_text_policy.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_version.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_assert.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_calendar.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_charset.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_cpuid.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_cpuid_arm.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_cpuid_ppc.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_cpuid_x86.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_ct_utils.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_data_src.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_dyn_load.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_exceptn.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_filesystem.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_ghash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_ghash_cpu.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_ghash_vperm.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_http_util.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_locking_allocator.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_mem_ops.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_mem_pool.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_os_utils.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_parsing.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_poly_dbl.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_read_cfg.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_read_kv.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_socket.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_socket_udp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_socket_uri.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_thread_utils_barrier.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_thread_utils_rwlock.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_thread_utils_semaphore.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_thread_utils_thread_pool.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_timer.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_uuid.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_version.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_asn1_alt_name.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_cert_status.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_certstor.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_certstor_flatfile.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_certstor_sql.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_certstor_system.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_crl_ent.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_datastor.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_key_constraint.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_name_constraint.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_ocsp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_ocsp_types.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_pkcs10.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_attribute.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_ca.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_crl.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_dn.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_dn_ub.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_ext.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_obj.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_x509cert.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_x509opt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_x509path.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_x509self.o c++ -shared -fPIC -Wl,-soname,libbotan-2.so.19.1 -fstack-protector -pthread /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_alg_id.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_obj.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_oid.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_print.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_str.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_time.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_ber_dec.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_der_enc.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_oid_maps.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/asn1_oids.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/base_buf_comp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/base_scan_name.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/base_sym_algo.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/base_symkey.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_aes.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_aes_ni.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_aes_vperm.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_aria.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_cipher.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_blowfish.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_camellia.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_cascade.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_cast128.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_cast256.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_des.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_des_tab.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_des_desx.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_gost_28147.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_idea.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_idea_sse2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_kasumi.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_lion.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_misty1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_noekeon.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_noekeon_simd.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_seed.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_serpent.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_serpent_avx2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_serpent_simd.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_shacal2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_shacal2_avx2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_shacal2_simd.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_shacal2_x86.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_sm4.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_threefish_512.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_threefish_512_threefish_512_avx2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_twofish.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_twofish_tab.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/block_xtea.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/codec_base32.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/codec_base58.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/codec_base64.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/codec_hex.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_25519.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_aead.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_auth.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_box.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_chacha.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_salsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_secretbox.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compat_sodium_utils.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compression_bzip2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compression_compress_utils.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compression.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compression_lzma.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/compression_zlib.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/entropy_dev_random.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/entropy_srcs.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/entropy_getentropy.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/entropy_rdseed.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_block.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_cert.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_cipher.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_fpe.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_hash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_hotp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_kdf.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_keywrap.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_mac.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_mp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_pk_op.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_pkey.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_pkey_algs.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/ffi_totp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_algo_filt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_b64_filt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_basefilt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_buf_filt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_cipher_filter.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_comp_filter.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_data_snk.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_fd_unix.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_filter.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_hex_filt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_out_buf.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_pipe.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_pipe_io.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_pipe_rw.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_secqueue.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/filters_threaded_fork.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_blake2_blake2b.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_checksum_adler32.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_checksum_crc24.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_checksum_crc32.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_comb4p.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_gost_3411.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_keccak.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_md4.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_md5.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_mdx_hash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_par_hash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_rmd160.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha1_sha160.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha1_sse2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha1_x86.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha2_32.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha2_32_sha2_32_bmi2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha2_32_sha2_32_x86.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha2_64.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sha3.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_shake.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_skein_512.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_sm3.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_streebog.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_streebog_precalc.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_tiger_tig_tab.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_tiger.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_whirlpool.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/hash_whirlpool_whrl_tab.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_hkdf.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_kdf1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_kdf1_iso18033.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_kdf2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_prf_tls.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_prf_x942.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_sp800_108.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_sp800_56a.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/kdf_sp800_56c.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_cbc_mac.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_cmac.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_gmac.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_hmac.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_poly1305.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_siphash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/mac_x919_mac.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_big_code.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_big_io.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_big_ops2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_big_ops3.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_big_rand.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_bigint_divide.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_mp_comba.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_mp_karat.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_mp_monty.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_mp_monty_n.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_dsa_gen.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_jacobi.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_make_prm.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_mod_inv.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_monty.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_monty_exp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_mp_numth.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_nistp_redc.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_numthry.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_pow_mod.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_primality.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_primes.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_reducer.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/math_numbertheory_ressol.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_aont_package.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_cryptobox.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_fpe_fe1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_hotp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_hotp_totp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_nist_keywrap.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_rfc3394.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_roughtime.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_srp6.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_tss.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_zfec.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_zfec_sse2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/misc_zfec_vperm.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_ccm.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_chacha20poly1305.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_eax.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_gcm.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_ocb.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_aead_siv.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_cbc.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_cfb.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_cipher_mode.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_mode_pad.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/modes_xts.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/passhash_bcrypt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/passhash_passhash9.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_argon2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_argon2_ssse3.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_argon2_argon2fmt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_argon2_argon2pwhash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_bcrypt_pbkdf.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_pbkdf1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_pbkdf2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_pgp_s2k.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_pwdhash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pbkdf_scrypt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_eme.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_eme_oaep_oaep.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_eme_pkcs1_eme_pkcs.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_eme_raw.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa_pkcs1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa_pssr_pssr.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa_raw.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_emsa_x931.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_hash_id.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_iso9796.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_mgf1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pk_pad_padding.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_ecc_key.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_ecdh.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_ecdsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_mechanism.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_module.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_object.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_randomgenerator.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_rsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_session.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_slot.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/prov_pkcs11_p11_x509.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/psk_db.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/psk_db_psk_db_sql.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_blinding.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_cecpq1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_curve25519.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_curve25519_donna.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dh.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dl_algo.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dl_group.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dl_group_dl_named.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dlies.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_dsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ec_group_curve_gfp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ec_group.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ec_group_ec_named.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ec_group_point_gfp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ec_group_point_mul.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ecc_key.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ecdh.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ecdsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ecgdsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ecies.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_eckcdsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519_fe.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519_key.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519_ge.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519_sc_muladd.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_ed25519_sc_reduce.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_elgamal.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_gost_3410.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_keypair.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_code_based_key_gen.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_gf2m_rootfind_dcmp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_gf2m_small_m.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_goppa_code.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_workfactor.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_mceliece.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_mceliece_key.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mce_polyn_gf2m.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_mceies.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_newhope.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pbes2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pem.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pk_algs.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pk_keys.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pk_ops.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_pkcs8.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_rfc6979.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_rsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_sm2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_sm2_enc.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_workfactor.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_x509_key.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_common_ops.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_hash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_index_registry.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_parameters.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_privatekey.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_publickey.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_signature.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_signature_operation.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_verification_operation.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_wots_parameters.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_wots_privatekey.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/pubkey_xmss_wots_publickey.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_auto_rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_chacha_rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_hmac_drbg.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_processor_rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_rdrand_rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_stateful_rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/rng_system_rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_chacha.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_chacha_avx2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_chacha_simd32.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_ctr.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_ofb.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_rc4.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_salsa20.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_shake_cipher.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/stream_cipher.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_credentials_manager.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_cert_req.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_cert_status.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_cert_verify.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_certificate.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_client_hello.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_client_kex.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_finished.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_hello_verify.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_server_hello.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_server_kex.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_msg_session_ticket.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_sessions_sql_tls_session_manager_sql.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_alert.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_algos.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_blocking.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_callbacks.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_cbc.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_channel.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_ciphersuite.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_client.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_extensions.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_handshake_hash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_handshake_io.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_handshake_state.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_policy.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_record.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_server.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_session.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_session_key.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_session_manager_memory.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_suite_info.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_text_policy.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/tls_version.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_assert.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_calendar.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_charset.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_cpuid.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_cpuid_arm.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_cpuid_ppc.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_cpuid_x86.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_ct_utils.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_data_src.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_dyn_load.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_exceptn.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_filesystem.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_ghash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_ghash_cpu.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_ghash_vperm.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_http_util.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_locking_allocator.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_mem_ops.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_mem_pool.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_os_utils.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_parsing.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_poly_dbl.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_read_cfg.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_read_kv.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_socket.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_socket_udp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_socket_uri.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_thread_utils_barrier.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_thread_utils_rwlock.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_thread_utils_semaphore.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_thread_utils_thread_pool.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_timer.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_uuid.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/utils_version.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_asn1_alt_name.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_cert_status.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_certstor.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_certstor_flatfile.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_certstor_sql.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_certstor_system.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_crl_ent.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_datastor.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_key_constraint.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_name_constraint.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_ocsp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_ocsp_types.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_pkcs10.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_attribute.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_ca.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_crl.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_dn.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_dn_ub.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_ext.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_obj.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_x509cert.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_x509opt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_x509path.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/lib/x509_x509self.o -L/usr/local/lib -lbz2 -llzma -lz -o /usr/ports/pobj/botan2-2.19.5/build-i386/libbotan-2.so.19.1 c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/argon2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/argon2.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/asn1.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/asn1.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/bcrypt.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/bcrypt.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/cc_enc.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/cc_enc.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/cli.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/cli.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/cli_rng.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/cli_rng.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/codec.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/codec.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/compress.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/compress.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/encryption.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/encryption.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/entropy.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/entropy.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/hash.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/hash.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/hmac.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/hmac.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/main.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/main.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/math.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/math.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/pbkdf.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/pbkdf.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/pk_crypt.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/pk_crypt.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/psk.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/psk.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/pubkey.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/pubkey.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/roughtime.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/roughtime.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/sandbox.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/sandbox.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/speed.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/speed.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/timing_tests.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/timing_tests.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/tls_client.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/tls_client.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/tls_http_server.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/tls_http_server.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/tls_proxy.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/tls_proxy.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/tls_server.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/tls_server.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/tls_utils.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/tls_utils.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/tss.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/tss.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/utils.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/utils.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/x509.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/x509.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/cli/zfec.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/zfec.o c++ -fstack-protector -pthread /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/argon2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/asn1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/bcrypt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/cc_enc.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/cli.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/cli_rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/codec.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/compress.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/encryption.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/entropy.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/hash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/hmac.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/main.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/math.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/pbkdf.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/pk_crypt.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/psk.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/pubkey.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/roughtime.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/sandbox.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/speed.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/timing_tests.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/tls_client.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/tls_http_server.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/tls_proxy.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/tls_server.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/tls_utils.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/tss.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/utils.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/x509.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/cli/zfec.o -L/usr/ports/pobj/botan2-2.19.5/build-i386 -lbotan-2 -L/usr/local/lib -lbz2 -llzma -lz -o /usr/ports/pobj/botan2-2.19.5/build-i386/botan c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/main.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/main.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_aead.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_aead.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_asn1.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_asn1.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_bigint.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_bigint.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_block.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_block.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_blowfish.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_blowfish.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_c25519.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_c25519.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_certstor.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_certstor.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_certstor_flatfile.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_certstor_flatfile.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_certstor_system.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_certstor_system.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_certstor_utils.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_certstor_utils.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_clang_bug.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_clang_bug.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_compression.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_compression.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_cryptobox.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_cryptobox.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_datastore.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_datastore.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_dh.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_dh.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_dl_group.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_dl_group.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_dlies.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_dlies.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_dsa.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_dsa.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_ecc_pointmul.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ecc_pointmul.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_ecdh.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ecdh.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_ecdsa.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ecdsa.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_ecgdsa.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ecgdsa.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_ecies.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ecies.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_eckcdsa.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_eckcdsa.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_ed25519.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ed25519.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_elgamal.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_elgamal.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_entropy.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_entropy.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_ffi.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ffi.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_filters.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_filters.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_fpe.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_fpe.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_gf2m.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_gf2m.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_gost_3410.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_gost_3410.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_hash.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_hash.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_hash_id.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_hash_id.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_kdf.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_kdf.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_keywrap.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_keywrap.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_mac.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_mac.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_mceliece.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_mceliece.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_modes.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_modes.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_mp.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_mp.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_name_constraint.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_name_constraint.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_newhope.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_newhope.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_ocb.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ocb.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_ocsp.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ocsp.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_octetstring.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_octetstring.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_oid.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_oid.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_os_utils.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_os_utils.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_otp.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_otp.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_package_transform.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_package_transform.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_pad.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_pad.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_passhash.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_passhash.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_pbkdf.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_pbkdf.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_pem.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_pem.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_pk_pad.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_pk_pad.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_pkcs11_high_level.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_pkcs11_high_level.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_pkcs11_low_level.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_pkcs11_low_level.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_psk_db.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_psk_db.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_pubkey.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_pubkey.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_rfc6979.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_rfc6979.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_rng.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_rng.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_rng_kat.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_rng_kat.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_roughtime.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_roughtime.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_rsa.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_rsa.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_runner.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_runner.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -msse2 -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_simd.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_simd.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_siv.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_siv.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_sm2.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_sm2.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_sodium.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_sodium.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_srp6.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_srp6.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_stream.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_stream.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_tests.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_tests.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_thread_utils.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_thread_utils.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_tls.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_tls.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_tls_messages.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_tls_messages.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_tls_stream_integration.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_tls_stream_integration.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_tpm.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_tpm.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_tss.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_tss.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_uri.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_uri.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_utils.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_utils.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_workfactor.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_workfactor.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_x509_dn.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_x509_dn.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_x509_path.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_x509_path.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_xmss.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_xmss.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/test_zfec.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_zfec.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/tests.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/tests.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/unit_asio_stream.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/unit_asio_stream.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/unit_ecc.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/unit_ecc.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/unit_ecdh.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/unit_ecdh.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/unit_ecdsa.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/unit_ecdsa.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/unit_tls.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/unit_tls.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/unit_tls_policy.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/unit_tls_policy.o c++ -fstack-protector -pthread -std=c++11 -D_REENTRANT -O2 -pipe -DBOTAN_IS_BEING_BUILT -Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include -I/usr/ports/pobj/botan2-2.19.5/build-i386/build/include/external -I/usr/local/include -c /usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/unit_x509.cpp -o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/unit_x509.o c++ -fstack-protector -pthread /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/main.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_aead.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_asn1.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_bigint.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_block.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_blowfish.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_c25519.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_certstor.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_certstor_flatfile.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_certstor_system.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_certstor_utils.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_clang_bug.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_compression.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_cryptobox.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_datastore.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_dh.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_dl_group.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_dlies.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_dsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ecc_pointmul.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ecdh.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ecdsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ecgdsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ecies.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_eckcdsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ed25519.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_elgamal.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_entropy.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ffi.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_filters.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_fpe.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_gf2m.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_gost_3410.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_hash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_hash_id.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_kdf.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_keywrap.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_mac.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_mceliece.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_modes.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_mp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_name_constraint.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_newhope.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ocb.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_ocsp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_octetstring.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_oid.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_os_utils.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_otp.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_package_transform.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_pad.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_passhash.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_pbkdf.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_pem.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_pk_pad.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_pkcs11_high_level.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_pkcs11_low_level.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_psk_db.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_pubkey.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_rfc6979.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_rng.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_rng_kat.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_roughtime.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_rsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_runner.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_simd.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_siv.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_sm2.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_sodium.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_srp6.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_stream.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_tests.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_thread_utils.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_tls.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_tls_messages.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_tls_stream_integration.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_tpm.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_tss.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_uri.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_utils.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_workfactor.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_x509_dn.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_x509_path.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_xmss.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/test_zfec.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/tests.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/unit_asio_stream.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/unit_ecc.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/unit_ecdh.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/unit_ecdsa.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/unit_tls.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/unit_tls_policy.o /usr/ports/pobj/botan2-2.19.5/build-i386/build/obj/test/unit_x509.o -L/usr/ports/pobj/botan2-2.19.5/build-i386 -lbotan-2 -L/usr/local/lib -lbz2 -llzma -lz -o /usr/ports/pobj/botan2-2.19.5/build-i386/botan-test "/usr/ports/pobj/botan2-2.19.5/bin/python" "/usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/scripts/build_docs.py" --build-dir="/usr/ports/pobj/botan2-2.19.5/build-i386/build" INFO: Starting rst2man /usr/ports/pobj/botan2-2.19.5/build-i386/build/botan.rst /usr/ports/pobj/botan2-2.19.5/build-i386/build/botan.1 ===> Regression tests for botan2-2.19.5p1 LD_LIBRARY_PATH=/usr/ports/pobj/botan2-2.19.5/build-i386 /usr/ports/pobj/botan2-2.19.5/build-i386/botan-test --data-dir=/usr/ports/pobj/botan2-2.19.5/Botan-2.19.5/src/tests/data Testing Botan 2.19.5 (release, dated 20240708, revision git:935055e839794a076d209c9e9a1e9cd2255aae01, distribution OpenBSD 7.6) CPU flags: sse2 ssse3 sse41 sse42 rdtsc aes_ni clmul Starting tests drbg_seed:000026ECE0C352DF block: AES-128 ran 17235 tests in 138.65 msec all ok AES-192 ran 20250 tests in 162.60 msec all ok AES-256 ran 23130 tests in 188.93 msec all ok ARIA-128 ran 30 tests in 0.68 msec all ok ARIA-192 ran 30 tests in 0.26 msec all ok ARIA-256 ran 30 tests in 0.27 msec all ok Blowfish ran 930 tests in 14.96 msec all ok CAST-128 ran 720 tests in 5.99 msec all ok CAST-256 ran 195 tests in 2.77 msec all ok Camellia-128 ran 90 tests in 2.01 msec all ok Camellia-192 ran 45 tests in 0.37 msec all ok Camellia-256 ran 75 tests in 0.65 msec all ok Cascade(Serpent,AES-256) ran 30 tests in 0.33 msec all ok Cascade(Serpent,CAST-128) ran 15 tests in 0.18 msec all ok Cascade(Serpent,Twofish) ran 45 tests in 0.86 msec all ok DES ran 4815 tests in 36.95 msec all ok DESX ran 135 tests in 1.51 msec all ok GOST-28147-89(R3411_94_TestParam) ran 270 tests in 4.14 msec all ok GOST-28147-89(R3411_CryptoPro) ran 150 tests in 1.47 msec all ok IDEA ran 16260 tests in 140.82 msec all ok KASUMI ran 45 tests in 1.12 msec all ok Lion(SHA-160,RC4,64) ran 15 tests in 1.18 msec all ok MISTY1 ran 465 tests in 3.74 msec all ok Noekeon ran 15450 tests in 122.05 msec all ok SEED ran 60 tests in 0.48 msec all ok SHACAL2 ran 30690 tests in 250.77 msec all ok SM4 ran 45 tests in 3.72 msec all ok Serpent ran 31380 tests in 253.93 msec all ok Threefish-512 ran 75 tests in 0.99 msec all ok TripleDES ran 840 tests in 6.81 msec all ok Twofish ran 16545 tests in 152.01 msec all ok XTEA ran 1020 tests in 8.60 msec all ok stream: CTR-BE(AES-128) ran 648 tests in 9.29 msec all ok CTR-BE(AES-128,4) ran 12 tests in 2.00 msec all ok CTR-BE(AES-128,5) ran 12 tests in 0.16 msec all ok CTR-BE(AES-128,6) ran 12 tests in 0.16 msec all ok CTR-BE(AES-128,8) ran 12 tests in 0.18 msec all ok CTR-BE(AES-192) ran 768 tests in 11.58 msec all ok CTR-BE(AES-256) ran 804 tests in 11.87 msec all ok CTR-BE(Blowfish) ran 12 tests in 2.07 msec all ok CTR-BE(DES) ran 588 tests in 18.12 msec all ok CTR-BE(Noekeon) ran 2304 tests in 35.05 msec all ok CTR-BE(Serpent) ran 2100 tests in 34.84 msec all ok CTR-BE(TripleDES) ran 2556 tests in 42.96 msec all ok CTR-BE(XTEA) ran 1452 tests in 21.66 msec all ok ChaCha(12) ran 48 tests in 0.60 msec all ok ChaCha(20) ran 2064 tests in 27.75 msec all ok ChaCha(8) ran 478 tests in 20.51 msec all ok MARK-4 ran 60 tests in 0.63 msec all ok OFB(AES-128) ran 132 tests in 1.74 msec all ok OFB(AES-192) ran 12 tests in 0.16 msec all ok OFB(AES-256) ran 12 tests in 0.15 msec all ok OFB(DES) ran 48 tests in 2.65 msec all ok RC4 ran 828 tests in 12.84 msec all ok RC4(3) ran 12 tests in 0.43 msec all ok SHAKE-128 ran 13740 tests in 145.33 msec all ok Salsa20 ran 143 tests in 3.61 msec all ok hash: Adler32 ran 266 tests in 0.92 msec all ok BLAKE2b(224) ran 2547 tests in 13.20 msec all ok BLAKE2b(256) ran 2547 tests in 12.81 msec all ok BLAKE2b(384) ran 2547 tests in 13.12 msec all ok BLAKE2b(512) ran 2675 tests in 15.75 msec all ok CRC24 ran 284 tests in 1.23 msec all ok CRC32 ran 266 tests in 0.65 msec all ok Comb4P(MD4,MD5) ran 10 tests in 2.68 msec all ok Comb4P(SHA-160,RIPEMD-160) ran 10 tests in 1.97 msec all ok GOST-R-34.11-94 ran 95 tests in 3.44 msec all ok Keccak-1600(224) ran 2667 tests in 20.64 msec all ok Keccak-1600(256) ran 2667 tests in 20.64 msec all ok Keccak-1600(384) ran 2667 tests in 22.72 msec all ok Keccak-1600(512) ran 2667 tests in 26.27 msec all ok MD4 ran 750 tests in 1.98 msec all ok MD5 ran 760 tests in 2.25 msec all ok Parallel(MD5,SHA-160) ran 13 tests in 0.45 msec all ok Parallel(SHA-256,SHA-512) ran 15 tests in 0.84 msec all ok RIPEMD-160 ran 743 tests in 2.38 msec all ok SHA-160 ran 1530 tests in 5.20 msec all ok SHA-224 ran 25 tests in 0.38 msec all ok SHA-256 ran 3893 tests in 13.25 msec all ok SHA-3(224) ran 997 tests in 7.59 msec all ok SHA-3(256) ran 997 tests in 7.20 msec all ok SHA-3(384) ran 997 tests in 7.15 msec all ok SHA-3(512) ran 997 tests in 14.90 msec all ok SHA-384 ran 63 tests in 0.69 msec all ok SHA-512 ran 1363 tests in 8.42 msec all ok SHA-512-256 ran 17 tests in 0.48 msec all ok SHAKE-128(1120) ran 10 tests in 0.06 msec all ok SHAKE-128(128) ran 2107 tests in 13.69 msec all ok SHAKE-256(2000) ran 10 tests in 0.08 msec all ok SHAKE-256(256) ran 27 tests in 0.65 msec all ok SM3 ran 1375 tests in 8.48 msec all ok Skein-512(224) ran 2547 tests in 26.24 msec all ok Skein-512(256) ran 2547 tests in 23.19 msec all ok Skein-512(384) ran 2547 tests in 23.39 msec all ok Skein-512(512) ran 2667 tests in 27.04 msec all ok Skein-512(512,Test) ran 8 tests in 0.08 msec all ok Streebog-256 ran 1307 tests in 14.69 msec all ok Streebog-512 ran 1317 tests in 12.02 msec all ok Tiger(16,3) ran 17 tests in 2.95 msec all ok Tiger(16,4) ran 10 tests in 0.04 msec all ok Tiger(20,3) ran 17 tests in 0.08 msec all ok Tiger(20,4) ran 10 tests in 0.05 msec all ok Tiger(24,3) ran 6513 tests in 29.66 msec all ok Tiger(24,4) ran 10 tests in 0.04 msec all ok Whirlpool ran 73 tests in 3.19 msec all ok mac: CBC-MAC(AES-128) ran 522 tests in 5.35 msec all ok CBC-MAC(DES) ran 357 tests in 5.45 msec all ok CMAC(AES-128) ran 245 tests in 2.89 msec all ok CMAC(AES-192) ran 64 tests in 0.76 msec all ok CMAC(AES-256) ran 75 tests in 0.87 msec all ok CMAC(Blowfish) ran 11 tests in 0.39 msec all ok CMAC(Threefish-512) ran 11 tests in 0.15 msec all ok GMAC(AES-128) ran 300 tests in 7.02 msec all ok GMAC(AES-192) ran 168 tests in 2.38 msec all ok GMAC(AES-256) ran 168 tests in 2.41 msec all ok HMAC(MD5) ran 44 tests in 0.47 msec all ok HMAC(RIPEMD-160) ran 44 tests in 0.53 msec all ok HMAC(SHA-160) ran 66 tests in 0.74 msec all ok HMAC(SHA-224) ran 55 tests in 0.72 msec all ok HMAC(SHA-256) ran 77 tests in 1.01 msec all ok HMAC(SHA-3(224)) ran 88 tests in 1.69 msec all ok HMAC(SHA-3(256)) ran 88 tests in 1.65 msec all ok HMAC(SHA-3(384)) ran 88 tests in 1.71 msec all ok HMAC(SHA-3(512)) ran 88 tests in 1.74 msec all ok HMAC(SHA-384) ran 66 tests in 1.10 msec all ok HMAC(SHA-512) ran 66 tests in 1.14 msec all ok HMAC(SHA-512-256) ran 33 tests in 0.53 msec all ok Poly1305 ran 852 tests in 7.77 msec all ok SipHash(2,4) ran 641 tests in 7.79 msec all ok X9.19-MAC ran 66 tests in 1.20 msec all ok aead: AES-128/CCM(10,2) ran 52 tests in 1.03 msec all ok AES-128/CCM(12,2) ran 26 tests in 0.52 msec all ok AES-128/CCM(14,2) ran 26 tests in 0.52 msec all ok AES-128/CCM(16,2) ran 78 tests in 1.55 msec all ok AES-128/CCM(16,3) ran 52 tests in 1.04 msec all ok AES-128/CCM(16,4) ran 26 tests in 0.51 msec all ok AES-128/CCM(16,5) ran 26 tests in 0.51 msec all ok AES-128/CCM(16,6) ran 26 tests in 0.52 msec all ok AES-128/CCM(16,7) ran 26 tests in 0.51 msec all ok AES-128/CCM(16,8) ran 26 tests in 0.52 msec all ok AES-128/CCM(4,2) ran 26 tests in 0.52 msec all ok AES-128/CCM(4,8) ran 26 tests in 0.51 msec all ok AES-128/CCM(6,2) ran 26 tests in 0.52 msec all ok AES-128/CCM(6,7) ran 26 tests in 0.51 msec all ok AES-128/CCM(8,2) ran 104 tests in 4.74 msec all ok AES-128/CCM(8,3) ran 26 tests in 0.51 msec all ok AES-128/EAX ran 2798 tests in 68.55 msec all ok AES-128/EAX(8) ran 60 tests in 6.39 msec all ok AES-128/GCM ran 2088 tests in 48.19 msec all ok AES-128/GCM(12) ran 368 tests in 7.44 msec all ok AES-128/GCM(8) ran 120 tests in 2.42 msec all ok AES-128/OCB ran 1242 tests in 27.78 msec all ok AES-128/OCB(12) ran 30 tests in 0.58 msec all ok AES-128/SIV ran 7487 tests in 152.07 msec all ok AES-192/EAX ran 150 tests in 3.67 msec all ok AES-192/GCM ran 736 tests in 14.64 msec all ok AES-192/GCM(12) ran 248 tests in 5.03 msec all ok AES-256/EAX ran 180 tests in 4.37 msec all ok AES-256/GCM ran 736 tests in 14.75 msec all ok AES-256/GCM(12) ran 248 tests in 5.06 msec all ok AES-256/GCM(13) ran 248 tests in 5.07 msec all ok AES-256/GCM(14) ran 248 tests in 5.07 msec all ok AES-256/GCM(15) ran 248 tests in 5.08 msec all ok ARIA-128/GCM ran 144 tests in 2.69 msec all ok ARIA-256/GCM ran 144 tests in 2.71 msec all ok Blowfish/EAX ran 509 tests in 14.88 msec all ok ChaCha20Poly1305 ran 41587 tests in 767.19 msec all ok DES/EAX ran 509 tests in 12.12 msec all ok SHACAL2/OCB(32) ran 90 tests in 1.83 msec all ok Threefish-512/EAX ran 30 tests in 0.90 msec all ok Threefish-512/OCB(32) ran 30 tests in 0.65 msec all ok TripleDES/EAX ran 509 tests in 12.97 msec all ok Twofish/EAX ran 989 tests in 24.49 msec all ok modes: AES-128/CBC/CTS ran 174 tests in 4.03 msec all ok AES-128/CBC/NoPadding ran 348 tests in 8.19 msec all ok AES-128/CBC/PKCS7 ran 1885 tests in 42.92 msec all ok AES-128/CFB ran 366 tests in 6.04 msec all ok AES-128/CFB(8) ran 405 tests in 6.97 msec all ok AES-128/XTS ran 5065 tests in 114.01 msec all ok AES-192/CBC/NoPadding ran 29 tests in 1.18 msec all ok AES-192/CFB ran 37 tests in 0.57 msec all ok AES-192/CFB(8) ran 37 tests in 0.61 msec all ok AES-256/CBC/NoPadding ran 29 tests in 0.93 msec all ok AES-256/CFB ran 37 tests in 0.62 msec all ok AES-256/CFB(8) ran 37 tests in 0.62 msec all ok AES-256/XTS ran 1486 tests in 31.49 msec all ok ARIA-256/CBC/NoPadding ran 37 tests in 1.60 msec all ok Blowfish/CBC/NoPadding ran 36 tests in 1.01 msec all ok CAST-128/CBC/PKCS7 ran 29 tests in 1.05 msec all ok CTR-BE(AES-128) ran 99 tests in 1.16 msec all ok CTR-BE(DES) ran 99 tests in 1.16 msec all ok DES/CBC/CTS ran 1278 tests in 27.62 msec all ok DES/CBC/NoPadding ran 29 tests in 3.17 msec all ok DES/CBC/OneAndZeros ran 1015 tests in 25.61 msec all ok DES/CBC/PKCS7 ran 957 tests in 27.31 msec all ok DES/CFB ran 668 tests in 11.05 msec all ok DES/CFB(16) ran 222 tests in 3.71 msec all ok DES/CFB(32) ran 259 tests in 4.64 msec all ok DES/CFB(8) ran 370 tests in 6.21 msec all ok Noekeon/CBC/PKCS7 ran 3712 tests in 97.79 msec all ok SHACAL2/XTS ran 29 tests in 3.38 msec all ok Serpent/XTS ran 7034 tests in 141.46 msec all ok Threefish-512/XTS ran 29 tests in 1.03 msec all ok TripleDES/CBC/NoPadding ran 37 tests in 1.01 msec all ok TripleDES/CBC/PKCS7 ran 37 tests in 0.96 msec all ok TripleDES/CFB ran 37 tests in 0.68 msec all ok TripleDES/CFB(8) ran 368 tests in 6.74 msec all ok TripleDES/XTS ran 4424 tests in 80.51 msec all ok Twofish/XTS ran 8248 tests in 154.91 msec all ok kdf: HKDF(HMAC(SHA-160)) ran 16 tests in 1.44 msec all ok HKDF(HMAC(SHA-256)) ran 12 tests in 0.39 msec all ok HKDF(HMAC(SHA-512)) ran 20 tests in 0.76 msec all ok HKDF-Expand(HMAC(SHA-160)) ran 16 tests in 0.24 msec all ok HKDF-Expand(HMAC(SHA-256)) ran 12 tests in 0.15 msec all ok HKDF-Expand(HMAC(SHA-512)) ran 20 tests in 0.29 msec all ok HKDF-Extract(HMAC(SHA-160)) ran 16 tests in 0.19 msec all ok HKDF-Extract(HMAC(SHA-256)) ran 12 tests in 0.15 msec all ok HKDF-Extract(HMAC(SHA-512)) ran 20 tests in 0.28 msec all ok KDF1(SHA-160) ran 24 tests in 0.20 msec all ok KDF1-18033(SHA-160) ran 8 tests in 0.08 msec all ok KDF1-18033(SHA-256) ran 8 tests in 0.06 msec all ok KDF2(SHA-160) ran 316 tests in 2.17 msec all ok KDF2(SHA-256) ran 4 tests in 0.04 msec all ok SP800-108-Counter(CMAC(AES-128)) ran 120 tests in 1.74 msec all ok SP800-108-Counter(CMAC(AES-192)) ran 120 tests in 1.37 msec all ok SP800-108-Counter(CMAC(AES-256)) ran 120 tests in 1.36 msec all ok SP800-108-Counter(CMAC(TripleDES)) ran 120 tests in 1.77 msec all ok SP800-108-Counter(HMAC(SHA-160)) ran 120 tests in 1.37 msec all ok SP800-108-Counter(HMAC(SHA-256)) ran 120 tests in 1.47 msec all ok SP800-108-Counter(HMAC(SHA-384)) ran 120 tests in 1.81 msec all ok SP800-108-Counter(HMAC(SHA-512)) ran 120 tests in 1.78 msec all ok SP800-108-Feedback(CMAC(AES-128)) ran 120 tests in 1.39 msec all ok SP800-108-Feedback(CMAC(AES-192)) ran 120 tests in 1.36 msec all ok SP800-108-Feedback(CMAC(AES-256)) ran 120 tests in 1.37 msec all ok SP800-108-Feedback(CMAC(TripleDES)) ran 120 tests in 1.76 msec all ok SP800-108-Feedback(HMAC(SHA-160)) ran 120 tests in 1.43 msec all ok SP800-108-Feedback(HMAC(SHA-256)) ran 120 tests in 1.51 msec all ok SP800-108-Feedback(HMAC(SHA-384)) ran 120 tests in 1.80 msec all ok SP800-108-Feedback(HMAC(SHA-512)) ran 120 tests in 1.88 msec all ok SP800-108-Pipeline(CMAC(AES-128)) ran 120 tests in 1.43 msec all ok SP800-108-Pipeline(CMAC(AES-192)) ran 120 tests in 1.46 msec all ok SP800-108-Pipeline(CMAC(AES-256)) ran 120 tests in 1.52 msec all ok SP800-108-Pipeline(CMAC(TripleDES)) ran 120 tests in 2.07 msec all ok SP800-108-Pipeline(HMAC(SHA-160)) ran 120 tests in 1.51 msec all ok SP800-108-Pipeline(HMAC(SHA-256)) ran 120 tests in 1.71 msec all ok SP800-108-Pipeline(HMAC(SHA-384)) ran 120 tests in 2.14 msec all ok SP800-108-Pipeline(HMAC(SHA-512)) ran 120 tests in 2.21 msec all ok SP800-56A(HMAC(SHA-160)) ran 200 tests in 2.97 msec all ok SP800-56A(HMAC(SHA-224)) ran 196 tests in 3.11 msec all ok SP800-56A(HMAC(SHA-256)) ran 196 tests in 3.07 msec all ok SP800-56A(HMAC(SHA-384)) ran 196 tests in 3.36 msec all ok SP800-56A(HMAC(SHA-512)) ran 192 tests in 3.31 msec all ok SP800-56A(SHA-160) ran 188 tests in 1.76 msec all ok SP800-56A(SHA-224) ran 188 tests in 1.73 msec all ok SP800-56A(SHA-256) ran 188 tests in 1.73 msec all ok SP800-56A(SHA-384) ran 188 tests in 1.82 msec all ok SP800-56A(SHA-512) ran 188 tests in 1.77 msec all ok SP800-56C(HMAC(SHA-160)) ran 40 tests in 0.60 msec all ok SP800-56C(HMAC(SHA-256)) ran 40 tests in 0.62 msec all ok SP800-56C(HMAC(SHA-384)) ran 40 tests in 0.74 msec all ok SP800-56C(HMAC(SHA-512)) ran 40 tests in 0.80 msec all ok TLS-12-PRF(HMAC(SHA-224)) ran 4 tests in 0.08 msec all ok TLS-12-PRF(HMAC(SHA-256)) ran 4 tests in 0.08 msec all ok TLS-12-PRF(HMAC(SHA-384)) ran 4 tests in 0.12 msec all ok TLS-12-PRF(HMAC(SHA-512)) ran 4 tests in 0.13 msec all ok TLS-PRF ran 128 tests in 2.12 msec all ok X9.42-PRF(1.2.840.113549.1.9.16.3.7) ran 4 tests in 0.79 msec all ok X9.42-PRF(KeyWrap.TripleDES) ran 4 tests in 32.32 msec all ok pbkdf: OpenPGP-S2K(SHA-160) ran 27 tests in 585.88 msec all ok OpenPGP-S2K(SHA-384) ran 12 tests in 76.78 msec all ok PBKDF1(SHA-160) ran 10 tests in 10.99 msec all ok PBKDF2(CMAC(Blowfish)) ran 3 tests in 0.16 msec all ok PBKDF2(HMAC(SHA-160)) ran 33 tests in 107.27 msec all ok PBKDF2(HMAC(SHA-256)) ran 3 tests in 148.51 msec all ok PBKDF2(HMAC(SHA-384)) ran 3 tests in 186.23 msec all ok PBKDF2(HMAC(SHA-512)) ran 3 tests in 181.82 msec all ok hmac_drbg: HMAC_DRBG(SHA-1) ran 240 tests in 27.45 msec all ok HMAC_DRBG(SHA-224) ran 240 tests in 42.48 msec all ok HMAC_DRBG(SHA-256) ran 240 tests in 43.86 msec all ok HMAC_DRBG(SHA-384) ran 240 tests in 88.27 msec all ok HMAC_DRBG(SHA-512) ran 240 tests in 86.08 msec all ok HMAC_DRBG(SHA-512-256) ran 240 tests in 85.07 msec all ok util: Util load/store ran 229 tests all ok Util round_down ran 6 tests in 0.06 msec all ok Util round_up ran 11 tests in 1.85 msec all ok argon2: Argon2d ran 12 tests in 166.60 msec all ok Argon2i ran 17 tests in 244.04 msec all ok Argon2id ran 647 tests in 325.68 msec all ok argon2_pass: Argon2 password hash ran 18 tests in 652.16 msec all ok asn1: ASN.1 ASCII encoding ran 2 tests all ok ASN.1 ASCII parsing ran 1 tests all ok ASN.1 BMP string (UCS-2) parsing ran 1 tests all ok ASN.1 UTF-8 encoding ran 2 tests all ok ASN.1 UTF-8 parsing ran 1 tests all ok ASN.1 universal string (UCS-4) parsing ran 1 tests all ok BER nested indefinite length ran 1 tests all ok BER stack recursion ran 1 tests all ok asn1_printer: ASN1_Pretty_Printer ran 6 tests all ok asn1_time: ASN.1 date parsing ran 25 tests in 2.91 msec all ok auto_rng_unit: AutoSeeded_RNG ran 13 tests all ok base32: Base32 ran 84 tests in 1.09 msec all ok base58: Base58 ran 32 tests in 1.28 msec all ok base58c: Base58 Check ran 8 tests in 2.99 msec all ok base64: Base64 ran 64 tests in 0.62 msec all ok bc_pad: ESP ran 32 tests in 0.70 msec all ok NoPadding ran 10 tests in 0.11 msec all ok OneAndZeros ran 20 tests in 0.35 msec all ok PKCS7 ran 18 tests in 0.19 msec all ok X9.23 ran 24 tests in 0.41 msec all ok bcrypt: bcrypt ran 380 tests in 4.62 sec all ok bcrypt_pbkdf: bcrypt PBKDF ran 36 tests in 2.19 sec all ok bigint_unit: BigInt IO operators ran 8 tests all ok BigInt encoding functions ran 1 tests all ok BigInt get_substring ran 34816 tests all ok BigInt prime generation ran 65 tests all ok BigInt size functions ran 72 tests all ok bit_ops: ctz ran 6 tests all ok is_power_of_2 ran 15 tests all ok significant_bytes ran 14 tests all ok blowfish_salted: Blowfish salted key schedule ran 11 tests in 1.56 msec all ok bn_add: BigInt Addition ran 312 tests in 5.48 msec all ok bn_cmp: BigInt Comparison EQ ran 6 tests in 0.65 msec all ok BigInt Comparison LT ran 12 tests in 0.58 msec all ok BigInt Comparison LTE ran 14 tests in 0.64 msec all ok bn_ct_lshift: BigInt const time shift ran 2048 tests all ok bn_div: BigInt Divide ran 2520 tests in 231.28 msec all ok bn_gcd: BigInt GCD ran 182 tests in 241.85 msec all ok bn_invmod: BigInt InvMod ran 267 tests in 67.95 msec all ok bn_isprime: BigInt Test NonPrime ran 107 tests in 1.63 sec all ok BigInt Test Prime ran 25 tests in 380.25 msec all ok bn_issquare: BigInt IsSquare ran 7 tests in 2.22 msec all ok bn_jacobi: BigInt Jacobi ran 5 tests in 0.55 msec all ok bn_lshift: BigInt Lshift ran 100 tests in 9.15 msec all ok bn_lucas: Lucas primality test ran 2999 tests all ok bn_mod: BigInt Mod ran 379 tests in 16.46 msec all ok bn_mul: BigInt Multiply ran 416 tests in 22.86 msec all ok bn_powmod: BigInt Powmod ran 213 tests in 1.48 sec all ok bn_rand: BigInt Random ran 2 tests in 0.16 msec all ok bn_ressol: BigInt Ressol ran 23 tests in 121.54 msec all ok bn_rshift: BigInt Rshift ran 102 tests in 1.61 msec all ok bn_sqr: BigInt Square ran 42 tests in 0.64 msec all ok bn_sub: BigInt Subtraction ran 154 tests in 2.62 msec all ok certstor: Certificate Store - Find by subject hash ran 6 tests all ok Certificate Store - Load every cert of every files ran 2 tests all ok certstor_flatfile: Flatfile Certificate Store - Find Certificate by SHA1(pubkey) ran 4 tests in 47.73 msec all ok Flatfile Certificate Store - Find Certificate by UTF8 subject DN ran 3 tests in 42.06 msec all ok Flatfile Certificate Store - Find Certificate by subject DN ran 3 tests in 43.62 msec all ok Flatfile Certificate Store - Find Certificate by subject DN and key ID ran 3 tests in 46.20 msec all ok Flatfile Certificate Store - Find Certificates by subject DN and key ID ran 4 tests in 43.01 msec all ok Flatfile Certificate Store - Find all Certificate Subjects ran 3 tests in 42.27 msec all ok Flatfile Certificate Store - Open Store ran 2 tests in 52.38 msec all ok Flatfile Certificate Store - can deal with no matches (regression test) ran 3 tests in 44.19 msec all ok Flatfile Certificate Store - rejects bundles with non-CA certs ran 1 tests all ok certstor_system: System Certificate Store - Find Certificate by SHA1(pubkey) ran 4 tests in 0.04 msec all ok System Certificate Store - Find Certificate by UTF8 subject DN ran 3 tests in 0.12 msec all ok System Certificate Store - Find Certificate by subject DN ran 3 tests in 0.12 msec all ok System Certificate Store - Find Certificate by subject DN and key ID ran 3 tests in 0.12 msec all ok System Certificate Store - Find Certificates by subject DN and key ID ran 4 tests in 0.12 msec all ok System Certificate Store - Find all Certificate Subjects ran 3 tests in 0.64 msec all ok System Certificate Store - Find all Certificates by subject DN ran 3 tests in 0.12 msec all ok System Certificate Store - Open Keychain ran 1 tests in 1.65 sec all ok System Certificate Store - can deal with no matches (regression test) ran 3 tests in 0.27 msec all ok chacha_rng: ChaCha_RNG ran 21 tests in 5.92 msec all ok chacha_rng_unit: ChaCha_RNG Broken Entropy Input ran 7 tests all ok ChaCha_RNG Nonce Check ran 21 tests all ok ChaCha_RNG Prediction Resistance ran 3 tests all ok ChaCha_RNG Randomize With Timestamp Input ran 2 tests all ok ChaCha_RNG Reseed ran 6 tests all ok ChaCha_RNG Reseed KAT ran 5 tests all ok ChaCha_RNG Security Level ran 1 tests all ok charset: Charset ran 14 tests in 0.44 msec all ok Charset negative tests ran 5 tests all ok clang_bug: PKCS8::load_key does not crash when compiled with Clang 8 ran 1 tests all ok compression: bz2 compression ran 30 tests all ok deflate compression ran 30 tests all ok gzip compression ran 30 tests all ok lzma compression ran 30 tests 2 FAILED Failure 1: Compression API lzam_easy_encoder failed with return code 5 Failure 2: Compression API lzam_easy_encoder failed with return code 5 zlib compression ran 30 tests all ok cpuid: CPUID ran 9 tests all ok create_compression: bz2 create compression ran 2 tests all ok create invalid compression ran 2 tests all ok deflate create compression ran 2 tests all ok gzip create compression ran 2 tests all ok lzma create compression ran 2 tests all ok zlib create compression ran 2 tests all ok cryptobox: Cryptobox ran 54 tests in 15.10 sec all ok ct_utils: CT utils ran 20 tests all ok curve25519_agreement: X25519/Raw key agreement ran 144 tests in 157.79 msec all ok curve25519_keygen: Curve25519 keygen ran 26 tests in 363.10 msec all ok curve25519_rt: Curve25519 roundtrip ran 10 tests all ok curve25519_scalar: Curve25519 scalarmult ran 18 tests in 18.93 msec all ok dh_invalid: DH invalid keys ran 7 tests in 50.96 sec all ok dh_kat: DH negative tests ran 2 tests all ok Diffie-Hellman/KDF2(SHA-1) Valid key agreement ran 4 tests in 20.33 msec all ok Diffie-Hellman/Raw Valid key agreement ran 72 tests in 4.95 sec all ok dh_keygen: DH modp/ietf/1024 keygen ran 26 tests in 1.79 sec all ok dl_group: DL_Group encoding ran 9 tests all ok DL_Group errors ran 2 tests all ok dl_group_gen: DL_Group generate ran 19 tests in 47.22 sec all ok dl_group_named: DL_Group named ran 115 tests in 1.62 sec all ok dlies: DLIES AES-256/CBC ran 84 tests in 17.13 sec all ok DLIES AES-256/GCM ran 16 tests in 3.71 sec all ok DLIES XOR ran 44 tests in 8.77 sec all ok dlies_unit: DLIES XOR ran 12 tests all ok dsa_keygen: DSA dsa/jce/1024 keygen ran 26 tests in 1.17 sec all ok dsa_param: DSA Parameter Generation ran 40 tests in 12.28 sec all ok dsa_sign: DSA/EMSA1(SHA-1) signature generation ran 45 tests in 466.18 msec all ok DSA/EMSA1(SHA-224) signature generation ran 36 tests in 324.53 msec all ok DSA/EMSA1(SHA-256) signature generation ran 36 tests in 321.90 msec all ok DSA/EMSA1(SHA-384) signature generation ran 36 tests in 309.76 msec all ok DSA/EMSA1(SHA-512) signature generation ran 36 tests in 328.79 msec all ok dsa_verify: DSA/Raw signature verification ran 14 tests in 23.73 msec all ok ec_group: EC_Group brainpool160r1 ran 43 tests all ok EC_Group brainpool192r1 ran 43 tests all ok EC_Group brainpool224r1 ran 43 tests all ok EC_Group brainpool256r1 ran 43 tests all ok EC_Group brainpool320r1 ran 43 tests all ok EC_Group brainpool384r1 ran 43 tests all ok EC_Group brainpool512r1 ran 43 tests all ok EC_Group frp256v1 ran 43 tests all ok EC_Group gost_256A ran 43 tests all ok EC_Group gost_512A ran 43 tests all ok EC_Group secp160k1 ran 43 tests all ok EC_Group secp160r1 ran 43 tests all ok EC_Group secp160r2 ran 43 tests all ok EC_Group secp192k1 ran 43 tests all ok EC_Group secp192r1 ran 43 tests all ok EC_Group secp224k1 ran 43 tests all ok EC_Group secp224r1 ran 43 tests all ok EC_Group secp256k1 ran 43 tests all ok EC_Group secp256r1 ran 43 tests all ok EC_Group secp384r1 ran 43 tests all ok EC_Group secp521r1 ran 43 tests all ok EC_Group sm2p256v1 ran 43 tests all ok EC_Group x962_p192v2 ran 43 tests all ok EC_Group x962_p192v3 ran 43 tests all ok EC_Group x962_p239v1 ran 43 tests all ok EC_Group x962_p239v2 ran 43 tests all ok EC_Group x962_p239v3 ran 43 tests all ok ecc_basemul: ECC base point multiply frp256v1 ran 312 tests in 699.65 msec all ok ECC base point multiply secp192r1 ran 312 tests in 451.09 msec all ok ECC base point multiply secp224r1 ran 312 tests in 760.89 msec all ok ECC base point multiply secp256k1 ran 300 tests in 654.59 msec all ok ECC base point multiply secp256r1 ran 312 tests in 403.58 msec all ok ECC base point multiply secp384r1 ran 312 tests in 1.34 sec all ok ECC base point multiply secp521r1 ran 312 tests in 2.58 sec all ok ecc_invalid: ECC invalid keys ran 5 tests in 236.82 msec all ok ecc_randomized: ECC randomized brainpool160r1 ran 39 tests in 176.74 msec all ok ECC randomized brainpool192r1 ran 39 tests in 70.02 msec all ok ECC randomized brainpool224r1 ran 39 tests in 124.92 msec all ok ECC randomized brainpool256r1 ran 39 tests in 152.68 msec all ok ECC randomized brainpool320r1 ran 39 tests in 308.23 msec all ok ECC randomized brainpool384r1 ran 39 tests in 486.20 msec all ok ECC randomized brainpool512r1 ran 39 tests in 515.74 msec all ok ECC randomized frp256v1 ran 39 tests in 107.18 msec all ok ECC randomized gost_256A ran 39 tests in 105.17 msec all ok ECC randomized gost_512A ran 39 tests in 523.95 msec all ok ECC randomized secp160k1 ran 39 tests in 57.34 msec all ok ECC randomized secp160r1 ran 39 tests in 63.57 msec all ok ECC randomized secp160r2 ran 39 tests in 64.70 msec all ok ECC randomized secp192k1 ran 39 tests in 60.27 msec all ok ECC randomized secp192r1 ran 39 tests in 59.37 msec all ok ECC randomized secp224k1 ran 39 tests in 120.00 msec all ok ECC randomized secp224r1 ran 39 tests in 118.30 msec all ok ECC randomized secp256k1 ran 39 tests in 105.89 msec all ok ECC randomized secp256r1 ran 39 tests in 89.63 msec all ok ECC randomized secp384r1 ran 39 tests in 279.75 msec all ok ECC randomized secp521r1 ran 39 tests in 619.71 msec all ok ECC randomized sm2p256v1 ran 39 tests in 103.99 msec all ok ECC randomized x962_p192v2 ran 39 tests in 61.09 msec all ok ECC randomized x962_p192v3 ran 39 tests in 60.12 msec all ok ECC randomized x962_p239v1 ran 39 tests in 99.73 msec all ok ECC randomized x962_p239v2 ran 39 tests in 98.38 msec all ok ECC randomized x962_p239v3 ran 39 tests in 98.88 msec all ok ecc_unit: ECC Unit ran 23 tests all ok ECC registration ran 1 tests all ok ecc_varmul: ECC var point multiply secp160r1 ran 12 tests in 11.30 msec all ok ECC var point multiply secp160r2 ran 12 tests in 11.22 msec all ok ECC var point multiply secp256r1 ran 12 tests in 20.90 msec all ok ECC var point multiply secp384r1 ran 12 tests in 35.68 msec all ok ECC var point multiply secp521r1 ran 12 tests in 67.82 msec all ok ecdh_kat: ECDH/Raw brainpool256r1 key agreement ran 4 tests in 12.89 msec all ok ECDH/Raw brainpool384r1 key agreement ran 4 tests in 59.02 msec all ok ECDH/Raw brainpool512r1 key agreement ran 4 tests in 64.69 msec all ok ECDH/Raw frp256v1 key agreement ran 50 tests in 157.29 msec all ok ECDH/Raw secp192r1 key agreement ran 50 tests in 82.59 msec all ok ECDH/Raw secp224r1 key agreement ran 50 tests in 122.06 msec all ok ECDH/Raw secp256r1 key agreement ran 50 tests in 128.31 msec all ok ECDH/Raw secp384r1 key agreement ran 50 tests in 380.87 msec all ok ECDH/Raw secp521r1 key agreement ran 50 tests in 829.12 msec all ok ecdh_keygen: ECDH brainpool256r1 keygen ran 26 tests in 290.49 msec all ok ECDH brainpool384r1 keygen ran 26 tests in 344.63 msec all ok ECDH brainpool512r1 keygen ran 26 tests in 349.71 msec all ok ECDH frp256v1 keygen ran 26 tests in 291.81 msec all ok ECDH secp256r1 keygen ran 26 tests in 229.37 msec all ok ECDH secp384r1 keygen ran 26 tests in 317.44 msec all ok ECDH secp521r1 keygen ran 26 tests in 370.87 msec all ok ecdh_unit: ECDH key exchange ran 4 tests all ok ecdsa_invalid: ECDSA invalid keys ran 78 tests in 4.07 msec all ok ecdsa_key_recovery: ECDSA key recovery ran 8 tests in 67.71 msec all ok ecdsa_keygen: ECDSA frp256v1 keygen ran 26 tests in 294.57 msec all ok ECDSA secp256r1 keygen ran 26 tests in 282.75 msec all ok ECDSA secp384r1 keygen ran 26 tests in 317.46 msec all ok ECDSA secp521r1 keygen ran 26 tests in 350.15 msec all ok ecdsa_sign: ECDSA/EMSA1(SHA-1) signature generation ran 180 tests in 1.13 sec all ok ECDSA/EMSA1(SHA-224) signature generation ran 171 tests in 1.15 sec all ok ECDSA/EMSA1(SHA-256) signature generation ran 171 tests in 1.03 sec all ok ECDSA/EMSA1(SHA-384) signature generation ran 171 tests in 1.03 sec all ok ECDSA/EMSA1(SHA-512) signature generation ran 171 tests in 1.10 sec all ok ECDSA/Raw signature generation ran 18 tests in 78.36 msec all ok ECDSA/Raw(SHA-1) signature generation ran 9 tests in 20.74 msec all ok ECDSA/Raw(SHA-224) signature generation ran 9 tests in 20.62 msec all ok ECDSA/Raw(SHA-256) signature generation ran 18 tests in 40.33 msec all ok ECDSA/Raw(SHA-384) signature generation ran 9 tests in 58.93 msec all ok ECDSA/Raw(SHA-512) signature generation ran 9 tests in 124.46 msec all ok ecdsa_sign_verify_der: ECDSA/EMSA1(SHA-512) signature sign/verify using DER format ran 7 tests all ok ecdsa_unit: ECDSA Unit ran 60 tests all ok ecdsa_verify: ECDSA/Raw signature verification ran 77 tests in 335.11 msec all ok ecdsa_verify_wycheproof: ECDSA/EMSA1(SHA-224) signature verification ran 663 tests in 1.69 sec all ok ECDSA/EMSA1(SHA-256) signature verification ran 1350 tests in 2.91 sec all ok ECDSA/EMSA1(SHA-384) signature verification ran 982 tests in 6.78 sec all ok ECDSA/EMSA1(SHA-512) signature verification ran 969 tests in 8.52 sec all ok ecgdsa_keygen: ECGDSA secp256r1 keygen ran 26 tests in 280.98 msec all ok ECGDSA secp384r1 keygen ran 26 tests in 323.50 msec all ok ECGDSA secp521r1 keygen ran 26 tests in 368.74 msec all ok ecgdsa_sign: ECGDSA/EMSA1(RIPEMD-160) signature generation ran 27 tests in 118.62 msec all ok ECGDSA/EMSA1(SHA-1) signature generation ran 9 tests in 16.94 msec all ok ECGDSA/EMSA1(SHA-224) signature generation ran 18 tests in 84.86 msec all ok ECGDSA/EMSA1(SHA-256) signature generation ran 27 tests in 208.09 msec all ok ECGDSA/EMSA1(SHA-384) signature generation ran 18 tests in 244.58 msec all ok ECGDSA/EMSA1(SHA-512) signature generation ran 9 tests in 129.74 msec all ok ecies: ECIES ran 36 tests in 629.34 msec all ok ecies_iso: ECIES-ISO ran 148 tests in 558.55 msec all ok ecies_unit: ECIES cipher not found ran 1 tests all ok ECIES ciphertext too short ran 1 tests all ok ECIES kdf not found ran 1 tests all ok ECIES mac not found ran 1 tests all ok ECIES other key not set ran 1 tests all ok ECIES short system params ctor ran 3 tests all ok eckcdsa_keygen: ECKCDSA secp256r1 keygen ran 26 tests in 264.33 msec all ok ECKCDSA secp384r1 keygen ran 26 tests in 258.86 msec all ok ECKCDSA secp521r1 keygen ran 26 tests in 327.86 msec all ok eckcdsa_sign: ECKCDSA/EMSA1(SHA-1) signature generation ran 9 tests in 13.06 msec all ok ECKCDSA/EMSA1(SHA-224) signature generation ran 9 tests in 19.70 msec all ok ECKCDSA/EMSA1(SHA-256) signature generation ran 9 tests in 19.66 msec all ok ed25519_curdle: Ed25519 CURDLE format ran 3 tests all ok ed25519_sign: Ed25519/Ed25519ph signature generation ran 9 tests in 10.12 msec all ok Ed25519/Pure signature generation ran 6381 tests in 6.62 sec all ok Ed25519/SHA-256 signature generation ran 9 tests in 9.02 msec all ok ed25519_verify: Ed25519/Pure signature verification ran 60 tests in 48.55 msec all ok elgamal_decrypt: ElGamal/EME-PKCS1-v1_5 decryption ran 1 tests in 45.23 msec all ok ElGamal/Raw decryption ran 96 tests in 3.33 sec all ok elgamal_encrypt: ElGamal/Raw encryption ran 60 tests in 5.55 sec all ok elgamal_keygen: ElGamal modp/ietf/1024 keygen ran 26 tests in 1.78 sec all ok eme_pkcs1v15: PKCSv15 Decoding ran 65 tests in 0.54 msec all ok entropy: Entropy source dev_random ran 9 tests in 1.78 sec all ok Entropy source getentropy ran 9 tests in 2.23 sec all ok Entropy source rdseed ran 1 tests in 0.02 msec all ok Entropy source system_rng ran 9 tests in 1.72 sec all ok ffi: FFI ran 22 tests all ok FFI CBC cipher ran 39 tests all ok FFI CRL ran 11 tests all ok FFI Cert validation ran 39 tests all ok FFI DH ran 46 tests all ok FFI DSA ran 134 tests all ok FFI EAX ran 47 tests all ok FFI ECDH ran 82 tests all ok FFI ECDSA ran 80 tests all ok FFI ECDSA cert ran 41 tests all ok FFI Ed25519 ran 20 tests all ok FFI ElGamal ran 102 tests all ok FFI FPE ran 12 tests all ok FFI GCM ran 58 tests all ok FFI HOTP ran 16 tests all ok FFI KDF ran 9 tests all ok FFI MAC ran 32 tests all ok FFI MP ran 115 tests all ok FFI McEliece ran 35 tests all ok FFI PKCS hash id ran 5 tests all ok FFI RNG ran 31 tests all ok FFI RSA ran 75 tests all ok FFI RSA cert ran 10 tests all ok FFI SM2 Enc ran 50 tests all ok FFI SM2 Sig ran 62 tests all ok FFI Scrypt ran 5 tests all ok FFI TOTP ran 9 tests all ok FFI X25519 ran 16 tests all ok FFI base64 ran 7 tests all ok FFI block ciphers ran 29 tests all ok FFI error handling ran 172 tests all ok FFI hash ran 34 tests all ok FFI hex ran 5 tests all ok FFI keywrap ran 5 tests all ok FFI stream ciphers ran 11 tests all ok filter: DataSink ran 3 tests all ok DataSinkFlush ran 1 tests all ok Filter Chain ran 6 tests all ok Filter Fork ran 4 tests all ok Pipe ran 46 tests all ok Pipe CBC ran 14 tests all ok Pipe CFB ran 30 tests all ok Pipe CTR ran 3 tests all ok Pipe I/O operators ran 2 tests all ok Pipe compress bzip2 ran 3 tests all ok Pipe compress zlib ran 4 tests all ok Pipe file descriptor IO ran 1 tests all ok SecureQueue ran 9 tests all ok Threaded_Fork ran 11 tests all ok fpe_fe1: FPE_FE1 ran 10 tests in 4.42 msec all ok gf2m: GF2m ran 131064 tests all ok gost_3410_keygen: GOST-34.10 gost_256A keygen ran 26 tests in 273.02 msec all ok GOST-34.10 secp256r1 keygen ran 26 tests in 273.32 msec all ok gost_3410_sign: GOST 34.10-2001/Raw signature generation ran 9 tests in 38.04 msec all ok gost_3410_verify: GOST 34.10-2001/Raw signature verification ran 7 tests in 45.24 msec all ok hash_nist_mc: NIST Monte Carlo SHA-1 ran 1 tests in 121.81 msec all ok NIST Monte Carlo SHA-224 ran 1 tests in 314.30 msec all ok NIST Monte Carlo SHA-256 ran 1 tests in 284.94 msec all ok NIST Monte Carlo SHA-384 ran 1 tests in 768.98 msec all ok NIST Monte Carlo SHA-512 ran 1 tests in 772.65 msec all ok NIST Monte Carlo SHA-512-256 ran 1 tests in 427.84 msec all ok hash_rep: Long input SHA-1 ran 1 tests in 9.41 msec all ok Long input SHA-224 ran 1 tests in 27.22 msec all ok Long input SHA-256 ran 1 tests in 27.29 msec all ok Long input SHA-3(224) ran 1 tests in 19.71 msec all ok Long input SHA-3(256) ran 1 tests in 20.83 msec all ok Long input SHA-3(384) ran 1 tests in 46.66 msec all ok Long input SHA-3(512) ran 1 tests in 74.38 msec all ok Long input SHA-384 ran 1 tests in 34.14 msec all ok Long input SHA-512 ran 1 tests in 34.21 msec all ok Long input Tiger ran 1 tests in 13.14 msec all ok hkdf_expand_label: HKDF-Expand-Label(SHA-256) ran 2 tests in 0.13 msec all ok HKDF-Expand-Label(SHA-384) ran 2 tests in 0.13 msec all ok hmac_drbg_unit: HMAC_DRBG Broken Entropy Input ran 7 tests all ok HMAC_DRBG Nonce Check ran 21 tests all ok HMAC_DRBG Prediction Resistance ran 3 tests all ok HMAC_DRBG Randomize With Timestamp Input ran 2 tests all ok HMAC_DRBG Reseed ran 8 tests all ok HMAC_DRBG Reseed KAT ran 5 tests all ok HMAC_DRBG Security Level ran 5 tests all ok HMAC_DRBG max_number_of_bytes_per_request ran 6 tests all ok HMAC_DRBG reseed_interval limits ran 2 tests all ok hostname: Hostname Matching ran 44 tests in 0.60 msec all ok invalid_name_hash: Invalid HashFunction names ran 8 tests all ok iv_carryover: CBC IV carry ran 4 tests all ok CFB IV carry ran 6 tests all ok CTR IV carry ran 54 tests all ok mce_keygen: McEliece keygen ran 15 tests in 1.78 sec all ok mceliece: McEliece IES ran 671 tests in 868.84 msec all ok McEliece KEM ran 610 tests in 130.58 msec all ok McEliece keygen ran 183 tests in 988.81 msec all ok mp_unit: bigint_cnd_abs ran 6 tests all ok bigint_cnd_add ran 4 tests all ok bigint_cnd_sub ran 4 tests all ok bigint_cnd_swap ran 12 tests all ok newhope: NEWHOPE ran 4000 tests in 1.72 sec all ok nist_key_wrap: NIST keywrap ran 272 tests in 83.33 msec all ok nist_key_wrap_invalid: NIST keywrap (invalid inputs) ran 10 tests in 0.61 msec all ok nist_redc: NIST P-192 reduction ran 34 tests in 2.89 msec all ok NIST P-224 reduction ran 34 tests in 3.50 msec all ok NIST P-256 reduction ran 34 tests in 4.09 msec all ok NIST P-384 reduction ran 34 tests in 6.57 msec all ok NIST P-521 reduction ran 34 tests in 10.22 msec all ok ocb_lazy_alloc: ocb_long: OCB long ran 3474 tests in 56.33 msec all ok ocb_long_wide: OCB wide block long test ran 5 tests in 20.10 msec all ok ocb_wide: OCB wide block KAT ran 20 tests in 0.72 msec all ok ocsp: OCSP request check w/o next_update w/o max_age ran 9 tests all ok OCSP request check w/o next_update with max_age ran 9 tests all ok OCSP request check with next_update w/o max_age ran 12 tests all ok OCSP request check with next_update with max_age ran 12 tests all ok OCSP request encoding ran 3 tests all ok OCSP request softfail check ran 3 tests all ok OCSP response certificate access ran 3 tests all ok OCSP response parsing ran 7 tests all ok octetstring: OctetString ran 14 tests all ok oid: OID add ran 3 tests all ok OID add and lookup ran 5 tests all ok OID add string ran 3 tests all ok os_utils: OS::get_cpu_cycle_counter ran 1 tests all ok OS::get_cpu_total/OS::get_cpu_available ran 1 tests all ok OS::get_high_resolution_clock ran 2 tests all ok OS::get_process_id ran 2 tests all ok OS::get_system_timestamp_ns ran 2 tests all ok OS::run_cpu_instruction_probe ran 2 tests all ok otp_hotp: HOTP SHA-1 ran 180 tests in 15.84 msec all ok HOTP SHA-256 ran 54 tests in 10.06 msec all ok HOTP SHA-512 ran 54 tests in 22.55 msec all ok otp_totp: TOTP SHA-1 ran 24 tests in 0.55 msec all ok package_transform: Package transform ran 762 tests all ok passhash9: passhash9 ran 17 tests in 7.57 sec all ok pem: PEM encoding ran 5 tests all ok pgp_s2k_iter: PGP_S2K iteration encoding ran 2032132 tests all ok pk_pad_emsa_unit: EMSA_name_tests ran 10 tests all ok pk_workfactor: DL_Exponent_Size work factor calculation ran 6 tests in 0.08 msec all ok RSA_Strength work factor calculation ran 8 tests in 0.10 msec all ok pkcs_hash_id: PKCS hash id for MD5 ran 2 tests all ok PKCS hash id for RIPEMD-160 ran 2 tests all ok PKCS hash id for SHA-160 ran 2 tests all ok PKCS hash id for SHA-224 ran 2 tests all ok PKCS hash id for SHA-256 ran 2 tests all ok PKCS hash id for SHA-3(224) ran 2 tests all ok PKCS hash id for SHA-3(256) ran 2 tests all ok PKCS hash id for SHA-3(384) ran 2 tests all ok PKCS hash id for SHA-3(512) ran 2 tests all ok PKCS hash id for SHA-384 ran 2 tests all ok PKCS hash id for SHA-512 ran 2 tests all ok PKCS hash id for SHA-512-256 ran 2 tests all ok PKCS hash id for SM3 ran 2 tests all ok PKCS hash id for Tiger(24,3) ran 2 tests all ok poly_dbl: Polynomial doubling ran 82 tests in 0.97 msec all ok processor_rng: Processor_RNG ran 1 tests all ok psk_db: PSK_DB ran 20 tests all ok pwdhash: Pwdhash Argon2d ran 1 tests in 864.06 msec all ok Pwdhash Argon2i ran 1 tests in 905.32 msec all ok Pwdhash Argon2id ran 1 tests in 950.47 msec all ok Pwdhash Bcrypt-PBKDF ran 1 tests in 331.89 msec all ok Pwdhash OpenPGP-S2K(SHA-384) ran 1 tests in 2.15 sec all ok Pwdhash PBKDF2(SHA-256) ran 1 tests in 1.09 sec all ok Pwdhash Scrypt ran 1 tests in 882.56 msec all ok rfc3394: RFC3394 keywrap ran 12 tests in 0.25 msec all ok rfc6979: RFC 6979 nonce generation ran 8 tests in 1.10 msec all ok roughtime: roughtime chain ran 14 tests all ok roughtime nonce ran 4 tests all ok roughtime server_information ran 14 tests all ok roughtime_nonce_from_blind: roughtime nonce_from_blind ran 2 tests in 0.23 msec all ok roughtime_request: roughtime request ran 2 tests in 0.28 msec all ok roughtime_response: roughtime response ran 23 tests in 18.03 msec all ok rsa_blinding: RSA blinding ran 450 tests all ok rsa_decrypt: RSA/OAEP(SHA-224,MGF1(SHA-256)) decryption ran 6 tests in 766.14 msec all ok RSA/OAEP(SHA-256,MGF1(SHA-1)) decryption ran 6 tests in 668.40 msec all ok RSA/OAEP(SHA-256,MGF1(SHA-512)) decryption ran 6 tests in 692.74 msec all ok RSA/OAEP(SHA-512,MGF1(SHA-1)) decryption ran 6 tests in 1.01 sec all ok RSA/OAEP(SHA-512,MGF1(SHA-512),TCPA) decryption ran 1 tests in 150.38 msec all ok rsa_encrypt: RSA/EME-PKCS1-v1_5 encryption ran 50 tests in 328.86 msec all ok RSA/OAEP(SHA-1) encryption ran 190 tests in 1.82 sec all ok RSA/Raw encryption ran 749 tests in 2.74 sec all ok rsa_kem: RSA/KDF1-18033(SHA-1) KEM ran 6 tests in 52.05 msec all ok RSA/KDF1-18033(SHA-256) KEM ran 6 tests in 50.00 msec all ok RSA/KDF1-18033(SHA-512) KEM ran 3 tests in 46.65 msec all ok RSA/KDF2(SHA-1) KEM ran 6 tests in 50.98 msec all ok RSA/KDF2(SHA-256) KEM ran 6 tests in 51.20 msec all ok RSA/KDF2(SHA-512) KEM ran 3 tests in 53.47 msec all ok rsa_keygen: RSA 1024 keygen ran 26 tests in 796.11 msec all ok RSA 1280 keygen ran 26 tests in 2.12 sec all ok rsa_keygen_badrng: RSA keygen with bad RNG ran 2 tests all ok rsa_pss: RSA/PSSR(SHA-224,MGF1,15) signature generation ran 90 tests in 674.40 msec all ok RSA/PSSR(SHA-224,MGF1,28) signature generation ran 90 tests in 1.86 sec all ok RSA/PSSR(SHA-256,MGF1,20) signature generation ran 90 tests in 671.63 msec all ok RSA/PSSR(SHA-256,MGF1,32) signature generation ran 90 tests in 1.69 sec all ok RSA/PSSR(SHA-384,MGF1,25) signature generation ran 90 tests in 690.65 msec all ok RSA/PSSR(SHA-384,MGF1,48) signature generation ran 90 tests in 1.68 sec all ok RSA/PSSR(SHA-512,MGF1,30) signature generation ran 90 tests in 714.49 msec all ok RSA/PSSR(SHA-512,MGF1,62) signature generation ran 90 tests in 1.61 sec all ok rsa_pss_raw: RSA/PSSR_Raw(SHA-224,MGF1,15) signature generation ran 90 tests in 648.29 msec all ok RSA/PSSR_Raw(SHA-224,MGF1,28) signature generation ran 90 tests in 1.67 sec all ok RSA/PSSR_Raw(SHA-256,MGF1,20) signature generation ran 90 tests in 670.62 msec all ok RSA/PSSR_Raw(SHA-256,MGF1,32) signature generation ran 90 tests in 1.55 sec all ok RSA/PSSR_Raw(SHA-384,MGF1,25) signature generation ran 90 tests in 657.74 msec all ok RSA/PSSR_Raw(SHA-384,MGF1,48) signature generation ran 90 tests in 1.69 sec all ok RSA/PSSR_Raw(SHA-512,MGF1,30) signature generation ran 90 tests in 694.36 msec all ok RSA/PSSR_Raw(SHA-512,MGF1,62) signature generation ran 90 tests in 1.63 sec all ok rsa_sign: RSA/EMSA1(SHA-1) signature generation ran 27 tests in 44.09 msec all ok RSA/EMSA2(RIPEMD-160) signature generation ran 36 tests in 81.71 msec all ok RSA/EMSA2(SHA-1) signature generation ran 18 tests in 29.82 msec all ok RSA/EMSA2(SHA-224) signature generation ran 36 tests in 85.29 msec all ok RSA/EMSA2(SHA-256) signature generation ran 36 tests in 82.80 msec all ok RSA/EMSA2(SHA-384) signature generation ran 36 tests in 89.86 msec all ok RSA/EMSA2(SHA-512) signature generation ran 36 tests in 80.87 msec all ok RSA/EMSA2(Whirlpool) signature generation ran 36 tests in 81.40 msec all ok RSA/EMSA3(MD5) signature generation ran 81 tests in 583.61 msec all ok RSA/EMSA3(RIPEMD-160) signature generation ran 36 tests in 128.55 msec all ok RSA/EMSA3(Raw) signature generation ran 45 tests in 104.59 msec all ok RSA/EMSA3(Raw,MD5) signature generation ran 9 tests in 16.04 msec all ok RSA/EMSA3(SHA-224) signature generation ran 27 tests in 89.59 msec all ok RSA/EMSA3(SHA-256) signature generation ran 54 tests in 160.70 msec all ok RSA/EMSA3(SHA-384) signature generation ran 36 tests in 82.91 msec all ok RSA/EMSA3(SHA-512) signature generation ran 36 tests in 134.69 msec all ok RSA/EMSA3(Tiger) signature generation ran 36 tests in 87.23 msec all ok RSA/EMSA4(SHA-1) signature generation ran 270 tests in 723.16 msec all ok RSA/ISO_9796_DS2(RIPEMD-160) signature generation ran 9 tests in 17.31 msec all ok RSA/ISO_9796_DS2(SHA-1,imp) signature generation ran 9 tests in 15.26 msec all ok RSA/ISO_9796_DS3(SHA-1,exp) signature generation ran 9 tests in 15.38 msec all ok RSA/ISO_9796_DS3(SHA-1,imp) signature generation ran 9 tests in 74.03 msec all ok RSA/PKCS1v15(SHA-1) signature generation ran 90 tests in 134.34 msec all ok rsa_verify: RSA/EMSA4(SHA-1) signature verification ran 98 tests in 34.29 msec all ok RSA/EMSA_PKCS1(SHA-256) signature verification ran 7 tests in 2.58 msec all ok RSA/ISO_9796_DS2(RIPEMD-160,exp) signature verification ran 7 tests in 1.95 msec all ok RSA/ISO_9796_DS2(RIPEMD-160,imp) signature verification ran 7 tests in 1.96 msec all ok RSA/ISO_9796_DS3(RIPEMD-160,imp) signature verification ran 7 tests in 2.03 msec all ok RSA/ISO_9796_DS3(SHA-1,exp) signature verification ran 7 tests in 1.89 msec all ok RSA/PSSR(RIPEMD-160) signature verification ran 28 tests in 14.23 msec all ok RSA/PSSR(SHA-1) signature verification ran 483 tests in 404.25 msec all ok RSA/PSSR(SHA-224) signature verification ran 91 tests in 174.09 msec all ok RSA/PSSR(SHA-256) signature verification ran 91 tests in 158.42 msec all ok RSA/PSSR(SHA-384) signature verification ran 63 tests in 147.11 msec all ok RSA/PSSR(SHA-512) signature verification ran 63 tests in 104.13 msec all ok RSA/Raw signature verification ran 7 tests in 9.65 msec all ok rsa_verify_invalid: RSA/EMSA4(SHA-1) verify invalid signature ran 45 tests in 249.74 msec all ok RSA/EMSA4(SHA-224) verify invalid signature ran 45 tests in 234.19 msec all ok RSA/EMSA4(SHA-256) verify invalid signature ran 45 tests in 264.61 msec all ok RSA/EMSA4(SHA-384) verify invalid signature ran 45 tests in 248.38 msec all ok RSA/EMSA4(SHA-512) verify invalid signature ran 45 tests in 248.92 msec all ok RSA/EMSA_PKCS1(SHA-256) verify invalid signature ran 141 tests in 179.89 msec all ok scrypt: scrypt ran 26 tests in 4.57 sec all ok simd_32: SIMD_4x32 ran 4800 tests all ok siv_ad: AES-128/SIV ran 3 tests in 0.31 msec all ok AES-192/SIV ran 1 tests in 0.08 msec all ok AES-256/SIV ran 1 tests in 0.08 msec all ok sm2_enc: SM2/SHA-256 encryption ran 5 tests in 24.46 msec all ok SM2/SM3 encryption ran 20 tests in 139.99 msec all ok sm2_keygen: SM2 secp256r1 keygen ran 26 tests in 359.12 msec all ok SM2 sm2p256v1 keygen ran 26 tests in 338.41 msec all ok sm2_sig: SM2/ALICE123@YAHOO.COM,Raw signature generation ran 9 tests in 60.02 msec all ok SM2/ALICE123@YAHOO.COM,SHA-256 signature generation ran 9 tests in 61.18 msec all ok SM2/ALICE123@YAHOO.COM,SM3 signature generation ran 9 tests in 58.90 msec all ok SM2/sm2_p256_test@example.com,SHA-256 signature generation ran 9 tests in 19.31 msec all ok SM2/sm2_p256_test@example.com,SM3 signature generation ran 9 tests in 19.58 msec all ok SM2/sm2test@example.com,SHA-256 signature generation ran 9 tests in 23.12 msec all ok SM2/sm2test@example.com,SM3 signature generation ran 9 tests in 23.80 msec all ok sodium: crypto_aead_chacha20poly1305 ran 13 tests all ok crypto_aead_chacha20poly1305_ietf ran 13 tests all ok crypto_aead_xchacha20poly1305 ran 13 tests all ok crypto_auth_hmacsha256 ran 3 tests all ok crypto_auth_hmacsha512 ran 4 tests all ok crypto_auth_hmacsha512256 ran 3 tests all ok crypto_box_curve25519xsalsa20poly1305 ran 14 tests all ok crypto_hash_sha256 ran 1 tests all ok crypto_hash_sha512 ran 1 tests all ok crypto_onetimeauth_poly1305 ran 4 tests all ok crypto_shorthash_siphash24 ran 1 tests all ok crypto_sign_ed25519 ran 8 tests all ok crypto_stream_chacha20 ran 4 tests all ok crypto_stream_salsa20 ran 2 tests all ok crypto_stream_xchacha20 ran 2 tests all ok crypto_stream_xsalsa20 ran 2 tests all ok randombytes_buf_deterministic ran 1 tests all ok secretbox_xsalsa20poly1305 ran 9 tests all ok sodium math utils ran 16 tests all ok sodium_malloc ran 1 tests all ok srp6: SRP6 ran 1 tests all ok srp6_kat: SRP6a ran 192 tests in 5.05 sec all ok system_rng: System_RNG ran 3 tests all ok testcode: Test Framework ran 45 tests all ok Testsuite_RNG ran 256 tests all ok thread_pool: Thread_Pool ran 100 tests all ok tls: Client aborts in tls_session_established with access_denied: DTLS v1.2 ran 14 tests in 34.47 msec all ok Client aborts in tls_session_established with access_denied: TLS v1.2 ran 12 tests in 33.02 msec all ok Client aborts in tls_session_established with bad_record_mac: DTLS v1.2 ran 14 tests in 34.64 msec all ok Client aborts in tls_session_established with bad_record_mac: TLS v1.2 ran 12 tests in 31.44 msec all ok Client aborts in tls_session_established with internal_error: DTLS v1.2 ran 14 tests in 34.57 msec all ok Client aborts in tls_session_established with internal_error: TLS v1.2 ran 12 tests in 31.42 msec all ok DTLS v1.0 3DES ECDH ran 110 tests in 82.61 msec all ok DTLS v1.0 3DES RSA ran 110 tests in 86.86 msec all ok DTLS v1.0 AES-128 ECDH ran 110 tests in 81.36 msec all ok DTLS v1.0 AES-128 RSA ran 110 tests in 64.54 msec all ok DTLS v1.0 Camellia-128 RSA ran 110 tests in 66.58 msec all ok DTLS v1.0 Camellia-256 RSA SHA-2 ran 110 tests in 70.36 msec all ok DTLS v1.0 SEED RSA ran 110 tests in 66.48 msec all ok DTLS v1.0 SRP6 AES ran 52 tests in 46.20 msec all ok DTLS v1.2 3DES ECDH ran 110 tests in 90.16 msec all ok DTLS v1.2 3DES RSA ran 110 tests in 74.30 msec all ok DTLS v1.2 AES-128 DH ran 55 tests in 8.46 sec all ok DTLS v1.2 AES-128 DHE_PSK ran 55 tests in 7.98 sec all ok DTLS v1.2 AES-128 ECDH ran 110 tests in 90.00 msec all ok DTLS v1.2 AES-128 ECDHE_PSK ran 55 tests in 12.15 msec all ok DTLS v1.2 AES-128 RSA ran 110 tests in 104.98 msec all ok DTLS v1.2 AES-128/CCM PSK ran 55 tests in 8.24 msec all ok DTLS v1.2 AES-128/CCM-8 PSK ran 55 tests in 8.33 msec all ok DTLS v1.2 AES-128/GCM ECDH ran 55 tests in 42.87 msec all ok DTLS v1.2 AES-128/GCM ECDH RSA ran 55 tests in 38.25 msec all ok DTLS v1.2 AES-128/GCM ECDH no OCSP ran 55 tests in 42.83 msec all ok DTLS v1.2 AES-128/GCM FFDHE-2048 ran 55 tests in 8.02 sec all ok DTLS v1.2 AES-128/GCM PSK ran 55 tests in 8.19 msec all ok DTLS v1.2 AES-128/GCM RSA ran 55 tests in 33.49 msec all ok DTLS v1.2 AES-128/GCM bp256r1 ran 55 tests in 52.30 msec all ok DTLS v1.2 AES-128/GCM point compression ran 55 tests in 43.02 msec all ok DTLS v1.2 AES-128/GCM x25519 ran 55 tests in 42.82 msec all ok DTLS v1.2 AES-128/OCB ECDH ran 55 tests in 41.40 msec all ok DTLS v1.2 AES-256/GCM CECPQ1 ran 55 tests in 49.06 msec all ok DTLS v1.2 AES-256/GCM client certs ran 63 tests in 65.68 msec all ok DTLS v1.2 AES-256/GCM p521 ran 55 tests in 103.40 msec all ok DTLS v1.2 AES-256/GCM secp112r1 ran 55 tests in 41.13 msec all ok DTLS v1.2 AES-256/OCB CECPQ1 ran 55 tests in 47.97 msec all ok DTLS v1.2 AES-256/OCB CECPQ1 RSA ran 55 tests in 43.32 msec all ok DTLS v1.2 ARIA ECDH ran 55 tests in 44.16 msec all ok DTLS v1.2 Camellia-128 RSA ran 110 tests in 179.44 msec all ok DTLS v1.2 Camellia-128/GCM ECDH ran 55 tests in 44.03 msec all ok DTLS v1.2 Camellia-256 RSA SHA-2 ran 110 tests in 74.95 msec all ok DTLS v1.2 Camellia-256 SHA-2 ran 55 tests in 36.13 msec all ok DTLS v1.2 ChaCha20Poly1305 CECPQ1 ran 55 tests in 43.27 msec all ok DTLS v1.2 ChaCha20Poly1305 ECDH ran 55 tests in 41.60 msec all ok DTLS v1.2 SEED RSA ran 110 tests in 70.20 msec all ok DTLS v1.2 SRP6 AES ran 52 tests in 49.77 msec all ok Server aborts in tls_session_established with access_denied: DTLS v1.2 ran 12 tests in 33.65 msec all ok Server aborts in tls_session_established with access_denied: TLS v1.2 ran 10 tests in 30.63 msec all ok Server aborts in tls_session_established with bad_record_mac: DTLS v1.2 ran 12 tests in 33.74 msec all ok Server aborts in tls_session_established with bad_record_mac: TLS v1.2 ran 10 tests in 30.50 msec all ok Server aborts in tls_session_established with internal_error: DTLS v1.2 ran 12 tests in 33.67 msec all ok Server aborts in tls_session_established with internal_error: TLS v1.2 ran 10 tests in 30.63 msec all ok TLS v1.0 3DES ECDH ran 102 tests in 84.90 msec all ok TLS v1.0 3DES RSA ran 102 tests in 70.98 msec all ok TLS v1.0 AES-128 ECDH ran 102 tests in 137.16 msec all ok TLS v1.0 AES-128 RSA ran 102 tests in 93.80 msec all ok TLS v1.0 Camellia-128 RSA ran 102 tests in 68.98 msec all ok TLS v1.0 Camellia-256 RSA SHA-2 ran 102 tests in 68.23 msec all ok TLS v1.0 SEED RSA ran 102 tests in 65.78 msec all ok TLS v1.0 SRP6 AES ran 52 tests in 52.48 msec all ok TLS v1.1 3DES ECDH ran 102 tests in 84.15 msec all ok TLS v1.1 3DES RSA ran 102 tests in 68.08 msec all ok TLS v1.1 AES-128 ECDH ran 102 tests in 81.13 msec all ok TLS v1.1 AES-128 RSA ran 102 tests in 65.37 msec all ok TLS v1.1 Camellia-128 RSA ran 102 tests in 87.96 msec all ok TLS v1.1 Camellia-256 RSA SHA-2 ran 102 tests in 67.92 msec all ok TLS v1.1 SEED RSA ran 102 tests in 82.71 msec all ok TLS v1.1 SRP6 AES ran 52 tests in 46.23 msec all ok TLS v1.2 3DES ECDH ran 102 tests in 88.63 msec all ok TLS v1.2 3DES RSA ran 102 tests in 85.86 msec all ok TLS v1.2 AES-128 DH ran 51 tests in 9.40 sec all ok TLS v1.2 AES-128 DHE_PSK ran 51 tests in 7.99 sec all ok TLS v1.2 AES-128 ECDH ran 102 tests in 105.76 msec all ok TLS v1.2 AES-128 ECDHE_PSK ran 51 tests in 11.79 msec all ok TLS v1.2 AES-128 RSA ran 102 tests in 72.84 msec all ok TLS v1.2 AES-128/CCM PSK ran 51 tests in 7.94 msec all ok TLS v1.2 AES-128/CCM-8 PSK ran 51 tests in 8.15 msec all ok TLS v1.2 AES-128/GCM ECDH ran 51 tests in 42.55 msec all ok TLS v1.2 AES-128/GCM ECDH RSA ran 51 tests in 37.65 msec all ok TLS v1.2 AES-128/GCM ECDH no OCSP ran 51 tests in 42.61 msec all ok TLS v1.2 AES-128/GCM FFDHE-2048 ran 51 tests in 8.11 sec all ok TLS v1.2 AES-128/GCM PSK ran 51 tests in 11.64 msec all ok TLS v1.2 AES-128/GCM RSA ran 50 tests in 14.24 msec all ok TLS v1.2 AES-128/GCM bp256r1 ran 51 tests in 51.70 msec all ok TLS v1.2 AES-128/GCM point compression ran 51 tests in 42.32 msec all ok TLS v1.2 AES-128/GCM x25519 ran 51 tests in 42.36 msec all ok TLS v1.2 AES-128/OCB ECDH ran 51 tests in 41.14 msec all ok TLS v1.2 AES-256/GCM CECPQ1 ran 51 tests in 45.65 msec all ok TLS v1.2 AES-256/GCM client certs ran 59 tests in 59.53 msec all ok TLS v1.2 AES-256/GCM p521 ran 51 tests in 102.62 msec all ok TLS v1.2 AES-256/GCM secp112r1 ran 51 tests in 36.90 msec all ok TLS v1.2 AES-256/OCB CECPQ1 ran 51 tests in 44.95 msec all ok TLS v1.2 AES-256/OCB CECPQ1 RSA ran 51 tests in 39.77 msec all ok TLS v1.2 ARIA ECDH ran 51 tests in 43.57 msec all ok TLS v1.2 Camellia-128 RSA ran 102 tests in 75.33 msec all ok TLS v1.2 Camellia-128/GCM ECDH ran 51 tests in 43.57 msec all ok TLS v1.2 Camellia-256 RSA SHA-2 ran 102 tests in 101.09 msec all ok TLS v1.2 Camellia-256 SHA-2 ran 51 tests in 30.78 msec all ok TLS v1.2 ChaCha20Poly1305 CECPQ1 ran 51 tests in 39.84 msec all ok TLS v1.2 ChaCha20Poly1305 ECDH ran 51 tests in 40.98 msec all ok TLS v1.2 SEED RSA ran 102 tests in 73.17 msec all ok TLS v1.2 SRP6 AES ran 52 tests in 49.12 msec all ok TLS v1.2 Strict policy ran 51 tests in 40.22 msec all ok TLS v1.2 Suite B ran 51 tests in 45.51 msec all ok tls_alert_strings: TLS::Alert::type_string ran 33 tests all ok tls_algo_strings: TLS::Auth_Method ran 10 tests all ok TLS::Kex_Algo ran 16 tests all ok TLS::Signature_Scheme ran 15 tests all ok tls_cbc: TLS CBC ran 10 tests in 1.11 msec all ok tls_cbc_padding: TLS CBC padding check ran 22 tests in 0.98 msec all ok tls_ciphersuites: TLS::Ciphersuite ran 366 tests all ok tls_dtls_reconnect: DTLS reconnection ran 8 tests all ok tls_messages: alert parsing ran 9 tests in 0.27 msec all ok cert_status parsing ran 7 tests in 0.43 msec all ok cert_verify parsing ran 8 tests in 0.40 msec all ok client_hello parsing ran 18 tests in 1.21 msec all ok hello_request parsing ran 2 tests in 0.08 msec all ok hello_verify parsing ran 5 tests in 0.22 msec all ok hello_verify_request construction ran 1 tests all ok new_session_ticket parsing ran 5 tests in 0.17 msec all ok server_hello parsing ran 12 tests in 0.39 msec all ok tls_policy: TLS Policy DH key verification ran 1 tests all ok TLS Policy DSA key verification ran 2 tests all ok TLS Policy ECDH key verification ran 2 tests all ok TLS Policy ECDSA key verification ran 2 tests all ok TLS Policy RSA key verification ran 2 tests all ok tls_policy_text: TLS Policy ran 6 tests all ok tls_session: TLS::Session ran 7 tests all ok tss_generation: TSS ran 63 tests in 1.57 msec all ok tss_recovery: TSS ran 8 tests in 0.51 msec all ok uri: uri constructors ran 3 tests all ok uri factories ran 53 tests all ok uri to_string ran 5 tests all ok util_dates: Date parsing ran 81 tests in 0.65 msec all ok calendar_point::to_string ran 1 tests all ok util_read_kv: read_kv ran 45 tests in 0.75 msec all ok uuid: UUID ran 12 tests all ok versioning: Versions ran 6 tests all ok x509_cve_2020_0601: CVE-2020-0601 ran 5 tests all ok x509_datastore: Data_Store ran 16 tests all ok x509_dn_cmp: X509_DN comparisons ran 30 tests in 0.95 msec all ok x509_name_constraint_ci: DNS name constraints are case insensitive ran 1 tests all ok x509_name_constraint_no_check_self: Name constraints do not apply to the certificate which includes them ran 1 tests all ok x509_name_constraint_san: Verifying certificate with alternative SAN violating name constraint ran 2 tests all ok x509_path_bsi: BSI path validation ran 788 tests in 18.51 sec all ok x509_path_extended: Extended X509 path validation ran 3 tests in 145.91 msec all ok x509_path_name_constraint: X509v3 Name Constraints: Invalid_DN_Name_Constraint.crt ran 1 tests all ok X509v3 Name Constraints: Invalid_Email_Name_Constraint.crt ran 1 tests all ok X509v3 Name Constraints: Invalid_IP_Name_Constraint.crt ran 1 tests all ok X509v3 Name Constraints: Valid_DNS_Name_Constraint.crt ran 1 tests all ok X509v3 Name Constraints: Valid_DN_Name_Constraint.crt ran 1 tests all ok X509v3 Name Constraints: Valid_IP_Name_Constraint.crt ran 1 tests all ok x509_path_nist: NIST path validation ran 71 tests in 2.99 sec all ok x509_path_rsa_pss: RSA-PSS X509 signature validation ran 118 tests in 5.79 sec all ok x509_path_with_ocsp: path check with forged ocsp using self-signed certificate (CVE-2022-43705) ran 2 tests all ok path check with ocsp response for intermediate that is (maliciously) self-signed by the intermediate ran 1 tests all ok path check with ocsp response from authorized responder certificate ran 3 tests all ok path check with ocsp w/o next_update w/o max_age ran 3 tests all ok path check with ocsp w/o next_update with max_age ran 3 tests all ok path check with ocsp with next_update w/o max_age ran 4 tests all ok path check with ocsp with next_update with max_age ran 4 tests all ok x509_path_x509test: X509test path validation ran 111 tests in 2.39 sec all ok X509test path validation softfail ran 4 tests in 60.88 msec all ok x509_path_xmss: XMSS path validation with certificate created by BouncyCastle ran 1 tests all ok XMSS path validation with certificate created by ISARA corp ran 1 tests all ok x509_unit: CRL DN name ran 2 tests all ok Certificate_Status_Code to_string ran 89 tests all ok DN with multiple elements in RDN ran 1 tests all ok PKCS10 extensions ran 28 tests all ok RSA OAEP decoding ran 2 tests all ok X509 Custom DN ran 70 tests all ok X509 Extensions ran 77 tests all ok X509 Extensions API ran 16 tests all ok X509 GOST-2012 certificates ran 1 tests all ok X509 Hashes ran 140 tests all ok X509 Padding Config ran 11 tests all ok X509 Self Issued ran 7 tests all ok X509 Time ran 75 tests all ok X509 Unit ran 210 tests all ok X509 Usage ran 72 tests all ok X509 Valid Constraints ran 57 tests all ok X509 object uninitialized access ran 2 tests all ok X509 with PKIX.AuthorityInformationAccess extension ran 9 tests all ok X509 with UCS-2 (BMPString) encoded fields ran 3 tests all ok X509 with UTF-8 encoded fields ran 4 tests all ok X509_Certificate list decode ran 3 tests all ok x509_v1_ca: Verifying using v1 certificate ran 2 tests all ok x509_v2uid_in_v1: Verifying v1 certificate using v2 uid fields ran 2 tests all ok xmss_keygen: XMSS XMSS-SHA2_10_256 keygen ran 26 tests in 2.91 sec all ok xmss_sign: XMSS/SHAKE_10_256 signature generation ran 27 tests in 11.71 sec all ok xmss_verify: XMSS/SHA2_10_256 signature verification ran 21 tests in 600.06 msec all ok XMSS/SHA2_10_512 signature verification ran 21 tests in 1.92 sec all ok XMSS/SHA2_16_256 signature verification ran 21 tests in 300.63 msec all ok XMSS/SHA2_16_512 signature verification ran 21 tests in 1.27 sec all ok XMSS/SHA2_20_256 signature verification ran 21 tests in 330.00 msec all ok XMSS/SHA2_20_512 signature verification ran 21 tests in 1.15 sec all ok XMSS/SHAKE_10_256 signature verification ran 21 tests in 634.08 msec all ok XMSS/SHAKE_10_512 signature verification ran 21 tests in 1.45 sec all ok XMSS/SHAKE_16_256 signature verification ran 21 tests in 351.17 msec all ok XMSS/SHAKE_16_512 signature verification ran 21 tests in 1.12 sec all ok XMSS/SHAKE_20_256 signature verification ran 21 tests in 451.42 msec all ok XMSS/SHAKE_20_512 signature verification ran 21 tests in 1.27 sec all ok xmss_verify_invalid: XMSS/SHA2_10_256 verify invalid signature ran 28 tests in 299.86 msec all ok XMSS/SHA2_10_512 verify invalid signature ran 28 tests in 1.11 sec all ok XMSS/SHA2_16_256 verify invalid signature ran 28 tests in 260.34 msec all ok XMSS/SHA2_16_512 verify invalid signature ran 28 tests in 1.11 sec all ok XMSS/SHA2_20_256 verify invalid signature ran 28 tests in 282.04 msec all ok XMSS/SHA2_20_512 verify invalid signature ran 28 tests in 738.66 msec all ok XMSS/SHAKE_10_256 verify invalid signature ran 28 tests in 359.47 msec all ok XMSS/SHAKE_10_512 verify invalid signature ran 28 tests in 986.26 msec all ok XMSS/SHAKE_16_256 verify invalid signature ran 28 tests in 427.54 msec all ok XMSS/SHAKE_16_512 verify invalid signature ran 28 tests in 859.54 msec all ok XMSS/SHAKE_20_256 verify invalid signature ran 28 tests in 185.39 msec all ok XMSS/SHAKE_20_512 verify invalid signature ran 28 tests in 1.04 sec all ok zfec: ZFEC encoding/decoding ran 10449 tests in 360.13 msec all ok Tests complete ran 2654227 tests in 112.60 sec 2 tests failed *** Error 2 in . (Makefile:66 'do-test') *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3098 '/usr/ports/pobj/botan2-2.19.5/build-i386/.test_done': @cd /usr/ports/securi...) *** Error 2 in /usr/ports/security/botan2 (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'test': @lock=botan2-2.19.5p1; export _LOCKS_HELD=...) FAIL security/botan2 Command 'make test' failed: 512 START security/p5-Authen-SASL 2024-11-22T09:07:08Z export _LOCKS_HELD="" ===> Cleaning for p5-Authen-SASL-2.16p0 ===> Checking files for p5-Authen-SASL-2.16p0 `/usr/ports/distfiles/Authen-SASL-2.16.tar.gz' is up to date. ===> Building from scratch p5-Authen-SASL-2.16p0 ===> p5-Authen-SASL-2.16p0 depends on: p5-Digest-HMAC-* -> p5-Digest-HMAC-1.05 ===> Checking files for p5-Authen-SASL-2.16p0 `/usr/ports/distfiles/Authen-SASL-2.16.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Authen-SASL-2.16p0 ===> Patching for p5-Authen-SASL-2.16p0 ===> Applying OpenBSD patch patch-Makefile_PL Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile.PL |--- Makefile.PL.orig |+++ Makefile.PL -------------------------- Patching file Makefile.PL using Plan A... Hunk #1 succeeded at 3. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Authen-SASL-2.16p0 ===> Configuring for p5-Authen-SASL-2.16p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Authen::SASL Writing MYMETA.yml and MYMETA.json ===> Building for p5-Authen-SASL-2.16p0 cp lib/Authen/SASL/Perl/CRAM_MD5.pm blib/lib/Authen/SASL/Perl/CRAM_MD5.pm cp lib/Authen/SASL.pm blib/lib/Authen/SASL.pm cp lib/Authen/SASL.pod blib/lib/Authen/SASL.pod cp lib/Authen/SASL/Perl/EXTERNAL.pm blib/lib/Authen/SASL/Perl/EXTERNAL.pm cp lib/Authen/SASL/Perl.pm blib/lib/Authen/SASL/Perl.pm cp lib/Authen/SASL/Perl/GSSAPI.pm blib/lib/Authen/SASL/Perl/GSSAPI.pm cp lib/Authen/SASL/Perl/ANONYMOUS.pm blib/lib/Authen/SASL/Perl/ANONYMOUS.pm cp lib/Authen/SASL/EXTERNAL.pm blib/lib/Authen/SASL/EXTERNAL.pm cp lib/Authen/SASL/CRAM_MD5.pm blib/lib/Authen/SASL/CRAM_MD5.pm cp lib/Authen/SASL/Perl/DIGEST_MD5.pm blib/lib/Authen/SASL/Perl/DIGEST_MD5.pm cp lib/Authen/SASL/Perl.pod blib/lib/Authen/SASL/Perl.pod cp lib/Authen/SASL/Perl/LOGIN.pm blib/lib/Authen/SASL/Perl/LOGIN.pm cp lib/Authen/SASL/Perl/PLAIN.pm blib/lib/Authen/SASL/Perl/PLAIN.pm Manifying 9 pod documents ===> Regression tests for p5-Authen-SASL-2.16p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/negotiations/*.t t/server/*.t t/anon.t ..................... ok t/callback.t ................. ok t/cram_md5.t ................. ok t/digest_md5.t ............... ok t/digest_md5_verified.t ...... ok t/external.t ................. ok t/login.t .................... ok t/negotiations/digest_md5.t .. ok t/negotiations/login.t ....... ok t/negotiations/plain.t ....... ok t/order.t .................... ok t/plain.t .................... ok t/server/digest_md5.t ........ ok "my" variable $cb masks earlier declaration in same scope at t/server/login.t line 75. t/server/login.t ............. ok t/server/plain.t ............. ok All tests successful. Files=15, Tests=313, 3 wallclock secs ( 0.08 usr 0.07 sys + 1.68 cusr 0.62 csys = 2.45 CPU) Result: PASS PASS security/p5-Authen-SASL Duration 0m05.53s START security/p5-Crypt-Argon2 2024-11-22T09:07:14Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-Argon2-0.022 ===> Checking files for p5-Crypt-Argon2-0.022 `/usr/ports/distfiles/Crypt-Argon2-0.022.tar.gz' is up to date. ===> Building from scratch p5-Crypt-Argon2-0.022 ===> p5-Crypt-Argon2-0.022 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Verifying specs: c perl pthread ===> found c.100.3 perl.24.0 pthread.27.1 ===> Checking files for p5-Crypt-Argon2-0.022 `/usr/ports/distfiles/Crypt-Argon2-0.022.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-Argon2-0.022 ===> Patching for p5-Crypt-Argon2-0.022 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-Argon2-0.022 ===> Configuring for p5-Crypt-Argon2-0.022 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Crypt-Argon2' version '0.022' ===> Building for p5-Crypt-Argon2-0.022 Building Crypt-Argon2 cc -Iinclude -Isrc -Iref -I/usr/libdata/perl5/i386-openbsd/CORE -DPIC -fpic -pthread -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o src/argon2.o src/argon2.c cc -Iinclude -Isrc -Iref -I/usr/libdata/perl5/i386-openbsd/CORE -DPIC -fpic -pthread -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o src/core.o src/core.c cc -Iinclude -Isrc -Iref -I/usr/libdata/perl5/i386-openbsd/CORE -DPIC -fpic -pthread -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o src/encoding.o src/encoding.c cc -Iinclude -Isrc -Iref -I/usr/libdata/perl5/i386-openbsd/CORE -DPIC -fpic -pthread -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o src/thread.o src/thread.c cc -Iinclude -Isrc -Iref -I/usr/libdata/perl5/i386-openbsd/CORE -DPIC -fpic -pthread -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o src/blake2/blake2b.o src/blake2/blake2b.c cc -Iinclude -Isrc -Iref -I/usr/libdata/perl5/i386-openbsd/CORE -DPIC -fpic -pthread -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o ref/ref.o ref/ref.c cc -Iinclude -Isrc -Iref -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.022"' '-DXS_VERSION="0.022"' -DPIC -fpic -pthread -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o lib/Crypt/Argon2.o lib/Crypt/Argon2.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Crypt/Argon2/Argon2.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o blib/arch/auto/Crypt/Argon2/Argon2.so lib/Crypt/Argon2.o src/argon2.o src/core.o src/encoding.o src/thread.o src/blake2/blake2b.o ref/ref.o -pthread ===> Regression tests for p5-Crypt-Argon2-0.022 t/test.t .. ok All tests successful. Files=1, Tests=8, 13 wallclock secs ( 0.02 usr 0.02 sys + 11.92 cusr 1.36 csys = 13.32 CPU) Result: PASS PASS security/p5-Crypt-Argon2 Duration 0m19.29s START security/p5-Crypt-Blowfish 2024-11-22T09:07:33Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-Blowfish-2.14p3 ===> Checking files for p5-Crypt-Blowfish-2.14p3 `/usr/ports/distfiles/Crypt-Blowfish-2.14.tar.gz' is up to date. ===> Building from scratch p5-Crypt-Blowfish-2.14p3 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Crypt-Blowfish-2.14p3 `/usr/ports/distfiles/Crypt-Blowfish-2.14.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-Blowfish-2.14p3 ===> Patching for p5-Crypt-Blowfish-2.14p3 ===> Applying OpenBSD patch patch-Blowfish_xs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Blowfish.xs.orig Tue Jul 23 17:42:11 2013 |+++ Blowfish.xs Wed Mar 19 00:10:56 2014 -------------------------- Patching file Blowfish.xs using Plan A... Hunk #1 succeeded at 33. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-Blowfish-2.14p3 ===> Configuring for p5-Crypt-Blowfish-2.14p3 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::Blowfish Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-Blowfish-2.14p3 cp Blowfish.pm blib/lib/Crypt/Blowfish.pm Running Mkbootstrap for Blowfish () chmod 644 "Blowfish.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Blowfish.bs blib/arch/auto/Crypt/Blowfish/Blowfish.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Crypt-Blowfish-2.14/Crypt-Blowfish-2.14/typemap' Blowfish.xs > Blowfish.xsc mv Blowfish.xsc Blowfish.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Blowfish.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" _blowfish.c _blowfish.c:335:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void crypt_block(block, bfkey, direction) ^ _blowfish.c:371:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] blowfish_crypt_8bytes(source, dest, bfkey, direction) ^ _blowfish.c:400:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] blowfish_make_bfkey(key_string, keylength, bfkey) ^ 3 warnings generated. rm -f blib/arch/auto/Crypt/Blowfish/Blowfish.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Blowfish.o _blowfish.o -o blib/arch/auto/Crypt/Blowfish/Blowfish.so chmod 755 blib/arch/auto/Crypt/Blowfish/Blowfish.so Manifying 1 pod document ===> p5-Crypt-Blowfish-2.14p3 depends on: p5-Crypt-CBC-* -> p5-Crypt-CBC-3.04 ===> Regression tests for p5-Crypt-Blowfish-2.14p3 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Blowfish.bs blib/arch/auto/Crypt/Blowfish/Blowfish.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl WARNING: The key derivation method "opensslv1" is deprecated. Using -pbkdf=>'pbkdf2' would be better. Pass -nodeprecate=>1 to inhibit this message. at test.pl line 265. 1..11 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 Running standard mode speed tests.. encrypting with non-cached cipher 5,000 cycles: 0 wallclock secs ( 0.27 usr + 0.00 sys = 0.27 CPU) Running standard mode speed tests.. decrypting with non-cached cipher 5,000 cycles: 0 wallclock secs ( 0.27 usr + 0.00 sys = 0.27 CPU) Running standard mode speed tests.. encrypting with cached cipher 10,000 cycles: 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) Running standard mode speed tests.. decrypting with cached cipher 10,000 cycles: 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) Testing Cipher Block Chaining.. ok 11 - CBC Mode PASS security/p5-Crypt-Blowfish Duration 0m04.08s START security/p5-Crypt-Blowfish_PP 2024-11-22T09:07:37Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-Blowfish_PP-1.12p1 ===> Checking files for p5-Crypt-Blowfish_PP-1.12p1 `/usr/ports/distfiles/Crypt-Blowfish_PP-1.12.tar.gz' is up to date. ===> Building from scratch p5-Crypt-Blowfish_PP-1.12p1 ===> Checking files for p5-Crypt-Blowfish_PP-1.12p1 `/usr/ports/distfiles/Crypt-Blowfish_PP-1.12.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-Blowfish_PP-1.12p1 ===> Patching for p5-Crypt-Blowfish_PP-1.12p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-Blowfish_PP-1.12p1 ===> Configuring for p5-Crypt-Blowfish_PP-1.12p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::Blowfish_PP Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-Blowfish_PP-1.12p1 cp Blowfish_PP.pm blib/lib/Crypt/Blowfish_PP.pm Manifying 1 pod document ===> Regression tests for p5-Crypt-Blowfish_PP-1.12p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/blowfish.t .. ok All tests successful. Files=1, Tests=5, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.04 cusr 0.02 csys = 0.12 CPU) Result: PASS PASS security/p5-Crypt-Blowfish_PP Duration 0m02.30s START security/p5-Crypt-CAST5_PP 2024-11-22T09:07:40Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-CAST5_PP-1.04p0 ===> Checking files for p5-Crypt-CAST5_PP-1.04p0 `/usr/ports/distfiles/Crypt-CAST5_PP-1.04.tar.gz' is up to date. ===> Building from scratch p5-Crypt-CAST5_PP-1.04p0 ===> Checking files for p5-Crypt-CAST5_PP-1.04p0 `/usr/ports/distfiles/Crypt-CAST5_PP-1.04.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-CAST5_PP-1.04p0 ===> Patching for p5-Crypt-CAST5_PP-1.04p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-CAST5_PP-1.04p0 ===> Configuring for p5-Crypt-CAST5_PP-1.04p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::CAST5_PP Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-CAST5_PP-1.04p0 cp CAST5_PP.pm blib/lib/Crypt/CAST5_PP.pm AutoSplitting blib/lib/Crypt/CAST5_PP.pm (blib/lib/auto/Crypt/CAST5_PP) cp CAST5_PP/Tables.pm blib/lib/Crypt/CAST5_PP/Tables.pm Manifying 1 pod document ===> Regression tests for p5-Crypt-CAST5_PP-1.04p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/1cast5.t .. ok WARNING: The key derivation method "opensslv1" is deprecated. Using -pbkdf=>'pbkdf2' would be better. Pass -nodeprecate=>1 to inhibit this message. at t/2cbc.t line 12. t/2cbc.t .... ok t/3taint.t .. ok All tests successful. Files=3, Tests=14, 0 wallclock secs ( 0.03 usr 0.04 sys + 0.30 cusr 0.15 csys = 0.52 CPU) Result: PASS PASS security/p5-Crypt-CAST5_PP Duration 0m02.92s START security/p5-Crypt-CBC 2024-11-22T09:07:42Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-CBC-3.04 ===> Checking files for p5-Crypt-CBC-3.04 `/usr/ports/distfiles/Crypt-CBC-3.04.tar.gz' is up to date. ===> Building from scratch p5-Crypt-CBC-3.04 ===> Checking files for p5-Crypt-CBC-3.04 `/usr/ports/distfiles/Crypt-CBC-3.04.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-CBC-3.04 ===> Patching for p5-Crypt-CBC-3.04 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-CBC-3.04 ===> Configuring for p5-Crypt-CBC-3.04 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::CBC Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-CBC-3.04 cp lib/Crypt/CBC/PBKDF/opensslv1.pm blib/lib/Crypt/CBC/PBKDF/opensslv1.pm cp lib/Crypt/CBC/PBKDF/opensslv2.pm blib/lib/Crypt/CBC/PBKDF/opensslv2.pm cp lib/Crypt/CBC/PBKDF/pbkdf2.pm blib/lib/Crypt/CBC/PBKDF/pbkdf2.pm cp lib/Crypt/CBC.pm blib/lib/Crypt/CBC.pm cp lib/Crypt/CBC/PBKDF.pm blib/lib/Crypt/CBC/PBKDF.pm cp lib/Crypt/CBC/PBKDF/randomiv.pm blib/lib/Crypt/CBC/PBKDF/randomiv.pm cp lib/Crypt/CBC/PBKDF/none.pm blib/lib/Crypt/CBC/PBKDF/none.pm Manifying 1 pod document ===> p5-Crypt-CBC-3.04 depends on: p5-Crypt-Blowfish_PP-* -> p5-Crypt-Blowfish_PP-1.12p1 ===> p5-Crypt-CBC-3.04 depends on: p5-Crypt-IDEA-* -> p5-Crypt-IDEA-1.10p3 ===> p5-Crypt-CBC-3.04 depends on: p5-Crypt-DES-* -> p5-Crypt-DES-2.07p2 ===> p5-Crypt-CBC-3.04 depends on: p5-Crypt-Blowfish-* -> p5-Crypt-Blowfish-2.14p3 ===> p5-Crypt-CBC-3.04 depends on: p5-Crypt-PBKDF2-* -> p5-Crypt-PBKDF2-0.161520 ===> p5-Crypt-CBC-3.04 depends on: p5-Crypt-Rijndael-* -> p5-Crypt-Rijndael-1.16 ===> p5-Crypt-CBC-3.04 depends on: p5-CryptX-* -> p5-CryptX-0.084 ===> Regression tests for p5-Crypt-CBC-3.04 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/AES.t .............. ok t/Blowfish.t ......... ok t/Blowfish_PP.t ...... ok t/CAST5.t ............ skipped: Crypt::CAST5 not installed t/DES.t .............. ok t/func.t ............. ok t/IDEA.t ............. ok using Crypt::Cipher::AES for testing t/nopadding.t ........ ok t/null_data.t ........ ok t/OFB.t .............. ok using Crypt::Cipher::AES for testing t/onezeropadding.t ... ok t/parameters.t ....... ok t/pbkdf.t ............ ok t/PCBC.t ............. ok Using Crypt::Cipher::AES for test t/preexisting.t ...... ok t/Rijndael.t ......... ok t/Rijndael_compat.t .. ok All tests successful. Files=17, Tests=5059, 73 wallclock secs ( 0.38 usr 0.04 sys + 71.31 cusr 1.21 csys = 72.94 CPU) Result: PASS PASS security/p5-Crypt-CBC Duration 1m16.96s START security/p5-Crypt-CipherSaber 2024-11-22T09:08:59Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-CipherSaber-1.01p1 ===> Checking files for p5-Crypt-CipherSaber-1.01p1 `/usr/ports/distfiles/Crypt-CipherSaber-1.01.tar.gz' is up to date. ===> Building from scratch p5-Crypt-CipherSaber-1.01p1 ===> Checking files for p5-Crypt-CipherSaber-1.01p1 `/usr/ports/distfiles/Crypt-CipherSaber-1.01.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-CipherSaber-1.01p1 ===> Patching for p5-Crypt-CipherSaber-1.01p1 ===> Applying OpenBSD patch patch-t_bigfile_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Ports privsep does not allow to write into t directory. | |Index: t/bigfile.t |--- t/bigfile.t.orig |+++ t/bigfile.t -------------------------- Patching file t/bigfile.t using Plan A... Hunk #1 succeeded at 1. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-CipherSaber-1.01p1 ===> Configuring for p5-Crypt-CipherSaber-1.01p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::CipherSaber Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-CipherSaber-1.01p1 cp lib/Crypt/CipherSaber.pm blib/lib/Crypt/CipherSaber.pm Manifying 1 pod document ===> p5-Crypt-CipherSaber-1.01p1 depends on: p5-Test-Warn->=0.30 -> p5-Test-Warn-0.37 ===> Regression tests for p5-Crypt-CipherSaber-1.01p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/base.t ........ ok t/bigfile.t ..... ok t/both_long.t ... ok t/create.t ...... ok t/CS2.t ......... ok t/encrypt.t ..... ok t/fh_encrypt.t .. ok All tests successful. Files=7, Tests=29, 1 wallclock secs ( 0.06 usr 0.01 sys + 0.73 cusr 0.31 csys = 1.11 CPU) Result: PASS PASS security/p5-Crypt-CipherSaber Duration 0m03.73s START security/p5-Crypt-Curve25519 2024-11-22T09:09:03Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-Curve25519-0.07 ===> Checking files for p5-Crypt-Curve25519-0.07 `/usr/ports/distfiles/Crypt-Curve25519-0.07.tar.gz' is up to date. ===> Building from scratch p5-Crypt-Curve25519-0.07 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Crypt-Curve25519-0.07 `/usr/ports/distfiles/Crypt-Curve25519-0.07.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-Curve25519-0.07 ===> Patching for p5-Crypt-Curve25519-0.07 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-Curve25519-0.07 ===> Configuring for p5-Crypt-Curve25519-0.07 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::Curve25519 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-Curve25519-0.07 cp lib/Crypt/Curve25519.pm blib/lib/Crypt/Curve25519.pm Running Mkbootstrap for Curve25519 () chmod 644 "Curve25519.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Curve25519.bs blib/arch/auto/Crypt/Curve25519/Curve25519.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Crypt-Curve25519-0.07/Crypt-Curve25519-0.07/typemap' Curve25519.xs > Curve25519.xsc mv Curve25519.xsc Curve25519.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.07\" -DXS_VERSION=\"0.07\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DUSE_X64=0 Curve25519.c rm -f blib/arch/auto/Crypt/Curve25519/Curve25519.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Curve25519.o -o blib/arch/auto/Crypt/Curve25519/Curve25519.so chmod 755 blib/arch/auto/Crypt/Curve25519/Curve25519.so Manifying 1 pod document ===> Regression tests for p5-Crypt-Curve25519-0.07 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Curve25519.bs blib/arch/auto/Crypt/Curve25519/Curve25519.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01-exceptions.t ..... ok t/02-synopsis-proc.t .. ok t/03-synopsis-oo.t .... ok t/04-proc-vs-oo.t ..... ok t/05-primitive.t ...... ok t/Crypt-Curve25519.t .. ok All tests successful. Files=6, Tests=10027, 31 wallclock secs ( 1.07 usr 0.14 sys + 29.89 cusr 0.37 csys = 31.47 CPU) Result: PASS PASS security/p5-Crypt-Curve25519 Duration 0m34.43s START security/p5-Crypt-DES 2024-11-22T09:09:38Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-DES-2.07p2 ===> Checking files for p5-Crypt-DES-2.07p2 `/usr/ports/distfiles/Crypt-DES-2.07.tar.gz' is up to date. ===> Building from scratch p5-Crypt-DES-2.07p2 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Crypt-DES-2.07p2 `/usr/ports/distfiles/Crypt-DES-2.07.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-DES-2.07p2 ===> Patching for p5-Crypt-DES-2.07p2 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-DES-2.07p2 ===> Configuring for p5-Crypt-DES-2.07p2 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::DES Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-DES-2.07p2 cp DES.pm blib/lib/Crypt/DES.pm Running Mkbootstrap for DES () chmod 644 "DES.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DES.bs blib/arch/auto/Crypt/DES/DES.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Crypt-DES-2.07/Crypt-DES-2.07/typemap' DES.xs > DES.xsc mv DES.xsc DES.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"2.07\" -DXS_VERSION=\"2.07\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" DES.c DES.xs:39:3: warning: call to undeclared function 'perl_des_expand_key'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] perl_des_expand_key((i8 *)key, ks); ^ DES.xs:69:3: warning: call to undeclared function 'perl_des_crypt'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] perl_des_crypt(input, SvGROW(output, output_len), (i32 *)ks, enc_flag); ^ 2 warnings generated. cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"2.07\" -DXS_VERSION=\"2.07\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" _des.c rm -f blib/arch/auto/Crypt/DES/DES.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib DES.o _des.o -o blib/arch/auto/Crypt/DES/DES.so chmod 755 blib/arch/auto/Crypt/DES/DES.so Manifying 1 pod document ===> Regression tests for p5-Crypt-DES-2.07p2 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DES.bs blib/arch/auto/Crypt/DES/DES.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl WARNING: The key derivation method "opensslv1" is deprecated. Using -pbkdf=>'pbkdf2' would be better. Pass -nodeprecate=>1 to inhibit this message. at test.pl line 358. 1..342 342 basic tests ran in 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) 342 of 342 tests passed (100.00%) Running speed tests... non-cached cipher speed test. 5000 encrypt iterations 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU) ok 343 non-cached cipher speed test. 5000 decrypt iterations 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU) ok 344 cached cipher speed test. 10000 encrypt iterations 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU) ok 345 cached cipher speed test. 10000 decrypt iterations 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) ok 346 Testing Cipher Block Chaining.. ok 347 - CBC Mode Finished with tests PASS security/p5-Crypt-DES Duration 0m03.27s START security/p5-Crypt-DES-EDE3 2024-11-22T09:09:41Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-DES-EDE3-0.01p2 ===> Checking files for p5-Crypt-DES-EDE3-0.01p2 `/usr/ports/distfiles/Crypt-DES_EDE3-0.01.tar.gz' is up to date. ===> Building from scratch p5-Crypt-DES-EDE3-0.01p2 ===> p5-Crypt-DES-EDE3-0.01p2 depends on: p5-Crypt-DES-* -> p5-Crypt-DES-2.07p2 ===> Checking files for p5-Crypt-DES-EDE3-0.01p2 `/usr/ports/distfiles/Crypt-DES_EDE3-0.01.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-DES-EDE3-0.01p2 ===> Patching for p5-Crypt-DES-EDE3-0.01p2 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-DES-EDE3-0.01p2 ===> Configuring for p5-Crypt-DES-EDE3-0.01p2 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::DES_EDE3 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-DES-EDE3-0.01p2 cp lib/Crypt/DES_EDE3.pm blib/lib/Crypt/DES_EDE3.pm Manifying 1 pod document ===> Regression tests for p5-Crypt-DES-EDE3-0.01p2 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..7 # Running under perl version 5.038002 for openbsd # Current time local: Fri Nov 22 10:09:43 2024 # Current time GMT: Fri Nov 22 09:09:43 2024 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 PASS security/p5-Crypt-DES-EDE3 Duration 0m02.35s START security/p5-Crypt-DSA 2024-11-22T09:09:43Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-DSA-1.17p0 ===> Checking files for p5-Crypt-DSA-1.17p0 `/usr/ports/distfiles/Crypt-DSA-1.17.tar.gz' is up to date. ===> Building from scratch p5-Crypt-DSA-1.17p0 ===> p5-Crypt-DSA-1.17p0 depends on: p5-Convert-PEM-* -> p5-Convert-PEM-0.08p0 ===> p5-Crypt-DSA-1.17p0 depends on: p5-Data-Buffer-* -> p5-Data-Buffer-0.04p2 ===> p5-Crypt-DSA-1.17p0 depends on: p5-File-Which-* -> p5-File-Which-1.27 ===> p5-Crypt-DSA-1.17p0 depends on: p5-Digest-SHA1-* -> p5-Digest-SHA1-2.13p6 ===> Checking files for p5-Crypt-DSA-1.17p0 `/usr/ports/distfiles/Crypt-DSA-1.17.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-DSA-1.17p0 ===> Patching for p5-Crypt-DSA-1.17p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-DSA-1.17p0 ===> Configuring for p5-Crypt-DSA-1.17p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::DSA Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-DSA-1.17p0 cp lib/Crypt/DSA.pm blib/lib/Crypt/DSA.pm cp lib/Crypt/DSA/Key/SSH2.pm blib/lib/Crypt/DSA/Key/SSH2.pm cp lib/Crypt/DSA/Util.pm blib/lib/Crypt/DSA/Util.pm cp lib/Crypt/DSA/KeyChain.pm blib/lib/Crypt/DSA/KeyChain.pm cp lib/Crypt/DSA/Key.pm blib/lib/Crypt/DSA/Key.pm cp lib/Crypt/DSA/Signature.pm blib/lib/Crypt/DSA/Signature.pm cp lib/Crypt/DSA/Key/PEM.pm blib/lib/Crypt/DSA/Key/PEM.pm Manifying 7 pod documents ===> Regression tests for p5-Crypt-DSA-1.17p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t # Testing Crypt::DSA 1.17 t/00-compile.t .. ok t/01-util.t ..... ok t/02-sign.t ..... ok t/03-keygen.t ... ok t/04-pem.t ...... ok # This takes a couple of minutes on slower machines. t/06-fips.t ..... ok t/07-openid.t ... ok All tests successful. Files=7, Tests=82, 21 wallclock secs ( 0.02 usr 0.04 sys + 20.14 cusr 0.62 csys = 20.82 CPU) Result: PASS PASS security/p5-Crypt-DSA Duration 0m24.52s START security/p5-Crypt-Ed25519 2024-11-22T09:10:08Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-Ed25519-1.05p0 ===> Checking files for p5-Crypt-Ed25519-1.05p0 `/usr/ports/distfiles/Crypt-Ed25519-1.05.tar.gz' is up to date. ===> Building from scratch p5-Crypt-Ed25519-1.05p0 ===> p5-Crypt-Ed25519-1.05p0 depends on: p5-Canary-Stability-* -> p5-Canary-Stability-2013p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Crypt-Ed25519-1.05p0 `/usr/ports/distfiles/Crypt-Ed25519-1.05.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-Ed25519-1.05p0 ===> Patching for p5-Crypt-Ed25519-1.05p0 ===> Applying OpenBSD patch patch-ed25519_src_seed_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Use arc4random(3) instead of /dev/urandom. | |Index: ed25519/src/seed.c |--- ed25519/src/seed.c.orig |+++ ed25519/src/seed.c -------------------------- Patching file ed25519/src/seed.c using Plan A... Hunk #1 succeeded at 2. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-Ed25519-1.05p0 ===> Configuring for p5-Crypt-Ed25519-1.05p0 *** *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK *** ================================================= *** *** Hi! *** *** I do my best to provide predictable and reliable software. *** *** However, in recent releases, P5P (who maintain perl) have been *** introducing regressions that are sometimes subtle and at other times *** catastrophic, often for personal preferences with little or no concern *** for existing code, most notably CPAN. *** *** For this reason, it has become very hard for me to maintain the level *** of reliability and support I have committed myself to in the past, at *** least with some perl versions: I simply can't keep up working around new *** bugs or gratituous incompatibilities, and in turn you might suffer from *** unanticipated problems. *** *** Therefore I have introduced a support and compatibility check, the results *** of which follow below, together with a FAQ and some recommendations. *** *** This check is just to let you know that there might be a risk, so you can *** make judgement calls on how to proceed - it will not keep the module from *** installing or working. *** *** The stability canary says: (nothing, it was driven away by harsh weather) *** *** It seems you are running perl version 5.038002, likely the "official" or *** "standard" version. While there is nothing wrong with doing that, *** standard perl versions 5.022 and up are not supported by Crypt::Ed25519. *** While this might be fatal, it might also be all right - if you run into *** problems, you might want to downgrade your perl or switch to the *** stability branch. *** *** If everything works fine, you can ignore this message. *** *** *** Stability canary mini-FAQ: *** *** Do I need to do anything? *** With luck, no. While some distributions are known to fail *** already, most should probably work. This message is here *** to alert you that your perl is not supported by Crypt::Ed25519, *** and if things go wrong, you either need to downgrade, or *** sidegrade to the stability variant of your perl version, *** or simply live with the consequences. *** *** What is this canary thing? *** It's purpose is to check support status of Crypt::Ed25519 with *** respect to your perl version. *** *** What is this "stability branch"? *** It's a branch or fork of the official perl, by schmorp, to *** improve stability and compatibility with existing modules. *** *** How can I skip this prompt on automated installs? *** Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment. *** More info is in the Canary::Stability manpage. *** *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html *** Stability Branch homepage: http://stableperl.schmorp.de/ *** Continue anyways? [y] y Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::Ed25519 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-Ed25519-1.05p0 cp Ed25519.pm blib/lib/Crypt/Ed25519.pm Running Mkbootstrap for Ed25519 () chmod 644 "Ed25519.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Ed25519.bs blib/arch/auto/Crypt/Ed25519/Ed25519.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Ed25519.xs > Ed25519.xsc mv Ed25519.xsc Ed25519.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.05\" -DXS_VERSION=\"1.05\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Ed25519.c rm -f blib/arch/auto/Crypt/Ed25519/Ed25519.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Ed25519.o -o blib/arch/auto/Crypt/Ed25519/Ed25519.so chmod 755 blib/arch/auto/Crypt/Ed25519/Ed25519.so Manifying 1 pod document ===> Regression tests for p5-Crypt-Ed25519-1.05p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Ed25519.bs blib/arch/auto/Crypt/Ed25519/Ed25519.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_load.t .... ok t/01_python.t .. ok t/02_native.t .. ok All tests successful. Files=3, Tests=3159, 2 wallclock secs ( 0.30 usr 0.07 sys + 1.20 cusr 0.07 csys = 1.64 CPU) Result: PASS PASS security/p5-Crypt-Ed25519 Duration 0m07.00s START security/p5-Crypt-Eksblowfish 2024-11-22T09:10:15Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-Eksblowfish-0.009p0 ===> Checking files for p5-Crypt-Eksblowfish-0.009p0 `/usr/ports/distfiles/Crypt-Eksblowfish-0.009.tar.gz' is up to date. ===> Building from scratch p5-Crypt-Eksblowfish-0.009p0 ===> p5-Crypt-Eksblowfish-0.009p0 depends on: p5-Class-Mix-* -> p5-Class-Mix-0.006p0 ===> p5-Crypt-Eksblowfish-0.009p0 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Crypt-Eksblowfish-0.009p0 `/usr/ports/distfiles/Crypt-Eksblowfish-0.009.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-Eksblowfish-0.009p0 ===> Patching for p5-Crypt-Eksblowfish-0.009p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-Eksblowfish-0.009p0 ===> Configuring for p5-Crypt-Eksblowfish-0.009p0 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Crypt-Eksblowfish' version '0.009' ===> Building for p5-Crypt-Eksblowfish-0.009p0 Building Crypt-Eksblowfish cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.009"' '-DXS_VERSION="0.009"' -DPIC -fpic -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o lib/Crypt/Eksblowfish.o lib/Crypt/Eksblowfish.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/Crypt/Eksblowfish/Eksblowfish.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o blib/arch/auto/Crypt/Eksblowfish/Eksblowfish.so lib/Crypt/Eksblowfish.o ===> Regression tests for p5-Crypt-Eksblowfish-0.009p0 t/base64.t ....... ok t/bcrypt.t ....... ok t/bcrypt_hash.t .. ok t/blowfish.t ..... ok t/eksblowfish.t .. ok t/family.t ....... ok t/pod_cvg.t ...... ok t/pod_syn.t ...... ok t/subkey.t ....... ok t/uklblowfish.t .. ok t/utf8.t ......... ok All tests successful. Files=11, Tests=1326, 4 wallclock secs ( 0.16 usr 0.08 sys + 2.54 cusr 0.48 csys = 3.26 CPU) Result: PASS PASS security/p5-Crypt-Eksblowfish Duration 0m07.89s START security/p5-Crypt-IDEA 2024-11-22T09:10:23Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-IDEA-1.10p3 ===> Checking files for p5-Crypt-IDEA-1.10p3 `/usr/ports/distfiles/Crypt-IDEA-1.10.tar.gz' is up to date. ===> Building from scratch p5-Crypt-IDEA-1.10p3 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Crypt-IDEA-1.10p3 `/usr/ports/distfiles/Crypt-IDEA-1.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-IDEA-1.10p3 ===> Patching for p5-Crypt-IDEA-1.10p3 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-IDEA-1.10p3 ===> Configuring for p5-Crypt-IDEA-1.10p3 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::IDEA Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-IDEA-1.10p3 cp IDEA.pm blib/lib/Crypt/IDEA.pm cp IDEA.pod blib/lib/Crypt/IDEA.pod Running Mkbootstrap for IDEA () chmod 644 "IDEA.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- IDEA.bs blib/arch/auto/Crypt/IDEA/IDEA.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Crypt-IDEA-1.10/Crypt-IDEA-1.10/typemap' IDEA.xs > IDEA.xsc Please specify prototyping behavior for IDEA.xs (see perlxs manual) mv IDEA.xsc IDEA.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.10\" -DXS_VERSION=\"1.10\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" IDEA.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.10\" -DXS_VERSION=\"1.10\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" _idea.c rm -f blib/arch/auto/Crypt/IDEA/IDEA.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib IDEA.o _idea.o -o blib/arch/auto/Crypt/IDEA/IDEA.so chmod 755 blib/arch/auto/Crypt/IDEA/IDEA.so Manifying 1 pod document ===> Regression tests for p5-Crypt-IDEA-1.10p3 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- IDEA.bs blib/arch/auto/Crypt/IDEA/IDEA.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..55 ok 1 - '(c0) Test object construction' isa 'IDEA' ok 2 - (c0) Test cipher block size ok 3 - (c0) Test cipher key size ok 4 - (c0) Test Encryption ok 5 - (c0) Test Decryption ok 6 - '(c1) Test object construction' isa 'IDEA' ok 7 - (c1) Test cipher block size ok 8 - (c1) Test cipher key size ok 9 - (c1) Test Encryption ok 10 - (c1) Test Decryption ok 11 - '(c2) Test object construction' isa 'IDEA' ok 12 - (c2) Test cipher block size ok 13 - (c2) Test cipher key size ok 14 - (c2) Test Encryption ok 15 - (c2) Test Decryption ok 16 - '(c3) Test object construction' isa 'IDEA' ok 17 - (c3) Test cipher block size ok 18 - (c3) Test cipher key size ok 19 - (c3) Test Encryption ok 20 - (c3) Test Decryption ok 21 - '(c4) Test object construction' isa 'IDEA' ok 22 - (c4) Test cipher block size ok 23 - (c4) Test cipher key size ok 24 - (c4) Test Encryption ok 25 - (c4) Test Decryption ok 26 - '(c5) Test object construction' isa 'IDEA' ok 27 - (c5) Test cipher block size ok 28 - (c5) Test cipher key size ok 29 - (c5) Test Encryption ok 30 - (c5) Test Decryption ok 31 - '(c6) Test object construction' isa 'IDEA' ok 32 - (c6) Test cipher block size ok 33 - (c6) Test cipher key size ok 34 - (c6) Test Encryption ok 35 - (c6) Test Decryption ok 36 - '(c7) Test object construction' isa 'IDEA' ok 37 - (c7) Test cipher block size ok 38 - (c7) Test cipher key size ok 39 - (c7) Test Encryption ok 40 - (c7) Test Decryption ok 41 - '(c8) Test object construction' isa 'IDEA' ok 42 - (c8) Test cipher block size ok 43 - (c8) Test cipher key size ok 44 - (c8) Test Encryption ok 45 - (c8) Test Decryption ok 46 - '(c9) Test object construction' isa 'IDEA' ok 47 - (c9) Test cipher block size ok 48 - (c9) Test cipher key size ok 49 - (c9) Test Encryption ok 50 - (c9) Test Decryption ok 51 - '(c10) Test object construction' isa 'IDEA' ok 52 - (c10) Test cipher block size ok 53 - (c10) Test cipher key size ok 54 - (c10) Test Encryption ok 55 - (c10) Test Decryption PASS security/p5-Crypt-IDEA Duration 0m03.46s START security/p5-Crypt-LE 2024-11-22T09:10:26Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-LE-0.39 ===> Checking files for p5-Crypt-LE-0.39 `/usr/ports/distfiles/Crypt-LE-0.39.tar.gz' is up to date. ===> Building from scratch p5-Crypt-LE-0.39 ===> Checking files for p5-Crypt-LE-0.39 `/usr/ports/distfiles/Crypt-LE-0.39.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-LE-0.39 ===> Patching for p5-Crypt-LE-0.39 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-LE-0.39 ===> Configuring for p5-Crypt-LE-0.39 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::LE Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-LE-0.39 cp lib/Crypt/LE/Challenge/Simple.pm blib/lib/Crypt/LE/Challenge/Simple.pm cp lib/Crypt/LE.pm blib/lib/Crypt/LE.pm cp lib/Crypt/LE/Complete/Simple.pm blib/lib/Crypt/LE/Complete/Simple.pm cp script/le.pl blib/script/le.pl "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/le.pl Manifying 3 pod documents ===> p5-Crypt-LE-0.39 depends on: p5-Convert-ASN1->=0.2 -> p5-Convert-ASN1-0.34 ===> p5-Crypt-LE-0.39 depends on: p5-JSON-MaybeXS->=1.003005 -> p5-JSON-MaybeXS-1.004005 ===> p5-Crypt-LE-0.39 depends on: p5-Log-Log4perl->=1.27 -> p5-Log-Log4perl-1.57 ===> p5-Crypt-LE-0.39 depends on: p5-Crypt-OpenSSL-Bignum->=0.06 -> p5-Crypt-OpenSSL-Bignum-0.09p0 ===> p5-Crypt-LE-0.39 depends on: p5-Crypt-OpenSSL-RSA->=0.28 -> p5-Crypt-OpenSSL-RSA-0.33p0 ===> p5-Crypt-LE-0.39 depends on: p5-IO-Socket-SSL->=1.42 -> p5-IO-Socket-SSL-2.089 ===> p5-Crypt-LE-0.39 depends on: p5-Net-SSLeay->=1.55 -> p5-Net-SSLeay-1.94p0 ===> Regression tests for p5-Crypt-LE-0.39 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Crypt::LE 0.39, Perl 5.038002, /usr/bin/perl t/00-load.t ...... ok # Testing Crypt::LE 0.39, Setup methods, /usr/bin/perl t/01-setup.t ..... ok # Testing Crypt::LE 0.39, Workflow methods, /usr/bin/perl t/02-workflow.t .. ok # Testing Crypt::LE 0.39, Utility methods, /usr/bin/perl t/03-utils.t ..... ok All tests successful. Files=4, Tests=89, 10 wallclock secs ( 0.02 usr 0.07 sys + 8.58 cusr 0.37 csys = 9.04 CPU) Result: PASS PASS security/p5-Crypt-LE Duration 0m13.46s START security/p5-Crypt-OpenPGP 2024-11-22T09:10:40Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-OpenPGP-1.12p0 ===> Checking files for p5-Crypt-OpenPGP-1.12p0 `/usr/ports/distfiles/Crypt-OpenPGP-1.12.tar.gz' is up to date. ===> Building from scratch p5-Crypt-OpenPGP-1.12p0 ===> Checking files for p5-Crypt-OpenPGP-1.12p0 `/usr/ports/distfiles/Crypt-OpenPGP-1.12.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-OpenPGP-1.12p0 ===> Patching for p5-Crypt-OpenPGP-1.12p0 ===> Applying OpenBSD patch patch-lib_Crypt_OpenPGP_Util_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |We can provide better random bytes than these other modules, |and fortunately someone gave us a way to get to arc4random_buf from perl. | |Index: lib/Crypt/OpenPGP/Util.pm |--- lib/Crypt/OpenPGP/Util.pm.orig |+++ lib/Crypt/OpenPGP/Util.pm -------------------------- Patching file lib/Crypt/OpenPGP/Util.pm using Plan A... Hunk #1 succeeded at 4. Hunk #2 succeeded at 103. Hunk #3 succeeded at 118. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-OpenPGP-1.12p0 ===> Configuring for p5-Crypt-OpenPGP-1.12p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenPGP Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-OpenPGP-1.12p0 cp lib/Crypt/OpenPGP/ErrorHandler.pm blib/lib/Crypt/OpenPGP/ErrorHandler.pm cp lib/Crypt/OpenPGP/Key.pm blib/lib/Crypt/OpenPGP/Key.pm cp lib/Crypt/OpenPGP/Message.pm blib/lib/Crypt/OpenPGP/Message.pm cp lib/Crypt/OpenPGP/Cipher.pm blib/lib/Crypt/OpenPGP/Cipher.pm cp lib/Crypt/OpenPGP/Marker.pm blib/lib/Crypt/OpenPGP/Marker.pm cp lib/Crypt/OpenPGP/Plaintext.pm blib/lib/Crypt/OpenPGP/Plaintext.pm cp lib/Crypt/OpenPGP/Buffer.pm blib/lib/Crypt/OpenPGP/Buffer.pm cp lib/Crypt/OpenPGP.pm blib/lib/Crypt/OpenPGP.pm cp lib/Crypt/OpenPGP/Constants.pm blib/lib/Crypt/OpenPGP/Constants.pm cp lib/Crypt/OpenPGP/Compressed.pm blib/lib/Crypt/OpenPGP/Compressed.pm cp lib/Crypt/OpenPGP/KeyBlock.pm blib/lib/Crypt/OpenPGP/KeyBlock.pm cp lib/Crypt/OpenPGP/Trust.pm blib/lib/Crypt/OpenPGP/Trust.pm cp lib/Crypt/OpenPGP/Util.pm.orig.port blib/lib/Crypt/OpenPGP/Util.pm.orig.port cp lib/Crypt/OpenPGP/Key/Public/RSA.pm blib/lib/Crypt/OpenPGP/Key/Public/RSA.pm cp lib/Crypt/OpenPGP/PacketFactory.pm blib/lib/Crypt/OpenPGP/PacketFactory.pm cp lib/Crypt/OpenPGP/Key/Public/DSA.pm blib/lib/Crypt/OpenPGP/Key/Public/DSA.pm cp lib/Crypt/OpenPGP/Config.pm blib/lib/Crypt/OpenPGP/Config.pm cp lib/Crypt/OpenPGP/Certificate.pm blib/lib/Crypt/OpenPGP/Certificate.pm cp lib/Crypt/OpenPGP/Armour.pm blib/lib/Crypt/OpenPGP/Armour.pm cp lib/Crypt/OpenPGP/OnePassSig.pm blib/lib/Crypt/OpenPGP/OnePassSig.pm cp lib/Crypt/OpenPGP/Ciphertext.pm blib/lib/Crypt/OpenPGP/Ciphertext.pm cp lib/Crypt/OpenPGP/Digest.pm blib/lib/Crypt/OpenPGP/Digest.pm cp lib/Crypt/OpenPGP/CFB.pm blib/lib/Crypt/OpenPGP/CFB.pm cp lib/Crypt/OpenPGP/Key/Secret.pm blib/lib/Crypt/OpenPGP/Key/Secret.pm cp lib/Crypt/OpenPGP/Words.pm blib/lib/Crypt/OpenPGP/Words.pm cp lib/Crypt/OpenPGP/SKSessionKey.pm blib/lib/Crypt/OpenPGP/SKSessionKey.pm cp lib/Crypt/OpenPGP/Key/Secret/RSA.pm blib/lib/Crypt/OpenPGP/Key/Secret/RSA.pm cp lib/Crypt/OpenPGP/Key/Public/ElGamal.pm blib/lib/Crypt/OpenPGP/Key/Public/ElGamal.pm cp lib/Crypt/OpenPGP/Signature/SubPacket.pm blib/lib/Crypt/OpenPGP/Signature/SubPacket.pm cp lib/Crypt/OpenPGP/S2k.pm blib/lib/Crypt/OpenPGP/S2k.pm cp lib/Crypt/OpenPGP/KeyServer.pm blib/lib/Crypt/OpenPGP/KeyServer.pm cp lib/Crypt/OpenPGP/SessionKey.pm blib/lib/Crypt/OpenPGP/SessionKey.pm cp lib/Crypt/OpenPGP/UserID.pm blib/lib/Crypt/OpenPGP/UserID.pm cp lib/Crypt/OpenPGP/KeyRing.pm blib/lib/Crypt/OpenPGP/KeyRing.pm cp lib/Crypt/OpenPGP/Key/Secret/DSA.pm blib/lib/Crypt/OpenPGP/Key/Secret/DSA.pm cp lib/Crypt/OpenPGP/Signature.pm blib/lib/Crypt/OpenPGP/Signature.pm cp lib/Crypt/OpenPGP/Key/Public.pm blib/lib/Crypt/OpenPGP/Key/Public.pm cp lib/Crypt/OpenPGP/Util.pm blib/lib/Crypt/OpenPGP/Util.pm cp lib/Crypt/OpenPGP/MDC.pm blib/lib/Crypt/OpenPGP/MDC.pm cp lib/Crypt/OpenPGP/Key/Secret/ElGamal.pm blib/lib/Crypt/OpenPGP/Key/Secret/ElGamal.pm cp bin/pgplet blib/script/pgplet "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pgplet Manifying 29 pod documents ===> p5-Crypt-OpenPGP-1.12p0 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-Crypt-OpenPGP-1.12p0 depends on: p5-Data-Buffer->=0.04 -> p5-Data-Buffer-0.04p2 ===> p5-Crypt-OpenPGP-1.12p0 depends on: p5-File-HomeDir-* -> p5-File-HomeDir-1.006 ===> p5-Crypt-OpenPGP-1.12p0 depends on: p5-Alt-Crypt-RSA-BigInt-* -> p5-Alt-Crypt-RSA-BigInt-0.06 ===> p5-Crypt-OpenPGP-1.12p0 depends on: p5-Crypt-Blowfish-* -> p5-Crypt-Blowfish-2.14p3 ===> p5-Crypt-OpenPGP-1.12p0 depends on: p5-Crypt-CAST5_PP-* -> p5-Crypt-CAST5_PP-1.04p0 ===> p5-Crypt-OpenPGP-1.12p0 depends on: p5-Crypt-DES-EDE3-* -> p5-Crypt-DES-EDE3-0.01p2 ===> p5-Crypt-OpenPGP-1.12p0 depends on: p5-Crypt-DSA-* -> p5-Crypt-DSA-1.17p0 ===> p5-Crypt-OpenPGP-1.12p0 depends on: p5-Crypt-IDEA-* -> p5-Crypt-IDEA-1.10p3 ===> p5-Crypt-OpenPGP-1.12p0 depends on: p5-Crypt-RIPEMD160-* -> p5-Crypt-RIPEMD160-0.08 ===> p5-Crypt-OpenPGP-1.12p0 depends on: p5-Crypt-Rijndael-* -> p5-Crypt-Rijndael-1.16 ===> p5-Crypt-OpenPGP-1.12p0 depends on: p5-Crypt-Twofish-* -> p5-Crypt-Twofish-2.18 ===> p5-Crypt-OpenPGP-1.12p0 depends on: p5-libwww-* -> p5-libwww-6.77 ===> p5-Crypt-OpenPGP-1.12p0 depends on: p5-URI-* -> p5-URI-5.31 ===> p5-Crypt-OpenPGP-1.12p0 depends on: p5-Unix-OpenBSD-Random-* -> p5-Unix-OpenBSD-Random-0.01 ===> Regression tests for p5-Crypt-OpenPGP-1.12p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ... ok t/01-util.t ...... ok t/02-buffer.t .... ok t/03-3des.t ...... ok t/04-armour.t .... ok t/05-packets.t ... ok # CAST5 # Rijndael256 # Blowfish # DES3 # IDEA # Rijndael # Twofish # Rijndael192 t/06-cipher.t .... ok # MD5 # SHA1 # RIPEMD160 # SHA256 # SHA384 # SHA512 # SHA224 t/07-digest.t .... ok t/08-compress.t .. ok # GnuPG config # pgp2 config t/09-config.t .... ok t/10-keyring.t ... ok t/11-encrypt.t ... ok # armoured sig # detached sig # unarmoured sig # clear-text sig # sig generated using explicit Key t/12-sign.t ...... ok # RSA # DSA t/13-keygen.t .... ok t/51-gh7.t ....... ok All tests successful. Files=15, Tests=340, 5 wallclock secs ( 0.14 usr 0.07 sys + 3.72 cusr 1.12 csys = 5.05 CPU) Result: PASS PASS security/p5-Crypt-OpenPGP Duration 0m11.34s START security/p5-Crypt-OpenSSL-Bignum 2024-11-22T09:10:51Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-OpenSSL-Bignum-0.09p0 ===> Checking files for p5-Crypt-OpenSSL-Bignum-0.09p0 `/usr/ports/distfiles/Crypt-OpenSSL-Bignum-0.09.tar.gz' is up to date. ===> Building from scratch p5-Crypt-OpenSSL-Bignum-0.09p0 ===> Verifying specs: c crypto perl ===> found c.100.3 crypto.55.0 perl.24.0 ===> Checking files for p5-Crypt-OpenSSL-Bignum-0.09p0 `/usr/ports/distfiles/Crypt-OpenSSL-Bignum-0.09.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-OpenSSL-Bignum-0.09p0 ===> Patching for p5-Crypt-OpenSSL-Bignum-0.09p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-OpenSSL-Bignum-0.09p0 ===> Configuring for p5-Crypt-OpenSSL-Bignum-0.09p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::Bignum Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-OpenSSL-Bignum-0.09p0 cp Bignum.pm blib/lib/Crypt/OpenSSL/Bignum.pm cp Bignum/CTX.pm blib/lib/Crypt/OpenSSL/Bignum/CTX.pm Running Mkbootstrap for Bignum () chmod 644 "Bignum.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bignum.bs blib/arch/auto/Crypt/OpenSSL/Bignum/Bignum.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Crypt-OpenSSL-Bignum-0.09/Crypt-OpenSSL-Bignum-0.09/typemap' Bignum.xs > Bignum.xsc Please specify prototyping behavior for Bignum.xs (see perlxs manual) mv Bignum.xsc Bignum.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DPERL5 -DOPENSSL_NO_KRB5 Bignum.c rm -f blib/arch/auto/Crypt/OpenSSL/Bignum/Bignum.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Bignum.o -o blib/arch/auto/Crypt/OpenSSL/Bignum/Bignum.so -lcrypto chmod 755 blib/arch/auto/Crypt/OpenSSL/Bignum/Bignum.so Manifying 2 pod documents ===> Regression tests for p5-Crypt-OpenSSL-Bignum-0.09p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bignum.bs blib/arch/auto/Crypt/OpenSSL/Bignum/Bignum.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..67 # Running under perl version 5.038002 for openbsd # Current time local: Fri Nov 22 10:10:55 2024 # Current time GMT: Fri Nov 22 09:10:55 2024 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 PASS security/p5-Crypt-OpenSSL-Bignum Duration 0m04.40s START security/p5-Crypt-OpenSSL-DSA 2024-11-22T09:10:55Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-OpenSSL-DSA-0.20p0 ===> Checking files for p5-Crypt-OpenSSL-DSA-0.20p0 `/usr/ports/distfiles/Crypt-OpenSSL-DSA-0.20.tar.gz' is up to date. ===> Building from scratch p5-Crypt-OpenSSL-DSA-0.20p0 ===> Verifying specs: c crypto perl ssl ===> found c.100.3 crypto.55.0 perl.24.0 ssl.58.0 ===> Checking files for p5-Crypt-OpenSSL-DSA-0.20p0 `/usr/ports/distfiles/Crypt-OpenSSL-DSA-0.20.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-OpenSSL-DSA-0.20p0 ===> Patching for p5-Crypt-OpenSSL-DSA-0.20p0 ===> Applying OpenBSD patch patch-DSA_xs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Use a dummy public key that has a chance of being an actual public key. | |This works around an expected test failure until we add a check that a |signature can be verified with the provided DSA parameters. | |It would probably make more sense to mark the failing test without this |diff as XFAIL. | |Index: DSA.xs |--- DSA.xs.orig |+++ DSA.xs -------------------------- Patching file DSA.xs using Plan A... Hunk #1 succeeded at 601. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-OpenSSL-DSA-0.20p0 ===> Configuring for p5-Crypt-OpenSSL-DSA-0.20p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::DSA Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-OpenSSL-DSA-0.20p0 cp lib/Crypt/OpenSSL/DSA/Signature.pod blib/lib/Crypt/OpenSSL/DSA/Signature.pod cp lib/Crypt/OpenSSL/DSA.pm blib/lib/Crypt/OpenSSL/DSA.pm Running Mkbootstrap for DSA () chmod 644 "DSA.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DSA.bs blib/arch/auto/Crypt/OpenSSL/DSA/DSA.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Crypt-OpenSSL-DSA-0.20/Crypt-OpenSSL-DSA-0.20/typemap' DSA.xs > DSA.xsc mv DSA.xsc DSA.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.20\" -DXS_VERSION=\"0.20\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DPERL5 DSA.c rm -f blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib DSA.o -o blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so -lcrypto chmod 755 blib/arch/auto/Crypt/OpenSSL/DSA/DSA.so Manifying 2 pod documents ===> Regression tests for p5-Crypt-OpenSSL-DSA-0.20p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DSA.bs blib/arch/auto/Crypt/OpenSSL/DSA/DSA.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-use.t ............. ok t/10-selftest.t ........ ok t/90-openssl-compat.t .. ok All tests successful. Files=3, Tests=121, 1 wallclock secs ( 0.02 usr 0.03 sys + 0.55 cusr 0.21 csys = 0.81 CPU) Result: PASS PASS security/p5-Crypt-OpenSSL-DSA Duration 0m05.30s START security/p5-Crypt-OpenSSL-EC 2024-11-22T09:11:01Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-OpenSSL-EC-1.32p1 ===> Checking files for p5-Crypt-OpenSSL-EC-1.32p1 `/usr/ports/distfiles/Crypt-OpenSSL-EC-1.32.tar.gz' is up to date. ===> Building from scratch p5-Crypt-OpenSSL-EC-1.32p1 ===> Verifying specs: c crypto perl ssl ===> found c.100.3 crypto.55.0 perl.24.0 ssl.58.0 ===> Checking files for p5-Crypt-OpenSSL-EC-1.32p1 `/usr/ports/distfiles/Crypt-OpenSSL-EC-1.32.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-OpenSSL-EC-1.32p1 ===> Patching for p5-Crypt-OpenSSL-EC-1.32p1 ===> Applying OpenBSD patch patch-EC_xs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: EC.xs |--- EC.xs.orig |+++ EC.xs -------------------------- Patching file EC.xs using Plan A... Hunk #1 succeeded at 25. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-OpenSSL-EC-1.32p1 Regenerating ppport.h ===> Configuring for p5-Crypt-OpenSSL-EC-1.32p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::EC Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-OpenSSL-EC-1.32p1 cp lib/Crypt/OpenSSL/EC.pm blib/lib/Crypt/OpenSSL/EC.pm AutoSplitting blib/lib/Crypt/OpenSSL/EC.pm (blib/lib/auto/Crypt/OpenSSL/EC) Running Mkbootstrap for EC () chmod 644 "EC.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- EC.bs blib/arch/auto/Crypt/OpenSSL/EC/EC.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Crypt-OpenSSL-EC-1.32/Crypt-OpenSSL-EC-1.32/typemap' EC.xs > EC.xsc mv EC.xsc EC.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DPERL5 -DOPENSSL_NO_KRB5 EC.c rm -f blib/arch/auto/Crypt/OpenSSL/EC/EC.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib EC.o -o blib/arch/auto/Crypt/OpenSSL/EC/EC.so -lcrypto chmod 755 blib/arch/auto/Crypt/OpenSSL/EC/EC.so Manifying 1 pod document ===> p5-Crypt-OpenSSL-EC-1.32p1 depends on: p5-Crypt-OpenSSL-Bignum->=0.04 -> p5-Crypt-OpenSSL-Bignum-0.09p0 ===> Regression tests for p5-Crypt-OpenSSL-EC-1.32p1 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- EC.bs blib/arch/auto/Crypt/OpenSSL/EC/EC.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Crypt-OpenSSL-EC.t .. ok t/prime-field.t ....... ok All tests successful. Files=2, Tests=282, 1 wallclock secs ( 0.10 usr 0.00 sys + 0.26 cusr 0.12 csys = 0.48 CPU) Result: PASS PASS security/p5-Crypt-OpenSSL-EC Duration 0m06.34s START security/p5-Crypt-OpenSSL-ECDSA 2024-11-22T09:11:07Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-OpenSSL-ECDSA-0.10p0 ===> Checking files for p5-Crypt-OpenSSL-ECDSA-0.10p0 `/usr/ports/distfiles/Crypt-OpenSSL-ECDSA-0.10.tar.gz' is up to date. ===> Building from scratch p5-Crypt-OpenSSL-ECDSA-0.10p0 ===> Verifying specs: c crypto perl ===> found c.100.3 crypto.55.0 perl.24.0 ===> Checking files for p5-Crypt-OpenSSL-ECDSA-0.10p0 `/usr/ports/distfiles/Crypt-OpenSSL-ECDSA-0.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-OpenSSL-ECDSA-0.10p0 ===> Patching for p5-Crypt-OpenSSL-ECDSA-0.10p0 ===> Applying OpenBSD patch patch-ECDSA_xs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Make ECDSA_do_sign_ex() (which is pointless without ECDSA_sign_setup()) |fall back to ECDSA_do_sign(). | |Index: ECDSA.xs |--- ECDSA.xs.orig |+++ ECDSA.xs -------------------------- Patching file ECDSA.xs using Plan A... Hunk #1 succeeded at 75. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-OpenSSL-ECDSA-0.10p0 Regenerating ppport.h ===> Configuring for p5-Crypt-OpenSSL-ECDSA-0.10p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::ECDSA Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-OpenSSL-ECDSA-0.10p0 cp lib/Crypt/OpenSSL/ECDSA.pm blib/lib/Crypt/OpenSSL/ECDSA.pm AutoSplitting blib/lib/Crypt/OpenSSL/ECDSA.pm (blib/lib/auto/Crypt/OpenSSL/ECDSA) Running Mkbootstrap for ECDSA () chmod 644 "ECDSA.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ECDSA.bs blib/arch/auto/Crypt/OpenSSL/ECDSA/ECDSA.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Crypt-OpenSSL-ECDSA-0.10/Crypt-OpenSSL-ECDSA-0.10/typemap' ECDSA.xs > ECDSA.xsc mv ECDSA.xsc ECDSA.c cc -c -I. -I/usr/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DPERL5 -DOPENSSL_NO_KRB5 ECDSA.c rm -f blib/arch/auto/Crypt/OpenSSL/ECDSA/ECDSA.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib ECDSA.o -o blib/arch/auto/Crypt/OpenSSL/ECDSA/ECDSA.so -L/usr/lib -lcrypto chmod 755 blib/arch/auto/Crypt/OpenSSL/ECDSA/ECDSA.so Manifying 1 pod document ===> p5-Crypt-OpenSSL-ECDSA-0.10p0 depends on: p5-Crypt-OpenSSL-EC->=0.05 -> p5-Crypt-OpenSSL-EC-1.32p1 ===> Regression tests for p5-Crypt-OpenSSL-ECDSA-0.10p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ECDSA.bs blib/arch/auto/Crypt/OpenSSL/ECDSA/ECDSA.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Crypt-OpenSSL-ECDSA.t .. ok All tests successful. Files=1, Tests=25, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.16 cusr 0.04 csys = 0.25 CPU) Result: PASS PASS security/p5-Crypt-OpenSSL-ECDSA Duration 0m04.13s START security/p5-Crypt-OpenSSL-Guess 2024-11-22T09:11:11Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-OpenSSL-Guess-0.15 ===> Checking files for p5-Crypt-OpenSSL-Guess-0.15 `/usr/ports/distfiles/Crypt-OpenSSL-Guess-0.15.tar.gz' is up to date. ===> Building from scratch p5-Crypt-OpenSSL-Guess-0.15 ===> Checking files for p5-Crypt-OpenSSL-Guess-0.15 `/usr/ports/distfiles/Crypt-OpenSSL-Guess-0.15.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-OpenSSL-Guess-0.15 ===> Patching for p5-Crypt-OpenSSL-Guess-0.15 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-OpenSSL-Guess-0.15 ===> Configuring for p5-Crypt-OpenSSL-Guess-0.15 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::Guess Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-OpenSSL-Guess-0.15 cp lib/Crypt/OpenSSL/Guess.pm blib/lib/Crypt/OpenSSL/Guess.pm Manifying 1 pod document ===> Regression tests for p5-Crypt-OpenSSL-Guess-0.15 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_compile.t .. ok All tests successful. Files=1, Tests=1, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.23 cusr 0.06 csys = 0.34 CPU) Result: PASS PASS security/p5-Crypt-OpenSSL-Guess Duration 0m02.84s START security/p5-Crypt-OpenSSL-PKCS10 2024-11-22T09:11:14Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-OpenSSL-PKCS10-0.26 ===> Checking files for p5-Crypt-OpenSSL-PKCS10-0.26 `/usr/ports/distfiles/Crypt-OpenSSL-PKCS10-0.26.tar.gz' is up to date. ===> Building from scratch p5-Crypt-OpenSSL-PKCS10-0.26 ===> p5-Crypt-OpenSSL-PKCS10-0.26 depends on: p5-Crypt-OpenSSL-Guess->=0.11 -> p5-Crypt-OpenSSL-Guess-0.15 ===> Verifying specs: c crypto perl ssl ===> found c.100.3 crypto.55.0 perl.24.0 ssl.58.0 ===> Checking files for p5-Crypt-OpenSSL-PKCS10-0.26 `/usr/ports/distfiles/Crypt-OpenSSL-PKCS10-0.26.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-OpenSSL-PKCS10-0.26 ===> Patching for p5-Crypt-OpenSSL-PKCS10-0.26 ===> Applying OpenBSD patch patch-PKCS10_xs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: PKCS10.xs |--- PKCS10.xs.orig |+++ PKCS10.xs -------------------------- Patching file PKCS10.xs using Plan A... Hunk #1 succeeded at 328. Hunk #2 succeeded at 669. Hunk #3 succeeded at 730. done ===> Applying OpenBSD patch patch-lib_Crypt_OpenSSL_PKCS10_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: lib/Crypt/OpenSSL/PKCS10.pm |--- lib/Crypt/OpenSSL/PKCS10.pm.orig |+++ lib/Crypt/OpenSSL/PKCS10.pm -------------------------- Patching file lib/Crypt/OpenSSL/PKCS10.pm using Plan A... Hunk #1 succeeded at 15. Hunk #2 succeeded at 213. done ===> Applying OpenBSD patch patch-t_Mytest_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: t/Mytest.t |--- t/Mytest.t.orig |+++ t/Mytest.t -------------------------- Patching file t/Mytest.t using Plan A... Hunk #1 succeeded at 41. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-OpenSSL-PKCS10-0.26 Regenerating ppport.h ===> Configuring for p5-Crypt-OpenSSL-PKCS10-0.26 Use of uninitialized value $patch in concatenation (.) or string at Makefile.PL line 18. Installed OpenSSL: 4.0.0. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::PKCS10 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-OpenSSL-PKCS10-0.26 cp lib/Crypt/OpenSSL/PKCS10.pm.orig.port blib/lib/Crypt/OpenSSL/PKCS10.pm.orig.port cp lib/Crypt/OpenSSL/PKCS10.pm blib/lib/Crypt/OpenSSL/PKCS10.pm Running Mkbootstrap for PKCS10 () chmod 644 "PKCS10.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- PKCS10.bs blib/arch/auto/Crypt/OpenSSL/PKCS10/PKCS10.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Crypt-OpenSSL-PKCS10-0.26/Crypt-OpenSSL-PKCS10-0.26/typemap' PKCS10.xs > PKCS10.xsc mv PKCS10.xsc PKCS10.c cc -c -I/usr/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.26\" -DXS_VERSION=\"0.26\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" PKCS10.c rm -f blib/arch/auto/Crypt/OpenSSL/PKCS10/PKCS10.so LD_RUN_PATH="/usr/lib" cc -L/usr -L/usr/lib -shared -fpic -fstack-protector-strong -L/usr/local/lib PKCS10.o -o blib/arch/auto/Crypt/OpenSSL/PKCS10/PKCS10.so -L/usr -L/usr/lib -lssl -lcrypto chmod 755 blib/arch/auto/Crypt/OpenSSL/PKCS10/PKCS10.so Manifying 1 pod document ===> p5-Crypt-OpenSSL-PKCS10-0.26 depends on: p5-Crypt-OpenSSL-RSA-* -> p5-Crypt-OpenSSL-RSA-0.33p0 ===> Regression tests for p5-Crypt-OpenSSL-PKCS10-0.26 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- PKCS10.bs blib/arch/auto/Crypt/OpenSSL/PKCS10/PKCS10.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/author-pod-spell.t ... skipped: these tests are for testing by the author t/author-pod-syntax.t .. skipped: these tests are for testing by the author -----BEGIN CERTIFICATE REQUEST----- MIIBPzCBqQIBADAAMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDQ+tCBol0U BcsOUECYFu1ul7TDSSNPhTyhYo9FcojxY659HqaDY50xPug7tsagnY5gPIO8n14O wy7HtS+QIRSXw8fGTkkpMvY1KLJaFUGyJkMCHxbpZM0frcvTn5Q0gQfRi1EYOC+W f8vTzSq0ZO/AzC0f18vX3DQFNENSK5JgYwIDAQABoAAwDQYJKoZIhvcNAQELBQAD gYEAg2cy1G0C2iAK9fLlbdi+qVfgRcB0QClx21qobXOD1xUvcyHRGD6PcmeG57Pg tohuvj8lAa088WwU+1YYgmf3cjylJfyupOQL9uA1QvTX9IJDZ7ClrKATVclxNPHe Z7O0Ngr9cWEYfgGZKCs05glUQomBPLXHbJsRhZKfey6dxBQ= -----END CERTIFICATE REQUEST----- RSA Public-Key: (1024 bit) Modulus: 00:d0:fa:d0:81:a2:5d:14:05:cb:0e:50:40:98:16: ed:6e:97:b4:c3:49:23:4f:85:3c:a1:62:8f:45:72: 88:f1:63:ae:7d:1e:a6:83:63:9d:31:3e:e8:3b:b6: c6:a0:9d:8e:60:3c:83:bc:9f:5e:0e:c3:2e:c7:b5: 2f:90:21:14:97:c3:c7:c6:4e:49:29:32:f6:35:28: b2:5a:15:41:b2:26:43:02:1f:16:e9:64:cd:1f:ad: cb:d3:9f:94:34:81:07:d1:8b:51:18:38:2f:96:7f: cb:d3:cd:2a:b4:64:ef:c0:cc:2d:1f:d7:cb:d7:dc: 34:05:34:43:52:2b:92:60:63 Exponent: 65537 (0x10001) -----BEGIN CERTIFICATE REQUEST----- MIIBPzCBqQIBADAAMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDRN8+sFm5x P/1+zBMpkp6aVyEhVILScaF+qtmi5gMjYroeABWVM/dCPmzqzmUenn+EUKi5xbA/ lGlpN8X9bUkX5vAOeXqvNf3vVEv4GyMSut0BsyW3rGTaLpAzpVnjU4lo1R0uIqeF SHyo0q8OENqbYQk/B68hLvrCW3XkyPUA5wIDAQABoAAwDQYJKoZIhvcNAQELBQAD gYEAdMsHhaqtbMEb9/etOAyajw3MC167W2xnH6EVvPWAho7HluK2CAtlCNknlb4m VuXKTilJkaQqPJ7G0nDZo3qbmtCZVErGeXVvusZa5KQLnNErWYMqcvjtBMgeVHLa 0UBoy9VvmV1lhcfSnss6VfN6XiKN8nP2HOy6OnXXyhkIvYQ= -----END CERTIFICATE REQUEST----- RSA Public-Key: (1024 bit) Modulus: 00:d1:37:cf:ac:16:6e:71:3f:fd:7e:cc:13:29:92: 9e:9a:57:21:21:54:82:d2:71:a1:7e:aa:d9:a2:e6: 03:23:62:ba:1e:00:15:95:33:f7:42:3e:6c:ea:ce: 65:1e:9e:7f:84:50:a8:b9:c5:b0:3f:94:69:69:37: c5:fd:6d:49:17:e6:f0:0e:79:7a:af:35:fd:ef:54: 4b:f8:1b:23:12:ba:dd:01:b3:25:b7:ac:64:da:2e: 90:33:a5:59:e3:53:89:68:d5:1d:2e:22:a7:85:48: 7c:a8:d2:af:0e:10:da:9b:61:09:3f:07:af:21:2e: fa:c2:5b:75:e4:c8:f5:00:e7 Exponent: 65537 (0x10001) rsa -----BEGIN PUBLIC KEY----- MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDRN8+sFm5xP/1+zBMpkp6aVyEh VILScaF+qtmi5gMjYroeABWVM/dCPmzqzmUenn+EUKi5xbA/lGlpN8X9bUkX5vAO eXqvNf3vVEv4GyMSut0BsyW3rGTaLpAzpVnjU4lo1R0uIqeFSHyo0q8OENqbYQk/ B68hLvrCW3XkyPUA5wIDAQAB -----END PUBLIC KEY----- -----BEGIN CERTIFICATE REQUEST----- MIIDAzCCAmwCAQAwKTELMAkGA1UEBhMCUk8xDDAKBgNVBAoMA1VUSTEMMAoGA1UE CwwDc3NpMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoaXf40koGULbk85NT Cpe0qHJ/0EEDlACD4Bie+TEPiXahIcAEtxJbZrlU/491BUrZ7+0WV+rX/ePE0jU8 I+/6yAxPCEzA3OO+Vno8t6yRF7lyWY9POSogbOuUorqzsFz23dWkr4ZYOn7VlsPN Od4dgttU2hKHukARP2D8H0iMfwIDAQABoIIBmDCCAZQGCSqGSIb3DQEJDjGCAYUw ggGBMA4GA1UdDwEB/wQEAwIFoDAuBgNVHSUEJzAlBggrBgEFBQcDAQYJYIZIAYb4 QgQBBgorBgEEAYI3CgMDBgIrBDAcBgNVHREEFTATgRFzdGV2ZUBvcGVuc3NsLm9y ZzAdBgNVHQ4EFgQUMJZUiYMAsHjs6aDJJMknExVjHfEwDwYDVR0TAQH/BAUwAwEB /zAeBgNVHRIEFzAVgRNzaGVuc29uQGJpZ2Zvb3QuY29tMGQGCCsGAQUFBwEBBFgw VjBUBggrBgEFBQcwAoZIcnN5bmM6Ly9ycGtpLnJpcGUubmV0L3JlcG9zaXRvcnkv REVGQVVMVC95cWdGMjZ3MlIwbTVzUlZaQ3JidkQ1Y00yOWcuY2VyMCcGCCsGAQUF BwELBBswGTAXBggrBgEFBQcwBYILZm9vLmJhci5mb28wFwYDVR0eBBAwDqAMMAqH CMCoAAD//wAAMAoGA1UdNgQDAgECMB0GCCsGAQUFBwEHAQH/BA4wDDAKBAIAATAE AwIAfzANBgkqhkiG9w0BAQsFAAOBgQCS6YaWrNGvcxMyLnqGQfixKb+rK1nyyUXA 7F9rYPt0TMVc64L0mC1CwEX4Zl5IreBHKSLt1q16YonL1O6KahIsauCAcBD5tmMk zWYiRw3h1xYa8HzxGfdTYtqReMs6WwUBNQQdQT1jLyCVZ2M4eaba8oFYhEnJRHRL 10rxDOXkPQ== -----END CERTIFICATE REQUEST----- C=RO, O=UTI, OU=ssi RSA Public-Key: (1024 bit) Modulus: 00:a8:69:77:f8:d2:4a:06:50:b6:e4:f3:93:53:0a: 97:b4:a8:72:7f:d0:41:03:94:00:83:e0:18:9e:f9: 31:0f:89:76:a1:21:c0:04:b7:12:5b:66:b9:54:ff: 8f:75:05:4a:d9:ef:ed:16:57:ea:d7:fd:e3:c4:d2: 35:3c:23:ef:fa:c8:0c:4f:08:4c:c0:dc:e3:be:56: 7a:3c:b7:ac:91:17:b9:72:59:8f:4f:39:2a:20:6c: eb:94:a2:ba:b3:b0:5c:f6:dd:d5:a4:af:86:58:3a: 7e:d5:96:c3:cd:39:de:1d:82:db:54:da:12:87:ba: 40:11:3f:60:fc:1f:48:8c:7f Exponent: 65537 (0x10001) rsa -----BEGIN PUBLIC KEY----- MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoaXf40koGULbk85NTCpe0qHJ/ 0EEDlACD4Bie+TEPiXahIcAEtxJbZrlU/491BUrZ7+0WV+rX/ePE0jU8I+/6yAxP CEzA3OO+Vno8t6yRF7lyWY9POSogbOuUorqzsFz23dWkr4ZYOn7VlsPNOd4dgttU 2hKHukARP2D8H0iMfwIDAQAB -----END PUBLIC KEY----- C=DE, ST=NRW, L=Foo, O=Internet Widgits Pty Ltd, CN=foo.der.bar.com RSA Public-Key: (2048 bit) Modulus: 00:c0:f3:18:17:17:28:00:e7:26:3f:b3:e3:40:13: 30:96:36:a3:5d:97:7a:ad:9c:e5:10:d5:93:a0:4f: 02:60:0d:0c:d9:36:f3:4c:e0:42:1a:68:71:5d:f3: 36:c7:fc:01:77:c3:7e:a1:e9:b1:09:73:5a:a4:ad: 75:9e:e5:d4:30:3d:0e:98:92:b2:e5:c2:0f:78:7b: 49:af:21:4d:99:a1:99:25:63:59:5b:b0:2f:96:b8: 95:b4:a8:a0:18:41:6d:4f:d1:bb:3e:a4:b0:da:1f: 08:20:3d:85:50:fc:29:40:ae:12:31:71:55:04:9c: 45:cb:40:47:b0:60:58:46:3e:68:46:26:16:fb:c0: e5:76:1d:a1:b1:c1:f0:47:f1:5f:ff:62:c1:81:b7: 13:92:d8:f3:df:bf:f5:24:0a:13:43:3d:93:05:42: 10:aa:0f:16:53:e3:32:ba:dc:1e:f8:04:b2:34:98: 5f:2c:c1:5d:16:7a:e6:88:de:99:f4:ed:8a:f4:bd: 33:c5:e7:88:bd:3e:54:e1:c2:c1:88:d3:38:84:fb: 41:76:68:3d:76:23:90:94:47:74:33:b9:0b:1a:8f: c7:7f:d5:d2:82:32:1b:4c:fd:e2:fc:17:75:46:97: 73:a5:19:03:20:68:c2:58:ee:be:7d:a4:1e:08:0f: 11:eb Exponent: 65537 (0x10001) rsa -----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwPMYFxcoAOcmP7PjQBMw ljajXZd6rZzlENWToE8CYA0M2TbzTOBCGmhxXfM2x/wBd8N+oemxCXNapK11nuXU MD0OmJKy5cIPeHtJryFNmaGZJWNZW7AvlriVtKigGEFtT9G7PqSw2h8IID2FUPwp QK4SMXFVBJxFy0BHsGBYRj5oRiYW+8Dldh2hscHwR/Ff/2LBgbcTktjz37/1JAoT Qz2TBUIQqg8WU+Myutwe+ASyNJhfLMFdFnrmiN6Z9O2K9L0zxeeIvT5U4cLBiNM4 hPtBdmg9diOQlEd0M7kLGo/Hf9XSgjIbTP3i/Bd1RpdzpRkDIGjCWO6+faQeCA8R 6wIDAQAB -----END PUBLIC KEY----- t/Mytest.t ............. ok t/release-kwalitee.t ... skipped: these tests are for release candidate testing t/release-meta-json.t .. skipped: these tests are for release candidate testing All tests successful. Files=5, Tests=7, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.34 cusr 0.05 csys = 0.45 CPU) Result: PASS PASS security/p5-Crypt-OpenSSL-PKCS10 Duration 0m04.70s START security/p5-Crypt-OpenSSL-RSA 2024-11-22T09:11:19Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-OpenSSL-RSA-0.33p0 ===> Checking files for p5-Crypt-OpenSSL-RSA-0.33p0 `/usr/ports/distfiles/Crypt-OpenSSL-RSA-0.33.tar.gz' is up to date. ===> Building from scratch p5-Crypt-OpenSSL-RSA-0.33p0 ===> p5-Crypt-OpenSSL-RSA-0.33p0 depends on: p5-Crypt-OpenSSL-Guess->=0.11 -> p5-Crypt-OpenSSL-Guess-0.15 ===> Verifying specs: c crypto perl ssl ===> found c.100.3 crypto.55.0 perl.24.0 ssl.58.0 ===> Checking files for p5-Crypt-OpenSSL-RSA-0.33p0 `/usr/ports/distfiles/Crypt-OpenSSL-RSA-0.33.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-OpenSSL-RSA-0.33p0 ===> Patching for p5-Crypt-OpenSSL-RSA-0.33p0 ===> Applying OpenBSD patch patch-RSA_xs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Passing in a NULL md is no longer supported | |Index: RSA.xs |--- RSA.xs.orig |+++ RSA.xs -------------------------- Patching file RSA.xs using Plan A... Hunk #1 succeeded at 115. Hunk #2 succeeded at 123. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-OpenSSL-RSA-0.33p0 ===> Configuring for p5-Crypt-OpenSSL-RSA-0.33p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::RSA Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-OpenSSL-RSA-0.33p0 cp RSA.pm blib/lib/Crypt/OpenSSL/RSA.pm AutoSplitting blib/lib/Crypt/OpenSSL/RSA.pm (blib/lib/auto/Crypt/OpenSSL/RSA) Running Mkbootstrap for RSA () chmod 644 "RSA.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- RSA.bs blib/arch/auto/Crypt/OpenSSL/RSA/RSA.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Crypt-OpenSSL-RSA-0.33/Crypt-OpenSSL-RSA-0.33/typemap' RSA.xs > RSA.xsc mv RSA.xsc RSA.c cc -c -I/usr/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.33\" -DXS_VERSION=\"0.33\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DPERL5 -DOPENSSL_NO_KRB5 RSA.c RSA.xs:56:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if OLD_CRUFTY_SSL_VERSION ^ RSA.xs:33:74: note: expanded from macro 'OLD_CRUFTY_SSL_VERSION' #define OLD_CRUFTY_SSL_VERSION (OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x03050000fL)) ^ RSA.xs:401:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if OLD_CRUFTY_SSL_VERSION ^ RSA.xs:33:74: note: expanded from macro 'OLD_CRUFTY_SSL_VERSION' #define OLD_CRUFTY_SSL_VERSION (OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x03050000fL)) ^ RSA.xs:419:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if OLD_CRUFTY_SSL_VERSION ^ RSA.xs:33:74: note: expanded from macro 'OLD_CRUFTY_SSL_VERSION' #define OLD_CRUFTY_SSL_VERSION (OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x03050000fL)) ^ RSA.xs:435:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if OLD_CRUFTY_SSL_VERSION ^ RSA.xs:33:74: note: expanded from macro 'OLD_CRUFTY_SSL_VERSION' #define OLD_CRUFTY_SSL_VERSION (OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x03050000fL)) ^ RSA.xs:446:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if OLD_CRUFTY_SSL_VERSION ^ RSA.xs:33:74: note: expanded from macro 'OLD_CRUFTY_SSL_VERSION' #define OLD_CRUFTY_SSL_VERSION (OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x03050000fL)) ^ RSA.xs:470:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if OLD_CRUFTY_SSL_VERSION ^ RSA.xs:33:74: note: expanded from macro 'OLD_CRUFTY_SSL_VERSION' #define OLD_CRUFTY_SSL_VERSION (OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x03050000fL)) ^ RSA.xs:497:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if OLD_CRUFTY_SSL_VERSION ^ RSA.xs:33:74: note: expanded from macro 'OLD_CRUFTY_SSL_VERSION' #define OLD_CRUFTY_SSL_VERSION (OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x03050000fL)) ^ 7 warnings generated. rm -f blib/arch/auto/Crypt/OpenSSL/RSA/RSA.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib RSA.o -o blib/arch/auto/Crypt/OpenSSL/RSA/RSA.so -L/usr -L/usr/lib -lssl -lcrypto chmod 755 blib/arch/auto/Crypt/OpenSSL/RSA/RSA.so Manifying 1 pod document ===> p5-Crypt-OpenSSL-RSA-0.33p0 depends on: p5-Crypt-OpenSSL-Bignum-* -> p5-Crypt-OpenSSL-Bignum-0.09p0 ===> p5-Crypt-OpenSSL-RSA-0.33p0 depends on: p5-Crypt-OpenSSL-Random-* -> p5-Crypt-OpenSSL-Random-0.17 ===> Regression tests for p5-Crypt-OpenSSL-RSA-0.33p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- RSA.bs blib/arch/auto/Crypt/OpenSSL/RSA/RSA.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/bignum.t .................. ok t/format.t .................. ok t/rsa.t ..................... ok t/sig_die.t ................. ok t/z_kwalitee.t .............. skipped: This test is only run for the module author t/z_meta.t .................. skipped: This test is only run for the module author t/z_perl_minimum_version.t .. skipped: Author tests not required for installation t/z_pod-coverage.t .......... skipped: This test is only run for the module author t/z_pod.t ................... skipped: This test is only run for the module author All tests successful. Files=9, Tests=147, 2 wallclock secs ( 0.07 usr 0.04 sys + 1.14 cusr 0.33 csys = 1.58 CPU) Result: PASS PASS security/p5-Crypt-OpenSSL-RSA Duration 0m06.32s START security/p5-Crypt-OpenSSL-Random 2024-11-22T09:11:25Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-OpenSSL-Random-0.17 ===> Checking files for p5-Crypt-OpenSSL-Random-0.17 `/usr/ports/distfiles/Crypt-OpenSSL-Random-0.17.tar.gz' is up to date. ===> Building from scratch p5-Crypt-OpenSSL-Random-0.17 ===> p5-Crypt-OpenSSL-Random-0.17 depends on: p5-Crypt-OpenSSL-Guess-* -> p5-Crypt-OpenSSL-Guess-0.15 ===> Verifying specs: c crypto perl ssl ===> found c.100.3 crypto.55.0 perl.24.0 ssl.58.0 ===> Checking files for p5-Crypt-OpenSSL-Random-0.17 `/usr/ports/distfiles/Crypt-OpenSSL-Random-0.17.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-OpenSSL-Random-0.17 ===> Patching for p5-Crypt-OpenSSL-Random-0.17 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-OpenSSL-Random-0.17 ===> Configuring for p5-Crypt-OpenSSL-Random-0.17 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::Random Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-OpenSSL-Random-0.17 cp Random.pm blib/lib/Crypt/OpenSSL/Random.pm Running Mkbootstrap for Random () chmod 644 "Random.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Random.bs blib/arch/auto/Crypt/OpenSSL/Random/Random.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Random.xs > Random.xsc mv Random.xsc Random.c cc -c -I/usr/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"0.17\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Random.c rm -f blib/arch/auto/Crypt/OpenSSL/Random/Random.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Random.o -o blib/arch/auto/Crypt/OpenSSL/Random/Random.so -L/usr -L/usr/lib -lssl -lcrypto chmod 755 blib/arch/auto/Crypt/OpenSSL/Random/Random.so Manifying 1 pod document ===> p5-Crypt-OpenSSL-Random-0.17 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Crypt-OpenSSL-Random-0.17 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Crypt-OpenSSL-Random-0.17 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Random.bs blib/arch/auto/Crypt/OpenSSL/Random/Random.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/0-basic.t ................. ok t/z_kwalitee.t .............. skipped: This test is only run for the module author t/z_manifest.t .............. skipped: requires a git checkout and a unix for git and diff t/z_meta.t .................. skipped: This test is only run for the module author t/z_perl_minimum_version.t .. skipped: Author tests not required for installation t/z_pod-coverage.t .......... skipped: This test is only run for the module author t/z_pod.t ................... ok All tests successful. Files=7, Tests=6, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.63 cusr 0.26 csys = 0.95 CPU) Result: PASS PASS security/p5-Crypt-OpenSSL-Random Duration 0m04.80s START security/p5-Crypt-OpenSSL-X509 2024-11-22T09:11:30Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-OpenSSL-X509-2.0.1 ===> Checking files for p5-Crypt-OpenSSL-X509-2.0.1 `/usr/ports/distfiles/Crypt-OpenSSL-X509-2.0.1.tar.gz' is up to date. ===> Building from scratch p5-Crypt-OpenSSL-X509-2.0.1 ===> p5-Crypt-OpenSSL-X509-2.0.1 depends on: p5-Crypt-OpenSSL-Guess-* -> p5-Crypt-OpenSSL-Guess-0.15 ===> Verifying specs: c crypto perl ssl ===> found c.100.3 crypto.55.0 perl.24.0 ssl.58.0 ===> Checking files for p5-Crypt-OpenSSL-X509-2.0.1 `/usr/ports/distfiles/Crypt-OpenSSL-X509-2.0.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-OpenSSL-X509-2.0.1 ===> Patching for p5-Crypt-OpenSSL-X509-2.0.1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-OpenSSL-X509-2.0.1 Regenerating ppport.h ===> Configuring for p5-Crypt-OpenSSL-X509-2.0.1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::OpenSSL::X509 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-OpenSSL-X509-2.0.1 cp X509.pm blib/lib/Crypt/OpenSSL/X509.pm Running Mkbootstrap for X509 () chmod 644 "X509.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- X509.bs blib/arch/auto/Crypt/OpenSSL/X509/X509.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Crypt-OpenSSL-X509-2.0.1/Crypt-OpenSSL-X509-2.0.1/typemap' X509.xs > X509.xsc mv X509.xsc X509.c cc -c -I/usr/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DOPENSSL_API_COMPAT=0x10100000L -O2 -g -DVERSION=\"2.0.1\" -DXS_VERSION=\"2.0.1\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" X509.c rm -f blib/arch/auto/Crypt/OpenSSL/X509/X509.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib X509.o -o blib/arch/auto/Crypt/OpenSSL/X509/X509.so -L/usr -L/usr/lib -lssl -lcrypto chmod 755 blib/arch/auto/Crypt/OpenSSL/X509/X509.so Manifying 1 pod document ===> p5-Crypt-OpenSSL-X509-2.0.1 depends on: p5-Convert-ASN1->=0.33 -> p5-Convert-ASN1-0.34 ===> p5-Crypt-OpenSSL-X509-2.0.1 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Crypt-OpenSSL-X509-2.0.1 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Crypt-OpenSSL-X509-2.0.1 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- X509.bs blib/arch/auto/Crypt/OpenSSL/X509/X509.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Running Crypt::OpenSSL::X509 test suite against LibreSSL 4.0.0 t/00-version.t ......... ok t/author-pod-syntax.t .. skipped: these tests are for testing by the author t/pod.t ................ ok t/release-kwalitee.t ... skipped: these tests are for release candidate testing t/release-meta-json.t .. skipped: these tests are for release candidate testing t/san.t ................ ok t/utf8.t ............... ok t/x509-ec.t ............ ok t/x509.t ............... ok All tests successful. Files=9, Tests=96, 2 wallclock secs ( 0.05 usr 0.02 sys + 0.86 cusr 0.35 csys = 1.28 CPU) Result: PASS PASS security/p5-Crypt-OpenSSL-X509 Duration 0m06.79s START security/p5-Crypt-PBKDF2 2024-11-22T09:11:37Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-PBKDF2-0.161520 ===> Checking files for p5-Crypt-PBKDF2-0.161520 `/usr/ports/distfiles/Crypt-PBKDF2-0.161520.tar.gz' is up to date. ===> Building from scratch p5-Crypt-PBKDF2-0.161520 ===> Checking files for p5-Crypt-PBKDF2-0.161520 `/usr/ports/distfiles/Crypt-PBKDF2-0.161520.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-PBKDF2-0.161520 ===> Patching for p5-Crypt-PBKDF2-0.161520 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-PBKDF2-0.161520 ===> Configuring for p5-Crypt-PBKDF2-0.161520 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::PBKDF2 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-PBKDF2-0.161520 cp lib/Crypt/PBKDF2/Hash/DigestHMAC.pm blib/lib/Crypt/PBKDF2/Hash/DigestHMAC.pm cp lib/Crypt/PBKDF2/Hash.pm blib/lib/Crypt/PBKDF2/Hash.pm cp lib/Crypt/PBKDF2.pm blib/lib/Crypt/PBKDF2.pm cp lib/Crypt/PBKDF2/Hash/HMACSHA3.pm blib/lib/Crypt/PBKDF2/Hash/HMACSHA3.pm cp lib/Crypt/PBKDF2/Hash/HMACSHA2.pm blib/lib/Crypt/PBKDF2/Hash/HMACSHA2.pm cp lib/Crypt/PBKDF2/Hash/HMACSHA1.pm blib/lib/Crypt/PBKDF2/Hash/HMACSHA1.pm Manifying 6 pod documents ===> p5-Crypt-PBKDF2-0.161520 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Crypt-PBKDF2-0.161520 depends on: p5-Digest-SHA3->=0.22 -> p5-Digest-SHA3-1.05 ===> p5-Crypt-PBKDF2-0.161520 depends on: p5-Module-Runtime-* -> p5-Module-Runtime-0.016p0 ===> p5-Crypt-PBKDF2-0.161520 depends on: p5-Moo->=2 -> p5-Moo-2.005005 ===> p5-Crypt-PBKDF2-0.161520 depends on: p5-Try-Tiny->=0.04 -> p5-Try-Tiny-0.32 ===> p5-Crypt-PBKDF2-0.161520 depends on: p5-Type-Tiny->=1.000005 -> p5-Type-Tiny-2.004000 ===> p5-Crypt-PBKDF2-0.161520 depends on: p5-namespace-autoclean-* -> p5-namespace-autoclean-0.31 ===> p5-Crypt-PBKDF2-0.161520 depends on: p5-strictures->=2 -> p5-strictures-2.000006 ===> p5-Crypt-PBKDF2-0.161520 depends on: p5-Digest-HMAC->=1.01 -> p5-Digest-HMAC-1.05 ===> Regression tests for p5-Crypt-PBKDF2-0.161520 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01-raeburn.t ....... ok t/02-validate.t ...... ok t/03-clone.t ......... ok t/04-params.t ........ ok t/05-crypt-ldap.t .... ok t/06-length-limit.t .. ok All tests successful. Files=6, Tests=4050, 4 wallclock secs ( 0.50 usr 0.09 sys + 3.61 cusr 0.60 csys = 4.80 CPU) Result: PASS PASS security/p5-Crypt-PBKDF2 Duration 0m08.46s START security/p5-Crypt-PKCS10 2024-11-22T09:11:45Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-PKCS10-2.005 ===> Checking files for p5-Crypt-PKCS10-2.005 `/usr/ports/distfiles/Crypt-PKCS10-2.005.tar.gz' is up to date. ===> Building from scratch p5-Crypt-PKCS10-2.005 ===> p5-Crypt-PKCS10-2.005 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-Crypt-PKCS10-2.005 `/usr/ports/distfiles/Crypt-PKCS10-2.005.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-PKCS10-2.005 ===> Patching for p5-Crypt-PKCS10-2.005 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-PKCS10-2.005 ===> Configuring for p5-Crypt-PKCS10-2.005 Creating new 'Build' script for 'Crypt-PKCS10' version '2.005' ===> Building for p5-Crypt-PKCS10-2.005 cp lib/Crypt/PKCS10.pm blib/lib/Crypt/PKCS10.pm ===> p5-Crypt-PKCS10-2.005 depends on: p5-Convert-ASN1-* -> p5-Convert-ASN1-0.34 ===> p5-Crypt-PKCS10-2.005 depends on: p5-Crypt-OpenSSL-DSA-* -> p5-Crypt-OpenSSL-DSA-0.20p0 ===> p5-Crypt-PKCS10-2.005 depends on: p5-Crypt-OpenSSL-RSA-* -> p5-Crypt-OpenSSL-RSA-0.33p0 ===> p5-Crypt-PKCS10-2.005 depends on: p5-CryptX-* -> p5-CryptX-0.084 ===> Regression tests for p5-Crypt-PKCS10-2.005 t/0-signature.t ..... skipped: Set the environment variable TEST_SIGNATURE to enable this test. # Perl perl version 5.38.2 / LibreSSL 4.0.0 t/02_base.t ......... ok # Perl perl version 5.38.2 t/03_ecc.t .......... ok t/04_complex_rdn.t .. ok All tests successful. Files=4, Tests=38, 2 wallclock secs ( 0.07 usr 0.00 sys + 1.69 cusr 0.39 csys = 2.15 CPU) Result: PASS PASS security/p5-Crypt-PKCS10 Duration 0m05.16s START security/p5-Crypt-PasswdMD5 2024-11-22T09:11:50Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-PasswdMD5-1.3p1 ===> Checking files for p5-Crypt-PasswdMD5-1.3p1 `/usr/ports/distfiles/Crypt-PasswdMD5-1.3.tar.gz' is up to date. ===> Building from scratch p5-Crypt-PasswdMD5-1.3p1 ===> Checking files for p5-Crypt-PasswdMD5-1.3p1 `/usr/ports/distfiles/Crypt-PasswdMD5-1.3.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-PasswdMD5-1.3p1 ===> Patching for p5-Crypt-PasswdMD5-1.3p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-PasswdMD5-1.3p1 ===> Configuring for p5-Crypt-PasswdMD5-1.3p1 ====================================================================== WARNING ====================================================================== Due to the nature of this Perl package, I strongly suggest that its signature be properly verified using GPG. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::PasswdMD5 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-PasswdMD5-1.3p1 cp PasswdMD5.pm blib/lib/Crypt/PasswdMD5.pm Manifying 1 pod document ===> Regression tests for p5-Crypt-PasswdMD5-1.3p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/basic.t .. ok All tests successful. Files=1, Tests=6, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.05 cusr 0.03 csys = 0.13 CPU) Result: PASS PASS security/p5-Crypt-PasswdMD5 Duration 0m02.34s START security/p5-Crypt-RC4 2024-11-22T09:11:53Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-RC4-2.02p3 ===> Checking files for p5-Crypt-RC4-2.02p3 `/usr/ports/distfiles/Crypt-RC4-2.02.tar.gz' is up to date. ===> Building from scratch p5-Crypt-RC4-2.02p3 ===> Checking files for p5-Crypt-RC4-2.02p3 `/usr/ports/distfiles/Crypt-RC4-2.02.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-RC4-2.02p3 ===> Patching for p5-Crypt-RC4-2.02p3 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-RC4-2.02p3 ===> Configuring for p5-Crypt-RC4-2.02p3 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::RC4 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-RC4-2.02p3 cp RC4.pm blib/lib/Crypt/RC4.pm Manifying 1 pod document ===> Regression tests for p5-Crypt-RC4-2.02p3 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 PASS security/p5-Crypt-RC4 Duration 0m02.15s START security/p5-Crypt-RC5 2024-11-22T09:11:55Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-RC5-2.00p0 ===> Checking files for p5-Crypt-RC5-2.00p0 `/usr/ports/distfiles/Crypt-RC5-2.00.tar.gz' is up to date. ===> Building from scratch p5-Crypt-RC5-2.00p0 ===> Checking files for p5-Crypt-RC5-2.00p0 `/usr/ports/distfiles/Crypt-RC5-2.00.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-RC5-2.00p0 ===> Patching for p5-Crypt-RC5-2.00p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-RC5-2.00p0 ===> Configuring for p5-Crypt-RC5-2.00p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::RC5 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-RC5-2.00p0 cp RC5.pm blib/lib/Crypt/RC5.pm Manifying 1 pod document ===> Regression tests for p5-Crypt-RC5-2.00p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..1 # Running under perl version 5.038002 for openbsd # Current time local: Fri Nov 22 10:11:57 2024 # Current time GMT: Fri Nov 22 09:11:57 2024 # Using Test.pm version 1.31 ok 1 PASS security/p5-Crypt-RC5 Duration 0m02.13s START security/p5-Crypt-RIPEMD160 2024-11-22T09:11:57Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-RIPEMD160-0.08 ===> Checking files for p5-Crypt-RIPEMD160-0.08 `/usr/ports/distfiles/Crypt-RIPEMD160-0.08.tar.gz' is up to date. ===> Building from scratch p5-Crypt-RIPEMD160-0.08 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Crypt-RIPEMD160-0.08 `/usr/ports/distfiles/Crypt-RIPEMD160-0.08.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-RIPEMD160-0.08 ===> Patching for p5-Crypt-RIPEMD160-0.08 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-RIPEMD160-0.08 ===> Configuring for p5-Crypt-RIPEMD160-0.08 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::RIPEMD160 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-RIPEMD160-0.08 cp lib/Crypt/RIPEMD160/MAC.pm blib/lib/Crypt/RIPEMD160/MAC.pm cp lib/Crypt/RIPEMD160.pm blib/lib/Crypt/RIPEMD160.pm AutoSplitting blib/lib/Crypt/RIPEMD160.pm (blib/lib/auto/Crypt/RIPEMD160) Running Mkbootstrap for RIPEMD160 () chmod 644 "RIPEMD160.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- RIPEMD160.bs blib/arch/auto/Crypt/RIPEMD160/RIPEMD160.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Crypt-RIPEMD160-0.08/Crypt-RIPEMD160-0.08/typemap' RIPEMD160.xs > RIPEMD160.xsc mv RIPEMD160.xsc RIPEMD160.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DPERL_BYTEORDER=1234 RIPEMD160.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DPERL_BYTEORDER=1234 rmd160.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.08\" -DXS_VERSION=\"0.08\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DPERL_BYTEORDER=1234 wrap_160.c rm -f blib/arch/auto/Crypt/RIPEMD160/RIPEMD160.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib RIPEMD160.o rmd160.o wrap_160.o -o blib/arch/auto/Crypt/RIPEMD160/RIPEMD160.so chmod 755 blib/arch/auto/Crypt/RIPEMD160/RIPEMD160.so Manifying 2 pod documents ===> Regression tests for p5-Crypt-RIPEMD160-0.08 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- RIPEMD160.bs blib/arch/auto/Crypt/RIPEMD160/RIPEMD160.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Can't locate auto/Crypt/RIPEMD160/MAC/autosplit.ix in @INC (@INC entries checked: /usr/ports/pobj/p5-Crypt-RIPEMD160-0.08/Crypt-RIPEMD160-0.08/blib/lib /usr/ports/pobj/p5-Crypt-RIPEMD160-0.08/Crypt-RIPEMD160-0.08/blib/arch /usr/local/libdata/perl5/site_perl/i386-openbsd /usr/local/libdata/perl5/site_perl /usr/libdata/perl5/i386-openbsd /usr/libdata/perl5 .) at /usr/libdata/perl5/AutoLoader.pm line 181. at /usr/ports/pobj/p5-Crypt-RIPEMD160-0.08/Crypt-RIPEMD160-0.08/blib/lib/Crypt/RIPEMD160/MAC.pm line 3. t/01test.t .. ok All tests successful. Files=1, Tests=26, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.45 cusr 0.05 csys = 0.55 CPU) Result: PASS PASS security/p5-Crypt-RIPEMD160 Duration 0m04.51s START security/p5-Crypt-Rijndael 2024-11-22T09:12:01Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-Rijndael-1.16 ===> Checking files for p5-Crypt-Rijndael-1.16 `/usr/ports/distfiles/Crypt-Rijndael-1.16.tar.gz' is up to date. ===> Building from scratch p5-Crypt-Rijndael-1.16 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Crypt-Rijndael-1.16 `/usr/ports/distfiles/Crypt-Rijndael-1.16.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-Rijndael-1.16 ===> Patching for p5-Crypt-Rijndael-1.16 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-Rijndael-1.16 Regenerating ppport.h ===> Configuring for p5-Crypt-Rijndael-1.16 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::Rijndael Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-Rijndael-1.16 cp Rijndael.pm blib/lib/Crypt/Rijndael.pm Running Mkbootstrap for Rijndael () chmod 644 "Rijndael.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Rijndael.bs blib/arch/auto/Crypt/Rijndael/Rijndael.bs 644 cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" _rijndael.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Crypt-Rijndael-1.16/Crypt-Rijndael-1.16/typemap' Rijndael.xs > Rijndael.xsc mv Rijndael.xsc Rijndael.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.16\" -DXS_VERSION=\"1.16\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Rijndael.c Rijndael.c:275:116: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] Perl_croak(aTHX_ "set_iv: initial value must be the blocksize (%d bytes), but was %d bytes", RIJNDAEL_BLOCKSIZE, size); ~~ ^~~~ %zu Rijndael.c:322:120: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat] Perl_croak(aTHX_ "set_iv: initial value must be the blocksize (%d bytes), but was %d bytes", RIJNDAEL_BLOCKSIZE, size); ~~ ^~~~ %zu 2 warnings generated. rm -f blib/arch/auto/Crypt/Rijndael/Rijndael.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib _rijndael.o Rijndael.o -o blib/arch/auto/Crypt/Rijndael/Rijndael.so chmod 755 blib/arch/auto/Crypt/Rijndael/Rijndael.so Manifying 1 pod document ===> Regression tests for p5-Crypt-Rijndael-1.16 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Rijndael.bs blib/arch/auto/Crypt/Rijndael/Rijndael.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/00_load.t ... ok t/modes.t ..... ok t/rt/27632.t .. ok All tests successful. Files=3, Tests=132, 1 wallclock secs ( 0.05 usr 0.02 sys + 0.33 cusr 0.13 csys = 0.53 CPU) Result: PASS PASS security/p5-Crypt-Rijndael Duration 0m04.27s START security/p5-Crypt-SSLeay 2024-11-22T09:12:06Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-SSLeay-0.72p3 ===> Checking files for p5-Crypt-SSLeay-0.72p3 `/usr/ports/distfiles/Crypt-SSLeay-0.72.tar.gz' is up to date. ===> Building from scratch p5-Crypt-SSLeay-0.72p3 ===> p5-Crypt-SSLeay-0.72p3 depends on: p5-Devel-CheckLib->=0.99 -> p5-Devel-CheckLib-1.16 ===> p5-Crypt-SSLeay-0.72p3 depends on: p5-Path-Class->=0.26 -> p5-Path-Class-0.37p0 ===> p5-Crypt-SSLeay-0.72p3 depends on: p5-Try-Tiny->=0.19 -> p5-Try-Tiny-0.32 ===> p5-Crypt-SSLeay-0.72p3 depends on: p5-IO-Socket-SSL-* -> p5-IO-Socket-SSL-2.089 ===> p5-Crypt-SSLeay-0.72p3 depends on: p5-LWP-Protocol-https->=6.02 -> p5-LWP-Protocol-https-6.14 ===> Verifying specs: c crypto perl ssl z ===> found c.100.3 crypto.55.0 perl.24.0 ssl.58.0 z.7.1 ===> Checking files for p5-Crypt-SSLeay-0.72p3 `/usr/ports/distfiles/Crypt-SSLeay-0.72.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-SSLeay-0.72p3 ===> Patching for p5-Crypt-SSLeay-0.72p3 ===> Applying OpenBSD patch patch-Makefile_PL Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Devel::CheckLib is never successful for libssl on OpenBSD. You |must specify -lssl and -lcrypto together, but Devel::CheckLib is |checking them individually. So the dependency on libssl was missing |if p5-Crypt-SSLeay was compiled when p5-Devel-CheckLib was installed. | |Use the libraries we have on OpenBSD and do not use Devel::CheckLib. | |Index: Makefile.PL |--- Makefile.PL.orig |+++ Makefile.PL -------------------------- Patching file Makefile.PL using Plan A... Hunk #1 succeeded at 8. Hunk #2 succeeded at 76. done ===> Applying OpenBSD patch patch-SSLeay_xs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- SSLeay.xs.orig Thu Apr 24 00:36:24 2014 |+++ SSLeay.xs Mon Aug 31 00:43:25 2015 -------------------------- Patching file SSLeay.xs using Plan A... Hunk #1 succeeded at 45. Hunk #2 succeeded at 138. done ===> Applying OpenBSD patch patch-t_03-version_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- t/03-version.t.orig Tue Apr 22 15:32:52 2014 |+++ t/03-version.t Thu Oct 9 12:23:07 2014 -------------------------- Patching file t/03-version.t using Plan A... Hunk #1 succeeded at 63. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-SSLeay-0.72p3 ===> Configuring for p5-Crypt-SSLeay-0.72p3 *** THIS IS NOT AN ERROR, JUST A MESSAGE FOR YOUR INFORMATION *** Do you really need Crypt::SSLeay? Starting with version 6.02 of LWP, https support was unbundled into LWP::Protocol::https. This module specifies as one of its prerequisites IO::Socket::SSL which is automatically used by LWP::UserAgent unless this preference is overridden separately. IO::Socket::SSL is a more complete implementation, and, crucially, it allows hostname verification. Crypt::SSLeay does not support this. At this point, Crypt::SSLeay is maintained to support existing software that already depends on it. However, it is possible that your software does not really depend on Crypt::SSLeay, only on the ability of LWP::UserAgent class to communicate with sites over SSL/TLS. If are using version LWP 6.02 or later, and therefore have installed LWP::Protocol::https and its dependencies, and do not explicitly use Net::SSL before loading LWP::UserAgent, or override the default socket class, you are probably using IO::Socket::SSL and do not really need Crypt::SSLeay. Before installing Crypt::SSLeay, you may want to try specifying a dependency on LWP::Protocol::https. ================================================================================ Output from '/usr/ports/pobj/p5-Crypt-SSLeay-0.72/Crypt-SSLeay-0.72/openssl-version': LibreSSL 4.0.0 20000000 ================================================================================ Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::SSLeay Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-SSLeay-0.72p3 cp lib/Net/SSL.pm blib/lib/Net/SSL.pm cp lib/Crypt/SSLeay/Version.pm blib/lib/Crypt/SSLeay/Version.pm cp lib/Crypt/SSLeay/Conn.pm blib/lib/Crypt/SSLeay/Conn.pm cp SSLeay.pm blib/lib/Crypt/SSLeay.pm cp lib/Crypt/SSLeay/Err.pm blib/lib/Crypt/SSLeay/Err.pm cp lib/Crypt/SSLeay/X509.pm blib/lib/Crypt/SSLeay/X509.pm cp lib/Crypt/SSLeay/CTX.pm blib/lib/Crypt/SSLeay/CTX.pm cp lib/Crypt/SSLeay/MainContext.pm blib/lib/Crypt/SSLeay/MainContext.pm Running Mkbootstrap for SSLeay () chmod 644 "SSLeay.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Crypt/SSLeay/SSLeay.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Crypt-SSLeay-0.72/Crypt-SSLeay-0.72/typemap' SSLeay.xs > SSLeay.xsc mv SSLeay.xsc SSLeay.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.72\" -DXS_VERSION=\"0.72\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" SSLeay.c rm -f blib/arch/auto/Crypt/SSLeay/SSLeay.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib SSLeay.o -o blib/arch/auto/Crypt/SSLeay/SSLeay.so -L/usr -lssl -lcrypto -lz chmod 755 blib/arch/auto/Crypt/SSLeay/SSLeay.so Manifying 3 pod documents ===> Regression tests for p5-Crypt-SSLeay-0.72p3 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Crypt/SSLeay/SSLeay.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-basic.t ..... ok t/01-connect.t ... ok # Reading configuration from 'test.config' on openbsd # network_tests : 0 t/02-live.t ...... skipped: Network tests disabled t/03-version.t ... ok t/boilerplate.t .. ok t/manifest.t ..... skipped: Author tests not required for installation All tests successful. Files=6, Tests=43, 2 wallclock secs ( 0.03 usr 0.04 sys + 0.91 cusr 0.27 csys = 1.25 CPU) Result: PASS PASS security/p5-Crypt-SSLeay Duration 0m06.94s START security/p5-Crypt-SaltedHash 2024-11-22T09:12:13Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-SaltedHash-0.09p0 ===> Checking files for p5-Crypt-SaltedHash-0.09p0 `/usr/ports/distfiles/Crypt-SaltedHash-0.09.tar.gz' is up to date. ===> Building from scratch p5-Crypt-SaltedHash-0.09p0 ===> Checking files for p5-Crypt-SaltedHash-0.09p0 `/usr/ports/distfiles/Crypt-SaltedHash-0.09.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-SaltedHash-0.09p0 ===> Patching for p5-Crypt-SaltedHash-0.09p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-SaltedHash-0.09p0 ===> Configuring for p5-Crypt-SaltedHash-0.09p0 Checking if your kit is complete... Looks good WARNING: ABSTRACT contains control character(s), they will be removed Generating a Unix-style Makefile Writing Makefile for Crypt::SaltedHash Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-SaltedHash-0.09p0 cp lib/Crypt/SaltedHash.pm blib/lib/Crypt/SaltedHash.pm Manifying 1 pod document ===> p5-Crypt-SaltedHash-0.09p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Crypt-SaltedHash-0.09p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Crypt-SaltedHash-0.09p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Crypt-SaltedHash-0.09p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01use.t .................... ok t/02pod.t .................... ok t/03podcoverage.t ............ ok t/04Crypt-SaltedHash.t ....... ok t/bug-localize-regex-vars.t .. ok All tests successful. Files=5, Tests=12, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.59 cusr 0.28 csys = 0.93 CPU) Result: PASS PASS security/p5-Crypt-SaltedHash Duration 0m03.80s START security/p5-Crypt-SmbHash 2024-11-22T09:12:16Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-SmbHash-0.12p4 ===> Checking files for p5-Crypt-SmbHash-0.12p4 `/usr/ports/distfiles/Crypt-SmbHash-0.12.tar.gz' is up to date. ===> Building from scratch p5-Crypt-SmbHash-0.12p4 ===> Checking files for p5-Crypt-SmbHash-0.12p4 `/usr/ports/distfiles/Crypt-SmbHash-0.12.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-SmbHash-0.12p4 ===> Patching for p5-Crypt-SmbHash-0.12p4 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-SmbHash-0.12p4 ===> Configuring for p5-Crypt-SmbHash-0.12p4 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::SmbHash Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-SmbHash-0.12p4 cp SmbHash.pm blib/lib/Crypt/SmbHash.pm Manifying 1 pod document ===> p5-Crypt-SmbHash-0.12p4 depends on: p5-Digest-MD4-* -> p5-Digest-MD4-1.9p3 ===> Regression tests for p5-Crypt-SmbHash-0.12p4 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..1 # Running under perl version 5.038002 for openbsd # Current time local: Fri Nov 22 10:12:19 2024 # Current time GMT: Fri Nov 22 09:12:19 2024 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 PASS security/p5-Crypt-SmbHash Duration 0m02.43s START security/p5-Crypt-TripleDES 2024-11-22T09:12:19Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-TripleDES-0.24p2 ===> Checking files for p5-Crypt-TripleDES-0.24p2 `/usr/ports/distfiles/Crypt-TripleDES-0.24.tar.gz' is up to date. ===> Building from scratch p5-Crypt-TripleDES-0.24p2 ===> Checking files for p5-Crypt-TripleDES-0.24p2 `/usr/ports/distfiles/Crypt-TripleDES-0.24.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-TripleDES-0.24p2 ===> Patching for p5-Crypt-TripleDES-0.24p2 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-TripleDES-0.24p2 ===> Configuring for p5-Crypt-TripleDES-0.24p2 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::TripleDES Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-TripleDES-0.24p2 cp lib/Crypt/TripleDES.pm blib/lib/Crypt/TripleDES.pm cp lib/Crypt/PPDES.pm blib/lib/Crypt/PPDES.pm Manifying 1 pod document ===> Regression tests for p5-Crypt-TripleDES-0.24p2 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..1 ok 1 PASS security/p5-Crypt-TripleDES Duration 0m02.34s START security/p5-Crypt-Twofish 2024-11-22T09:12:21Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-Twofish-2.18 ===> Checking files for p5-Crypt-Twofish-2.18 `/usr/ports/distfiles/Crypt-Twofish-2.18.tar.gz' is up to date. ===> Building from scratch p5-Crypt-Twofish-2.18 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Crypt-Twofish-2.18 `/usr/ports/distfiles/Crypt-Twofish-2.18.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-Twofish-2.18 ===> Patching for p5-Crypt-Twofish-2.18 ===> Applying OpenBSD patch patch-tab_tables_pl Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: tab/tables.pl |--- tab/tables.pl.orig |+++ tab/tables.pl -------------------------- Patching file tab/tables.pl using Plan A... Hunk #1 succeeded at 2 with fuzz 1 (offset -1 lines). done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-Twofish-2.18 Regenerating ppport.h ===> Configuring for p5-Crypt-Twofish-2.18 Searching for uint*_t... inttypes.h Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::Twofish Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-Twofish-2.18 cp Twofish.pm blib/lib/Crypt/Twofish.pm Running Mkbootstrap for Twofish () chmod 644 "Twofish.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Twofish.bs blib/arch/auto/Crypt/Twofish/Twofish.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Crypt-Twofish-2.18/Crypt-Twofish-2.18/typemap' Twofish.xs > Twofish.xsc mv Twofish.xsc Twofish.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"2.18\" -DXS_VERSION=\"2.18\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Twofish.c "/usr/bin/perl" -I. tab/tables.pl cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"2.18\" -DXS_VERSION=\"2.18\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" _twofish.c rm -f blib/arch/auto/Crypt/Twofish/Twofish.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Twofish.o _twofish.o -o blib/arch/auto/Crypt/Twofish/Twofish.so chmod 755 blib/arch/auto/Crypt/Twofish/Twofish.so Manifying 1 pod document ===> p5-Crypt-Twofish-2.18 depends on: p5-Crypt-CBC-* -> p5-Crypt-CBC-3.04 ===> Regression tests for p5-Crypt-Twofish-2.18 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Twofish.bs blib/arch/auto/Crypt/Twofish/Twofish.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..10 # Running under perl version 5.038002 for openbsd # Current time local: Fri Nov 22 10:12:25 2024 # Current time GMT: Fri Nov 22 09:12:25 2024 # Using Test.pm version 1.31 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 trying CBC... WARNING: The key derivation method "opensslv1" is deprecated. Using -pbkdf=>'pbkdf2' would be better. Pass -nodeprecate=>1 to inhibit this message. at test.pl line 53. ok 10 Benchmarks Encrypting (10,000 cycles, uncached cipher): 0 wallclock secs ( 0.06 usr + 0.00 sys = 0.06 CPU) Decrypting (10,000 cycles, uncached cipher): 0 wallclock secs ( 0.06 usr + 0.00 sys = 0.06 CPU) Encrypting (10,000 cycles, cached cipher): 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) Decrypting (10,000 cycles, cached cipher): 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU) PASS security/p5-Crypt-Twofish Duration 0m04.14s START security/p5-Crypt-X509 2024-11-22T09:12:25Z export _LOCKS_HELD="" ===> Cleaning for p5-Crypt-X509-0.55 ===> Checking files for p5-Crypt-X509-0.55 `/usr/ports/distfiles/Crypt-X509-0.55.tar.gz' is up to date. ===> Building from scratch p5-Crypt-X509-0.55 ===> Checking files for p5-Crypt-X509-0.55 `/usr/ports/distfiles/Crypt-X509-0.55.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Crypt-X509-0.55 ===> Patching for p5-Crypt-X509-0.55 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Crypt-X509-0.55 ===> Configuring for p5-Crypt-X509-0.55 Checking if your kit is complete... Warning: the following files are missing in your kit: t/Crypt-X509.t Please inform the author. Generating a Unix-style Makefile Writing Makefile for Crypt::X509 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Crypt-X509-0.55 cp lib/Crypt/X509.pm blib/lib/Crypt/X509.pm Manifying 1 pod document ===> p5-Crypt-X509-0.55 depends on: p5-Convert-ASN1-* -> p5-Convert-ASN1-0.34 ===> Regression tests for p5-Crypt-X509-0.55 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Files=0, Tests=0, 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) Result: NOTESTS PASS security/p5-Crypt-X509 Duration 0m02.44s START security/p5-CryptX 2024-11-22T09:12:28Z export _LOCKS_HELD="" ===> Cleaning for p5-CryptX-0.084 ===> Checking files for p5-CryptX-0.084 `/usr/ports/distfiles/CryptX-0.084.tar.gz' is up to date. ===> Building from scratch p5-CryptX-0.084 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-CryptX-0.084 `/usr/ports/distfiles/CryptX-0.084.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-CryptX-0.084 ===> Patching for p5-CryptX-0.084 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-CryptX-0.084 Regenerating ppport.h ===> Configuring for p5-CryptX-0.084 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for CryptX Writing MYMETA.yml and MYMETA.json ===> Building for p5-CryptX-0.084 cp lib/Crypt/Cipher/RC2.pm blib/lib/Crypt/Cipher/RC2.pm cp lib/Crypt/Cipher/SAFER_K64.pm blib/lib/Crypt/Cipher/SAFER_K64.pm cp lib/Crypt/Digest/SHA1.pm blib/lib/Crypt/Digest/SHA1.pm cp lib/Crypt/PK/Ed25519.pm blib/lib/Crypt/PK/Ed25519.pm cp lib/Crypt/Cipher/RC5.pm blib/lib/Crypt/Cipher/RC5.pm cp lib/Crypt/Cipher/XTEA.pm blib/lib/Crypt/Cipher/XTEA.pm cp lib/Crypt/Mac/HMAC.pm blib/lib/Crypt/Mac/HMAC.pm cp lib/Crypt/Cipher/Khazad.pm blib/lib/Crypt/Cipher/Khazad.pm cp lib/Crypt/Digest/SHA512_224.pm blib/lib/Crypt/Digest/SHA512_224.pm cp lib/Crypt/Digest/Keccak512.pm blib/lib/Crypt/Digest/Keccak512.pm cp lib/Crypt/Stream/Salsa20.pm blib/lib/Crypt/Stream/Salsa20.pm cp lib/Crypt/Mode/CFB.pm blib/lib/Crypt/Mode/CFB.pm cp lib/Crypt/Digest/SHA3_224.pm blib/lib/Crypt/Digest/SHA3_224.pm cp lib/Crypt/PK/DSA.pm blib/lib/Crypt/PK/DSA.pm cp lib/Crypt/Cipher/RC6.pm blib/lib/Crypt/Cipher/RC6.pm cp lib/Crypt/KeyDerivation.pm blib/lib/Crypt/KeyDerivation.pm cp lib/Crypt/Cipher/SAFERP.pm blib/lib/Crypt/Cipher/SAFERP.pm cp lib/Crypt/Digest/SHA512.pm blib/lib/Crypt/Digest/SHA512.pm cp lib/Crypt/PK/RSA.pm blib/lib/Crypt/PK/RSA.pm cp lib/Crypt/Checksum/CRC32.pm blib/lib/Crypt/Checksum/CRC32.pm cp lib/Crypt/Cipher.pm blib/lib/Crypt/Cipher.pm cp lib/Crypt/Mac/Pelican.pm blib/lib/Crypt/Mac/Pelican.pm cp lib/Crypt/Cipher/KASUMI.pm blib/lib/Crypt/Cipher/KASUMI.pm cp lib/Crypt/PRNG.pm blib/lib/Crypt/PRNG.pm cp lib/Crypt/Digest/SHA3_256.pm blib/lib/Crypt/Digest/SHA3_256.pm cp lib/Crypt/Misc.pm blib/lib/Crypt/Misc.pm cp lib/Crypt/Mac/Poly1305.pm blib/lib/Crypt/Mac/Poly1305.pm cp lib/Crypt/Cipher/SAFER_SK64.pm blib/lib/Crypt/Cipher/SAFER_SK64.pm cp lib/Crypt/Digest/BLAKE2s_224.pm blib/lib/Crypt/Digest/BLAKE2s_224.pm cp lib/Crypt/Stream/Rabbit.pm blib/lib/Crypt/Stream/Rabbit.pm cp lib/Crypt/Digest/BLAKE2b_512.pm blib/lib/Crypt/Digest/BLAKE2b_512.pm cp lib/Crypt/Mac/XCBC.pm blib/lib/Crypt/Mac/XCBC.pm cp lib/Crypt/Mode/CBC.pm blib/lib/Crypt/Mode/CBC.pm cp lib/Crypt/Digest/SHA224.pm blib/lib/Crypt/Digest/SHA224.pm cp lib/Crypt/Digest/BLAKE2b_256.pm blib/lib/Crypt/Digest/BLAKE2b_256.pm cp lib/Crypt/Digest/BLAKE2s_256.pm blib/lib/Crypt/Digest/BLAKE2s_256.pm cp lib/Crypt/AuthEnc/ChaCha20Poly1305.pm blib/lib/Crypt/AuthEnc/ChaCha20Poly1305.pm cp lib/Crypt/Cipher/IDEA.pm blib/lib/Crypt/Cipher/IDEA.pm cp lib/Crypt/Digest/SHA3_512.pm blib/lib/Crypt/Digest/SHA3_512.pm cp lib/Crypt/Mac/PMAC.pm blib/lib/Crypt/Mac/PMAC.pm cp lib/Crypt/PRNG/RC4.pm blib/lib/Crypt/PRNG/RC4.pm cp lib/Crypt/Cipher/Twofish.pm blib/lib/Crypt/Cipher/Twofish.pm cp lib/Crypt/Mac.pm blib/lib/Crypt/Mac.pm cp lib/Crypt/Digest/CHAES.pm blib/lib/Crypt/Digest/CHAES.pm cp lib/Crypt/Digest/SHA512_256.pm blib/lib/Crypt/Digest/SHA512_256.pm cp lib/Math/BigInt/LTM.pm blib/lib/Math/BigInt/LTM.pm cp lib/Crypt/Mode/CTR.pm blib/lib/Crypt/Mode/CTR.pm cp lib/Crypt/Checksum/Adler32.pm blib/lib/Crypt/Checksum/Adler32.pm cp lib/Crypt/Digest/SHA3_384.pm blib/lib/Crypt/Digest/SHA3_384.pm cp lib/Crypt/Digest/BLAKE2b_160.pm blib/lib/Crypt/Digest/BLAKE2b_160.pm cp lib/Crypt/Digest/MD4.pm blib/lib/Crypt/Digest/MD4.pm cp lib/Crypt/PK/X25519.pm blib/lib/Crypt/PK/X25519.pm cp lib/Crypt/Stream/ChaCha.pm blib/lib/Crypt/Stream/ChaCha.pm cp lib/Crypt/Cipher/Anubis.pm blib/lib/Crypt/Cipher/Anubis.pm cp lib/Crypt/PK/DH.pm blib/lib/Crypt/PK/DH.pm cp lib/Crypt/PRNG/Fortuna.pm blib/lib/Crypt/PRNG/Fortuna.pm cp lib/Crypt/Cipher/Noekeon.pm blib/lib/Crypt/Cipher/Noekeon.pm cp lib/Crypt/Cipher/Skipjack.pm blib/lib/Crypt/Cipher/Skipjack.pm cp lib/Crypt/Digest/RIPEMD256.pm blib/lib/Crypt/Digest/RIPEMD256.pm cp lib/Crypt/Cipher/DES.pm blib/lib/Crypt/Cipher/DES.pm cp lib/Crypt/Stream/Sober128.pm blib/lib/Crypt/Stream/Sober128.pm cp lib/Crypt/AuthEnc.pm blib/lib/Crypt/AuthEnc.pm cp lib/Crypt/PRNG/Yarrow.pm blib/lib/Crypt/PRNG/Yarrow.pm cp lib/Crypt/Mac/F9.pm blib/lib/Crypt/Mac/F9.pm cp lib/Crypt/Digest/SHAKE.pm blib/lib/Crypt/Digest/SHAKE.pm cp lib/Crypt/Digest/BLAKE2b_384.pm blib/lib/Crypt/Digest/BLAKE2b_384.pm cp lib/Crypt/Mac/BLAKE2s.pm blib/lib/Crypt/Mac/BLAKE2s.pm cp lib/Crypt/Digest/Keccak384.pm blib/lib/Crypt/Digest/Keccak384.pm cp lib/Crypt/Cipher/Blowfish.pm blib/lib/Crypt/Cipher/Blowfish.pm cp lib/Crypt/Cipher/SAFER_K128.pm blib/lib/Crypt/Cipher/SAFER_K128.pm cp lib/Crypt/PK.pm blib/lib/Crypt/PK.pm cp lib/Crypt/Digest/Keccak256.pm blib/lib/Crypt/Digest/Keccak256.pm cp lib/CryptX.pm blib/lib/CryptX.pm cp lib/Crypt/Cipher/SEED.pm blib/lib/Crypt/Cipher/SEED.pm cp lib/Crypt/Digest/RIPEMD320.pm blib/lib/Crypt/Digest/RIPEMD320.pm cp lib/Crypt/Mode/ECB.pm blib/lib/Crypt/Mode/ECB.pm cp lib/Crypt/Cipher/Serpent.pm blib/lib/Crypt/Cipher/Serpent.pm cp lib/Crypt/AuthEnc/EAX.pm blib/lib/Crypt/AuthEnc/EAX.pm cp lib/Crypt/Mac/OMAC.pm blib/lib/Crypt/Mac/OMAC.pm cp lib/Crypt/Digest/Whirlpool.pm blib/lib/Crypt/Digest/Whirlpool.pm cp lib/Crypt/Cipher/DES_EDE.pm blib/lib/Crypt/Cipher/DES_EDE.pm cp lib/Crypt/Digest/SHA256.pm blib/lib/Crypt/Digest/SHA256.pm cp lib/Crypt/Cipher/SAFER_SK128.pm blib/lib/Crypt/Cipher/SAFER_SK128.pm cp lib/Crypt/Digest/RIPEMD160.pm blib/lib/Crypt/Digest/RIPEMD160.pm cp lib/Crypt/Digest/BLAKE2s_128.pm blib/lib/Crypt/Digest/BLAKE2s_128.pm cp lib/Crypt/Digest/MD5.pm blib/lib/Crypt/Digest/MD5.pm cp lib/Crypt/Digest/MD2.pm blib/lib/Crypt/Digest/MD2.pm cp lib/Crypt/Cipher/MULTI2.pm blib/lib/Crypt/Cipher/MULTI2.pm cp lib/Crypt/AuthEnc/CCM.pm blib/lib/Crypt/AuthEnc/CCM.pm cp lib/Crypt/Digest/BLAKE2s_160.pm blib/lib/Crypt/Digest/BLAKE2s_160.pm cp lib/Crypt/PRNG/ChaCha20.pm blib/lib/Crypt/PRNG/ChaCha20.pm cp lib/Crypt/PK/ECC.pm blib/lib/Crypt/PK/ECC.pm cp lib/Crypt/Cipher/Camellia.pm blib/lib/Crypt/Cipher/Camellia.pm cp lib/Crypt/Stream/Sosemanuk.pm blib/lib/Crypt/Stream/Sosemanuk.pm cp lib/Crypt/Cipher/AES.pm blib/lib/Crypt/Cipher/AES.pm cp lib/Crypt/Cipher/CAST5.pm blib/lib/Crypt/Cipher/CAST5.pm cp lib/Crypt/Mac/BLAKE2b.pm blib/lib/Crypt/Mac/BLAKE2b.pm cp lib/Crypt/Digest.pm blib/lib/Crypt/Digest.pm cp lib/Crypt/Mode/OFB.pm blib/lib/Crypt/Mode/OFB.pm cp lib/Crypt/Checksum.pm blib/lib/Crypt/Checksum.pm cp lib/Crypt/Digest/Keccak224.pm blib/lib/Crypt/Digest/Keccak224.pm cp lib/Crypt/PRNG/Sober128.pm blib/lib/Crypt/PRNG/Sober128.pm cp lib/Crypt/AuthEnc/GCM.pm blib/lib/Crypt/AuthEnc/GCM.pm cp lib/Crypt/Digest/RIPEMD128.pm blib/lib/Crypt/Digest/RIPEMD128.pm cp lib/Crypt/Mode.pm blib/lib/Crypt/Mode.pm cp lib/Crypt/Stream/RC4.pm blib/lib/Crypt/Stream/RC4.pm cp lib/Crypt/Digest/Tiger192.pm blib/lib/Crypt/Digest/Tiger192.pm cp lib/Crypt/Digest/SHA384.pm blib/lib/Crypt/Digest/SHA384.pm cp lib/Crypt/AuthEnc/OCB.pm blib/lib/Crypt/AuthEnc/OCB.pm cd src && make ARFLAGS="cr" RANLIB="ranlib" AR="ar" CC="cc" LIB_EXT=.a OBJ_EXT=.o CFLAGS=" -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 " cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/aes/aes.c -o ltc/ciphers/aes/aes.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/aes/aes_desc.c -o ltc/ciphers/aes/aes_desc.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/aes/aesni.c -o ltc/ciphers/aes/aesni.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/anubis.c -o ltc/ciphers/anubis.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/blowfish.c -o ltc/ciphers/blowfish.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/camellia.c -o ltc/ciphers/camellia.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/cast5.c -o ltc/ciphers/cast5.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/des.c -o ltc/ciphers/des.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/idea.c -o ltc/ciphers/idea.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/kasumi.c -o ltc/ciphers/kasumi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/khazad.c -o ltc/ciphers/khazad.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/kseed.c -o ltc/ciphers/kseed.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/multi2.c -o ltc/ciphers/multi2.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/noekeon.c -o ltc/ciphers/noekeon.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/rc2.c -o ltc/ciphers/rc2.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/rc5.c -o ltc/ciphers/rc5.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/rc6.c -o ltc/ciphers/rc6.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/safer/safer.c -o ltc/ciphers/safer/safer.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/safer/saferp.c -o ltc/ciphers/safer/saferp.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/serpent.c -o ltc/ciphers/serpent.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/skipjack.c -o ltc/ciphers/skipjack.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/sm4.c -o ltc/ciphers/sm4.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/tea.c -o ltc/ciphers/tea.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/twofish/twofish.c -o ltc/ciphers/twofish/twofish.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/ciphers/xtea.c -o ltc/ciphers/xtea.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ccm/ccm_add_aad.c -o ltc/encauth/ccm/ccm_add_aad.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ccm/ccm_add_nonce.c -o ltc/encauth/ccm/ccm_add_nonce.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ccm/ccm_done.c -o ltc/encauth/ccm/ccm_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ccm/ccm_init.c -o ltc/encauth/ccm/ccm_init.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ccm/ccm_memory.c -o ltc/encauth/ccm/ccm_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ccm/ccm_process.c -o ltc/encauth/ccm/ccm_process.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ccm/ccm_reset.c -o ltc/encauth/ccm/ccm_reset.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/chachapoly/chacha20poly1305_add_aad.c -o ltc/encauth/chachapoly/chacha20poly1305_add_aad.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/chachapoly/chacha20poly1305_decrypt.c -o ltc/encauth/chachapoly/chacha20poly1305_decrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/chachapoly/chacha20poly1305_done.c -o ltc/encauth/chachapoly/chacha20poly1305_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/chachapoly/chacha20poly1305_encrypt.c -o ltc/encauth/chachapoly/chacha20poly1305_encrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/chachapoly/chacha20poly1305_init.c -o ltc/encauth/chachapoly/chacha20poly1305_init.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/chachapoly/chacha20poly1305_memory.c -o ltc/encauth/chachapoly/chacha20poly1305_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/chachapoly/chacha20poly1305_setiv.c -o ltc/encauth/chachapoly/chacha20poly1305_setiv.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/chachapoly/chacha20poly1305_setiv_rfc7905.c -o ltc/encauth/chachapoly/chacha20poly1305_setiv_rfc7905.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/eax/eax_addheader.c -o ltc/encauth/eax/eax_addheader.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/eax/eax_decrypt.c -o ltc/encauth/eax/eax_decrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/eax/eax_decrypt_verify_memory.c -o ltc/encauth/eax/eax_decrypt_verify_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/eax/eax_done.c -o ltc/encauth/eax/eax_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/eax/eax_encrypt.c -o ltc/encauth/eax/eax_encrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/eax/eax_encrypt_authenticate_memory.c -o ltc/encauth/eax/eax_encrypt_authenticate_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/eax/eax_init.c -o ltc/encauth/eax/eax_init.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/gcm/gcm_add_aad.c -o ltc/encauth/gcm/gcm_add_aad.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/gcm/gcm_add_iv.c -o ltc/encauth/gcm/gcm_add_iv.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/gcm/gcm_done.c -o ltc/encauth/gcm/gcm_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/gcm/gcm_gf_mult.c -o ltc/encauth/gcm/gcm_gf_mult.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/gcm/gcm_init.c -o ltc/encauth/gcm/gcm_init.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/gcm/gcm_memory.c -o ltc/encauth/gcm/gcm_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/gcm/gcm_mult_h.c -o ltc/encauth/gcm/gcm_mult_h.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/gcm/gcm_process.c -o ltc/encauth/gcm/gcm_process.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/gcm/gcm_reset.c -o ltc/encauth/gcm/gcm_reset.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ocb3/ocb3_add_aad.c -o ltc/encauth/ocb3/ocb3_add_aad.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ocb3/ocb3_decrypt.c -o ltc/encauth/ocb3/ocb3_decrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ocb3/ocb3_decrypt_last.c -o ltc/encauth/ocb3/ocb3_decrypt_last.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ocb3/ocb3_decrypt_verify_memory.c -o ltc/encauth/ocb3/ocb3_decrypt_verify_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ocb3/ocb3_done.c -o ltc/encauth/ocb3/ocb3_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ocb3/ocb3_encrypt.c -o ltc/encauth/ocb3/ocb3_encrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ocb3/ocb3_encrypt_authenticate_memory.c -o ltc/encauth/ocb3/ocb3_encrypt_authenticate_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ocb3/ocb3_encrypt_last.c -o ltc/encauth/ocb3/ocb3_encrypt_last.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ocb3/ocb3_init.c -o ltc/encauth/ocb3/ocb3_init.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ocb3/ocb3_int_ntz.c -o ltc/encauth/ocb3/ocb3_int_ntz.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/encauth/ocb3/ocb3_int_xor_blocks.c -o ltc/encauth/ocb3/ocb3_int_xor_blocks.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/blake2b.c -o ltc/hashes/blake2b.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/blake2s.c -o ltc/hashes/blake2s.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/chc/chc.c -o ltc/hashes/chc/chc.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/helper/hash_file.c -o ltc/hashes/helper/hash_file.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/helper/hash_filehandle.c -o ltc/hashes/helper/hash_filehandle.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/helper/hash_memory.c -o ltc/hashes/helper/hash_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/helper/hash_memory_multi.c -o ltc/hashes/helper/hash_memory_multi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/md2.c -o ltc/hashes/md2.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/md4.c -o ltc/hashes/md4.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/md5.c -o ltc/hashes/md5.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/rmd128.c -o ltc/hashes/rmd128.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/rmd160.c -o ltc/hashes/rmd160.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/rmd256.c -o ltc/hashes/rmd256.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/rmd320.c -o ltc/hashes/rmd320.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/sha1.c -o ltc/hashes/sha1.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/sha2/sha224.c -o ltc/hashes/sha2/sha224.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/sha2/sha256.c -o ltc/hashes/sha2/sha256.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/sha2/sha384.c -o ltc/hashes/sha2/sha384.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/sha2/sha512.c -o ltc/hashes/sha2/sha512.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/sha2/sha512_224.c -o ltc/hashes/sha2/sha512_224.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/sha2/sha512_256.c -o ltc/hashes/sha2/sha512_256.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/sha3.c -o ltc/hashes/sha3.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/sha3_test.c -o ltc/hashes/sha3_test.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/tiger.c -o ltc/hashes/tiger.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/hashes/whirl/whirl.c -o ltc/hashes/whirl/whirl.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/blake2/blake2bmac.c -o ltc/mac/blake2/blake2bmac.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/blake2/blake2bmac_file.c -o ltc/mac/blake2/blake2bmac_file.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/blake2/blake2bmac_memory.c -o ltc/mac/blake2/blake2bmac_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/blake2/blake2bmac_memory_multi.c -o ltc/mac/blake2/blake2bmac_memory_multi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/blake2/blake2smac.c -o ltc/mac/blake2/blake2smac.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/blake2/blake2smac_file.c -o ltc/mac/blake2/blake2smac_file.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/blake2/blake2smac_memory.c -o ltc/mac/blake2/blake2smac_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/blake2/blake2smac_memory_multi.c -o ltc/mac/blake2/blake2smac_memory_multi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/f9/f9_done.c -o ltc/mac/f9/f9_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/f9/f9_file.c -o ltc/mac/f9/f9_file.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/f9/f9_init.c -o ltc/mac/f9/f9_init.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/f9/f9_memory.c -o ltc/mac/f9/f9_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/f9/f9_memory_multi.c -o ltc/mac/f9/f9_memory_multi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/f9/f9_process.c -o ltc/mac/f9/f9_process.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/hmac/hmac_done.c -o ltc/mac/hmac/hmac_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/hmac/hmac_file.c -o ltc/mac/hmac/hmac_file.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/hmac/hmac_init.c -o ltc/mac/hmac/hmac_init.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/hmac/hmac_memory.c -o ltc/mac/hmac/hmac_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/hmac/hmac_memory_multi.c -o ltc/mac/hmac/hmac_memory_multi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/hmac/hmac_process.c -o ltc/mac/hmac/hmac_process.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/omac/omac_done.c -o ltc/mac/omac/omac_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/omac/omac_file.c -o ltc/mac/omac/omac_file.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/omac/omac_init.c -o ltc/mac/omac/omac_init.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/omac/omac_memory.c -o ltc/mac/omac/omac_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/omac/omac_memory_multi.c -o ltc/mac/omac/omac_memory_multi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/omac/omac_process.c -o ltc/mac/omac/omac_process.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/pelican/pelican.c -o ltc/mac/pelican/pelican.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/pelican/pelican_memory.c -o ltc/mac/pelican/pelican_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/pmac/pmac_done.c -o ltc/mac/pmac/pmac_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/pmac/pmac_file.c -o ltc/mac/pmac/pmac_file.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/pmac/pmac_init.c -o ltc/mac/pmac/pmac_init.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/pmac/pmac_memory.c -o ltc/mac/pmac/pmac_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/pmac/pmac_memory_multi.c -o ltc/mac/pmac/pmac_memory_multi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/pmac/pmac_ntz.c -o ltc/mac/pmac/pmac_ntz.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/pmac/pmac_process.c -o ltc/mac/pmac/pmac_process.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/pmac/pmac_shift_xor.c -o ltc/mac/pmac/pmac_shift_xor.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/poly1305/poly1305.c -o ltc/mac/poly1305/poly1305.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/poly1305/poly1305_file.c -o ltc/mac/poly1305/poly1305_file.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/poly1305/poly1305_memory.c -o ltc/mac/poly1305/poly1305_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/poly1305/poly1305_memory_multi.c -o ltc/mac/poly1305/poly1305_memory_multi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/xcbc/xcbc_done.c -o ltc/mac/xcbc/xcbc_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/xcbc/xcbc_file.c -o ltc/mac/xcbc/xcbc_file.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/xcbc/xcbc_init.c -o ltc/mac/xcbc/xcbc_init.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/xcbc/xcbc_memory.c -o ltc/mac/xcbc/xcbc_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/xcbc/xcbc_memory_multi.c -o ltc/mac/xcbc/xcbc_memory_multi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/mac/xcbc/xcbc_process.c -o ltc/mac/xcbc/xcbc_process.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/math/fp/ltc_ecc_fp_mulmod.c -o ltc/math/fp/ltc_ecc_fp_mulmod.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/math/ltm_desc.c -o ltc/math/ltm_desc.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/math/multi.c -o ltc/math/multi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/math/radix_to_bin.c -o ltc/math/radix_to_bin.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/math/rand_bn.c -o ltc/math/rand_bn.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/math/rand_prime.c -o ltc/math/rand_prime.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/math/tfm_desc.c -o ltc/math/tfm_desc.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/adler32.c -o ltc/misc/adler32.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/base16/base16_decode.c -o ltc/misc/base16/base16_decode.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/base16/base16_encode.c -o ltc/misc/base16/base16_encode.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/base32/base32_decode.c -o ltc/misc/base32/base32_decode.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/base32/base32_encode.c -o ltc/misc/base32/base32_encode.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/base64/base64_decode.c -o ltc/misc/base64/base64_decode.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/base64/base64_encode.c -o ltc/misc/base64/base64_encode.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/bcrypt/bcrypt.c -o ltc/misc/bcrypt/bcrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/burn_stack.c -o ltc/misc/burn_stack.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/compare_testvector.c -o ltc/misc/compare_testvector.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/copy_or_zeromem.c -o ltc/misc/copy_or_zeromem.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crc32.c -o ltc/misc/crc32.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt.c -o ltc/misc/crypt/crypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_argchk.c -o ltc/misc/crypt/crypt_argchk.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_cipher_descriptor.c -o ltc/misc/crypt/crypt_cipher_descriptor.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_cipher_is_valid.c -o ltc/misc/crypt/crypt_cipher_is_valid.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_constants.c -o ltc/misc/crypt/crypt_constants.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_find_cipher.c -o ltc/misc/crypt/crypt_find_cipher.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_find_cipher_any.c -o ltc/misc/crypt/crypt_find_cipher_any.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_find_cipher_id.c -o ltc/misc/crypt/crypt_find_cipher_id.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_find_hash.c -o ltc/misc/crypt/crypt_find_hash.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_find_hash_any.c -o ltc/misc/crypt/crypt_find_hash_any.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_find_hash_id.c -o ltc/misc/crypt/crypt_find_hash_id.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_find_hash_oid.c -o ltc/misc/crypt/crypt_find_hash_oid.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_find_prng.c -o ltc/misc/crypt/crypt_find_prng.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_fsa.c -o ltc/misc/crypt/crypt_fsa.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_hash_descriptor.c -o ltc/misc/crypt/crypt_hash_descriptor.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_hash_is_valid.c -o ltc/misc/crypt/crypt_hash_is_valid.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_inits.c -o ltc/misc/crypt/crypt_inits.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_ltc_mp_descriptor.c -o ltc/misc/crypt/crypt_ltc_mp_descriptor.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_prng_descriptor.c -o ltc/misc/crypt/crypt_prng_descriptor.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_prng_is_valid.c -o ltc/misc/crypt/crypt_prng_is_valid.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_prng_rng_descriptor.c -o ltc/misc/crypt/crypt_prng_rng_descriptor.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_register_all_ciphers.c -o ltc/misc/crypt/crypt_register_all_ciphers.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_register_all_hashes.c -o ltc/misc/crypt/crypt_register_all_hashes.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_register_all_prngs.c -o ltc/misc/crypt/crypt_register_all_prngs.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_register_cipher.c -o ltc/misc/crypt/crypt_register_cipher.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_register_hash.c -o ltc/misc/crypt/crypt_register_hash.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_register_prng.c -o ltc/misc/crypt/crypt_register_prng.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_sizes.c -o ltc/misc/crypt/crypt_sizes.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_unregister_cipher.c -o ltc/misc/crypt/crypt_unregister_cipher.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_unregister_hash.c -o ltc/misc/crypt/crypt_unregister_hash.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/crypt/crypt_unregister_prng.c -o ltc/misc/crypt/crypt_unregister_prng.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/error_to_string.c -o ltc/misc/error_to_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/hkdf/hkdf.c -o ltc/misc/hkdf/hkdf.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/mem_neq.c -o ltc/misc/mem_neq.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/padding/padding_depad.c -o ltc/misc/padding/padding_depad.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/padding/padding_pad.c -o ltc/misc/padding/padding_pad.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/password_free.c -o ltc/misc/password_free.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/pbes/pbes.c -o ltc/misc/pbes/pbes.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/pbes/pbes1.c -o ltc/misc/pbes/pbes1.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/pbes/pbes2.c -o ltc/misc/pbes/pbes2.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/pem/pem.c -o ltc/misc/pem/pem.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/pem/pem_pkcs.c -o ltc/misc/pem/pem_pkcs.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/pem/pem_read.c -o ltc/misc/pem/pem_read.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/pem/pem_ssh.c -o ltc/misc/pem/pem_ssh.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/pkcs12/pkcs12_kdf.c -o ltc/misc/pkcs12/pkcs12_kdf.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/pkcs12/pkcs12_utf8_to_utf16.c -o ltc/misc/pkcs12/pkcs12_utf8_to_utf16.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/pkcs5/pkcs_5_1.c -o ltc/misc/pkcs5/pkcs_5_1.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/pkcs5/pkcs_5_2.c -o ltc/misc/pkcs5/pkcs_5_2.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/ssh/ssh_decode_sequence_multi.c -o ltc/misc/ssh/ssh_decode_sequence_multi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/ssh/ssh_encode_sequence_multi.c -o ltc/misc/ssh/ssh_encode_sequence_multi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/misc/zeromem.c -o ltc/misc/zeromem.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/cbc/cbc_decrypt.c -o ltc/modes/cbc/cbc_decrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/cbc/cbc_done.c -o ltc/modes/cbc/cbc_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/cbc/cbc_encrypt.c -o ltc/modes/cbc/cbc_encrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/cbc/cbc_getiv.c -o ltc/modes/cbc/cbc_getiv.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/cbc/cbc_setiv.c -o ltc/modes/cbc/cbc_setiv.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/cbc/cbc_start.c -o ltc/modes/cbc/cbc_start.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/cfb/cfb_decrypt.c -o ltc/modes/cfb/cfb_decrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/cfb/cfb_done.c -o ltc/modes/cfb/cfb_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/cfb/cfb_encrypt.c -o ltc/modes/cfb/cfb_encrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/cfb/cfb_getiv.c -o ltc/modes/cfb/cfb_getiv.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/cfb/cfb_setiv.c -o ltc/modes/cfb/cfb_setiv.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/cfb/cfb_start.c -o ltc/modes/cfb/cfb_start.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/ctr/ctr_decrypt.c -o ltc/modes/ctr/ctr_decrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/ctr/ctr_done.c -o ltc/modes/ctr/ctr_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/ctr/ctr_encrypt.c -o ltc/modes/ctr/ctr_encrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/ctr/ctr_getiv.c -o ltc/modes/ctr/ctr_getiv.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/ctr/ctr_setiv.c -o ltc/modes/ctr/ctr_setiv.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/ctr/ctr_start.c -o ltc/modes/ctr/ctr_start.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/ecb/ecb_decrypt.c -o ltc/modes/ecb/ecb_decrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/ecb/ecb_done.c -o ltc/modes/ecb/ecb_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/ecb/ecb_encrypt.c -o ltc/modes/ecb/ecb_encrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/ecb/ecb_start.c -o ltc/modes/ecb/ecb_start.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/ofb/ofb_decrypt.c -o ltc/modes/ofb/ofb_decrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/ofb/ofb_done.c -o ltc/modes/ofb/ofb_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/ofb/ofb_encrypt.c -o ltc/modes/ofb/ofb_encrypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/ofb/ofb_getiv.c -o ltc/modes/ofb/ofb_getiv.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/ofb/ofb_setiv.c -o ltc/modes/ofb/ofb_setiv.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/modes/ofb/ofb_start.c -o ltc/modes/ofb/ofb_start.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/bit/der_decode_bit_string.c -o ltc/pk/asn1/der/bit/der_decode_bit_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/bit/der_decode_raw_bit_string.c -o ltc/pk/asn1/der/bit/der_decode_raw_bit_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/bit/der_encode_bit_string.c -o ltc/pk/asn1/der/bit/der_encode_bit_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/bit/der_encode_raw_bit_string.c -o ltc/pk/asn1/der/bit/der_encode_raw_bit_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/bit/der_length_bit_string.c -o ltc/pk/asn1/der/bit/der_length_bit_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/boolean/der_decode_boolean.c -o ltc/pk/asn1/der/boolean/der_decode_boolean.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/boolean/der_encode_boolean.c -o ltc/pk/asn1/der/boolean/der_encode_boolean.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/boolean/der_length_boolean.c -o ltc/pk/asn1/der/boolean/der_length_boolean.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/choice/der_decode_choice.c -o ltc/pk/asn1/der/choice/der_decode_choice.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/custom_type/der_decode_custom_type.c -o ltc/pk/asn1/der/custom_type/der_decode_custom_type.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/custom_type/der_encode_custom_type.c -o ltc/pk/asn1/der/custom_type/der_encode_custom_type.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/custom_type/der_length_custom_type.c -o ltc/pk/asn1/der/custom_type/der_length_custom_type.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/general/der_asn1_maps.c -o ltc/pk/asn1/der/general/der_asn1_maps.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/general/der_decode_asn1_identifier.c -o ltc/pk/asn1/der/general/der_decode_asn1_identifier.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/general/der_decode_asn1_length.c -o ltc/pk/asn1/der/general/der_decode_asn1_length.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/general/der_encode_asn1_identifier.c -o ltc/pk/asn1/der/general/der_encode_asn1_identifier.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/general/der_encode_asn1_length.c -o ltc/pk/asn1/der/general/der_encode_asn1_length.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/general/der_length_asn1_identifier.c -o ltc/pk/asn1/der/general/der_length_asn1_identifier.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/general/der_length_asn1_length.c -o ltc/pk/asn1/der/general/der_length_asn1_length.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/generalizedtime/der_decode_generalizedtime.c -o ltc/pk/asn1/der/generalizedtime/der_decode_generalizedtime.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/generalizedtime/der_encode_generalizedtime.c -o ltc/pk/asn1/der/generalizedtime/der_encode_generalizedtime.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/generalizedtime/der_length_generalizedtime.c -o ltc/pk/asn1/der/generalizedtime/der_length_generalizedtime.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/ia5/der_decode_ia5_string.c -o ltc/pk/asn1/der/ia5/der_decode_ia5_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/ia5/der_encode_ia5_string.c -o ltc/pk/asn1/der/ia5/der_encode_ia5_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/ia5/der_length_ia5_string.c -o ltc/pk/asn1/der/ia5/der_length_ia5_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/integer/der_decode_integer.c -o ltc/pk/asn1/der/integer/der_decode_integer.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/integer/der_encode_integer.c -o ltc/pk/asn1/der/integer/der_encode_integer.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/integer/der_length_integer.c -o ltc/pk/asn1/der/integer/der_length_integer.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/object_identifier/der_decode_object_identifier.c -o ltc/pk/asn1/der/object_identifier/der_decode_object_identifier.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/object_identifier/der_encode_object_identifier.c -o ltc/pk/asn1/der/object_identifier/der_encode_object_identifier.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/object_identifier/der_length_object_identifier.c -o ltc/pk/asn1/der/object_identifier/der_length_object_identifier.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/octet/der_decode_octet_string.c -o ltc/pk/asn1/der/octet/der_decode_octet_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/octet/der_encode_octet_string.c -o ltc/pk/asn1/der/octet/der_encode_octet_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/octet/der_length_octet_string.c -o ltc/pk/asn1/der/octet/der_length_octet_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/printable_string/der_decode_printable_string.c -o ltc/pk/asn1/der/printable_string/der_decode_printable_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/printable_string/der_encode_printable_string.c -o ltc/pk/asn1/der/printable_string/der_encode_printable_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/printable_string/der_length_printable_string.c -o ltc/pk/asn1/der/printable_string/der_length_printable_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/sequence/der_decode_sequence_ex.c -o ltc/pk/asn1/der/sequence/der_decode_sequence_ex.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/sequence/der_decode_sequence_flexi.c -o ltc/pk/asn1/der/sequence/der_decode_sequence_flexi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/sequence/der_decode_sequence_multi.c -o ltc/pk/asn1/der/sequence/der_decode_sequence_multi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/sequence/der_encode_sequence_ex.c -o ltc/pk/asn1/der/sequence/der_encode_sequence_ex.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/sequence/der_encode_sequence_multi.c -o ltc/pk/asn1/der/sequence/der_encode_sequence_multi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/sequence/der_flexi_sequence_cmp.c -o ltc/pk/asn1/der/sequence/der_flexi_sequence_cmp.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/sequence/der_length_sequence.c -o ltc/pk/asn1/der/sequence/der_length_sequence.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/sequence/der_sequence_free.c -o ltc/pk/asn1/der/sequence/der_sequence_free.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/sequence/der_sequence_shrink.c -o ltc/pk/asn1/der/sequence/der_sequence_shrink.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/set/der_encode_set.c -o ltc/pk/asn1/der/set/der_encode_set.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/set/der_encode_setof.c -o ltc/pk/asn1/der/set/der_encode_setof.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/short_integer/der_decode_short_integer.c -o ltc/pk/asn1/der/short_integer/der_decode_short_integer.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/short_integer/der_encode_short_integer.c -o ltc/pk/asn1/der/short_integer/der_encode_short_integer.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/short_integer/der_length_short_integer.c -o ltc/pk/asn1/der/short_integer/der_length_short_integer.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/teletex_string/der_decode_teletex_string.c -o ltc/pk/asn1/der/teletex_string/der_decode_teletex_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/teletex_string/der_length_teletex_string.c -o ltc/pk/asn1/der/teletex_string/der_length_teletex_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/utctime/der_decode_utctime.c -o ltc/pk/asn1/der/utctime/der_decode_utctime.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/utctime/der_encode_utctime.c -o ltc/pk/asn1/der/utctime/der_encode_utctime.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/utctime/der_length_utctime.c -o ltc/pk/asn1/der/utctime/der_length_utctime.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/utf8/der_decode_utf8_string.c -o ltc/pk/asn1/der/utf8/der_decode_utf8_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/utf8/der_encode_utf8_string.c -o ltc/pk/asn1/der/utf8/der_encode_utf8_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/der/utf8/der_length_utf8_string.c -o ltc/pk/asn1/der/utf8/der_length_utf8_string.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/oid/pk_get.c -o ltc/pk/asn1/oid/pk_get.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/oid/pk_oid_cmp.c -o ltc/pk/asn1/oid/pk_oid_cmp.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/oid/pk_oid_str.c -o ltc/pk/asn1/oid/pk_oid_str.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/pkcs8/pkcs8_decode_flexi.c -o ltc/pk/asn1/pkcs8/pkcs8_decode_flexi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/pkcs8/pkcs8_get.c -o ltc/pk/asn1/pkcs8/pkcs8_get.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/x509/x509_decode_public_key_from_certificate.c -o ltc/pk/asn1/x509/x509_decode_public_key_from_certificate.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/x509/x509_decode_spki.c -o ltc/pk/asn1/x509/x509_decode_spki.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/x509/x509_decode_subject_public_key_info.c -o ltc/pk/asn1/x509/x509_decode_subject_public_key_info.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/asn1/x509/x509_encode_subject_public_key_info.c -o ltc/pk/asn1/x509/x509_encode_subject_public_key_info.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dh/dh.c -o ltc/pk/dh/dh.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dh/dh_check_pubkey.c -o ltc/pk/dh/dh_check_pubkey.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dh/dh_export.c -o ltc/pk/dh/dh_export.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dh/dh_export_key.c -o ltc/pk/dh/dh_export_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dh/dh_free.c -o ltc/pk/dh/dh_free.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dh/dh_generate_key.c -o ltc/pk/dh/dh_generate_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dh/dh_import.c -o ltc/pk/dh/dh_import.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dh/dh_import_pkcs8.c -o ltc/pk/dh/dh_import_pkcs8.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dh/dh_set.c -o ltc/pk/dh/dh_set.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dh/dh_set_pg_dhparam.c -o ltc/pk/dh/dh_set_pg_dhparam.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dh/dh_shared_secret.c -o ltc/pk/dh/dh_shared_secret.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dsa/dsa_decrypt_key.c -o ltc/pk/dsa/dsa_decrypt_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dsa/dsa_encrypt_key.c -o ltc/pk/dsa/dsa_encrypt_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dsa/dsa_export.c -o ltc/pk/dsa/dsa_export.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dsa/dsa_free.c -o ltc/pk/dsa/dsa_free.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dsa/dsa_generate_key.c -o ltc/pk/dsa/dsa_generate_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dsa/dsa_generate_pqg.c -o ltc/pk/dsa/dsa_generate_pqg.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dsa/dsa_import.c -o ltc/pk/dsa/dsa_import.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dsa/dsa_import_pkcs8.c -o ltc/pk/dsa/dsa_import_pkcs8.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dsa/dsa_init.c -o ltc/pk/dsa/dsa_init.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dsa/dsa_make_key.c -o ltc/pk/dsa/dsa_make_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dsa/dsa_set.c -o ltc/pk/dsa/dsa_set.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dsa/dsa_set_pqg_dsaparam.c -o ltc/pk/dsa/dsa_set_pqg_dsaparam.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dsa/dsa_shared_secret.c -o ltc/pk/dsa/dsa_shared_secret.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dsa/dsa_sign_hash.c -o ltc/pk/dsa/dsa_sign_hash.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dsa/dsa_verify_hash.c -o ltc/pk/dsa/dsa_verify_hash.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/dsa/dsa_verify_key.c -o ltc/pk/dsa/dsa_verify_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ec25519/ec25519_crypto_ctx.c -o ltc/pk/ec25519/ec25519_crypto_ctx.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ec25519/ec25519_export.c -o ltc/pk/ec25519/ec25519_export.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ec25519/ec25519_import_pkcs8.c -o ltc/pk/ec25519/ec25519_import_pkcs8.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ec25519/tweetnacl.c -o ltc/pk/ec25519/tweetnacl.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc.c -o ltc/pk/ecc/ecc.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_ansi_x963_export.c -o ltc/pk/ecc/ecc_ansi_x963_export.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_ansi_x963_import.c -o ltc/pk/ecc/ecc_ansi_x963_import.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_decrypt_key.c -o ltc/pk/ecc/ecc_decrypt_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_encrypt_key.c -o ltc/pk/ecc/ecc_encrypt_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_export.c -o ltc/pk/ecc/ecc_export.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_export_openssl.c -o ltc/pk/ecc/ecc_export_openssl.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_find_curve.c -o ltc/pk/ecc/ecc_find_curve.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_free.c -o ltc/pk/ecc/ecc_free.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_get_key.c -o ltc/pk/ecc/ecc_get_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_get_oid_str.c -o ltc/pk/ecc/ecc_get_oid_str.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_get_size.c -o ltc/pk/ecc/ecc_get_size.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_import.c -o ltc/pk/ecc/ecc_import.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_import_openssl.c -o ltc/pk/ecc/ecc_import_openssl.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_import_pkcs8.c -o ltc/pk/ecc/ecc_import_pkcs8.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_import_x509.c -o ltc/pk/ecc/ecc_import_x509.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_make_key.c -o ltc/pk/ecc/ecc_make_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_recover_key.c -o ltc/pk/ecc/ecc_recover_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_set_curve.c -o ltc/pk/ecc/ecc_set_curve.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_set_curve_internal.c -o ltc/pk/ecc/ecc_set_curve_internal.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_set_key.c -o ltc/pk/ecc/ecc_set_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_shared_secret.c -o ltc/pk/ecc/ecc_shared_secret.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_sign_hash.c -o ltc/pk/ecc/ecc_sign_hash.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_sizes.c -o ltc/pk/ecc/ecc_sizes.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_ssh_ecdsa_encode_name.c -o ltc/pk/ecc/ecc_ssh_ecdsa_encode_name.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ecc_verify_hash.c -o ltc/pk/ecc/ecc_verify_hash.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ltc_ecc_export_point.c -o ltc/pk/ecc/ltc_ecc_export_point.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ltc_ecc_import_point.c -o ltc/pk/ecc/ltc_ecc_import_point.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ltc_ecc_is_point.c -o ltc/pk/ecc/ltc_ecc_is_point.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ltc_ecc_is_point_at_infinity.c -o ltc/pk/ecc/ltc_ecc_is_point_at_infinity.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ltc_ecc_map.c -o ltc/pk/ecc/ltc_ecc_map.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ltc_ecc_mul2add.c -o ltc/pk/ecc/ltc_ecc_mul2add.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ltc_ecc_mulmod.c -o ltc/pk/ecc/ltc_ecc_mulmod.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ltc_ecc_mulmod_timing.c -o ltc/pk/ecc/ltc_ecc_mulmod_timing.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ltc_ecc_points.c -o ltc/pk/ecc/ltc_ecc_points.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ltc_ecc_projective_add_point.c -o ltc/pk/ecc/ltc_ecc_projective_add_point.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ltc_ecc_projective_dbl_point.c -o ltc/pk/ecc/ltc_ecc_projective_dbl_point.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ecc/ltc_ecc_verify_key.c -o ltc/pk/ecc/ltc_ecc_verify_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ed25519/ed25519_export.c -o ltc/pk/ed25519/ed25519_export.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ed25519/ed25519_import.c -o ltc/pk/ed25519/ed25519_import.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ed25519/ed25519_import_pkcs8.c -o ltc/pk/ed25519/ed25519_import_pkcs8.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ed25519/ed25519_import_raw.c -o ltc/pk/ed25519/ed25519_import_raw.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ed25519/ed25519_import_x509.c -o ltc/pk/ed25519/ed25519_import_x509.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ed25519/ed25519_make_key.c -o ltc/pk/ed25519/ed25519_make_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ed25519/ed25519_sign.c -o ltc/pk/ed25519/ed25519_sign.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/ed25519/ed25519_verify.c -o ltc/pk/ed25519/ed25519_verify.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/pka_key.c -o ltc/pk/pka_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/pkcs1/pkcs_1_i2osp.c -o ltc/pk/pkcs1/pkcs_1_i2osp.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/pkcs1/pkcs_1_mgf1.c -o ltc/pk/pkcs1/pkcs_1_mgf1.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/pkcs1/pkcs_1_oaep_decode.c -o ltc/pk/pkcs1/pkcs_1_oaep_decode.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/pkcs1/pkcs_1_oaep_encode.c -o ltc/pk/pkcs1/pkcs_1_oaep_encode.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/pkcs1/pkcs_1_os2ip.c -o ltc/pk/pkcs1/pkcs_1_os2ip.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/pkcs1/pkcs_1_pss_decode.c -o ltc/pk/pkcs1/pkcs_1_pss_decode.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/pkcs1/pkcs_1_pss_encode.c -o ltc/pk/pkcs1/pkcs_1_pss_encode.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/pkcs1/pkcs_1_v1_5_decode.c -o ltc/pk/pkcs1/pkcs_1_v1_5_decode.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/pkcs1/pkcs_1_v1_5_encode.c -o ltc/pk/pkcs1/pkcs_1_v1_5_encode.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/rsa/rsa_decrypt_key.c -o ltc/pk/rsa/rsa_decrypt_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/rsa/rsa_encrypt_key.c -o ltc/pk/rsa/rsa_encrypt_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/rsa/rsa_export.c -o ltc/pk/rsa/rsa_export.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/rsa/rsa_exptmod.c -o ltc/pk/rsa/rsa_exptmod.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/rsa/rsa_get_size.c -o ltc/pk/rsa/rsa_get_size.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/rsa/rsa_import.c -o ltc/pk/rsa/rsa_import.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/rsa/rsa_import_pkcs8.c -o ltc/pk/rsa/rsa_import_pkcs8.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/rsa/rsa_import_x509.c -o ltc/pk/rsa/rsa_import_x509.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/rsa/rsa_key.c -o ltc/pk/rsa/rsa_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/rsa/rsa_make_key.c -o ltc/pk/rsa/rsa_make_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/rsa/rsa_set.c -o ltc/pk/rsa/rsa_set.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/rsa/rsa_sign_hash.c -o ltc/pk/rsa/rsa_sign_hash.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/rsa/rsa_sign_saltlen_get.c -o ltc/pk/rsa/rsa_sign_saltlen_get.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/rsa/rsa_verify_hash.c -o ltc/pk/rsa/rsa_verify_hash.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/x25519/x25519_export.c -o ltc/pk/x25519/x25519_export.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/x25519/x25519_import.c -o ltc/pk/x25519/x25519_import.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/x25519/x25519_import_pkcs8.c -o ltc/pk/x25519/x25519_import_pkcs8.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/x25519/x25519_import_raw.c -o ltc/pk/x25519/x25519_import_raw.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/x25519/x25519_import_x509.c -o ltc/pk/x25519/x25519_import_x509.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/x25519/x25519_make_key.c -o ltc/pk/x25519/x25519_make_key.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/pk/x25519/x25519_shared_secret.c -o ltc/pk/x25519/x25519_shared_secret.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/prngs/chacha20.c -o ltc/prngs/chacha20.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/prngs/fortuna.c -o ltc/prngs/fortuna.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/prngs/rc4.c -o ltc/prngs/rc4.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/prngs/rng_get_bytes.c -o ltc/prngs/rng_get_bytes.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/prngs/rng_make_prng.c -o ltc/prngs/rng_make_prng.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/prngs/sober128.c -o ltc/prngs/sober128.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/prngs/sprng.c -o ltc/prngs/sprng.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/prngs/yarrow.c -o ltc/prngs/yarrow.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/chacha/chacha_crypt.c -o ltc/stream/chacha/chacha_crypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/chacha/chacha_done.c -o ltc/stream/chacha/chacha_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/chacha/chacha_ivctr32.c -o ltc/stream/chacha/chacha_ivctr32.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/chacha/chacha_ivctr64.c -o ltc/stream/chacha/chacha_ivctr64.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/chacha/chacha_keystream.c -o ltc/stream/chacha/chacha_keystream.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/chacha/chacha_memory.c -o ltc/stream/chacha/chacha_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/chacha/chacha_setup.c -o ltc/stream/chacha/chacha_setup.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/rabbit/rabbit.c -o ltc/stream/rabbit/rabbit.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/rabbit/rabbit_memory.c -o ltc/stream/rabbit/rabbit_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/rc4/rc4_stream.c -o ltc/stream/rc4/rc4_stream.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/rc4/rc4_stream_memory.c -o ltc/stream/rc4/rc4_stream_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/salsa20/salsa20_crypt.c -o ltc/stream/salsa20/salsa20_crypt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/salsa20/salsa20_done.c -o ltc/stream/salsa20/salsa20_done.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/salsa20/salsa20_ivctr64.c -o ltc/stream/salsa20/salsa20_ivctr64.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/salsa20/salsa20_keystream.c -o ltc/stream/salsa20/salsa20_keystream.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/salsa20/salsa20_memory.c -o ltc/stream/salsa20/salsa20_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/salsa20/salsa20_setup.c -o ltc/stream/salsa20/salsa20_setup.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/salsa20/xsalsa20_memory.c -o ltc/stream/salsa20/xsalsa20_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/salsa20/xsalsa20_setup.c -o ltc/stream/salsa20/xsalsa20_setup.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/sober128/sober128_stream.c -o ltc/stream/sober128/sober128_stream.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/sober128/sober128_stream_memory.c -o ltc/stream/sober128/sober128_stream_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/sosemanuk/sosemanuk.c -o ltc/stream/sosemanuk/sosemanuk.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltc/stream/sosemanuk/sosemanuk_memory.c -o ltc/stream/sosemanuk/sosemanuk_memory.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_error.c -o ltm/bn_error.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_fast_mp_invmod.c -o ltm/bn_fast_mp_invmod.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_fast_mp_montgomery_reduce.c -o ltm/bn_fast_mp_montgomery_reduce.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_fast_s_mp_mul_digs.c -o ltm/bn_fast_s_mp_mul_digs.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_fast_s_mp_mul_high_digs.c -o ltm/bn_fast_s_mp_mul_high_digs.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_fast_s_mp_sqr.c -o ltm/bn_fast_s_mp_sqr.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_2expt.c -o ltm/bn_mp_2expt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_abs.c -o ltm/bn_mp_abs.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_add.c -o ltm/bn_mp_add.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_add_d.c -o ltm/bn_mp_add_d.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_addmod.c -o ltm/bn_mp_addmod.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_and.c -o ltm/bn_mp_and.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_clamp.c -o ltm/bn_mp_clamp.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_clear.c -o ltm/bn_mp_clear.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_clear_multi.c -o ltm/bn_mp_clear_multi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_cmp.c -o ltm/bn_mp_cmp.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_cmp_d.c -o ltm/bn_mp_cmp_d.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_cmp_mag.c -o ltm/bn_mp_cmp_mag.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_cnt_lsb.c -o ltm/bn_mp_cnt_lsb.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_complement.c -o ltm/bn_mp_complement.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_copy.c -o ltm/bn_mp_copy.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_count_bits.c -o ltm/bn_mp_count_bits.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_div.c -o ltm/bn_mp_div.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_div_2.c -o ltm/bn_mp_div_2.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_div_2d.c -o ltm/bn_mp_div_2d.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_div_3.c -o ltm/bn_mp_div_3.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_div_d.c -o ltm/bn_mp_div_d.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_dr_is_modulus.c -o ltm/bn_mp_dr_is_modulus.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_dr_reduce.c -o ltm/bn_mp_dr_reduce.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_dr_setup.c -o ltm/bn_mp_dr_setup.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_exch.c -o ltm/bn_mp_exch.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_export.c -o ltm/bn_mp_export.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_expt_d.c -o ltm/bn_mp_expt_d.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_expt_d_ex.c -o ltm/bn_mp_expt_d_ex.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_exptmod.c -o ltm/bn_mp_exptmod.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_exptmod_fast.c -o ltm/bn_mp_exptmod_fast.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_exteuclid.c -o ltm/bn_mp_exteuclid.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_fread.c -o ltm/bn_mp_fread.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_fwrite.c -o ltm/bn_mp_fwrite.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_gcd.c -o ltm/bn_mp_gcd.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_get_bit.c -o ltm/bn_mp_get_bit.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_get_int.c -o ltm/bn_mp_get_int.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_get_long.c -o ltm/bn_mp_get_long.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_grow.c -o ltm/bn_mp_grow.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_import.c -o ltm/bn_mp_import.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_init.c -o ltm/bn_mp_init.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_init_copy.c -o ltm/bn_mp_init_copy.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_init_multi.c -o ltm/bn_mp_init_multi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_init_set.c -o ltm/bn_mp_init_set.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_init_set_int.c -o ltm/bn_mp_init_set_int.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_init_size.c -o ltm/bn_mp_init_size.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_invmod.c -o ltm/bn_mp_invmod.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_invmod_slow.c -o ltm/bn_mp_invmod_slow.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_is_square.c -o ltm/bn_mp_is_square.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_jacobi.c -o ltm/bn_mp_jacobi.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_karatsuba_mul.c -o ltm/bn_mp_karatsuba_mul.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_karatsuba_sqr.c -o ltm/bn_mp_karatsuba_sqr.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_kronecker.c -o ltm/bn_mp_kronecker.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_lcm.c -o ltm/bn_mp_lcm.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_lshd.c -o ltm/bn_mp_lshd.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_mod.c -o ltm/bn_mp_mod.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_mod_2d.c -o ltm/bn_mp_mod_2d.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_mod_d.c -o ltm/bn_mp_mod_d.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_montgomery_calc_normalization.c -o ltm/bn_mp_montgomery_calc_normalization.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_montgomery_reduce.c -o ltm/bn_mp_montgomery_reduce.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_montgomery_setup.c -o ltm/bn_mp_montgomery_setup.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_mul.c -o ltm/bn_mp_mul.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_mul_2.c -o ltm/bn_mp_mul_2.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_mul_2d.c -o ltm/bn_mp_mul_2d.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_mul_d.c -o ltm/bn_mp_mul_d.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_mulmod.c -o ltm/bn_mp_mulmod.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_n_root.c -o ltm/bn_mp_n_root.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_n_root_ex.c -o ltm/bn_mp_n_root_ex.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_neg.c -o ltm/bn_mp_neg.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_or.c -o ltm/bn_mp_or.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_prime_fermat.c -o ltm/bn_mp_prime_fermat.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_prime_frobenius_underwood.c -o ltm/bn_mp_prime_frobenius_underwood.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_prime_is_divisible.c -o ltm/bn_mp_prime_is_divisible.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_prime_is_prime.c -o ltm/bn_mp_prime_is_prime.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_prime_miller_rabin.c -o ltm/bn_mp_prime_miller_rabin.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_prime_next_prime.c -o ltm/bn_mp_prime_next_prime.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_prime_rabin_miller_trials.c -o ltm/bn_mp_prime_rabin_miller_trials.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_prime_random_ex.c -o ltm/bn_mp_prime_random_ex.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_prime_strong_lucas_selfridge.c -o ltm/bn_mp_prime_strong_lucas_selfridge.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_radix_size.c -o ltm/bn_mp_radix_size.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_radix_smap.c -o ltm/bn_mp_radix_smap.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_rand.c -o ltm/bn_mp_rand.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_read_radix.c -o ltm/bn_mp_read_radix.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_read_signed_bin.c -o ltm/bn_mp_read_signed_bin.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_read_unsigned_bin.c -o ltm/bn_mp_read_unsigned_bin.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_reduce.c -o ltm/bn_mp_reduce.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_reduce_2k.c -o ltm/bn_mp_reduce_2k.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_reduce_2k_l.c -o ltm/bn_mp_reduce_2k_l.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_reduce_2k_setup.c -o ltm/bn_mp_reduce_2k_setup.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_reduce_2k_setup_l.c -o ltm/bn_mp_reduce_2k_setup_l.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_reduce_is_2k.c -o ltm/bn_mp_reduce_is_2k.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_reduce_is_2k_l.c -o ltm/bn_mp_reduce_is_2k_l.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_reduce_setup.c -o ltm/bn_mp_reduce_setup.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_rshd.c -o ltm/bn_mp_rshd.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_set.c -o ltm/bn_mp_set.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_set_int.c -o ltm/bn_mp_set_int.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_set_long.c -o ltm/bn_mp_set_long.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_shrink.c -o ltm/bn_mp_shrink.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_signed_bin_size.c -o ltm/bn_mp_signed_bin_size.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_sqr.c -o ltm/bn_mp_sqr.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_sqrmod.c -o ltm/bn_mp_sqrmod.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_sqrt.c -o ltm/bn_mp_sqrt.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_sqrtmod_prime.c -o ltm/bn_mp_sqrtmod_prime.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_sub.c -o ltm/bn_mp_sub.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_sub_d.c -o ltm/bn_mp_sub_d.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_submod.c -o ltm/bn_mp_submod.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_tc_and.c -o ltm/bn_mp_tc_and.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_tc_div_2d.c -o ltm/bn_mp_tc_div_2d.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_tc_or.c -o ltm/bn_mp_tc_or.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_tc_xor.c -o ltm/bn_mp_tc_xor.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_to_signed_bin.c -o ltm/bn_mp_to_signed_bin.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_to_signed_bin_n.c -o ltm/bn_mp_to_signed_bin_n.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_to_unsigned_bin.c -o ltm/bn_mp_to_unsigned_bin.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_to_unsigned_bin_n.c -o ltm/bn_mp_to_unsigned_bin_n.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_toom_mul.c -o ltm/bn_mp_toom_mul.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_toom_sqr.c -o ltm/bn_mp_toom_sqr.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_toradix.c -o ltm/bn_mp_toradix.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_toradix_n.c -o ltm/bn_mp_toradix_n.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_unsigned_bin_size.c -o ltm/bn_mp_unsigned_bin_size.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_xor.c -o ltm/bn_mp_xor.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_mp_zero.c -o ltm/bn_mp_zero.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_prime_tab.c -o ltm/bn_prime_tab.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_reverse.c -o ltm/bn_reverse.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_s_mp_add.c -o ltm/bn_s_mp_add.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_s_mp_exptmod.c -o ltm/bn_s_mp_exptmod.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_s_mp_mul_digs.c -o ltm/bn_s_mp_mul_digs.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_s_mp_mul_high_digs.c -o ltm/bn_s_mp_mul_high_digs.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_s_mp_sqr.c -o ltm/bn_s_mp_sqr.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bn_s_mp_sub.c -o ltm/bn_s_mp_sub.o cc -Iltm -Iltc/headers -DLTC_SOURCE -DLTC_NO_TEST -DLTC_NO_PROTOTYPES -DLTM_DESC -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -DPIC -fpic -O2 -DARGTYPE=4 -c ltm/bncore.c -o ltm/bncore.o ar cr liballinone.a ltc/ciphers/aes/aes.o ltc/ciphers/aes/aes_desc.o ltc/ciphers/aes/aesni.o ltc/ciphers/anubis.o ltc/ciphers/blowfish.o ltc/ciphers/camellia.o ltc/ciphers/cast5.o ltc/ciphers/des.o ltc/ciphers/idea.o ltc/ciphers/kasumi.o ltc/ciphers/khazad.o ltc/ciphers/kseed.o ltc/ciphers/multi2.o ltc/ciphers/noekeon.o ltc/ciphers/rc2.o ltc/ciphers/rc5.o ltc/ciphers/rc6.o ltc/ciphers/safer/safer.o ltc/ciphers/safer/saferp.o ltc/ciphers/serpent.o ltc/ciphers/skipjack.o ltc/ciphers/sm4.o ltc/ciphers/tea.o ltc/ciphers/twofish/twofish.o ltc/ciphers/xtea.o ltc/encauth/ccm/ccm_add_aad.o ltc/encauth/ccm/ccm_add_nonce.o ltc/encauth/ccm/ccm_done.o ltc/encauth/ccm/ccm_init.o ltc/encauth/ccm/ccm_memory.o ltc/encauth/ccm/ccm_process.o ltc/encauth/ccm/ccm_reset.o ltc/encauth/chachapoly/chacha20poly1305_add_aad.o ltc/encauth/chachapoly/chacha20poly1305_decrypt.o ltc/encauth/chachapoly/chacha20poly1305_done.o ltc/encauth/chachapoly/chacha20poly1305_encrypt.o ltc/encauth/chachapoly/chacha20poly1305_init.o ltc/encauth/chachapoly/chacha20poly1305_memory.o ltc/encauth/chachapoly/chacha20poly1305_setiv.o ltc/encauth/chachapoly/chacha20poly1305_setiv_rfc7905.o ltc/encauth/eax/eax_addheader.o ltc/encauth/eax/eax_decrypt.o ltc/encauth/eax/eax_decrypt_verify_memory.o ltc/encauth/eax/eax_done.o ltc/encauth/eax/eax_encrypt.o ltc/encauth/eax/eax_encrypt_authenticate_memory.o ltc/encauth/eax/eax_init.o ltc/encauth/gcm/gcm_add_aad.o ltc/encauth/gcm/gcm_add_iv.o ltc/encauth/gcm/gcm_done.o ltc/encauth/gcm/gcm_gf_mult.o ltc/encauth/gcm/gcm_init.o ltc/encauth/gcm/gcm_memory.o ltc/encauth/gcm/gcm_mult_h.o ltc/encauth/gcm/gcm_process.o ltc/encauth/gcm/gcm_reset.o ltc/encauth/ocb3/ocb3_add_aad.o ltc/encauth/ocb3/ocb3_decrypt.o ltc/encauth/ocb3/ocb3_decrypt_last.o ltc/encauth/ocb3/ocb3_decrypt_verify_memory.o ltc/encauth/ocb3/ocb3_done.o ltc/encauth/ocb3/ocb3_encrypt.o ltc/encauth/ocb3/ocb3_encrypt_authenticate_memory.o ltc/encauth/ocb3/ocb3_encrypt_last.o ltc/encauth/ocb3/ocb3_init.o ltc/encauth/ocb3/ocb3_int_ntz.o ltc/encauth/ocb3/ocb3_int_xor_blocks.o ltc/hashes/blake2b.o ltc/hashes/blake2s.o ltc/hashes/chc/chc.o ltc/hashes/helper/hash_file.o ltc/hashes/helper/hash_filehandle.o ltc/hashes/helper/hash_memory.o ltc/hashes/helper/hash_memory_multi.o ltc/hashes/md2.o ltc/hashes/md4.o ltc/hashes/md5.o ltc/hashes/rmd128.o ltc/hashes/rmd160.o ltc/hashes/rmd256.o ltc/hashes/rmd320.o ltc/hashes/sha1.o ltc/hashes/sha2/sha224.o ltc/hashes/sha2/sha256.o ltc/hashes/sha2/sha384.o ltc/hashes/sha2/sha512.o ltc/hashes/sha2/sha512_224.o ltc/hashes/sha2/sha512_256.o ltc/hashes/sha3.o ltc/hashes/sha3_test.o ltc/hashes/tiger.o ltc/hashes/whirl/whirl.o ltc/mac/blake2/blake2bmac.o ltc/mac/blake2/blake2bmac_file.o ltc/mac/blake2/blake2bmac_memory.o ltc/mac/blake2/blake2bmac_memory_multi.o ltc/mac/blake2/blake2smac.o ltc/mac/blake2/blake2smac_file.o ltc/mac/blake2/blake2smac_memory.o ltc/mac/blake2/blake2smac_memory_multi.o ltc/mac/f9/f9_done.o ltc/mac/f9/f9_file.o ltc/mac/f9/f9_init.o ltc/mac/f9/f9_memory.o ltc/mac/f9/f9_memory_multi.o ltc/mac/f9/f9_process.o ltc/mac/hmac/hmac_done.o ltc/mac/hmac/hmac_file.o ltc/mac/hmac/hmac_init.o ltc/mac/hmac/hmac_memory.o ltc/mac/hmac/hmac_memory_multi.o ltc/mac/hmac/hmac_process.o ltc/mac/omac/omac_done.o ltc/mac/omac/omac_file.o ltc/mac/omac/omac_init.o ltc/mac/omac/omac_memory.o ltc/mac/omac/omac_memory_multi.o ltc/mac/omac/omac_process.o ltc/mac/pelican/pelican.o ltc/mac/pelican/pelican_memory.o ltc/mac/pmac/pmac_done.o ltc/mac/pmac/pmac_file.o ltc/mac/pmac/pmac_init.o ltc/mac/pmac/pmac_memory.o ltc/mac/pmac/pmac_memory_multi.o ltc/mac/pmac/pmac_ntz.o ltc/mac/pmac/pmac_process.o ltc/mac/pmac/pmac_shift_xor.o ltc/mac/poly1305/poly1305.o ltc/mac/poly1305/poly1305_file.o ltc/mac/poly1305/poly1305_memory.o ltc/mac/poly1305/poly1305_memory_multi.o ltc/mac/xcbc/xcbc_done.o ltc/mac/xcbc/xcbc_file.o ltc/mac/xcbc/xcbc_init.o ltc/mac/xcbc/xcbc_memory.o ltc/mac/xcbc/xcbc_memory_multi.o ltc/mac/xcbc/xcbc_process.o ltc/math/fp/ltc_ecc_fp_mulmod.o ltc/math/ltm_desc.o ltc/math/multi.o ltc/math/radix_to_bin.o ltc/math/rand_bn.o ltc/math/rand_prime.o ltc/math/tfm_desc.o ltc/misc/adler32.o ltc/misc/base16/base16_decode.o ltc/misc/base16/base16_encode.o ltc/misc/base32/base32_decode.o ltc/misc/base32/base32_encode.o ltc/misc/base64/base64_decode.o ltc/misc/base64/base64_encode.o ltc/misc/bcrypt/bcrypt.o ltc/misc/burn_stack.o ltc/misc/compare_testvector.o ltc/misc/copy_or_zeromem.o ltc/misc/crc32.o ltc/misc/crypt/crypt.o ltc/misc/crypt/crypt_argchk.o ltc/misc/crypt/crypt_cipher_descriptor.o ltc/misc/crypt/crypt_cipher_is_valid.o ltc/misc/crypt/crypt_constants.o ltc/misc/crypt/crypt_find_cipher.o ltc/misc/crypt/crypt_find_cipher_any.o ltc/misc/crypt/crypt_find_cipher_id.o ltc/misc/crypt/crypt_find_hash.o ltc/misc/crypt/crypt_find_hash_any.o ltc/misc/crypt/crypt_find_hash_id.o ltc/misc/crypt/crypt_find_hash_oid.o ltc/misc/crypt/crypt_find_prng.o ltc/misc/crypt/crypt_fsa.o ltc/misc/crypt/crypt_hash_descriptor.o ltc/misc/crypt/crypt_hash_is_valid.o ltc/misc/crypt/crypt_inits.o ltc/misc/crypt/crypt_ltc_mp_descriptor.o ltc/misc/crypt/crypt_prng_descriptor.o ltc/misc/crypt/crypt_prng_is_valid.o ltc/misc/crypt/crypt_prng_rng_descriptor.o ltc/misc/crypt/crypt_register_all_ciphers.o ltc/misc/crypt/crypt_register_all_hashes.o ltc/misc/crypt/crypt_register_all_prngs.o ltc/misc/crypt/crypt_register_cipher.o ltc/misc/crypt/crypt_register_hash.o ltc/misc/crypt/crypt_register_prng.o ltc/misc/crypt/crypt_sizes.o ltc/misc/crypt/crypt_unregister_cipher.o ltc/misc/crypt/crypt_unregister_hash.o ltc/misc/crypt/crypt_unregister_prng.o ltc/misc/error_to_string.o ltc/misc/hkdf/hkdf.o ltc/misc/mem_neq.o ltc/misc/padding/padding_depad.o ltc/misc/padding/padding_pad.o ltc/misc/password_free.o ltc/misc/pbes/pbes.o ltc/misc/pbes/pbes1.o ltc/misc/pbes/pbes2.o ltc/misc/pem/pem.o ltc/misc/pem/pem_pkcs.o ltc/misc/pem/pem_read.o ltc/misc/pem/pem_ssh.o ltc/misc/pkcs12/pkcs12_kdf.o ltc/misc/pkcs12/pkcs12_utf8_to_utf16.o ltc/misc/pkcs5/pkcs_5_1.o ltc/misc/pkcs5/pkcs_5_2.o ltc/misc/ssh/ssh_decode_sequence_multi.o ltc/misc/ssh/ssh_encode_sequence_multi.o ltc/misc/zeromem.o ltc/modes/cbc/cbc_decrypt.o ltc/modes/cbc/cbc_done.o ltc/modes/cbc/cbc_encrypt.o ltc/modes/cbc/cbc_getiv.o ltc/modes/cbc/cbc_setiv.o ltc/modes/cbc/cbc_start.o ltc/modes/cfb/cfb_decrypt.o ltc/modes/cfb/cfb_done.o ltc/modes/cfb/cfb_encrypt.o ltc/modes/cfb/cfb_getiv.o ltc/modes/cfb/cfb_setiv.o ltc/modes/cfb/cfb_start.o ltc/modes/ctr/ctr_decrypt.o ltc/modes/ctr/ctr_done.o ltc/modes/ctr/ctr_encrypt.o ltc/modes/ctr/ctr_getiv.o ltc/modes/ctr/ctr_setiv.o ltc/modes/ctr/ctr_start.o ltc/modes/ecb/ecb_decrypt.o ltc/modes/ecb/ecb_done.o ltc/modes/ecb/ecb_encrypt.o ltc/modes/ecb/ecb_start.o ltc/modes/ofb/ofb_decrypt.o ltc/modes/ofb/ofb_done.o ltc/modes/ofb/ofb_encrypt.o ltc/modes/ofb/ofb_getiv.o ltc/modes/ofb/ofb_setiv.o ltc/modes/ofb/ofb_start.o ltc/pk/asn1/der/bit/der_decode_bit_string.o ltc/pk/asn1/der/bit/der_decode_raw_bit_string.o ltc/pk/asn1/der/bit/der_encode_bit_string.o ltc/pk/asn1/der/bit/der_encode_raw_bit_string.o ltc/pk/asn1/der/bit/der_length_bit_string.o ltc/pk/asn1/der/boolean/der_decode_boolean.o ltc/pk/asn1/der/boolean/der_encode_boolean.o ltc/pk/asn1/der/boolean/der_length_boolean.o ltc/pk/asn1/der/choice/der_decode_choice.o ltc/pk/asn1/der/custom_type/der_decode_custom_type.o ltc/pk/asn1/der/custom_type/der_encode_custom_type.o ltc/pk/asn1/der/custom_type/der_length_custom_type.o ltc/pk/asn1/der/general/der_asn1_maps.o ltc/pk/asn1/der/general/der_decode_asn1_identifier.o ltc/pk/asn1/der/general/der_decode_asn1_length.o ltc/pk/asn1/der/general/der_encode_asn1_identifier.o ltc/pk/asn1/der/general/der_encode_asn1_length.o ltc/pk/asn1/der/general/der_length_asn1_identifier.o ltc/pk/asn1/der/general/der_length_asn1_length.o ltc/pk/asn1/der/generalizedtime/der_decode_generalizedtime.o ltc/pk/asn1/der/generalizedtime/der_encode_generalizedtime.o ltc/pk/asn1/der/generalizedtime/der_length_generalizedtime.o ltc/pk/asn1/der/ia5/der_decode_ia5_string.o ltc/pk/asn1/der/ia5/der_encode_ia5_string.o ltc/pk/asn1/der/ia5/der_length_ia5_string.o ltc/pk/asn1/der/integer/der_decode_integer.o ltc/pk/asn1/der/integer/der_encode_integer.o ltc/pk/asn1/der/integer/der_length_integer.o ltc/pk/asn1/der/object_identifier/der_decode_object_identifier.o ltc/pk/asn1/der/object_identifier/der_encode_object_identifier.o ltc/pk/asn1/der/object_identifier/der_length_object_identifier.o ltc/pk/asn1/der/octet/der_decode_octet_string.o ltc/pk/asn1/der/octet/der_encode_octet_string.o ltc/pk/asn1/der/octet/der_length_octet_string.o ltc/pk/asn1/der/printable_string/der_decode_printable_string.o ltc/pk/asn1/der/printable_string/der_encode_printable_string.o ltc/pk/asn1/der/printable_string/der_length_printable_string.o ltc/pk/asn1/der/sequence/der_decode_sequence_ex.o ltc/pk/asn1/der/sequence/der_decode_sequence_flexi.o ltc/pk/asn1/der/sequence/der_decode_sequence_multi.o ltc/pk/asn1/der/sequence/der_encode_sequence_ex.o ltc/pk/asn1/der/sequence/der_encode_sequence_multi.o ltc/pk/asn1/der/sequence/der_flexi_sequence_cmp.o ltc/pk/asn1/der/sequence/der_length_sequence.o ltc/pk/asn1/der/sequence/der_sequence_free.o ltc/pk/asn1/der/sequence/der_sequence_shrink.o ltc/pk/asn1/der/set/der_encode_set.o ltc/pk/asn1/der/set/der_encode_setof.o ltc/pk/asn1/der/short_integer/der_decode_short_integer.o ltc/pk/asn1/der/short_integer/der_encode_short_integer.o ltc/pk/asn1/der/short_integer/der_length_short_integer.o ltc/pk/asn1/der/teletex_string/der_decode_teletex_string.o ltc/pk/asn1/der/teletex_string/der_length_teletex_string.o ltc/pk/asn1/der/utctime/der_decode_utctime.o ltc/pk/asn1/der/utctime/der_encode_utctime.o ltc/pk/asn1/der/utctime/der_length_utctime.o ltc/pk/asn1/der/utf8/der_decode_utf8_string.o ltc/pk/asn1/der/utf8/der_encode_utf8_string.o ltc/pk/asn1/der/utf8/der_length_utf8_string.o ltc/pk/asn1/oid/pk_get.o ltc/pk/asn1/oid/pk_oid_cmp.o ltc/pk/asn1/oid/pk_oid_str.o ltc/pk/asn1/pkcs8/pkcs8_decode_flexi.o ltc/pk/asn1/pkcs8/pkcs8_get.o ltc/pk/asn1/x509/x509_decode_public_key_from_certificate.o ltc/pk/asn1/x509/x509_decode_spki.o ltc/pk/asn1/x509/x509_decode_subject_public_key_info.o ltc/pk/asn1/x509/x509_encode_subject_public_key_info.o ltc/pk/dh/dh.o ltc/pk/dh/dh_check_pubkey.o ltc/pk/dh/dh_export.o ltc/pk/dh/dh_export_key.o ltc/pk/dh/dh_free.o ltc/pk/dh/dh_generate_key.o ltc/pk/dh/dh_import.o ltc/pk/dh/dh_import_pkcs8.o ltc/pk/dh/dh_set.o ltc/pk/dh/dh_set_pg_dhparam.o ltc/pk/dh/dh_shared_secret.o ltc/pk/dsa/dsa_decrypt_key.o ltc/pk/dsa/dsa_encrypt_key.o ltc/pk/dsa/dsa_export.o ltc/pk/dsa/dsa_free.o ltc/pk/dsa/dsa_generate_key.o ltc/pk/dsa/dsa_generate_pqg.o ltc/pk/dsa/dsa_import.o ltc/pk/dsa/dsa_import_pkcs8.o ltc/pk/dsa/dsa_init.o ltc/pk/dsa/dsa_make_key.o ltc/pk/dsa/dsa_set.o ltc/pk/dsa/dsa_set_pqg_dsaparam.o ltc/pk/dsa/dsa_shared_secret.o ltc/pk/dsa/dsa_sign_hash.o ltc/pk/dsa/dsa_verify_hash.o ltc/pk/dsa/dsa_verify_key.o ltc/pk/ec25519/ec25519_crypto_ctx.o ltc/pk/ec25519/ec25519_export.o ltc/pk/ec25519/ec25519_import_pkcs8.o ltc/pk/ec25519/tweetnacl.o ltc/pk/ecc/ecc.o ltc/pk/ecc/ecc_ansi_x963_export.o ltc/pk/ecc/ecc_ansi_x963_import.o ltc/pk/ecc/ecc_decrypt_key.o ltc/pk/ecc/ecc_encrypt_key.o ltc/pk/ecc/ecc_export.o ltc/pk/ecc/ecc_export_openssl.o ltc/pk/ecc/ecc_find_curve.o ltc/pk/ecc/ecc_free.o ltc/pk/ecc/ecc_get_key.o ltc/pk/ecc/ecc_get_oid_str.o ltc/pk/ecc/ecc_get_size.o ltc/pk/ecc/ecc_import.o ltc/pk/ecc/ecc_import_openssl.o ltc/pk/ecc/ecc_import_pkcs8.o ltc/pk/ecc/ecc_import_x509.o ltc/pk/ecc/ecc_make_key.o ltc/pk/ecc/ecc_recover_key.o ltc/pk/ecc/ecc_set_curve.o ltc/pk/ecc/ecc_set_curve_internal.o ltc/pk/ecc/ecc_set_key.o ltc/pk/ecc/ecc_shared_secret.o ltc/pk/ecc/ecc_sign_hash.o ltc/pk/ecc/ecc_sizes.o ltc/pk/ecc/ecc_ssh_ecdsa_encode_name.o ltc/pk/ecc/ecc_verify_hash.o ltc/pk/ecc/ltc_ecc_export_point.o ltc/pk/ecc/ltc_ecc_import_point.o ltc/pk/ecc/ltc_ecc_is_point.o ltc/pk/ecc/ltc_ecc_is_point_at_infinity.o ltc/pk/ecc/ltc_ecc_map.o ltc/pk/ecc/ltc_ecc_mul2add.o ltc/pk/ecc/ltc_ecc_mulmod.o ltc/pk/ecc/ltc_ecc_mulmod_timing.o ltc/pk/ecc/ltc_ecc_points.o ltc/pk/ecc/ltc_ecc_projective_add_point.o ltc/pk/ecc/ltc_ecc_projective_dbl_point.o ltc/pk/ecc/ltc_ecc_verify_key.o ltc/pk/ed25519/ed25519_export.o ltc/pk/ed25519/ed25519_import.o ltc/pk/ed25519/ed25519_import_pkcs8.o ltc/pk/ed25519/ed25519_import_raw.o ltc/pk/ed25519/ed25519_import_x509.o ltc/pk/ed25519/ed25519_make_key.o ltc/pk/ed25519/ed25519_sign.o ltc/pk/ed25519/ed25519_verify.o ltc/pk/pka_key.o ltc/pk/pkcs1/pkcs_1_i2osp.o ltc/pk/pkcs1/pkcs_1_mgf1.o ltc/pk/pkcs1/pkcs_1_oaep_decode.o ltc/pk/pkcs1/pkcs_1_oaep_encode.o ltc/pk/pkcs1/pkcs_1_os2ip.o ltc/pk/pkcs1/pkcs_1_pss_decode.o ltc/pk/pkcs1/pkcs_1_pss_encode.o ltc/pk/pkcs1/pkcs_1_v1_5_decode.o ltc/pk/pkcs1/pkcs_1_v1_5_encode.o ltc/pk/rsa/rsa_decrypt_key.o ltc/pk/rsa/rsa_encrypt_key.o ltc/pk/rsa/rsa_export.o ltc/pk/rsa/rsa_exptmod.o ltc/pk/rsa/rsa_get_size.o ltc/pk/rsa/rsa_import.o ltc/pk/rsa/rsa_import_pkcs8.o ltc/pk/rsa/rsa_import_x509.o ltc/pk/rsa/rsa_key.o ltc/pk/rsa/rsa_make_key.o ltc/pk/rsa/rsa_set.o ltc/pk/rsa/rsa_sign_hash.o ltc/pk/rsa/rsa_sign_saltlen_get.o ltc/pk/rsa/rsa_verify_hash.o ltc/pk/x25519/x25519_export.o ltc/pk/x25519/x25519_import.o ltc/pk/x25519/x25519_import_pkcs8.o ltc/pk/x25519/x25519_import_raw.o ltc/pk/x25519/x25519_import_x509.o ltc/pk/x25519/x25519_make_key.o ltc/pk/x25519/x25519_shared_secret.o ltc/prngs/chacha20.o ltc/prngs/fortuna.o ltc/prngs/rc4.o ltc/prngs/rng_get_bytes.o ltc/prngs/rng_make_prng.o ltc/prngs/sober128.o ltc/prngs/sprng.o ltc/prngs/yarrow.o ltc/stream/chacha/chacha_crypt.o ltc/stream/chacha/chacha_done.o ltc/stream/chacha/chacha_ivctr32.o ltc/stream/chacha/chacha_ivctr64.o ltc/stream/chacha/chacha_keystream.o ltc/stream/chacha/chacha_memory.o ltc/stream/chacha/chacha_setup.o ltc/stream/rabbit/rabbit.o ltc/stream/rabbit/rabbit_memory.o ltc/stream/rc4/rc4_stream.o ltc/stream/rc4/rc4_stream_memory.o ltc/stream/salsa20/salsa20_crypt.o ltc/stream/salsa20/salsa20_done.o ltc/stream/salsa20/salsa20_ivctr64.o ltc/stream/salsa20/salsa20_keystream.o ltc/stream/salsa20/salsa20_memory.o ltc/stream/salsa20/salsa20_setup.o ltc/stream/salsa20/xsalsa20_memory.o ltc/stream/salsa20/xsalsa20_setup.o ltc/stream/sober128/sober128_stream.o ltc/stream/sober128/sober128_stream_memory.o ltc/stream/sosemanuk/sosemanuk.o ltc/stream/sosemanuk/sosemanuk_memory.o ltm/bn_error.o ltm/bn_fast_mp_invmod.o ltm/bn_fast_mp_montgomery_reduce.o ltm/bn_fast_s_mp_mul_digs.o ltm/bn_fast_s_mp_mul_high_digs.o ltm/bn_fast_s_mp_sqr.o ltm/bn_mp_2expt.o ltm/bn_mp_abs.o ltm/bn_mp_add.o ltm/bn_mp_add_d.o ltm/bn_mp_addmod.o ltm/bn_mp_and.o ltm/bn_mp_clamp.o ltm/bn_mp_clear.o ltm/bn_mp_clear_multi.o ltm/bn_mp_cmp.o ltm/bn_mp_cmp_d.o ltm/bn_mp_cmp_mag.o ltm/bn_mp_cnt_lsb.o ltm/bn_mp_complement.o ltm/bn_mp_copy.o ltm/bn_mp_count_bits.o ltm/bn_mp_div.o ltm/bn_mp_div_2.o ltm/bn_mp_div_2d.o ltm/bn_mp_div_3.o ltm/bn_mp_div_d.o ltm/bn_mp_dr_is_modulus.o ltm/bn_mp_dr_reduce.o ltm/bn_mp_dr_setup.o ltm/bn_mp_exch.o ltm/bn_mp_export.o ltm/bn_mp_expt_d.o ltm/bn_mp_expt_d_ex.o ltm/bn_mp_exptmod.o ltm/bn_mp_exptmod_fast.o ltm/bn_mp_exteuclid.o ltm/bn_mp_fread.o ltm/bn_mp_fwrite.o ltm/bn_mp_gcd.o ltm/bn_mp_get_bit.o ltm/bn_mp_get_int.o ltm/bn_mp_get_long.o ltm/bn_mp_grow.o ltm/bn_mp_import.o ltm/bn_mp_init.o ltm/bn_mp_init_copy.o ltm/bn_mp_init_multi.o ltm/bn_mp_init_set.o ltm/bn_mp_init_set_int.o ltm/bn_mp_init_size.o ltm/bn_mp_invmod.o ltm/bn_mp_invmod_slow.o ltm/bn_mp_is_square.o ltm/bn_mp_jacobi.o ltm/bn_mp_karatsuba_mul.o ltm/bn_mp_karatsuba_sqr.o ltm/bn_mp_kronecker.o ltm/bn_mp_lcm.o ltm/bn_mp_lshd.o ltm/bn_mp_mod.o ltm/bn_mp_mod_2d.o ltm/bn_mp_mod_d.o ltm/bn_mp_montgomery_calc_normalization.o ltm/bn_mp_montgomery_reduce.o ltm/bn_mp_montgomery_setup.o ltm/bn_mp_mul.o ltm/bn_mp_mul_2.o ltm/bn_mp_mul_2d.o ltm/bn_mp_mul_d.o ltm/bn_mp_mulmod.o ltm/bn_mp_n_root.o ltm/bn_mp_n_root_ex.o ltm/bn_mp_neg.o ltm/bn_mp_or.o ltm/bn_mp_prime_fermat.o ltm/bn_mp_prime_frobenius_underwood.o ltm/bn_mp_prime_is_divisible.o ltm/bn_mp_prime_is_prime.o ltm/bn_mp_prime_miller_rabin.o ltm/bn_mp_prime_next_prime.o ltm/bn_mp_prime_rabin_miller_trials.o ltm/bn_mp_prime_random_ex.o ltm/bn_mp_prime_strong_lucas_selfridge.o ltm/bn_mp_radix_size.o ltm/bn_mp_radix_smap.o ltm/bn_mp_rand.o ltm/bn_mp_read_radix.o ltm/bn_mp_read_signed_bin.o ltm/bn_mp_read_unsigned_bin.o ltm/bn_mp_reduce.o ltm/bn_mp_reduce_2k.o ltm/bn_mp_reduce_2k_l.o ltm/bn_mp_reduce_2k_setup.o ltm/bn_mp_reduce_2k_setup_l.o ltm/bn_mp_reduce_is_2k.o ltm/bn_mp_reduce_is_2k_l.o ltm/bn_mp_reduce_setup.o ltm/bn_mp_rshd.o ltm/bn_mp_set.o ltm/bn_mp_set_int.o ltm/bn_mp_set_long.o ltm/bn_mp_shrink.o ltm/bn_mp_signed_bin_size.o ltm/bn_mp_sqr.o ltm/bn_mp_sqrmod.o ltm/bn_mp_sqrt.o ltm/bn_mp_sqrtmod_prime.o ltm/bn_mp_sub.o ltm/bn_mp_sub_d.o ltm/bn_mp_submod.o ltm/bn_mp_tc_and.o ltm/bn_mp_tc_div_2d.o ltm/bn_mp_tc_or.o ltm/bn_mp_tc_xor.o ltm/bn_mp_to_signed_bin.o ltm/bn_mp_to_signed_bin_n.o ltm/bn_mp_to_unsigned_bin.o ltm/bn_mp_to_unsigned_bin_n.o ltm/bn_mp_toom_mul.o ltm/bn_mp_toom_sqr.o ltm/bn_mp_toradix.o ltm/bn_mp_toradix_n.o ltm/bn_mp_unsigned_bin_size.o ltm/bn_mp_xor.o ltm/bn_mp_zero.o ltm/bn_prime_tab.o ltm/bn_reverse.o ltm/bn_s_mp_add.o ltm/bn_s_mp_exptmod.o ltm/bn_s_mp_mul_digs.o ltm/bn_s_mp_mul_high_digs.o ltm/bn_s_mp_sqr.o ltm/bn_s_mp_sub.o ltm/bncore.o ranlib liballinone.a Running Mkbootstrap for CryptX () chmod 644 "CryptX.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CryptX.bs blib/arch/auto/CryptX/CryptX.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-CryptX-0.084/CryptX-0.084/typemap' CryptX.xs > CryptX.xsc mv CryptX.xsc CryptX.c cc -c -DLTM_DESC -Isrc/ltc/headers -Isrc/ltm -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.084\" -DXS_VERSION=\"0.084\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" CryptX.c rm -f blib/arch/auto/CryptX/CryptX.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -Wl,--exclude-libs,ALL CryptX.o -o blib/arch/auto/CryptX/CryptX.so src/liballinone.a chmod 755 blib/arch/auto/CryptX/CryptX.so Manifying 109 pod documents ===> p5-CryptX-0.084 depends on: p5-JSON-* -> p5-JSON-4.10 ===> Regression tests for p5-CryptX-0.084 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CryptX.bs blib/arch/auto/CryptX/CryptX.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing CryptX 0.084, Perl 5.038002 openbsd /usr/bin/perl # osname = openbsd # osvers = 7.6 # archname = i386-openbsd # uname = uname # myarchname = i386-openbsd # myuname = openbsd # gccversion = OpenBSD Clang 16.0.6 # ccversion = # cc = cc # intsize = 4 # longsize = 4 # longlongsize = 8 # ptrsize = 4 # byteorder = 1234 # # LibTomCrypt 1.18.2-develop (www.libtom.net) # LibTomCrypt is public domain software. # # # Endianness: little (32-bit words) # Clean stack: disabled # # Ciphers built-in: # Blowfish # RC2 # RC5 # RC6 # Safer+ # Safer # Rijndael # XTEA # Twofish (tables) # DES # DES-X # 3DES # SM4 # CAST5 # Noekeon # Skipjack # Khazad # Anubis (tweaked) # KSEED # KASUMI # MULTI2 # Camellia # IDEA # Serpent # TEA # Stream ciphers built-in: # ChaCha # Salsa20 # XSalsa20 # Sosemanuk # Rabbit # RC4 # SOBER128 # # Hashes built-in: # SHA3 # KECCAK # SHA-512 # SHA-384 # SHA-512/256 # SHA-256 # SHA-512/224 # SHA-224 # TIGER # SHA1 # MD5 # MD4 # MD2 # RIPEMD128 # RIPEMD160 # RIPEMD256 # RIPEMD320 # WHIRLPOOL # BLAKE2S # BLAKE2B # CHC_HASH # # Block Chaining Modes: # CFB # OFB # ECB # CBC # CTR # LRW (tables) # F8 # XTS # # MACs: # HMAC # OMAC # PMAC # PELICAN # XCBC # F9 # POLY1305 # BLAKE2S MAC # BLAKE2B MAC # # ENC + AUTH modes: # EAX # OCB # OCB3 # CCM # GCM (tables) # CHACHA20POLY1305 # # PRNG: # Yarrow (LTC_YARROW_AES=2) # SPRNG # RC4 # ChaCha20 # Fortuna (LTC_FORTUNA_POOLS=32, LTC_FORTUNA_RESEED_RATELIMIT_STATIC, LTC_FORTUNA_WD=10) # SOBER128 # # PK Crypto: # RSA (with blinding and CRT hardening) # DH # ECC (with blinding) # DSA # Ed25519 # X25519 # LTC_PK_MAX_RETRIES=20 # # MPI (Math): # LTC_MPI # LTM_DESC # LTC_MILLER_RABIN_REPS=40 # # Compiler: # Clang compiler 16.0.6 . # # Various others: ARGTYPE=4 ADLER32 BASE64 BASE64-URL-SAFE BASE32 BASE16 BCRYPT LTC_BCRYPT_DEFAULT_ROUNDS=10 CRC32 DER LTC_DER_MAX_RECURSION=30 PKCS#1 PKCS#5 PKCS#8 PKCS#12 PADDING HKDF PBES1 PBES2 PEM LTC_PEM_DECODE_BUFSZ=80 LTC_PEM_READ_BUFSIZE=8192 SSH OpenSSH-PEM LTC_DEVRANDOM LTC_TRY_URANDOM_FIRST LTC_RNG_GET_BYTES LTC_RNG_MAKE_PRNG LTC_HASH_HELPERS LTC_FILE_READ_BUFSIZE=8192 LTC_FAST LTC_ROx_BUILTIN LTC_NO_TEST LTC_ECC_SHAMIR # # MP_PROVIDER = LibTomMath # MP_DIGIT_BIT = 28 # t/001_compile.t ..................... ok t/002_all_pm.t ...................... skipped: set AUTHOR_MODE to enable this test (developer only!) t/003_all_pm_pod.t .................. skipped: set AUTHOR_MODE to enable this test (developer only!) t/004_all_pm_pod_spelling.t ......... skipped: set AUTHOR_MODE to enable this test (developer only!) t/005_all_pm_pod_coverage.t ......... skipped: set AUTHOR_MODE to enable this test (developer only!) t/auth_enc_ccm.t .................... ok t/auth_enc_ccm_test_vector_ltc.t .... ok t/auth_enc_chacha20poly1305.t ....... ok t/auth_enc_eax.t .................... ok t/auth_enc_eax_test_vector_ltc.t .... ok t/auth_enc_gcm.t .................... ok t/auth_enc_gcm_test_vector_ltc.t .... ok t/auth_enc_ocb.t .................... ok t/auth_enc_ocb_test_vectors_ietf.t .. ok t/checksum.t ........................ ok t/cipher_aes.t ...................... ok t/cipher_aes_test_vectors_bc.t ...... ok t/cipher_anubis.t ................... ok t/cipher_blowfish.t ................. ok t/cipher_camellia.t ................. ok t/cipher_cast5.t .................... ok t/cipher_des.t ...................... ok t/cipher_des_ede.t .................. ok t/cipher_idea.t ..................... ok t/cipher_idea_compat.t .............. ok t/cipher_kasumi.t ................... ok t/cipher_khazad.t ................... ok t/cipher_multi2.t ................... ok t/cipher_multi2_rounds.t ............ ok t/cipher_noekeon.t .................. ok t/cipher_rc2.t ...................... ok t/cipher_rc5.t ...................... ok t/cipher_rc6.t ...................... ok t/cipher_safer_k128.t ............... ok t/cipher_safer_k64.t ................ ok t/cipher_safer_sk128.t .............. ok t/cipher_safer_sk64.t ............... ok t/cipher_saferp.t ................... ok t/cipher_seed.t ..................... ok t/cipher_seed_test_vectors_bc.t ..... ok t/cipher_serpent.t .................. ok t/cipher_serpent_compat.t ........... ok t/cipher_skipjack.t ................. ok t/cipher_stream.t ................... ok t/cipher_stream_rabbit.t ............ ok t/cipher_stream_salsa20.t ........... ok t/cipher_test_vectors_ltc.t ......... ok t/cipher_test_vectors_openssl.t ..... ok t/cipher_twofish.t .................. ok t/cipher_twofish_test_vectors_bc.t .. ok t/cipher_xtea.t ..................... ok t/cipher_xtea_test_vectors_bc.t ..... ok t/crypt-misc.t ...................... ok t/digest_blake2b_160.t .............. ok t/digest_blake2b_256.t .............. ok t/digest_blake2b_384.t .............. ok t/digest_blake2b_512.t .............. ok t/digest_blake2s_128.t .............. ok t/digest_blake2s_160.t .............. ok t/digest_blake2s_224.t .............. ok t/digest_blake2s_256.t .............. ok t/digest_chaes.t .................... ok t/digest_keccak224.t ................ ok t/digest_keccak256.t ................ ok t/digest_keccak384.t ................ ok t/digest_keccak512.t ................ ok t/digest_md2.t ...................... ok t/digest_md4.t ...................... ok t/digest_md5.t ...................... ok t/digest_ripemd128.t ................ ok t/digest_ripemd160.t ................ ok t/digest_ripemd256.t ................ ok t/digest_ripemd320.t ................ ok t/digest_sha1.t ..................... ok t/digest_sha224.t ................... ok t/digest_sha256.t ................... ok t/digest_sha384.t ................... ok t/digest_sha3_224.t ................. ok t/digest_sha3_256.t ................. ok t/digest_sha3_384.t ................. ok t/digest_sha3_512.t ................. ok t/digest_sha512.t ................... ok t/digest_sha512_224.t ............... ok t/digest_sha512_256.t ............... ok t/digest_shake.t .................... ok t/digest_test_vectors_ltc.t ......... ok t/digest_tiger192.t ................. ok t/digest_whirlpool.t ................ ok t/jwk.t ............................. ok t/key_derivation.t .................. ok t/mac_blake2b.t ..................... ok t/mac_blake2s.t ..................... ok t/mac_f9.t .......................... ok t/mac_hmac.t ........................ ok t/mac_hmac_nist.t ................... ok t/mac_hmac_test_vectors_ltc.t ....... ok t/mac_omac.t ........................ ok t/mac_omac_test_vectors_ltc.t ....... ok t/mac_pelican.t ..................... ok t/mac_pmac.t ........................ ok t/mac_pmac_test_vectors_ltc.t ....... ok t/mac_poly1305.t .................... ok t/mac_xcbc.t ........................ ok # Math::BigInt VERSION=1.999837 t/mbi_ltm_01load.t .................. ok t/mbi_ltm_bigfltpm.t ................ ok t/mbi_ltm_bigintg.t ................. ok t/mbi_ltm_bigintpm.t ................ ok t/mbi_ltm_biglog.t .................. ok t/mbi_ltm_bigroot.t ................. ok t/mbi_ltm_bugs.t .................... ok t/mbi_ltm_mbi-from-big-scalar.t ..... skipped: missing 64bit int support t/mbi_ltm_since_1.999837.t .......... ok t/mbi_ltm_since_1.999842.t .......... skipped: requires Math::BigInt 1.999842+ t/mbi_ltm_storable.t ................ ok t/mode_cbc.t ........................ ok t/mode_cfb.t ........................ ok t/mode_ctr.t ........................ ok t/mode_ecb.t ........................ ok t/mode_ofb.t ........................ ok t/pk_dh.t ........................... ok t/pk_dsa.t .......................... ok t/pk_dsa_test_vectors_openssl.t ..... ok t/pk_ecc.t .......................... ok t/pk_ecc_test_vectors_openssl.t ..... ok t/pk_ed25519.t ...................... ok t/pk_enc_pem.t ...................... ok t/pk_rsa.t .......................... ok t/pk_rsa_test_vectors_openssl.t ..... ok t/pk_x25519.t ....................... ok t/pkcs8.t ........................... ok t/prng.t ............................ ok t/prng_chacha20.t ................... ok t/prng_fortuna.t .................... ok t/prng_rc4.t ........................ ok t/prng_sober128.t ................... ok t/prng_yarrow.t ..................... ok t/sshkey.t .......................... ok All tests successful. Files=137, Tests=25234, 53 wallclock secs ( 3.20 usr 0.70 sys + 43.08 cusr 7.22 csys = 54.20 CPU) Result: PASS PASS security/p5-CryptX Duration 2m50.79s START security/p5-Digest-HMAC 2024-11-22T09:15:19Z export _LOCKS_HELD="" ===> Cleaning for p5-Digest-HMAC-1.05 ===> Checking files for p5-Digest-HMAC-1.05 `/usr/ports/distfiles/Digest-HMAC-1.05.tar.gz' is up to date. ===> Building from scratch p5-Digest-HMAC-1.05 ===> Checking files for p5-Digest-HMAC-1.05 `/usr/ports/distfiles/Digest-HMAC-1.05.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Digest-HMAC-1.05 ===> Patching for p5-Digest-HMAC-1.05 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Digest-HMAC-1.05 ===> Configuring for p5-Digest-HMAC-1.05 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Digest::HMAC Writing MYMETA.yml and MYMETA.json ===> Building for p5-Digest-HMAC-1.05 cp lib/Digest/HMAC_SHA1.pm blib/lib/Digest/HMAC_SHA1.pm cp lib/Digest/HMAC_MD5.pm blib/lib/Digest/HMAC_MD5.pm cp lib/Digest/HMAC.pm blib/lib/Digest/HMAC.pm Manifying 3 pod documents ===> Regression tests for p5-Digest-HMAC-1.05 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/rfc2202.t .. ok All tests successful. Files=1, Tests=14, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.01 cusr 0.03 csys = 0.08 CPU) Result: PASS PASS security/p5-Digest-HMAC Duration 0m02.55s START security/p5-Digest-SHA1 2024-11-22T09:15:21Z export _LOCKS_HELD="" ===> Cleaning for p5-Digest-SHA1-2.13p6 ===> Checking files for p5-Digest-SHA1-2.13p6 `/usr/ports/distfiles/Digest-SHA1-2.13.tar.gz' is up to date. ===> Building from scratch p5-Digest-SHA1-2.13p6 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Digest-SHA1-2.13p6 `/usr/ports/distfiles/Digest-SHA1-2.13.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Digest-SHA1-2.13p6 ===> Patching for p5-Digest-SHA1-2.13p6 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Digest-SHA1-2.13p6 ===> Configuring for p5-Digest-SHA1-2.13p6 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Digest::SHA1 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Digest-SHA1-2.13p6 cp SHA1.pm blib/lib/Digest/SHA1.pm Running Mkbootstrap for SHA1 () chmod 644 "SHA1.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA1.bs blib/arch/auto/Digest/SHA1/SHA1.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Digest-SHA1-2.13/Digest-SHA1-2.13/typemap' SHA1.xs > SHA1.xsc mv SHA1.xsc SHA1.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"2.13\" -DXS_VERSION=\"2.13\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" SHA1.c rm -f blib/arch/auto/Digest/SHA1/SHA1.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib SHA1.o -o blib/arch/auto/Digest/SHA1/SHA1.so chmod 755 blib/arch/auto/Digest/SHA1/SHA1.so Manifying 1 pod document ===> Regression tests for p5-Digest-SHA1-2.13p6 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA1.bs blib/arch/auto/Digest/SHA1/SHA1.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/badfile.t .. ok t/bits.t ..... ok t/sha1.t ..... ok All tests successful. Files=3, Tests=17, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.04 cusr 0.04 csys = 0.12 CPU) Result: PASS PASS security/p5-Digest-SHA1 Duration 0m03.82s START security/p5-IO-Socket-SSL 2024-11-22T09:15:25Z export _LOCKS_HELD="" ===> Cleaning for p5-IO-Socket-SSL-2.089 ===> Checking files for p5-IO-Socket-SSL-2.089 `/usr/ports/distfiles/IO-Socket-SSL-2.089.tar.gz' is up to date. ===> Building from scratch p5-IO-Socket-SSL-2.089 ===> Checking files for p5-IO-Socket-SSL-2.089 `/usr/ports/distfiles/IO-Socket-SSL-2.089.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-IO-Socket-SSL-2.089 ===> Patching for p5-IO-Socket-SSL-2.089 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-IO-Socket-SSL-2.089 ===> Configuring for p5-IO-Socket-SSL-2.089 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for IO::Socket::SSL Writing MYMETA.yml and MYMETA.json ===> Building for p5-IO-Socket-SSL-2.089 cp lib/IO/Socket/SSL/PublicSuffix.pm blib/lib/IO/Socket/SSL/PublicSuffix.pm cp lib/IO/Socket/SSL/Intercept.pm blib/lib/IO/Socket/SSL/Intercept.pm cp lib/IO/Socket/SSL.pod blib/lib/IO/Socket/SSL.pod cp lib/IO/Socket/SSL/Utils.pm blib/lib/IO/Socket/SSL/Utils.pm cp lib/IO/Socket/SSL.pm blib/lib/IO/Socket/SSL.pm Manifying 4 pod documents ===> p5-IO-Socket-SSL-2.089 depends on: p5-IO-Socket-INET6->=2.62 -> p5-IO-Socket-INET6-2.73 ===> p5-IO-Socket-SSL-2.089 depends on: p5-Net-IDN-Encode-* -> p5-Net-IDN-Encode-2.500p2 ===> p5-IO-Socket-SSL-2.089 depends on: p5-URI->=1.50 -> p5-URI-5.31 ===> p5-IO-Socket-SSL-2.089 depends on: p5-Net-SSLeay->=1.88 -> p5-Net-SSLeay-1.94p0 ===> Regression tests for p5-IO-Socket-SSL-2.089 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/external/*.t # openssl version compiled=0x20000000 linked=0x20000000 -- LibreSSL 4.0.0 # Net::SSLeay version=1.94 # parent IO::Socket::IP version=0.4101 t/01loadmodule.t .................. ok t/acceptSSL-timeout.t ............. ok t/alpn.t .......................... ok t/auto_verify_hostname.t .......... ok t/cert_formats.t .................. ok t/cert_no_file.t .................. ok t/compatibility.t ................. ok t/connectSSL-timeout.t ............ ok t/core.t .......................... ok t/dhe.t ........................... ok t/ecdhe.t ......................... ok t/external/ocsp.t ................. ok # found 150 CA certs # have root CA for www.bild.de in store # have root CA for www.yahoo.com in store # have root CA for www.comdirect.de in store # have root CA for meine.deutsche-bank.de in store # have root CA for www.twitter.com in store # have root CA for www.facebook.com in store # have root CA for www.live.com in store t/external/usable_ca.t ............ ok t/io-socket-inet6.t ............... ok t/io-socket-ip.t .................. ok t/memleak_bad_handshake.t ......... ok t/mitm.t .......................... ok t/multiple-cert-rsa-ecc.t ......... ok t/nonblock.t ...................... ok t/npn.t ........................... skipped: NPN not available in Net::SSLeay # -- test: newINET start_SSL stop_SSL start_SSL # server accepted new client # wait for initial data from client # got 0x666f6f from client # server: got plain data at start of connection # server: TLS upgrade # server: TLS downgrade # server: TLS upgrade#2 # -- test: newSSL stop_SSL connect_SSL # server accepted new client # wait for initial data from client # got 0x160303 from client # server: TLS upgrade # server: TLS downgrade # server: TLS upgrade#2 # -- test: newSSL:0 connect_SSL stop_SSL connect_SSL # server accepted new client # wait for initial data from client # got 0x666f6f from client # server: got plain data at start of connection # server: TLS upgrade # server: TLS downgrade # server: TLS upgrade#2 # -- test: newSSL:0 start_SSL stop_SSL connect_SSL # server accepted new client # wait for initial data from client # got 0x666f6f from client # server: got plain data at start of connection # server: TLS upgrade # server: TLS downgrade # server: TLS upgrade#2 # server accepted new client # wait for initial data from client # got 0x656e64 from client # client requested end of tests t/plain_upgrade_downgrade.t ....... ok # looks like OpenSSL was compiled without SSLv3 support # looks like OpenSSL was compiled without TLSv1 support # looks like OpenSSL was compiled without TLSv1_1 support t/protocol_version.t .............. ok t/psk.t ........................... skipped: insufficient support for PSK in Net::SSLeay t/public_suffix_lib_encode_idn.t .. ok t/public_suffix_lib_libidn.t ...... ok t/public_suffix_lib_uri.t ......... ok t/public_suffix_ssl.t ............. ok t/readline.t ...................... ok t/session_cache.t ................. ok # listen at 127.0.0.1:39512 # listen at 127.0.0.1:42714 # connect to 0: success reuse=0 version=TLSv1_2 # connect to 0: success reuse=1 version=TLSv1_2 # connect to 1: success reuse=1 version=TLSv1_2 # connect to 1: success reuse=0 version=TLSv1_2 # connect to 0: success reuse=0 version=TLSv1_2 # connect to 0: success reuse=1 version=TLSv1_2 t/session_ticket.t ................ ok t/sessions.t ...................... ok t/set_curves.t .................... ok t/signal-readline.t ............... ok t/sni.t ........................... ok t/sni_verify.t .................... ok t/start-stopssl.t ................. ok t/startssl-failed.t ............... ok t/startssl.t ...................... ok t/sysread_write.t ................. ok t/verify_fingerprint.t ............ ok t/verify_hostname.t ............... ok failure during X509V3_EXT_conf_nid() for nid=85 578888620:error:22FFF077:X509 V3 routines:CRYPTO_internal:bad object:/usr/src/lib/libcrypto/x509/x509_alt.c:707:name=DNS value='::6.7.8.9' failure during X509V3_EXT_conf_nid() for nid=85 578888620:error:22FFF077:X509 V3 routines:CRYPTO_internal:bad object:/usr/src/lib/libcrypto/x509/x509_alt.c:707:name=DNS value='nocolonallowed:example' t/verify_hostname_standalone.t .... ok t/verify_partial_chain.t .......... ok All tests successful. Files=43, Tests=805, 57 wallclock secs ( 0.18 usr 0.21 sys + 16.03 cusr 3.32 csys = 19.74 CPU) Result: PASS PASS security/p5-IO-Socket-SSL Duration 1m01.53s START security/p5-MD5 2024-11-22T09:16:26Z export _LOCKS_HELD="" ===> Cleaning for p5-MD5-2.03 ===> Checking files for p5-MD5-2.03 `/usr/ports/distfiles/MD5-2.03.tar.gz' is up to date. ===> Building from scratch p5-MD5-2.03 ===> Checking files for p5-MD5-2.03 `/usr/ports/distfiles/MD5-2.03.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-MD5-2.03 ===> Patching for p5-MD5-2.03 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-MD5-2.03 ===> Configuring for p5-MD5-2.03 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MD5 Writing MYMETA.yml and MYMETA.json ===> Building for p5-MD5-2.03 cp MD5.pm blib/lib/MD5.pm Manifying 1 pod document ===> Regression tests for p5-MD5-2.03 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Old package separator "'" deprecated at t/md5.t line 93. t/md5.t .. ok All tests successful. Files=1, Tests=14, 0 wallclock secs ( 0.04 usr 0.02 sys + 0.02 cusr 0.00 csys = 0.08 CPU) Result: PASS PASS security/p5-MD5 Duration 0m02.25s START security/p5-Module-Signature 2024-11-22T09:16:29Z export _LOCKS_HELD="" ===> Cleaning for p5-Module-Signature-0.89 ===> Checking files for p5-Module-Signature-0.89 `/usr/ports/distfiles/Module-Signature-0.89.tar.gz' is up to date. ===> Building from scratch p5-Module-Signature-0.89 ===> p5-Module-Signature-0.89 depends on: gnupg-* -> gnupg-2.4.6 ===> p5-Module-Signature-0.89 depends on: p5-Module-Install-* -> p5-Module-Install-1.19 ===> Checking files for p5-Module-Signature-0.89 `/usr/ports/distfiles/Module-Signature-0.89.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Module-Signature-0.89 ===> Patching for p5-Module-Signature-0.89 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Module-Signature-0.89 ===> Configuring for p5-Module-Signature-0.89 mkdir -p -m 0700 -- /usr/ports/pobj/p5-Module-Signature-0.89/gnupg include /usr/ports/pobj/p5-Module-Signature-0.89/Module-Signature-0.89/inc/Module/Install.pm include inc/Module/Install/Metadata.pm include inc/Module/Install/Base.pm include inc/Module/Install/Makefile.pm include inc/Module/Install/Scripts.pm include inc/Module/Install/Can.pm include inc/Module/Install/WriteAll.pm include inc/Module/Install/Win32.pm include inc/Module/Install/Fetch.pm Checking if your kit is complete... Warning: the following files are missing in your kit: inc/Module/Install/External.pm Please inform the author. Generating a Unix-style Makefile Writing Makefile for Module::Signature Writing MYMETA.yml and MYMETA.json Writing META.yml ===> Building for p5-Module-Signature-0.89 cp lib/Module/Signature.pm blib/lib/Module/Signature.pm cp script/cpansign blib/script/cpansign "/usr/bin/perl" "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpansign Manifying 1 pod document Manifying 1 pod document ===> p5-Module-Signature-0.89 depends on: p5-IPC-Run-* -> p5-IPC-Run-20231003.0 ===> p5-Module-Signature-0.89 depends on: p5-Text-Diff-* -> p5-Text-Diff-1.45p0 ===> Regression tests for p5-Module-Signature-0.89 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/0-signature.t .. skipped: Set the environment variable TEST_SIGNATURE to enable this test. t/1-basic.t ...... ok t/2-cygwin.t ..... skipped: Cygwin only tests t/3-verify.t ..... skipped: GnuPG only tests All tests successful. Files=4, Tests=2, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.56 cusr 0.22 csys = 0.83 CPU) Result: PASS PASS security/p5-Module-Signature Duration 0m05.18s START security/p5-Net-SSLGlue 2024-11-22T09:16:34Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-SSLGlue-1.058p0 ===> Checking files for p5-Net-SSLGlue-1.058p0 `/usr/ports/distfiles/Net-SSLGlue-1.058.tar.gz' is up to date. ===> Building from scratch p5-Net-SSLGlue-1.058p0 ===> p5-Net-SSLGlue-1.058p0 depends on: p5-IO-Socket-SSL->=1.19 -> p5-IO-Socket-SSL-2.089 ===> Checking files for p5-Net-SSLGlue-1.058p0 `/usr/ports/distfiles/Net-SSLGlue-1.058.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-SSLGlue-1.058p0 ===> Patching for p5-Net-SSLGlue-1.058p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-SSLGlue-1.058p0 ===> Configuring for p5-Net-SSLGlue-1.058p0 Should I do external tests? These tests will fail if there is no internet connection or if a firewall blocks some traffic. [y/N] [n] n Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::SSLGlue Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-SSLGlue-1.058p0 cp lib/Net/SSLGlue/LDAP.pm blib/lib/Net/SSLGlue/LDAP.pm cp lib/Net/SSLGlue/SMTP.pm blib/lib/Net/SSLGlue/SMTP.pm cp lib/Net/SSLGlue/FTP.pm blib/lib/Net/SSLGlue/FTP.pm cp lib/Net/SSLGlue.pm blib/lib/Net/SSLGlue.pm cp lib/Net/SSLGlue/Socket.pm blib/lib/Net/SSLGlue/Socket.pm cp lib/Net/SSLGlue/POP3.pm blib/lib/Net/SSLGlue/POP3.pm cp lib/Net/SSLGlue/LWP.pm blib/lib/Net/SSLGlue/LWP.pm Manifying 7 pod documents ===> Regression tests for p5-Net-SSLGlue-1.058p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t using SSL support of Net::SMTP 3.15 instead of SSLGlue at /usr/ports/pobj/p5-Net-SSLGlue-1.058/Net-SSLGlue-1.058/blib/lib/Net/SSLGlue/SMTP.pm line 12. Your LWP::UserAgent/LWP::Protocol::https looks fine. Will use it instead of Net::SSLGLue::LWP t/01_load.t .. ok All tests successful. Files=1, Tests=3, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.26 cusr 0.11 csys = 0.42 CPU) Result: PASS PASS security/p5-Net-SSLGlue Duration 0m03.14s START security/p5-Net-SSLeay 2024-11-22T09:16:37Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-SSLeay-1.94p0 ===> Checking files for p5-Net-SSLeay-1.94p0 `/usr/ports/distfiles/Net-SSLeay-1.94.tar.gz' is up to date. ===> Building from scratch p5-Net-SSLeay-1.94p0 ===> Verifying specs: c crypto perl ssl z ===> found c.100.3 crypto.55.0 perl.24.0 ssl.58.0 z.7.1 ===> Checking files for p5-Net-SSLeay-1.94p0 `/usr/ports/distfiles/Net-SSLeay-1.94.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-SSLeay-1.94p0 ===> Patching for p5-Net-SSLeay-1.94p0 ===> Applying OpenBSD patch patch-SSLeay_xs Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |#1 EVP_add_digest() was removed. |#2, #3 X509_ALGOR has an accessor, don't reach into it, so it can be made opaque. | |Index: SSLeay.xs |--- SSLeay.xs.orig |+++ SSLeay.xs -------------------------- Patching file SSLeay.xs using Plan A... Hunk #1 succeeded at 7493. Hunk #2 succeeded at 7977. Hunk #3 succeeded at 7994. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-SSLeay-1.94p0 Regenerating ppport.h ===> Configuring for p5-Net-SSLeay-1.94p0 Do you want to run external tests? These tests *will* *fail* if you do not have network connectivity. [n] n *** If there are build errors, test failures or run-time malfunctions, try to use the same compiler and options to compile your OpenSSL, Perl, and Net::SSLeay. *** Enabling gcc -fPIC optimization *** Found LibreSSL-4.0.0 installed in /usr Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::SSLeay Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-SSLeay-1.94p0 cp lib/Net/SSLeay.pod blib/lib/Net/SSLeay.pod cp lib/Net/SSLeay.pm blib/lib/Net/SSLeay.pm AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay) blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters: directory blib/lib/auto/Net/SSLeay: do_https3.al, do_https2.al, do_https4.al, do_https.al truncate to do_https do_httpx3.al, do_httpx2.al, do_httpx4.al truncate to do_httpx get_https.al, get_https3.al, get_https4.al, get_http.al, get_http3.al, get_http4.al, get_httpx.al, get_httpx3.al, get_httpx4.al truncate to get_http head_https.al, head_https3.al, head_https4.al, head_http.al, head_http3.al, head_http4.al, head_httpx.al, head_httpx3.al, head_httpx4.al truncate to head_htt post_https.al, post_https3.al, post_https4.al, post_http.al, post_http3.al, post_http4.al, post_httpx.al, post_httpx3.al, post_httpx4.al truncate to post_htt put_https.al, put_https3.al, put_https4.al, put_http.al, put_http3.al, put_http4.al, put_httpx.al, put_httpx3.al, put_httpx4.al truncate to put_http ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to ssl_read ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ tcp_read_all.al, tcp_read_until.al, tcp_read_CRLF.al truncate to tcp_read tcp_write_all.al, tcp_write_CRLF.al truncate to tcp_writ cp lib/Net/SSLeay/Handle.pm blib/lib/Net/SSLeay/Handle.pm Running Mkbootstrap for SSLeay () chmod 644 "SSLeay.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Net-SSLeay-1.94/Net-SSLeay-1.94/typemap' SSLeay.xs > SSLeay.xsc mv SSLeay.xsc SSLeay.c cc -c -I"/usr/include" -DNET_SSLEAY_32BIT_INT_PERL -DOPENSSL_API_COMPAT=908 -DNET_SSLEAY_PERL_VERSION=5038002 -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.94\" -DXS_VERSION=\"1.94\" -fPIC "-I/usr/libdata/perl5/i386-openbsd/CORE" SSLeay.c SSLeay.c:10324:9: warning: assigning to 'X509_LOOKUP_METHOD *' (aka 'struct x509_lookup_method_st *') from 'const X509_LOOKUP_METHOD *' (aka 'const struct x509_lookup_method_st *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] RETVAL = X509_LOOKUP_hash_dir(); ^ ~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. rm -f blib/arch/auto/Net/SSLeay/SSLeay.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr -L/usr/lib -L/usr/local/lib SSLeay.o -o blib/arch/auto/Net/SSLeay/SSLeay.so -L/usr -L/usr/lib -lssl -lcrypto -lz chmod 755 blib/arch/auto/Net/SSLeay/SSLeay.so Manifying 2 pod documents ===> p5-Net-SSLeay-1.94p0 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-Net-SSLeay-1.94p0 depends on: p5-Test-Warn-* -> p5-Test-Warn-0.37 ===> p5-Net-SSLeay-1.94p0 depends on: p5-Test-NoWarnings-* -> p5-Test-NoWarnings-1.06 ===> p5-Net-SSLeay-1.94p0 depends on: p5-Test-Pod->=1.41 -> p5-Test-Pod-1.52p0 ===> p5-Net-SSLeay-1.94p0 depends on: p5-Test-Pod-Coverage->=1.00 -> p5-Test-Pod-Coverage-1.10p0 ===> p5-Net-SSLeay-1.94p0 depends on: p5-Crypt-OpenSSL-Bignum-* -> p5-Crypt-OpenSSL-Bignum-0.09p0 ===> Regression tests for p5-Net-SSLeay-1.94p0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/local/*.t t/handle/local/*.t t/handle/local/05_use.t ..................... ok t/local/01_pod.t ............................ ok t/local/02_pod_coverage.t ................... skipped: These tests are for only for release candidate testing. Enable with RELEASE_TESTING=1 # # Testing Net::SSLeay 1.94 # # Perl information: # Version: '5.038002' # Executable path: '/usr/bin/perl' # # Library version with OpenSSL_version_num(): # OPENSSL_VERSION_NUMBER: '0x20000000' # # Library information with SSLeay_version() and OpenSSL_version(): # SSLEAY_VERSION: 'LibreSSL 4.0.0' # SSLEAY_CFLAGS: 'compiler: information not available' # SSLEAY_BUILT_ON: 'built on: date not available' # SSLEAY_PLATFORM: 'platform: information not available' # SSLEAY_DIR: 'OPENSSLDIR: "/etc/ssl"' # OPENSSL_ENGINES_DIR: 'ENGINESDIR: N/A' t/local/03_use.t ............................ ok t/local/04_basic.t .......................... ok t/local/05_passwd_cb.t ...................... ok t/local/06_tcpecho.t ........................ ok t/local/07_sslecho.t ........................ ok t/local/08_pipe.t ........................... ok t/local/09_ctx_new.t ........................ ok t/local/10_rand.t ........................... ok t/local/11_read.t ........................... ok t/local/15_bio.t ............................ ok t/local/20_functions.t ...................... ok t/local/21_constants.t ...................... ok t/local/22_provider.t ....................... skipped: no support for providers t/local/22_provider_try_load.t .............. skipped: no support for providers t/local/22_provider_try_load_zero_retain.t .. skipped: no support for providers t/local/23_openssl_init.t ................... skipped: No OPENSSL_INIT_set_config_filename() t/local/30_error.t .......................... ok t/local/31_rsa_generate_key.t ............... ok t/local/32_x509_get_cert_info.t ............. ok t/local/33_x509_create_cert.t ............... ok t/local/34_x509_crl.t ....................... ok t/local/35_ephemeral.t ...................... skipped: LibreSSL and OpenSSL 1.1.0 removed support for ephemeral/temporary RSA private keys t/local/36_verify.t ......................... ok t/local/37_asn1_time.t ...................... ok t/local/38_priv-key.t ....................... ok t/local/39_pkcs12.t ......................... ok t/local/40_npn_support.t .................... skipped: LibreSSL removed support for NPN t/local/41_alpn_support.t ................... ok t/local/42_info_callback.t .................. ok t/local/43_misc_functions.t ................. ok t/local/44_sess.t ........................... ok t/local/45_exporter.t ....................... ok t/local/46_msg_callback.t ................... ok # TLSv1.3 not available in this libssl - can not test all keylog formats t/local/47_keylog.t ......................... ok t/local/48_client_hello_callback.t .......... skipped: No SSL_CTX_set_client_hello_cb() t/local/50_digest.t ......................... ok t/local/61_threads-cb-crash.t ............... skipped: Threads not supported on this system t/local/62_threads-ctx_new-deadlock.t ....... skipped: Threads not supported on this system t/local/63_ec_key_generate_key.t ............ ok t/local/64_ticket_sharing.t ................. ok t/local/65_security_level.t ................. ok t/local/65_ticket_sharing_2.t ............... ok t/local/66_curves.t ......................... ok t/local/kwalitee.t .......................... skipped: These tests are for only for release candidate testing. Enable with RELEASE_TESTING=1 All tests successful. Files=47, Tests=2704, 14 wallclock secs ( 0.42 usr 0.21 sys + 10.69 cusr 2.98 csys = 14.30 CPU) Result: PASS PASS security/p5-Net-SSLeay Duration 0m31.40s START sysutils/p5-Capture-Tiny 2024-11-22T09:17:08Z export _LOCKS_HELD="" ===> Cleaning for p5-Capture-Tiny-0.48p0 ===> Checking files for p5-Capture-Tiny-0.48p0 `/usr/ports/distfiles/Capture-Tiny-0.48.tar.gz' is up to date. ===> Building from scratch p5-Capture-Tiny-0.48p0 ===> Checking files for p5-Capture-Tiny-0.48p0 `/usr/ports/distfiles/Capture-Tiny-0.48.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Capture-Tiny-0.48p0 ===> Patching for p5-Capture-Tiny-0.48p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Capture-Tiny-0.48p0 ===> Configuring for p5-Capture-Tiny-0.48p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Capture::Tiny Writing MYMETA.yml and MYMETA.json ===> Building for p5-Capture-Tiny-0.48p0 cp lib/Capture/Tiny.pm blib/lib/Capture/Tiny.pm Manifying 1 pod document ===> Regression tests for p5-Capture-Tiny-0.48p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.17 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # IO::File any 1.52 # Test::More 0.62 1.302194 # lib any 0.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------ ---- ------ # Carp any 1.54 # Exporter any 5.77 # File::Spec any 3.88 # File::Temp any 0.2311 # IO::Handle any 1.52 # Scalar::Util any 1.63 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t ...... ok t/01-Capture-Tiny.t ........ ok t/02-capture.t ............. ok t/03-tee.t ................. ok t/06-stdout-closed.t ....... ok t/07-stderr-closed.t ....... ok t/08-stdin-closed.t ........ ok t/09-preserve-exit-code.t .. ok t/10-stdout-string.t ....... ok t/11-stderr-string.t ....... ok t/12-stdin-string.t ........ ok t/13-stdout-tied.t ......... ok t/14-stderr-tied.t ......... ok t/15-stdin-tied.t .......... ok t/16-catch-errors.t ........ ok t/17-pass-results.t ........ ok t/18-custom-capture.t ...... ok t/19-relayering.t .......... ok t/20-stdout-badtie.t ....... ok t/21-stderr-badtie.t ....... ok t/22-stdin-badtie.t ........ ok t/23-all-tied.t ............ ok t/24-all-badtied.t ......... ok t/25-cap-fork.t ............ ok All tests successful. Files=24, Tests=12005, 148 wallclock secs ( 1.28 usr 0.17 sys + 34.29 cusr 68.93 csys = 104.67 CPU) Result: PASS PASS sysutils/p5-Capture-Tiny Duration 2m30.09s START sysutils/p5-File-Rename 2024-11-22T09:19:39Z export _LOCKS_HELD="" ===> Cleaning for p5-File-Rename-2.02 ===> Checking files for p5-File-Rename-2.02 `/usr/ports/distfiles/File-Rename-2.02.tar.gz' is up to date. ===> Building from scratch p5-File-Rename-2.02 ===> Checking files for p5-File-Rename-2.02 `/usr/ports/distfiles/File-Rename-2.02.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-Rename-2.02 ===> Patching for p5-File-Rename-2.02 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-Rename-2.02 ===> Configuring for p5-File-Rename-2.02 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::Rename Writing MYMETA.yml and MYMETA.json ===> Building for p5-File-Rename-2.02 "/usr/bin/perl" rename.PL File/Rename.pm lib/File/Rename.pm mkdir File "/usr/bin/perl" rename.PL File/Rename/Options.pm lib/File/Rename/Options.pm mkdir File/Rename "/usr/bin/perl" rename.PL File/Rename/Unicode.pm lib/File/Rename/Unicode.pm cp File/Rename/Options.pm blib/lib/File/Rename/Options.pm cp File/Rename.pm blib/lib/File/Rename.pm cp File/Rename/Unicode.pm blib/lib/File/Rename/Unicode.pm "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" rename.PL script/rename source/rename mkdir script "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" unsafe.PL script/unsafe-rename script/rename cp script/rename blib/script/rename "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/rename cp script/unsafe-rename blib/script/unsafe-rename "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/unsafe-rename Manifying 2 pod documents Manifying 3 pod documents ===> p5-File-Rename-2.02 depends on: p5-Pod-Parser-* -> p5-Pod-Parser-1.67 ===> Regression tests for p5-File-Rename-2.02 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/File-Rename-dash.t ........... ok t/File-Rename-E.t .............. ok t/File-Rename-filename-only.t .. ok t/File-Rename-files.t .......... ok t/File-Rename-import.t ......... ok t/File-Rename-list-null.t ...... ok t/File-Rename-list.t ........... ok t/File-Rename-Options.t ........ ok t/File-Rename-require.t ........ ok # blib/script/rename t/File-Rename-script.t ......... ok t/File-Rename-unicode.t ........ ok t/File-Rename-V.t .............. ok t/File-Rename.t ................ ok t/rename-cygwin.t .............. skipped: Not cygwin t/rename-darwin.t .............. skipped: Not darwin t/rename-examples.t ............ ok t/rename-ostype.t .............. ok t/u/File-Rename-E.t ............ ok t/u/File-Rename-no-order.t ..... ok # blib/script/unsafe-rename t/u/File-Rename-script.t ....... ok t/u/File-Rename-unicode.t ...... ok t/u/File-Rename-V.t ............ ok t/u/rename-examples.t .......... ok All tests successful. Files=23, Tests=99, 6 wallclock secs ( 0.08 usr 0.07 sys + 3.54 cusr 1.40 csys = 5.09 CPU) Result: PASS PASS sysutils/p5-File-Rename Duration 0m09.02s START sysutils/p5-File-Which 2024-11-22T09:19:48Z export _LOCKS_HELD="" ===> Cleaning for p5-File-Which-1.27 ===> Checking files for p5-File-Which-1.27 `/usr/ports/distfiles/File-Which-1.27.tar.gz' is up to date. ===> Building from scratch p5-File-Which-1.27 ===> Checking files for p5-File-Which-1.27 `/usr/ports/distfiles/File-Which-1.27.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-Which-1.27 ===> Patching for p5-File-Which-1.27 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-Which-1.27 ===> Configuring for p5-File-Which-1.27 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::Which Writing MYMETA.yml and MYMETA.json ===> Building for p5-File-Which-1.27 cp lib/File/Which.pm blib/lib/File/Which.pm Manifying 1 pod document ===> Regression tests for p5-File-Which-1.27 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # # # HARNESS_ACTIVE=1 # HARNESS_VERSION=3.44 # PERL5LIB=/usr/ports/pobj/p5-File-Which-1.27/File-Which-1.27/blib/lib:/usr/ports/pobj/p5-File-Which-1.27/File-Which-1.27/blib/arch # PERL_DL_NONLAZY=1 # PERL_MM_OPT=INSTALLSITELIB=/usr/local/libdata/perl5/site_perl INSTALLSITEARCH=/usr/local/libdata/perl5/site_perl/i386-openbsd INSTALLPRIVLIB=/usr/./libdata/perl5 INSTALLARCHLIB=/i386-openbsd INSTALLMAN1DIR=/usr/local/man/man1 INSTALLMAN3DIR=/usr/local/man/man3p INSTALLBIN=/bin INSTALLSCRIPT= # PERL_MM_USE_DEFAULT=1 # PERL_USE_UNSAFE_INC=1 # # # # PERL5LIB path # /usr/ports/pobj/p5-File-Which-1.27/File-Which-1.27/blib/lib # /usr/ports/pobj/p5-File-Which-1.27/File-Which-1.27/blib/arch # # # # perl 5.038002 openbsd i386-openbsd # Env 1.06 # ExtUtils::MakeMaker 7.70 # Test::More 1.302194 # # # t/00_diag.t ..... ok t/01_use.t ...... ok t/file_which.t .. ok All tests successful. Files=3, Tests=21, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.39 cusr 0.22 csys = 0.67 CPU) Result: PASS PASS sysutils/p5-File-Which Duration 0m03.12s START sysutils/p5-Filesys-Df 2024-11-22T09:19:51Z export _LOCKS_HELD="" ===> Cleaning for p5-Filesys-Df-0.92p6 ===> Checking files for p5-Filesys-Df-0.92p6 `/usr/ports/distfiles/Filesys-Df-0.92.tar.gz' is up to date. ===> Building from scratch p5-Filesys-Df-0.92p6 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Filesys-Df-0.92p6 `/usr/ports/distfiles/Filesys-Df-0.92.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Filesys-Df-0.92p6 ===> Patching for p5-Filesys-Df-0.92p6 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Filesys-Df-0.92p6 ===> Configuring for p5-Filesys-Df-0.92p6 OS = openbsd Checking for statvfs ..... d_statvfs is defined. i_sysstatvfs is defined. Building with statvfs .... Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Filesys::Df Writing MYMETA.yml and MYMETA.json ===> Building for p5-Filesys-Df-0.92p6 cp Df.pm blib/lib/Filesys/Df.pm Running Mkbootstrap for Df () chmod 644 "Df.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Df.bs blib/arch/auto/Filesys/Df/Df.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -prototypes -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-Filesys-Df-0.92/Filesys-Df-0.92/typemap' Df.xs > Df.xsc mv Df.xsc Df.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"0.92\" -DXS_VERSION=\"0.92\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Df.c rm -f blib/arch/auto/Filesys/Df/Df.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Df.o -o blib/arch/auto/Filesys/Df/Df.so chmod 755 blib/arch/auto/Filesys/Df/Df.so Manifying 1 pod document ===> Regression tests for p5-Filesys-Df-0.92p6 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Df.bs blib/arch/auto/Filesys/Df/Df.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..2 ok 1 ok 2 ok 3 Results for directory: "/" in 1K blocks: Total: 1009422 Free: 917800 Available: 867330 Used: 91622 Percent Full: 10 Total Inodes: 155518 Free Inodes: 153344 Inode Percent Full: 1 Results for "test.pl" filehandle in 1K blocks: Total: 14150654 Free: 11466790 Available: 10759258 Used: 2683864 Percent Full: 20 Total Inodes: 1840318 Free Inodes: 1560984 Inode Percent Full: 15 All tests successful! PASS sysutils/p5-Filesys-Df Duration 0m03.07s START telephony/p5-Net-SIP 2024-11-22T09:19:54Z export _LOCKS_HELD="" ===> Cleaning for p5-Net-SIP-0.838 ===> Checking files for p5-Net-SIP-0.838 `/usr/ports/distfiles/Net-SIP-0.838.tar.gz' is up to date. ===> Building from scratch p5-Net-SIP-0.838 ===> Checking files for p5-Net-SIP-0.838 `/usr/ports/distfiles/Net-SIP-0.838.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Net-SIP-0.838 ===> Patching for p5-Net-SIP-0.838 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Net-SIP-0.838 ===> Configuring for p5-Net-SIP-0.838 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::SIP Writing MYMETA.yml and MYMETA.json ===> Building for p5-Net-SIP-0.838 cp lib/Net/SIP/Packet.pod blib/lib/Net/SIP/Packet.pod cp lib/Net/SIP/Registrar.pod blib/lib/Net/SIP/Registrar.pod cp lib/Net/SIP/Endpoint/Context.pm blib/lib/Net/SIP/Endpoint/Context.pm cp lib/Net/SIP/Request.pod blib/lib/Net/SIP/Request.pod cp lib/Net/SIP/Request.pm blib/lib/Net/SIP/Request.pm cp lib/Net/SIP/StatelessProxy.pod blib/lib/Net/SIP/StatelessProxy.pod cp lib/Net/SIP/Util.pm blib/lib/Net/SIP/Util.pm cp lib/Net/SIP/Simple/Call.pod blib/lib/Net/SIP/Simple/Call.pod cp lib/Net/SIP/Dispatcher.pod blib/lib/Net/SIP/Dispatcher.pod cp lib/Net/SIP/Dispatcher/Eventloop.pm blib/lib/Net/SIP/Dispatcher/Eventloop.pm cp lib/Net/SIP.pm blib/lib/Net/SIP.pm cp lib/Net/SIP/Dropper.pm blib/lib/Net/SIP/Dropper.pm cp lib/Net/SIP/Util.pod blib/lib/Net/SIP/Util.pod cp lib/Net/SIP/Registrar.pm blib/lib/Net/SIP/Registrar.pm cp lib/Net/SIP.pod blib/lib/Net/SIP.pod cp lib/Net/SIP/Leg.pod blib/lib/Net/SIP/Leg.pod cp lib/Net/SIP/Simple/RTP.pod blib/lib/Net/SIP/Simple/RTP.pod cp lib/Net/SIP/DTMF.pod blib/lib/Net/SIP/DTMF.pod cp lib/Net/SIP/Blocker.pod blib/lib/Net/SIP/Blocker.pod cp lib/Net/SIP/SDP.pod blib/lib/Net/SIP/SDP.pod cp lib/Net/SIP/Blocker.pm blib/lib/Net/SIP/Blocker.pm cp lib/Net/SIP/Debug.pod blib/lib/Net/SIP/Debug.pod cp lib/Net/SIP/NATHelper/Server.pm blib/lib/Net/SIP/NATHelper/Server.pm cp lib/Net/SIP/NATHelper/Local.pod blib/lib/Net/SIP/NATHelper/Local.pod cp lib/Net/SIP/StatelessProxy.pm blib/lib/Net/SIP/StatelessProxy.pm cp lib/Net/SIP/SocketPool.pm blib/lib/Net/SIP/SocketPool.pm cp lib/Net/SIP/Simple.pm blib/lib/Net/SIP/Simple.pm cp lib/Net/SIP/Debug.pm blib/lib/Net/SIP/Debug.pm cp lib/Net/SIP/DTMF.pm blib/lib/Net/SIP/DTMF.pm cp lib/Net/SIP/Authorize.pm blib/lib/Net/SIP/Authorize.pm cp lib/Net/SIP/Redirect.pod blib/lib/Net/SIP/Redirect.pod cp lib/Net/SIP/Simple.pod blib/lib/Net/SIP/Simple.pod cp lib/Net/SIP/NATHelper/Client.pod blib/lib/Net/SIP/NATHelper/Client.pod cp lib/Net/SIP/NATHelper/Local.pm blib/lib/Net/SIP/NATHelper/Local.pm cp lib/Net/SIP/ReceiveChain.pod blib/lib/Net/SIP/ReceiveChain.pod cp lib/Net/SIP/NATHelper/Base.pm blib/lib/Net/SIP/NATHelper/Base.pm cp lib/Net/SIP/NATHelper/Server.pod blib/lib/Net/SIP/NATHelper/Server.pod cp lib/Net/SIP/Endpoint.pm blib/lib/Net/SIP/Endpoint.pm cp lib/Net/SIP/Simple/Call.pm blib/lib/Net/SIP/Simple/Call.pm cp lib/Net/SIP/Response.pm blib/lib/Net/SIP/Response.pm cp lib/Net/SIP/Dispatcher.pm blib/lib/Net/SIP/Dispatcher.pm cp lib/Net/SIP/NATHelper/Client.pm blib/lib/Net/SIP/NATHelper/Client.pm cp lib/Net/SIP/Dropper/ByField.pm blib/lib/Net/SIP/Dropper/ByField.pm cp lib/Net/SIP/NATHelper/Base.pod blib/lib/Net/SIP/NATHelper/Base.pod cp lib/Net/SIP/Leg.pm blib/lib/Net/SIP/Leg.pm cp lib/Net/SIP/SDP.pm blib/lib/Net/SIP/SDP.pm cp lib/Net/SIP/Redirect.pm blib/lib/Net/SIP/Redirect.pm cp lib/Net/SIP/Endpoint/Context.pod blib/lib/Net/SIP/Endpoint/Context.pod cp lib/Net/SIP/Authorize.pod blib/lib/Net/SIP/Authorize.pod cp lib/Net/SIP/Dropper/ByIPPort.pm blib/lib/Net/SIP/Dropper/ByIPPort.pm cp lib/Net/SIP/Dispatcher/Eventloop.pod blib/lib/Net/SIP/Dispatcher/Eventloop.pod cp lib/Net/SIP/SocketPool.pod blib/lib/Net/SIP/SocketPool.pod cp lib/Net/SIP/Simple/RTP.pm blib/lib/Net/SIP/Simple/RTP.pm cp lib/Net/SIP/ReceiveChain.pm blib/lib/Net/SIP/ReceiveChain.pm cp lib/Net/SIP/Response.pod blib/lib/Net/SIP/Response.pod cp lib/Net/SIP/Packet.pm blib/lib/Net/SIP/Packet.pm cp lib/Net/SIP/Endpoint.pod blib/lib/Net/SIP/Endpoint.pod Manifying 30 pod documents ===> p5-Net-SIP-0.838 depends on: p5-IO-Socket-INET6->=2.62 -> p5-IO-Socket-INET6-2.73 ===> p5-Net-SIP-0.838 depends on: p5-Net-DNS->=0.56 -> p5-Net-DNS-1.48 ===> p5-Net-SIP-0.838 depends on: p5-IO-Socket-SSL->=1.956 -> p5-IO-Socket-SSL-2.089 ===> Regression tests for p5-Net-SIP-0.838 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_load.t ............................. ok # call created # got ringing # call established # call cleaned up # call created # got ringing # call established # call cleaned up # call created # got ringing # call established # call cleaned up # call created # got ringing # call established # call cleaned up # call created # got ringing # call established # call cleaned up # call created # got ringing # call established # call cleaned up t/02_listen_and_invite.t ................ ok t/03_forward_stateless.t ................ ok t/04_call_with_rtp.t .................... ok t/05_call_with_stateless_proxy.t ........ ok t/06_call_with_reinvite.t ............... ok t/07_call_on_hold.t ..................... ok t/08_register_with_auth.t ............... ok t/09_fdleak.t ........................... ok t/10_fdleak.t ........................... ok t/11_invite_timeout.t ................... ok # call established # call cleaned up # call established # call cleaned up # call established # call cleaned up # call established # call cleaned up # call established # call cleaned up # call established # call cleaned up t/12_maddr.t ............................ ok t/13_maddr_proxy.t ...................... ok # UAS on 127.0.0.1:5062 # UAC on 127.0.0.1:5060 # PROXY on 127.0.0.1:5063 t/14_bugfix_0.51.t ...................... ok t/15_block_invite.t ..................... ok t/16_drop_invite.t ...................... ok t/17_call_with_reinvite_and_auth.t ...... ok t/18_register_with_auth_step_by_step.t .. ok # UAS on 127.0.0.1:25086 # UAC on 127.0.0.1:14652 # call created # call established # call cleaned up # received=466 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on 127.0.0.1:20028 # UAC on 127.0.0.1:30511 # call created # call established # call cleaned up # received=466 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on 127.0.0.1:11030 # UAC on 127.0.0.1:12618 # call created # call established # call cleaned up # received=467 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on 127.0.0.1:11144 # UAC on 127.0.0.1:10135 # call created # call established # call cleaned up # received=467 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on [::1]:33084 # UAC on [::1]:38916 # call created # call established # call cleaned up # received=466 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on [::1]:33567 # UAC on [::1]:12551 # call created # call established # call cleaned up # received=466 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on [::1]:35713 # UAC on [::1]:20613 # call created # call established # call cleaned up # received=467 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on [::1]:11101 # UAC on [::1]:31909 # call created # call established # call cleaned up # received=467 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on 127.0.0.1:36054 # UAC on 127.0.0.1:11451 # call created # call established # call cleaned up # received=467 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on 127.0.0.1:28224 # UAC on 127.0.0.1:18325 # call created # call established # call cleaned up # received=467 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on 127.0.0.1:39317 # UAC on 127.0.0.1:41419 # call created # call established # call cleaned up # received=467 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on 127.0.0.1:17513 # UAC on 127.0.0.1:33645 # call created # call established # call cleaned up # received=466 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on [::1]:12819 # UAC on [::1]:1682 # call created # call established # call cleaned up # received=467 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on [::1]:21501 # UAC on [::1]:46135 # call created # call established # call cleaned up # received=467 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on [::1]:38979 # UAC on [::1]:39943 # call created # call established # call cleaned up # received=467 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on [::1]:23344 # UAC on [::1]:6202 # call created # call established # call cleaned up # received=467 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on 127.0.0.1:11341 # UAC on 127.0.0.1:9132 # call created # call established # call cleaned up # received=464 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on 127.0.0.1:33500 # UAC on 127.0.0.1:14774 # call created # call established # call cleaned up # received=465 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on 127.0.0.1:21638 # UAC on 127.0.0.1:13398 # call created # call established # call cleaned up # received=467 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on 127.0.0.1:46337 # UAC on 127.0.0.1:3445 # call created # call established # call cleaned up # received=465 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on [::1]:6660 # UAC on [::1]:28107 # call created # call established # call cleaned up # received=467 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on [::1]:8915 # UAC on [::1]:28669 # call created # call established # call cleaned up # received=465 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on [::1]:7402 # UAC on [::1]:12695 # call created # call established # call cleaned up # received=467 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' # UAS on [::1]:20772 # UAC on [::1]:7204 # call created # call established # call cleaned up # received=465 lost=0 expect ca. 467.5 packets, events='1 2 D # 3 4 B *' t/19_call_with_dtmf.t ................... ok t/20_channel_on_hold.t .................. ok t/21_channel_on_hold_stateless_proxy.t .. ok # Failed test '[uac] (?^:I<.*RSP\(INVITE,404\))' # at ./t/testlib.pl line 234. # Failed test 'Died at t/22_stateless_proxy_ack_on_error.t line 111. # ' # at ./t/testlib.pl line 31. # Looks like your test exited with 1 just after 225. t/22_stateless_proxy_ack_on_error.t ..... Dubious, test returned 1 (wstat 256, 0x100) Failed 119/342 subtests t/23_valid_message.t .................... ok t/24_dtmf_audio.t ....................... ok t/25_register_tcp_timeout.t ............. ok t/26_request_ack.t ...................... ok Test Summary Report ------------------- t/22_stateless_proxy_ack_on_error.t (Wstat: 256 (exited 1) Tests: 225 Failed: 2) Failed tests: 224-225 Non-zero exit status: 1 Parse errors: Bad plan. You planned 342 tests but ran 225. Files=26, Tests=1883, 434 wallclock secs ( 0.55 usr 0.11 sys + 66.98 cusr 8.84 csys = 76.48 CPU) Result: FAIL Failed 1/26 test programs. 2/1883 subtests failed. *** Error 255 in /usr/ports/pobj/p5-Net-SIP-0.838/Net-SIP-0.838 (Makefile:1002 'test_dynamic') *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3104 '/usr/ports/pobj/p5-Net-SIP-0.838/.test_done': @cd /usr/ports/pobj/p5-Net-SI...) *** Error 2 in /usr/ports/telephony/p5-Net-SIP (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'test': @lock=p5-Net-SIP-0.838; export _LOCKS...) FAIL telephony/p5-Net-SIP Command 'make test' failed: 512 START textproc/libxml 2024-11-22T09:27:12Z export _LOCKS_HELD="" ===> Cleaning for libxml-2.13.5 ===> Checking files for libxml2-2.13.5 `/usr/ports/distfiles/libxml2-2.13.5.tar.xz' is up to date. ===> Building from scratch libxml2-2.13.5 ===> libxml-2.13.5 depends on: python->=3.11,<3.12 -> python-3.11.10p1 ===> libxml-2.13.5 depends on: metaauto-* -> metaauto-1.0p4 ===> libxml-2.13.5 depends on: autoconf-2.72 -> autoconf-2.72p0 ===> libxml-2.13.5 depends on: automake->=1.16,<1.17 -> automake-1.16.5 ===> libxml-2.13.5 depends on: libtool-* -> libtool-2.4.2p2 ===> libxml-2.13.5 depends on: intltool->=0.41.1p0 -> intltool-0.51.0p2 ===> libxml-2.13.5 depends on: gmake-* -> gmake-4.4.1 ===> libxml-2.13.5 depends on: xz->=5.4.0 -> xz-5.6.3 ===> libxml-2.13.5 depends on: xz-* -> xz-5.6.3 ===> libxml-2.13.5 depends on: libiconv-* -> libiconv-1.17 ===> Verifying specs: iconv lzma m z c pthread iconv lzma m z pthread xml2 ===> found iconv.7.1 lzma.2.3 m.10.1 z.7.1 c.100.3 pthread.27.1 xml2.21.0 ===> Checking files for libxml2-2.13.5 `/usr/ports/distfiles/libxml2-2.13.5.tar.xz' is up to date. >> (SHA256) all files: OK ===> Extracting for libxml2-2.13.5 ===> Patching for libxml2-2.13.5 ===> Applying OpenBSD patch patch-catalog_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 4e3ce5c0099e5b6583fddd35a4280700a79dc78b Mon Sep 17 00:00:00 2001 |From: Nick Wellnhofer |Date: Mon, 19 Aug 2024 20:44:07 +0200 |Subject: [PATCH] Revert "catalog: Fetch XML catalog before dumping" | |Index: catalog.c |--- catalog.c.orig |+++ catalog.c -------------------------- Patching file catalog.c using Plan A... Hunk #1 succeeded at 53. done ===> Applying OpenBSD patch patch-xmlcatalog_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 208a4d026cf7c90aad4957f5d8523d29480cddfc Mon Sep 17 00:00:00 2001 |From: Nick Wellnhofer |Date: Mon, 19 Aug 2024 20:02:47 +0200 |Subject: [PATCH] xmlcatalog: Improved fix for #699 | |Index: xmlcatalog.c |--- xmlcatalog.c.orig |+++ xmlcatalog.c -------------------------- Patching file xmlcatalog.c using Plan A... Hunk #1 succeeded at 39. done ===> Applying OpenBSD patch patch-xmllint_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: xmllint.c |--- xmllint.c.orig |+++ xmllint.c -------------------------- Patching file xmllint.c using Plan A... Hunk #1 succeeded at 88. done ===> Applying OpenBSD patch patch-xstc_Makefile_am Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: xstc/Makefile.am |--- xstc/Makefile.am.orig |+++ xstc/Makefile.am -------------------------- Patching file xstc/Makefile.am using Plan A... Hunk #1 succeeded at 41. Hunk #2 succeeded at 53. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for libxml2-2.13.5 Running autoreconf-2.72 in /usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5 libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' ===> Configuring for libxml2-2.13.5 Using /usr/ports/pobj/libxml2-2.13.5/config.site (generated) configure: WARNING: unrecognized options: --disable-introspection, --disable-vala, --disable-vala-bindings, --disable-gtk-doc configure: loading site script /usr/ports/pobj/libxml2-2.13.5/config.site checking build system type... i386-unknown-openbsd7.6 checking host system type... i386-unknown-openbsd7.6 checking for a BSD-compatible install... /usr/ports/pobj/libxml2-2.13.5/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking whether gmake supports nested variables... (cached) yes checking for gcc... cc checking whether the C compiler works... yes checking for 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... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking whether gmake supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking whether ln -s works... yes checking for tar... /bin/tar checking for perl... /usr/bin/perl checking for wget... /usr/bin/ftp checking for xsltproc... /usr/local/bin/xsltproc checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... (cached) 131072 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert i386-unknown-openbsd7.6 file names to i386-unknown-openbsd7.6 format... func_convert_file_noop checking how to convert i386-unknown-openbsd7.6 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.6 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for cos in -lm... (cached) yes checking for stdint.h... (cached) yes checking for fcntl.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/timeb.h... no checking for sys/random.h... no checking for dl.h... no checking for dlfcn.h... (cached) yes checking for glob.h... (cached) yes checking for gettimeofday... (cached) yes checking for ftime... no checking for stat... (cached) yes checking for mmap... (cached) yes checking for munmap... (cached) yes checking for cc options needed to detect all undeclared functions... -fno-builtin checking whether getentropy is declared... no checking for sys/socket.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for netdb.h... (cached) yes checking for sys/select.h... (cached) yes checking for poll.h... (cached) yes checking for library containing gethostbyname... none required checking for library containing connect... none required checking for type of socket length (socklen_t)... socklen_t * checking whether to enable IPv6... yes checking whether __attribute__((destructor)) is accepted... yes checking whether the linker accepts -Wl,--undefined-version... yes Enabling HTTP support Enabling deprecated APIs checking for python version... 3.11 checking for python platform... openbsd7 checking for GNU default python prefix... ${prefix} checking for GNU default python exec_prefix... ${exec_prefix} checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages checking for python-3.11... yes checking for library containing dlopen... none required checking for pthread.h... (cached) yes checking for library containing pthread_create... -lpthread Enabling zlib compression support checking for zlib... yes Enabling lzma compression support checking for liblzma... yes checking for libiconv... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/libxml/Makefile config.status: creating include/private/Makefile config.status: creating doc/Makefile config.status: creating doc/devhelp/Makefile config.status: creating example/Makefile config.status: creating fuzz/Makefile config.status: creating python/Makefile config.status: creating python/tests/Makefile config.status: creating xstc/Makefile config.status: creating include/libxml/xmlversion.h config.status: creating libxml-2.0.pc config.status: creating libxml-2.0-uninstalled.pc config.status: creating libxml2-config.cmake config.status: creating python/setup.py config.status: creating xml2-config config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-introspection, --disable-vala, --disable-vala-bindings, --disable-gtk-doc sed -e 's,@PREFIX@,/usr/local,' /usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/rebuild ===> Building for libxml2-2.13.5 gmake all-recursive gmake[1]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5' Making all in include gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/include' Making all in libxml gmake[3]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/include/libxml' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/include/libxml' Making all in private gmake[3]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/include/private' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/include/private' gmake[3]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/include' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/include' gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/include' Making all in . gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5' cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -O2 -pipe -MT xmllint-xmllint.o -MD -MP -MF .deps/xmllint-xmllint.Tpo -c -o xmllint-xmllint.o `test -f 'xmllint.c' || echo './'`xmllint.c mv -f .deps/xmllint-xmllint.Tpo .deps/xmllint-xmllint.Po /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-buf.lo -MD -MP -MF .deps/libxml2_la-buf.Tpo -c -o libxml2_la-buf.lo `test -f 'buf.c' || echo './'`buf.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-buf.lo -MD -MP -MF .deps/libxml2_la-buf.Tpo -c buf.c -fPIC -DPIC -o .libs/libxml2_la-buf.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-buf.lo -MD -MP -MF .deps/libxml2_la-buf.Tpo -c buf.c -o libxml2_la-buf.o mv -f .deps/libxml2_la-buf.Tpo .deps/libxml2_la-buf.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-chvalid.lo -MD -MP -MF .deps/libxml2_la-chvalid.Tpo -c -o libxml2_la-chvalid.lo `test -f 'chvalid.c' || echo './'`chvalid.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-chvalid.lo -MD -MP -MF .deps/libxml2_la-chvalid.Tpo -c chvalid.c -fPIC -DPIC -o .libs/libxml2_la-chvalid.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-chvalid.lo -MD -MP -MF .deps/libxml2_la-chvalid.Tpo -c chvalid.c -o libxml2_la-chvalid.o mv -f .deps/libxml2_la-chvalid.Tpo .deps/libxml2_la-chvalid.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-dict.lo -MD -MP -MF .deps/libxml2_la-dict.Tpo -c -o libxml2_la-dict.lo `test -f 'dict.c' || echo './'`dict.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-dict.lo -MD -MP -MF .deps/libxml2_la-dict.Tpo -c dict.c -fPIC -DPIC -o .libs/libxml2_la-dict.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-dict.lo -MD -MP -MF .deps/libxml2_la-dict.Tpo -c dict.c -o libxml2_la-dict.o mv -f .deps/libxml2_la-dict.Tpo .deps/libxml2_la-dict.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-entities.lo -MD -MP -MF .deps/libxml2_la-entities.Tpo -c -o libxml2_la-entities.lo `test -f 'entities.c' || echo './'`entities.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-entities.lo -MD -MP -MF .deps/libxml2_la-entities.Tpo -c entities.c -fPIC -DPIC -o .libs/libxml2_la-entities.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-entities.lo -MD -MP -MF .deps/libxml2_la-entities.Tpo -c entities.c -o libxml2_la-entities.o mv -f .deps/libxml2_la-entities.Tpo .deps/libxml2_la-entities.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-encoding.lo -MD -MP -MF .deps/libxml2_la-encoding.Tpo -c -o libxml2_la-encoding.lo `test -f 'encoding.c' || echo './'`encoding.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-encoding.lo -MD -MP -MF .deps/libxml2_la-encoding.Tpo -c encoding.c -fPIC -DPIC -o .libs/libxml2_la-encoding.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-encoding.lo -MD -MP -MF .deps/libxml2_la-encoding.Tpo -c encoding.c -o libxml2_la-encoding.o mv -f .deps/libxml2_la-encoding.Tpo .deps/libxml2_la-encoding.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-error.lo -MD -MP -MF .deps/libxml2_la-error.Tpo -c -o libxml2_la-error.lo `test -f 'error.c' || echo './'`error.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-error.lo -MD -MP -MF .deps/libxml2_la-error.Tpo -c error.c -fPIC -DPIC -o .libs/libxml2_la-error.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-error.lo -MD -MP -MF .deps/libxml2_la-error.Tpo -c error.c -o libxml2_la-error.o mv -f .deps/libxml2_la-error.Tpo .deps/libxml2_la-error.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-globals.lo -MD -MP -MF .deps/libxml2_la-globals.Tpo -c -o libxml2_la-globals.lo `test -f 'globals.c' || echo './'`globals.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-globals.lo -MD -MP -MF .deps/libxml2_la-globals.Tpo -c globals.c -fPIC -DPIC -o .libs/libxml2_la-globals.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-globals.lo -MD -MP -MF .deps/libxml2_la-globals.Tpo -c globals.c -o libxml2_la-globals.o mv -f .deps/libxml2_la-globals.Tpo .deps/libxml2_la-globals.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-hash.lo -MD -MP -MF .deps/libxml2_la-hash.Tpo -c -o libxml2_la-hash.lo `test -f 'hash.c' || echo './'`hash.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-hash.lo -MD -MP -MF .deps/libxml2_la-hash.Tpo -c hash.c -fPIC -DPIC -o .libs/libxml2_la-hash.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-hash.lo -MD -MP -MF .deps/libxml2_la-hash.Tpo -c hash.c -o libxml2_la-hash.o mv -f .deps/libxml2_la-hash.Tpo .deps/libxml2_la-hash.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-list.lo -MD -MP -MF .deps/libxml2_la-list.Tpo -c -o libxml2_la-list.lo `test -f 'list.c' || echo './'`list.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-list.lo -MD -MP -MF .deps/libxml2_la-list.Tpo -c list.c -fPIC -DPIC -o .libs/libxml2_la-list.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-list.lo -MD -MP -MF .deps/libxml2_la-list.Tpo -c list.c -o libxml2_la-list.o mv -f .deps/libxml2_la-list.Tpo .deps/libxml2_la-list.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-parser.lo -MD -MP -MF .deps/libxml2_la-parser.Tpo -c -o libxml2_la-parser.lo `test -f 'parser.c' || echo './'`parser.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-parser.lo -MD -MP -MF .deps/libxml2_la-parser.Tpo -c parser.c -fPIC -DPIC -o .libs/libxml2_la-parser.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-parser.lo -MD -MP -MF .deps/libxml2_la-parser.Tpo -c parser.c -o libxml2_la-parser.o mv -f .deps/libxml2_la-parser.Tpo .deps/libxml2_la-parser.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-parserInternals.lo -MD -MP -MF .deps/libxml2_la-parserInternals.Tpo -c -o libxml2_la-parserInternals.lo `test -f 'parserInternals.c' || echo './'`parserInternals.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-parserInternals.lo -MD -MP -MF .deps/libxml2_la-parserInternals.Tpo -c parserInternals.c -fPIC -DPIC -o .libs/libxml2_la-parserInternals.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-parserInternals.lo -MD -MP -MF .deps/libxml2_la-parserInternals.Tpo -c parserInternals.c -o libxml2_la-parserInternals.o mv -f .deps/libxml2_la-parserInternals.Tpo .deps/libxml2_la-parserInternals.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-SAX2.lo -MD -MP -MF .deps/libxml2_la-SAX2.Tpo -c -o libxml2_la-SAX2.lo `test -f 'SAX2.c' || echo './'`SAX2.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-SAX2.lo -MD -MP -MF .deps/libxml2_la-SAX2.Tpo -c SAX2.c -fPIC -DPIC -o .libs/libxml2_la-SAX2.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-SAX2.lo -MD -MP -MF .deps/libxml2_la-SAX2.Tpo -c SAX2.c -o libxml2_la-SAX2.o mv -f .deps/libxml2_la-SAX2.Tpo .deps/libxml2_la-SAX2.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-threads.lo -MD -MP -MF .deps/libxml2_la-threads.Tpo -c -o libxml2_la-threads.lo `test -f 'threads.c' || echo './'`threads.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-threads.lo -MD -MP -MF .deps/libxml2_la-threads.Tpo -c threads.c -fPIC -DPIC -o .libs/libxml2_la-threads.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-threads.lo -MD -MP -MF .deps/libxml2_la-threads.Tpo -c threads.c -o libxml2_la-threads.o mv -f .deps/libxml2_la-threads.Tpo .deps/libxml2_la-threads.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-tree.lo -MD -MP -MF .deps/libxml2_la-tree.Tpo -c -o libxml2_la-tree.lo `test -f 'tree.c' || echo './'`tree.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-tree.lo -MD -MP -MF .deps/libxml2_la-tree.Tpo -c tree.c -fPIC -DPIC -o .libs/libxml2_la-tree.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-tree.lo -MD -MP -MF .deps/libxml2_la-tree.Tpo -c tree.c -o libxml2_la-tree.o mv -f .deps/libxml2_la-tree.Tpo .deps/libxml2_la-tree.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-uri.lo -MD -MP -MF .deps/libxml2_la-uri.Tpo -c -o libxml2_la-uri.lo `test -f 'uri.c' || echo './'`uri.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-uri.lo -MD -MP -MF .deps/libxml2_la-uri.Tpo -c uri.c -fPIC -DPIC -o .libs/libxml2_la-uri.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-uri.lo -MD -MP -MF .deps/libxml2_la-uri.Tpo -c uri.c -o libxml2_la-uri.o mv -f .deps/libxml2_la-uri.Tpo .deps/libxml2_la-uri.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-valid.lo -MD -MP -MF .deps/libxml2_la-valid.Tpo -c -o libxml2_la-valid.lo `test -f 'valid.c' || echo './'`valid.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-valid.lo -MD -MP -MF .deps/libxml2_la-valid.Tpo -c valid.c -fPIC -DPIC -o .libs/libxml2_la-valid.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-valid.lo -MD -MP -MF .deps/libxml2_la-valid.Tpo -c valid.c -o libxml2_la-valid.o mv -f .deps/libxml2_la-valid.Tpo .deps/libxml2_la-valid.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlIO.lo -MD -MP -MF .deps/libxml2_la-xmlIO.Tpo -c -o libxml2_la-xmlIO.lo `test -f 'xmlIO.c' || echo './'`xmlIO.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlIO.lo -MD -MP -MF .deps/libxml2_la-xmlIO.Tpo -c xmlIO.c -fPIC -DPIC -o .libs/libxml2_la-xmlIO.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlIO.lo -MD -MP -MF .deps/libxml2_la-xmlIO.Tpo -c xmlIO.c -o libxml2_la-xmlIO.o mv -f .deps/libxml2_la-xmlIO.Tpo .deps/libxml2_la-xmlIO.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlmemory.lo -MD -MP -MF .deps/libxml2_la-xmlmemory.Tpo -c -o libxml2_la-xmlmemory.lo `test -f 'xmlmemory.c' || echo './'`xmlmemory.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlmemory.lo -MD -MP -MF .deps/libxml2_la-xmlmemory.Tpo -c xmlmemory.c -fPIC -DPIC -o .libs/libxml2_la-xmlmemory.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlmemory.lo -MD -MP -MF .deps/libxml2_la-xmlmemory.Tpo -c xmlmemory.c -o libxml2_la-xmlmemory.o mv -f .deps/libxml2_la-xmlmemory.Tpo .deps/libxml2_la-xmlmemory.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlstring.lo -MD -MP -MF .deps/libxml2_la-xmlstring.Tpo -c -o libxml2_la-xmlstring.lo `test -f 'xmlstring.c' || echo './'`xmlstring.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlstring.lo -MD -MP -MF .deps/libxml2_la-xmlstring.Tpo -c xmlstring.c -fPIC -DPIC -o .libs/libxml2_la-xmlstring.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlstring.lo -MD -MP -MF .deps/libxml2_la-xmlstring.Tpo -c xmlstring.c -o libxml2_la-xmlstring.o mv -f .deps/libxml2_la-xmlstring.Tpo .deps/libxml2_la-xmlstring.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-c14n.lo -MD -MP -MF .deps/libxml2_la-c14n.Tpo -c -o libxml2_la-c14n.lo `test -f 'c14n.c' || echo './'`c14n.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-c14n.lo -MD -MP -MF .deps/libxml2_la-c14n.Tpo -c c14n.c -fPIC -DPIC -o .libs/libxml2_la-c14n.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-c14n.lo -MD -MP -MF .deps/libxml2_la-c14n.Tpo -c c14n.c -o libxml2_la-c14n.o mv -f .deps/libxml2_la-c14n.Tpo .deps/libxml2_la-c14n.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-catalog.lo -MD -MP -MF .deps/libxml2_la-catalog.Tpo -c -o libxml2_la-catalog.lo `test -f 'catalog.c' || echo './'`catalog.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-catalog.lo -MD -MP -MF .deps/libxml2_la-catalog.Tpo -c catalog.c -fPIC -DPIC -o .libs/libxml2_la-catalog.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-catalog.lo -MD -MP -MF .deps/libxml2_la-catalog.Tpo -c catalog.c -o libxml2_la-catalog.o mv -f .deps/libxml2_la-catalog.Tpo .deps/libxml2_la-catalog.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-debugXML.lo -MD -MP -MF .deps/libxml2_la-debugXML.Tpo -c -o libxml2_la-debugXML.lo `test -f 'debugXML.c' || echo './'`debugXML.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-debugXML.lo -MD -MP -MF .deps/libxml2_la-debugXML.Tpo -c debugXML.c -fPIC -DPIC -o .libs/libxml2_la-debugXML.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-debugXML.lo -MD -MP -MF .deps/libxml2_la-debugXML.Tpo -c debugXML.c -o libxml2_la-debugXML.o mv -f .deps/libxml2_la-debugXML.Tpo .deps/libxml2_la-debugXML.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-HTMLparser.lo -MD -MP -MF .deps/libxml2_la-HTMLparser.Tpo -c -o libxml2_la-HTMLparser.lo `test -f 'HTMLparser.c' || echo './'`HTMLparser.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-HTMLparser.lo -MD -MP -MF .deps/libxml2_la-HTMLparser.Tpo -c HTMLparser.c -fPIC -DPIC -o .libs/libxml2_la-HTMLparser.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-HTMLparser.lo -MD -MP -MF .deps/libxml2_la-HTMLparser.Tpo -c HTMLparser.c -o libxml2_la-HTMLparser.o mv -f .deps/libxml2_la-HTMLparser.Tpo .deps/libxml2_la-HTMLparser.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-HTMLtree.lo -MD -MP -MF .deps/libxml2_la-HTMLtree.Tpo -c -o libxml2_la-HTMLtree.lo `test -f 'HTMLtree.c' || echo './'`HTMLtree.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-HTMLtree.lo -MD -MP -MF .deps/libxml2_la-HTMLtree.Tpo -c HTMLtree.c -fPIC -DPIC -o .libs/libxml2_la-HTMLtree.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-HTMLtree.lo -MD -MP -MF .deps/libxml2_la-HTMLtree.Tpo -c HTMLtree.c -o libxml2_la-HTMLtree.o mv -f .deps/libxml2_la-HTMLtree.Tpo .deps/libxml2_la-HTMLtree.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-nanohttp.lo -MD -MP -MF .deps/libxml2_la-nanohttp.Tpo -c -o libxml2_la-nanohttp.lo `test -f 'nanohttp.c' || echo './'`nanohttp.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-nanohttp.lo -MD -MP -MF .deps/libxml2_la-nanohttp.Tpo -c nanohttp.c -fPIC -DPIC -o .libs/libxml2_la-nanohttp.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-nanohttp.lo -MD -MP -MF .deps/libxml2_la-nanohttp.Tpo -c nanohttp.c -o libxml2_la-nanohttp.o mv -f .deps/libxml2_la-nanohttp.Tpo .deps/libxml2_la-nanohttp.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-legacy.lo -MD -MP -MF .deps/libxml2_la-legacy.Tpo -c -o libxml2_la-legacy.lo `test -f 'legacy.c' || echo './'`legacy.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-legacy.lo -MD -MP -MF .deps/libxml2_la-legacy.Tpo -c legacy.c -fPIC -DPIC -o .libs/libxml2_la-legacy.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-legacy.lo -MD -MP -MF .deps/libxml2_la-legacy.Tpo -c legacy.c -o libxml2_la-legacy.o mv -f .deps/libxml2_la-legacy.Tpo .deps/libxml2_la-legacy.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-SAX.lo -MD -MP -MF .deps/libxml2_la-SAX.Tpo -c -o libxml2_la-SAX.lo `test -f 'SAX.c' || echo './'`SAX.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-SAX.lo -MD -MP -MF .deps/libxml2_la-SAX.Tpo -c SAX.c -fPIC -DPIC -o .libs/libxml2_la-SAX.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-SAX.lo -MD -MP -MF .deps/libxml2_la-SAX.Tpo -c SAX.c -o libxml2_la-SAX.o mv -f .deps/libxml2_la-SAX.Tpo .deps/libxml2_la-SAX.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xzlib.lo -MD -MP -MF .deps/libxml2_la-xzlib.Tpo -c -o libxml2_la-xzlib.lo `test -f 'xzlib.c' || echo './'`xzlib.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xzlib.lo -MD -MP -MF .deps/libxml2_la-xzlib.Tpo -c xzlib.c -fPIC -DPIC -o .libs/libxml2_la-xzlib.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xzlib.lo -MD -MP -MF .deps/libxml2_la-xzlib.Tpo -c xzlib.c -o libxml2_la-xzlib.o mv -f .deps/libxml2_la-xzlib.Tpo .deps/libxml2_la-xzlib.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlmodule.lo -MD -MP -MF .deps/libxml2_la-xmlmodule.Tpo -c -o libxml2_la-xmlmodule.lo `test -f 'xmlmodule.c' || echo './'`xmlmodule.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlmodule.lo -MD -MP -MF .deps/libxml2_la-xmlmodule.Tpo -c xmlmodule.c -fPIC -DPIC -o .libs/libxml2_la-xmlmodule.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlmodule.lo -MD -MP -MF .deps/libxml2_la-xmlmodule.Tpo -c xmlmodule.c -o libxml2_la-xmlmodule.o mv -f .deps/libxml2_la-xmlmodule.Tpo .deps/libxml2_la-xmlmodule.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlsave.lo -MD -MP -MF .deps/libxml2_la-xmlsave.Tpo -c -o libxml2_la-xmlsave.lo `test -f 'xmlsave.c' || echo './'`xmlsave.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlsave.lo -MD -MP -MF .deps/libxml2_la-xmlsave.Tpo -c xmlsave.c -fPIC -DPIC -o .libs/libxml2_la-xmlsave.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlsave.lo -MD -MP -MF .deps/libxml2_la-xmlsave.Tpo -c xmlsave.c -o libxml2_la-xmlsave.o mv -f .deps/libxml2_la-xmlsave.Tpo .deps/libxml2_la-xmlsave.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-pattern.lo -MD -MP -MF .deps/libxml2_la-pattern.Tpo -c -o libxml2_la-pattern.lo `test -f 'pattern.c' || echo './'`pattern.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-pattern.lo -MD -MP -MF .deps/libxml2_la-pattern.Tpo -c pattern.c -fPIC -DPIC -o .libs/libxml2_la-pattern.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-pattern.lo -MD -MP -MF .deps/libxml2_la-pattern.Tpo -c pattern.c -o libxml2_la-pattern.o mv -f .deps/libxml2_la-pattern.Tpo .deps/libxml2_la-pattern.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlreader.lo -MD -MP -MF .deps/libxml2_la-xmlreader.Tpo -c -o libxml2_la-xmlreader.lo `test -f 'xmlreader.c' || echo './'`xmlreader.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlreader.lo -MD -MP -MF .deps/libxml2_la-xmlreader.Tpo -c xmlreader.c -fPIC -DPIC -o .libs/libxml2_la-xmlreader.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlreader.lo -MD -MP -MF .deps/libxml2_la-xmlreader.Tpo -c xmlreader.c -o libxml2_la-xmlreader.o mv -f .deps/libxml2_la-xmlreader.Tpo .deps/libxml2_la-xmlreader.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlregexp.lo -MD -MP -MF .deps/libxml2_la-xmlregexp.Tpo -c -o libxml2_la-xmlregexp.lo `test -f 'xmlregexp.c' || echo './'`xmlregexp.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlregexp.lo -MD -MP -MF .deps/libxml2_la-xmlregexp.Tpo -c xmlregexp.c -fPIC -DPIC -o .libs/libxml2_la-xmlregexp.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlregexp.lo -MD -MP -MF .deps/libxml2_la-xmlregexp.Tpo -c xmlregexp.c -o libxml2_la-xmlregexp.o mv -f .deps/libxml2_la-xmlregexp.Tpo .deps/libxml2_la-xmlregexp.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlunicode.lo -MD -MP -MF .deps/libxml2_la-xmlunicode.Tpo -c -o libxml2_la-xmlunicode.lo `test -f 'xmlunicode.c' || echo './'`xmlunicode.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlunicode.lo -MD -MP -MF .deps/libxml2_la-xmlunicode.Tpo -c xmlunicode.c -fPIC -DPIC -o .libs/libxml2_la-xmlunicode.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlunicode.lo -MD -MP -MF .deps/libxml2_la-xmlunicode.Tpo -c xmlunicode.c -o libxml2_la-xmlunicode.o mv -f .deps/libxml2_la-xmlunicode.Tpo .deps/libxml2_la-xmlunicode.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-relaxng.lo -MD -MP -MF .deps/libxml2_la-relaxng.Tpo -c -o libxml2_la-relaxng.lo `test -f 'relaxng.c' || echo './'`relaxng.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-relaxng.lo -MD -MP -MF .deps/libxml2_la-relaxng.Tpo -c relaxng.c -fPIC -DPIC -o .libs/libxml2_la-relaxng.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-relaxng.lo -MD -MP -MF .deps/libxml2_la-relaxng.Tpo -c relaxng.c -o libxml2_la-relaxng.o mv -f .deps/libxml2_la-relaxng.Tpo .deps/libxml2_la-relaxng.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlschemas.lo -MD -MP -MF .deps/libxml2_la-xmlschemas.Tpo -c -o libxml2_la-xmlschemas.lo `test -f 'xmlschemas.c' || echo './'`xmlschemas.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlschemas.lo -MD -MP -MF .deps/libxml2_la-xmlschemas.Tpo -c xmlschemas.c -fPIC -DPIC -o .libs/libxml2_la-xmlschemas.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlschemas.lo -MD -MP -MF .deps/libxml2_la-xmlschemas.Tpo -c xmlschemas.c -o libxml2_la-xmlschemas.o mv -f .deps/libxml2_la-xmlschemas.Tpo .deps/libxml2_la-xmlschemas.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlschemastypes.lo -MD -MP -MF .deps/libxml2_la-xmlschemastypes.Tpo -c -o libxml2_la-xmlschemastypes.lo `test -f 'xmlschemastypes.c' || echo './'`xmlschemastypes.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlschemastypes.lo -MD -MP -MF .deps/libxml2_la-xmlschemastypes.Tpo -c xmlschemastypes.c -fPIC -DPIC -o .libs/libxml2_la-xmlschemastypes.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlschemastypes.lo -MD -MP -MF .deps/libxml2_la-xmlschemastypes.Tpo -c xmlschemastypes.c -o libxml2_la-xmlschemastypes.o mv -f .deps/libxml2_la-xmlschemastypes.Tpo .deps/libxml2_la-xmlschemastypes.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-schematron.lo -MD -MP -MF .deps/libxml2_la-schematron.Tpo -c -o libxml2_la-schematron.lo `test -f 'schematron.c' || echo './'`schematron.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-schematron.lo -MD -MP -MF .deps/libxml2_la-schematron.Tpo -c schematron.c -fPIC -DPIC -o .libs/libxml2_la-schematron.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-schematron.lo -MD -MP -MF .deps/libxml2_la-schematron.Tpo -c schematron.c -o libxml2_la-schematron.o mv -f .deps/libxml2_la-schematron.Tpo .deps/libxml2_la-schematron.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlwriter.lo -MD -MP -MF .deps/libxml2_la-xmlwriter.Tpo -c -o libxml2_la-xmlwriter.lo `test -f 'xmlwriter.c' || echo './'`xmlwriter.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlwriter.lo -MD -MP -MF .deps/libxml2_la-xmlwriter.Tpo -c xmlwriter.c -fPIC -DPIC -o .libs/libxml2_la-xmlwriter.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xmlwriter.lo -MD -MP -MF .deps/libxml2_la-xmlwriter.Tpo -c xmlwriter.c -o libxml2_la-xmlwriter.o mv -f .deps/libxml2_la-xmlwriter.Tpo .deps/libxml2_la-xmlwriter.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xinclude.lo -MD -MP -MF .deps/libxml2_la-xinclude.Tpo -c -o libxml2_la-xinclude.lo `test -f 'xinclude.c' || echo './'`xinclude.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xinclude.lo -MD -MP -MF .deps/libxml2_la-xinclude.Tpo -c xinclude.c -fPIC -DPIC -o .libs/libxml2_la-xinclude.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xinclude.lo -MD -MP -MF .deps/libxml2_la-xinclude.Tpo -c xinclude.c -o libxml2_la-xinclude.o mv -f .deps/libxml2_la-xinclude.Tpo .deps/libxml2_la-xinclude.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xpath.lo -MD -MP -MF .deps/libxml2_la-xpath.Tpo -c -o libxml2_la-xpath.lo `test -f 'xpath.c' || echo './'`xpath.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xpath.lo -MD -MP -MF .deps/libxml2_la-xpath.Tpo -c xpath.c -fPIC -DPIC -o .libs/libxml2_la-xpath.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xpath.lo -MD -MP -MF .deps/libxml2_la-xpath.Tpo -c xpath.c -o libxml2_la-xpath.o mv -f .deps/libxml2_la-xpath.Tpo .deps/libxml2_la-xpath.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xlink.lo -MD -MP -MF .deps/libxml2_la-xlink.Tpo -c -o libxml2_la-xlink.lo `test -f 'xlink.c' || echo './'`xlink.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xlink.lo -MD -MP -MF .deps/libxml2_la-xlink.Tpo -c xlink.c -fPIC -DPIC -o .libs/libxml2_la-xlink.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xlink.lo -MD -MP -MF .deps/libxml2_la-xlink.Tpo -c xlink.c -o libxml2_la-xlink.o mv -f .deps/libxml2_la-xlink.Tpo .deps/libxml2_la-xlink.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xpointer.lo -MD -MP -MF .deps/libxml2_la-xpointer.Tpo -c -o libxml2_la-xpointer.lo `test -f 'xpointer.c' || echo './'`xpointer.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xpointer.lo -MD -MP -MF .deps/libxml2_la-xpointer.Tpo -c xpointer.c -fPIC -DPIC -o .libs/libxml2_la-xpointer.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -MT libxml2_la-xpointer.lo -MD -MP -MF .deps/libxml2_la-xpointer.Tpo -c xpointer.c -o libxml2_la-xpointer.o mv -f .deps/libxml2_la-xpointer.Tpo .deps/libxml2_la-xpointer.Plo /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -no-undefined -version-info 15:5:13 -Wl,--undefined-version -Wl,--version-script=./libxml2.syms -L/usr/local/lib -o libxml2.la -rpath /usr/local/lib libxml2_la-buf.lo libxml2_la-chvalid.lo libxml2_la-dict.lo libxml2_la-entities.lo libxml2_la-encoding.lo libxml2_la-error.lo libxml2_la-globals.lo libxml2_la-hash.lo libxml2_la-list.lo libxml2_la-parser.lo libxml2_la-parserInternals.lo libxml2_la-SAX2.lo libxml2_la-threads.lo libxml2_la-tree.lo libxml2_la-uri.lo libxml2_la-valid.lo libxml2_la-xmlIO.lo libxml2_la-xmlmemory.lo libxml2_la-xmlstring.lo libxml2_la-c14n.lo libxml2_la-catalog.lo libxml2_la-debugXML.lo libxml2_la-HTMLparser.lo libxml2_la-HTMLtree.lo libxml2_la-nanohttp.lo libxml2_la-legacy.lo libxml2_la-SAX.lo libxml2_la-xzlib.lo libxml2_la-xmlmodule.lo libxml2_la-xmlsave.lo libxml2_la-pattern.lo libxml2_la-xmlreader.lo libxml2_la-xmlregexp.lo libxml2_la-xmlunicode.lo libxml2_la-relaxng.lo libxml2_la-xmlschemas.lo libxml2_la-xmlschemastypes.lo libxml2_la-schematron.lo libxml2_la-xmlwriter.lo libxml2_la-xinclude.lo libxml2_la-xpath.lo libxml2_la-xlink.lo libxml2_la-xpointer.lo -lz -L/usr/local/lib -llzma -lpthread -L/usr/local/lib -liconv -lm libtool: link: cc -shared -fPIC -DPIC -o .libs/libxml2.so.21.0 -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -I/usr/local/include -O2 -pipe -Wl,--undefined-version -Wl,--version-script=./libxml2.syms .libs/libxml2_la-buf.o .libs/libxml2_la-chvalid.o .libs/libxml2_la-dict.o .libs/libxml2_la-entities.o .libs/libxml2_la-encoding.o .libs/libxml2_la-error.o .libs/libxml2_la-globals.o .libs/libxml2_la-hash.o .libs/libxml2_la-list.o .libs/libxml2_la-parser.o .libs/libxml2_la-parserInternals.o .libs/libxml2_la-SAX2.o .libs/libxml2_la-threads.o .libs/libxml2_la-tree.o .libs/libxml2_la-uri.o .libs/libxml2_la-valid.o .libs/libxml2_la-xmlIO.o .libs/libxml2_la-xmlmemory.o .libs/libxml2_la-xmlstring.o .libs/libxml2_la-c14n.o .libs/libxml2_la-catalog.o .libs/libxml2_la-debugXML.o .libs/libxml2_la-HTMLparser.o .libs/libxml2_la-HTMLtree.o .libs/libxml2_la-nanohttp.o .libs/libxml2_la-legacy.o .libs/libxml2_la-SAX.o .libs/libxml2_la-xzlib.o .libs/libxml2_la-xmlmodule.o .libs/libxml2_la-xmlsave.o .libs/libxml2_la-pattern.o .libs/libxml2_la-xmlreader.o .libs/libxml2_la-xmlregexp.o .libs/libxml2_la-xmlunicode.o .libs/libxml2_la-relaxng.o .libs/libxml2_la-xmlschemas.o .libs/libxml2_la-xmlschemastypes.o .libs/libxml2_la-schematron.o .libs/libxml2_la-xmlwriter.o .libs/libxml2_la-xinclude.o .libs/libxml2_la-xpath.o .libs/libxml2_la-xlink.o .libs/libxml2_la-xpointer.o -L.libs -lz -llzma -lpthread -liconv -lm -Wl,-soname,libxml2.so.21.0 libtool: link: ar cru .libs/libxml2.a libxml2_la-buf.o libxml2_la-chvalid.o libxml2_la-dict.o libxml2_la-entities.o libxml2_la-encoding.o libxml2_la-error.o libxml2_la-globals.o libxml2_la-hash.o libxml2_la-list.o libxml2_la-parser.o libxml2_la-parserInternals.o libxml2_la-SAX2.o libxml2_la-threads.o libxml2_la-tree.o libxml2_la-uri.o libxml2_la-valid.o libxml2_la-xmlIO.o libxml2_la-xmlmemory.o libxml2_la-xmlstring.o libxml2_la-c14n.o libxml2_la-catalog.o libxml2_la-debugXML.o libxml2_la-HTMLparser.o libxml2_la-HTMLtree.o libxml2_la-nanohttp.o libxml2_la-legacy.o libxml2_la-SAX.o libxml2_la-xzlib.o libxml2_la-xmlmodule.o libxml2_la-xmlsave.o libxml2_la-pattern.o libxml2_la-xmlreader.o libxml2_la-xmlregexp.o libxml2_la-xmlunicode.o libxml2_la-relaxng.o libxml2_la-xmlschemas.o libxml2_la-xmlschemastypes.o libxml2_la-schematron.o libxml2_la-xmlwriter.o libxml2_la-xinclude.o libxml2_la-xpath.o libxml2_la-xlink.o libxml2_la-xpointer.o libtool: link: ranlib .libs/libxml2.a /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -O2 -pipe -L/usr/local/lib -o xmllint xmllint-xmllint.o libxml2.la libtool: link: cc -o .libs/xmllint -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -O2 -pipe xmllint-xmllint.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -O2 -pipe -MT xmlcatalog-xmlcatalog.o -MD -MP -MF .deps/xmlcatalog-xmlcatalog.Tpo -c -o xmlcatalog-xmlcatalog.o `test -f 'xmlcatalog.c' || echo './'`xmlcatalog.c mv -f .deps/xmlcatalog-xmlcatalog.Tpo .deps/xmlcatalog-xmlcatalog.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -O2 -pipe -L/usr/local/lib -o xmlcatalog xmlcatalog-xmlcatalog.o libxml2.la libtool: link: cc -o .libs/xmlcatalog -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -I/usr/local/include -O2 -pipe xmlcatalog-xmlcatalog.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT testdso.lo -MD -MP -MF .deps/testdso.Tpo -c -o testdso.lo testdso.c cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT testdso.lo -MD -MP -MF .deps/testdso.Tpo -c testdso.c -fPIC -DPIC -o .libs/testdso.o cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR="/etc" -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT testdso.lo -MD -MP -MF .deps/testdso.Tpo -c testdso.c -o testdso.o mv -f .deps/testdso.Tpo .deps/testdso.Plo /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -module -no-undefined -avoid-version -rpath /usr/local/lib -L/usr/local/lib -o testdso.la testdso.lo libtool: link: cc -shared -fPIC -DPIC -o .libs/testdso.so -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe .libs/testdso.o -Wl,-soname,testdso.so libtool: link: ar cru .libs/testdso.a testdso.o libtool: link: ranlib .libs/testdso.a gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5' Making all in doc gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/doc' Making all in . gmake[3]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/doc' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/doc' Making all in devhelp gmake[3]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/doc/devhelp' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/doc/devhelp' gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/doc' Making all in example gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/example' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/example' Making all in xstc gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/xstc' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/xstc' Making all in python gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python' /usr/local/bin/python3.11 ./generator.py . Found 1644 functions in libxml2-api.xml Found 53 functions in libxml2-python-api.xml Generated 894 wrapper functions, 593 failed, 210 skipped gmake all-recursive gmake[3]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python' Making all in . gmake[4]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python' /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include/python3.11 -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT libxml.lo -MD -MP -MF .deps/libxml.Tpo -c -o libxml.lo libxml.c cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include/python3.11 -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT libxml.lo -MD -MP -MF .deps/libxml.Tpo -c libxml.c -fPIC -DPIC -o .libs/libxml.o cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include/python3.11 -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT libxml.lo -MD -MP -MF .deps/libxml.Tpo -c libxml.c -o libxml.o mv -f .deps/libxml.Tpo .deps/libxml.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include/python3.11 -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT types.lo -MD -MP -MF .deps/types.Tpo -c -o types.lo types.c cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include/python3.11 -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT types.lo -MD -MP -MF .deps/types.Tpo -c types.c -fPIC -DPIC -o .libs/types.o cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include/python3.11 -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT types.lo -MD -MP -MF .deps/types.Tpo -c types.c -o types.o mv -f .deps/types.Tpo .deps/types.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include/python3.11 -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT libxml2-py.lo -MD -MP -MF .deps/libxml2-py.Tpo -c -o libxml2-py.lo libxml2-py.c cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include/python3.11 -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT libxml2-py.lo -MD -MP -MF .deps/libxml2-py.Tpo -c libxml2-py.c -fPIC -DPIC -o .libs/libxml2-py.o cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include/python3.11 -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT libxml2-py.lo -MD -MP -MF .deps/libxml2-py.Tpo -c libxml2-py.c -o libxml2-py.o mv -f .deps/libxml2-py.Tpo .deps/libxml2-py.Plo /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -module -avoid-version -L/usr/local/lib -o libxml2mod.la -rpath /usr/local/lib/python3.11/site-packages libxml.lo types.lo libxml2-py.lo ../libxml2.la libtool: link: cc -shared -fPIC -DPIC -o .libs/libxml2mod.so -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe .libs/libxml.o .libs/types.o .libs/libxml2-py.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-soname,libxml2mod.so libtool: link: ar cru .libs/libxml2mod.a libxml.o types.o libxml2-py.o libtool: link: ranlib .libs/libxml2mod.a cat ./libxml.py `test -f libxml2class.py || echo ./`libxml2class.py > libxml2.py gmake[4]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python' Making all in tests gmake[4]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python/tests' gmake[4]: Nothing to be done for 'all'. gmake[4]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python/tests' gmake[3]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python' gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python' Making all in fuzz gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/fuzz' gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/fuzz' gmake[1]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5' ===> Regression tests for libxml2-2.13.5 Making check in include gmake[1]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/include' Making check in libxml gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/include/libxml' gmake[2]: Nothing to be done for 'check'. gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/include/libxml' Making check in private gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/include/private' gmake[2]: Nothing to be done for 'check'. gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/include/private' gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/include' gmake[2]: Nothing to be done for 'check-am'. gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/include' gmake[1]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/include' Making check in . gmake[1]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5' gmake runsuite runtest runxmlconf testModule testThreads testapi testchar testdict testlimits testparser testrecurse gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5' cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT runsuite.o -MD -MP -MF .deps/runsuite.Tpo -c -o runsuite.o runsuite.c mv -f .deps/runsuite.Tpo .deps/runsuite.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o runsuite runsuite.o libxml2.la libtool: link: cc -o .libs/runsuite -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe runsuite.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT runtest.o -MD -MP -MF .deps/runtest.Tpo -c -o runtest.o runtest.c mv -f .deps/runtest.Tpo .deps/runtest.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o runtest runtest.o -lpthread libxml2.la libtool: link: cc -o .libs/runtest -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe runtest.o -L.libs -lpthread -lxml2 -lz -llzma -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT runxmlconf.o -MD -MP -MF .deps/runxmlconf.Tpo -c -o runxmlconf.o runxmlconf.c mv -f .deps/runxmlconf.Tpo .deps/runxmlconf.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o runxmlconf runxmlconf.o libxml2.la libtool: link: cc -o .libs/runxmlconf -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe runxmlconf.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT testModule.o -MD -MP -MF .deps/testModule.Tpo -c -o testModule.o testModule.c mv -f .deps/testModule.Tpo .deps/testModule.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o testModule testModule.o libxml2.la libtool: link: cc -o .libs/testModule -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe testModule.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT testThreads.o -MD -MP -MF .deps/testThreads.Tpo -c -o testThreads.o testThreads.c mv -f .deps/testThreads.Tpo .deps/testThreads.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o testThreads testThreads.o -lpthread libxml2.la libtool: link: cc -o .libs/testThreads -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe testThreads.o -L.libs -lpthread -lxml2 -lz -llzma -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT testapi.o -MD -MP -MF .deps/testapi.Tpo -c -o testapi.o testapi.c mv -f .deps/testapi.Tpo .deps/testapi.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o testapi testapi.o libxml2.la libtool: link: cc -o .libs/testapi -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe testapi.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT testchar.o -MD -MP -MF .deps/testchar.Tpo -c -o testchar.o testchar.c mv -f .deps/testchar.Tpo .deps/testchar.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o testchar testchar.o libxml2.la libtool: link: cc -o .libs/testchar -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe testchar.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT testdict.o -MD -MP -MF .deps/testdict.Tpo -c -o testdict.o testdict.c mv -f .deps/testdict.Tpo .deps/testdict.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o testdict testdict.o libxml2.la libtool: link: cc -o .libs/testdict -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe testdict.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT testlimits.o -MD -MP -MF .deps/testlimits.Tpo -c -o testlimits.o testlimits.c mv -f .deps/testlimits.Tpo .deps/testlimits.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o testlimits testlimits.o libxml2.la libtool: link: cc -o .libs/testlimits -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe testlimits.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT testparser.o -MD -MP -MF .deps/testparser.Tpo -c -o testparser.o testparser.c mv -f .deps/testparser.Tpo .deps/testparser.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o testparser testparser.o libxml2.la libtool: link: cc -o .libs/testparser -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe testparser.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I./include -I./include -DSYSCONFDIR='"/etc"' -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT testrecurse.o -MD -MP -MF .deps/testrecurse.Tpo -c -o testrecurse.o testrecurse.c mv -f .deps/testrecurse.Tpo .deps/testrecurse.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o testrecurse testrecurse.o libxml2.la libtool: link: cc -o .libs/testrecurse -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe testrecurse.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5' gmake check-local gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5' [ -d test ] || ln -s ./test . [ -d result ] || ln -s ./result . ./runtest ## XML regression tests ## XML regression tests on memory ## XML entity subst regression tests ## XML Namespaces regression tests ## Error cases regression tests ## Error cases regression tests from file descriptor ## Error cases regression tests with entity substitution ## Error cases regression tests (old 1.0) ## Error cases stream regression tests ## Reader regression tests ## Reader entities substitution regression tests ## Reader on memory regression tests ## Walker regression tests ## SAX1 callbacks regression tests ## SAX2 callbacks regression tests ## SAX2 callbacks regression tests with entity substitution ## XML push regression tests ## XML push boundary tests ## HTML regression tests ## HTML regression tests from file descriptor ## Push HTML regression tests ## Push HTML boundary tests ## HTML SAX regression tests ## Valid documents regression tests ## Validity checking regression tests ## Streaming validity checking regression tests ## Streaming validity error checking regression tests ## General documents valid regression tests ## XInclude regression tests ## XInclude xmlReader regression tests ## XInclude regression tests stripping include nodes ## XInclude xmlReader regression tests stripping include nodes ## XInclude regression tests without reader ## XPath expressions regression tests ## XPath document queries regression tests ## XPointer document queries regression tests ## xml:id regression tests ## URI parsing tests ## URI base composition tests ## Path URI conversion tests ## Schemas regression tests ## Relax-NG regression tests ## Relax-NG streaming regression tests ## Pattern regression tests ## C14N with comments regression tests ## C14N without comments regression tests ## C14N exclusive without comments regression tests ## C14N 1.1 without comments regression tests ## Catalog and Threads regression tests ## SVG parsing regression tests ## Regexp regression tests ## Automata regression tests Total 3826 tests, no errors ./testrecurse ## Parsing recursive test cases ## Parsing recursive test cases (no substitution) ## Parsing recursive test cases (SAX) ## Parsing recursive test cases (SAX, no substitution) ## Parsing non-recursive test cases ## Parsing non-recursive test cases (SAX) ## Parsing non-recursive huge case ## Parsing non-recursive huge case (no substitution) ## Parsing non-recursive huge case (SAX) ## Parsing non-recursive huge case (SAX, no substitution) ## Parsing non-recursive huge DTD case Total 49 tests, no errors ./testapi Testing HTMLparser : 36 of 42 functions ... Testing HTMLtree : 18 of 18 functions ... Testing SAX2 : 36 of 36 functions ... Testing c14n : 3 of 4 functions ... Testing catalog : 27 of 36 functions ... Testing chvalid : 9 of 9 functions ... Testing debugXML : 25 of 28 functions ... Testing dict : 10 of 13 functions ... Testing encoding : 16 of 21 functions ... Testing entities : 12 of 19 functions ... Testing hash : 20 of 29 functions ... Testing list : 19 of 26 functions ... Testing nanohttp : 13 of 17 functions ... Testing parser : 71 of 85 functions ... Testing parserInternals : 32 of 89 functions ... Testing pattern : 11 of 16 functions ... Testing relaxng : 14 of 24 functions ... Testing schemasInternals : 0 of 2 functions ... Testing schematron : 1 of 10 functions ... Testing tree : 146 of 173 functions ... Testing uri : 13 of 18 functions ... Testing valid : 51 of 71 functions ... Testing xinclude : 9 of 12 functions ... Testing xmlIO : 41 of 55 functions ... Testing xmlautomata : 3 of 19 functions ... Testing xmlerror : 7 of 18 functions ... Testing xmlmodule : 2 of 4 functions ... Testing xmlreader : 76 of 88 functions ... Testing xmlregexp : 16 of 30 functions ... Testing xmlsave : 8 of 14 functions ... Testing xmlschemas : 16 of 27 functions ... Testing xmlschemastypes : 26 of 34 functions ... Testing xmlstring : 26 of 30 functions ... Testing xmlunicode : 166 of 166 functions ... Testing xmlwriter : 53 of 81 functions ... Testing xpath : 32 of 41 functions ... Testing xpathInternals : 106 of 117 functions ... Testing xpointer : 13 of 21 functions ... Total: 1158 functions, 324154 tests, 0 errors ./testchar testing char range: 1 2 3 4 done testing 1 byte char in document: 1 2 3 4 done testing 2 byte char in document: 1 2 3 4 done ./testdict ./testparser ./testModule Success! ./testThreads ./runxmlconf xmlconf/xmlconf.xml is missing you need to fetch and extract the latest XML Conformance Test Suites http://www.w3.org/XML/Test/xmlts20080827.tar.gz see http://www.w3.org/XML/Test/ for information Ran 0 tests, no errors Total 0 tests, no errors ./runsuite Failed to parse xstc/Tests/Metadata/NISTXMLSchemaDatatypes.testSet Failed to parse xstc/Tests/Metadata/SunXMLSchema1-0-20020116.testSet Failed to parse xstc/Tests/Metadata/MSXMLSchema1-0-20020116.testSet ## XML Schemas datatypes test suite from James Clark Ran 1035 tests, 3 errors, 0 leaks 3 errors were expected ## Relax NG test suite from James Clark Ran 253 tests, no errors ## Relax NG test suite for libxml2 Ran 183 tests, no errors Ran 0 tests (0 schemata), no errors Ran 0 tests (0 schemata), no errors Ran 0 tests (0 schemata), no errors Total 1471 tests, no errors gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5' gmake[1]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5' Making check in doc gmake[1]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/doc' Making check in . gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/doc' gmake[2]: Nothing to be done for 'check-am'. gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/doc' Making check in devhelp gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/doc/devhelp' gmake[2]: Nothing to be done for 'check'. gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/doc/devhelp' gmake[1]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/doc' Making check in example gmake[1]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/example' gmake gjobread io1 io2 parse1 parse2 parse3 parse4 reader1 reader2 reader3 reader4 testWriter tree1 tree2 xpath1 xpath2 gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/example' cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT gjobread.o -MD -MP -MF .deps/gjobread.Tpo -c -o gjobread.o gjobread.c mv -f .deps/gjobread.Tpo .deps/gjobread.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o gjobread gjobread.o ../libxml2.la libtool: link: cc -o .libs/gjobread -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe gjobread.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT io1.o -MD -MP -MF .deps/io1.Tpo -c -o io1.o io1.c mv -f .deps/io1.Tpo .deps/io1.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o io1 io1.o ../libxml2.la libtool: link: cc -o .libs/io1 -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe io1.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT io2.o -MD -MP -MF .deps/io2.Tpo -c -o io2.o io2.c mv -f .deps/io2.Tpo .deps/io2.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o io2 io2.o ../libxml2.la libtool: link: cc -o .libs/io2 -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe io2.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT parse1.o -MD -MP -MF .deps/parse1.Tpo -c -o parse1.o parse1.c mv -f .deps/parse1.Tpo .deps/parse1.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o parse1 parse1.o ../libxml2.la libtool: link: cc -o .libs/parse1 -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe parse1.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT parse2.o -MD -MP -MF .deps/parse2.Tpo -c -o parse2.o parse2.c mv -f .deps/parse2.Tpo .deps/parse2.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o parse2 parse2.o ../libxml2.la libtool: link: cc -o .libs/parse2 -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe parse2.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT parse3.o -MD -MP -MF .deps/parse3.Tpo -c -o parse3.o parse3.c mv -f .deps/parse3.Tpo .deps/parse3.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o parse3 parse3.o ../libxml2.la libtool: link: cc -o .libs/parse3 -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe parse3.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT parse4.o -MD -MP -MF .deps/parse4.Tpo -c -o parse4.o parse4.c mv -f .deps/parse4.Tpo .deps/parse4.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o parse4 parse4.o ../libxml2.la libtool: link: cc -o .libs/parse4 -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe parse4.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT reader1.o -MD -MP -MF .deps/reader1.Tpo -c -o reader1.o reader1.c mv -f .deps/reader1.Tpo .deps/reader1.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o reader1 reader1.o ../libxml2.la libtool: link: cc -o .libs/reader1 -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe reader1.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT reader2.o -MD -MP -MF .deps/reader2.Tpo -c -o reader2.o reader2.c mv -f .deps/reader2.Tpo .deps/reader2.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o reader2 reader2.o ../libxml2.la libtool: link: cc -o .libs/reader2 -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe reader2.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT reader3.o -MD -MP -MF .deps/reader3.Tpo -c -o reader3.o reader3.c mv -f .deps/reader3.Tpo .deps/reader3.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o reader3 reader3.o ../libxml2.la libtool: link: cc -o .libs/reader3 -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe reader3.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT reader4.o -MD -MP -MF .deps/reader4.Tpo -c -o reader4.o reader4.c mv -f .deps/reader4.Tpo .deps/reader4.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o reader4 reader4.o ../libxml2.la libtool: link: cc -o .libs/reader4 -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe reader4.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT testWriter.o -MD -MP -MF .deps/testWriter.Tpo -c -o testWriter.o testWriter.c mv -f .deps/testWriter.Tpo .deps/testWriter.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o testWriter testWriter.o ../libxml2.la libtool: link: cc -o .libs/testWriter -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe testWriter.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT tree1.o -MD -MP -MF .deps/tree1.Tpo -c -o tree1.o tree1.c mv -f .deps/tree1.Tpo .deps/tree1.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o tree1 tree1.o ../libxml2.la libtool: link: cc -o .libs/tree1 -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe tree1.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT tree2.o -MD -MP -MF .deps/tree2.Tpo -c -o tree2.o tree2.c mv -f .deps/tree2.Tpo .deps/tree2.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o tree2 tree2.o ../libxml2.la libtool: link: cc -o .libs/tree2 -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe tree2.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT xpath1.o -MD -MP -MF .deps/xpath1.Tpo -c -o xpath1.o xpath1.c mv -f .deps/xpath1.Tpo .deps/xpath1.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o xpath1 xpath1.o ../libxml2.la libtool: link: cc -o .libs/xpath1 -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe xpath1.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT xpath2.o -MD -MP -MF .deps/xpath2.Tpo -c -o xpath2.o xpath2.c mv -f .deps/xpath2.Tpo .deps/xpath2.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o xpath2 xpath2.o ../libxml2.la libtool: link: cc -o .libs/xpath2 -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe xpath2.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/example' gmake[1]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/example' Making check in xstc gmake[1]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/xstc' gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/xstc' Making check in python gmake[1]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python' gmake check-recursive gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python' Making check in . gmake[3]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python' gmake[3]: Nothing to be done for 'check-am'. gmake[3]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python' Making check in tests gmake[3]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python/tests' gmake check-local gmake[4]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python/tests' ## running Python regression tests gmake[4]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python/tests' gmake[3]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python/tests' gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python' gmake[1]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/python' Making check in fuzz gmake[1]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/fuzz' gmake testFuzzer gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/fuzz' cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT testFuzzer.o -MD -MP -MF .deps/testFuzzer.Tpo -c -o testFuzzer.o testFuzzer.c mv -f .deps/testFuzzer.Tpo .deps/testFuzzer.Po cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT fuzz.o -MD -MP -MF .deps/fuzz.Tpo -c -o fuzz.o fuzz.c mv -f .deps/fuzz.Tpo .deps/fuzz.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o testFuzzer testFuzzer.o fuzz.o ../libxml2.la libtool: link: cc -o .libs/testFuzzer -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe testFuzzer.o fuzz.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/fuzz' gmake check-local gmake[2]: Entering directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/fuzz' cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -I/usr/local/include -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -MT genSeed.o -MD -MP -MF .deps/genSeed.Tpo -c -o genSeed.o genSeed.c mv -f .deps/genSeed.Tpo .deps/genSeed.Po /usr/bin/libtool --tag=CC --mode=link cc -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe -L/usr/local/lib -o genSeed genSeed.o fuzz.o ../libxml2.la libtool: link: cc -o .libs/genSeed -pthread -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wno-format-extra-args -O2 -pipe genSeed.o fuzz.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-rpath-link,/usr/local/lib ./genSeed html '../test/HTML/*' ./genSeed lint '../test/*' '../test/errors/*.xml' '../test/errors10/*.xml' '../test/namespaces/*' '../test/recurse/*.xml' '../test/SVG/*.xml' '../test/valid/*.xml' '../test/VC/*' '../test/VCM/*' '../test/XInclude/docs/*' '../test/XInclude/without-reader/*' '../test/xmlid/*' ./genSeed reader '../test/*' '../test/errors/*.xml' '../test/errors10/*.xml' '../test/namespaces/*' '../test/recurse/*.xml' '../test/SVG/*.xml' '../test/valid/*.xml' '../test/VC/*' '../test/VCM/*' '../test/XInclude/docs/*' '../test/XInclude/without-reader/*' '../test/xmlid/*' cp -r ./static_seed/regexp seed ./genSeed schema '../test/schemas/*.xsd' cp -r ./static_seed/uri seed ./genSeed valid '../test/*' '../test/errors/*.xml' '../test/errors10/*.xml' '../test/namespaces/*' '../test/recurse/*.xml' '../test/SVG/*.xml' '../test/valid/*.xml' '../test/VC/*' '../test/VCM/*' '../test/XInclude/docs/*' '../test/XInclude/without-reader/*' '../test/xmlid/*' ./genSeed xinclude '../test/*' '../test/errors/*.xml' '../test/errors10/*.xml' '../test/namespaces/*' '../test/recurse/*.xml' '../test/SVG/*.xml' '../test/valid/*.xml' '../test/VC/*' '../test/VCM/*' '../test/XInclude/docs/*' '../test/XInclude/without-reader/*' '../test/xmlid/*' ./genSeed xml '../test/*' '../test/errors/*.xml' '../test/errors10/*.xml' '../test/namespaces/*' '../test/recurse/*.xml' '../test/SVG/*.xml' '../test/valid/*.xml' '../test/VC/*' '../test/VCM/*' '../test/XInclude/docs/*' '../test/XInclude/without-reader/*' '../test/xmlid/*' ./genSeed xpath '../test/XPath' ./testFuzzer Successfully tested 2162 inputs gmake[2]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/fuzz' gmake[1]: Leaving directory '/usr/ports/pobj/libxml2-2.13.5/libxml2-2.13.5/fuzz' PASS textproc/libxml Duration 5m36.22s START textproc/libxslt 2024-11-22T09:32:48Z export _LOCKS_HELD="" ===> Cleaning for libxslt-1.1.42p0 ===> Checking files for libxslt-1.1.42p0 `/usr/ports/distfiles/libxslt-1.1.42.tar.xz' is up to date. ===> Building from scratch libxslt-1.1.42p0 ===> libxslt-1.1.42p0 depends on: intltool->=0.41.1p0 -> intltool-0.51.0p2 ===> libxslt-1.1.42p0 depends on: gmake-* -> gmake-4.4.1 ===> libxslt-1.1.42p0 depends on: xz->=5.4.0 -> xz-5.6.3 ===> libxslt-1.1.42p0 depends on: libxml-* -> libxml-2.13.5 ===> libxslt-1.1.42p0 depends on: libgcrypt-* -> libgcrypt-1.11.0p0 ===> Verifying specs: c gcrypt gpg-error iconv intl lzma m pthread xml2 z ===> found c.100.3 gcrypt.21.2 gpg-error.3.29 iconv.7.1 intl.8.0 lzma.2.3 m.10.1 pthread.27.1 xml2.21.0 z.7.1 ===> Checking files for libxslt-1.1.42p0 `/usr/ports/distfiles/libxslt-1.1.42.tar.xz' is up to date. >> (SHA256) all files: OK ===> Extracting for libxslt-1.1.42p0 ===> Patching for libxslt-1.1.42p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for libxslt-1.1.42p0 ===> Configuring for libxslt-1.1.42p0 Using /usr/ports/pobj/libxslt-1.1.42/config.site (generated) configure: WARNING: unrecognized options: --disable-introspection, --disable-vala, --disable-vala-bindings, --disable-gtk-doc configure: loading site script /usr/ports/pobj/libxslt-1.1.42/config.site checking build system type... i386-unknown-openbsd7.6 checking host system type... i386-unknown-openbsd7.6 checking for gcc... cc checking whether the C compiler works... yes checking for 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... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for a BSD-compatible install... /usr/ports/pobj/libxslt-1.1.42/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports the include directive... yes (GNU style) checking whether gmake supports nested variables... yes checking dependency style of cc... gcc3 checking whether to enable maintainer-specific portions of Makefiles... no checking whether gmake supports nested variables... (cached) yes checking for gcc... (cached) cc checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking how to run the C preprocessor... cc -E checking for xmllint... /usr/local/bin/xmllint checking for xsltproc... /usr/local/bin/xsltproc checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking how to convert i386-unknown-openbsd7.6 file names to i386-unknown-openbsd7.6 format... func_convert_file_noop checking how to convert i386-unknown-openbsd7.6 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.6 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for cos in -lm... (cached) yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for unistd.h... (cached) yes checking how to pass version script to the linker (/usr/bin/ld)... checking whether the linker accepts -Wl,--undefined-version... yes -Wl,--undefined-version -Wl,--version-script= checking for pthread.h... (cached) yes checking for pthread_join in -lpthread... yes checking for locale.h... (cached) yes checking for xlocale.h... no checking for strxfrm_l... yes checking for sys/timeb.h... no checking for sys/stat.h... (cached) yes checking for sys/select.h... (cached) yes checking for stat... (cached) yes checking for _stat... no checking for gettimeofday... (cached) yes checking for localtime_r... (cached) yes checking for gmtime_r... (cached) yes checking for ftime... no checking for snprintf... (cached) yes checking for vsnprintf... (cached) yes checking for clock_gettime... (cached) yes checking for perl... (cached) /usr/bin/perl checking for libgcrypt-config... /usr/local/bin/libgcrypt-config Crypto extensions will be available. Enabling debugger Enabling profiler checking for xml2-config... /usr/local/bin/xml2-config checking for LIBXML... yes checking whether shared libraries will be built (required for plugins)... yes checking libxml2 module support... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libxslt.pc config.status: creating libexslt.pc config.status: creating libxslt-config.cmake config.status: creating libxslt/Makefile config.status: creating libxslt/xsltconfig.h config.status: creating libexslt/Makefile config.status: creating libexslt/exsltconfig.h config.status: creating xsltproc/Makefile config.status: creating python/Makefile config.status: creating python/setup.py config.status: creating python/tests/Makefile config.status: creating tests/Makefile config.status: creating tests/xmlspec/Makefile config.status: creating tests/multiple/Makefile config.status: creating tests/xinclude/Makefile config.status: creating tests/XSLTMark/Makefile config.status: creating tests/docbook/Makefile config.status: creating tests/fuzz/Makefile config.status: creating doc/Makefile config.status: creating doc/devhelp/Makefile config.status: creating doc/EXSLT/devhelp/Makefile config.status: creating xslt-config config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-introspection, --disable-vala, --disable-vala-bindings, --disable-gtk-doc ===> Building for libxslt-1.1.42p0 gmake all-recursive gmake[1]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42' Making all in libxslt gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/libxslt' /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT attrvt.lo -MD -MP -MF .deps/attrvt.Tpo -c -o attrvt.lo attrvt.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT attrvt.lo -MD -MP -MF .deps/attrvt.Tpo -c attrvt.c -fPIC -DPIC -o .libs/attrvt.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT attrvt.lo -MD -MP -MF .deps/attrvt.Tpo -c attrvt.c -o attrvt.o mv -f .deps/attrvt.Tpo .deps/attrvt.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT xslt.lo -MD -MP -MF .deps/xslt.Tpo -c -o xslt.lo xslt.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT xslt.lo -MD -MP -MF .deps/xslt.Tpo -c xslt.c -fPIC -DPIC -o .libs/xslt.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT xslt.lo -MD -MP -MF .deps/xslt.Tpo -c xslt.c -o xslt.o mv -f .deps/xslt.Tpo .deps/xslt.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT xsltlocale.lo -MD -MP -MF .deps/xsltlocale.Tpo -c -o xsltlocale.lo xsltlocale.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT xsltlocale.lo -MD -MP -MF .deps/xsltlocale.Tpo -c xsltlocale.c -fPIC -DPIC -o .libs/xsltlocale.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT xsltlocale.lo -MD -MP -MF .deps/xsltlocale.Tpo -c xsltlocale.c -o xsltlocale.o mv -f .deps/xsltlocale.Tpo .deps/xsltlocale.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT xsltutils.lo -MD -MP -MF .deps/xsltutils.Tpo -c -o xsltutils.lo xsltutils.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT xsltutils.lo -MD -MP -MF .deps/xsltutils.Tpo -c xsltutils.c -fPIC -DPIC -o .libs/xsltutils.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT xsltutils.lo -MD -MP -MF .deps/xsltutils.Tpo -c xsltutils.c -o xsltutils.o mv -f .deps/xsltutils.Tpo .deps/xsltutils.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT pattern.lo -MD -MP -MF .deps/pattern.Tpo -c -o pattern.lo pattern.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT pattern.lo -MD -MP -MF .deps/pattern.Tpo -c pattern.c -fPIC -DPIC -o .libs/pattern.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT pattern.lo -MD -MP -MF .deps/pattern.Tpo -c pattern.c -o pattern.o mv -f .deps/pattern.Tpo .deps/pattern.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT templates.lo -MD -MP -MF .deps/templates.Tpo -c -o templates.lo templates.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT templates.lo -MD -MP -MF .deps/templates.Tpo -c templates.c -fPIC -DPIC -o .libs/templates.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT templates.lo -MD -MP -MF .deps/templates.Tpo -c templates.c -o templates.o mv -f .deps/templates.Tpo .deps/templates.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT variables.lo -MD -MP -MF .deps/variables.Tpo -c -o variables.lo variables.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT variables.lo -MD -MP -MF .deps/variables.Tpo -c variables.c -fPIC -DPIC -o .libs/variables.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT variables.lo -MD -MP -MF .deps/variables.Tpo -c variables.c -o variables.o mv -f .deps/variables.Tpo .deps/variables.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT keys.lo -MD -MP -MF .deps/keys.Tpo -c -o keys.lo keys.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT keys.lo -MD -MP -MF .deps/keys.Tpo -c keys.c -fPIC -DPIC -o .libs/keys.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT keys.lo -MD -MP -MF .deps/keys.Tpo -c keys.c -o keys.o mv -f .deps/keys.Tpo .deps/keys.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT numbers.lo -MD -MP -MF .deps/numbers.Tpo -c -o numbers.lo numbers.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT numbers.lo -MD -MP -MF .deps/numbers.Tpo -c numbers.c -fPIC -DPIC -o .libs/numbers.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT numbers.lo -MD -MP -MF .deps/numbers.Tpo -c numbers.c -o numbers.o mv -f .deps/numbers.Tpo .deps/numbers.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT extensions.lo -MD -MP -MF .deps/extensions.Tpo -c -o extensions.lo extensions.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT extensions.lo -MD -MP -MF .deps/extensions.Tpo -c extensions.c -fPIC -DPIC -o .libs/extensions.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT extensions.lo -MD -MP -MF .deps/extensions.Tpo -c extensions.c -o extensions.o mv -f .deps/extensions.Tpo .deps/extensions.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT extra.lo -MD -MP -MF .deps/extra.Tpo -c -o extra.lo extra.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT extra.lo -MD -MP -MF .deps/extra.Tpo -c extra.c -fPIC -DPIC -o .libs/extra.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT extra.lo -MD -MP -MF .deps/extra.Tpo -c extra.c -o extra.o mv -f .deps/extra.Tpo .deps/extra.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c -o functions.lo functions.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c functions.c -fPIC -DPIC -o .libs/functions.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c functions.c -o functions.o mv -f .deps/functions.Tpo .deps/functions.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT namespaces.lo -MD -MP -MF .deps/namespaces.Tpo -c -o namespaces.lo namespaces.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT namespaces.lo -MD -MP -MF .deps/namespaces.Tpo -c namespaces.c -fPIC -DPIC -o .libs/namespaces.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT namespaces.lo -MD -MP -MF .deps/namespaces.Tpo -c namespaces.c -o namespaces.o mv -f .deps/namespaces.Tpo .deps/namespaces.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT imports.lo -MD -MP -MF .deps/imports.Tpo -c -o imports.lo imports.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT imports.lo -MD -MP -MF .deps/imports.Tpo -c imports.c -fPIC -DPIC -o .libs/imports.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT imports.lo -MD -MP -MF .deps/imports.Tpo -c imports.c -o imports.o mv -f .deps/imports.Tpo .deps/imports.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT attributes.lo -MD -MP -MF .deps/attributes.Tpo -c -o attributes.lo attributes.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT attributes.lo -MD -MP -MF .deps/attributes.Tpo -c attributes.c -fPIC -DPIC -o .libs/attributes.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT attributes.lo -MD -MP -MF .deps/attributes.Tpo -c attributes.c -o attributes.o mv -f .deps/attributes.Tpo .deps/attributes.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT documents.lo -MD -MP -MF .deps/documents.Tpo -c -o documents.lo documents.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT documents.lo -MD -MP -MF .deps/documents.Tpo -c documents.c -fPIC -DPIC -o .libs/documents.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT documents.lo -MD -MP -MF .deps/documents.Tpo -c documents.c -o documents.o mv -f .deps/documents.Tpo .deps/documents.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT preproc.lo -MD -MP -MF .deps/preproc.Tpo -c -o preproc.lo preproc.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT preproc.lo -MD -MP -MF .deps/preproc.Tpo -c preproc.c -fPIC -DPIC -o .libs/preproc.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT preproc.lo -MD -MP -MF .deps/preproc.Tpo -c preproc.c -o preproc.o mv -f .deps/preproc.Tpo .deps/preproc.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT transform.lo -MD -MP -MF .deps/transform.Tpo -c -o transform.lo transform.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT transform.lo -MD -MP -MF .deps/transform.Tpo -c transform.c -fPIC -DPIC -o .libs/transform.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT transform.lo -MD -MP -MF .deps/transform.Tpo -c transform.c -o transform.o mv -f .deps/transform.Tpo .deps/transform.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT security.lo -MD -MP -MF .deps/security.Tpo -c -o security.lo security.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT security.lo -MD -MP -MF .deps/security.Tpo -c security.c -fPIC -DPIC -o .libs/security.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT security.lo -MD -MP -MF .deps/security.Tpo -c security.c -o security.o mv -f .deps/security.Tpo .deps/security.Plo /usr/bin/libtool --tag=CC --mode=link cc -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -no-undefined -Wl,--undefined-version -Wl,--version-script=./libxslt.syms -version-info 2:42:1 -L/usr/local/lib -o libxslt.la -rpath /usr/local/lib attrvt.lo xslt.lo xsltlocale.lo xsltutils.lo pattern.lo templates.lo variables.lo keys.lo numbers.lo extensions.lo extra.lo functions.lo namespaces.lo imports.lo attributes.lo documents.lo preproc.lo transform.lo security.lo -L/usr/local/lib -lxml2 -lm libtool: link: cc -shared -fPIC -DPIC -o .libs/libxslt.so.4.1 -pthread -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -Wl,--undefined-version -Wl,--version-script=./libxslt.syms .libs/attrvt.o .libs/xslt.o .libs/xsltlocale.o .libs/xsltutils.o .libs/pattern.o .libs/templates.o .libs/variables.o .libs/keys.o .libs/numbers.o .libs/extensions.o .libs/extra.o .libs/functions.o .libs/namespaces.o .libs/imports.o .libs/attributes.o .libs/documents.o .libs/preproc.o .libs/transform.o .libs/security.o -L.libs -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-soname,libxslt.so.4.1 libtool: link: ar cru .libs/libxslt.a attrvt.o xslt.o xsltlocale.o xsltutils.o pattern.o templates.o variables.o keys.o numbers.o extensions.o extra.o functions.o namespaces.o imports.o attributes.o documents.o preproc.o transform.o security.o libtool: link: ranlib .libs/libxslt.a gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/libxslt' Making all in libexslt gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/libexslt' /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-exslt.lo -MD -MP -MF .deps/libexslt_la-exslt.Tpo -c -o libexslt_la-exslt.lo `test -f 'exslt.c' || echo './'`exslt.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-exslt.lo -MD -MP -MF .deps/libexslt_la-exslt.Tpo -c exslt.c -fPIC -DPIC -o .libs/libexslt_la-exslt.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-exslt.lo -MD -MP -MF .deps/libexslt_la-exslt.Tpo -c exslt.c -o libexslt_la-exslt.o mv -f .deps/libexslt_la-exslt.Tpo .deps/libexslt_la-exslt.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-common.lo -MD -MP -MF .deps/libexslt_la-common.Tpo -c -o libexslt_la-common.lo `test -f 'common.c' || echo './'`common.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-common.lo -MD -MP -MF .deps/libexslt_la-common.Tpo -c common.c -fPIC -DPIC -o .libs/libexslt_la-common.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-common.lo -MD -MP -MF .deps/libexslt_la-common.Tpo -c common.c -o libexslt_la-common.o mv -f .deps/libexslt_la-common.Tpo .deps/libexslt_la-common.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-crypto.lo -MD -MP -MF .deps/libexslt_la-crypto.Tpo -c -o libexslt_la-crypto.lo `test -f 'crypto.c' || echo './'`crypto.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-crypto.lo -MD -MP -MF .deps/libexslt_la-crypto.Tpo -c crypto.c -fPIC -DPIC -o .libs/libexslt_la-crypto.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-crypto.lo -MD -MP -MF .deps/libexslt_la-crypto.Tpo -c crypto.c -o libexslt_la-crypto.o mv -f .deps/libexslt_la-crypto.Tpo .deps/libexslt_la-crypto.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-math.lo -MD -MP -MF .deps/libexslt_la-math.Tpo -c -o libexslt_la-math.lo `test -f 'math.c' || echo './'`math.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-math.lo -MD -MP -MF .deps/libexslt_la-math.Tpo -c math.c -fPIC -DPIC -o .libs/libexslt_la-math.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-math.lo -MD -MP -MF .deps/libexslt_la-math.Tpo -c math.c -o libexslt_la-math.o mv -f .deps/libexslt_la-math.Tpo .deps/libexslt_la-math.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-sets.lo -MD -MP -MF .deps/libexslt_la-sets.Tpo -c -o libexslt_la-sets.lo `test -f 'sets.c' || echo './'`sets.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-sets.lo -MD -MP -MF .deps/libexslt_la-sets.Tpo -c sets.c -fPIC -DPIC -o .libs/libexslt_la-sets.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-sets.lo -MD -MP -MF .deps/libexslt_la-sets.Tpo -c sets.c -o libexslt_la-sets.o mv -f .deps/libexslt_la-sets.Tpo .deps/libexslt_la-sets.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-functions.lo -MD -MP -MF .deps/libexslt_la-functions.Tpo -c -o libexslt_la-functions.lo `test -f 'functions.c' || echo './'`functions.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-functions.lo -MD -MP -MF .deps/libexslt_la-functions.Tpo -c functions.c -fPIC -DPIC -o .libs/libexslt_la-functions.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-functions.lo -MD -MP -MF .deps/libexslt_la-functions.Tpo -c functions.c -o libexslt_la-functions.o mv -f .deps/libexslt_la-functions.Tpo .deps/libexslt_la-functions.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-strings.lo -MD -MP -MF .deps/libexslt_la-strings.Tpo -c -o libexslt_la-strings.lo `test -f 'strings.c' || echo './'`strings.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-strings.lo -MD -MP -MF .deps/libexslt_la-strings.Tpo -c strings.c -fPIC -DPIC -o .libs/libexslt_la-strings.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-strings.lo -MD -MP -MF .deps/libexslt_la-strings.Tpo -c strings.c -o libexslt_la-strings.o mv -f .deps/libexslt_la-strings.Tpo .deps/libexslt_la-strings.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-date.lo -MD -MP -MF .deps/libexslt_la-date.Tpo -c -o libexslt_la-date.lo `test -f 'date.c' || echo './'`date.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-date.lo -MD -MP -MF .deps/libexslt_la-date.Tpo -c date.c -fPIC -DPIC -o .libs/libexslt_la-date.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-date.lo -MD -MP -MF .deps/libexslt_la-date.Tpo -c date.c -o libexslt_la-date.o mv -f .deps/libexslt_la-date.Tpo .deps/libexslt_la-date.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-saxon.lo -MD -MP -MF .deps/libexslt_la-saxon.Tpo -c -o libexslt_la-saxon.lo `test -f 'saxon.c' || echo './'`saxon.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-saxon.lo -MD -MP -MF .deps/libexslt_la-saxon.Tpo -c saxon.c -fPIC -DPIC -o .libs/libexslt_la-saxon.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-saxon.lo -MD -MP -MF .deps/libexslt_la-saxon.Tpo -c saxon.c -o libexslt_la-saxon.o mv -f .deps/libexslt_la-saxon.Tpo .deps/libexslt_la-saxon.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-dynamic.lo -MD -MP -MF .deps/libexslt_la-dynamic.Tpo -c -o libexslt_la-dynamic.lo `test -f 'dynamic.c' || echo './'`dynamic.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-dynamic.lo -MD -MP -MF .deps/libexslt_la-dynamic.Tpo -c dynamic.c -fPIC -DPIC -o .libs/libexslt_la-dynamic.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -MT libexslt_la-dynamic.lo -MD -MP -MF .deps/libexslt_la-dynamic.Tpo -c dynamic.c -o libexslt_la-dynamic.o mv -f .deps/libexslt_la-dynamic.Tpo .deps/libexslt_la-dynamic.Plo /usr/bin/libtool --tag=CC --mode=link cc -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe -no-undefined -version-info 8:23:8 -L/usr/local/lib -o libexslt.la -rpath /usr/local/lib libexslt_la-exslt.lo libexslt_la-common.lo libexslt_la-crypto.lo libexslt_la-math.lo libexslt_la-sets.lo libexslt_la-functions.lo libexslt_la-strings.lo libexslt_la-date.lo libexslt_la-saxon.lo libexslt_la-dynamic.lo ../libxslt/libxslt.la -L/usr/local/lib -lxml2 -L/usr/local/lib -lgcrypt -lgpg-error -lm libtool: link: cc -shared -fPIC -DPIC -o .libs/libexslt.so.9.8 -pthread -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -I/usr/local/include -O2 -pipe .libs/libexslt_la-exslt.o .libs/libexslt_la-common.o .libs/libexslt_la-crypto.o .libs/libexslt_la-math.o .libs/libexslt_la-sets.o .libs/libexslt_la-functions.o .libs/libexslt_la-strings.o .libs/libexslt_la-date.o .libs/libexslt_la-saxon.o .libs/libexslt_la-dynamic.o -L.libs -lxslt -lxml2 -lz -llzma -lpthread -liconv -lm -lgcrypt -lgpg-error -lintl -Wl,-soname,libexslt.so.9.8 libtool: link: ar cru .libs/libexslt.a libexslt_la-exslt.o libexslt_la-common.o libexslt_la-crypto.o libexslt_la-math.o libexslt_la-sets.o libexslt_la-functions.o libexslt_la-strings.o libexslt_la-date.o libexslt_la-saxon.o libexslt_la-dynamic.o libtool: link: ranlib .libs/libexslt.a gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/libexslt' Making all in xsltproc gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/xsltproc' cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT xsltproc.o -MD -MP -MF .deps/xsltproc.Tpo -c -o xsltproc.o xsltproc.c mv -f .deps/xsltproc.Tpo .deps/xsltproc.Po /usr/bin/libtool --tag=CC --mode=link cc -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -L/usr/local/lib -o xsltproc xsltproc.o ../libxslt/libxslt.la ../libexslt/libexslt.la -L/usr/local/lib -lxml2 -lm libtool: link: cc -o .libs/xsltproc -pthread -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe xsltproc.o -L.libs -lxslt -lxml2 -lz -llzma -lpthread -liconv -lm -lexslt -lgcrypt -lgpg-error -lintl -Wl,-rpath-link,/usr/local/lib gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/xsltproc' Making all in doc gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/doc' Making all in devhelp gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/doc/devhelp' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/doc/devhelp' Making all in EXSLT/devhelp gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/doc/EXSLT/devhelp' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/doc/EXSLT/devhelp' gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/doc' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/doc' gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/doc' Making all in tests gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests' Making all in xmlspec gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/xmlspec' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/xmlspec' Making all in multiple gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/multiple' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/multiple' Making all in xinclude gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/xinclude' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/xinclude' Making all in XSLTMark gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/XSLTMark' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/XSLTMark' Making all in docbook gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/docbook' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/docbook' Making all in fuzz gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/fuzz' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/fuzz' gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests' gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests' gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42' sed -e 's?\@XSLT_LIBDIR\@?-L/usr/local/lib?g' \ -e 's?\@XSLT_INCLUDEDIR\@?-I/usr/local/include?g' \ -e 's?\@VERSION\@?1.1.42?g' \ -e 's?\@XSLT_LIBS\@?-lxslt -L/usr/local/lib -lxml2 ?g' \ -e 's?\@XSLT_PRIVATE_LIBS\@?-lm?g' \ < ./xsltConf.sh.in > xsltConf.tmp \ && mv xsltConf.tmp xsltConf.sh gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42' gmake[1]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42' ===> Regression tests for libxslt-1.1.42p0 Making check in libxslt gmake[1]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/libxslt' gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/libxslt' Making check in libexslt gmake[1]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/libexslt' gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/libexslt' Making check in xsltproc gmake[1]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/xsltproc' gmake testThreads gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/xsltproc' cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../libxslt -I../libexslt -I.. -I../libxslt -I../libexslt -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT testThreads.o -MD -MP -MF .deps/testThreads.Tpo -c -o testThreads.o testThreads.c mv -f .deps/testThreads.Tpo .deps/testThreads.Po /usr/bin/libtool --tag=CC --mode=link cc -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -L/usr/local/lib -o testThreads testThreads.o -lpthread ../libxslt/libxslt.la ../libexslt/libexslt.la -L/usr/local/lib -lxml2 -lm libtool: link: cc -o .libs/testThreads -pthread -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe testThreads.o -L.libs -lpthread -lxslt -lxml2 -lz -llzma -liconv -lm -lexslt -lgcrypt -lgpg-error -lintl -Wl,-rpath-link,/usr/local/lib gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/xsltproc' gmake check-local gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/xsltproc' ## Running testThreads gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/xsltproc' gmake[1]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/xsltproc' Making check in doc gmake[1]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/doc' Making check in devhelp gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/doc/devhelp' gmake[2]: Nothing to be done for 'check'. gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/doc/devhelp' Making check in EXSLT/devhelp gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/doc/EXSLT/devhelp' gmake[2]: Nothing to be done for 'check'. gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/doc/EXSLT/devhelp' gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/doc' gmake[2]: Nothing to be done for 'check-am'. gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/doc' gmake[1]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/doc' Making check in tests gmake[1]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests' Making check in xmlspec gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/xmlspec' gmake check-local gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/xmlspec' ## Running xmlspec tests gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/xmlspec' gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/xmlspec' Making check in multiple gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/multiple' gmake check-local gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/multiple' ## Running multiple tests gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/multiple' gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/multiple' Making check in xinclude gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/xinclude' gmake check-local gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/xinclude' ## Running XInclude test gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/xinclude' gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/xinclude' Making check in XSLTMark gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/XSLTMark' gmake check-local gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/XSLTMark' ## Running XSLTMark tests gmake[4]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/XSLTMark' /usr/bin/perl ./dbgen.pl 100 > db100.xml /usr/bin/perl ./dbgen.pl 10000 > db10000.xml /usr/bin/perl ./dbgen.pl 1000 > db1000.xml gmake[4]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/XSLTMark' gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/XSLTMark' gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/XSLTMark' Making check in docbook gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/docbook' gmake check-local gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/docbook' gmake[4]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/docbook' ## Running single docbook tests gmake[4]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/docbook' gmake[4]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/docbook' ## Running xtchunk docbook tests gmake[4]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/docbook' gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/docbook' gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/docbook' Making check in fuzz gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/fuzz' gmake testTargets gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/fuzz' cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT testTargets.o -MD -MP -MF .deps/testTargets.Tpo -c -o testTargets.o testTargets.c mv -f .deps/testTargets.Tpo .deps/testTargets.Po cc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT fuzz.o -MD -MP -MF .deps/fuzz.Tpo -c -o fuzz.o fuzz.c mv -f .deps/fuzz.Tpo .deps/fuzz.Po /usr/bin/libtool --tag=CC --mode=link cc -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -L/usr/local/lib -o testTargets testTargets.o fuzz.o ../../libxslt/libxslt.la ../../libexslt/libexslt.la -L/usr/local/lib -lxml2 -lm libtool: link: cc -o .libs/testTargets -pthread -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe testTargets.o fuzz.o -L.libs -lxslt -lxml2 -lz -llzma -lpthread -liconv -lm -lexslt -lgcrypt -lgpg-error -lintl -Wl,-rpath-link,/usr/local/lib gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/fuzz' gmake check-local gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/fuzz' ## Running fuzz target tests gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/fuzz' gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/fuzz' gmake[2]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests' gmake runtest xmlsoft_org_xslt_testplugin.la gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests' cc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -MT runtest.o -MD -MP -MF .deps/runtest.Tpo -c -o runtest.o runtest.c mv -f .deps/runtest.Tpo .deps/runtest.Po /usr/bin/libtool --tag=CC --mode=link cc -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe -L/usr/local/lib -o runtest runtest.o ../libxslt/libxslt.la ../libexslt/libexslt.la -L/usr/local/lib -lxml2 libtool: link: cc -o .libs/runtest -pthread -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -O2 -pipe runtest.o -L.libs -lxslt -lxml2 -lz -llzma -lpthread -liconv -lm -lexslt -lgcrypt -lgpg-error -lintl -Wl,-rpath-link,/usr/local/lib /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -DMODULE_COMPILE -O2 -pipe -MT xmlsoft_org_xslt_testplugin_la-testplugin.lo -MD -MP -MF .deps/xmlsoft_org_xslt_testplugin_la-testplugin.Tpo -c -o xmlsoft_org_xslt_testplugin_la-testplugin.lo `test -f 'testplugin.c' || echo './'`testplugin.c cc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -DMODULE_COMPILE -O2 -pipe -MT xmlsoft_org_xslt_testplugin_la-testplugin.lo -MD -MP -MF .deps/xmlsoft_org_xslt_testplugin_la-testplugin.Tpo -c testplugin.c -fPIC -DPIC -o .libs/xmlsoft_org_xslt_testplugin_la-testplugin.o cc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -I/usr/local/include -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -DMODULE_COMPILE -O2 -pipe -MT xmlsoft_org_xslt_testplugin_la-testplugin.lo -MD -MP -MF .deps/xmlsoft_org_xslt_testplugin_la-testplugin.Tpo -c testplugin.c -o xmlsoft_org_xslt_testplugin_la-testplugin.o mv -f .deps/xmlsoft_org_xslt_testplugin_la-testplugin.Tpo .deps/xmlsoft_org_xslt_testplugin_la-testplugin.Plo /usr/bin/libtool --tag=CC --mode=link cc -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -DMODULE_COMPILE -O2 -pipe -no-undefined -module -avoid-version -rpath /usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/.libs -L/usr/local/lib -o xmlsoft_org_xslt_testplugin.la xmlsoft_org_xslt_testplugin_la-testplugin.lo ../libxslt/libxslt.la -L/usr/local/lib -lxml2 libtool: link: cc -shared -fPIC -DPIC -o .libs/xmlsoft_org_xslt_testplugin.so -pthread -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -I/usr/local/include/libxml2 -DMODULE_COMPILE -O2 -pipe .libs/xmlsoft_org_xslt_testplugin_la-testplugin.o -L.libs -lxslt -lxml2 -lz -llzma -lpthread -liconv -lm -Wl,-soname,xmlsoft_org_xslt_testplugin.so libtool: link: ar cru .libs/xmlsoft_org_xslt_testplugin.a xmlsoft_org_xslt_testplugin_la-testplugin.o libtool: link: ranlib .libs/xmlsoft_org_xslt_testplugin.a gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests' gmake check-local gmake[3]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests' cd . && LIBXSLT_PLUGINS_PATH=/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/.libs /usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests/runtest Warning: Your C library doesn't seem to support collation with locales Warning: Your C library doesn't seem to support collation with locales ## Running REC2 tests ## Running REC tests ## Running REC tests (standalone) ## Running REC tests without dictionaries ## Running REC tests without dictionaries (standalone) ## Running general tests ## Running general tests without dictionaries ## Running encoding tests ## Running documents tests ## Running numbers tests ## Running keys tests ## Running namespaces tests ## Running extensions tests ## Running reports tests ## Running exslt common tests ## Running exslt crypto tests ## Running exslt date tests ## Running exslt dynamic tests ## Running exslt functions tests ## Running exslt math tests ## Running exslt saxon tests ## Running exslt sets tests ## Running exslt strings tests ## Running plugin tests Total 747 tests, no errors gmake[3]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests' gmake[2]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests' gmake[1]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42/tests' gmake[1]: Entering directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42' gmake[1]: Leaving directory '/usr/ports/pobj/libxslt-1.1.42/libxslt-1.1.42' PASS textproc/libxslt Duration 0m59.29s START textproc/p5-Encode-Locale 2024-11-22T09:33:47Z export _LOCKS_HELD="" ===> Cleaning for p5-Encode-Locale-1.05p0 ===> Checking files for p5-Encode-Locale-1.05p0 `/usr/ports/distfiles/Encode-Locale-1.05.tar.gz' is up to date. ===> Building from scratch p5-Encode-Locale-1.05p0 ===> Checking files for p5-Encode-Locale-1.05p0 `/usr/ports/distfiles/Encode-Locale-1.05.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Encode-Locale-1.05p0 ===> Patching for p5-Encode-Locale-1.05p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Encode-Locale-1.05p0 ===> Configuring for p5-Encode-Locale-1.05p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Encode::Locale Writing MYMETA.yml and MYMETA.json ===> Building for p5-Encode-Locale-1.05p0 cp lib/Encode/Locale.pm blib/lib/Encode/Locale.pm Manifying 1 pod document ===> Regression tests for p5-Encode-Locale-1.05p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/alias.t ...... ok # ENCODING_LOCALE is US-ASCII Wide character in print at /usr/libdata/perl5/Test2/Formatter/TAP.pm line 125. Wide character in print at /usr/libdata/perl5/Test2/Formatter/TAP.pm line 125. t/arg.t ........ ok t/env.t ........ ok t/tain.t ....... ok t/warn_once.t .. ok All tests successful. Test Summary Report ------------------- t/arg.t (Wstat: 0 Tests: 4 Failed: 0) TODO passed: 1-2 Files=5, Tests=28, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.51 cusr 0.31 csys = 0.88 CPU) Result: PASS PASS textproc/p5-Encode-Locale Duration 0m03.26s START textproc/p5-File-KDBX 2024-11-22T09:33:51Z export _LOCKS_HELD="" ===> Cleaning for p5-File-KDBX-0.906p0 ===> Checking files for p5-File-KDBX-0.906p0 `/usr/ports/distfiles/File-KDBX-0.906.tar.gz' is up to date. ===> Building from scratch p5-File-KDBX-0.906p0 ===> Checking files for p5-File-KDBX-0.906p0 `/usr/ports/distfiles/File-KDBX-0.906.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-File-KDBX-0.906p0 ===> Patching for p5-File-KDBX-0.906p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-File-KDBX-0.906p0 ===> Configuring for p5-File-KDBX-0.906p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::KDBX Writing MYMETA.yml and MYMETA.json ===> Building for p5-File-KDBX-0.906p0 cp lib/File/KDBX/Group.pm blib/lib/File/KDBX/Group.pm cp lib/File/KDBX/Loader/KDB.pm blib/lib/File/KDBX/Loader/KDB.pm cp lib/File/KDBX/Key/ChallengeResponse.pm blib/lib/File/KDBX/Key/ChallengeResponse.pm cp lib/File/KDBX/Cipher/Stream.pm blib/lib/File/KDBX/Cipher/Stream.pm cp lib/File/KDBX/Iterator.pm blib/lib/File/KDBX/Iterator.pm cp lib/File/KDBX/Key.pm blib/lib/File/KDBX/Key.pm cp lib/File/KDBX/Key/YubiKey.pm blib/lib/File/KDBX/Key/YubiKey.pm cp lib/File/KDBX.pm blib/lib/File/KDBX.pm cp lib/File/KDBX/IO/HashBlock.pm blib/lib/File/KDBX/IO/HashBlock.pm cp lib/File/KDBX/Dumper/V4.pm blib/lib/File/KDBX/Dumper/V4.pm cp lib/File/KDBX/KDF/AES.pm blib/lib/File/KDBX/KDF/AES.pm cp lib/File/KDBX/Key/Password.pm blib/lib/File/KDBX/Key/Password.pm cp lib/File/KDBX/Entry.pm blib/lib/File/KDBX/Entry.pm cp lib/File/KDBX/Cipher.pm blib/lib/File/KDBX/Cipher.pm cp lib/File/KDBX/Key/Composite.pm blib/lib/File/KDBX/Key/Composite.pm cp lib/File/KDBX/IO/HmacBlock.pm blib/lib/File/KDBX/IO/HmacBlock.pm cp lib/File/KDBX/KDF/Argon2.pm blib/lib/File/KDBX/KDF/Argon2.pm cp lib/File/KDBX/Dumper/Raw.pm blib/lib/File/KDBX/Dumper/Raw.pm cp lib/File/KDBX/Object.pm blib/lib/File/KDBX/Object.pm cp lib/File/KDBX/Dumper/KDB.pm blib/lib/File/KDBX/Dumper/KDB.pm cp lib/File/KDBX/Key/File.pm blib/lib/File/KDBX/Key/File.pm cp lib/File/KDBX/Dumper/XML.pm blib/lib/File/KDBX/Dumper/XML.pm cp lib/File/KDBX/Dumper/V3.pm blib/lib/File/KDBX/Dumper/V3.pm cp lib/File/KDBX/Loader/V3.pm blib/lib/File/KDBX/Loader/V3.pm cp lib/File/KDBX/Loader/Raw.pm blib/lib/File/KDBX/Loader/Raw.pm cp lib/File/KDBX/Loader.pm blib/lib/File/KDBX/Loader.pm cp lib/File/KDBX/Loader/V4.pm blib/lib/File/KDBX/Loader/V4.pm cp lib/File/KDBX/Util.pm blib/lib/File/KDBX/Util.pm cp lib/File/KDBX/Safe.pm blib/lib/File/KDBX/Safe.pm cp lib/File/KDBX/Dumper.pm blib/lib/File/KDBX/Dumper.pm cp lib/File/KDBX/KDF.pm blib/lib/File/KDBX/KDF.pm cp lib/File/KDBX/Cipher/CBC.pm blib/lib/File/KDBX/Cipher/CBC.pm cp lib/File/KDBX/IO/Crypt.pm blib/lib/File/KDBX/IO/Crypt.pm cp lib/File/KDBX/IO.pm blib/lib/File/KDBX/IO.pm cp lib/File/KDBX/Loader/XML.pm blib/lib/File/KDBX/Loader/XML.pm cp lib/File/KDBX/Error.pm blib/lib/File/KDBX/Error.pm cp lib/File/KDBX/Transaction.pm blib/lib/File/KDBX/Transaction.pm cp lib/File/KDBX/Constants.pm blib/lib/File/KDBX/Constants.pm Manifying 38 pod documents ===> p5-File-KDBX-0.906p0 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-File-KDBX-0.906p0 depends on: p5-Test-Warnings-* -> p5-Test-Warnings-0.033 ===> p5-File-KDBX-0.906p0 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-File-KDBX-0.906p0 depends on: p5-Devel-GlobalDestruction-* -> p5-Devel-GlobalDestruction-0.14p0 ===> p5-File-KDBX-0.906p0 depends on: p5-Iterator-Simple-* -> p5-Iterator-Simple-0.07 ===> p5-File-KDBX-0.906p0 depends on: p5-Ref-Util-* -> p5-Ref-Util-0.204p0 ===> p5-File-KDBX-0.906p0 depends on: p5-Scope-Guard-* -> p5-Scope-Guard-0.21p0 ===> p5-File-KDBX-0.906p0 depends on: p5-boolean-* -> p5-boolean-0.46 ===> p5-File-KDBX-0.906p0 depends on: p5-namespace-clean-* -> p5-namespace-clean-0.27p0 ===> p5-File-KDBX-0.906p0 depends on: p5-Crypt-Argon2-* -> p5-Crypt-Argon2-0.022 ===> p5-File-KDBX-0.906p0 depends on: p5-CryptX-* -> p5-CryptX-0.084 ===> p5-File-KDBX-0.906p0 depends on: p5-XML-LibXML-* -> p5-XML-LibXML-2.0210v0 ===> p5-File-KDBX-0.906p0 depends on: p5-XML-Parser-* -> p5-XML-Parser-2.46 ===> Regression tests for p5-File-KDBX-0.906p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ......... ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ------------ -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # FindBin any 1.53 # Getopt::Std any 1.13 # IO::Handle any 1.52 # IPC::Open3 any 1.22 # Math::BigInt 1.993 1.999837 # Test::Deep any 1.204 # Test::Fatal any 0.017 # Test::More 1.001004_001 1.302194 # Test::Warnings any 0.033 # lib any 0.65 # utf8 any 1.25 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # Pass::OTP any missing # # === Test Suggests === # # Module Want Have # ----------- ---- ------- # POSIX::1003 any missing # # === Runtime Requires === # # Module Want Have # ------------------------ ----- --------- # Carp any 1.54 # Crypt::Argon2 any 0.022 # Crypt::Cipher any 0.084 # Crypt::Cipher::AES any 0.084 # Crypt::Digest any 0.084 # Crypt::Mac::HMAC any 0.084 # Crypt::Misc 0.049 0.084 # Crypt::Mode::CBC any 0.084 # Crypt::PRNG any 0.084 # Crypt::Stream::ChaCha 0.048 0.084 # Crypt::Stream::Salsa20 0.055 0.084 # Data::Dumper any 2.188 # Devel::GlobalDestruction any 0.14 # Encode any 3.19 # Exporter any 5.77 # File::Temp any 0.2311 # Hash::Util::FieldHash any 1.26 # IO::Handle any 1.52 # IPC::Cmd 0.84 1.04 # Iterator::Simple any 0.07 # List::Util 1.33 1.63 # Math::BigInt 1.993 1.999837 # Module::Load any 0.36 # Module::Loaded any 0.08 # POSIX any 2.13 # Ref::Util any 0.204 # Scalar::Util any 1.63 # Scope::Guard any 0.21 # Storable any 3.32 # Symbol any 1.09 # Text::ParseWords any 3.31 # Time::Local 1.19 1.30 # Time::Piece 1.33 1.3401_01 # XML::LibXML any 2.0210 # XML::LibXML::Reader any 2.0210 # boolean any 0.46 # namespace::clean any 0.27 # overload any 1.37 # strict any 1.12 # warnings any 1.65 # # === Runtime Recommends === # # Module Want Have # ---------------------- ---- --------- # Compress::Raw::Zlib any 2.204_001 # File::KDBX::XS any missing # File::Spec any 3.88 # IO::Compress::Gzip any 2.204 # IO::Uncompress::Gunzip any 2.204 # Pass::OTP any missing # # === Runtime Suggests === # # Module Want Have # ---------------------- ----- ------- # Crypt::Stream::Serpent 0.055 missing # Crypt::Stream::Twofish any missing # t/00-report-prereqs.t .. ok t/crypt.t .............. ok t/database.t ........... ok t/entry.t .............. ok t/erase.t .............. ok t/error.t .............. ok t/group.t .............. ok t/hash-block.t ......... ok t/hmac-block.t ......... ok t/iterator.t ........... ok t/kdb.t ................ skipped: File::KeePass and File::KeePass::KDBX required to test KDB files t/kdbx2.t .............. ok t/kdbx3.t .............. ok t/kdbx4.t .............. ok t/kdf-aes-pp.t ......... ok t/kdf.t ................ ok t/keys.t ............... ok t/memory-protection.t .. skipped: AUTHOR_TESTING required to test memory protection t/object.t ............. ok t/otp.t ................ skipped: Pass::OTP required to test one-time-passwords t/placeholders.t ....... ok t/query.t .............. ok t/references.t ......... ok t/safe.t ............... ok t/util.t ............... ok t/yubikey.t ............ ok All tests successful. Files=27, Tests=193, 45 wallclock secs ( 0.20 usr 0.12 sys + 32.51 cusr 5.78 csys = 38.61 CPU) Result: PASS PASS textproc/p5-File-KDBX Duration 0m51.71s START textproc/p5-List-SomeUtils 2024-11-22T09:34:42Z export _LOCKS_HELD="" ===> Cleaning for p5-List-SomeUtils-0.59 ===> Checking files for p5-List-SomeUtils-0.59 `/usr/ports/distfiles/List-SomeUtils-0.59.tar.gz' is up to date. ===> Building from scratch p5-List-SomeUtils-0.59 ===> p5-List-SomeUtils-0.59 depends on: p5-List-SomeUtils-XS->=0.54 -> p5-List-SomeUtils-XS-0.58p1 ===> Checking files for p5-List-SomeUtils-0.59 `/usr/ports/distfiles/List-SomeUtils-0.59.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-List-SomeUtils-0.59 # install-xt-tools.sh contains "curl ... | sh", remove to be secure rm -- /usr/ports/pobj/p5-List-SomeUtils-0.59/List-SomeUtils-0.59/dev-bin/install-xt-tools.sh ===> Patching for p5-List-SomeUtils-0.59 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-List-SomeUtils-0.59 ===> Configuring for p5-List-SomeUtils-0.59 Checking if your kit is complete... Warning: the following files are missing in your kit: dev-bin/install-xt-tools.sh Please inform the author. Generating a Unix-style Makefile Writing Makefile for List::SomeUtils Writing MYMETA.yml and MYMETA.json ===> Building for p5-List-SomeUtils-0.59 cp lib/List/SomeUtils/PP.pm blib/lib/List/SomeUtils/PP.pm cp lib/List/SomeUtils.pm blib/lib/List/SomeUtils.pm Manifying 2 pod documents ===> p5-List-SomeUtils-0.59 depends on: p5-Test-LeakTrace-* -> p5-Test-LeakTrace-0.17 ===> p5-List-SomeUtils-0.59 depends on: p5-Module-Implementation->=0.04 -> p5-Module-Implementation-0.09p0 ===> Regression tests for p5-List-SomeUtils-0.59 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # Text::ParseWords any 3.31 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Scalar::Util any 1.63 # Storable any 3.32 # Test::Builder::Module any 1.302194 # Test::LeakTrace any 0.17 # Test::More 0.96 1.302194 # Tie::Array any 1.07 # base any 2.27 # lib any 0.65 # overload any 1.37 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------------------- ---- ---- # Carp any 1.54 # Exporter any 5.77 # List::SomeUtils::XS 0.54 0.58 # List::Util any 1.63 # Module::Implementation 0.04 0.09 # strict any 1.12 # vars any 1.05 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/ab.t ................. ok t/Functions.t .......... ok t/Import.t ............. ok t/pp-only.t ............ ok All tests successful. Files=5, Tests=45, 3 wallclock secs ( 0.30 usr 0.09 sys + 2.10 cusr 0.26 csys = 2.75 CPU) Result: PASS PASS textproc/p5-List-SomeUtils Duration 0m06.40s START textproc/p5-List-Util-WeightedChoice 2024-11-22T09:34:49Z export _LOCKS_HELD="" ===> Cleaning for p5-List-Util-WeightedChoice-0.06 ===> Checking files for p5-List-Util-WeightedChoice-0.06 `/usr/ports/distfiles/List-Util-WeightedChoice-0.06.tar.gz' is up to date. ===> Building from scratch p5-List-Util-WeightedChoice-0.06 ===> Checking files for p5-List-Util-WeightedChoice-0.06 `/usr/ports/distfiles/List-Util-WeightedChoice-0.06.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-List-Util-WeightedChoice-0.06 ===> Patching for p5-List-Util-WeightedChoice-0.06 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-List-Util-WeightedChoice-0.06 ===> Configuring for p5-List-Util-WeightedChoice-0.06 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for List::Util::WeightedChoice Writing MYMETA.yml and MYMETA.json ===> Building for p5-List-Util-WeightedChoice-0.06 cp lib/List/Util/WeightedChoice.pm blib/lib/List/Util/WeightedChoice.pm AutoSplitting blib/lib/List/Util/WeightedChoice.pm (blib/lib/auto/List/Util/WeightedChoice) Manifying 1 pod document ===> p5-List-Util-WeightedChoice-0.06 depends on: p5-Params-Validate->=0.9 -> p5-Params-Validate-1.31 ===> Regression tests for p5-List-Util-WeightedChoice-0.06 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/List-Util-WeightedChoice.t .. ok All tests successful. Files=1, Tests=5, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.03 cusr 0.04 csys = 0.10 CPU) Result: PASS PASS textproc/p5-List-Util-WeightedChoice Duration 0m02.59s START textproc/p5-Number-Format 2024-11-22T09:34:51Z export _LOCKS_HELD="" ===> Cleaning for p5-Number-Format-1.76 ===> Checking files for p5-Number-Format-1.76 `/usr/ports/distfiles/Number-Format-1.76.tar.gz' is up to date. ===> Building from scratch p5-Number-Format-1.76 ===> Checking files for p5-Number-Format-1.76 `/usr/ports/distfiles/Number-Format-1.76.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Number-Format-1.76 ===> Patching for p5-Number-Format-1.76 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Number-Format-1.76 ===> Configuring for p5-Number-Format-1.76 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Number::Format Writing MYMETA.yml and MYMETA.json ===> Building for p5-Number-Format-1.76 cp Format.pm blib/lib/Number/Format.pm Manifying 1 pod document ===> Regression tests for p5-Number-Format-1.76 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/format_bytes.t ..... ok t/format_negative.t .. ok t/format_number.t .... ok t/format_picture.t ... ok t/format_price.t ..... ok t/locale.t ........... skipped: OpenBSD C library lacks locale support t/object.t ........... ok t/round.t ............ ok t/unformat_number.t .. ok All tests successful. Files=9, Tests=159, 1 wallclock secs ( 0.04 usr 0.05 sys + 0.90 cusr 0.43 csys = 1.42 CPU) Result: PASS PASS textproc/p5-Number-Format Duration 0m03.95s START textproc/p5-PDF-API2 2024-11-22T09:34:55Z export _LOCKS_HELD="" ===> Cleaning for p5-PDF-API2-2.047 ===> Checking files for p5-PDF-API2-2.047 `/usr/ports/distfiles/PDF-API2-2.047.tar.gz' is up to date. ===> Building from scratch p5-PDF-API2-2.047 ===> Checking files for p5-PDF-API2-2.047 `/usr/ports/distfiles/PDF-API2-2.047.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-PDF-API2-2.047 ===> Patching for p5-PDF-API2-2.047 sed -i 's,^#!.*bin/perl,#!/usr/bin/perl,' /usr/ports/pobj/p5-PDF-API2-2.047/PDF-API2-2.047/contrib/* ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-PDF-API2-2.047 ===> Configuring for p5-PDF-API2-2.047 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for PDF::API2 Writing MYMETA.yml and MYMETA.json ===> Building for p5-PDF-API2-2.047 cp lib/PDF/API2/Basic/PDF/Pages.pm blib/lib/PDF/API2/Basic/PDF/Pages.pm cp lib/PDF/API2/Resource/Font/CoreFont/courieroblique.pm blib/lib/PDF/API2/Resource/Font/CoreFont/courieroblique.pm cp lib/PDF/API2/Resource/CIDFont/CJKFont/kozminproregularacro.data blib/lib/PDF/API2/Resource/CIDFont/CJKFont/kozminproregularacro.data cp lib/PDF/API2/Resource/Font/CoreFont/verdanabold.pm blib/lib/PDF/API2/Resource/Font/CoreFont/verdanabold.pm cp lib/PDF/API2/Resource/XObject/Form.pm blib/lib/PDF/API2/Resource/XObject/Form.pm cp lib/PDF/API2/Resource/Font/CoreFont/verdana.pm blib/lib/PDF/API2/Resource/Font/CoreFont/verdana.pm cp lib/PDF/API2/Resource/PaperSizes.pm blib/lib/PDF/API2/Resource/PaperSizes.pm cp lib/PDF/API2/Basic/PDF/Filter/FlateDecode.pm blib/lib/PDF/API2/Basic/PDF/Filter/FlateDecode.pm cp lib/PDF/API2/Basic/PDF/Null.pm blib/lib/PDF/API2/Basic/PDF/Null.pm cp lib/PDF/API2/Resource/Font/CoreFont/webdings.pm blib/lib/PDF/API2/Resource/Font/CoreFont/webdings.pm cp lib/PDF/API2/Basic/PDF/String.pm blib/lib/PDF/API2/Basic/PDF/String.pm cp lib/PDF/API2/Resource/uniglyph.txt blib/lib/PDF/API2/Resource/uniglyph.txt cp lib/PDF/API2/Resource/Font/CoreFont/symbol.pm blib/lib/PDF/API2/Resource/Font/CoreFont/symbol.pm cp lib/PDF/API2/Basic/PDF/Filter/RunLengthDecode.pm blib/lib/PDF/API2/Basic/PDF/Filter/RunLengthDecode.pm cp lib/PDF/API2/Resource/XObject/Image/TIFF.pm blib/lib/PDF/API2/Resource/XObject/Image/TIFF.pm cp lib/PDF/API2/Resource/CIDFont/CJKFont/kozgopromediumacro.data blib/lib/PDF/API2/Resource/CIDFont/CJKFont/kozgopromediumacro.data cp lib/PDF/API2/Resource/CIDFont/CJKFont/adobemingstdlightacro.data blib/lib/PDF/API2/Resource/CIDFont/CJKFont/adobemingstdlightacro.data cp lib/PDF/API2/Resource/CIDFont/TrueType/FontFile.pm blib/lib/PDF/API2/Resource/CIDFont/TrueType/FontFile.pm cp lib/PDF/API2/Basic/PDF/Array.pm blib/lib/PDF/API2/Basic/PDF/Array.pm cp lib/PDF/API2/Basic/PDF/Filter/ASCIIHexDecode.pm blib/lib/PDF/API2/Basic/PDF/Filter/ASCIIHexDecode.pm cp lib/PDF/API2/Resource/Font.pm blib/lib/PDF/API2/Resource/Font.pm cp lib/PDF/API2/Resource/XObject/Image/JPEG.pm blib/lib/PDF/API2/Resource/XObject/Image/JPEG.pm cp lib/PDF/API2/Resource/Font/CoreFont/georgia.pm blib/lib/PDF/API2/Resource/Font/CoreFont/georgia.pm cp lib/PDF/API2/Resource/XObject/Form/BarCode/int2of5.pm blib/lib/PDF/API2/Resource/XObject/Form/BarCode/int2of5.pm cp lib/PDF/API2/Basic/PDF/Literal.pm blib/lib/PDF/API2/Basic/PDF/Literal.pm cp lib/PDF/API2/Resource/Font/CoreFont/trebuchetitalic.pm blib/lib/PDF/API2/Resource/Font/CoreFont/trebuchetitalic.pm cp lib/PDF/API2/Resource/CIDFont/CMap/korean.cmap blib/lib/PDF/API2/Resource/CIDFont/CMap/korean.cmap cp lib/PDF/API2/Resource/ColorSpace/Separation.pm blib/lib/PDF/API2/Resource/ColorSpace/Separation.pm cp lib/PDF/API2/Resource/BaseFont.pm blib/lib/PDF/API2/Resource/BaseFont.pm cp lib/PDF/API2/Resource/CIDFont.pm blib/lib/PDF/API2/Resource/CIDFont.pm cp lib/PDF/API2/Basic/PDF/Name.pm blib/lib/PDF/API2/Basic/PDF/Name.pm cp lib/PDF/API2/Resource/Font/CoreFont/helveticabold.pm blib/lib/PDF/API2/Resource/Font/CoreFont/helveticabold.pm cp lib/PDF/API2/Resource/ColorSpace.pm blib/lib/PDF/API2/Resource/ColorSpace.pm cp lib/PDF/API2/Outline.pm blib/lib/PDF/API2/Outline.pm cp lib/PDF/API2/Basic/PDF/Bool.pm blib/lib/PDF/API2/Basic/PDF/Bool.pm cp lib/PDF/API2/Basic/PDF/Filter/LZWDecode.pm blib/lib/PDF/API2/Basic/PDF/Filter/LZWDecode.pm cp lib/PDF/API2/Resource/Font/CoreFont/timesbolditalic.pm blib/lib/PDF/API2/Resource/Font/CoreFont/timesbolditalic.pm cp lib/PDF/API2/Basic/PDF/File.pm blib/lib/PDF/API2/Basic/PDF/File.pm cp lib/PDF/API2/Resource/ExtGState.pm blib/lib/PDF/API2/Resource/ExtGState.pm cp lib/PDF/API2/Resource/UniFont.pm blib/lib/PDF/API2/Resource/UniFont.pm cp lib/PDF/API2/Basic/PDF/Dict.pm blib/lib/PDF/API2/Basic/PDF/Dict.pm cp lib/PDF/API2/Resource/Font/SynFont.pm blib/lib/PDF/API2/Resource/Font/SynFont.pm cp lib/PDF/API2/Resource/Font/CoreFont/verdanaitalic.pm blib/lib/PDF/API2/Resource/Font/CoreFont/verdanaitalic.pm cp lib/PDF/API2/Resource/XObject.pm blib/lib/PDF/API2/Resource/XObject.pm cp lib/PDF/API2/Resource/Font/CoreFont/georgiaitalic.pm blib/lib/PDF/API2/Resource/Font/CoreFont/georgiaitalic.pm cp lib/PDF/API2/Win32.pm blib/lib/PDF/API2/Win32.pm cp lib/PDF/API2/Resource/Font/CoreFont/zapfdingbats.pm blib/lib/PDF/API2/Resource/Font/CoreFont/zapfdingbats.pm cp lib/PDF/API2/Resource/Colors.pm blib/lib/PDF/API2/Resource/Colors.pm cp lib/PDF/API2/Outlines.pm blib/lib/PDF/API2/Outlines.pm cp lib/PDF/API2/Resource/Font/CoreFont/courierboldoblique.pm blib/lib/PDF/API2/Resource/Font/CoreFont/courierboldoblique.pm cp lib/PDF/API2/Resource/XObject/Image/GIF.pm blib/lib/PDF/API2/Resource/XObject/Image/GIF.pm cp lib/PDF/API2/Resource/Font/CoreFont/timesbold.pm blib/lib/PDF/API2/Resource/Font/CoreFont/timesbold.pm cp lib/PDF/API2/Resource/Font/CoreFont/wingdings.pm blib/lib/PDF/API2/Resource/Font/CoreFont/wingdings.pm cp lib/PDF/API2/Resource/Font/CoreFont/courier.pm blib/lib/PDF/API2/Resource/Font/CoreFont/courier.pm cp lib/PDF/API2/Resource/XObject/Image/GD.pm blib/lib/PDF/API2/Resource/XObject/Image/GD.pm cp lib/PDF/API2/Resource/Font/CoreFont/timesitalic.pm blib/lib/PDF/API2/Resource/Font/CoreFont/timesitalic.pm cp lib/PDF/API2/Util.pm blib/lib/PDF/API2/Util.pm cp lib/PDF/API2/Resource/XObject/Image.pm blib/lib/PDF/API2/Resource/XObject/Image.pm cp lib/PDF/API2/Resource/CIDFont/CMap/traditional.cmap blib/lib/PDF/API2/Resource/CIDFont/CMap/traditional.cmap cp lib/PDF/API2/Resource/Pattern.pm blib/lib/PDF/API2/Resource/Pattern.pm cp lib/PDF/API2/Resource/XObject/Form/BarCode/ean13.pm blib/lib/PDF/API2/Resource/XObject/Form/BarCode/ean13.pm cp lib/PDF/API2/Resource/CIDFont/CJKFont/adobemyungjostdmediumacro.data blib/lib/PDF/API2/Resource/CIDFont/CJKFont/adobemyungjostdmediumacro.data cp lib/PDF/API2/Annotation.pm blib/lib/PDF/API2/Annotation.pm cp lib/PDF/API2/Resource/Font/CoreFont/trebuchetbold.pm blib/lib/PDF/API2/Resource/Font/CoreFont/trebuchetbold.pm cp lib/PDF/API2/Resource/Font/CoreFont/verdanabolditalic.pm blib/lib/PDF/API2/Resource/Font/CoreFont/verdanabolditalic.pm cp lib/PDF/API2/Basic/PDF/Number.pm blib/lib/PDF/API2/Basic/PDF/Number.pm cp lib/PDF/API2/Basic/PDF/Filter.pm blib/lib/PDF/API2/Basic/PDF/Filter.pm cp lib/PDF/API2/Resource/ColorSpace/Indexed/Hue.pm blib/lib/PDF/API2/Resource/ColorSpace/Indexed/Hue.pm cp lib/PDF/API2/Content.pm blib/lib/PDF/API2/Content.pm cp lib/PDF/API2/Basic/PDF/Objind.pm blib/lib/PDF/API2/Basic/PDF/Objind.pm cp lib/PDF/API2/Resource/XObject/Image/PNG.pm blib/lib/PDF/API2/Resource/XObject/Image/PNG.pm cp lib/PDF/API2/Resource/ColorSpace/Indexed/ACTFile.pm blib/lib/PDF/API2/Resource/ColorSpace/Indexed/ACTFile.pm cp lib/PDF/API2/Resource/Font/CoreFont/georgiabold.pm blib/lib/PDF/API2/Resource/Font/CoreFont/georgiabold.pm cp lib/PDF/API2/Resource/ColorSpace/Indexed.pm blib/lib/PDF/API2/Resource/ColorSpace/Indexed.pm cp lib/PDF/API2/Resource/Font/CoreFont.pm blib/lib/PDF/API2/Resource/Font/CoreFont.pm cp lib/PDF/API2/Resource/Font/BdFont.pm blib/lib/PDF/API2/Resource/Font/BdFont.pm cp lib/PDF/API2/Resource/XObject/Form/BarCode/codabar.pm blib/lib/PDF/API2/Resource/XObject/Form/BarCode/codabar.pm cp lib/PDF/API2.pm blib/lib/PDF/API2.pm cp lib/PDF/API2/Resource/XObject/Form/BarCode/qrcode.pm blib/lib/PDF/API2/Resource/XObject/Form/BarCode/qrcode.pm cp lib/PDF/API2/Resource/CIDFont/CJKFont.pm blib/lib/PDF/API2/Resource/CIDFont/CJKFont.pm cp lib/PDF/API2/Resource/Font/Postscript.pm blib/lib/PDF/API2/Resource/Font/Postscript.pm cp lib/PDF/API2/UniWrap.pm blib/lib/PDF/API2/UniWrap.pm cp lib/PDF/API2/Resource/XObject/Image/TIFF/File.pm blib/lib/PDF/API2/Resource/XObject/Image/TIFF/File.pm cp lib/PDF/API2/Resource/Font/CoreFont/trebuchet.pm blib/lib/PDF/API2/Resource/Font/CoreFont/trebuchet.pm cp lib/PDF/API2/Matrix.pm blib/lib/PDF/API2/Matrix.pm cp lib/PDF/API2/Resource/XObject/Form/BarCode/code3of9.pm blib/lib/PDF/API2/Resource/XObject/Form/BarCode/code3of9.pm cp lib/PDF/API2/Resource/ColorSpace/Indexed/WebColor.pm blib/lib/PDF/API2/Resource/ColorSpace/Indexed/WebColor.pm cp lib/PDF/API2/Resource/Font/CoreFont/timesroman.pm blib/lib/PDF/API2/Resource/Font/CoreFont/timesroman.pm cp lib/PDF/API2/Resource/Glyphs.pm blib/lib/PDF/API2/Resource/Glyphs.pm cp lib/PDF/API2/Resource/Font/CoreFont/helveticaboldoblique.pm blib/lib/PDF/API2/Resource/Font/CoreFont/helveticaboldoblique.pm cp lib/PDF/API2/Resource/CIDFont/CMap/japanese.cmap blib/lib/PDF/API2/Resource/CIDFont/CMap/japanese.cmap cp lib/PDF/API2/NamedDestination.pm blib/lib/PDF/API2/NamedDestination.pm cp lib/PDF/API2/Page.pm blib/lib/PDF/API2/Page.pm cp lib/PDF/API2/Resource/XObject/Form/Hybrid.pm blib/lib/PDF/API2/Resource/XObject/Form/Hybrid.pm cp lib/PDF/API2/Basic/PDF/Filter/ASCII85Decode.pm blib/lib/PDF/API2/Basic/PDF/Filter/ASCII85Decode.pm cp lib/PDF/API2/Resource/XObject/Image/PNM.pm blib/lib/PDF/API2/Resource/XObject/Image/PNM.pm cp lib/PDF/API2/Basic/PDF/Utils.pm blib/lib/PDF/API2/Basic/PDF/Utils.pm cp lib/PDF/API2/ViewerPreferences.pm blib/lib/PDF/API2/ViewerPreferences.pm cp lib/PDF/API2/Resource/Font/CoreFont/helveticaoblique.pm blib/lib/PDF/API2/Resource/Font/CoreFont/helveticaoblique.pm cp lib/PDF/API2/Resource/Font/CoreFont/bankgothic.pm blib/lib/PDF/API2/Resource/Font/CoreFont/bankgothic.pm cp lib/PDF/API2/Resource/XObject/Form/BarCode/code128.pm blib/lib/PDF/API2/Resource/XObject/Form/BarCode/code128.pm cp lib/PDF/API2/Resource/Font/CoreFont/georgiabolditalic.pm blib/lib/PDF/API2/Resource/Font/CoreFont/georgiabolditalic.pm cp lib/PDF/API2/Resource/CIDFont/CJKFont/adobesongstdlightacro.data blib/lib/PDF/API2/Resource/CIDFont/CJKFont/adobesongstdlightacro.data cp lib/PDF/API2/Resource/ColorSpace/DeviceN.pm blib/lib/PDF/API2/Resource/ColorSpace/DeviceN.pm cp lib/PDF/API2/Resource/Shading.pm blib/lib/PDF/API2/Resource/Shading.pm cp lib/PDF/API2/Content/Text.pm blib/lib/PDF/API2/Content/Text.pm cp lib/PDF/API2/Resource/Font/CoreFont/trebuchetbolditalic.pm blib/lib/PDF/API2/Resource/Font/CoreFont/trebuchetbolditalic.pm cp lib/PDF/API2/Resource/Font/CoreFont/courierbold.pm blib/lib/PDF/API2/Resource/Font/CoreFont/courierbold.pm cp lib/PDF/API2/Resource/CIDFont/TrueType.pm blib/lib/PDF/API2/Resource/CIDFont/TrueType.pm cp lib/PDF/API2/Resource.pm blib/lib/PDF/API2/Resource.pm cp lib/PDF/API2/Resource/CIDFont/CMap/simplified.cmap blib/lib/PDF/API2/Resource/CIDFont/CMap/simplified.cmap cp lib/PDF/API2/Resource/Font/CoreFont/helvetica.pm blib/lib/PDF/API2/Resource/Font/CoreFont/helvetica.pm cp lib/PDF/API2/Lite.pm blib/lib/PDF/API2/Lite.pm cp lib/PDF/API2/Resource/XObject/Form/BarCode.pm blib/lib/PDF/API2/Resource/XObject/Form/BarCode.pm cp lib/PDF/API2/Basic/PDF/Page.pm blib/lib/PDF/API2/Basic/PDF/Page.pm Manifying 40 pod documents ===> p5-PDF-API2-2.047 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-PDF-API2-2.047 depends on: p5-Test-Memory-Cycle-* -> p5-Test-Memory-Cycle-1.06p0 ===> p5-PDF-API2-2.047 depends on: p5-Font-TTF-* -> p5-Font-TTF-1.06p1 ===> p5-PDF-API2-2.047 depends on: p5-PDF-API2-XS-* -> p5-PDF-API2-XS-1.002 ===> Regression tests for p5-PDF-API2-2.047 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-all-usable.t ........... ok t/01-basic.t ................ ok t/02-xrefstm.t .............. ok t/03-xrefstm-index.t ........ ok t/annotate.t ................ ok t/author-critic.t ........... skipped: these tests are for testing by the author t/author-pod-syntax.t ....... skipped: these tests are for testing by the author t/barcode.t ................. ok t/bbox.t .................... ok t/circular-references.t ..... ok t/cmap.t .................... ok t/content-deprecated.t ...... ok t/content.t ................. ok t/cs-webcolor.t ............. ok t/date.t .................... ok t/deprecations.t ............ ok t/extgstate.t ............... ok t/filter-ascii85decode.t .... ok t/filter-asciihexdecode.t ... ok t/filter-runlengthdecode.t .. ok t/font-corefont.t ........... ok t/font-synfont.t ............ ok t/font-ttf.t ................ ok t/font-type1.t .............. ok t/gd.t ...................... ok t/gif.t ..................... ok t/info.t .................... ok t/jpg.t ..................... ok t/lite.t .................... ok t/named-destinations.t ...... ok t/outline.t ................. ok t/page.t .................... ok t/papersizes.t .............. ok t/pdf.t ..................... ok t/png.t ..................... ok t/pnm.t ..................... ok t/rt120397.t ................ ok t/rt120450.t ................ ok t/rt126274.t ................ ok t/rt67767.t ................. ok t/rt69503.t ................. ok t/string.t .................. ok t/text.t .................... ok t/tiff.t .................... ok t/version.t ................. ok t/viewer-preferences.t ...... ok All tests successful. Files=46, Tests=762, 22 wallclock secs ( 0.26 usr 0.23 sys + 16.55 cusr 3.70 csys = 20.74 CPU) Result: PASS PASS textproc/p5-PDF-API2 Duration 0m27.52s START textproc/p5-PDF-Table 2024-11-22T09:35:23Z export _LOCKS_HELD="" ===> Cleaning for p5-PDF-Table-1.006 ===> Checking files for p5-PDF-Table-1.006 `/usr/ports/distfiles/PDF-Table-1.006.tar.gz' is up to date. ===> Building from scratch p5-PDF-Table-1.006 ===> Checking files for p5-PDF-Table-1.006 `/usr/ports/distfiles/PDF-Table-1.006.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-PDF-Table-1.006 ===> Patching for p5-PDF-Table-1.006 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-PDF-Table-1.006 ===> Configuring for p5-PDF-Table-1.006 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for PDF::Table Writing MYMETA.yml and MYMETA.json ===> Building for p5-PDF-Table-1.006 cp lib/PDF/Table/ColumnWidth.pm blib/lib/PDF/Table/ColumnWidth.pm cp lib/PDF/Table.pod blib/lib/PDF/Table.pod cp lib/PDF/Table/Settings.pm blib/lib/PDF/Table/Settings.pm cp lib/PDF/Table.pm blib/lib/PDF/Table.pm Manifying 2 pod documents ===> p5-PDF-Table-1.006 depends on: p5-Test-CheckManifest->=0.9 -> p5-Test-CheckManifest-1.43 ===> p5-PDF-Table-1.006 depends on: p5-PDF-API2-* -> p5-PDF-API2-2.047 ===> p5-PDF-Table-1.006 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-PDF-Table-1.006 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-PDF-Table-1.006 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/Basics.t ..... ok t/Colspan.t .... ok t/PDF-Table.t .. ok t/table.t ...... ok All tests successful. Files=4, Tests=31, 1 wallclock secs ( 0.03 usr 0.02 sys + 0.45 cusr 0.18 csys = 0.68 CPU) Result: PASS PASS textproc/p5-PDF-Table Duration 0m04.19s START textproc/p5-PPIx-Regexp 2024-11-22T09:35:27Z export _LOCKS_HELD="" ===> Cleaning for p5-PPIx-Regexp-0.088 ===> Checking files for p5-PPIx-Regexp-0.088 `/usr/ports/distfiles/PPIx-Regexp-0.088.tar.gz' is up to date. ===> Building from scratch p5-PPIx-Regexp-0.088 ===> p5-PPIx-Regexp-0.088 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-PPIx-Regexp-0.088 `/usr/ports/distfiles/PPIx-Regexp-0.088.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-PPIx-Regexp-0.088 ===> Patching for p5-PPIx-Regexp-0.088 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-PPIx-Regexp-0.088 ===> Configuring for p5-PPIx-Regexp-0.088 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'PPIx-Regexp' version '0.088' ===> Building for p5-PPIx-Regexp-0.088 Building PPIx-Regexp ===> p5-PPIx-Regexp-0.088 depends on: p5-Task-Weaken-* -> p5-Task-Weaken-1.06p0 ===> p5-PPIx-Regexp-0.088 depends on: p5-PPI->=1.238 -> p5-PPI-1.279 ===> Regression tests for p5-PPIx-Regexp-0.088 t/basic.t ....... ok t/fuzz.t ........ ok t/inf.t ......... ok t/locations.t ... ok t/parse.t ....... ok t/unit-adhoc.t .. ok t/unit.t ........ ok t/version.t ..... ok t/width.t ....... ok t/xplain.t ...... ok All tests successful. Files=10, Tests=13208, 20 wallclock secs ( 1.73 usr 0.21 sys + 17.65 cusr 0.92 csys = 20.51 CPU) Result: PASS PASS textproc/p5-PPIx-Regexp Duration 0m24.09s START textproc/p5-Pod-LaTeX 2024-11-22T09:35:51Z export _LOCKS_HELD="" ===> Cleaning for p5-Pod-LaTeX-0.61p1 ===> Checking files for p5-Pod-LaTeX-0.61p1 `/usr/ports/distfiles/Pod-LaTeX-0.61.tar.gz' is up to date. ===> Building from scratch p5-Pod-LaTeX-0.61p1 ===> p5-Pod-LaTeX-0.61p1 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Pod-LaTeX-0.61p1 `/usr/ports/distfiles/Pod-LaTeX-0.61.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Pod-LaTeX-0.61p1 ===> Patching for p5-Pod-LaTeX-0.61p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Pod-LaTeX-0.61p1 ===> Configuring for p5-Pod-LaTeX-0.61p1 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Pod-LaTeX' version '0.61' ===> Building for p5-Pod-LaTeX-0.61p1 Building Pod-LaTeX Extracting pod2latex (with variable substitutions) ===> p5-Pod-LaTeX-0.61p1 depends on: p5-Pod-Parser-* -> p5-Pod-Parser-1.67 ===> Regression tests for p5-Pod-LaTeX-0.61p1 t/pod2latex.t .. ok t/require.t .... ok t/user.t ....... ok All tests successful. Files=3, Tests=195, 0 wallclock secs ( 0.01 usr 0.04 sys + 0.43 cusr 0.12 csys = 0.60 CPU) Result: PASS PASS textproc/p5-Pod-LaTeX Duration 0m03.28s START textproc/p5-Pod-Markdown 2024-11-22T09:35:54Z export _LOCKS_HELD="" ===> Cleaning for p5-Pod-Markdown-3.400 ===> Checking files for p5-Pod-Markdown-3.400 `/usr/ports/distfiles/Pod-Markdown-3.400.tar.gz' is up to date. ===> Building from scratch p5-Pod-Markdown-3.400 ===> Checking files for p5-Pod-Markdown-3.400 `/usr/ports/distfiles/Pod-Markdown-3.400.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Pod-Markdown-3.400 ===> Patching for p5-Pod-Markdown-3.400 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Pod-Markdown-3.400 ===> Configuring for p5-Pod-Markdown-3.400 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Pod::Markdown Writing MYMETA.yml and MYMETA.json ===> Building for p5-Pod-Markdown-3.400 cp lib/Pod/Perldoc/ToMarkdown.pm blib/lib/Pod/Perldoc/ToMarkdown.pm cp lib/Pod/Markdown.pm blib/lib/Pod/Markdown.pm cp bin/pod2markdown blib/script/pod2markdown "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2markdown Manifying 1 pod document Manifying 2 pod documents ===> p5-Pod-Markdown-3.400 depends on: p5-Test-Differences-* -> p5-Test-Differences-0.71 ===> p5-Pod-Markdown-3.400 depends on: p5-URI-* -> p5-URI-5.31 ===> Regression tests for p5-Pod-Markdown-3.400 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ......... ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # Exporter any 5.77 # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # File::Spec::Functions any 3.88 # File::Temp any 0.2311 # IO::Handle any 1.52 # IPC::Open3 any 1.22 # Symbol any 1.09 # Test::Differences any 0.71 # Test::More 0.88 1.302194 # lib any 0.65 # utf8 any 1.25 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # -------------------- ---- ----- # Encode any 3.19 # Getopt::Long any 2.54 # Pod::Simple 3.27 3.43 # Pod::Simple::Methody any 3.43 # Pod::Usage any 2.03 # URI::Escape any 5.31 # parent any 0.241 # strict any 1.12 # warnings any 1.65 # # === Runtime Recommends === # # Module Want Have # -------------- ---- ---- # HTML::Entities any 3.83 # t/00-report-prereqs.t .. ok t/back-compat.t ........ ok t/basic.t .............. ok t/codes.t .............. ok t/encoding.t ........... ok t/entities.t ........... ok t/escape.t ............. ok t/formats.t ............ ok t/links.t .............. ok t/lists.t .............. ok t/meta.t ............... ok t/misc.t ............... ok t/nested.t ............. ok t/new.t ................ ok t/perldoc.t ............ ok t/pod2markdown.t ....... ok t/verbatim.t ........... ok All tests successful. Files=18, Tests=356, 7 wallclock secs ( 0.12 usr 0.02 sys + 5.13 cusr 1.76 csys = 7.03 CPU) Result: PASS PASS textproc/p5-Pod-Markdown Duration 0m10.85s START textproc/p5-Pod-Parser 2024-11-22T09:36:05Z export _LOCKS_HELD="" ===> Cleaning for p5-Pod-Parser-1.67 ===> Checking files for p5-Pod-Parser-1.67 `/usr/ports/distfiles/Pod-Parser-1.67.tar.gz' is up to date. ===> Building from scratch p5-Pod-Parser-1.67 ===> Checking files for p5-Pod-Parser-1.67 `/usr/ports/distfiles/Pod-Parser-1.67.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Pod-Parser-1.67 ===> Patching for p5-Pod-Parser-1.67 ===> Applying OpenBSD patch patch-Makefile_PL Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile.PL |--- Makefile.PL.orig |+++ Makefile.PL -------------------------- Patching file Makefile.PL using Plan A... Hunk #1 succeeded at 70. done ===> Applying OpenBSD patch patch-lib_Pod_PlainText_pm Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: lib/Pod/PlainText.pm |--- lib/Pod/PlainText.pm.orig |+++ lib/Pod/PlainText.pm -------------------------- Patching file lib/Pod/PlainText.pm using Plan A... Hunk #1 succeeded at 139. done ===> Applying OpenBSD patch patch-t_pod_find_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |The .orig files from OpenBSD ports patches confuse this test. | |Index: t/pod/find.t |--- t/pod/find.t.orig |+++ t/pod/find.t -------------------------- Patching file t/pod/find.t using Plan A... Hunk #1 succeeded at 31. done ===> Applying OpenBSD patch patch-t_unbalanced_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: t/unbalanced.t |--- t/unbalanced.t.orig |+++ t/unbalanced.t -------------------------- (Creating file t/unbalanced.t...) Patching file t/unbalanced.t using Plan A... Empty context always matches. Hunk #1 succeeded at 1. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Pod-Parser-1.67 ===> Configuring for p5-Pod-Parser-1.67 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Pod::Parser Writing MYMETA.yml and MYMETA.json ===> Building for p5-Pod-Parser-1.67 cp lib/Pod/Select.pm blib/lib/Pod/Select.pm cp lib/Pod/Parser.pm blib/lib/Pod/Parser.pm cp lib/Pod/PlainText.pm blib/lib/Pod/PlainText.pm cp lib/Pod/ParseUtils.pm blib/lib/Pod/ParseUtils.pm cp lib/Pod/InputObjects.pm blib/lib/Pod/InputObjects.pm cp lib/Pod/PlainText.pm.orig.port blib/lib/Pod/PlainText.pm.orig.port cp lib/Pod/Find.pm blib/lib/Pod/Find.pm "/usr/bin/perl" "-Iblib/arch" "-Iblib/lib" scripts/podselect.PL scripts/podselect Extracting podselect (with variable substitutions) cp scripts/podselect blib/script/podselect "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/podselect Manifying 1 pod document Manifying 6 pod documents ===> Regression tests for p5-Pod-Parser-1.67 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/pod/*.t t/pod/contains_pod.t ..... ok t/pod/emptycmd.t ......... ok t/pod/find.t ............. ok t/pod/for.t .............. ok t/pod/headings.t ......... ok t/pod/include.t .......... ok t/pod/included.t ......... ok t/pod/lref.t ............. ok t/pod/multiline_items.t .. ok t/pod/nested_items.t ..... ok t/pod/nested_seqs.t ...... ok t/pod/oneline_cmds.t ..... ok t/pod/podselect.t ........ ok t/pod/selfcheck.t ........ ok t/pod/special_seqs.t ..... ok t/pod/twice.t ............ ok All tests successful. Files=16, Tests=25, 1 wallclock secs ( 0.08 usr 0.09 sys + 1.18 cusr 0.50 csys = 1.85 CPU) Result: PASS PASS textproc/p5-Pod-Parser Duration 0m05.14s START textproc/p5-Pod-Spell 2024-11-22T09:36:10Z export _LOCKS_HELD="" ===> Cleaning for p5-Pod-Spell-1.27 ===> Checking files for p5-Pod-Spell-1.27 `/usr/ports/distfiles/Pod-Spell-1.27.tar.gz' is up to date. ===> Building from scratch p5-Pod-Spell-1.27 ===> p5-Pod-Spell-1.27 depends on: p5-File-ShareDir-Install->=0.06 -> p5-File-ShareDir-Install-0.14 ===> Checking files for p5-Pod-Spell-1.27 `/usr/ports/distfiles/Pod-Spell-1.27.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Pod-Spell-1.27 ===> Patching for p5-Pod-Spell-1.27 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Pod-Spell-1.27 ===> Configuring for p5-Pod-Spell-1.27 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Pod::Spell Writing MYMETA.yml and MYMETA.json ===> Building for p5-Pod-Spell-1.27 cp lib/Pod/Wordlist.pm blib/lib/Pod/Wordlist.pm cp lib/Pod/Spell.pm blib/lib/Pod/Spell.pm cp share/wordlist blib/lib/auto/share/dist/Pod-Spell/wordlist cp bin/podspell blib/script/podspell "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/podspell Manifying 1 pod document Manifying 2 pod documents ===> p5-Pod-Spell-1.27 depends on: p5-Class-Tiny-* -> p5-Class-Tiny-1.008 ===> p5-Pod-Spell-1.27 depends on: p5-File-ShareDir-* -> p5-File-ShareDir-1.118 ===> p5-Pod-Spell-1.27 depends on: p5-Lingua-EN-Inflect-* -> p5-Lingua-EN-Inflect-1.905 ===> Regression tests for p5-Pod-Spell-1.27 Skip blib/lib/auto/share/dist/Pod-Spell/wordlist (unchanged) PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ......... ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ----------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # File::ShareDir::Install 0.06 0.14 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # File::Temp any 0.2311 # IO::Handle any 1.52 # IPC::Open3 any 1.22 # Test::More 0.88 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------------- -------- --------- # Carp any 1.54 # Class::Tiny any 1.008 # File::ShareDir any 1.118 # Lingua::EN::Inflect any 1.905 # POSIX any 2.13 # Pod::Escapes any 1.07 # Pod::Simple 3.27 3.43 # Text::Wrap any 2021.0814 # constant any 1.33 # locale any 1.10 # parent any 0.241 # perl 5.008001 5.038002 # t/00-report-prereqs.t .. ok t/basic.t .............. ok t/debug.t .............. ok t/fix_21.t ............. ok t/get-stopwords.t ...... ok t/text-block.t ......... ok t/utf8.t ............... ok All tests successful. Files=8, Tests=54, 5 wallclock secs ( 0.03 usr 0.03 sys + 3.12 cusr 0.76 csys = 3.94 CPU) Result: PASS PASS textproc/p5-Pod-Spell Duration 0m08.08s START textproc/p5-Regexp-Common 2024-11-22T09:36:19Z export _LOCKS_HELD="" ===> Cleaning for p5-Regexp-Common-2024080801 ===> Checking files for p5-Regexp-Common-2024080801 `/usr/ports/distfiles/Regexp-Common-2024080801.tar.gz' is up to date. ===> Building from scratch p5-Regexp-Common-2024080801 ===> Checking files for p5-Regexp-Common-2024080801 `/usr/ports/distfiles/Regexp-Common-2024080801.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Regexp-Common-2024080801 ===> Patching for p5-Regexp-Common-2024080801 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Regexp-Common-2024080801 ===> Configuring for p5-Regexp-Common-2024080801 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Regexp::Common Writing MYMETA.yml and MYMETA.json ===> Building for p5-Regexp-Common-2024080801 cp lib/Regexp/Common/URI/news.pm blib/lib/Regexp/Common/URI/news.pm cp lib/Regexp/Common/URI/tv.pm blib/lib/Regexp/Common/URI/tv.pm cp lib/Regexp/Common/net.pm blib/lib/Regexp/Common/net.pm cp lib/Regexp/Common/URI/RFC2396.pm blib/lib/Regexp/Common/URI/RFC2396.pm cp lib/Regexp/Common/URI/RFC1738.pm blib/lib/Regexp/Common/URI/RFC1738.pm cp lib/Regexp/Common.pm blib/lib/Regexp/Common.pm cp lib/Regexp/Common/URI/wais.pm blib/lib/Regexp/Common/URI/wais.pm cp lib/Regexp/Common/comment.pm blib/lib/Regexp/Common/comment.pm cp lib/Regexp/Common/URI/RFC2806.pm blib/lib/Regexp/Common/URI/RFC2806.pm cp lib/Regexp/Common/URI/pop.pm blib/lib/Regexp/Common/URI/pop.pm cp lib/Regexp/Common/profanity.pm blib/lib/Regexp/Common/profanity.pm cp lib/Regexp/Common/balanced.pm blib/lib/Regexp/Common/balanced.pm cp lib/Regexp/Common/zip.pm blib/lib/Regexp/Common/zip.pm cp lib/Regexp/Common/URI/tel.pm blib/lib/Regexp/Common/URI/tel.pm cp lib/Regexp/Common/SEN.pm blib/lib/Regexp/Common/SEN.pm cp lib/Regexp/Common/URI.pm blib/lib/Regexp/Common/URI.pm cp lib/Regexp/Common/list.pm blib/lib/Regexp/Common/list.pm cp lib/Regexp/Common/URI/RFC1808.pm blib/lib/Regexp/Common/URI/RFC1808.pm cp lib/Regexp/Common/_support.pm blib/lib/Regexp/Common/_support.pm cp lib/Regexp/Common/URI/ftp.pm blib/lib/Regexp/Common/URI/ftp.pm cp lib/Regexp/Common/URI/RFC1035.pm blib/lib/Regexp/Common/URI/RFC1035.pm cp lib/Regexp/Common/CC.pm blib/lib/Regexp/Common/CC.pm cp lib/Regexp/Common/URI/telnet.pm blib/lib/Regexp/Common/URI/telnet.pm cp lib/Regexp/Common/lingua.pm blib/lib/Regexp/Common/lingua.pm cp lib/Regexp/Common/URI/gopher.pm blib/lib/Regexp/Common/URI/gopher.pm cp lib/Regexp/Common/number.pm blib/lib/Regexp/Common/number.pm cp lib/Regexp/Common/URI/RFC2384.pm blib/lib/Regexp/Common/URI/RFC2384.pm cp lib/Regexp/Common/URI/file.pm blib/lib/Regexp/Common/URI/file.pm cp lib/Regexp/Common/URI/fax.pm blib/lib/Regexp/Common/URI/fax.pm cp lib/Regexp/Common/URI/prospero.pm blib/lib/Regexp/Common/URI/prospero.pm cp lib/Regexp/Common/whitespace.pm blib/lib/Regexp/Common/whitespace.pm cp lib/Regexp/Common/delimited.pm blib/lib/Regexp/Common/delimited.pm cp lib/Regexp/Common/URI/http.pm blib/lib/Regexp/Common/URI/http.pm Manifying 33 pod documents ===> p5-Regexp-Common-2024080801 depends on: p5-Test-Regexp-* -> p5-Test-Regexp-2017040101p0 ===> p5-Regexp-Common-2024080801 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Regexp-Common-2024080801 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Regexp-Common-2024080801 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/comment/delimited.t ............ ok t/comment/html.t ................. ok t/comment/nested.t ............... ok t/comment/pascal.t ............... ok t/comment/single_line.t .......... ok t/comment/single_or_multiline.t .. ok t/delimited/101_delimited.t ...... ok t/delimited/111_bquoted.t ........ ok t/net/101_ipv4.t ................. ok t/net/102_ipv4_strict.t .......... ok t/net/111_ipv6.t ................. ok t/net/121_mac.t .................. ok t/net/131_domain.t ............... ok t/number/101_integer.t ........... ok t/number/111_integer_base.t ...... ok t/number/121_integer_places.t .... ok t/number/122_integer_places.t .... ok t/number/123_integer_places.t .... ok t/number/131_integer_sep.t ....... ok t/number/141_integer_group.t ..... ok t/number/701_squares.t ........... ok t/number/801_roman.t ............. ok t/number/decimal.t ............... ok t/number/number.t ................ ok t/SEN/usa_ssn.t .................. ok t/test___luhn.t .................. ok t/test_balanced.t ................ ok t/test_bases.t ................... ok t/test_bases_sep.t ............... ok t/test_comments.t ................ ok t/test_curry.t ................... ok t/test_i.t ....................... ok t/test_lingua_palindrome.t ....... ok t/test_list.t .................... ok t/test_no_import.t ............... ok t/test_profanity.t ............... ok t/test_sub.t ..................... ok t/test_sub_named.t ............... ok t/test_ws.t ...................... ok t/URI/any.t ...................... ok t/URI/fax.t ...................... ok t/URI/file.t ..................... ok t/URI/ftp.t ...................... ok t/URI/gopher.t ................... ok t/URI/http.t ..................... ok t/URI/news.t ..................... ok t/URI/nntp.t ..................... ok t/URI/pop.t ...................... ok t/URI/prospero.t ................. ok t/URI/tel.t ...................... ok t/URI/telnet.t ................... ok t/URI/tv.t ....................... ok t/URI/wais.t ..................... ok t/zip/101_austria.t .............. ok t/zip/111_australia.t ............ ok t/zip/112_australia.t ............ ok t/zip/121_belgium.t .............. ok t/zip/131_denmark.t .............. ok t/zip/141_greenland.t ............ ok t/zip/151_norway.t ............... ok t/zip/161_liechtenstein.t ........ ok t/zip/171_switzerland.t .......... ok t/zip/181_italy.t ................ ok t/zip/191_germany.t .............. ok t/zip/201_luxembourg.t ........... ok t/zip/211_france.t ............... ok t/zip/221_monaco.t ............... ok t/zip/231_san-marino.t ........... ok t/zip/241_vatican-city.t ......... ok t/zip/netherlands.t .............. ok t/zip/spain.t .................... ok t/zip/us.t ....................... ok t/zip/zip.t ...................... ok All tests successful. Files=73, Tests=2315909, 1099 wallclock secs (231.70 usr 22.78 sys + 1058.78 cusr 33.95 csys = 1347.21 CPU) Result: PASS PASS textproc/p5-Regexp-Common Duration 18m22.01s START textproc/p5-String-RewritePrefix 2024-11-22T09:54:41Z export _LOCKS_HELD="" ===> Cleaning for p5-String-RewritePrefix-0.009 ===> Checking files for p5-String-RewritePrefix-0.009 `/usr/ports/distfiles/String-RewritePrefix-0.009.tar.gz' is up to date. ===> Building from scratch p5-String-RewritePrefix-0.009 ===> Checking files for p5-String-RewritePrefix-0.009 `/usr/ports/distfiles/String-RewritePrefix-0.009.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-String-RewritePrefix-0.009 ===> Patching for p5-String-RewritePrefix-0.009 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-String-RewritePrefix-0.009 ===> Configuring for p5-String-RewritePrefix-0.009 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for String::RewritePrefix Writing MYMETA.yml and MYMETA.json ===> Building for p5-String-RewritePrefix-0.009 cp lib/String/RewritePrefix.pm blib/lib/String/RewritePrefix.pm Manifying 1 pod document ===> p5-String-RewritePrefix-0.009 depends on: p5-Sub-Exporter-* -> p5-Sub-Exporter-0.991 ===> Regression tests for p5-String-RewritePrefix-0.009 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.78 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::More 0.96 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ----- ----- # Carp any 1.54 # Sub::Exporter 0.972 0.991 # strict any 1.12 # warnings any 1.65 # t/00-report-prereqs.t .. ok t/basic.t .............. ok t/rewrite_sub.t ........ ok All tests successful. Files=3, Tests=39, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.51 cusr 0.21 csys = 0.76 CPU) Result: PASS PASS textproc/p5-String-RewritePrefix Duration 0m03.38s START textproc/p5-Template 2024-11-22T09:54:44Z export _LOCKS_HELD="" ===> Cleaning for p5-Template-3.102 ===> Checking files for p5-Template-3.102 `/usr/ports/distfiles/Template-Toolkit-3.102.tar.gz' is up to date. ===> Building from scratch p5-Template-3.102 ===> p5-Template-3.102 depends on: p5-AppConfig->=1.56 -> p5-AppConfig-1.71p0 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-Template-3.102 `/usr/ports/distfiles/Template-Toolkit-3.102.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Template-3.102 ===> Patching for p5-Template-3.102 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Template-3.102 Regenerating xs/ppport.h ===> Configuring for p5-Template-3.102 Template Toolkit Version 3.102 ============================= Using Unix defaults. Run 'perl Makefile.PL TT_HELP' for a summary of options. Messages suppressed (TT_QUIET). Accepting defaults automatically (TT_ACCEPT). Checking if your kit is complete... Warning: the following files are missing in your kit: HACKING INSTALL Please inform the author. Checking if your kit is complete... Looks good Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for Template Writing MYMETA.yml and MYMETA.json Configuration complete. You should now run 'make', 'make test' and then 'make install'. See the README file for further information. ===> Building for p5-Template-3.102 cp lib/Template/Plugin/Assert.pm blib/lib/Template/Plugin/Assert.pm cp lib/Template/Service.pm blib/lib/Template/Service.pm cp lib/Template/Plugins.pm blib/lib/Template/Plugins.pm cp lib/Template/Iterator.pm blib/lib/Template/Iterator.pm cp lib/Template/Manual/Views.pod blib/lib/Template/Manual/Views.pod cp lib/Template/Tutorial.pod blib/lib/Template/Tutorial.pod cp lib/Template/Tools/ttree.pod blib/lib/Template/Tools/ttree.pod cp lib/Template/Stash/XS.pm blib/lib/Template/Stash/XS.pm cp lib/Template/Plugin/View.pm blib/lib/Template/Plugin/View.pm cp lib/Template/Plugin/Image.pm blib/lib/Template/Plugin/Image.pm cp lib/Template/Tools/tpage.pod blib/lib/Template/Tools/tpage.pod cp lib/Template/Tools.pod blib/lib/Template/Tools.pod cp lib/Template/Manual/Syntax.pod blib/lib/Template/Manual/Syntax.pod cp lib/Template/Constants.pm blib/lib/Template/Constants.pm cp lib/Template/Plugin/String.pm blib/lib/Template/Plugin/String.pm cp lib/Template/Plugin/Dumper.pm blib/lib/Template/Plugin/Dumper.pm cp lib/Template/Plugin/Scalar.pm blib/lib/Template/Plugin/Scalar.pm cp lib/Template/Plugin/Procedural.pm blib/lib/Template/Plugin/Procedural.pm cp lib/Template/Manual/VMethods.pod blib/lib/Template/Manual/VMethods.pod cp lib/Template/VMethods.pm blib/lib/Template/VMethods.pm cp lib/Template/App/ttree.pm blib/lib/Template/App/ttree.pm cp lib/Template/Manual/Directives.pod blib/lib/Template/Manual/Directives.pod cp lib/Template/Plugin.pm blib/lib/Template/Plugin.pm cp lib/Template/Plugin/URL.pm blib/lib/Template/Plugin/URL.pm cp lib/Template/Context.pm blib/lib/Template/Context.pm cp lib/Template/Document.pm blib/lib/Template/Document.pm cp lib/Template.pm blib/lib/Template.pm cp lib/Template/Plugin/Table.pm blib/lib/Template/Plugin/Table.pm cp lib/Template/Plugin/HTML.pm blib/lib/Template/Plugin/HTML.pm cp lib/Template/Plugin/Math.pm blib/lib/Template/Plugin/Math.pm cp lib/Template/Toolkit.pm blib/lib/Template/Toolkit.pm cp lib/Template/View.pm blib/lib/Template/View.pm cp lib/Template/Exception.pm blib/lib/Template/Exception.pm cp lib/Template/Manual/Variables.pod blib/lib/Template/Manual/Variables.pod cp lib/Template/Directive.pm blib/lib/Template/Directive.pm cp lib/Template/Manual/Plugins.pod blib/lib/Template/Manual/Plugins.pod cp lib/Template/Plugin/Datafile.pm blib/lib/Template/Plugin/Datafile.pm cp lib/Template/Namespace/Constants.pm blib/lib/Template/Namespace/Constants.pm cp lib/Template/Test.pm blib/lib/Template/Test.pm cp lib/Template/Plugin/Iterator.pm blib/lib/Template/Plugin/Iterator.pm cp lib/Template/Manual/Config.pod blib/lib/Template/Manual/Config.pod cp lib/Template/Stash.pm blib/lib/Template/Stash.pm cp lib/Template/Base.pm blib/lib/Template/Base.pm cp lib/Template/Parser.pm blib/lib/Template/Parser.pm cp lib/Template/Grammar.pm blib/lib/Template/Grammar.pm cp lib/Template/Plugin/File.pm blib/lib/Template/Plugin/File.pm cp lib/Template/Plugin/Date.pm blib/lib/Template/Plugin/Date.pm cp lib/Template/Tutorial/Datafile.pod blib/lib/Template/Tutorial/Datafile.pod cp lib/Template/Plugin/Pod.pm blib/lib/Template/Plugin/Pod.pm cp lib/Template/Plugin/Filter.pm blib/lib/Template/Plugin/Filter.pm cp lib/Template/Config.pm blib/lib/Template/Config.pm cp lib/Template/Manual/Intro.pod blib/lib/Template/Manual/Intro.pod cp lib/Template/Plugin/Format.pm blib/lib/Template/Plugin/Format.pm cp lib/Template/Manual/Filters.pod blib/lib/Template/Manual/Filters.pod cp lib/Template/Tutorial/Web.pod blib/lib/Template/Tutorial/Web.pod cp lib/Template/Modules.pod blib/lib/Template/Modules.pod cp lib/Template/Filters.pm blib/lib/Template/Filters.pm cp lib/Template/Provider.pm blib/lib/Template/Provider.pm cp lib/Template/FAQ.pod blib/lib/Template/FAQ.pod cp lib/Template/Manual/Credits.pod blib/lib/Template/Manual/Credits.pod cp lib/Template/Plugin/Wrap.pm blib/lib/Template/Plugin/Wrap.pm cp lib/Template/Plugin/Directory.pm blib/lib/Template/Plugin/Directory.pm cp lib/Template/Stash/Context.pm blib/lib/Template/Stash/Context.pm cp lib/Template/Manual/Internals.pod blib/lib/Template/Manual/Internals.pod cp lib/Template/Manual.pod blib/lib/Template/Manual.pod Running Mkbootstrap for XS () chmod 644 "XS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs ../blib/arch/auto/Template/Stash/XS/XS.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' Stash.xs > Stash.xsc mv Stash.xsc Stash.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"3.102\" -DXS_VERSION=\"3.102\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Stash.c Stash.xs:734:76: warning: format specifies type 'int' but the argument has type 'I32' (aka 'long') [-Wformat] croak(TT_STASH_PKG " %cet: bad element %i", value ? 's' : 'g', i); ~~ ^ %li /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Stash.xs:739:73: warning: format specifies type 'int' but the argument has type 'I32' (aka 'long') [-Wformat] croak(TT_STASH_PKG " %cet: bad arg. %i", value ? 's' : 'g', i + 1); ~~ ^~~~~ %li /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Stash.xs:756:65: warning: format specifies type 'int' but the argument has type 'I32' (aka 'long') [-Wformat] croak(TT_STASH_PKG ": set bad ident element at %i", i); ~~ ^ %li /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ Stash.xs:761:66: warning: format specifies type 'int' but the argument has type 'I32' (aka 'long') [-Wformat] croak(TT_STASH_PKG ": set bad ident argument at %i", i + 1); ~~ ^~~~~ %li /usr/libdata/perl5/i386-openbsd/CORE/embed.h:824:66: note: expanded from macro 'croak' # define croak(...) Perl_croak(aTHX_ __VA_ARGS__) ^~~~~~~~~~~ 4 warnings generated. rm -f ../blib/arch/auto/Template/Stash/XS/XS.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Stash.o -o ../blib/arch/auto/Template/Stash/XS/XS.so chmod 755 ../blib/arch/auto/Template/Stash/XS/XS.so cp bin/tpage blib/script/tpage "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/tpage cp bin/ttree blib/script/ttree "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ttree Manifying 2 pod documents Manifying 65 pod documents ===> p5-Template-3.102 depends on: p5-Image-Info-* -> p5-Image-Info-1.44 ===> p5-Template-3.102 depends on: p5-Image-Size-* -> p5-Image-Size-3.300 ===> p5-Template-3.102 depends on: p5-Pod-POM-* -> p5-Pod-POM-2.01p1 ===> Regression tests for p5-Template-3.102 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs ../blib/arch/auto/Template/Stash/XS/XS.bs 644 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs ../blib/arch/auto/Template/Stash/XS/XS.bs 644 No tests defined for Template::Stash::XS extension. PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/anycase.t t/args.t t/assert.t t/base.t t/binop.t t/block.t t/block_duplicate.t t/blocks.t t/capture.t t/case.t t/chomp.t t/compile1.t t/compile2.t t/compile3.t t/compile4.t t/compile5.t t/config.t t/constants.t t/context.t t/datafile.t t/date.t t/date_offset.t t/date_utf8.t t/debug.t t/directive.t t/directry.t t/document.t t/dumper.t t/error.t t/evalperl.t t/exception.t t/factory.t t/file.t t/fileline.t t/filter.t t/foreach.t t/format.t t/html.t t/image.t t/include.t t/iterator.t t/leak.t t/list.t t/load_order_vmethods_stash.t t/macro.t t/math.t t/math_rand.t t/meta.t t/mtime-zero.t t/object.t t/outline.t t/outline_line.t t/output.t t/parser.t t/parser2.t t/plugins.t t/plusfile.t t/pod.t t/prefix.t t/proc.t t/process-relative.t t/process.t t/process_dir.t t/provider.t t/ref.t t/scalar.t t/service.t t/skel.t t/stash-xs-unicode.t t/stash-xs.t t/stash.t t/stashc.t t/stop.t t/strcat.t t/strict.t t/string.t t/switch.t t/table.t t/tags.t t/template.t t/text.t t/throw.t t/tiedhash.t t/trace_vars.t t/try.t t/unicode.t t/url.t t/vars.t t/varsv1.t t/view.t t/while.t t/wrap.t t/wrapper.t t/zz-plugin-cycle.t t/zz-plugin-leak-gh-213.t t/zz-plugin-leak-rt-46691.t t/zz-plugin-leak.t t/zz-pmv.t t/zz-pod-coverage.t t/zz-pod-kwalitee.t t/zz-stash-xs-leak.t t/zz-url2.t t/vmethods/hash.t t/vmethods/list.t t/vmethods/replace.t t/vmethods/text.t t/compile1.t ................... ok t/compile2.t ................... ok t/compile3.t ................... ok t/compile4.t ................... ok t/compile5.t ................... ok t/anycase.t .................... ok t/args.t ....................... ok t/assert.t ..................... ok t/base.t ....................... ok t/binop.t ...................... ok t/block.t ...................... ok t/block_duplicate.t ............ ok t/blocks.t ..................... ok t/capture.t .................... ok t/case.t ....................... ok t/chomp.t ...................... ok t/config.t ..................... ok t/constants.t .................. ok t/context.t .................... ok t/datafile.t ................... ok t/date.t ....................... ok t/date_offset.t ................ ok t/date_utf8.t .................. skipped: Need to set env variable AUTHOR_TESTING=1 t/debug.t ...................... ok t/directive.t .................. ok t/directry.t ................... ok t/document.t ................... ok t/dumper.t ..................... ok t/error.t ...................... ok t/evalperl.t ................... ok t/exception.t .................. ok t/factory.t .................... ok t/file.t ....................... ok t/fileline.t ................... ok t/filter.t ..................... ok t/foreach.t .................... ok t/format.t ..................... ok t/html.t ....................... ok t/image.t ...................... ok t/include.t .................... ok t/iterator.t ................... ok t/leak.t ....................... ok t/list.t ....................... ok t/load_order_vmethods_stash.t .. ok t/macro.t ...................... ok t/math.t ....................... ok t/math_rand.t .................. ok t/meta.t ....................... ok t/mtime-zero.t ................. ok t/object.t ..................... ok t/outline.t .................... ok t/outline_line.t ............... ok t/output.t ..................... ok t/parser.t ..................... ok t/parser2.t .................... ok t/plugins.t .................... ok t/plusfile.t ................... ok t/pod.t ........................ ok t/prefix.t ..................... ok t/proc.t ....................... ok t/process-relative.t ........... ok t/process.t .................... ok t/process_dir.t ................ ok t/provider.t ................... ok t/ref.t ........................ ok t/scalar.t ..................... ok t/service.t .................... ok t/skel.t ....................... ok t/stash-xs-unicode.t ........... ok t/stash-xs.t ................... ok t/stash.t ...................... ok t/stashc.t ..................... ok t/stop.t ....................... ok t/strcat.t ..................... ok t/strict.t ..................... ok t/string.t ..................... ok t/switch.t ..................... ok t/table.t ...................... ok t/tags.t ....................... ok t/template.t ................... ok t/text.t ....................... ok t/throw.t ...................... ok t/tiedhash.t ................... ok t/trace_vars.t ................. ok t/try.t ........................ ok t/unicode.t .................... ok t/url.t ........................ ok t/vars.t ....................... ok t/varsv1.t ..................... ok t/view.t ....................... ok t/vmethods/hash.t .............. ok t/vmethods/list.t .............. ok t/vmethods/replace.t ........... ok t/vmethods/text.t .............. ok t/while.t ...................... ok t/wrap.t ....................... ok t/wrapper.t .................... ok t/zz-plugin-cycle.t ............ skipped: Developer test t/zz-plugin-leak-gh-213.t ...... skipped: Broken on older perls. We need to sort this out once everything is passing t/zz-plugin-leak-rt-46691.t .... skipped: Developer test only - set RELEASE_TESTING=1 t/zz-plugin-leak.t ............. skipped: Internal test for developer, add the --dev flag to run t/zz-pmv.t ..................... skipped: These aren't the tests you're looking for... move along t/zz-pod-coverage.t ............ skipped: Author tests not required for installation t/zz-pod-kwalitee.t ............ skipped: Author tests not required for installation t/zz-stash-xs-leak.t ........... skipped: Internal test for developer, add the --dev flag to run t/zz-url2.t .................... skipped: We can't agree on the right joint for the URL plugin All tests successful. Files=106, Tests=2944, 31 wallclock secs ( 0.48 usr 0.37 sys + 12.73 cusr 4.41 csys = 17.99 CPU) Result: PASS PASS textproc/p5-Template Duration 0m39.13s START textproc/p5-Text-Diff 2024-11-22T09:55:23Z export _LOCKS_HELD="" ===> Cleaning for p5-Text-Diff-1.45p0 ===> Checking files for p5-Text-Diff-1.45p0 `/usr/ports/distfiles/Text-Diff-1.45.tar.gz' is up to date. ===> Building from scratch p5-Text-Diff-1.45p0 ===> Checking files for p5-Text-Diff-1.45p0 `/usr/ports/distfiles/Text-Diff-1.45.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Text-Diff-1.45p0 ===> Patching for p5-Text-Diff-1.45p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Text-Diff-1.45p0 ===> Configuring for p5-Text-Diff-1.45p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Text::Diff Writing MYMETA.yml and MYMETA.json ===> Building for p5-Text-Diff-1.45p0 cp lib/Text/Diff/Config.pm blib/lib/Text/Diff/Config.pm cp lib/Text/Diff.pm blib/lib/Text/Diff.pm cp lib/Text/Diff/Table.pm blib/lib/Text/Diff/Table.pm Manifying 3 pod documents ===> p5-Text-Diff-1.45p0 depends on: p5-Algorithm-Diff-* -> p5-Algorithm-Diff-1.2010 ===> Regression tests for p5-Text-Diff-1.45p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/97_meta.t ..... skipped: Author tests not required for installation t/98_pod.t ...... skipped: Author tests not required for installation t/99_pmv.t ...... skipped: Author tests not required for installation t/ext_format.t .. ok t/general.t ..... ok t/inputs.t ...... ok t/keygen.t ...... ok t/outputs.t ..... ok t/table.t ....... ok All tests successful. Files=9, Tests=33, 1 wallclock secs ( 0.03 usr 0.08 sys + 0.49 cusr 0.29 csys = 0.89 CPU) Result: PASS PASS textproc/p5-Text-Diff Duration 0m03.58s START textproc/p5-Text-Flow 2024-11-22T09:55:27Z export _LOCKS_HELD="" ===> Cleaning for p5-Text-Flow-0.01p1 ===> Checking files for p5-Text-Flow-0.01p1 `/usr/ports/distfiles/Text-Flow-0.01.tar.gz' is up to date. ===> Building from scratch p5-Text-Flow-0.01p1 ===> Checking files for p5-Text-Flow-0.01p1 `/usr/ports/distfiles/Text-Flow-0.01.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Text-Flow-0.01p1 ===> Patching for p5-Text-Flow-0.01p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Text-Flow-0.01p1 ===> Configuring for p5-Text-Flow-0.01p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Text::Flow Writing MYMETA.yml and MYMETA.json ===> Building for p5-Text-Flow-0.01p1 cp lib/Text/Flow.pm blib/lib/Text/Flow.pm cp lib/Text/Flow/Wrap.pm blib/lib/Text/Flow/Wrap.pm Manifying 2 pod documents ===> p5-Text-Flow-0.01p1 depends on: p5-MooseX-Params-Validate->=0.19 -> p5-MooseX-Params-Validate-0.21p0 ===> p5-Text-Flow-0.01p1 depends on: p5-Test-Exception->=0.21 -> p5-Test-Exception-0.43p0 ===> p5-Text-Flow-0.01p1 depends on: p5-Test-LongString-* -> p5-Test-LongString-0.17p0 ===> p5-Text-Flow-0.01p1 depends on: p5-Test-Pod->=1.14 -> p5-Test-Pod-1.52p0 ===> p5-Text-Flow-0.01p1 depends on: p5-Test-Pod-Coverage->=1.04 -> p5-Test-Pod-Coverage-1.10p0 ===> p5-Text-Flow-0.01p1 depends on: p5-Moose->=0.21 -> p5-Moose-2.2207 ===> Regression tests for p5-Text-Flow-0.01p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t no_plan takes no arguments at t/001_basic_ascii_text_flow.t line 6. t/001_basic_ascii_text_flow.t ....... ok no_plan takes no arguments at t/002_ascii_text_flow_w_para.t line 6. t/002_ascii_text_flow_w_para.t ...... ok t/003_basic_pdf_text_flow.t ......... skipped: Test::PDF and pdflib_pl required to run PDF tests t/004_basic_pdf_text_flow_w_para.t .. skipped: Test::PDF and pdflib_pl required to run PDF tests no_plan takes no arguments at t/010_basic_ascii_word_wrap.t line 6. t/010_basic_ascii_word_wrap.t ....... ok no_plan takes no arguments at t/011_ascii_word_wrap_w_para.t line 6. t/011_ascii_word_wrap_w_para.t ...... ok t/012_basic_pdf_text_wrap.t ......... skipped: Test::PDF and pdflib_pl required to run PDF tests t/013_pdf_text_wrap_w_para.t ........ skipped: Test::PDF and pdflib_pl required to run PDF tests t/pod.t ............................. ok t/pod_coverage.t .................... ok All tests successful. Files=10, Tests=25, 3 wallclock secs ( 0.06 usr 0.06 sys + 2.25 cusr 0.61 csys = 2.98 CPU) Result: PASS PASS textproc/p5-Text-Flow Duration 0m06.57s START textproc/p5-XML-Generator 2024-11-22T09:55:33Z export _LOCKS_HELD="" ===> Cleaning for p5-XML-Generator-1.13 ===> Checking files for p5-XML-Generator-1.13 `/usr/ports/distfiles/XML-Generator-1.13.tar.gz' is up to date. ===> Building from scratch p5-XML-Generator-1.13 ===> Checking files for p5-XML-Generator-1.13 `/usr/ports/distfiles/XML-Generator-1.13.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-XML-Generator-1.13 ===> Patching for p5-XML-Generator-1.13 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-XML-Generator-1.13 ===> Configuring for p5-XML-Generator-1.13 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::Generator Writing MYMETA.yml and MYMETA.json ===> Building for p5-XML-Generator-1.13 cp lib/XML/Generator.pm blib/lib/XML/Generator.pm cp lib/XML/Generator/DOM.pm blib/lib/XML/Generator/DOM.pm Manifying 2 pod documents ===> p5-XML-Generator-1.13 depends on: p5-Tie-IxHash-* -> p5-Tie-IxHash-1.23p0 ===> p5-XML-Generator-1.13 depends on: p5-XML-DOM->=1.46 -> p5-XML-DOM-1.46p1 ===> Regression tests for p5-XML-Generator-1.13 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/author-pod-spell.t ... skipped: these tests are for testing by the author t/author-pod-syntax.t .. skipped: these tests are for testing by the author t/DOM.t ................ ok t/Generator.t .......... ok t/Issue-70986.t ........ ok t/Issue-80273.t ........ ok All tests successful. Files=6, Tests=158, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.47 cusr 0.14 csys = 0.67 CPU) Result: PASS PASS textproc/p5-XML-Generator Duration 0m03.57s START textproc/p5-XML-LibXML 2024-11-22T09:55:37Z export _LOCKS_HELD="" ===> Cleaning for p5-XML-LibXML-2.0210v0 ===> Checking files for p5-XML-LibXML-2.0210v0 `/usr/ports/distfiles/XML-LibXML-2.0210.tar.gz' is up to date. ===> Building from scratch p5-XML-LibXML-2.0210v0 ===> p5-XML-LibXML-2.0210v0 depends on: libiconv-* -> libiconv-1.17 ===> p5-XML-LibXML-2.0210v0 depends on: libxml->=2.7.6 -> libxml-2.13.5 ===> Verifying specs: c iconv lzma m perl pthread xml2 z ===> found c.100.3 iconv.7.1 lzma.2.3 m.10.1 perl.24.0 pthread.27.1 xml2.21.0 z.7.1 ===> Checking files for p5-XML-LibXML-2.0210v0 `/usr/ports/distfiles/XML-LibXML-2.0210.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-XML-LibXML-2.0210v0 ===> Patching for p5-XML-LibXML-2.0210v0 ===> Applying OpenBSD patch patch-Makefile_PL Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Alien::Build has been designed to build dependencies on the fly |when installing from CPAN. That does not make sense for our ports |tree. Remove Alien::Libxml2 references, instead link against the |library from our libxml-2 package. | |Index: Makefile.PL |--- Makefile.PL.orig |+++ Makefile.PL -------------------------- Patching file Makefile.PL using Plan A... Hunk #1 succeeded at 17. Hunk #2 succeeded at 65. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-XML-LibXML-2.0210v0 Regenerating ppport.h ===> Configuring for p5-XML-LibXML-2.0210v0 /usr/bin/perl /usr/ports/infrastructure/bin/pkg_subst -DP5ARCH=libdata/perl5/site_perl/i386-openbsd -DP5SITE=libdata/perl5/site_perl -DARCH=i386 -DBASE_PKGPATH=textproc/p5-XML-LibXML -DFLAVOR_EXT= -DFULLPKGNAME=p5-XML-LibXML-2.0210v0 -DHOMEPAGE=https://metacpan.org/release/XML-LibXML -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=i386 -DMAINTAINER=Alexander\ Bluhm\ \ -DPREFIX=/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=p5-XML-LibXML -i -B /usr/ports/pobj/p5-XML-LibXML-2.0210 /usr/ports/pobj/p5-XML-LibXML-2.0210/XML-LibXML-2.0210/Makefile.PL Checking if your kit is complete... Looks good Note: 'make install' will skip XML::LibXML::SAX registration with XML::SAX! Generating a Unix-style Makefile Writing Makefile for XML::LibXML Writing MYMETA.yml and MYMETA.json ===> Building for p5-XML-LibXML-2.0210v0 cp lib/XML/LibXML/Node.pod blib/lib/XML/LibXML/Node.pod cp lib/XML/LibXML/Error.pod blib/lib/XML/LibXML/Error.pod cp lib/XML/LibXML/Comment.pod blib/lib/XML/LibXML/Comment.pod cp lib/XML/LibXML/Number.pm blib/lib/XML/LibXML/Number.pm cp LibXML.pm blib/lib/XML/LibXML.pm cp lib/XML/LibXML/Common.pm blib/lib/XML/LibXML/Common.pm cp lib/XML/LibXML/Document.pod blib/lib/XML/LibXML/Document.pod cp lib/XML/LibXML/PI.pod blib/lib/XML/LibXML/PI.pod cp lib/XML/LibXML/Error.pm blib/lib/XML/LibXML/Error.pm cp lib/XML/LibXML/SAX.pod blib/lib/XML/LibXML/SAX.pod cp lib/XML/LibXML/SAX/Parser.pm blib/lib/XML/LibXML/SAX/Parser.pm cp lib/XML/LibXML/AttributeHash.pm blib/lib/XML/LibXML/AttributeHash.pm cp lib/XML/LibXML/DocumentFragment.pod blib/lib/XML/LibXML/DocumentFragment.pod cp lib/XML/LibXML/SAX/Generator.pm blib/lib/XML/LibXML/SAX/Generator.pm cp lib/XML/LibXML/Devel.pm blib/lib/XML/LibXML/Devel.pm cp lib/XML/LibXML/XPathExpression.pod blib/lib/XML/LibXML/XPathExpression.pod cp lib/XML/LibXML/InputCallback.pod blib/lib/XML/LibXML/InputCallback.pod cp lib/XML/LibXML/NodeList.pm blib/lib/XML/LibXML/NodeList.pm cp lib/XML/LibXML/SAX/Builder.pod blib/lib/XML/LibXML/SAX/Builder.pod cp lib/XML/LibXML/Attr.pod blib/lib/XML/LibXML/Attr.pod cp lib/XML/LibXML/DOM.pod blib/lib/XML/LibXML/DOM.pod cp lib/XML/LibXML/Text.pod blib/lib/XML/LibXML/Text.pod cp lib/XML/LibXML/Boolean.pm blib/lib/XML/LibXML/Boolean.pm cp lib/XML/LibXML/Reader.pod blib/lib/XML/LibXML/Reader.pod cp LibXML.pod blib/lib/XML/LibXML.pod cp lib/XML/LibXML/XPathContext.pod blib/lib/XML/LibXML/XPathContext.pod cp lib/XML/LibXML/Parser.pod blib/lib/XML/LibXML/Parser.pod cp lib/XML/LibXML/RegExp.pod blib/lib/XML/LibXML/RegExp.pod cp lib/XML/LibXML/Element.pod blib/lib/XML/LibXML/Element.pod cp lib/XML/LibXML/Dtd.pod blib/lib/XML/LibXML/Dtd.pod cp lib/XML/LibXML/Schema.pod blib/lib/XML/LibXML/Schema.pod cp lib/XML/LibXML/RelaxNG.pod blib/lib/XML/LibXML/RelaxNG.pod cp lib/XML/LibXML/SAX/Builder.pm blib/lib/XML/LibXML/SAX/Builder.pm cp lib/XML/LibXML/Reader.pm blib/lib/XML/LibXML/Reader.pm cp lib/XML/LibXML/ErrNo.pod blib/lib/XML/LibXML/ErrNo.pod cp lib/XML/LibXML/XPathContext.pm blib/lib/XML/LibXML/XPathContext.pm cp lib/XML/LibXML/Literal.pm blib/lib/XML/LibXML/Literal.pm cp lib/XML/LibXML/Common.pod blib/lib/XML/LibXML/Common.pod cp lib/XML/LibXML/CDATASection.pod blib/lib/XML/LibXML/CDATASection.pod cp lib/XML/LibXML/Pattern.pod blib/lib/XML/LibXML/Pattern.pod cp lib/XML/LibXML/ErrNo.pm blib/lib/XML/LibXML/ErrNo.pm cp lib/XML/LibXML/Namespace.pod blib/lib/XML/LibXML/Namespace.pod cp lib/XML/LibXML/SAX.pm blib/lib/XML/LibXML/SAX.pm Running Mkbootstrap for LibXML () chmod 644 "LibXML.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibXML.bs blib/arch/auto/XML/LibXML/LibXML.bs 644 cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/include -I/usr/local/include/libxml2 -O2 -DVERSION=\"2.0210\" -DXS_VERSION=\"2.0210\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_UTF8 Av_CharPtrPtr.c "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-XML-LibXML-2.0210/XML-LibXML-2.0210/typemap' Devel.xs > Devel.xsc mv Devel.xsc Devel.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/include -I/usr/local/include/libxml2 -O2 -DVERSION=\"2.0210\" -DXS_VERSION=\"2.0210\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_UTF8 Devel.c Devel.xs:36:12: warning: 'xmlMallocAtomicLoc' is deprecated [-Wdeprecated-declarations] return xmlMallocAtomicLoc(size, "none", 0); ^ /usr/local/include/libxml2/libxml/xmlmemory.h:176:1: note: 'xmlMallocAtomicLoc' has been explicitly marked deprecated here XML_DEPRECATED ^ /usr/local/include/libxml2/libxml/xmlexports.h:69:43: note: expanded from macro 'XML_DEPRECATED' #define XML_DEPRECATED __attribute__((deprecated)) ^ 1 warning generated. "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-XML-LibXML-2.0210/XML-LibXML-2.0210/typemap' LibXML.xs > LibXML.xsc mv LibXML.xsc LibXML.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/include -I/usr/local/include/libxml2 -O2 -DVERSION=\"2.0210\" -DXS_VERSION=\"2.0210\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_UTF8 LibXML.c LibXML.xs:5045:14: warning: case value not in enumerated type 'xmlElementType' [-Wswitch] case XML_DOCB_DOCUMENT_NODE : ^ /usr/local/include/libxml2/libxml/tree.h:196:32: note: expanded from macro 'XML_DOCB_DOCUMENT_NODE' #define XML_DOCB_DOCUMENT_NODE 21 ^ 1 warning generated. cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/include -I/usr/local/include/libxml2 -O2 -DVERSION=\"2.0210\" -DXS_VERSION=\"2.0210\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_UTF8 dom.c dom.c:657:10: warning: case value not in enumerated type 'xmlElementType' [-Wswitch] case XML_DOCB_DOCUMENT_NODE : ^ /usr/local/include/libxml2/libxml/tree.h:196:32: note: expanded from macro 'XML_DOCB_DOCUMENT_NODE' #define XML_DOCB_DOCUMENT_NODE 21 ^ 1 warning generated. cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/include -I/usr/local/include/libxml2 -O2 -DVERSION=\"2.0210\" -DXS_VERSION=\"2.0210\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_UTF8 perl-libxml-mm.c perl-libxml-mm.c:334:14: warning: case value not in enumerated type 'xmlElementType' [-Wswitch] case XML_DOCB_DOCUMENT_NODE: ^ /usr/local/include/libxml2/libxml/tree.h:196:32: note: expanded from macro 'XML_DOCB_DOCUMENT_NODE' #define XML_DOCB_DOCUMENT_NODE 21 ^ perl-libxml-mm.c:554:14: warning: case value not in enumerated type 'xmlElementType' [-Wswitch] case XML_DOCB_DOCUMENT_NODE: ^ /usr/local/include/libxml2/libxml/tree.h:196:32: note: expanded from macro 'XML_DOCB_DOCUMENT_NODE' #define XML_DOCB_DOCUMENT_NODE 21 ^ 2 warnings generated. cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/include -I/usr/local/include/libxml2 -O2 -DVERSION=\"2.0210\" -DXS_VERSION=\"2.0210\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_UTF8 perl-libxml-sax.c perl-libxml-sax.c:1539:17: warning: initializing 'xmlErrorPtr' (aka 'struct _xmlError *') with an expression of type 'const xmlError *' (aka 'const struct _xmlError *') discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] xmlErrorPtr last_err = xmlCtxtGetLastError( ctxt ); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I/usr/local/include -I/usr/local/include/libxml2 -O2 -DVERSION=\"2.0210\" -DXS_VERSION=\"2.0210\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_UTF8 xpath.c rm -f blib/arch/auto/XML/LibXML/LibXML.so LD_RUN_PATH="/usr/local/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Av_CharPtrPtr.o Devel.o LibXML.o dom.o perl-libxml-mm.o perl-libxml-sax.o xpath.o -o blib/arch/auto/XML/LibXML/LibXML.so -L/usr/local/lib -lxml2 chmod 755 blib/arch/auto/XML/LibXML/LibXML.so Manifying 34 pod documents ===> p5-XML-LibXML-2.0210v0 depends on: p5-Test-LeakTrace-* -> p5-Test-LeakTrace-0.17 ===> p5-XML-LibXML-2.0210v0 depends on: p5-XML-NamespaceSupport->=1.07 -> p5-XML-NamespaceSupport-1.12p1 ===> p5-XML-LibXML-2.0210v0 depends on: p5-XML-SAX->=0.11 -> p5-XML-SAX-1.02p0 ===> p5-XML-LibXML-2.0210v0 depends on: p5-XML-SAX-Base-* -> p5-XML-SAX-Base-1.09p0 ===> Regression tests for p5-XML-LibXML-2.0210v0 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibXML.bs blib/arch/auto/XML/LibXML/LibXML.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- -------- # Config any 5.038002 # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------ ---- -------- # Config any 5.038002 # Errno any 1.37 # IO::File any 1.52 # IO::Handle any 1.52 # POSIX any 2.13 # Scalar::Util any 1.63 # Test::More any 1.302194 # locale any 1.10 # utf8 any 1.25 # # === Runtime Requires === # # Module Want Have # ------------------------- ---- ----- # Carp any 1.54 # DynaLoader any 1.54 # Encode any 3.19 # Exporter 5.57 5.77 # IO::Handle any 1.52 # Scalar::Util any 1.63 # Tie::Hash any 1.06 # XML::NamespaceSupport 1.07 1.12 # XML::SAX 0.11 1.02 # XML::SAX::Base any 1.09 # XML::SAX::DocumentLocator any undef # XML::SAX::Exception any 1.09 # base any 2.27 # constant any 1.33 # overload any 1.37 # parent any 0.241 # strict any 1.12 # vars any 1.05 # warnings any 1.65 # t/00-report-prereqs.t .............................. ok # # # Compiled against libxml2 version: 21305 # Running libxml2 version: 21305 # t/01basic.t ........................................ ok # Failed test 'error parsing # &foo; # ' # at t/02parse.t line 887. # got: '' # expected: anything else # Looks like you failed 1 test of 533. t/02parse.t ........................................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/533 subtests t/03doc.t .......................................... ok t/04node.t ......................................... ok t/05text.t ......................................... ok t/06elements.t ..................................... ok t/07dtd.t .......................................... ok # Failed test ' TODO : Add test name' # at t/08findnodes.t line 126. # got: '3' # expected: '2' # Looks like you failed 1 test of 45. t/08findnodes.t .................................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/45 subtests t/09xpath.t ........................................ ok t/10ns.t ........................................... ok t/11memory.t ....................................... skipped: These tests are for authors only! t/12html.t ......................................... ok t/13dtd.t .......................................... ok t/14sax.t .......................................... ok t/15nodelist.t ..................................... ok t/16docnodes.t ..................................... ok t/17callbacks.t .................................... ok t/18docfree.t ...................................... ok # Failed test 'Parser error.' # at t/19die_on_invalid_utf8_rt_58848.t line 19. # 'example/thedieline.rss:26: I/O error : Invalid bytes in character encoding # .com%2fblog%2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&t=Ginja+d%26%2339%3b+ # ^ # example/thedieline.rss:26: parser error : Entity 'ldquo' not defined # log%2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&t=Ginja+d%26%2339%3b+___“ # ^ # example/thedieline.rss:26: parser error : Entity 'ldquo' not defined # 2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&title=Ginja+d%26%2339%3b+___“ # ^ # example/thedieline.rss:26: parser error : Entity 'ldquo' not defined # 2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&title=Ginja+d%26%2339%3b+___“ # ^ # example/thedieline.rss:26: parser error : Entity 'ldquo' not defined # log%2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&t=Ginja+d%26%2339%3b+___“ # ^ # example/thedieline.rss:26: parser error : Entity 'ldquo' not defined # 2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&title=Ginja+d%26%2339%3b+___“ # ^ # example/thedieline.rss:26: parser error : Entity 'ldquo' not defined # 2f2010%2f06%2fginja-d-%25c3%25b3bidos.html&title=Ginja+d%26%2339%3b+___“ # ^ # example/thedieline.rss:26: parser error : Entity 'ldquo' not defined # This" href="http://twitter.com/home?status=Ginja+d%26%2339%3b+___“ # ^ # ' # doesn't match '(?^:parser error : Input is not proper UTF-8)' # Looks like you failed 1 test of 1. t/19die_on_invalid_utf8_rt_58848.t ................. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/19encoding.t ..................................... ok t/20extras.t ....................................... ok t/21catalog.t ...................................... ok t/23rawfunctions.t ................................. ok t/24c14n.t ......................................... ok t/25relaxng.t ...................................... ok t/26schema.t ....................................... ok t/27new_callbacks_simple.t ......................... ok t/28new_callbacks_multiple.t ....................... ok t/29id.t ........................................... ok t/30keep_blanks.t .................................. ok t/30xpathcontext.t ................................. ok t/31xpc_functions.t ................................ ok t/32xpc_variables.t ................................ ok t/35huge_mode.t .................................... ok t/40reader.t ....................................... ok t/40reader_mem_error.t ............................. ok t/41xinclude.t ..................................... ok t/42common.t ....................................... ok t/43options.t ...................................... ok t/44extent.t ....................................... ok t/45regex.t ........................................ ok t/46err_column.t ................................... ok t/47load_xml_callbacks.t ........................... ok t/48_gh_pr63_detect_undef_values.t ................. ok t/48_memleak_rt_83744.t ............................ ok t/48_reader_undef_warning_on_empty_str_rt106830.t .. ok t/48_removeChild_crashes_rt_80395.t ................ ok t/48_replaceNode_DTD_nodes_rT_80521.t .............. ok t/48_RH5_double_free_rt83779.t ..................... ok t/48_rt123379_setNamespace.t ....................... ok t/48_rt55000.t ..................................... ok t/48_rt93429_recover_2_in_html_parsing.t ........... ok t/48_SAX_Builder_rt_91433.t ........................ ok t/48importing_nodes_IDs_rt_69520.t ................. ok t/49_load_html.t ................................... ok t/49callbacks_returning_undef.t .................... ok t/49global_extent.t ................................ ok t/50devel.t ........................................ ok t/51_parse_html_string_rt87089.t ................... ok Can't call method "_prev" without a package or object reference at t/60error_prev_chain.t line 38. # Looks like your test exited with 255 before it could output anything. t/60error_prev_chain.t ............................. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests t/60struct_error.t ................................. ok t/61error.t ........................................ ok t/62overload.t ..................................... ok t/71overloads.t .................................... ok t/72destruction.t .................................. ok t/80registryleak.t ................................. ok t/90shared_clone_failed_rt_91800.t ................. skipped: no ithreads in this Perl t/90stack.t ........................................ ok t/90threads.t ...................................... skipped: no ithreads in this Perl t/91unique_key.t ................................... ok t/cpan-changes.t ................................... skipped: These tests are for authors only! t/namespace-magic-scalar-rt144415.t ................ ok t/pod-files-presence.t ............................. skipped: only for AUTHORS t/pod.t ............................................ skipped: These tests are for authors only! t/release-kwalitee.t ............................... skipped: These tests are for authors only! t/style-trailing-space.t ........................... skipped: These tests are for authors only! Test Summary Report ------------------- t/02parse.t (Wstat: 256 (exited 1) Tests: 533 Failed: 1) Failed test: 511 Non-zero exit status: 1 t/08findnodes.t (Wstat: 256 (exited 1) Tests: 45 Failed: 1) Failed test: 14 Non-zero exit status: 1 t/19die_on_invalid_utf8_rt_58848.t (Wstat: 256 (exited 1) Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/60error_prev_chain.t (Wstat: 65280 (exited 255) Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 1 tests but ran 0. Files=77, Tests=2546, 18 wallclock secs ( 0.37 usr 0.29 sys + 11.48 cusr 4.27 csys = 16.41 CPU) Result: FAIL Failed 4/77 test programs. 3/2546 subtests failed. *** Error 255 in /usr/ports/pobj/p5-XML-LibXML-2.0210/XML-LibXML-2.0210 (Makefile:1321 'test_dynamic') *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3104 '/usr/ports/pobj/p5-XML-LibXML-2.0210/.test_done': @cd /usr/ports/pobj/p5-XM...) *** Error 2 in /usr/ports/textproc/p5-XML-LibXML (/usr/ports/infrastructure/mk/bsd.port.mk:2712 'test': @lock=p5-XML-LibXML-2.0210v0; expor...) FAIL textproc/p5-XML-LibXML Command 'make test' failed: 512 START textproc/p5-XML-LibXSLT 2024-11-22T09:56:11Z export _LOCKS_HELD="" ===> Cleaning for p5-XML-LibXSLT-2.003000 ===> Checking files for p5-XML-LibXSLT-2.003000 `/usr/ports/distfiles/XML-LibXSLT-2.003000.tar.gz' is up to date. ===> Building from scratch p5-XML-LibXSLT-2.003000 ===> p5-XML-LibXSLT-2.003000 depends on: libxml-* -> libxml-2.13.5 ===> p5-XML-LibXSLT-2.003000 depends on: libxslt->1.1.27 -> libxslt-1.1.42p0 ===> Verifying specs: c exslt>=7 gcrypt gpg-error iconv intl lzma m perl pthread xml2>=6 xslt>=1 z ===> found c.100.3 exslt.9.8 gcrypt.21.2 gpg-error.3.29 iconv.7.1 intl.8.0 lzma.2.3 m.10.1 perl.24.0 pthread.27.1 xml2.21.0 xslt.4.1 z.7.1 ===> Checking files for p5-XML-LibXSLT-2.003000 `/usr/ports/distfiles/XML-LibXSLT-2.003000.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-XML-LibXSLT-2.003000 ===> Patching for p5-XML-LibXSLT-2.003000 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-XML-LibXSLT-2.003000 Regenerating ppport.h ===> Configuring for p5-XML-LibXSLT-2.003000 running pkg-config libxslt... ok looking for -lxslt... yes looking for -lexslt... yes running pkg-config libexslt... ok Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::LibXSLT Writing MYMETA.yml and MYMETA.json ===> Building for p5-XML-LibXSLT-2.003000 cp lib/XML/LibXSLT/Quick.pm blib/lib/XML/LibXSLT/Quick.pm cp lib/XML/LibXSLT.pm blib/lib/XML/LibXSLT.pm Running Mkbootstrap for LibXSLT () chmod 644 "LibXSLT.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibXSLT.bs blib/arch/auto/XML/LibXSLT/LibXSLT.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-XML-LibXSLT-2.003000/XML-LibXSLT-2.003000/typemap' LibXSLT.xs > LibXSLT.xsc mv LibXSLT.xsc LibXSLT.c cc -c -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libxml2 -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"2.003000\" -DXS_VERSION=\"2.003000\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_BLANK -DHAVE_BLANK -DHAVE_EXSLT LibXSLT.c cc -c -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/libxml2 -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"2.003000\" -DXS_VERSION=\"2.003000\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DHAVE_BLANK -DHAVE_BLANK -DHAVE_EXSLT perl-libxml-mm.c perl-libxml-mm.c:225:14: warning: case value not in enumerated type 'xmlElementType' [-Wswitch] case XML_DOCB_DOCUMENT_NODE: ^ /usr/local/include/libxml2/libxml/tree.h:196:32: note: expanded from macro 'XML_DOCB_DOCUMENT_NODE' #define XML_DOCB_DOCUMENT_NODE 21 ^ perl-libxml-mm.c:339:14: warning: case value not in enumerated type 'xmlElementType' [-Wswitch] case XML_DOCB_DOCUMENT_NODE: ^ /usr/local/include/libxml2/libxml/tree.h:196:32: note: expanded from macro 'XML_DOCB_DOCUMENT_NODE' #define XML_DOCB_DOCUMENT_NODE 21 ^ 2 warnings generated. rm -f blib/arch/auto/XML/LibXSLT/LibXSLT.so LD_RUN_PATH="/usr/local/lib:/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib LibXSLT.o perl-libxml-mm.o -o blib/arch/auto/XML/LibXSLT/LibXSLT.so -L/usr/local/lib -lxslt -lxml2 -lz -lm -L/usr/local/lib -lexslt -lxml2 chmod 755 blib/arch/auto/XML/LibXSLT/LibXSLT.so Manifying 2 pod documents ===> p5-XML-LibXSLT-2.003000 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-XML-LibXSLT-2.003000 depends on: p5-Test-TrailingSpace-* -> p5-Test-TrailingSpace-0.0601 ===> p5-XML-LibXSLT-2.003000 depends on: p5-XML-LibXML->=1.70 -> p5-XML-LibXML-2.0210v0 ===> Regression tests for p5-XML-LibXSLT-2.003000 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibXSLT.bs blib/arch/auto/XML/LibXSLT/LibXSLT.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01basic.t ............... ok t/02dromeds.t ............. ok I/O warning : failed to load "not-found.xml": No such file or directory t/03input.t ............... ok t/04params.t .............. ok t/05quick.t ............... ok t/06entities.t ............ ok t/06output.t .............. ok t/07blankdoc.t ............ ok t/08literal.t ............. ok t/09exslt.t ............... ok t/10functions.t ........... ok t/11utf8.t ................ ok t/12import.t .............. ok t/13error.t ............... ok t/14security.t ............ ok t/15misc.t ................ ok t/cpan-changes.t .......... skipped: Test::CPAN::Changes required for this test t/pod.t ................... ok t/rt71345_a.t ............. ok t/rt71345_b.t ............. ok t/style-trailing-space.t .. ok t/using-quick-wrapper.t ... ok t/xml-grammar-failures.t .. ok All tests successful. Files=23, Tests=276, 5 wallclock secs ( 0.15 usr 0.06 sys + 3.69 cusr 1.18 csys = 5.08 CPU) Result: PASS PASS textproc/p5-XML-LibXSLT Duration 0m15.78s START textproc/p5-XML-NamespaceSupport 2024-11-22T09:56:26Z export _LOCKS_HELD="" ===> Cleaning for p5-XML-NamespaceSupport-1.12p1 ===> Checking files for p5-XML-NamespaceSupport-1.12p1 `/usr/ports/distfiles/XML-NamespaceSupport-1.12.tar.gz' is up to date. ===> Building from scratch p5-XML-NamespaceSupport-1.12p1 ===> Checking files for p5-XML-NamespaceSupport-1.12p1 `/usr/ports/distfiles/XML-NamespaceSupport-1.12.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-XML-NamespaceSupport-1.12p1 ===> Patching for p5-XML-NamespaceSupport-1.12p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-XML-NamespaceSupport-1.12p1 ===> Configuring for p5-XML-NamespaceSupport-1.12p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::NamespaceSupport Writing MYMETA.yml and MYMETA.json ===> Building for p5-XML-NamespaceSupport-1.12p1 cp lib/XML/NamespaceSupport.pm blib/lib/XML/NamespaceSupport.pm Manifying 1 pod document ===> Regression tests for p5-XML-NamespaceSupport-1.12p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00base.t .. ok All tests successful. Files=1, Tests=49, 0 wallclock secs ( 0.03 usr 0.03 sys + 0.13 cusr 0.03 csys = 0.22 CPU) Result: PASS PASS textproc/p5-XML-NamespaceSupport Duration 0m02.45s START textproc/p5-XML-Parser 2024-11-22T09:56:29Z export _LOCKS_HELD="" ===> Cleaning for p5-XML-Parser-2.46 ===> Checking files for p5-XML-Parser-2.46 `/usr/ports/distfiles/XML-Parser-2.46.tar.gz' is up to date. ===> Building from scratch p5-XML-Parser-2.46 ===> Verifying specs: c expat perl ===> found c.100.3 expat.15.0 perl.24.0 ===> Checking files for p5-XML-Parser-2.46 `/usr/ports/distfiles/XML-Parser-2.46.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-XML-Parser-2.46 ===> Patching for p5-XML-Parser-2.46 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-XML-Parser-2.46 ===> Configuring for p5-XML-Parser-2.46 Checking if your kit is complete... Looks good Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for XML::Parser Writing MYMETA.yml and MYMETA.json ===> Building for p5-XML-Parser-2.46 cp Parser/Encodings/README blib/lib/XML/Parser/Encodings/README cp Parser/Encodings/iso-8859-9.enc blib/lib/XML/Parser/Encodings/iso-8859-9.enc cp Parser/Style/Stream.pm blib/lib/XML/Parser/Style/Stream.pm cp Parser/Encodings/x-sjis-unicode.enc blib/lib/XML/Parser/Encodings/x-sjis-unicode.enc cp Parser/Encodings/Japanese_Encodings.msg blib/lib/XML/Parser/Encodings/Japanese_Encodings.msg cp Parser/Style/Tree.pm blib/lib/XML/Parser/Style/Tree.pm cp Parser/LWPExternEnt.pl blib/lib/XML/Parser/LWPExternEnt.pl cp Parser/Encodings/windows-1255.enc blib/lib/XML/Parser/Encodings/windows-1255.enc cp Parser/Encodings/iso-8859-15.enc blib/lib/XML/Parser/Encodings/iso-8859-15.enc cp Parser/Encodings/iso-8859-8.enc blib/lib/XML/Parser/Encodings/iso-8859-8.enc cp Parser/Encodings/koi8-r.enc blib/lib/XML/Parser/Encodings/koi8-r.enc cp Parser/Encodings/x-sjis-cp932.enc blib/lib/XML/Parser/Encodings/x-sjis-cp932.enc cp Parser/Encodings/x-euc-jp-unicode.enc blib/lib/XML/Parser/Encodings/x-euc-jp-unicode.enc cp Parser/Encodings/euc-kr.enc blib/lib/XML/Parser/Encodings/euc-kr.enc cp Parser/Encodings/x-euc-jp-jisx0221.enc blib/lib/XML/Parser/Encodings/x-euc-jp-jisx0221.enc cp Parser/Encodings/ibm866.enc blib/lib/XML/Parser/Encodings/ibm866.enc cp Parser/Encodings/x-sjis-jisx0221.enc blib/lib/XML/Parser/Encodings/x-sjis-jisx0221.enc cp Parser/Style/Objects.pm blib/lib/XML/Parser/Style/Objects.pm cp Parser/Encodings/windows-1252.enc blib/lib/XML/Parser/Encodings/windows-1252.enc cp Parser/Encodings/iso-8859-4.enc blib/lib/XML/Parser/Encodings/iso-8859-4.enc cp Parser/Encodings/iso-8859-5.enc blib/lib/XML/Parser/Encodings/iso-8859-5.enc cp Parser/Encodings/iso-8859-7.enc blib/lib/XML/Parser/Encodings/iso-8859-7.enc cp Parser/Encodings/iso-8859-3.enc blib/lib/XML/Parser/Encodings/iso-8859-3.enc cp Parser/Encodings/iso-8859-2.enc blib/lib/XML/Parser/Encodings/iso-8859-2.enc cp Parser/Encodings/x-sjis-jdk117.enc blib/lib/XML/Parser/Encodings/x-sjis-jdk117.enc cp Parser/Style/Debug.pm blib/lib/XML/Parser/Style/Debug.pm cp Parser/Encodings/big5.enc blib/lib/XML/Parser/Encodings/big5.enc cp Parser/Style/Subs.pm blib/lib/XML/Parser/Style/Subs.pm cp Parser/Encodings/windows-1250.enc blib/lib/XML/Parser/Encodings/windows-1250.enc cp Parser/Encodings/windows-1251.enc blib/lib/XML/Parser/Encodings/windows-1251.enc cp Parser.pm blib/lib/XML/Parser.pm cp Expat.pm ../blib/lib/XML/Parser/Expat.pm Running Mkbootstrap for Expat () chmod 644 "Expat.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Expat.bs ../blib/arch/auto/XML/Parser/Expat/Expat.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -noprototypes -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-XML-Parser-2.46/XML-Parser-2.46/Expat/typemap' Expat.xs > Expat.xsc mv Expat.xsc Expat.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"2.46\" -DXS_VERSION=\"2.46\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Expat.c Expat.xs:262:10: warning: enumeration values 'XML_CTYPE_EMPTY' and 'XML_CTYPE_ANY' not handled in switch [-Wswitch] switch(model->type) { ^~~~~~~~~~~ 1 warning generated. rm -f ../blib/arch/auto/XML/Parser/Expat/Expat.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Expat.o -o ../blib/arch/auto/XML/Parser/Expat/Expat.so -lexpat chmod 755 ../blib/arch/auto/XML/Parser/Expat/Expat.so Manifying 1 pod document Manifying 6 pod documents ===> Regression tests for p5-XML-Parser-2.46 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Expat.bs ../blib/arch/auto/XML/Parser/Expat/Expat.bs 644 Manifying 1 pod document PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/astress.t ........... ok t/cdata.t ............. ok t/decl.t .............. ok t/defaulted.t ......... ok t/encoding.t .......... ok t/external_ent.t ...... ok t/file.t .............. ok t/file_open_scalar.t .. ok t/finish.t ............ ok t/namespaces.t ........ ok t/parament.t .......... ok t/partial.t ........... ok t/skip.t .............. ok t/stream.t ............ ok t/styles.t ............ ok All tests successful. Files=15, Tests=140, 2 wallclock secs ( 0.07 usr 0.09 sys + 1.19 cusr 0.60 csys = 1.95 CPU) Result: PASS PASS textproc/p5-XML-Parser Duration 0m08.40s START textproc/p5-XML-SAX 2024-11-22T09:56:37Z export _LOCKS_HELD="" ===> Cleaning for p5-XML-SAX-1.02p0 ===> Checking files for p5-XML-SAX-1.02p0 `/usr/ports/distfiles/XML-SAX-1.02.tar.gz' is up to date. ===> Building from scratch p5-XML-SAX-1.02p0 ===> Checking files for p5-XML-SAX-1.02p0 `/usr/ports/distfiles/XML-SAX-1.02.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-XML-SAX-1.02p0 ===> Patching for p5-XML-SAX-1.02p0 ===> Applying OpenBSD patch patch-Makefile_PL Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |comment-out this block, it uses an installed version of XML::SAX to write out |an ini file. this is provided by ${FILESDIR}/ParserDetails.ini instead. | |Index: Makefile.PL |--- Makefile.PL.orig |+++ Makefile.PL -------------------------- Patching file Makefile.PL using Plan A... Hunk #1 succeeded at 31. Hunk #2 succeeded at 49. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-XML-SAX-1.02p0 ===> Configuring for p5-XML-SAX-1.02p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::SAX Writing MYMETA.yml and MYMETA.json ===> Building for p5-XML-SAX-1.02p0 cp lib/XML/SAX/DocumentLocator.pm blib/lib/XML/SAX/DocumentLocator.pm cp lib/XML/SAX/Intro.pod blib/lib/XML/SAX/Intro.pod cp lib/XML/SAX/PurePerl.pm blib/lib/XML/SAX/PurePerl.pm cp lib/XML/SAX/PurePerl/Productions.pm blib/lib/XML/SAX/PurePerl/Productions.pm cp lib/XML/SAX/PurePerl/EncodingDetect.pm blib/lib/XML/SAX/PurePerl/EncodingDetect.pm cp lib/XML/SAX.pm blib/lib/XML/SAX.pm cp lib/XML/SAX/PurePerl/Reader/Stream.pm blib/lib/XML/SAX/PurePerl/Reader/Stream.pm cp lib/XML/SAX/PurePerl/Reader.pm blib/lib/XML/SAX/PurePerl/Reader.pm cp lib/XML/SAX/PurePerl/NoUnicodeExt.pm blib/lib/XML/SAX/PurePerl/NoUnicodeExt.pm cp lib/XML/SAX/PurePerl/UnicodeExt.pm blib/lib/XML/SAX/PurePerl/UnicodeExt.pm cp lib/XML/SAX/PurePerl/Reader/URI.pm blib/lib/XML/SAX/PurePerl/Reader/URI.pm cp lib/XML/SAX/ParserFactory.pm blib/lib/XML/SAX/ParserFactory.pm cp lib/XML/SAX/PurePerl/XMLDecl.pm blib/lib/XML/SAX/PurePerl/XMLDecl.pm cp lib/XML/SAX/PurePerl/DTDDecls.pm blib/lib/XML/SAX/PurePerl/DTDDecls.pm cp lib/XML/SAX/PurePerl/DebugHandler.pm blib/lib/XML/SAX/PurePerl/DebugHandler.pm cp lib/XML/SAX/PurePerl/Reader/String.pm blib/lib/XML/SAX/PurePerl/Reader/String.pm cp lib/XML/SAX/PurePerl/Exception.pm blib/lib/XML/SAX/PurePerl/Exception.pm cp lib/XML/SAX/PurePerl/Reader/UnicodeExt.pm blib/lib/XML/SAX/PurePerl/Reader/UnicodeExt.pm cp lib/XML/SAX/PurePerl/DocType.pm blib/lib/XML/SAX/PurePerl/DocType.pm cp lib/XML/SAX/PurePerl/Reader/NoUnicodeExt.pm blib/lib/XML/SAX/PurePerl/Reader/NoUnicodeExt.pm Manifying 6 pod documents ===> p5-XML-SAX-1.02p0 depends on: p5-XML-NamespaceSupport->=0.03 -> p5-XML-NamespaceSupport-1.12p1 ===> p5-XML-SAX-1.02p0 depends on: p5-XML-SAX-Base->=1.05 -> p5-XML-SAX-Base-1.09p0 ===> Regression tests for p5-XML-SAX-1.02p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00basic.t ....... ok t/01known.t ....... ok t/10xmldecl1.t .... ok t/11xmldecl2.t .... ok t/12miscstart.t ... ok t/13int_ent.t ..... ok t/14encoding.t .... ok t/15element.t ..... ok parsed 80085 bytes in 0 seconds t/16large.t ....... ok t/19pi.t .......... ok t/20factory.t ..... ok t/21saxini.t ...... ok t/30parse_file.t .. ok t/40cdata.t ....... ok t/42entities.t .... ok t/99cleanup.t ..... ok All tests successful. Files=16, Tests=113, 3 wallclock secs ( 0.06 usr 0.05 sys + 1.88 cusr 0.72 csys = 2.71 CPU) Result: PASS PASS textproc/p5-XML-SAX Duration 0m05.76s START textproc/p5-XML-SAX-Base 2024-11-22T09:56:43Z export _LOCKS_HELD="" ===> Cleaning for p5-XML-SAX-Base-1.09p0 ===> Checking files for p5-XML-SAX-Base-1.09p0 `/usr/ports/distfiles/XML-SAX-Base-1.09.tar.gz' is up to date. ===> Building from scratch p5-XML-SAX-Base-1.09p0 ===> Checking files for p5-XML-SAX-Base-1.09p0 `/usr/ports/distfiles/XML-SAX-Base-1.09.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-XML-SAX-Base-1.09p0 ===> Patching for p5-XML-SAX-Base-1.09p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-XML-SAX-Base-1.09p0 ===> Configuring for p5-XML-SAX-Base-1.09p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::SAX::Base Writing MYMETA.yml and MYMETA.json ===> Building for p5-XML-SAX-Base-1.09p0 cp lib/XML/SAX/Base.pm blib/lib/XML/SAX/Base.pm cp lib/XML/SAX/Exception.pm blib/lib/XML/SAX/Exception.pm cp BuildSAXBase.pl blib/lib/XML/SAX/BuildSAXBase.pl Manifying 3 pod documents ===> Regression tests for p5-XML-SAX-Base-1.09p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00basic.t ............. ok t/01exception.t ......... ok t/01simpledriver.t ...... ok t/02simplefilter.t ...... ok t/03chdriver.t .......... ok t/04chfilter.t .......... ok t/05dtdhdriver.t ........ ok t/06lexhdriver.t ........ ok t/07declhdriver.t ....... ok t/08errorhdriver.t ...... ok t/09resoldriver.t ....... ok t/10dochdriver.t ........ ok t/11sax1multiclass.t .... ok t/12sax2multiclass.t .... ok t/13handlerswitch.t ..... ok t/14downstreamswitch.t .. ok t/15parentswitch.t ...... ok t/16gethandlers.t ....... ok t/release-pod-syntax.t .. skipped: these tests are for release candidate testing All tests successful. Files=19, Tests=137, 1 wallclock secs ( 0.09 usr 0.07 sys + 0.86 cusr 0.41 csys = 1.43 CPU) Result: PASS PASS textproc/p5-XML-SAX-Base Duration 0m03.95s START textproc/p5-XML-SAX-Expat 2024-11-22T09:56:47Z export _LOCKS_HELD="" ===> Cleaning for p5-XML-SAX-Expat-0.51p0 ===> Checking files for p5-XML-SAX-Expat-0.51p0 `/usr/ports/distfiles/XML-SAX-Expat-0.51.tar.gz' is up to date. ===> Building from scratch p5-XML-SAX-Expat-0.51p0 ===> Checking files for p5-XML-SAX-Expat-0.51p0 `/usr/ports/distfiles/XML-SAX-Expat-0.51.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-XML-SAX-Expat-0.51p0 ===> Patching for p5-XML-SAX-Expat-0.51p0 ===> Applying OpenBSD patch patch-Makefile_PL Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.PL.orig Fri Oct 10 14:44:21 2008 |+++ Makefile.PL Fri Oct 10 14:44:37 2008 -------------------------- Patching file Makefile.PL using Plan A... Hunk #1 succeeded at 28 (offset 5 lines). done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-XML-SAX-Expat-0.51p0 ===> Configuring for p5-XML-SAX-Expat-0.51p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::SAX::Expat Writing MYMETA.yml and MYMETA.json ===> Building for p5-XML-SAX-Expat-0.51p0 cp Expat.pm blib/lib/XML/SAX/Expat.pm Manifying 1 pod document ===> p5-XML-SAX-Expat-0.51p0 depends on: p5-XML-SAX-* -> p5-XML-SAX-1.02p0 ===> p5-XML-SAX-Expat-0.51p0 depends on: p5-XML-Parser-* -> p5-XML-Parser-2.46 ===> p5-XML-SAX-Expat-0.51p0 depends on: p5-XML-NamespaceSupport-* -> p5-XML-NamespaceSupport-1.12p1 ===> Regression tests for p5-XML-SAX-Expat-0.51p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00basic.t ... ok t/98podsyn.t .. ok t/99podcov.t .. ok All tests successful. Files=3, Tests=3, 1 wallclock secs ( 0.04 usr 0.02 sys + 0.40 cusr 0.12 csys = 0.58 CPU) Result: PASS PASS textproc/p5-XML-SAX-Expat Duration 0m03.55s START textproc/p5-XML-SAX-ExpatXS 2024-11-22T09:56:51Z export _LOCKS_HELD="" ===> Cleaning for p5-XML-SAX-ExpatXS-1.33p1 ===> Checking files for p5-XML-SAX-ExpatXS-1.33p1 `/usr/ports/distfiles/XML-SAX-ExpatXS-1.33.tar.gz' is up to date. ===> Building from scratch p5-XML-SAX-ExpatXS-1.33p1 ===> Verifying specs: c expat perl ===> found c.100.3 expat.15.0 perl.24.0 ===> Checking files for p5-XML-SAX-ExpatXS-1.33p1 `/usr/ports/distfiles/XML-SAX-ExpatXS-1.33.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-XML-SAX-ExpatXS-1.33p1 ===> Patching for p5-XML-SAX-ExpatXS-1.33p1 ===> Applying OpenBSD patch patch-Makefile_PL Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.PL.orig Mon Jul 2 09:59:45 2007 |+++ Makefile.PL Thu Oct 2 17:38:11 2008 -------------------------- Patching file Makefile.PL using Plan A... Hunk #1 succeeded at 103 (offset 3 lines). done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-XML-SAX-ExpatXS-1.33p1 ===> Configuring for p5-XML-SAX-ExpatXS-1.33p1 Writing XML::SAX::ExpatXS::Preload Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::SAX::ExpatXS Writing MYMETA.yml and MYMETA.json ===> Building for p5-XML-SAX-ExpatXS-1.33p1 cp lib/XML/SAX/ExpatXS/Encodings/x-sjis-unicode.enc blib/lib/XML/SAX/ExpatXS/Encodings/x-sjis-unicode.enc cp lib/XML/SAX/ExpatXS/Encoding.pm blib/lib/XML/SAX/ExpatXS/Encoding.pm cp lib/XML/SAX/ExpatXS/Encodings/iso-8859-8.enc blib/lib/XML/SAX/ExpatXS/Encodings/iso-8859-8.enc cp lib/XML/SAX/ExpatXS/Encodings/iso-8859-3.enc blib/lib/XML/SAX/ExpatXS/Encodings/iso-8859-3.enc cp lib/XML/SAX/ExpatXS/Encodings/windows-1250.enc blib/lib/XML/SAX/ExpatXS/Encodings/windows-1250.enc cp lib/XML/SAX/ExpatXS/Encodings/big5.enc blib/lib/XML/SAX/ExpatXS/Encodings/big5.enc cp lib/XML/SAX/ExpatXS/Encodings/x-euc-jp-unicode.enc blib/lib/XML/SAX/ExpatXS/Encodings/x-euc-jp-unicode.enc cp lib/XML/SAX/ExpatXS/Encodings/iso-8859-5.enc blib/lib/XML/SAX/ExpatXS/Encodings/iso-8859-5.enc cp lib/XML/SAX/ExpatXS/Encodings/iso-8859-9.enc blib/lib/XML/SAX/ExpatXS/Encodings/iso-8859-9.enc cp lib/XML/SAX/ExpatXS.pm blib/lib/XML/SAX/ExpatXS.pm cp lib/XML/SAX/ExpatXS/Encodings/x-sjis-jisx0221.enc blib/lib/XML/SAX/ExpatXS/Encodings/x-sjis-jisx0221.enc cp lib/XML/SAX/ExpatXS/Encodings/iso-8859-4.enc blib/lib/XML/SAX/ExpatXS/Encodings/iso-8859-4.enc cp lib/XML/SAX/ExpatXS/Preload.pm blib/lib/XML/SAX/ExpatXS/Preload.pm cp lib/XML/SAX/ExpatXS/Encodings/euc-kr.enc blib/lib/XML/SAX/ExpatXS/Encodings/euc-kr.enc cp lib/XML/SAX/ExpatXS/Encodings/x-sjis-cp932.enc blib/lib/XML/SAX/ExpatXS/Encodings/x-sjis-cp932.enc cp lib/XML/SAX/ExpatXS/Encodings/x-sjis-jdk117.enc blib/lib/XML/SAX/ExpatXS/Encodings/x-sjis-jdk117.enc cp lib/XML/SAX/ExpatXS/Encodings/windows-1252.enc blib/lib/XML/SAX/ExpatXS/Encodings/windows-1252.enc cp lib/XML/SAX/ExpatXS/Encodings/iso-8859-2.enc blib/lib/XML/SAX/ExpatXS/Encodings/iso-8859-2.enc cp lib/XML/SAX/ExpatXS/Encodings/iso-8859-7.enc blib/lib/XML/SAX/ExpatXS/Encodings/iso-8859-7.enc cp lib/XML/SAX/ExpatXS/Encodings/x-euc-jp-jisx0221.enc blib/lib/XML/SAX/ExpatXS/Encodings/x-euc-jp-jisx0221.enc Running Mkbootstrap for ExpatXS () chmod 644 "ExpatXS.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ExpatXS.bs blib/arch/auto/XML/SAX/ExpatXS/ExpatXS.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-XML-SAX-ExpatXS-1.33/XML-SAX-ExpatXS-1.33/typemap' ExpatXS.xs > ExpatXS.xsc mv ExpatXS.xsc ExpatXS.c cc -c -I/usr/X11R6/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"1.33\" -DXS_VERSION=\"1.33\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" ExpatXS.c ExpatXS.xs:356:10: warning: enumeration values 'XML_CTYPE_EMPTY' and 'XML_CTYPE_ANY' not handled in switch [-Wswitch] switch(model->type) { ^~~~~~~~~~~ ExpatXS.xs:724:19: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (next = hv_iternext(node)) { ~~~~~^~~~~~~~~~~~~~~~~~~ ExpatXS.xs:724:19: note: place parentheses around the assignment to silence this warning while (next = hv_iternext(node)) { ^ ( ) ExpatXS.xs:724:19: note: use '==' to turn this assignment into an equality comparison while (next = hv_iternext(node)) { ^ == 2 warnings generated. rm -f blib/arch/auto/XML/SAX/ExpatXS/ExpatXS.so LD_RUN_PATH="/usr/lib" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib ExpatXS.o -o blib/arch/auto/XML/SAX/ExpatXS/ExpatXS.so -L/usr/X11R6/lib -lexpat chmod 755 blib/arch/auto/XML/SAX/ExpatXS/ExpatXS.so Manifying 3 pod documents ===> p5-XML-SAX-ExpatXS-1.33p1 depends on: p5-XML-SAX-* -> p5-XML-SAX-1.02p0 ===> p5-XML-SAX-ExpatXS-1.33p1 depends on: p5-XML-NamespaceSupport-* -> p5-XML-NamespaceSupport-1.12p1 ===> Regression tests for p5-XML-SAX-ExpatXS-1.33p1 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- ExpatXS.bs blib/arch/auto/XML/SAX/ExpatXS/ExpatXS.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00basic.t ........... ok t/01create.t .......... ok t/02events.t .......... ok t/03document.t ........ ok t/04element.t ......... ok t/05characters.t ...... ok t/06p-i.t ............. ok t/07comment.t ......... ok t/08cdata.t ........... ok t/09dtd.t ............. ok t/10prefix.t .......... ok t/11notation.t ........ ok t/12xml-decl.t ........ ok t/13errors.t .......... ok t/14unparsed.t ........ ok t/15locator.t ......... ok t/16external.t ........ ok t/17namespaces.t ...... ok t/18file.t ............ ok t/19internal.t ........ ok t/20parameter.t ....... ok t/21resolve-ent.t ..... ok t/22encoding.t ........ ok t/23el-decl.t ......... ok t/24att-decl.t ........ ok t/25locator2.t ........ ok t/26rec-string.t ...... ok t/27parse.t ........... ok t/28dtd-resolve.t ..... ok t/29source.t .......... ok t/30skipped-ent.t ..... ok t/50parse-uri.t ....... ok t/51parse-file.t ...... ok t/f01join-chars.t ..... ok t/f02ns-attributes.t .. ok t/f03locator.t ........ ok t/f04xmlns-uris.t ..... ok t/f05xmlns-uris2.t .... ok t/f06ext-general.t .... ok t/f07ext-param.t ...... ok t/f08expatversion.t ... ok t/f09noexpand.t ....... ok t/x01zero-bug.t ....... ok All tests successful. Files=43, Tests=50, 4 wallclock secs ( 0.07 usr 0.18 sys + 2.90 cusr 1.27 csys = 4.42 CPU) Result: PASS PASS textproc/p5-XML-SAX-ExpatXS Duration 0m09.80s START textproc/p5-XML-SAX-Writer 2024-11-22T09:57:00Z export _LOCKS_HELD="" ===> Cleaning for p5-XML-SAX-Writer-0.57p0 ===> Checking files for p5-XML-SAX-Writer-0.57p0 `/usr/ports/distfiles/XML-SAX-Writer-0.57.tar.gz' is up to date. ===> Building from scratch p5-XML-SAX-Writer-0.57p0 ===> Checking files for p5-XML-SAX-Writer-0.57p0 `/usr/ports/distfiles/XML-SAX-Writer-0.57.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-XML-SAX-Writer-0.57p0 ===> Patching for p5-XML-SAX-Writer-0.57p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-XML-SAX-Writer-0.57p0 ===> Configuring for p5-XML-SAX-Writer-0.57p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::SAX::Writer Writing MYMETA.yml and MYMETA.json ===> Building for p5-XML-SAX-Writer-0.57p0 cp lib/XML/SAX/Writer/XML.pm blib/lib/XML/SAX/Writer/XML.pm cp lib/XML/SAX/Writer.pm blib/lib/XML/SAX/Writer.pm Manifying 2 pod documents ===> p5-XML-SAX-Writer-0.57p0 depends on: p5-XML-Filter-BufferText->=1.0 -> p5-XML-Filter-BufferText-1.01p1 ===> p5-XML-SAX-Writer-0.57p0 depends on: p5-XML-NamespaceSupport->=1.0 -> p5-XML-NamespaceSupport-1.12p1 ===> p5-XML-SAX-Writer-0.57p0 depends on: p5-XML-SAX-Base->=1.01 -> p5-XML-SAX-Base-1.09p0 ===> Regression tests for p5-XML-SAX-Writer-0.57p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ... ok t/05basic.t ...... ok t/10consumers.t .. ok t/20bugs.t ....... ok All tests successful. Files=4, Tests=50, 1 wallclock secs ( 0.07 usr 0.02 sys + 0.64 cusr 0.25 csys = 0.98 CPU) Result: PASS PASS textproc/p5-XML-SAX-Writer Duration 0m03.96s START textproc/p5-XML-Simple 2024-11-22T09:57:04Z export _LOCKS_HELD="" ===> Cleaning for p5-XML-Simple-2.25p0 ===> Checking files for p5-XML-Simple-2.25p0 `/usr/ports/distfiles/XML-Simple-2.25.tar.gz' is up to date. ===> Building from scratch p5-XML-Simple-2.25p0 ===> Checking files for p5-XML-Simple-2.25p0 `/usr/ports/distfiles/XML-Simple-2.25.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-XML-Simple-2.25p0 ===> Patching for p5-XML-Simple-2.25p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-XML-Simple-2.25p0 ===> Configuring for p5-XML-Simple-2.25p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::Simple Writing MYMETA.yml and MYMETA.json ===> Building for p5-XML-Simple-2.25p0 cp lib/XML/Simple.pm blib/lib/XML/Simple.pm cp lib/XML/Simple/FAQ.pod blib/lib/XML/Simple/FAQ.pod Manifying 2 pod documents ===> p5-XML-Simple-2.25p0 depends on: p5-XML-NamespaceSupport->=1.04 -> p5-XML-NamespaceSupport-1.12p1 ===> p5-XML-Simple-2.25p0 depends on: p5-XML-SAX-Expat-* -> p5-XML-SAX-Expat-0.51p0 ===> p5-XML-Simple-2.25p0 depends on: p5-XML-SAX->=0.15 -> p5-XML-SAX-1.02p0 ===> p5-XML-Simple-2.25p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-XML-Simple-2.25p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-XML-Simple-2.25p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Package Version # perl 5.38.2 # XML::Simple 2.25 # Storable 3.32 # XML::Parser 2.46 # XML::SAX 1.02 # XML::NamespaceSupport 1.12 # XML::SAX::PurePerl 1.02 (default parser) t/0_Config.t ............. ok t/1_XMLin.t .............. ok t/2_XMLout.t ............. ok t/3_Storable.t ........... ok t/4_MemShare.t ........... ok t/5_MemCopy.t ............ ok t/6_ObjIntf.t ............ ok t/7_SaxStuff.t ........... ok t/8_Namespaces.t ......... ok t/9_Strict.t ............. ok t/A_XMLParser.t .......... ok t/author-pod-syntax.t .... ok t/B_Hooks.t .............. ok t/C_External_Entities.t .. ok All tests successful. Files=14, Tests=505, 15 wallclock secs ( 0.15 usr 0.05 sys + 3.85 cusr 1.08 csys = 5.13 CPU) Result: PASS PASS textproc/p5-XML-Simple Duration 0m19.11s START textproc/p5-XML-XPath 2024-11-22T09:57:24Z export _LOCKS_HELD="" ===> Cleaning for p5-XML-XPath-1.48 ===> Checking files for p5-XML-XPath-1.48 `/usr/ports/distfiles/XML-XPath-1.48.tar.gz' is up to date. ===> Building from scratch p5-XML-XPath-1.48 ===> p5-XML-XPath-1.48 depends on: p5-Path-Tiny->=0.076 -> p5-Path-Tiny-0.146 ===> Checking files for p5-XML-XPath-1.48 `/usr/ports/distfiles/XML-XPath-1.48.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-XML-XPath-1.48 ===> Patching for p5-XML-XPath-1.48 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-XML-XPath-1.48 ===> Configuring for p5-XML-XPath-1.48 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::XPath Writing MYMETA.yml and MYMETA.json ===> Building for p5-XML-XPath-1.48 cp lib/XML/XPath/Parser.pm blib/lib/XML/XPath/Parser.pm cp lib/XML/XPath/Number.pm blib/lib/XML/XPath/Number.pm cp lib/XML/XPath/Node/Comment.pm blib/lib/XML/XPath/Node/Comment.pm cp lib/XML/XPath/Variable.pm blib/lib/XML/XPath/Variable.pm cp lib/XML/XPath/Node/PI.pm blib/lib/XML/XPath/Node/PI.pm cp lib/XML/XPath/NodeSet.pm blib/lib/XML/XPath/NodeSet.pm cp lib/XML/XPath/Builder.pm blib/lib/XML/XPath/Builder.pm cp lib/XML/XPath/Step.pm blib/lib/XML/XPath/Step.pm cp lib/XML/XPath/Literal.pm blib/lib/XML/XPath/Literal.pm cp lib/XML/XPath/Node/Attribute.pm blib/lib/XML/XPath/Node/Attribute.pm cp lib/XML/XPath/Boolean.pm blib/lib/XML/XPath/Boolean.pm cp lib/XML/XPath/Node/Namespace.pm blib/lib/XML/XPath/Node/Namespace.pm cp lib/XML/XPath/Node.pm blib/lib/XML/XPath/Node.pm cp lib/XML/XPath/Function.pm blib/lib/XML/XPath/Function.pm cp lib/XML/XPath/XMLParser.pm blib/lib/XML/XPath/XMLParser.pm cp lib/XML/XPath/Node/Element.pm blib/lib/XML/XPath/Node/Element.pm cp lib/XML/XPath/Root.pm blib/lib/XML/XPath/Root.pm cp lib/XML/XPath/PerlSAX.pm blib/lib/XML/XPath/PerlSAX.pm cp lib/XML/XPath.pm blib/lib/XML/XPath.pm cp lib/XML/XPath/Expr.pm blib/lib/XML/XPath/Expr.pm cp lib/XML/XPath/LocationPath.pm blib/lib/XML/XPath/LocationPath.pm cp lib/XML/XPath/Node/Text.pm blib/lib/XML/XPath/Node/Text.pm cp examples/xpath blib/script/xpath "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/xpath Manifying 1 pod document Manifying 16 pod documents ===> p5-XML-XPath-1.48 depends on: p5-Test-CPAN-Meta-* -> p5-Test-CPAN-Meta-0.25p0 ===> p5-XML-XPath-1.48 depends on: p5-Test-CheckManifest-* -> p5-Test-CheckManifest-1.43 ===> p5-XML-XPath-1.48 depends on: p5-Test-LeakTrace-* -> p5-Test-LeakTrace-0.17 ===> p5-XML-XPath-1.48 depends on: p5-XML-Parser->=2.23 -> p5-XML-Parser-2.46 ===> Regression tests for p5-XML-XPath-1.48 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing XML::XPath 1.48, Perl 5.038002, /usr/bin/perl t/00load.t .................... ok t/01basic.t ................... ok t/02descendant.t .............. ok t/03star.t .................... ok t/04pos.t ..................... ok t/05attrib.t .................. ok t/06attrib_val.t .............. ok t/07count.t ................... ok t/08name.t .................... ok t/09a_string_length.t ......... ok t/09string_length.t ........... ok t/10pipe.t .................... ok t/11axischild.t ............... ok t/12axisdescendant.t .......... ok t/13axisparent.t .............. ok t/14axisancestor.t ............ ok t/15axisfol_sib.t ............. ok t/16axisprec_sib.t ............ ok t/17axisfollowing.t ........... ok t/18axispreceding.t ........... ok t/19axisd_or_s.t .............. ok t/20axisa_or_s.t .............. ok t/21allnodes.t ................ ok t/22name_select.t ............. ok t/23func.t .................... ok t/24namespaces.t .............. ok t/25scope.t ................... ok t/26predicate.t ............... ok t/27asxml.t ................... ok t/28ancestor2.t ............... ok t/29desc_with_predicate.t ..... ok t/30lang.t .................... ok t/31dots.t .................... ok t/32duplicate_nodes.t ......... ok t/33getnodetext.t ............. ok t/34non_abbreviated_attrib.t .. ok t/35namespace_uri.t ........... ok t/36substring.t ............... ok t/37concat.t .................. ok t/38starts_with.t ............. ok t/39contains.t ................ ok t/40substring_before.t ........ ok t/41substring_after.t ......... ok t/42create_node.t ............. ok t/43op_div.t .................. ok t/44test_compare.t ............ ok t/45cmp_nodeset.t ............. ok t/46context.t ................. ok t/47position.t ................ ok t/48translate.t ............... ok t/49literal.t ................. ok t/50xmlxpathparsercache.t ..... ok t/51elementname.t ............. ok t/52matches.t ................. ok t/cleanup.t ................... ok t/insert.t .................... ok t/manifest.t .................. ok t/meta-json.t ................. skipped: Test::CPAN::Meta::JSON required for testing MYMETA.json t/meta-yml.t .................. ok t/rdf.t ....................... ok t/remove.t .................... ok t/stress.t .................... ok All tests successful. Files=62, Tests=378, 12 wallclock secs ( 0.26 usr 0.17 sys + 7.89 cusr 2.76 csys = 11.08 CPU) Result: PASS PASS textproc/p5-XML-XPath Duration 0m15.72s START www/p5-Apache-Session-Generate-UUID 2024-11-22T09:57:39Z export _LOCKS_HELD="" ===> Cleaning for p5-Apache-Session-Generate-UUID-0.2p2 ===> Checking files for p5-Apache-Session-Generate-UUID-0.2p2 `/usr/ports/distfiles/Apache-Session-Generate-UUID-0.2.tar.gz' is up to date. ===> Building from scratch p5-Apache-Session-Generate-UUID-0.2p2 ===> p5-Apache-Session-Generate-UUID-0.2p2 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Apache-Session-Generate-UUID-0.2p2 `/usr/ports/distfiles/Apache-Session-Generate-UUID-0.2.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Apache-Session-Generate-UUID-0.2p2 ===> Patching for p5-Apache-Session-Generate-UUID-0.2p2 ===> Applying OpenBSD patch patch-t_11-new_t Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: t/11-new.t |--- t/11-new.t.orig |+++ t/11-new.t -------------------------- Patching file t/11-new.t using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 12. Hunk #3 succeeded at 27. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Apache-Session-Generate-UUID-0.2p2 ===> Configuring for p5-Apache-Session-Generate-UUID-0.2p2 Checking prerequisites... build_requires: ! Test::Group is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Run 'Build installdeps' to install missing prerequisites. Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Apache-Session-Generate-UUID' version '0.2' ===> Building for p5-Apache-Session-Generate-UUID-0.2p2 Building Apache-Session-Generate-UUID ===> p5-Apache-Session-Generate-UUID-0.2p2 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-Apache-Session-Generate-UUID-0.2p2 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-Apache-Session-Generate-UUID-0.2p2 depends on: p5-Test-Perl-Critic-* -> p5-Test-Perl-Critic-1.04p0 ===> p5-Apache-Session-Generate-UUID-0.2p2 depends on: p5-Test-Pod->=1.14 -> p5-Test-Pod-1.52p0 ===> p5-Apache-Session-Generate-UUID-0.2p2 depends on: p5-Test-Pod-Coverage->=1.04 -> p5-Test-Pod-Coverage-1.10p0 ===> p5-Apache-Session-Generate-UUID-0.2p2 depends on: p5-Data-UUID-* -> p5-Data-UUID-1.227 ===> p5-Apache-Session-Generate-UUID-0.2p2 depends on: p5-Apache-Session-* -> p5-Apache-Session-1.94 ===> Regression tests for p5-Apache-Session-Generate-UUID-0.2p2 # Testing Apache::Session::Generate::UUID 0.2, Perl 5.038002, /usr/bin/perl t/00-compile.t ....... ok t/04-pod.t ........... ok t/05-pod_coverage.t .. ok t/06-perl_critic.t ... ok t/11-new.t ........... ok All tests successful. Files=5, Tests=12, 3 wallclock secs ( 0.04 usr 0.03 sys + 2.08 cusr 1.19 csys = 3.34 CPU) Result: PASS PASS www/p5-Apache-Session-Generate-UUID Duration 0m07.17s START www/p5-CGI 2024-11-22T09:57:46Z export _LOCKS_HELD="" ===> Cleaning for p5-CGI-4.64 ===> Checking files for p5-CGI-4.64 `/usr/ports/distfiles/CGI-4.64.tar.gz' is up to date. ===> Building from scratch p5-CGI-4.64 ===> Checking files for p5-CGI-4.64 `/usr/ports/distfiles/CGI-4.64.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-CGI-4.64 ===> Patching for p5-CGI-4.64 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-CGI-4.64 ===> Configuring for p5-CGI-4.64 Checking if your kit is complete... Looks good Warning: LINKTYPE set to '', no longer necessary Generating a Unix-style Makefile Writing Makefile for CGI Writing MYMETA.yml and MYMETA.json ===> Building for p5-CGI-4.64 cp lib/CGI/Push.pm blib/lib/CGI/Push.pm cp lib/CGI/File/Temp.pm blib/lib/CGI/File/Temp.pm cp lib/CGI/HTML/Functions.pod blib/lib/CGI/HTML/Functions.pod cp lib/CGI.pod blib/lib/CGI.pod cp lib/CGI/Cookie.pm blib/lib/CGI/Cookie.pm cp lib/CGI/Carp.pm blib/lib/CGI/Carp.pm cp lib/CGI.pm blib/lib/CGI.pm cp lib/Fh.pm blib/lib/Fh.pm cp lib/CGI/Pretty.pm blib/lib/CGI/Pretty.pm cp lib/CGI/Util.pm blib/lib/CGI/Util.pm cp lib/CGI/HTML/Functions.pm blib/lib/CGI/HTML/Functions.pm Manifying 7 pod documents ===> p5-CGI-4.64 depends on: p5-Test-NoWarnings-* -> p5-Test-NoWarnings-1.06 ===> p5-CGI-4.64 depends on: p5-Test-Warn->=0.3 -> p5-Test-Warn-0.37 ===> p5-CGI-4.64 depends on: p5-HTML-Parser->=3.69 -> p5-HTML-Parser-3.83 ===> Regression tests for p5-CGI-4.64 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/headers/*.t t/append_query.t ............ ok t/arbitrary_handles.t ....... ok t/autoescape.t .............. ok t/can.t ..................... ok [Fri Nov 22 10:57:51 2024] carp.t: foo at /usr/ports/pobj/p5-CGI-4.64/CGI-4.64/blib/lib/CGI/Carp.pm line 360. t/carp.t .................... ok # cgi-lib.pl routines private_tempfiles has been deprecated at /usr/ports/pobj/p5-CGI-4.64/CGI-4.64/blib/lib/CGI.pm line 3241. t/cgi.t ..................... ok t/charset.t ................. ok t/checkbox_group.t .......... ok t/command_line.t ............ ok t/compiles_pod.t ............ ok t/cookie.t .................. ok t/delete.t .................. ok t/Dump.t .................... ok t/end_form.t ................ ok t/form.t .................... ok t/function.t ................ ok t/gh-155.t .................. ok t/headers.t ................. ok t/headers/attachment.t ...... ok t/headers/charset.t ......... ok t/headers/cookie.t .......... ok t/headers/default.t ......... ok t/headers/nph.t ............. ok t/headers/p3p.t ............. ok t/headers/target.t .......... ok t/headers/type.t ............ ok t/hidden.t .................. ok t/html.t .................... ok t/html_functions.t .......... ok t/http.t .................... ok t/init.t .................... ok t/multipart_globals.t ....... ok t/multipart_init.t .......... ok t/multipart_start.t ......... ok t/no_tabindex.t ............. ok t/param_fetch.t ............. ok t/param_list_context.t ...... ok t/popup_menu.t .............. ok t/postdata.t ................ ok CGI::Pretty is DEPRECATED and will be removed in a future release. Please see https://github.com/leejo/CGI.pm/issues/162 for more information at /usr/ports/pobj/p5-CGI-4.64/CGI-4.64/blib/lib/CGI/Pretty.pm line 20. t/pretty.t .................. ok t/push.t .................... ok t/query_string.t ............ ok t/redirect_query_string.t ... ok t/request.t ................. ok t/rt-31107.t ................ ok t/rt-52469.t ................ ok t/rt-57524.t ................ ok t/rt-75628.t ................ ok t/rt-84767.t ................ ok t/save_read_roundtrip.t ..... ok t/sorted.t .................. ok t/start_end_asterisk.t ...... ok t/start_end_end.t ........... ok t/start_end_start.t ......... ok t/unescapeHTML.t ............ ok t/upload.t .................. ok t/upload_quoted_unquoted.t .. ok t/uploadInfo.t .............. ok t/url.t ..................... ok t/user_agent.t .............. ok t/utf8.t .................... ok t/util-58.t ................. ok t/util.t .................... ok All tests successful. Files=63, Tests=1595, 14 wallclock secs ( 0.40 usr 0.30 sys + 9.16 cusr 3.60 csys = 13.46 CPU) Result: PASS PASS www/p5-CGI Duration 0m17.34s START www/p5-CGI-Simple 2024-11-22T09:58:04Z export _LOCKS_HELD="" ===> Cleaning for p5-CGI-Simple-1.281 ===> Checking files for p5-CGI-Simple-1.281 `/usr/ports/distfiles/CGI-Simple-1.281.tar.gz' is up to date. ===> Building from scratch p5-CGI-Simple-1.281 ===> Checking files for p5-CGI-Simple-1.281 `/usr/ports/distfiles/CGI-Simple-1.281.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-CGI-Simple-1.281 ===> Patching for p5-CGI-Simple-1.281 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-CGI-Simple-1.281 ===> Configuring for p5-CGI-Simple-1.281 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for CGI::Simple Writing MYMETA.yml and MYMETA.json ===> Building for p5-CGI-Simple-1.281 cp lib/CGI/Simple.pm blib/lib/CGI/Simple.pm cp lib/CGI/Simple/Cookie.pm blib/lib/CGI/Simple/Cookie.pm cp lib/CGI/Simple/Standard.pm blib/lib/CGI/Simple/Standard.pm cp lib/CGI/Simple/Util.pm blib/lib/CGI/Simple/Util.pm Manifying 4 pod documents ===> p5-CGI-Simple-1.281 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-CGI-Simple-1.281 depends on: p5-Test-NoWarnings-* -> p5-Test-NoWarnings-1.06 ===> p5-CGI-Simple-1.281 depends on: p5-libwww-* -> p5-libwww-6.77 ===> Regression tests for p5-CGI-Simple-1.281 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing CGI::Simple 1.281 t/000.load.t ......... ok t/020.cookie.t ....... ok t/030.function.t ..... ok t/040.request.t ...... ok t/041.multipart.t .... ok t/050.simple.t ....... ok t/060.slow_post.t .... ok t/070.standard.t ..... ok t/080.util.t ......... ok t/090.14838.t ........ ok t/100.set-cookie.t ... ok t/110.bad-upload.t ... ok t/120.header-crlf.t .. ok t/headers.t .......... ok t/upload_info.t ...... ok t/version.t .......... ok All tests successful. Files=16, Tests=890, 13 wallclock secs ( 0.16 usr 0.14 sys + 2.21 cusr 0.94 csys = 3.45 CPU) Result: PASS PASS www/p5-CGI-Simple Duration 0m16.70s START www/p5-Dancer2 2024-11-22T09:58:20Z export _LOCKS_HELD="" ===> Cleaning for p5-Dancer2-1.1.1 ===> Checking files for p5-Dancer2-1.1.1 `/usr/ports/distfiles/Dancer2-1.1.1.tar.gz' is up to date. ===> Building from scratch p5-Dancer2-1.1.1 ===> p5-Dancer2-1.1.1 depends on: p5-File-ShareDir-Install->=0.06 -> p5-File-ShareDir-Install-0.14 ===> Checking files for p5-Dancer2-1.1.1 `/usr/ports/distfiles/Dancer2-1.1.1.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Dancer2-1.1.1 ===> Patching for p5-Dancer2-1.1.1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Dancer2-1.1.1 ===> Configuring for p5-Dancer2-1.1.1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Dancer2 Writing MYMETA.yml and MYMETA.json ===> Building for p5-Dancer2-1.1.1 cp lib/Dancer2/Core/Role/Logger.pm blib/lib/Dancer2/Core/Role/Logger.pm cp lib/Dancer2/Core/Hook.pm blib/lib/Dancer2/Core/Hook.pm cp lib/Dancer2/Core/MIME.pm blib/lib/Dancer2/Core/MIME.pm cp lib/Dancer2/Manual/Migration.pod blib/lib/Dancer2/Manual/Migration.pod cp lib/Dancer2/Session/YAML.pm blib/lib/Dancer2/Session/YAML.pm cp lib/Dancer2/DeprecationPolicy.pod blib/lib/Dancer2/DeprecationPolicy.pod cp lib/Dancer2/Serializer/Dumper.pm blib/lib/Dancer2/Serializer/Dumper.pm cp lib/Dancer2/Template/Simple.pm blib/lib/Dancer2/Template/Simple.pm cp lib/Dancer2/Core/Role/ConfigReader.pm blib/lib/Dancer2/Core/Role/ConfigReader.pm cp lib/Dancer2/Template/Implementation/ForkedTiny.pm blib/lib/Dancer2/Template/Implementation/ForkedTiny.pm cp lib/Dancer2/Logger/Console.pm blib/lib/Dancer2/Logger/Console.pm cp lib/Dancer2/CLI/Version.pm blib/lib/Dancer2/CLI/Version.pm cp lib/Dancer2/CLI/Gen.pm blib/lib/Dancer2/CLI/Gen.pm cp lib/Dancer2/Handler/File.pm blib/lib/Dancer2/Handler/File.pm cp lib/Dancer2/Logger/Note.pm blib/lib/Dancer2/Logger/Note.pm cp lib/Dancer2/Core/HTTP.pm blib/lib/Dancer2/Core/HTTP.pm cp lib/Dancer2/Serializer/JSON.pm blib/lib/Dancer2/Serializer/JSON.pm cp lib/Dancer2/Manual/Deployment.pod blib/lib/Dancer2/Manual/Deployment.pod cp lib/Dancer2/Core/Role/HasLocation.pm blib/lib/Dancer2/Core/Role/HasLocation.pm cp lib/Dancer2/Core/Role/Serializer.pm blib/lib/Dancer2/Core/Role/Serializer.pm cp lib/Dancer2/Core/Types.pm blib/lib/Dancer2/Core/Types.pm cp lib/Dancer2/Core/Time.pm blib/lib/Dancer2/Core/Time.pm cp lib/Dancer2/Policy.pod blib/lib/Dancer2/Policy.pod cp lib/Dancer2/CLI.pm blib/lib/Dancer2/CLI.pm cp lib/Dancer2/Core/Request/Upload.pm blib/lib/Dancer2/Core/Request/Upload.pm cp lib/Dancer2/FileUtils.pm blib/lib/Dancer2/FileUtils.pm cp lib/Dancer2/Logger/Capture/Trap.pm blib/lib/Dancer2/Logger/Capture/Trap.pm cp lib/Dancer2/Core/Role/StandardResponses.pm blib/lib/Dancer2/Core/Role/StandardResponses.pm cp lib/Dancer2/Core/App.pm blib/lib/Dancer2/Core/App.pm cp lib/Dancer2/Core/Dispatcher.pm blib/lib/Dancer2/Core/Dispatcher.pm cp lib/Dancer2/Core/DSL.pm blib/lib/Dancer2/Core/DSL.pm cp lib/Dancer2/Logger/Diag.pm blib/lib/Dancer2/Logger/Diag.pm cp lib/Dancer2/Core/Session.pm blib/lib/Dancer2/Core/Session.pm cp lib/Dancer2/Core/Route.pm blib/lib/Dancer2/Core/Route.pm cp lib/Dancer2/Plugins.pod blib/lib/Dancer2/Plugins.pod cp lib/Dancer2/Tutorial.pod blib/lib/Dancer2/Tutorial.pod cp lib/Dancer2/Plugin.pm blib/lib/Dancer2/Plugin.pm cp lib/Dancer2/Handler/AutoPage.pm blib/lib/Dancer2/Handler/AutoPage.pm cp lib/Dancer2/Cookbook.pod blib/lib/Dancer2/Cookbook.pod cp lib/Dancer2/Test.pm blib/lib/Dancer2/Test.pm cp lib/Dancer2/Manual.pod blib/lib/Dancer2/Manual.pod cp lib/Dancer2/Manual/Keywords.pod blib/lib/Dancer2/Manual/Keywords.pod cp lib/Dancer2/Core.pm blib/lib/Dancer2/Core.pm cp lib/Dancer2/Core/Error.pm blib/lib/Dancer2/Core/Error.pm cp lib/Dancer2/Serializer/Mutable.pm blib/lib/Dancer2/Serializer/Mutable.pm cp lib/Dancer2/Logger/Capture.pm blib/lib/Dancer2/Logger/Capture.pm cp lib/Dancer2/Core/Response/Delayed.pm blib/lib/Dancer2/Core/Response/Delayed.pm cp lib/Dancer2/Core/Cookie.pm blib/lib/Dancer2/Core/Cookie.pm cp lib/Dancer2/Core/Role/Hookable.pm blib/lib/Dancer2/Core/Role/Hookable.pm cp lib/Dancer2/Template/Tiny.pm blib/lib/Dancer2/Template/Tiny.pm cp lib/Dancer2/Session/Simple.pm blib/lib/Dancer2/Session/Simple.pm cp lib/Dancer2/Logger/File.pm blib/lib/Dancer2/Logger/File.pm cp lib/Dancer2/Manual/Testing.pod blib/lib/Dancer2/Manual/Testing.pod cp lib/Dancer2/Core/Role/SessionFactory.pm blib/lib/Dancer2/Core/Role/SessionFactory.pm cp lib/Dancer2/Core/Role/Template.pm blib/lib/Dancer2/Core/Role/Template.pm cp lib/Dancer2/Logger/Null.pm blib/lib/Dancer2/Logger/Null.pm cp lib/Dancer2/Core/Request.pm blib/lib/Dancer2/Core/Request.pm cp lib/Dancer2/Core/Role/SessionFactory/File.pm blib/lib/Dancer2/Core/Role/SessionFactory/File.pm cp lib/Dancer2/Core/Role/DSL.pm blib/lib/Dancer2/Core/Role/DSL.pm cp lib/Dancer2/Serializer/YAML.pm blib/lib/Dancer2/Serializer/YAML.pm cp lib/Dancer2.pm blib/lib/Dancer2.pm cp lib/Dancer2/Core/Response.pm blib/lib/Dancer2/Core/Response.pm cp lib/Dancer2/Core/Role/Handler.pm blib/lib/Dancer2/Core/Role/Handler.pm cp lib/Dancer2/Template/TemplateToolkit.pm blib/lib/Dancer2/Template/TemplateToolkit.pm cp lib/Dancer2/Core/Factory.pm blib/lib/Dancer2/Core/Factory.pm cp lib/Dancer2/Core/Runner.pm blib/lib/Dancer2/Core/Runner.pm cp lib/Dancer2/Core/Role/Engine.pm blib/lib/Dancer2/Core/Role/Engine.pm cp lib/Dancer2/Config.pod blib/lib/Dancer2/Config.pod cp share/skel/public/images/perldancer.jpg blib/lib/auto/share/dist/Dancer2/skel/public/images/perldancer.jpg cp share/skel/.dancer blib/lib/auto/share/dist/Dancer2/skel/.dancer cp share/skel/config.yml blib/lib/auto/share/dist/Dancer2/skel/config.yml cp share/skel/Makefile.PL blib/lib/auto/share/dist/Dancer2/skel/Makefile.PL cp share/skel/views/layouts/main.tt blib/lib/auto/share/dist/Dancer2/skel/views/layouts/main.tt cp share/skel/public/500.html blib/lib/auto/share/dist/Dancer2/skel/public/500.html cp share/skel/public/images/perldancer-bg.jpg blib/lib/auto/share/dist/Dancer2/skel/public/images/perldancer-bg.jpg cp share/skel/lib/AppFile.pm blib/lib/auto/share/dist/Dancer2/skel/lib/AppFile.pm cp share/skel/environments/development.yml blib/lib/auto/share/dist/Dancer2/skel/environments/development.yml cp share/skel/t/001_base.t blib/lib/auto/share/dist/Dancer2/skel/t/001_base.t cp share/skel/bin/+app.psgi blib/lib/auto/share/dist/Dancer2/skel/bin/+app.psgi cp share/skel/environments/production.yml blib/lib/auto/share/dist/Dancer2/skel/environments/production.yml cp share/skel/views/index.tt blib/lib/auto/share/dist/Dancer2/skel/views/index.tt cp share/skel/public/favicon.ico blib/lib/auto/share/dist/Dancer2/skel/public/favicon.ico cp share/skel/public/javascripts/jquery.js blib/lib/auto/share/dist/Dancer2/skel/public/javascripts/jquery.js cp share/docker/Dockerfile blib/lib/auto/share/dist/Dancer2/docker/Dockerfile cp share/skel/MANIFEST.SKIP blib/lib/auto/share/dist/Dancer2/skel/MANIFEST.SKIP cp share/skel/public/+dispatch.cgi blib/lib/auto/share/dist/Dancer2/skel/public/+dispatch.cgi cp share/.gitignore blib/lib/auto/share/dist/Dancer2/.gitignore cp share/skel/t/002_index_route.t blib/lib/auto/share/dist/Dancer2/skel/t/002_index_route.t cp share/skel/public/+dispatch.fcgi blib/lib/auto/share/dist/Dancer2/skel/public/+dispatch.fcgi cp share/skel/cpanfile blib/lib/auto/share/dist/Dancer2/skel/cpanfile cp share/skel/public/404.html blib/lib/auto/share/dist/Dancer2/skel/public/404.html cp share/skel/public/css/error.css blib/lib/auto/share/dist/Dancer2/skel/public/css/error.css cp share/skel/public/css/style.css blib/lib/auto/share/dist/Dancer2/skel/public/css/style.css cp script/dancer2 blib/script/dancer2 "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/dancer2 Manifying 1 pod document Manifying 68 pod documents ===> p5-Dancer2-1.1.1 depends on: p5-AnyEvent-* -> p5-AnyEvent-7.17p2v0 ===> p5-Dancer2-1.1.1 depends on: p5-Test-CPAN-Meta-* -> p5-Test-CPAN-Meta-0.25p0 ===> p5-Dancer2-1.1.1 depends on: p5-Test-EOL-* -> p5-Test-EOL-2.02 ===> p5-Dancer2-1.1.1 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Dancer2-1.1.1 depends on: p5-Test-Memory-Cycle->=1.04 -> p5-Test-Memory-Cycle-1.06p0 ===> p5-Dancer2-1.1.1 depends on: p5-Test-MockTime-* -> p5-Test-MockTime-0.17p0 ===> p5-Dancer2-1.1.1 depends on: p5-Test-NoTabs-* -> p5-Test-NoTabs-2.02p0 ===> p5-Dancer2-1.1.1 depends on: p5-Test-Perl-Critic-* -> p5-Test-Perl-Critic-1.04p0 ===> p5-Dancer2-1.1.1 depends on: p5-Capture-Tiny-* -> p5-Capture-Tiny-0.48p0 ===> p5-Dancer2-1.1.1 depends on: p5-Cpanel-JSON-XS-* -> p5-Cpanel-JSON-XS-4.38 ===> p5-Dancer2-1.1.1 depends on: p5-JSON-* -> p5-JSON-4.10 ===> p5-Dancer2-1.1.1 depends on: p5-JSON-XS-* -> p5-JSON-XS-4.03v1 ===> p5-Dancer2-1.1.1 depends on: p5-JSON-MaybeXS-* -> p5-JSON-MaybeXS-1.004005 ===> p5-Dancer2-1.1.1 depends on: p5-CLI-Osprey-* -> p5-CLI-Osprey-0.08 ===> p5-Dancer2-1.1.1 depends on: p5-Class-Load-* -> p5-Class-Load-0.25p0 ===> p5-Dancer2-1.1.1 depends on: p5-Config-Any-* -> p5-Config-Any-0.33 ===> p5-Dancer2-1.1.1 depends on: p5-File-Share-* -> p5-File-Share-0.27 ===> p5-Dancer2-1.1.1 depends on: p5-Hash-Merge-Simple-* -> p5-Hash-Merge-Simple-0.052 ===> p5-Dancer2-1.1.1 depends on: p5-Import-Into-* -> p5-Import-Into-1.002005p1 ===> p5-Dancer2-1.1.1 depends on: p5-Moo->=2.000000 -> p5-Moo-2.005005 ===> p5-Dancer2-1.1.1 depends on: p5-MooX-Types-MooseLike-* -> p5-MooX-Types-MooseLike-0.29p0 ===> p5-Dancer2-1.1.1 depends on: p5-Ref-Util-* -> p5-Ref-Util-0.204p0 ===> p5-Dancer2-1.1.1 depends on: p5-Return-MultiLevel-* -> p5-Return-MultiLevel-0.08 ===> p5-Dancer2-1.1.1 depends on: p5-Safe-Isa-* -> p5-Safe-Isa-1.000010p0 ===> p5-Dancer2-1.1.1 depends on: p5-Scope-Upper-* -> p5-Scope-Upper-0.34 ===> p5-Dancer2-1.1.1 depends on: p5-Type-Tiny-* -> p5-Type-Tiny-2.004000 ===> p5-Dancer2-1.1.1 depends on: p5-YAML-* -> p5-YAML-1.31 ===> p5-Dancer2-1.1.1 depends on: p5-YAML-XS-* -> p5-YAML-XS-0.89 ===> p5-Dancer2-1.1.1 depends on: p5-MIME-Types-* -> p5-MIME-Types-2.26 ===> p5-Dancer2-1.1.1 depends on: p5-Digest-SHA1-* -> p5-Digest-SHA1-2.13p6 ===> p5-Dancer2-1.1.1 depends on: p5-File-Which-* -> p5-File-Which-1.27 ===> p5-Dancer2-1.1.1 depends on: p5-Template-* -> p5-Template-3.102 ===> p5-Dancer2-1.1.1 depends on: p5-Template-Tiny-* -> p5-Template-Tiny-1.14 ===> p5-Dancer2-1.1.1 depends on: p5-HTTP-Body-* -> p5-HTTP-Body-1.23 ===> p5-Dancer2-1.1.1 depends on: p5-HTTP-Cookies-* -> p5-HTTP-Cookies-6.10 ===> p5-Dancer2-1.1.1 depends on: p5-HTTP-Date-* -> p5-HTTP-Date-6.02p0 ===> p5-Dancer2-1.1.1 depends on: p5-HTTP-Headers-Fast-* -> p5-HTTP-Headers-Fast-0.22p0 ===> p5-Dancer2-1.1.1 depends on: p5-Plack-Middleware-FixMissingBodyInRedirect-* -> p5-Plack-Middleware-FixMissingBodyInRedirect-0.12p1 ===> p5-Dancer2-1.1.1 depends on: p5-Plack-Middleware-RemoveRedundantBody-* -> p5-Plack-Middleware-RemoveRedundantBody-0.09p0 ===> p5-Dancer2-1.1.1 depends on: p5-Plack->=1.0040 -> p5-Plack-1.0051 ===> p5-Dancer2-1.1.1 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Dancer2-1.1.1 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Dancer2-1.1.1 Skip blib/lib/auto/share/dist/Dancer2/skel/public/favicon.ico (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/public/images/perldancer.jpg (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/public/css/error.css (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/bin/+app.psgi (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/public/+dispatch.cgi (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/public/404.html (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/.dancer (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/MANIFEST.SKIP (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/public/+dispatch.fcgi (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/views/layouts/main.tt (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/environments/development.yml (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/Makefile.PL (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/public/images/perldancer-bg.jpg (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/config.yml (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/public/css/style.css (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/public/javascripts/jquery.js (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/t/002_index_route.t (unchanged) Skip blib/lib/auto/share/dist/Dancer2/.gitignore (unchanged) Skip blib/lib/auto/share/dist/Dancer2/docker/Dockerfile (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/t/001_base.t (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/environments/production.yml (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/views/index.tt (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/public/500.html (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/cpanfile (unchanged) Skip blib/lib/auto/share/dist/Dancer2/skel/lib/AppFile.pm (unchanged) PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/classes/Dancer2-Core-Factory/*.t t/classes/Dancer2-Core-Hook/*.t t/classes/Dancer2-Core-Request/*.t t/classes/Dancer2-Core-Response-Delayed/*.t t/classes/Dancer2-Core-Response/*.t t/classes/Dancer2-Core-Role-Engine/*.t t/classes/Dancer2-Core-Role-Handler/*.t t/classes/Dancer2-Core-Role-HasLocation/*.t t/classes/Dancer2-Core-Role-Serializer/*.t t/classes/Dancer2-Core-Role-StandardResponses/*.t t/classes/Dancer2-Core-Route/*.t t/classes/Dancer2-Core-Runner/*.t t/classes/Dancer2-Core/*.t t/classes/Dancer2/*.t t/dsl/*.t t/examples/*.t t/issues/*.t t/issues/gh-1013/*.t t/issues/gh-1046/*.t t/issues/gh-1216/*.t t/issues/gh-1226/*.t t/issues/gh-1230/*.t t/issues/gh-1621/*.t t/issues/gh-1712/*.t t/issues/gh-639/fails/*.t t/issues/gh-639/succeeds/*.t t/issues/gh-650/*.t t/issues/gh-975/*.t t/issues/memleak/*.t t/plugin2/*.t t/plugin2/app_dsl_cb/*.t t/roles/*.t t/route-pod-coverage/*.t t/scope_problems/*.t t/template_tiny/*.t t/00-compile.t ......................................... ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------------ -------- -------- # CPAN::Meta::Requirements 2.120620 2.140 # ExtUtils::MakeMaker any 7.70 # File::ShareDir::Install 0.06 0.14 # Module::Metadata any 1.000037 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ----------------------- ---- -------- # Capture::Tiny 0.12 0.48 # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # HTTP::Cookies any 6.10 # HTTP::Headers any 7.00 # IO::Handle any 1.52 # IPC::Open3 any 1.22 # Pod::Simple::SimpleTree any 3.43 # Template any 3.102 # Test::Builder any 1.302194 # Test::EOL any 2.02 # Test::Fatal any 0.017 # Test::More 0.92 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------------------------------------- -------- -------- # Attribute::Handlers any 1.03 # CLI::Osprey any 0.08 # Carp any 1.54 # Clone any 0.46 # Config::Any any 0.33 # Digest::SHA any 6.04 # Encode any 3.19 # Exporter 5.57 5.77 # Exporter::Tiny any 1.006002 # File::Basename any 2.86 # File::Copy any 2.41 # File::Path any 2.18 # File::Share any 0.27 # File::Spec any 3.88 # File::Temp any 0.2311 # File::Which any 1.27 # HTTP::Date any 6.02 # HTTP::Headers::Fast 0.21 0.22 # HTTP::Tiny any 0.086 # Hash::Merge::Simple any 0.052 # Hash::MultiValue any 0.16 # Import::Into any 1.002005 # JSON::MaybeXS any 1.004005 # List::Util 1.29 1.63 # MIME::Base64 3.13 3.16_01 # Module::Runtime any 0.016 # Moo 2.000000 2.005005 # Moo::Role any 2.005005 # POSIX any 2.13 # Path::Tiny any 0.146 # Plack 1.0040 1.0051 # Plack::Middleware::FixMissingBodyInRedirect any 0.12 # Plack::Middleware::RemoveRedundantBody any 0.09 # Ref::Util any 0.204 # Role::Tiny 2.000000 2.002004 # Safe::Isa any 1.000010 # Sub::Quote any 2.006008 # Template any 3.102 # Template::Tiny any 1.14 # Test::Builder any 1.302194 # Test::More 0.92 1.302194 # Type::Tiny 1.000006 2.004000 # Types::Standard any 2.004000 # URI::Escape any 5.31 # YAML 0.86 1.31 # parent any 0.241 # perl 5.014 5.038002 # # === Runtime Recommends === # # Module Want Have # ----------------------- -------- ------- # CGI::Deurl::XS any missing # Class::XSAccessor any 1.19 # Cpanel::JSON::XS any 4.38 # Crypt::URandom any missing # HTTP::XSCookies 0.000015 missing # HTTP::XSHeaders any missing # Math::Random::ISAAC::XS any missing # MooX::TypeTiny any missing # Pod::Simple::Search any 3.43 # Pod::Simple::SimpleTree any 3.43 # Scope::Upper any 0.34 # Type::Tiny::XS any missing # URL::Encode::XS any missing # Unicode::UTF8 any missing # YAML::XS any 0.89 # # === Runtime Suggests === # # Module Want Have # ----------- ---- ---- # Fcntl any 1.15 # MIME::Types any 2.26 # # === Runtime Conflicts === # # Module Want Have # ---------- ----------- -------- # Role::Tiny == 2.000007 2.002004 # YAML == 1.16 1.31 # # === Develop Requires === # # Module Want Have # ------------------------------------- ---- -------- # AnyEvent any 7.17 # CBOR::XS any 1.87 # Class::Method::Modifiers any 2.15 # Dist::Zilla::Plugin::Test::UnusedVars any missing # Perl::Tidy any 20240903 # Test::CPAN::Meta any 0.25 # Test::Memory::Cycle any 1.06 # Test::MockTime any 0.17 # Test::More 0.88 1.302194 # Test::NoTabs any 2.02 # Test::Perl::Critic any 1.04 # Test::Pod 1.41 1.52 # Test::Whitespaces any missing # YAML::XS any 0.89 # # # *** WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING *** # # The following REQUIRED prerequisites were not satisfied: # # Dist::Zilla::Plugin::Test::UnusedVars is not installed (any version required) # Test::Whitespaces is not installed (any version required) # t/00-report-prereqs.t .................................. ok t/app.t ................................................ ok t/app_alone.t .......................................... ok t/author-distmeta.t .................................... ok t/author-no-tabs.t ..................................... ok t/author-pod-syntax.t .................................. ok t/auto_page.t .......................................... ok t/caller.t ............................................. ok t/charset_server.t ..................................... ok t/classes/Dancer2-Core-Factory/new.t ................... ok t/classes/Dancer2-Core-Hook/new.t ...................... ok t/classes/Dancer2-Core-Request/new.t ................... ok t/classes/Dancer2-Core-Request/serializers.t ........... ok t/classes/Dancer2-Core-Response-Delayed/after_hooks.t .. ok t/classes/Dancer2-Core-Response-Delayed/new.t .......... ok t/classes/Dancer2-Core-Response/new_from.t ............. ok t/classes/Dancer2-Core-Role-Engine/with.t .............. ok t/classes/Dancer2-Core-Role-Handler/with.t ............. ok t/classes/Dancer2-Core-Role-HasLocation/with.t ......... ok t/classes/Dancer2-Core-Role-Serializer/with.t .......... ok t/classes/Dancer2-Core-Role-StandardResponses/with.t ... ok t/classes/Dancer2-Core-Route/base.t .................... ok t/classes/Dancer2-Core-Route/deprecated_param_keys.t ... ok t/classes/Dancer2-Core-Route/match.t ................... ok t/classes/Dancer2-Core-Runner/environment.t ............ ok t/classes/Dancer2-Core-Runner/new.t .................... ok t/classes/Dancer2-Core-Runner/psgi_app.t ............... ok t/classes/Dancer2-Core/camelize.t ...................... ok t/classes/Dancer2/import-pragmas.t ..................... ok t/classes/Dancer2/import.t ............................. ok t/config-files-logged.t ................................ ok t/config_multiapp.t .................................... ok t/config_reader.t ...................................... ok t/config_settings.t .................................... ok t/context-in-before.t .................................. ok # If you want extra speed, install HTTP::XSCookies t/cookie.t ............................................. ok t/custom_dsl.t ......................................... ok t/dancer-test.t ........................................ ok t/deserialize.t ........................................ ok t/disp_named_capture.t ................................. ok # Dispatch test 0, for GET / # Dispatch test 1, for GET /user/Johnny # Dispatch test 2, for GET /twoohfour # Dispatch test 3, for GET /haltme t/dispatcher.t ......................................... ok t/dsl/any.t ............................................ ok t/dsl/app.t ............................................ ok t/dsl/content.t ........................................ ok t/dsl/delayed.t ........................................ ok t/dsl/error_template.t ................................. ok t/dsl/extend.t ......................................... ok t/dsl/halt.t ........................................... ok t/dsl/halt_with_param.t ................................ ok t/dsl/json.t ........................................... ok t/dsl/mime.t ........................................... ok t/dsl/parameters.t ..................................... ok t/dsl/pass.t ........................................... ok t/dsl/path.t ........................................... ok t/dsl/pod.t ............................................ ok t/dsl/request.t ........................................ ok t/dsl/request_data.t ................................... ok t/dsl/route_retvals.t .................................. ok t/dsl/send_as.t ........................................ ok t/dsl/send_file.t ...................................... ok t/dsl/splat.t .......................................... ok t/dsl/to_app.t ......................................... ok t/dsl/uri_for.t ........................................ ok t/dsl/uri_for_route.t .................................. ok t/dsl/yaml.t ........................................... ok t/engine.t ............................................. ok t/error.t .............................................. ok t/examples/hello_world.t ............................... ok t/examples/simple_calculator.t ......................... ok t/factory.t ............................................ ok t/file_utils.t ......................................... ok t/forward.t ............................................ ok t/forward_before_hook.t ................................ ok t/forward_hmv_params.t ................................. ok t/forward_test_tcp.t ................................... ok t/hooks.t .............................................. ok t/http_methods.t ....................................... ok t/http_status.t ........................................ ok t/issues/gh-1013/gh-1013.t ............................. ok t/issues/gh-1046/gh-1046.t ............................. ok t/issues/gh-1070.t ..................................... ok t/issues/gh-1098.t ..................................... ok t/issues/gh-1216/gh-1216.t ............................. ok t/issues/gh-1226/gh-1226.t ............................. ok t/issues/gh-1230/gh-1230.t ............................. ok t/issues/gh-1232.t ..................................... ok t/issues/gh-1289.t ..................................... ok t/issues/gh-1564.t ..................................... ok t/issues/gh-1621/gh-1621.t ............................. ok t/issues/gh-1712/gh-1712.t ............................. ok t/issues/gh-596.t ...................................... ok t/issues/gh-634.t ...................................... ok t/issues/gh-639/fails/issue.t .......................... ok t/issues/gh-639/succeeds/issue.t ....................... ok t/issues/gh-650/gh-650.t ............................... ok t/issues/gh-723.t ...................................... ok t/issues/gh-730.t ...................................... ok t/issues/gh-762.t ...................................... ok t/issues/gh-794.t ...................................... ok t/issues/gh-797.t ...................................... ok t/issues/gh-799.t ...................................... ok t/issues/gh-811.t ...................................... skipped: Dancer2::Session::Cookie probably missing. t/issues/gh-931.t ...................................... ok t/issues/gh-936.t ...................................... ok t/issues/gh-944.t ...................................... ok t/issues/gh-975/gh-975.t ............................... ok t/issues/memleak/die_in_hooks.t ........................ ok t/issues/vars-in-forward.t ............................. ok t/log_die_before_hook.t ................................ ok t/log_levels.t ......................................... ok t/logger.t ............................................. ok t/logger_console.t ..................................... ok t/memory_cycles.t ...................................... ok t/mime.t ............................................... ok t/multi_apps.t ......................................... ok t/multi_apps_forward.t ................................. ok t/multiapp_template_hooks.t ............................ ok t/multipart_content.t .................................. ok t/named_apps.t ......................................... ok t/named_routes.t ....................................... ok t/no_default_middleware.t .............................. ok t/plugin2/app_dsl_cb/app_dsl_cb.t ...................... ok t/plugin2/basic-2.t .................................... ok t/plugin2/basic.t ...................................... ok t/plugin2/define-keywords.t ............................ ok t/plugin2/find_plugin.t ................................ ok t/plugin2/from-config.t ................................ ok t/plugin2/hooks.t ...................................... ok t/plugin2/inside-plugin.t .............................. ok t/plugin2/keywords-hooks-namespace.t ................... ok t/plugin2/memory_cycles.t .............................. ok t/plugin2/no-app-munging.t ............................. ok t/plugin2/no-clobbering.t .............................. ok t/plugin2/no-config.t .................................. ok t/plugin2/with-plugins.t ............................... ok t/plugin_import.t ...................................... ok t/plugin_multiple_apps.t ............................... ok t/plugin_register.t .................................... ok t/plugin_syntax.t ...................................... ok t/prepare_app.t ........................................ ok t/psgi_app.t ........................................... ok t/psgi_app_forward_and_pass.t .......................... ok t/redirect.t ........................................... ok # If you want extra speed, install URL::Encode::XS # If you want extra speed, install CGI::Deurl::XS t/request.t ............................................ ok t/request_make_forward_to.t ............................ ok t/request_multipart_formdata.t ......................... ok # If you want extra speed, install URL::Encode::XS # If you want extra speed, install CGI::Deurl::XS t/request_upload.t ..................................... ok t/response.t ........................................... ok t/roles/hook.t ......................................... ok t/route-pod-coverage/route-pod-coverage.t .............. ok t/scope_problems/dispatcher_internal_request.t ......... ok t/scope_problems/keywords_before_template_hook.t ....... ok t/scope_problems/session_is_cleared.t .................. ok t/scope_problems/with_return_dies.t .................... ok t/serializer.t ......................................... ok t/serializer_json.t .................................... ok t/serializer_mutable.t ................................. ok t/serializer_mutable_custom.t .......................... ok t/session_bad_client_cookie.t .......................... ok t/session_config.t ..................................... ok t/session_engines.t .................................... ok t/session_forward.t .................................... ok t/session_hooks.t ...................................... ok t/session_hooks_no_change_id.t ......................... ok t/session_in_template.t ................................ ok t/session_lifecycle.t .................................. ok t/session_object.t ..................................... ok t/session_yaml_object.t ................................ ok t/shared_engines.t ..................................... ok t/static_content.t ..................................... ok t/template.t ........................................... ok t/template_default_tokens.t ............................ ok t/template_ext.t ....................................... ok t/template_name.t ...................................... ok t/template_simple.t .................................... ok t/template_tiny/01_compile.t ........................... ok t/template_tiny/02_trivial.t ........................... ok t/template_tiny/03_samples.t ........................... ok t/template_tiny/04_compat.t ............................ ok t/template_tiny/05_preparse.t .......................... ok t/time.t ............................................... ok t/types.t .............................................. ok t/vars.t ............................................... ok All tests successful. Files=184, Tests=2176, 164 wallclock secs ( 0.79 usr 0.84 sys + 131.21 cusr 24.66 csys = 157.50 CPU) Result: PASS PASS www/p5-Dancer2 Duration 2m58.28s START www/p5-Gravatar-URL 2024-11-22T10:01:19Z export _LOCKS_HELD="" ===> Cleaning for p5-Gravatar-URL-1.07p0 ===> Checking files for p5-Gravatar-URL-1.07p0 `/usr/ports/distfiles/Gravatar-URL-1.07.tar.gz' is up to date. ===> Building from scratch p5-Gravatar-URL-1.07p0 ===> p5-Gravatar-URL-1.07p0 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-Gravatar-URL-1.07p0 `/usr/ports/distfiles/Gravatar-URL-1.07.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Gravatar-URL-1.07p0 ===> Patching for p5-Gravatar-URL-1.07p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Gravatar-URL-1.07p0 ===> Configuring for p5-Gravatar-URL-1.07p0 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Gravatar-URL' version '1.07' ===> Building for p5-Gravatar-URL-1.07p0 Building Gravatar-URL ===> p5-Gravatar-URL-1.07p0 depends on: p5-Test-Warn-* -> p5-Test-Warn-0.37 ===> p5-Gravatar-URL-1.07p0 depends on: p5-Test-MockRandom-* -> p5-Test-MockRandom-1.01p0 ===> p5-Gravatar-URL-1.07p0 depends on: p5-Net-DNS->=1.01 -> p5-Net-DNS-1.48 ===> p5-Gravatar-URL-1.07p0 depends on: p5-URI-* -> p5-URI-5.31 ===> Regression tests for p5-Gravatar-URL-1.07p0 t/deprecated.t .. ok t/error.t ....... ok t/id.t .......... ok t/libravatar.t .. ok t/unicornify.t .. ok t/url.t ......... ok All tests successful. Files=6, Tests=107, 1 wallclock secs ( 0.04 usr 0.05 sys + 0.87 cusr 0.27 csys = 1.23 CPU) Result: PASS PASS www/p5-Gravatar-URL Duration 0m04.60s START www/p5-HTML-Display 2024-11-22T10:01:23Z export _LOCKS_HELD="" ===> Cleaning for p5-HTML-Display-0.40p0 ===> Checking files for p5-HTML-Display-0.40p0 `/usr/ports/distfiles/HTML-Display-0.40.tar.gz' is up to date. ===> Building from scratch p5-HTML-Display-0.40p0 ===> Checking files for p5-HTML-Display-0.40p0 `/usr/ports/distfiles/HTML-Display-0.40.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-HTML-Display-0.40p0 ===> Patching for p5-HTML-Display-0.40p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-HTML-Display-0.40p0 ===> Configuring for p5-HTML-Display-0.40p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTML::Display Writing MYMETA.yml and MYMETA.json ===> Building for p5-HTML-Display-0.40p0 cp lib/HTML/Display/Common.pm blib/lib/HTML/Display/Common.pm cp lib/HTML/Display.pm blib/lib/HTML/Display.pm cp lib/HTML/Display/Phoenix.pm blib/lib/HTML/Display/Phoenix.pm cp lib/HTML/Display/OSX.pm blib/lib/HTML/Display/OSX.pm cp lib/HTML/Display/TempFile.pm blib/lib/HTML/Display/TempFile.pm cp lib/HTML/Display/Win32/IE.pm blib/lib/HTML/Display/Win32/IE.pm cp lib/HTML/Display/Mozilla.pm blib/lib/HTML/Display/Mozilla.pm cp lib/HTML/Display/Win32/OLE.pm blib/lib/HTML/Display/Win32/OLE.pm cp lib/HTML/Display/Win32.pm blib/lib/HTML/Display/Win32.pm cp lib/HTML/Display/Opera.pm blib/lib/HTML/Display/Opera.pm cp lib/HTML/Display/Galeon.pm blib/lib/HTML/Display/Galeon.pm cp lib/HTML/Display/Dump.pm blib/lib/HTML/Display/Dump.pm cp lib/HTML/Display/Debian.pm blib/lib/HTML/Display/Debian.pm Manifying 13 pod documents ===> p5-HTML-Display-0.40p0 depends on: p5-HTTP-Daemon-* -> p5-HTTP-Daemon-6.16 ===> p5-HTML-Display-0.40p0 depends on: p5-Test-Pod->=0.95 -> p5-Test-Pod-1.52p0 ===> p5-HTML-Display-0.40p0 depends on: p5-URI-* -> p5-URI-5.31 ===> p5-HTML-Display-0.40p0 depends on: p5-HTML-Parser-* -> p5-HTML-Parser-3.83 ===> p5-HTML-Display-0.40p0 depends on: p5-HTML-TokeParser-Simple->=2 -> p5-HTML-TokeParser-Simple-3.16p0 ===> p5-HTML-Display-0.40p0 depends on: p5-libwww->=5.69 -> p5-libwww-6.77 ===> Regression tests for p5-HTML-Display-0.40p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-HTML-Display-use.t ............... ok t/01-HTML-Display-TempFile-share.t .... ok t/99-manifest.t ....................... ok t/99-pod.t ............................ ok t/99-todo.t ........................... ok t/99-unix-text.t ...................... ok Name "HTML::Display::WhizBang::display_html" used only once: possible typo at lib/HTML/Display/Common.pm line 23. t/embedded-HTML-Display-Common.t ...... ok t/embedded-HTML-Display-Debian.t ...... ok t/embedded-HTML-Display-Dump.t ........ ok t/embedded-HTML-Display-Galeon.t ...... ok t/embedded-HTML-Display-Mozilla.t ..... ok t/embedded-HTML-Display-Opera.t ....... ok t/embedded-HTML-Display-OSX-Camino.t .. ok t/embedded-HTML-Display-OSX-Safari.t .. ok t/embedded-HTML-Display-OSX.t ......... ok t/embedded-HTML-Display-Phoenix.t ..... ok t/embedded-HTML-Display-TempFile.t .... ok t/embedded-HTML-Display-Win32-IE.t .... ok t/embedded-HTML-Display-Win32-OLE.t ... ok t/embedded-HTML-Display-Win32.t ....... ok t/embedded-HTML-Display.t ............. ok All tests successful. Files=21, Tests=93, 4 wallclock secs ( 0.08 usr 0.10 sys + 2.25 cusr 0.93 csys = 3.36 CPU) Result: PASS PASS www/p5-HTML-Display Duration 0m07.46s START www/p5-HTML-Escape 2024-11-22T10:01:31Z export _LOCKS_HELD="" ===> Cleaning for p5-HTML-Escape-1.11 ===> Checking files for p5-HTML-Escape-1.11 `/usr/ports/distfiles/HTML-Escape-1.11.tar.gz' is up to date. ===> Building from scratch p5-HTML-Escape-1.11 ===> p5-HTML-Escape-1.11 depends on: p5-Module-Build-Pluggable-PPPort->=0.04 -> p5-Module-Build-Pluggable-PPPort-0.04p0 ===> p5-HTML-Escape-1.11 depends on: p5-Module-Build->=0.4005 -> p5-Module-Build-0.4234 ===> p5-HTML-Escape-1.11 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> p5-HTML-Escape-1.11 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-HTML-Escape-1.11 `/usr/ports/distfiles/HTML-Escape-1.11.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-HTML-Escape-1.11 ===> Patching for p5-HTML-Escape-1.11 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-HTML-Escape-1.11 Regenerating lib/HTML/ppport.h ===> Configuring for p5-HTML-Escape-1.11 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'HTML-Escape' version '1.11' ===> Building for p5-HTML-Escape-1.11 Building HTML-Escape cc -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="1.11"' '-DXS_VERSION="1.11"' -DPIC -fpic -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o lib/HTML/Escape.o lib/HTML/Escape.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/HTML/Escape/Escape.bs') cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o blib/arch/auto/HTML/Escape/Escape.so lib/HTML/Escape.o ===> Regression tests for p5-HTML-Escape-1.11 t/00_compile.t .. ok t/01_simple.t ... ok t/02_pp.t ....... ok All tests successful. Files=3, Tests=13, 1 wallclock secs ( 0.05 usr 0.02 sys + 0.26 cusr 0.13 csys = 0.46 CPU) Result: PASS PASS www/p5-HTML-Escape Duration 0m05.13s START www/p5-HTML-Form 2024-11-22T10:01:36Z export _LOCKS_HELD="" ===> Cleaning for p5-HTML-Form-6.12 ===> Checking files for p5-HTML-Form-6.12 `/usr/ports/distfiles/HTML-Form-6.12.tar.gz' is up to date. ===> Building from scratch p5-HTML-Form-6.12 ===> Checking files for p5-HTML-Form-6.12 `/usr/ports/distfiles/HTML-Form-6.12.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-HTML-Form-6.12 ===> Patching for p5-HTML-Form-6.12 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-HTML-Form-6.12 ===> Configuring for p5-HTML-Form-6.12 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTML::Form Writing MYMETA.yml and MYMETA.json ===> Building for p5-HTML-Form-6.12 cp lib/HTML/Form/ImageInput.pm blib/lib/HTML/Form/ImageInput.pm cp lib/HTML/Form/TextInput.pm blib/lib/HTML/Form/TextInput.pm cp lib/HTML/Form/ListInput.pm blib/lib/HTML/Form/ListInput.pm cp lib/HTML/Form.pm blib/lib/HTML/Form.pm cp lib/HTML/Form/SubmitInput.pm blib/lib/HTML/Form/SubmitInput.pm cp lib/HTML/Form/IgnoreInput.pm blib/lib/HTML/Form/IgnoreInput.pm cp lib/HTML/Form/KeygenInput.pm blib/lib/HTML/Form/KeygenInput.pm cp lib/HTML/Form/FileInput.pm blib/lib/HTML/Form/FileInput.pm cp lib/HTML/Form/Input.pm blib/lib/HTML/Form/Input.pm Manifying 9 pod documents ===> p5-HTML-Form-6.12 depends on: p5-Test-Warnings-* -> p5-Test-Warnings-0.033 ===> p5-HTML-Form-6.12 depends on: p5-HTML-Parser-* -> p5-HTML-Parser-3.83 ===> p5-HTML-Form-6.12 depends on: p5-HTTP-Message->=6.03 -> p5-HTTP-Message-7.00 ===> p5-HTML-Form-6.12 depends on: p5-URI->=1.10 -> p5-URI-5.31 ===> Regression tests for p5-HTML-Form-6.12 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # HTTP::Response any 7.00 # Test::More 0.96 1.302194 # Test::Warnings any 0.033 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # --------------------- -------- -------- # Carp any 1.54 # Encode 2 3.19 # HTML::TokeParser any 3.83 # HTTP::Request 6 7.00 # HTTP::Request::Common 6.03 7.00 # Test::More 0.96 1.302194 # URI 1.10 5.31 # parent any 0.241 # perl 5.008001 5.038002 # strict any 1.12 # t/00-report-prereqs.t .. ok t/autocomplete.t ....... ok t/file_upload.t ........ ok t/find_input.t ......... ok t/form-label.t ......... ok t/form-maxlength.t ..... ok t/form-multi-select.t .. ok t/form-param.t ......... ok t/form-parse.t ......... ok t/form-selector.t ...... ok t/form-unicode.t ....... ok t/form.t ............... ok All tests successful. Files=12, Tests=223, 2 wallclock secs ( 0.10 usr 0.04 sys + 1.94 cusr 0.75 csys = 2.83 CPU) Result: PASS PASS www/p5-HTML-Form Duration 0m06.48s START www/p5-HTML-FormHandler 2024-11-22T10:01:42Z export _LOCKS_HELD="" ===> Cleaning for p5-HTML-FormHandler-0.40068 ===> Checking files for p5-HTML-FormHandler-0.40068 `/usr/ports/distfiles/HTML-FormHandler-0.40068.tar.gz' is up to date. ===> Building from scratch p5-HTML-FormHandler-0.40068 ===> p5-HTML-FormHandler-0.40068 depends on: p5-File-ShareDir-Install->=0.06 -> p5-File-ShareDir-Install-0.14 ===> Checking files for p5-HTML-FormHandler-0.40068 `/usr/ports/distfiles/HTML-FormHandler-0.40068.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-HTML-FormHandler-0.40068 ===> Patching for p5-HTML-FormHandler-0.40068 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-HTML-FormHandler-0.40068 ===> Configuring for p5-HTML-FormHandler-0.40068 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTML::FormHandler Writing MYMETA.yml and MYMETA.json ===> Building for p5-HTML-FormHandler-0.40068 cp lib/HTML/FormHandler/Manual/Cookbook.pod blib/lib/HTML/FormHandler/Manual/Cookbook.pod cp lib/HTML/FormHandler/Widget/Field/Textarea.pm blib/lib/HTML/FormHandler/Widget/Field/Textarea.pm cp lib/HTML/FormHandler/Pages.pm blib/lib/HTML/FormHandler/Pages.pm cp lib/HTML/FormHandler/Moose.pm blib/lib/HTML/FormHandler/Moose.pm cp lib/HTML/FormHandler/Widget/Wrapper/Fieldset.pm blib/lib/HTML/FormHandler/Widget/Wrapper/Fieldset.pm cp lib/HTML/FormHandler/Model/CDBI.pm blib/lib/HTML/FormHandler/Model/CDBI.pm cp lib/HTML/FormHandler/Page.pm blib/lib/HTML/FormHandler/Page.pm cp lib/HTML/FormHandler/Field/Checkbox.pm blib/lib/HTML/FormHandler/Field/Checkbox.pm cp lib/HTML/FormHandler/Widget/Field/RadioGroup.pm blib/lib/HTML/FormHandler/Widget/Field/RadioGroup.pm cp lib/HTML/FormHandler/I18N/cs_cz.pm blib/lib/HTML/FormHandler/I18N/cs_cz.pm cp lib/HTML/FormHandler/Field/PasswordConf.pm blib/lib/HTML/FormHandler/Field/PasswordConf.pm cp lib/HTML/FormHandler/Widget/Field/Role/HTMLAttributes.pm blib/lib/HTML/FormHandler/Widget/Field/Role/HTMLAttributes.pm cp lib/HTML/FormHandler/Field/Email.pm blib/lib/HTML/FormHandler/Field/Email.pm cp lib/HTML/FormHandler/TraitFor/Types.pm blib/lib/HTML/FormHandler/TraitFor/Types.pm cp lib/HTML/FormHandler/Widget/Field/Span.pm blib/lib/HTML/FormHandler/Widget/Field/Span.pm cp lib/HTML/FormHandler/Field/Integer.pm blib/lib/HTML/FormHandler/Field/Integer.pm cp lib/HTML/FormHandler/Widget/Theme/Bootstrap3.pm blib/lib/HTML/FormHandler/Widget/Theme/Bootstrap3.pm cp lib/HTML/FormHandler/TraitFor/Captcha.pm blib/lib/HTML/FormHandler/TraitFor/Captcha.pm cp lib/HTML/FormHandler/Field/RequestToken.pm blib/lib/HTML/FormHandler/Field/RequestToken.pm cp lib/HTML/FormHandler/Field/Nested.pm blib/lib/HTML/FormHandler/Field/Nested.pm cp lib/HTML/FormHandler/Widget/Form/Simple.pm blib/lib/HTML/FormHandler/Widget/Form/Simple.pm cp lib/HTML/FormHandler/Traits.pm blib/lib/HTML/FormHandler/Traits.pm cp lib/HTML/FormHandler/Manual/FromFF.pod blib/lib/HTML/FormHandler/Manual/FromFF.pod cp lib/HTML/FormHandler/Widget/Field/Text.pm blib/lib/HTML/FormHandler/Widget/Field/Text.pm cp lib/HTML/FormHandler/InitResult.pm blib/lib/HTML/FormHandler/InitResult.pm cp lib/HTML/FormHandler.pm blib/lib/HTML/FormHandler.pm cp lib/HTML/FormHandler/Params.pm blib/lib/HTML/FormHandler/Params.pm cp lib/HTML/FormHandler/Field/RmElement.pm blib/lib/HTML/FormHandler/Field/RmElement.pm cp lib/HTML/FormHandler/Field/Captcha.pm blib/lib/HTML/FormHandler/Field/Captcha.pm cp lib/HTML/FormHandler/Widget/Field/Hidden.pm blib/lib/HTML/FormHandler/Widget/Field/Hidden.pm cp lib/HTML/FormHandler/Field/MonthDay.pm blib/lib/HTML/FormHandler/Field/MonthDay.pm cp lib/HTML/FormHandler/Widget/Field/Upload.pm blib/lib/HTML/FormHandler/Widget/Field/Upload.pm cp lib/HTML/FormHandler/Field/Select.pm blib/lib/HTML/FormHandler/Field/Select.pm cp lib/HTML/FormHandler/Manual.pod blib/lib/HTML/FormHandler/Manual.pod cp lib/HTML/FormHandler/Render/Table.pm blib/lib/HTML/FormHandler/Render/Table.pm cp lib/HTML/FormHandler/Widget/Field/Repeatable.pm blib/lib/HTML/FormHandler/Widget/Field/Repeatable.pm cp lib/HTML/FormHandler/Manual/InflationDeflation.pod blib/lib/HTML/FormHandler/Manual/InflationDeflation.pod cp lib/HTML/FormHandler/Field/Date.pm blib/lib/HTML/FormHandler/Field/Date.pm cp lib/HTML/FormHandler/Field/Month.pm blib/lib/HTML/FormHandler/Field/Month.pm cp lib/HTML/FormHandler/Widget/Field/Compound.pm blib/lib/HTML/FormHandler/Widget/Field/Compound.pm cp lib/HTML/FormHandler/Widget/Field/CheckboxGroup.pm blib/lib/HTML/FormHandler/Widget/Field/CheckboxGroup.pm cp lib/HTML/FormHandler/Manual/RenderingCookbook.pod blib/lib/HTML/FormHandler/Manual/RenderingCookbook.pod cp lib/HTML/FormHandler/Field/DateMDY.pm blib/lib/HTML/FormHandler/Field/DateMDY.pm cp lib/HTML/FormHandler/Field/Money.pm blib/lib/HTML/FormHandler/Field/Money.pm cp lib/HTML/FormHandler/Field/TextArea.pm blib/lib/HTML/FormHandler/Field/TextArea.pm cp lib/HTML/FormHandler/Moose/Role.pm blib/lib/HTML/FormHandler/Moose/Role.pm cp lib/HTML/FormHandler/Field/NonEditable.pm blib/lib/HTML/FormHandler/Field/NonEditable.pm cp lib/HTML/FormHandler/Field/Text.pm blib/lib/HTML/FormHandler/Field/Text.pm cp lib/HTML/FormHandler/Wizard.pm blib/lib/HTML/FormHandler/Wizard.pm cp lib/HTML/FormHandler/I18N/pt_br.pm blib/lib/HTML/FormHandler/I18N/pt_br.pm cp lib/HTML/FormHandler/I18N/ru_ru.pm blib/lib/HTML/FormHandler/I18N/ru_ru.pm cp lib/HTML/FormHandler/Manual/FromDFV.pod blib/lib/HTML/FormHandler/Manual/FromDFV.pod cp lib/HTML/FormHandler/Model/Object.pm blib/lib/HTML/FormHandler/Model/Object.pm cp lib/HTML/FormHandler/Widget/Block.pm blib/lib/HTML/FormHandler/Widget/Block.pm cp lib/HTML/FormHandler/Base.pm blib/lib/HTML/FormHandler/Base.pm cp lib/HTML/FormHandler/Page/Simple.pm blib/lib/HTML/FormHandler/Page/Simple.pm cp lib/HTML/FormHandler/Result.pm blib/lib/HTML/FormHandler/Result.pm cp lib/HTML/FormHandler/I18N/ja_jp.pm blib/lib/HTML/FormHandler/I18N/ja_jp.pm cp lib/HTML/FormHandler/Manual/Catalyst.pod blib/lib/HTML/FormHandler/Manual/Catalyst.pod cp lib/HTML/FormHandler/Merge.pm blib/lib/HTML/FormHandler/Merge.pm cp lib/HTML/FormHandler/Widget/Wrapper/Table.pm blib/lib/HTML/FormHandler/Widget/Wrapper/Table.pm cp lib/HTML/FormHandler/Manual/Errors.pod blib/lib/HTML/FormHandler/Manual/Errors.pod cp lib/HTML/FormHandler/I18N/it_it.pm blib/lib/HTML/FormHandler/I18N/it_it.pm cp lib/HTML/FormHandler/I18N/sv_se.pm blib/lib/HTML/FormHandler/I18N/sv_se.pm cp lib/HTML/FormHandler/I18N/hu_hu.pm blib/lib/HTML/FormHandler/I18N/hu_hu.pm cp lib/HTML/FormHandler/Manual/Testing.pod blib/lib/HTML/FormHandler/Manual/Testing.pod cp lib/HTML/FormHandler/Field/MonthName.pm blib/lib/HTML/FormHandler/Field/MonthName.pm cp lib/HTML/FormHandler/Widget/Form/Role/HTMLAttributes.pm blib/lib/HTML/FormHandler/Widget/Form/Role/HTMLAttributes.pm cp lib/HTML/FormHandler/Field/Year.pm blib/lib/HTML/FormHandler/Field/Year.pm cp lib/HTML/FormHandler/Field/Result.pm blib/lib/HTML/FormHandler/Field/Result.pm cp lib/HTML/FormHandler/Types.pm blib/lib/HTML/FormHandler/Types.pm cp lib/HTML/FormHandler/Field/Minute.pm blib/lib/HTML/FormHandler/Field/Minute.pm cp lib/HTML/FormHandler/Field/PosInteger.pm blib/lib/HTML/FormHandler/Field/PosInteger.pm cp lib/HTML/FormHandler/Render/RepeatableJs.pm blib/lib/HTML/FormHandler/Render/RepeatableJs.pm cp lib/HTML/FormHandler/Widget/Wrapper/Bootstrap.pm blib/lib/HTML/FormHandler/Widget/Wrapper/Bootstrap.pm cp lib/HTML/FormHandler/Widget/Field/ButtonTag.pm blib/lib/HTML/FormHandler/Widget/Field/ButtonTag.pm cp lib/HTML/FormHandler/Widget/Wrapper/SimpleInline.pm blib/lib/HTML/FormHandler/Widget/Wrapper/SimpleInline.pm cp lib/HTML/FormHandler/Widget/Wrapper/Base.pm blib/lib/HTML/FormHandler/Widget/Wrapper/Base.pm cp lib/HTML/FormHandler/Manual/Rendering.pod blib/lib/HTML/FormHandler/Manual/Rendering.pod cp lib/HTML/FormHandler/Widget/Wrapper/None.pm blib/lib/HTML/FormHandler/Widget/Wrapper/None.pm cp lib/HTML/FormHandler/I18N/ua_ua.pm blib/lib/HTML/FormHandler/I18N/ua_ua.pm cp lib/HTML/FormHandler/Fields.pm blib/lib/HTML/FormHandler/Fields.pm cp lib/HTML/FormHandler/Field/Role/RequestToken.pm blib/lib/HTML/FormHandler/Field/Role/RequestToken.pm cp lib/HTML/FormHandler/I18N/bg_bg.pm blib/lib/HTML/FormHandler/I18N/bg_bg.pm cp lib/HTML/FormHandler/Foo.pm blib/lib/HTML/FormHandler/Foo.pm cp lib/HTML/FormHandler/Widget/Theme/BootstrapFormMessages.pm blib/lib/HTML/FormHandler/Widget/Theme/BootstrapFormMessages.pm cp lib/HTML/FormHandler/Field.pm blib/lib/HTML/FormHandler/Field.pm cp lib/HTML/FormHandler/Field/Repeatable/Instance.pm blib/lib/HTML/FormHandler/Field/Repeatable/Instance.pm cp lib/HTML/FormHandler/Widget/Field/Submit.pm blib/lib/HTML/FormHandler/Widget/Field/Submit.pm cp lib/HTML/FormHandler/Widget/Field/Password.pm blib/lib/HTML/FormHandler/Widget/Field/Password.pm cp lib/HTML/FormHandler/Manual/Validation.pod blib/lib/HTML/FormHandler/Manual/Validation.pod cp lib/HTML/FormHandler/I18N.pm blib/lib/HTML/FormHandler/I18N.pm cp lib/HTML/FormHandler/BuildFields.pm blib/lib/HTML/FormHandler/BuildFields.pm cp lib/HTML/FormHandler/Field/Hidden.pm blib/lib/HTML/FormHandler/Field/Hidden.pm cp lib/HTML/FormHandler/Manual/Tutorial.pod blib/lib/HTML/FormHandler/Manual/Tutorial.pod cp lib/HTML/FormHandler/Field/NoValue.pm blib/lib/HTML/FormHandler/Field/NoValue.pm cp lib/HTML/FormHandler/Manual/Fields.pod blib/lib/HTML/FormHandler/Manual/Fields.pod cp lib/HTML/FormHandler/Field/Reset.pm blib/lib/HTML/FormHandler/Field/Reset.pm cp lib/HTML/FormHandler/Field/Weekday.pm blib/lib/HTML/FormHandler/Field/Weekday.pm cp lib/HTML/FormHandler/Manual/Reference.pod blib/lib/HTML/FormHandler/Manual/Reference.pod cp lib/HTML/FormHandler/TraitFor/I18N.pm blib/lib/HTML/FormHandler/TraitFor/I18N.pm cp lib/HTML/FormHandler/I18N/ca_es.pm blib/lib/HTML/FormHandler/I18N/ca_es.pm cp lib/HTML/FormHandler/Field/IntRange.pm blib/lib/HTML/FormHandler/Field/IntRange.pm cp lib/HTML/FormHandler/Manual/Database.pod blib/lib/HTML/FormHandler/Manual/Database.pod cp lib/HTML/FormHandler/Field/Float.pm blib/lib/HTML/FormHandler/Field/Float.pm cp lib/HTML/FormHandler/Widget/Field/Checkbox.pm blib/lib/HTML/FormHandler/Widget/Field/Checkbox.pm cp lib/HTML/FormHandler/Widget/Block/Bootstrap.pm blib/lib/HTML/FormHandler/Widget/Block/Bootstrap.pm cp lib/HTML/FormHandler/Field/DateTime.pm blib/lib/HTML/FormHandler/Field/DateTime.pm cp lib/HTML/FormHandler/Field/File.pm blib/lib/HTML/FormHandler/Field/File.pm cp lib/HTML/FormHandler/Field/Boolean.pm blib/lib/HTML/FormHandler/Field/Boolean.pm cp lib/HTML/FormHandler/Widget/Field/HorizCheckboxGroup.pm blib/lib/HTML/FormHandler/Widget/Field/HorizCheckboxGroup.pm cp lib/HTML/FormHandler/Widget/Wrapper/Bootstrap3.pm blib/lib/HTML/FormHandler/Widget/Wrapper/Bootstrap3.pm cp lib/HTML/FormHandler/BuildPages.pm blib/lib/HTML/FormHandler/BuildPages.pm cp lib/HTML/FormHandler/Widget/ApplyRole.pm blib/lib/HTML/FormHandler/Widget/ApplyRole.pm cp lib/HTML/FormHandler/Widget/Field/Select.pm blib/lib/HTML/FormHandler/Widget/Field/Select.pm cp lib/HTML/FormHandler/Widget/Wrapper/TableInline.pm blib/lib/HTML/FormHandler/Widget/Wrapper/TableInline.pm cp lib/HTML/FormHandler/Field/Multiple.pm blib/lib/HTML/FormHandler/Field/Multiple.pm cp lib/HTML/FormHandler/Manual/Defaults.pod blib/lib/HTML/FormHandler/Manual/Defaults.pod cp lib/HTML/FormHandler/Widget/Field/Button.pm blib/lib/HTML/FormHandler/Widget/Field/Button.pm cp lib/HTML/FormHandler/Widget/Field/Captcha.pm blib/lib/HTML/FormHandler/Widget/Field/Captcha.pm cp lib/HTML/FormHandler/Field/Compound.pm blib/lib/HTML/FormHandler/Field/Compound.pm cp lib/HTML/FormHandler/I18N/tr_tr.pm blib/lib/HTML/FormHandler/I18N/tr_tr.pm cp lib/HTML/FormHandler/Widget/Wrapper/Simple.pm blib/lib/HTML/FormHandler/Widget/Wrapper/Simple.pm cp lib/HTML/FormHandler/I18N/es_es.pm blib/lib/HTML/FormHandler/I18N/es_es.pm cp lib/HTML/FormHandler/Model.pm blib/lib/HTML/FormHandler/Model.pm cp lib/HTML/FormHandler/Field/Duration.pm blib/lib/HTML/FormHandler/Field/Duration.pm cp lib/HTML/FormHandler/Validate.pm blib/lib/HTML/FormHandler/Validate.pm cp lib/HTML/FormHandler/Widget/Field/Role/SelectedOption.pm blib/lib/HTML/FormHandler/Widget/Field/Role/SelectedOption.pm cp lib/HTML/FormHandler/Manual/Intro.pod blib/lib/HTML/FormHandler/Manual/Intro.pod cp lib/HTML/FormHandler/I18N/ar_kw.pm blib/lib/HTML/FormHandler/I18N/ar_kw.pm cp lib/HTML/FormHandler/Field/AddElement.pm blib/lib/HTML/FormHandler/Field/AddElement.pm cp lib/HTML/FormHandler/Result/Role.pm blib/lib/HTML/FormHandler/Result/Role.pm cp lib/HTML/FormHandler/Field/Hour.pm blib/lib/HTML/FormHandler/Field/Hour.pm cp lib/HTML/FormHandler/Widget/Field/Reset.pm blib/lib/HTML/FormHandler/Widget/Field/Reset.pm cp lib/HTML/FormHandler/Field/Upload.pm blib/lib/HTML/FormHandler/Field/Upload.pm cp lib/HTML/FormHandler/Render/WithTT.pm blib/lib/HTML/FormHandler/Render/WithTT.pm cp lib/HTML/FormHandler/Field/Display.pm blib/lib/HTML/FormHandler/Field/Display.pm cp lib/HTML/FormHandler/Widget/Form/Table.pm blib/lib/HTML/FormHandler/Widget/Form/Table.pm cp lib/HTML/FormHandler/Render/Simple.pm blib/lib/HTML/FormHandler/Render/Simple.pm cp lib/HTML/FormHandler/Field/TextCSV.pm blib/lib/HTML/FormHandler/Field/TextCSV.pm cp lib/HTML/FormHandler/Field/Password.pm blib/lib/HTML/FormHandler/Field/Password.pm cp lib/HTML/FormHandler/Field/Repeatable.pm blib/lib/HTML/FormHandler/Field/Repeatable.pm cp lib/HTML/FormHandler/Test.pm blib/lib/HTML/FormHandler/Test.pm cp lib/HTML/FormHandler/Render/Util.pm blib/lib/HTML/FormHandler/Render/Util.pm cp lib/HTML/FormHandler/Blocks.pm blib/lib/HTML/FormHandler/Blocks.pm cp lib/HTML/FormHandler/Manual/Templates.pod blib/lib/HTML/FormHandler/Manual/Templates.pod cp lib/HTML/FormHandler/I18N/de_de.pm blib/lib/HTML/FormHandler/I18N/de_de.pm cp lib/HTML/FormHandler/Widget/Theme/Bootstrap.pm blib/lib/HTML/FormHandler/Widget/Theme/Bootstrap.pm cp lib/HTML/FormHandler/Meta/Role.pm blib/lib/HTML/FormHandler/Meta/Role.pm cp lib/HTML/FormHandler/I18N/en_us.pm blib/lib/HTML/FormHandler/I18N/en_us.pm cp lib/HTML/FormHandler/Field/SelectCSV.pm blib/lib/HTML/FormHandler/Field/SelectCSV.pm cp lib/HTML/FormHandler/Field/BoolSelect.pm blib/lib/HTML/FormHandler/Field/BoolSelect.pm cp lib/HTML/FormHandler/Widget/Field/NoRender.pm blib/lib/HTML/FormHandler/Widget/Field/NoRender.pm cp lib/HTML/FormHandler/Field/Second.pm blib/lib/HTML/FormHandler/Field/Second.pm cp lib/HTML/FormHandler/Field/PrimaryKey.pm blib/lib/HTML/FormHandler/Field/PrimaryKey.pm cp lib/HTML/FormHandler/Field/Button.pm blib/lib/HTML/FormHandler/Field/Button.pm cp lib/HTML/FormHandler/Field/Submit.pm blib/lib/HTML/FormHandler/Field/Submit.pm cp share/templates/field/compound.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/field/compound.tt cp share/templates/foo/checkbox_tag.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/foo/checkbox_tag.tt cp share/templates/form/form.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/form/form.tt cp share/templates/field/password.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/field/password.tt cp share/templates/field/textarea.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/field/textarea.tt cp share/templates/foo/input_tag.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/foo/input_tag.tt cp share/templates/foo/field.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/foo/field.tt cp share/templates/foo/form.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/foo/form.tt cp share/templates/foo/end_form.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/foo/end_form.tt cp share/templates/field/checkbox.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/field/checkbox.tt cp share/templates/form/form_start.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/form/form_start.tt cp share/templates/foo/label.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/foo/label.tt cp share/templates/foo/start_form.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/foo/start_form.tt cp share/templates/form/form_end.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/form/form_end.tt cp share/templates/foo/input.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/foo/input.tt cp share/templates/form/form_in_one.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/form/form_in_one.tt cp share/templates/field/submit.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/field/submit.tt cp share/templates/wrapper/wrap_label.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/wrapper/wrap_label.tt cp share/templates/wrapper/fieldset.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/wrapper/fieldset.tt cp share/templates/field/select.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/field/select.tt cp share/templates/field/upload.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/field/upload.tt cp share/templates/field/checkbox_group.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/field/checkbox_group.tt cp share/templates/field/reset.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/field/reset.tt cp share/templates/form/form22.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/form/form22.tt cp share/templates/wrapper/none.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/wrapper/none.tt cp share/templates/field/radio_group.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/field/radio_group.tt cp share/templates/wrapper/simple.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/wrapper/simple.tt cp share/templates/field/button.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/field/button.tt cp share/templates/field/text.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/field/text.tt cp share/templates/field/hidden.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/field/hidden.tt cp share/templates/wrapper/label.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/wrapper/label.tt cp share/templates/field/repeatable.tt blib/lib/auto/share/dist/HTML-FormHandler/templates/field/repeatable.tt Manifying 157 pod documents ===> p5-HTML-FormHandler-0.40068 depends on: p5-JSON-* -> p5-JSON-4.10 ===> p5-HTML-FormHandler-0.40068 depends on: p5-Config-Any-* -> p5-Config-Any-0.33 ===> p5-HTML-FormHandler-0.40068 depends on: p5-PadWalker-* -> p5-PadWalker-2.5 ===> p5-HTML-FormHandler-0.40068 depends on: p5-Test-Differences-* -> p5-Test-Differences-0.71 ===> p5-HTML-FormHandler-0.40068 depends on: p5-Test-Exception-* -> p5-Test-Exception-0.43p0 ===> p5-HTML-FormHandler-0.40068 depends on: p5-Test-Memory-Cycle->=1.04 -> p5-Test-Memory-Cycle-1.06p0 ===> p5-HTML-FormHandler-0.40068 depends on: p5-Test-Warn-* -> p5-Test-Warn-0.37 ===> p5-HTML-FormHandler-0.40068 depends on: p5-Type-Tiny-* -> p5-Type-Tiny-2.004000 ===> p5-HTML-FormHandler-0.40068 depends on: p5-YAML-XS-* -> p5-YAML-XS-0.89 ===> p5-HTML-FormHandler-0.40068 depends on: p5-Catalyst-View-TT-* -> p5-Catalyst-View-TT-0.46 ===> p5-HTML-FormHandler-0.40068 depends on: p5-JSON-MaybeXS->=1.003003 -> p5-JSON-MaybeXS-1.004005 ===> p5-HTML-FormHandler-0.40068 depends on: p5-Class-Load->=0.06 -> p5-Class-Load-0.25p0 ===> p5-HTML-FormHandler-0.40068 depends on: p5-Data-Clone-* -> p5-Data-Clone-0.006 ===> p5-HTML-FormHandler-0.40068 depends on: p5-DateTime-* -> p5-DateTime-1.65v0 ===> p5-HTML-FormHandler-0.40068 depends on: p5-DateTime-Format-Strptime-* -> p5-DateTime-Format-Strptime-1.79v0 ===> p5-HTML-FormHandler-0.40068 depends on: p5-File-ShareDir-* -> p5-File-ShareDir-1.118 ===> p5-HTML-FormHandler-0.40068 depends on: p5-Moose->=2.1403 -> p5-Moose-2.2207 ===> p5-HTML-FormHandler-0.40068 depends on: p5-MooseX-Getopt->=0.16 -> p5-MooseX-Getopt-0.76 ===> p5-HTML-FormHandler-0.40068 depends on: p5-MooseX-Types->=0.20 -> p5-MooseX-Types-0.50p0 ===> p5-HTML-FormHandler-0.40068 depends on: p5-MooseX-Types-Common-* -> p5-MooseX-Types-Common-0.001014p1 ===> p5-HTML-FormHandler-0.40068 depends on: p5-MooseX-Types-LoadableClass->=0.006 -> p5-MooseX-Types-LoadableClass-0.015 ===> p5-HTML-FormHandler-0.40068 depends on: p5-Sub-Exporter-* -> p5-Sub-Exporter-0.991 ===> p5-HTML-FormHandler-0.40068 depends on: p5-Sub-Name-* -> p5-Sub-Name-0.27 ===> p5-HTML-FormHandler-0.40068 depends on: p5-Try-Tiny-* -> p5-Try-Tiny-0.32 ===> p5-HTML-FormHandler-0.40068 depends on: p5-aliased-* -> p5-aliased-0.34p1 ===> p5-HTML-FormHandler-0.40068 depends on: p5-namespace-autoclean->=0.09 -> p5-namespace-autoclean-0.31 ===> p5-HTML-FormHandler-0.40068 depends on: p5-Email-Valid-* -> p5-Email-Valid-1.204 ===> p5-HTML-FormHandler-0.40068 depends on: p5-Crypt-Blowfish-* -> p5-Crypt-Blowfish-2.14p3 ===> p5-HTML-FormHandler-0.40068 depends on: p5-Crypt-CBC-* -> p5-Crypt-CBC-3.04 ===> p5-HTML-FormHandler-0.40068 depends on: p5-HTML-Parser-* -> p5-HTML-Parser-3.83 ===> p5-HTML-FormHandler-0.40068 depends on: p5-HTML-Tree->=3.23 -> p5-HTML-Tree-5.07p0 ===> Regression tests for p5-HTML-FormHandler-0.40068 Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/field/radio_group.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/form/form_end.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/field/button.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/wrapper/wrap_label.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/field/reset.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/foo/label.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/foo/field.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/form/form22.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/field/submit.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/field/password.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/field/repeatable.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/field/checkbox.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/field/hidden.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/field/text.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/foo/input_tag.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/foo/form.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/field/compound.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/foo/input.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/wrapper/fieldset.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/field/upload.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/wrapper/simple.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/foo/start_form.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/field/textarea.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/wrapper/label.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/form/form_start.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/form/form_in_one.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/form/form.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/foo/checkbox_tag.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/field/checkbox_group.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/wrapper/none.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/foo/end_form.tt (unchanged) Skip blib/lib/auto/share/dist/HTML-FormHandler/templates/field/select.tt (unchanged) PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/blocks/*.t t/bootstrap/*.t t/bootstrap3/*.t t/compound/*.t t/errors/*.t t/field_setup/*.t t/fields/*.t t/form_setup/*.t t/infl_defl/*.t t/moose/*.t t/render/*.t t/repeatable/*.t t/result/*.t t/validation/*.t t/wizard/*.t t/01app.t ............................... ok t/author-eol.t .......................... skipped: these tests are for testing by the author t/author-no-tabs.t ...................... skipped: these tests are for testing by the author t/basic.t ............................... ok t/blocks/basic.t ........................ ok t/blocks/block_list.t ................... ok t/blocks/blocktags.t .................... ok t/blocks/build_render_list_method.t ..... ok t/blocks/loading.t ...................... ok t/blocks/nested.t ....................... ok t/blocks/render_units.t ................. ok t/bootstrap/basic.t ..................... ok t/bootstrap/control_states.t ............ ok t/bootstrap/controls.t .................. ok t/bootstrap/ext_controls.t .............. ok t/bootstrap/inline.t .................... ok t/bootstrap/other.t ..................... ok t/bootstrap/search.t .................... ok t/bootstrap3/basic.t .................... ok t/bootstrap3/controls.t ................. ok t/bootstrap3/horiz.t .................... ok t/bootstrap3/horiz_checkboxgroup.t ...... ok t/bootstrap3/inlinecheckboxes.t ......... ok t/bootstrap3/layout_classes.t ........... ok t/compound/basic.t ...................... ok t/compound/default.t .................... ok t/compound/empty.t ...................... ok t/compound/include.t .................... ok t/compound/select.t ..................... ok t/errors/basic.t ........................ ok t/errors/compound.t ..................... ok t/errors/form_messages.t ................ ok t/errors/messages.t ..................... ok t/errors/req_message.t .................. ok t/field_setup/checkbox.t ................ ok t/field_setup/compound_update_fields.t .. ok t/field_setup/defaults.t ................ ok t/field_setup/disabled.t ................ ok t/field_setup/id.t ...................... ok t/field_setup/inactive.t ................ ok t/field_setup/init_object.t ............. ok t/field_setup/input_param.t ............. ok t/field_setup/missing.t ................. ok t/field_setup/plus_field.t .............. ok t/field_setup/update_fields.t ........... ok t/field_setup/update_subfields.t ........ ok t/fields/dates.t ........................ ok t/fields/display.t ...................... ok t/fields/fields.t ....................... ok t/fields/float.t ........................ ok t/fields/formhandlerx.t ................. ok t/fields/novalue.t ...................... ok t/fields/password.t ..................... ok t/fields/repeatable.t ................... ok WARNING: The key derivation method "opensslv1" is deprecated. Using -pbkdf=>'pbkdf2' would be better. Pass -nodeprecate=>1 to inhibit this message. at /usr/ports/pobj/p5-HTML-FormHandler-0.40068/HTML-FormHandler-0.40068/blib/lib/HTML/FormHandler/Field/RequestToken.pm line 103. t/fields/request_token.t ................ ok t/fields/select.t ....................... ok t/fields/select2.t ...................... ok t/fields/selectcsv.t .................... ok t/fields/textcsv.t ...................... ok t/form_setup/api.t ...................... ok t/form_setup/clone.t .................... ok t/form_setup/compound_field_list.t ...... ok t/form_setup/config.t ................... ok t/form_setup/dynamic.t .................. ok t/form_setup/include.t .................. ok t/form_setup/init_obj.t ................. ok t/form_setup/no_update.t ................ ok t/form_setup/posted.t ................... ok t/form_setup/render_roles.t ............. ok t/infl_defl/comp_field.t ................ ok t/infl_defl/default.t ................... ok t/infl_defl/defl_lives.t ................ ok t/infl_defl/infl_defl.t ................. ok t/infl_defl/infl_transform.t ............ ok t/infl_defl/undef_deflation.t ........... ok t/infl_defl/variations.t ................ ok t/memory_cycles.t ....................... ok t/moose/build_id.t ...................... ok t/moose/composed.t ...................... ok t/moose/field_traits.t .................. ok t/moose/no_extend.t ..................... ok t/moose/subclass_roles.t ................ ok t/render/actions.t ...................... ok t/render/array.t ........................ ok t/render/basic.t ........................ ok t/render/checkbox.t ..................... ok t/render/checkbox_group.t ............... ok t/render/classes.t ...................... ok t/render/compound.t ..................... ok t/render/compound2.t .................... ok t/render/display.t ...................... ok t/render/errors.t ....................... ok t/render/escaping.t ..................... ok t/render/ff.t ........................... ok t/render/filter.t ....................... ok t/render/form_errors.t .................. ok t/render/get_tag.t ...................... ok t/render/html5_attributes.t ............. ok t/render/html_attr.t .................... ok t/render/html_attributes.t .............. ok t/render/inline.t ....................... ok t/render/label.t ........................ ok t/render/noneditable.t .................. ok t/render/optgroup.t ..................... ok t/render/radio_group.t .................. ok t/render/rep_fieldset.t ................. ok t/render/rep_wrapper.t .................. ok t/render/repeatable.t ................... ok t/render/result.t ....................... ok t/render/select.t ....................... ok t/render/simple.t ....................... ok t/render/submit.t ....................... ok t/render/table.t ........................ ok t/render/tags.t ......................... ok t/render/tt_render_elementx.t ........... ok t/render/util.t ......................... ok t/render/widget_loading.t ............... ok t/render/widget_tags.t .................. ok t/render/widgets.t ...................... ok t/render/with_class.t ................... ok t/render/withtt.t ....................... ok t/repeatable/defaults.t ................. ok t/repeatable/empty.t .................... ok t/repeatable/has_many.t ................. ok t/repeatable/hash.t ..................... ok t/repeatable/js.t ....................... ok t/repeatable/list.t ..................... ok t/repeatable/nested.t ................... ok t/repeatable/nested2.t .................. ok t/repeatable/num_extra.t ................ ok t/repeatable/reload.t ................... ok t/repeatable/set_methods.t .............. ok t/repeatable/subfield.t ................. ok t/result/basic.t ........................ ok t/result/blocks.t ....................... ok t/result/compound.t ..................... ok t/result/errors.t ....................... ok t/result/repeatable.t ................... ok t/structured.t .......................... ok t/template.t ............................ ok t/validation/apply.t .................... ok t/validation/constraints.t .............. ok t/validation/dependency.t ............... ok t/validation/filters.t .................. ok t/validation/reqwhen.t .................. ok t/validation/type_tiny.t ................ ok t/validation/types.t .................... ok t/validation/validate_coderef.t ......... ok t/validation/when.t ..................... ok t/wizard/basic.t ........................ ok All tests successful. Files=150, Tests=1603, 228 wallclock secs ( 0.65 usr 0.53 sys + 200.73 cusr 19.45 csys = 221.36 CPU) Result: PASS PASS www/p5-HTML-FormHandler Duration 3m59.29s START www/p5-HTML-Mason 2024-11-22T10:05:42Z export _LOCKS_HELD="" ===> Cleaning for p5-HTML-Mason-1.60 ===> Checking files for p5-HTML-Mason-1.60 `/usr/ports/distfiles/HTML-Mason-1.60.tar.gz' is up to date. ===> Building from scratch p5-HTML-Mason-1.60 ===> Checking files for p5-HTML-Mason-1.60 `/usr/ports/distfiles/HTML-Mason-1.60.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-HTML-Mason-1.60 ===> Patching for p5-HTML-Mason-1.60 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-HTML-Mason-1.60 ===> Configuring for p5-HTML-Mason-1.60 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTML::Mason Writing MYMETA.yml and MYMETA.json ===> Building for p5-HTML-Mason-1.60 cp lib/HTML/Mason/Plugin.pm blib/lib/HTML/Mason/Plugin.pm cp lib/HTML/Mason/Resolver/Null.pm blib/lib/HTML/Mason/Resolver/Null.pm cp lib/HTML/Mason/Subclassing.pod blib/lib/HTML/Mason/Subclassing.pod cp lib/HTML/Mason/Exceptions.pm blib/lib/HTML/Mason/Exceptions.pm cp lib/HTML/Mason/Params.pod blib/lib/HTML/Mason/Params.pod cp lib/HTML/Mason/Devel.pod blib/lib/HTML/Mason/Devel.pod cp lib/HTML/Mason/Interp.pm blib/lib/HTML/Mason/Interp.pm cp lib/HTML/Mason/Component.pm blib/lib/HTML/Mason/Component.pm cp lib/HTML/Mason/Lexer.pm blib/lib/HTML/Mason/Lexer.pm cp lib/HTML/Mason/Cache/BaseCache.pm blib/lib/HTML/Mason/Cache/BaseCache.pm cp lib/HTML/Mason/CGIHandler.pm blib/lib/HTML/Mason/CGIHandler.pm cp lib/HTML/Mason/Plugin/Context.pm blib/lib/HTML/Mason/Plugin/Context.pm cp lib/HTML/Mason/MethodMaker.pm blib/lib/HTML/Mason/MethodMaker.pm cp lib/HTML/Mason/Tests.pm blib/lib/HTML/Mason/Tests.pm cp lib/HTML/Mason/ComponentSource.pm blib/lib/HTML/Mason/ComponentSource.pm cp lib/HTML/Mason/Tools.pm blib/lib/HTML/Mason/Tools.pm cp lib/HTML/Mason/Compiler.pm blib/lib/HTML/Mason/Compiler.pm cp lib/HTML/Mason/Component/FileBased.pm blib/lib/HTML/Mason/Component/FileBased.pm cp lib/HTML/Mason/Utils.pm blib/lib/HTML/Mason/Utils.pm cp lib/HTML/Mason/Admin.pod blib/lib/HTML/Mason/Admin.pod cp lib/HTML/Mason/Resolver.pm blib/lib/HTML/Mason/Resolver.pm cp lib/HTML/Mason/Escapes.pm blib/lib/HTML/Mason/Escapes.pm cp lib/HTML/Mason/Parser.pm blib/lib/HTML/Mason/Parser.pm cp lib/HTML/Mason/Request.pm blib/lib/HTML/Mason/Request.pm cp lib/HTML/Mason/FakeApache.pm blib/lib/HTML/Mason/FakeApache.pm cp lib/HTML/Mason.pm blib/lib/HTML/Mason.pm cp lib/HTML/Mason/Apache/Request.pm blib/lib/HTML/Mason/Apache/Request.pm cp lib/HTML/Mason/Component/Subcomponent.pm blib/lib/HTML/Mason/Component/Subcomponent.pm cp lib/HTML/Mason/FAQ.pod blib/lib/HTML/Mason/FAQ.pod cp lib/HTML/Mason/Resolver/File.pm blib/lib/HTML/Mason/Resolver/File.pm cp lib/HTML/Mason/Compiler/ToObject.pm blib/lib/HTML/Mason/Compiler/ToObject.pm cp lib/HTML/Mason/Handler.pm blib/lib/HTML/Mason/Handler.pm cp lib/HTML/Mason/ApacheHandler.pm blib/lib/HTML/Mason/ApacheHandler.pm cp bin/convert0.6.README blib/script/convert0.6.README "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/convert0.6.README cp bin/convert0.6.pl blib/script/convert0.6.pl "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/convert0.6.pl cp bin/convert0.8.README blib/script/convert0.8.README "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/convert0.8.README cp bin/convert0.8.pl blib/script/convert0.8.pl "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/convert0.8.pl cp bin/mason.pl blib/script/mason.pl "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/mason.pl Manifying 31 pod documents ===> p5-HTML-Mason-1.60 depends on: p5-Test-Memory-Cycle-* -> p5-Test-Memory-Cycle-1.06p0 ===> p5-HTML-Mason-1.60 depends on: p5-Cache-Cache->=1.00 -> p5-Cache-Cache-1.08p0 ===> p5-HTML-Mason-1.60 depends on: p5-Class-Container->=0.07 -> p5-Class-Container-0.13p1 ===> p5-HTML-Mason-1.60 depends on: p5-Exception-Class->=1.15 -> p5-Exception-Class-1.45 ===> p5-HTML-Mason-1.60 depends on: p5-Log-Any->=0.08 -> p5-Log-Any-1.717 ===> p5-HTML-Mason-1.60 depends on: p5-Params-Validate->=0.70 -> p5-Params-Validate-1.31 ===> p5-HTML-Mason-1.60 depends on: ap2-mod_perl-* -> ap2-mod_perl-2.0.13 ===> p5-HTML-Mason-1.60 depends on: p5-CGI->=2.46 -> p5-CGI-4.64 ===> p5-HTML-Mason-1.60 depends on: p5-HTML-Parser-* -> p5-HTML-Parser-3.83 ===> p5-HTML-Mason-1.60 depends on: p5-libapreq2-* -> p5-libapreq2-2.17 ===> p5-HTML-Mason-1.60 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-HTML-Mason-1.60 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-HTML-Mason-1.60 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec 0.8 3.88 # Test::More 0.96 1.302194 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ---------------- ---- ----- # CGI 2.46 4.64 # Cache::Cache 1.00 1.08 # Class::Container 0.07 0.13 # Exception::Class 1.15 1.45 # File::Spec 0.8 3.88 # HTML::Entities any 3.83 # Log::Any 0.08 1.717 # Params::Validate 0.70 1.31 # Scalar::Util 1.01 1.63 # t/00-report-prereqs.t ......... ok t/01-syntax.t ................. ok t/01a-comp-calls.t ............ ok t/02-sections.t ............... ok t/02a-filter.t ................ ok t/04-misc.t ................... ok t/05-request.t ................ ok t/05a-stack-corruption.t ...... ok t/06-compiler.t ............... ok t/06a-compiler_obj.t .......... ok t/06b-compiler-named-subs.t ... ok t/06c-compiler-spaces-path.t .. ok t/07-interp.t ................. ok t/07a-interp-mcr.t ............ ok t/07b-interp-static-source.t .. ok t/09-component.t .............. ok t/09a-comp_content.t .......... ok t/10-cache.t .................. ok t/10a-cache-1.0x.t ............ ok t/10b-cache-chi.t ............. skipped: CHI 0.21+ is not installed t/11-inherit.t ................ ok t/12-taint.t .................. ok t/13-errors.t ................. ok t/14-cgi.t .................... ok t/14a-fake_apache.t ........... ok t/15-subclass.t ............... ok t/17-print.t .................. ok t/18-leak.t ................... ok t/19-subrequest.t ............. ok t/20-plugins.t ................ ok t/21-escapes.t ................ ok t/22-path-security.t .......... ok Unhandled type: REGEXP at /usr/local/libdata/perl5/site_perl/Devel/Cycle.pm line 107. t/23-leak2.t .................. ok t/24-tools.t .................. ok t/25-flush-in-content.t ....... ok t/25-log.t .................... ok All tests successful. Files=36, Tests=523, 37 wallclock secs ( 0.12 usr 0.18 sys + 9.09 cusr 4.99 csys = 14.38 CPU) Result: PASS PASS www/p5-HTML-Mason Duration 0m45.24s START www/p5-HTML-Parser 2024-11-22T10:06:27Z export _LOCKS_HELD="" ===> Cleaning for p5-HTML-Parser-3.83 ===> Checking files for p5-HTML-Parser-3.83 `/usr/ports/distfiles/HTML-Parser-3.83.tar.gz' is up to date. ===> Building from scratch p5-HTML-Parser-3.83 ===> Verifying specs: c perl ===> found c.100.3 perl.24.0 ===> Checking files for p5-HTML-Parser-3.83 `/usr/ports/distfiles/HTML-Parser-3.83.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-HTML-Parser-3.83 ===> Patching for p5-HTML-Parser-3.83 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-HTML-Parser-3.83 Regenerating ppport.h ===> Configuring for p5-HTML-Parser-3.83 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTML::Parser Writing MYMETA.yml and MYMETA.json ===> Building for p5-HTML-Parser-3.83 cp lib/HTML/Filter.pm blib/lib/HTML/Filter.pm cp lib/HTML/TokeParser.pm blib/lib/HTML/TokeParser.pm cp lib/HTML/HeadParser.pm blib/lib/HTML/HeadParser.pm cp lib/HTML/Parser.pm blib/lib/HTML/Parser.pm cp lib/HTML/LinkExtor.pm blib/lib/HTML/LinkExtor.pm cp lib/HTML/PullParser.pm blib/lib/HTML/PullParser.pm cp lib/HTML/Entities.pm blib/lib/HTML/Entities.pm Running Mkbootstrap for Parser () chmod 644 "Parser.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs blib/arch/auto/HTML/Parser/Parser.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/ports/pobj/p5-HTML-Parser-3.83/HTML-Parser-3.83/typemap' Parser.xs > Parser.xsc mv Parser.xsc Parser.c cc -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -DVERSION=\"3.83\" -DXS_VERSION=\"3.83\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" -DMARKED_SECTION Parser.c rm -f blib/arch/auto/HTML/Parser/Parser.so cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Parser.o -o blib/arch/auto/HTML/Parser/Parser.so chmod 755 blib/arch/auto/HTML/Parser/Parser.so Manifying 7 pod documents ===> p5-HTML-Parser-3.83 depends on: p5-HTML-Tagset-* -> p5-HTML-Tagset-3.24 ===> p5-HTML-Parser-3.83 depends on: p5-HTTP-Message-* -> p5-HTTP-Message-7.00 ===> p5-HTML-Parser-3.83 depends on: p5-URI-* -> p5-URI-5.31 ===> Regression tests for p5-HTML-Parser-3.83 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs blib/arch/auto/HTML/Parser/Parser.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker 6.52 7.70 # perl 5.008 5.038002 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ----- -------- # Config any 5.038002 # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # IO::File any 1.52 # SelectSaver any 1.02 # Test::More any 1.302194 # URI any 5.31 # perl 5.008 5.038002 # strict any 1.12 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------- ----- -------- # Carp any 1.54 # Exporter any 5.77 # HTML::Tagset any 3.24 # HTTP::Headers any 7.00 # IO::File any 1.52 # URI any 5.31 # URI::URL any 5.31 # XSLoader any 0.32 # perl 5.008 5.038002 # strict any 1.12 # t/00-report-prereqs.t .. ok t/api_version.t ........ ok t/argspec-bad.t ........ ok t/argspec.t ............ ok t/argspec2.t ........... ok t/attr-encoded.t ....... ok t/callback.t ........... ok t/case-sensitive.t ..... ok t/cases.t .............. ok t/comment.t ............ ok t/crashme.t ............ ok t/declaration.t ........ ok t/default.t ............ ok t/document.t ........... ok t/dtext.t .............. ok t/entities.t ........... ok t/entities2.t .......... ok t/filter-methods.t ..... ok t/filter.t ............. ok t/free.t ............... ok t/handler-eof.t ........ ok t/handler.t ............ ok t/headparser-http.t .... ok t/headparser.t ......... ok t/ignore.t ............. ok t/largetags.t .......... ok t/linkextor-base.t ..... ok t/linkextor-rel.t ...... ok t/magic.t .............. ok t/marked-sect.t ........ ok t/msie-compat.t ........ ok t/offset.t ............. ok t/options.t ............ ok t/parsefile.t .......... ok t/parser.t ............. ok t/plaintext.t .......... ok t/process.t ............ ok t/pullparser.t ......... ok t/script.t ............. ok t/skipped-text.t ....... ok t/stack-realloc-eof.t .. ok t/stack-realloc.t ...... ok t/textarea.t ........... ok t/threads.t ............ skipped: Not configured for threads t/tokeparser.t ......... ok t/uentities.t .......... ok t/unbroken-text.t ...... ok t/unicode-bom.t ........ ok t/unicode.t ............ ok t/xml-mode.t ........... ok All tests successful. Files=50, Tests=463, 9 wallclock secs ( 0.13 usr 0.21 sys + 5.61 cusr 2.33 csys = 8.28 CPU) Result: PASS PASS www/p5-HTML-Parser Duration 0m14.98s START www/p5-HTML-Tagset 2024-11-22T10:06:42Z export _LOCKS_HELD="" ===> Cleaning for p5-HTML-Tagset-3.24 ===> Checking files for p5-HTML-Tagset-3.24 `/usr/ports/distfiles/HTML-Tagset-3.24.tar.gz' is up to date. ===> Building from scratch p5-HTML-Tagset-3.24 ===> Checking files for p5-HTML-Tagset-3.24 `/usr/ports/distfiles/HTML-Tagset-3.24.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-HTML-Tagset-3.24 ===> Patching for p5-HTML-Tagset-3.24 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-HTML-Tagset-3.24 ===> Configuring for p5-HTML-Tagset-3.24 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTML::Tagset Writing MYMETA.yml and MYMETA.json ===> Building for p5-HTML-Tagset-3.24 cp lib/HTML/Tagset.pm blib/lib/HTML/Tagset.pm Manifying 1 pod document ===> Regression tests for p5-HTML-Tagset-3.24 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing HTML::Tagset 3.24, Test::More 1.302194, Perl 5.038002, /usr/bin/perl t/00-load.t ....... ok t/01-populated.t .. ok t/pod.t ........... ok All tests successful. Files=3, Tests=34, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.34 cusr 0.16 csys = 0.56 CPU) Result: PASS PASS www/p5-HTML-Tagset Duration 0m02.92s START www/p5-HTTP-Body 2024-11-22T10:06:45Z export _LOCKS_HELD="" ===> Cleaning for p5-HTTP-Body-1.23 ===> Checking files for p5-HTTP-Body-1.23 `/usr/ports/distfiles/HTTP-Body-1.23.tar.gz' is up to date. ===> Building from scratch p5-HTTP-Body-1.23 ===> Checking files for p5-HTTP-Body-1.23 `/usr/ports/distfiles/HTTP-Body-1.23.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-HTTP-Body-1.23 ===> Patching for p5-HTTP-Body-1.23 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-HTTP-Body-1.23 ===> Configuring for p5-HTTP-Body-1.23 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTTP::Body Writing MYMETA.yml and MYMETA.json ===> Building for p5-HTTP-Body-1.23 cp lib/HTTP/Body/OctetStream.pm blib/lib/HTTP/Body/OctetStream.pm cp lib/HTTP/Body/UrlEncoded.pm blib/lib/HTTP/Body/UrlEncoded.pm cp lib/HTTP/Body/XForms.pm blib/lib/HTTP/Body/XForms.pm cp lib/HTTP/Body/MultiPart.pm blib/lib/HTTP/Body/MultiPart.pm cp lib/HTTP/Body/XFormsMultipart.pm blib/lib/HTTP/Body/XFormsMultipart.pm cp lib/HTTP/Body.pm blib/lib/HTTP/Body.pm Manifying 6 pod documents ===> p5-HTTP-Body-1.23 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-HTTP-Body-1.23 depends on: p5-HTTP-Message-* -> p5-HTTP-Message-7.00 ===> p5-HTTP-Body-1.23 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-HTTP-Body-1.23 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-HTTP-Body-1.23 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01use.t .................. ok t/02pod.t .................. ok t/03podcoverage.t .......... ok t/04critic.t ............... skipped: Critic test only for developers. t/04multipart.t ............ ok t/05urlencoded.t ........... ok t/06octetstream.t .......... ok t/07xforms.t ............... ok t/08multipart-suffix.t ..... ok t/09rt88342-diff-regexp.t .. ok t/10mixparamcontent.t ...... ok t/11new-suffix.t ........... ok t/12rt88342-new.t .......... ok All tests successful. Files=13, Tests=262, 4 wallclock secs ( 0.06 usr 0.05 sys + 2.09 cusr 1.08 csys = 3.28 CPU) Result: PASS PASS www/p5-HTTP-Body Duration 0m06.98s START www/p5-HTTP-CookieJar 2024-11-22T10:06:52Z export _LOCKS_HELD="" ===> Cleaning for p5-HTTP-CookieJar-0.014 ===> Checking files for p5-HTTP-CookieJar-0.014 `/usr/ports/distfiles/HTTP-CookieJar-0.014.tar.gz' is up to date. ===> Building from scratch p5-HTTP-CookieJar-0.014 ===> Checking files for p5-HTTP-CookieJar-0.014 `/usr/ports/distfiles/HTTP-CookieJar-0.014.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-HTTP-CookieJar-0.014 ===> Patching for p5-HTTP-CookieJar-0.014 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-HTTP-CookieJar-0.014 ===> Configuring for p5-HTTP-CookieJar-0.014 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTTP::CookieJar Writing MYMETA.yml and MYMETA.json ===> Building for p5-HTTP-CookieJar-0.014 cp lib/HTTP/CookieJar/LWP.pm blib/lib/HTTP/CookieJar/LWP.pm cp lib/HTTP/CookieJar.pm blib/lib/HTTP/CookieJar.pm Manifying 2 pod documents ===> p5-HTTP-CookieJar-0.014 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-HTTP-CookieJar-0.014 depends on: p5-Test-Requires-* -> p5-Test-Requires-0.11 ===> p5-HTTP-CookieJar-0.014 depends on: p5-HTTP-Message-* -> p5-HTTP-Message-7.00 ===> p5-HTTP-CookieJar-0.014 depends on: p5-URI-* -> p5-URI-5.31 ===> p5-HTTP-CookieJar-0.014 depends on: p5-HTTP-Date-* -> p5-HTTP-Date-6.02p0 ===> Regression tests for p5-HTTP-CookieJar-0.014 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker 6.17 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ------ -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # Test::Deep any 1.204 # Test::More 0.96 1.302194 # Test::Requires any 0.11 # Time::Local 1.1901 1.30 # URI any 5.31 # lib any 0.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ----------- ------ ----- # Carp any 1.54 # HTTP::Date any 6.02 # Time::Local 1.1901 1.30 # parent any 0.241 # strict any 1.12 # warnings any 1.65 # # === Runtime Recommends === # # Module Want Have # --------------------- ---- ------- # Mozilla::PublicSuffix any missing # t/00-report-prereqs.t .. ok t/add.t ................ ok t/cookies_for.t ........ ok t/examples.t ........... ok t/parse.t .............. ok t/publicsuffix.t ....... skipped: Test requires module 'Mozilla::PublicSuffix' but it's not found t/save.t ............... ok t/sort.t ............... ok t/zzz-lwp.t ............ ok All tests successful. Files=9, Tests=95, 2 wallclock secs ( 0.05 usr 0.05 sys + 1.32 cusr 0.43 csys = 1.85 CPU) Result: PASS PASS www/p5-HTTP-CookieJar Duration 0m05.19s START www/p5-HTTP-Cookies 2024-11-22T10:06:57Z export _LOCKS_HELD="" ===> Cleaning for p5-HTTP-Cookies-6.10 ===> Checking files for p5-HTTP-Cookies-6.10 `/usr/ports/distfiles/HTTP-Cookies-6.10.tar.gz' is up to date. ===> Building from scratch p5-HTTP-Cookies-6.10 ===> Checking files for p5-HTTP-Cookies-6.10 `/usr/ports/distfiles/HTTP-Cookies-6.10.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-HTTP-Cookies-6.10 ===> Patching for p5-HTTP-Cookies-6.10 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-HTTP-Cookies-6.10 ===> Configuring for p5-HTTP-Cookies-6.10 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTTP::Cookies Writing MYMETA.yml and MYMETA.json ===> Building for p5-HTTP-Cookies-6.10 cp lib/HTTP/Cookies/Microsoft.pm blib/lib/HTTP/Cookies/Microsoft.pm cp lib/HTTP/Cookies.pm blib/lib/HTTP/Cookies.pm cp lib/HTTP/Cookies/Netscape.pm blib/lib/HTTP/Cookies/Netscape.pm Manifying 3 pod documents ===> p5-HTTP-Cookies-6.10 depends on: p5-URI-* -> p5-URI-5.31 ===> p5-HTTP-Cookies-6.10 depends on: p5-HTTP-Date->=6.0 -> p5-HTTP-Date-6.02p0 ===> p5-HTTP-Cookies-6.10 depends on: p5-HTTP-Message->=6.0 -> p5-HTTP-Message-7.00 ===> Regression tests for p5-HTTP-Cookies-6.10 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # HTTP::Response any 7.00 # Test any 1.31 # Test::More any 1.302194 # URI any 5.31 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------------- ---- ---- # Carp any 1.54 # HTTP::Date 6 6.02 # HTTP::Headers::Util 6 7.00 # HTTP::Request any 7.00 # locale any 1.10 # strict any 1.12 # t/00-report-prereqs.t .. ok t/10-original_spec.t ... ok t/11-rfc_2965.t ........ ok t/cookies.t ............ ok t/issue26.t ............ ok t/issue32.t ............ ok t/publicsuffix.t ....... ok All tests successful. Files=7, Tests=124, 2 wallclock secs ( 0.04 usr 0.04 sys + 1.19 cusr 0.38 csys = 1.65 CPU) Result: PASS PASS www/p5-HTTP-Cookies Duration 0m04.94s START www/p5-HTTP-Daemon 2024-11-22T10:07:02Z export _LOCKS_HELD="" ===> Cleaning for p5-HTTP-Daemon-6.16 ===> Checking files for p5-HTTP-Daemon-6.16 `/usr/ports/distfiles/HTTP-Daemon-6.16.tar.gz' is up to date. ===> Building from scratch p5-HTTP-Daemon-6.16 ===> p5-HTTP-Daemon-6.16 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-HTTP-Daemon-6.16 `/usr/ports/distfiles/HTTP-Daemon-6.16.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-HTTP-Daemon-6.16 ===> Patching for p5-HTTP-Daemon-6.16 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-HTTP-Daemon-6.16 ===> Configuring for p5-HTTP-Daemon-6.16 Creating new 'Build' script for 'HTTP-Daemon' version '6.16' ===> Building for p5-HTTP-Daemon-6.16 cp lib/HTTP/Daemon.pm blib/lib/HTTP/Daemon.pm ===> p5-HTTP-Daemon-6.16 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-HTTP-Daemon-6.16 depends on: p5-libwww-* -> p5-libwww-6.77 ===> p5-HTTP-Daemon-6.16 depends on: p5-URI-* -> p5-URI-5.31 ===> p5-HTTP-Daemon-6.16 depends on: p5-HTTP-Date->=6 -> p5-HTTP-Date-6.02p0 ===> p5-HTTP-Daemon-6.16 depends on: p5-HTTP-Message->=6 -> p5-HTTP-Message-7.00 ===> p5-HTTP-Daemon-6.16 depends on: p5-LWP-MediaTypes->=6 -> p5-LWP-MediaTypes-6.02p0 ===> Regression tests for p5-HTTP-Daemon-6.16 # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # Module::Build::Tiny 0.034 0.047 # perl 5.006 5.038002 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Test Requires === # # Module Want Have # ---------------- ----- -------- # File::Spec any 3.88 # File::Temp any 0.2311 # IO::Select any 1.52 # MIME::Base64 any 3.16_01 # Module::Metadata any 1.000037 # Test::More 0.98 1.302194 # Test::Needs any 0.002010 # lib any 0.65 # perl 5.006 5.038002 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Test Suggests === # # Module Want Have # -------------- ---- ---- # LWP::UserAgent 6.37 6.77 # # === Runtime Requires === # # Module Want Have # --------------- ----- -------- # Carp any 1.54 # HTTP::Date 6 6.02 # HTTP::Request 6 7.00 # HTTP::Response 6 7.00 # HTTP::Status 6 7.00 # IO::Socket::IP 0.32 0.41_01 # LWP::MediaTypes 6 6.02 # Socket any 2.036 # perl 5.006 5.038002 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # --------------- ------ # Encode 3.19 # File::Temp 0.2311 # JSON::PP 4.16 # Module::Runtime 0.016 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .. ok t/basic.t .............. ok t/chunked.t ............ ok t/content_length.t ..... ok t/encoding.t ........... ok All tests successful. Files=5, Tests=76, 4 wallclock secs ( 0.06 usr 0.05 sys + 1.58 cusr 0.71 csys = 2.40 CPU) Result: PASS PASS www/p5-HTTP-Daemon Duration 0m08.18s START www/p5-HTTP-Date 2024-11-22T10:07:10Z export _LOCKS_HELD="" ===> Cleaning for p5-HTTP-Date-6.02p0 ===> Checking files for p5-HTTP-Date-6.02p0 `/usr/ports/distfiles/HTTP-Date-6.02.tar.gz' is up to date. ===> Building from scratch p5-HTTP-Date-6.02p0 ===> Checking files for p5-HTTP-Date-6.02p0 `/usr/ports/distfiles/HTTP-Date-6.02.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-HTTP-Date-6.02p0 ===> Patching for p5-HTTP-Date-6.02p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-HTTP-Date-6.02p0 ===> Configuring for p5-HTTP-Date-6.02p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTTP::Date Writing MYMETA.yml and MYMETA.json ===> Building for p5-HTTP-Date-6.02p0 cp lib/HTTP/Date.pm blib/lib/HTTP/Date.pm Manifying 1 pod document ===> Regression tests for p5-HTTP-Date-6.02p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/date.t .. ok All tests successful. Files=1, Tests=136, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.00 cusr 0.04 csys = 0.10 CPU) Result: PASS PASS www/p5-HTTP-Date Duration 0m02.49s START www/p5-HTTP-Message 2024-11-22T10:07:13Z export _LOCKS_HELD="" ===> Cleaning for p5-HTTP-Message-7.00 ===> Checking files for p5-HTTP-Message-7.00 `/usr/ports/distfiles/HTTP-Message-7.00.tar.gz' is up to date. ===> Building from scratch p5-HTTP-Message-7.00 ===> Checking files for p5-HTTP-Message-7.00 `/usr/ports/distfiles/HTTP-Message-7.00.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-HTTP-Message-7.00 ===> Patching for p5-HTTP-Message-7.00 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-HTTP-Message-7.00 ===> Configuring for p5-HTTP-Message-7.00 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTTP::Message Writing MYMETA.yml and MYMETA.json ===> Building for p5-HTTP-Message-7.00 cp lib/HTTP/Message.pm blib/lib/HTTP/Message.pm cp lib/HTTP/Headers/Util.pm blib/lib/HTTP/Headers/Util.pm cp lib/HTTP/Config.pm blib/lib/HTTP/Config.pm cp lib/HTTP/Response.pm blib/lib/HTTP/Response.pm cp lib/HTTP/Headers/ETag.pm blib/lib/HTTP/Headers/ETag.pm cp lib/HTTP/Status.pm blib/lib/HTTP/Status.pm cp lib/HTTP/Request.pm blib/lib/HTTP/Request.pm cp lib/HTTP/Request/Common.pm blib/lib/HTTP/Request/Common.pm cp lib/HTTP/Headers/Auth.pm blib/lib/HTTP/Headers/Auth.pm cp lib/HTTP/Headers.pm blib/lib/HTTP/Headers.pm Manifying 10 pod documents ===> p5-HTTP-Message-7.00 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-HTTP-Message-7.00 depends on: p5-Try-Tiny-* -> p5-Try-Tiny-0.32 ===> p5-HTTP-Message-7.00 depends on: p5-Clone->=0.46 -> p5-Clone-0.46 ===> p5-HTTP-Message-7.00 depends on: p5-Encode-Locale->=1.00 -> p5-Encode-Locale-1.05p0 ===> p5-HTTP-Message-7.00 depends on: p5-HTTP-Date->=6.00 -> p5-HTTP-Date-6.02p0 ===> p5-HTTP-Message-7.00 depends on: p5-IO-HTML-* -> p5-IO-HTML-1.004 ===> p5-HTTP-Message-7.00 depends on: p5-LWP-MediaTypes->=6.00 -> p5-LWP-MediaTypes-6.02p0 ===> p5-HTTP-Message-7.00 depends on: p5-URI->=1.10 -> p5-URI-5.31 ===> Regression tests for p5-HTTP-Message-7.00 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # perl 5.006 5.038002 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- -------- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # File::Temp any 0.2311 # PerlIO::encoding any 0.30 # Test::More 0.88 1.302194 # Test::Needs any 0.002010 # Time::Local any 1.30 # Try::Tiny any 0.32 # URI::URL any 5.31 # lib any 0.65 # overload any 1.37 # perl 5.008001 5.038002 # # === Test Recommends === # # Module Want Have # ---------------------- -------- -------- # CPAN::Meta 2.120900 2.150010 # IO::Compress::Brotli 0.004001 missing # IO::Uncompress::Brotli 0.004001 missing # # === Runtime Requires === # # Module Want Have # -------------------------- -------- --------- # Carp any 1.54 # Clone 0.46 0.46 # Compress::Raw::Bzip2 any 2.204_001 # Compress::Raw::Zlib 2.062 2.204_001 # Encode 3.01 3.19 # Encode::Locale 1 1.05 # Exporter 5.57 5.77 # File::Spec any 3.88 # HTTP::Date 6 6.02 # IO::Compress::Bzip2 2.021 2.204 # IO::Compress::Deflate any 2.204 # IO::Compress::Gzip any 2.204 # IO::HTML any 1.004 # IO::Uncompress::Inflate any 2.204 # IO::Uncompress::RawInflate any 2.204 # LWP::MediaTypes 6 6.02 # MIME::Base64 2.1 3.16_01 # MIME::QuotedPrint any 3.16_01 # URI 1.10 5.31 # parent any 0.241 # perl 5.008001 5.038002 # strict any 1.12 # warnings any 1.65 # # === Runtime Recommends === # # Module Want Have # ---------------------- -------- ------- # IO::Compress::Brotli 0.004001 missing # IO::Uncompress::Brotli 0.004001 missing # t/00-report-prereqs.t .......... ok t/common-req.t ................. ok t/headers-auth.t ............... ok t/headers-etag.t ............... ok t/headers-util.t ............... ok t/headers.t .................... ok t/http-config.t ................ ok t/message-brotli.t ............. skipped: Need IO::Compress::Brotli, IO::Uncompress::Brotli t/message-charset.t ............ ok t/message-decode-brotlibomb.t .. skipped: Need IO::Compress::Brotli, IO::Uncompress::Brotli t/message-decode-bzipbomb.t .... ok t/message-decode-xml.t ......... ok t/message-decode-zipbomb.t ..... ok t/message-old.t ................ ok t/message-parts.t .............. ok t/message.t .................... ok t/request.t .................... ok t/request_type_with_data.t ..... ok t/response.t ................... ok t/status-old.t ................. ok t/status.t ..................... ok All tests successful. Files=21, Tests=841, 7 wallclock secs ( 0.13 usr 0.09 sys + 4.53 cusr 1.68 csys = 6.43 CPU) Result: PASS PASS www/p5-HTTP-Message Duration 0m11.13s START www/p5-HTTP-Negotiate 2024-11-22T10:07:24Z export _LOCKS_HELD="" ===> Cleaning for p5-HTTP-Negotiate-6.01p0 ===> Checking files for p5-HTTP-Negotiate-6.01p0 `/usr/ports/distfiles/HTTP-Negotiate-6.01.tar.gz' is up to date. ===> Building from scratch p5-HTTP-Negotiate-6.01p0 ===> p5-HTTP-Negotiate-6.01p0 depends on: p5-HTTP-Message->=6.0 -> p5-HTTP-Message-7.00 ===> Checking files for p5-HTTP-Negotiate-6.01p0 `/usr/ports/distfiles/HTTP-Negotiate-6.01.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-HTTP-Negotiate-6.01p0 ===> Patching for p5-HTTP-Negotiate-6.01p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-HTTP-Negotiate-6.01p0 ===> Configuring for p5-HTTP-Negotiate-6.01p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTTP::Negotiate Writing MYMETA.yml and MYMETA.json ===> Building for p5-HTTP-Negotiate-6.01p0 cp lib/HTTP/Negotiate.pm blib/lib/HTTP/Negotiate.pm Manifying 1 pod document ===> Regression tests for p5-HTTP-Negotiate-6.01p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Redundant argument in printf at t/negotiate.t line 109. Redundant argument in printf at t/negotiate.t line 109. Redundant argument in printf at t/negotiate.t line 109. Redundant argument in printf at t/negotiate.t line 109. Redundant argument in printf at t/negotiate.t line 109. Redundant argument in printf at t/negotiate.t line 109. t/negotiate.t .. ok All tests successful. Files=1, Tests=5, 0 wallclock secs ( 0.04 usr 0.03 sys + 0.06 cusr 0.03 csys = 0.16 CPU) Result: PASS PASS www/p5-HTTP-Negotiate Duration 0m02.61s START www/p5-HTTP-Response-Encoding 2024-11-22T10:07:26Z export _LOCKS_HELD="" ===> Cleaning for p5-HTTP-Response-Encoding-0.06p1 ===> Checking files for p5-HTTP-Response-Encoding-0.06p1 `/usr/ports/distfiles/HTTP-Response-Encoding-0.06.tar.gz' is up to date. ===> Building from scratch p5-HTTP-Response-Encoding-0.06p1 ===> p5-HTTP-Response-Encoding-0.06p1 depends on: p5-libwww-* -> p5-libwww-6.77 ===> Checking files for p5-HTTP-Response-Encoding-0.06p1 `/usr/ports/distfiles/HTTP-Response-Encoding-0.06.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-HTTP-Response-Encoding-0.06p1 ===> Patching for p5-HTTP-Response-Encoding-0.06p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-HTTP-Response-Encoding-0.06p1 ===> Configuring for p5-HTTP-Response-Encoding-0.06p1 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTTP::Response::Encoding Writing MYMETA.yml and MYMETA.json ===> Building for p5-HTTP-Response-Encoding-0.06p1 cp lib/HTTP/Response/Encoding.pm blib/lib/HTTP/Response/Encoding.pm Manifying 1 pod document ===> p5-HTTP-Response-Encoding-0.06p1 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-HTTP-Response-Encoding-0.06p1 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> p5-HTTP-Response-Encoding-0.06p1 depends on: p5-URI-* -> p5-URI-5.31 ===> Regression tests for p5-HTTP-Response-Encoding-0.06p1 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing HTTP::Response::Encoding 0.06, Perl 5.038002, /usr/bin/perl t/00-load.t ....... ok t/01-file.t ....... ok t/boilerplate.t ... ok t/pod-coverage.t .. ok t/pod.t ........... ok All tests successful. Files=5, Tests=19, 1 wallclock secs ( 0.02 usr 0.05 sys + 0.69 cusr 0.28 csys = 1.04 CPU) Result: PASS PASS www/p5-HTTP-Response-Encoding Duration 0m04.19s START www/p5-LWP-MediaTypes 2024-11-22T10:07:31Z export _LOCKS_HELD="" ===> Cleaning for p5-LWP-MediaTypes-6.02p0 ===> Checking files for p5-LWP-MediaTypes-6.02p0 `/usr/ports/distfiles/LWP-MediaTypes-6.02.tar.gz' is up to date. ===> Building from scratch p5-LWP-MediaTypes-6.02p0 ===> Checking files for p5-LWP-MediaTypes-6.02p0 `/usr/ports/distfiles/LWP-MediaTypes-6.02.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-LWP-MediaTypes-6.02p0 ===> Patching for p5-LWP-MediaTypes-6.02p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-LWP-MediaTypes-6.02p0 ===> Configuring for p5-LWP-MediaTypes-6.02p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for LWP::MediaTypes Writing MYMETA.yml and MYMETA.json ===> Building for p5-LWP-MediaTypes-6.02p0 cp lib/LWP/MediaTypes.pm blib/lib/LWP/MediaTypes.pm cp lib/LWP/media.types blib/lib/LWP/media.types Manifying 1 pod document ===> Regression tests for p5-LWP-MediaTypes-6.02p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/mediatypes.t .. ok All tests successful. Files=1, Tests=39, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.04 cusr 0.02 csys = 0.11 CPU) Result: PASS PASS www/p5-LWP-MediaTypes Duration 0m02.33s START www/p5-LWP-Protocol-https 2024-11-22T10:07:33Z export _LOCKS_HELD="" ===> Cleaning for p5-LWP-Protocol-https-6.14 ===> Checking files for p5-LWP-Protocol-https-6.14 `/usr/ports/distfiles/LWP-Protocol-https-6.14.tar.gz' is up to date. ===> Building from scratch p5-LWP-Protocol-https-6.14 ===> Checking files for p5-LWP-Protocol-https-6.14 `/usr/ports/distfiles/LWP-Protocol-https-6.14.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-LWP-Protocol-https-6.14 ===> Patching for p5-LWP-Protocol-https-6.14 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-LWP-Protocol-https-6.14 ===> Configuring for p5-LWP-Protocol-https-6.14 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for LWP::Protocol::https Writing MYMETA.yml and MYMETA.json ===> Building for p5-LWP-Protocol-https-6.14 cp lib/LWP/Protocol/https.pm blib/lib/LWP/Protocol/https.pm Manifying 1 pod document ===> p5-LWP-Protocol-https-6.14 depends on: p5-Test-Needs->=0.002010 -> p5-Test-Needs-0.002010 ===> p5-LWP-Protocol-https-6.14 depends on: p5-Test-RequiresInternet-* -> p5-Test-RequiresInternet-0.05p0 ===> p5-LWP-Protocol-https-6.14 depends on: p5-Try-Tiny-* -> p5-Try-Tiny-0.32 ===> p5-LWP-Protocol-https-6.14 depends on: p5-Capture-Tiny->=0.48 -> p5-Capture-Tiny-0.48p0 ===> p5-LWP-Protocol-https-6.14 depends on: p5-File-Which-* -> p5-File-Which-1.27 ===> p5-LWP-Protocol-https-6.14 depends on: p5-HTTP-Message-* -> p5-HTTP-Message-7.00 ===> p5-LWP-Protocol-https-6.14 depends on: p5-Net-HTTP->=6 -> p5-Net-HTTP-6.19 ===> p5-LWP-Protocol-https-6.14 depends on: p5-IO-Socket-SSL->=1.970 -> p5-IO-Socket-SSL-2.089 ===> p5-LWP-Protocol-https-6.14 depends on: p5-libwww->=6.06 -> p5-libwww-6.77 ===> Regression tests for p5-LWP-Protocol-https-6.14 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- -------- -------- # ExtUtils::MakeMaker any 7.70 # perl 5.008001 5.038002 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ---------------------- -------- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # File::Temp any 0.2311 # IO::Select any 1.52 # IO::Socket::INET any 1.52 # IO::Socket::SSL 1.970 2.089 # IO::Socket::SSL::Utils any 2.015 # LWP::UserAgent 6.06 6.77 # Socket any 2.036 # Test::More 0.96 1.302194 # Test::Needs 0.002010 0.002010 # Test::RequiresInternet any 0.05 # perl 5.008001 5.038002 # warnings any 1.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------------- -------- -------- # IO::Socket::SSL 1.970 2.089 # LWP::Protocol::http any 6.77 # LWP::UserAgent 6.06 6.77 # Net::HTTPS 6 6.19 # base any 2.27 # perl 5.008001 5.038002 # strict any 1.12 # # === Other Modules === # # Module Have # ----------- ---- # Net::SSLeay 1.94 # t/00-report-prereqs.t .. ok # path to openssl: /usr/bin/openssl # stdout: LibreSSL 4.0.0 # Net::SSLeay::OPENSSL_VERSION_NUMBER() 0x20000000 # Net::SSLeay::LIBRESSL_VERSION_NUMBER() 0x4000000f # IO::Select 1.52 # IO::Socket::INET 1.52 # IO::Socket::SSL 2.089 # IO::Socket::SSL::Utils 2.015 # Socket 2.036 t/diag.t ............... ok t/example.t ............ skipped: no host: www.example.com t/https_proxy.t ........ ok All tests successful. Files=4, Tests=60, 2 wallclock secs ( 0.07 usr 0.02 sys + 1.35 cusr 0.30 csys = 1.74 CPU) Result: PASS PASS www/p5-LWP-Protocol-https Duration 0m06.52s START www/p5-LWP-Protocol-socks 2024-11-22T10:07:40Z export _LOCKS_HELD="" ===> Cleaning for p5-LWP-Protocol-socks-1.7p0 ===> Checking files for p5-LWP-Protocol-socks-1.7p0 `/usr/ports/distfiles/LWP-Protocol-socks-1.7.tar.gz' is up to date. ===> Building from scratch p5-LWP-Protocol-socks-1.7p0 ===> p5-LWP-Protocol-socks-1.7p0 depends on: p5-IO-Socket-SSL->=0.96 -> p5-IO-Socket-SSL-2.089 ===> p5-LWP-Protocol-socks-1.7p0 depends on: p5-IO-Socket-Socks->=0.2 -> p5-IO-Socket-Socks-0.74p0 ===> p5-LWP-Protocol-socks-1.7p0 depends on: p5-libwww->=6.02 -> p5-libwww-6.77 ===> p5-LWP-Protocol-socks-1.7p0 depends on: p5-LWP-Protocol-https->=6.02 -> p5-LWP-Protocol-https-6.14 ===> Checking files for p5-LWP-Protocol-socks-1.7p0 `/usr/ports/distfiles/LWP-Protocol-socks-1.7.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-LWP-Protocol-socks-1.7p0 ===> Patching for p5-LWP-Protocol-socks-1.7p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-LWP-Protocol-socks-1.7p0 ===> Configuring for p5-LWP-Protocol-socks-1.7p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for LWP::Protocol::socks Writing MYMETA.yml and MYMETA.json ===> Building for p5-LWP-Protocol-socks-1.7p0 cp lib/LWP/Protocol/socks4.pm blib/lib/LWP/Protocol/socks4.pm cp lib/URI/socks.pm blib/lib/URI/socks.pm cp lib/LWP/Protocol/socks.pm blib/lib/LWP/Protocol/socks.pm cp lib/URI/socks4.pm blib/lib/URI/socks4.pm Manifying 3 pod documents ===> Regression tests for p5-LWP-Protocol-socks-1.7p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/LWP-Protocol-socks.t .. ok t/socks4.t .............. skipped: no proxy defined; set SOCKS_PROXY t/socks5.t .............. skipped: no proxy defined; set SOCKS_PROXY All tests successful. Files=3, Tests=6, 0 wallclock secs ( 0.03 usr 0.03 sys + 0.40 cusr 0.19 csys = 0.65 CPU) Result: PASS PASS www/p5-LWP-Protocol-socks Duration 0m03.81s START www/p5-Test-HTTP-LocalServer 2024-11-22T10:07:43Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-HTTP-LocalServer-0.76 ===> Checking files for p5-Test-HTTP-LocalServer-0.76 `/usr/ports/distfiles/Test-HTTP-LocalServer-0.76.tar.gz' is up to date. ===> Building from scratch p5-Test-HTTP-LocalServer-0.76 ===> Checking files for p5-Test-HTTP-LocalServer-0.76 `/usr/ports/distfiles/Test-HTTP-LocalServer-0.76.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-HTTP-LocalServer-0.76 ===> Patching for p5-Test-HTTP-LocalServer-0.76 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-HTTP-LocalServer-0.76 ===> Configuring for p5-Test-HTTP-LocalServer-0.76 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::HTTP::LocalServer Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-HTTP-LocalServer-0.76 cp lib/Test/HTTP/LocalServer.pm blib/lib/Test/HTTP/LocalServer.pm cp lib/Test/HTTP/cookie-server blib/lib/Test/HTTP/cookie-server cp lib/Test/HTTP/gzip-streamed.psgi blib/lib/Test/HTTP/gzip-streamed.psgi cp lib/Test/HTTP/log-server blib/lib/Test/HTTP/log-server Manifying 1 pod document ===> p5-Test-HTTP-LocalServer-0.76 depends on: p5-CGI-* -> p5-CGI-4.64 ===> p5-Test-HTTP-LocalServer-0.76 depends on: p5-HTTP-Daemon->=6.05 -> p5-HTTP-Daemon-6.16 ===> p5-Test-HTTP-LocalServer-0.76 depends on: p5-HTTP-Message-* -> p5-HTTP-Message-7.00 ===> p5-Test-HTTP-LocalServer-0.76 depends on: p5-HTTP-Request-AsCGI-* -> p5-HTTP-Request-AsCGI-1.2p2 ===> p5-Test-HTTP-LocalServer-0.76 depends on: p5-URI-* -> p5-URI-5.31 ===> Regression tests for p5-Test-HTTP-LocalServer-0.76 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/00-load.t t/01-start.t t/02-start-stop.t t/03-sticky-fields.t t/04-server-name.t t/05-basic-auth.t t/05-simplest.t t/06-exitcode.t # Testing Test::HTTP::LocalServer 0.76, Perl 5.038002 # AutoLoader 5.74 # Carp 1.54 # Carp::Heavy 1.54 # Clone 0.46 # Config 5.038002 # Cwd 3.89 # Errno 1.37 # Exporter 5.77 # Exporter::Heavy 5.77 # Fcntl 1.15 # File::Basename 2.86 # File::Path 2.18 # File::Spec 3.88 # File::Spec::Unix 3.88 # File::Temp 0.2311 # FindBin 1.53 # HTTP::Daemon 6.16 # HTTP::Date 6.02 # HTTP::Headers 7.00 # HTTP::Message 7.00 # HTTP::Request 7.00 # HTTP::Response 7.00 # HTTP::Status 7.00 # HTTP::Tiny 0.086 # IO 1.52 # IO::Handle 1.52 # IO::Seekable 1.52 # IO::Socket 1.52 # IO::Socket::INET 1.52 # IO::Socket::IP 0.4101 # IO::Socket::UNIX 1.52 # LWP::MediaTypes 6.02 # List::Util 1.63 # POSIX 2.13 # PerlIO 1.12 # Scalar::Util 1.63 # SelectSaver 1.02 # Socket 2.036 # Symbol 1.09 # Test::Builder 1.302194 # Test::Builder::Formatter 1.302194 # Test::Builder::Module 1.302194 # Test::Builder::TodoDiag 1.302194 # Test::HTTP::LocalServer 0.76 # Test::More 1.302194 # Test2::API 1.302194 # Test2::API::Context 1.302194 # Test2::API::Instance 1.302194 # Test2::API::Stack 1.302194 # Test2::Event 1.302194 # Test2::Event::Bail 1.302194 # Test2::Event::Diag 1.302194 # Test2::Event::Exception 1.302194 # Test2::Event::Fail 1.302194 # Test2::Event::Note 1.302194 # Test2::Event::Ok 1.302194 # Test2::Event::Pass 1.302194 # Test2::Event::Plan 1.302194 # Test2::Event::Skip 1.302194 # Test2::Event::Subtest 1.302194 # Test2::Event::V2 1.302194 # Test2::Event::Waiting 1.302194 # Test2::EventFacet 1.302194 # Test2::EventFacet::About 1.302194 # Test2::EventFacet::Amnesty 1.302194 # Test2::EventFacet::Assert 1.302194 # Test2::EventFacet::Control 1.302194 # Test2::EventFacet::Error 1.302194 # Test2::EventFacet::Hub 1.302194 # Test2::EventFacet::Info 1.302194 # Test2::EventFacet::Meta 1.302194 # Test2::EventFacet::Parent 1.302194 # Test2::EventFacet::Plan 1.302194 # Test2::EventFacet::Trace 1.302194 # Test2::Formatter 1.302194 # Test2::Formatter::TAP 1.302194 # Test2::Hub 1.302194 # Test2::Hub::Interceptor 1.302194 # Test2::Hub::Interceptor::Terminator 1.302194 # Test2::Hub::Subtest 1.302194 # Test2::Util 1.302194 # Test2::Util::ExternalMeta 1.302194 # Test2::Util::Facets2Legacy 1.302194 # Test2::Util::HashBase 1.302194 # Test2::Util::Trace 1.302194 # Tie::Hash 1.06 # Time::HiRes 1.9775 # Time::Local 1.30 # URI 5.31 # URI::Escape 5.31 # URI::URL 5.31 # URI::WithBase 5.31 # XSLoader 0.32 # base 2.27 # bytes 1.08 # constant 1.33 # mro 1.28 # overload 1.37 # overloading 0.02 # parent 0.241 # re 0.44 # strict 1.12 # vars 1.05 # warnings 1.65 # warnings::register 1.05 t/00-load.t ........... ok t/01-start.t .......... ok t/02-start-stop.t ..... ok t/03-sticky-fields.t .. ok t/04-server-name.t .... ok t/05-basic-auth.t ..... ok t/05-simplest.t ....... ok t/06-exitcode.t ....... ok All tests successful. Files=8, Tests=25, 5 wallclock secs ( 0.07 usr 0.01 sys + 2.96 cusr 1.08 csys = 4.12 CPU) Result: PASS PASS www/p5-Test-HTTP-LocalServer Duration 0m08.60s START www/p5-Test-HTTP-Server-Simple 2024-11-22T10:07:52Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-HTTP-Server-Simple-0.11p0 ===> Checking files for p5-Test-HTTP-Server-Simple-0.11p0 `/usr/ports/distfiles/Test-HTTP-Server-Simple-0.11.tar.gz' is up to date. ===> Building from scratch p5-Test-HTTP-Server-Simple-0.11p0 ===> Checking files for p5-Test-HTTP-Server-Simple-0.11p0 `/usr/ports/distfiles/Test-HTTP-Server-Simple-0.11.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-HTTP-Server-Simple-0.11p0 ===> Patching for p5-Test-HTTP-Server-Simple-0.11p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-HTTP-Server-Simple-0.11p0 ===> Configuring for p5-Test-HTTP-Server-Simple-0.11p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::HTTP::Server::Simple Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-HTTP-Server-Simple-0.11p0 cp lib/Test/HTTP/Server/Simple.pm blib/lib/Test/HTTP/Server/Simple.pm Manifying 1 pod document ===> p5-Test-HTTP-Server-Simple-0.11p0 depends on: p5-HTTP-Server-Simple-* -> p5-HTTP-Server-Simple-0.52p0 ===> p5-Test-HTTP-Server-Simple-0.11p0 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-HTTP-Server-Simple-0.11p0 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-HTTP-Server-Simple-0.11p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Testing Test::HTTP::Server::Simple 0.11 t/00.load.t ....... ok t/01.basic.t ...... ok t/pod-coverage.t .. ok t/pod.t ........... ok All tests successful. Files=4, Tests=9, 1 wallclock secs ( 0.02 usr 0.02 sys + 0.56 cusr 0.30 csys = 0.90 CPU) Result: PASS PASS www/p5-Test-HTTP-Server-Simple Duration 0m03.86s START www/p5-Test-LWP-UserAgent 2024-11-22T10:07:56Z export _LOCKS_HELD="" ===> Cleaning for p5-Test-LWP-UserAgent-0.036 ===> Checking files for p5-Test-LWP-UserAgent-0.036 `/usr/ports/distfiles/Test-LWP-UserAgent-0.036.tar.gz' is up to date. ===> Building from scratch p5-Test-LWP-UserAgent-0.036 ===> p5-Test-LWP-UserAgent-0.036 depends on: p5-HTTP-Date-* -> p5-HTTP-Date-6.02p0 ===> p5-Test-LWP-UserAgent-0.036 depends on: p5-HTTP-Message-* -> p5-HTTP-Message-7.00 ===> p5-Test-LWP-UserAgent-0.036 depends on: p5-libwww-* -> p5-libwww-6.77 ===> p5-Test-LWP-UserAgent-0.036 depends on: p5-namespace-clean-* -> p5-namespace-clean-0.27p0 ===> p5-Test-LWP-UserAgent-0.036 depends on: p5-Safe-Isa-* -> p5-Safe-Isa-1.000010p0 ===> p5-Test-LWP-UserAgent-0.036 depends on: p5-Try-Tiny-* -> p5-Try-Tiny-0.32 ===> p5-Test-LWP-UserAgent-0.036 depends on: p5-URI-* -> p5-URI-5.31 ===> Checking files for p5-Test-LWP-UserAgent-0.036 `/usr/ports/distfiles/Test-LWP-UserAgent-0.036.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-Test-LWP-UserAgent-0.036 ===> Patching for p5-Test-LWP-UserAgent-0.036 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-Test-LWP-UserAgent-0.036 ===> Configuring for p5-Test-LWP-UserAgent-0.036 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Test::LWP::UserAgent Writing MYMETA.yml and MYMETA.json ===> Building for p5-Test-LWP-UserAgent-0.036 cp lib/Test/LWP/UserAgent.pm blib/lib/Test/LWP/UserAgent.pm Manifying 1 pod document ===> p5-Test-LWP-UserAgent-0.036 depends on: p5-Path-Tiny-* -> p5-Path-Tiny-0.146 ===> p5-Test-LWP-UserAgent-0.036 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-Test-LWP-UserAgent-0.036 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-Test-LWP-UserAgent-0.036 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-Test-LWP-UserAgent-0.036 depends on: p5-Test-RequiresInternet-* -> p5-Test-RequiresInternet-0.05p0 ===> p5-Test-LWP-UserAgent-0.036 depends on: p5-Test-Warnings-* -> p5-Test-Warnings-0.033 ===> p5-Test-LWP-UserAgent-0.036 depends on: p5-Test-Pod-* -> p5-Test-Pod-1.52p0 ===> p5-Test-LWP-UserAgent-0.036 depends on: p5-Test-Pod-Coverage-* -> p5-Test-Pod-Coverage-1.10p0 ===> Regression tests for p5-Test-LWP-UserAgent-0.036 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------------ -------- -------- # CPAN::Meta::Requirements 2.120620 2.140 # ExtUtils::MakeMaker any 7.70 # Module::Metadata any 1.000037 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ---------------------- ----- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # HTTP::Request::Common any 7.00 # Path::Tiny any 0.146 # Test::Deep 0.110 1.204 # Test::Fatal any 0.017 # Test::More 0.88 1.302194 # Test::Needs any 0.002010 # Test::RequiresInternet any 0.05 # Test::Warnings 0.009 0.033 # if any 0.0610 # lib any 0.65 # overload any 1.37 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Test Suggests === # # Module Want Have # ------------------- ---- ----- # HTTP::Message::PSGI any undef # # === Runtime Requires === # # Module Want Have # ---------------- ---- -------- # Carp any 1.54 # HTTP::Date any 6.02 # HTTP::Request any 7.00 # HTTP::Response any 7.00 # HTTP::Status any 7.00 # IO::Socket::IP 0.31 0.41_01 # LWP::UserAgent any 6.77 # Safe::Isa any 1.000010 # Scalar::Util any 1.63 # Storable any 3.32 # Try::Tiny any 0.32 # URI 1.62 5.31 # namespace::clean 0.19 0.27 # parent any 0.241 # strict any 1.12 # warnings any 1.65 # # === Other Modules === # # Module Have # --------------------------- -------- # Encode 3.19 # File::Temp 0.2311 # IO::Socket::INET 1.52 # IO::Socket::INET6 2.73 # IO::Socket::IP 0.41_01 # IO::Socket::SSL 2.089 # JSON::MaybeXS 1.004005 # JSON::PP 4.16 # LWP::Protocol::http 6.77 # LWP::Protocol::http::Socket missing # Module::Runtime 0.016 # Moose 2.2207 # Net::SSLeay 1.94 # Plack 1.0051 # Pod::Coverage 0.23 # Sub::Name 0.27 # YAML 1.31 # autodie 2.36 # t/00-report-prereqs.t .................... ok t/01-basic.t ............................. ok t/02-overload.t .......................... ok t/03-handlers.t .......................... ok t/04-psgi.t .............................. ok t/05-exceptions.t ........................ ok t/06-network-fallback.t .................. skipped: these tests use the network: unset NO_NETWORK_TESTING and set EXTENDED_TESTING, AUTHOR_TESTING or AUTOMATED_TESTING to run t/07-mask-response.t ..................... ok t/08-isa-coderef.t ....................... ok t/09-dispatch-to-request-method.t ........ ok t/10-request-args-network.t .............. skipped: these tests use the network: unset NO_NETWORK_TESTING and set EXTENDED_TESTING, AUTHOR_TESTING or AUTOMATED_TESTING to run t/11-request-args-internal.t ............. ok t/12-chained-method-call.t ............... ok t/50-examples-application_client_test.t .. ok t/51-call_psgi.t ......................... ok t/zzz-check-breaks.t ..................... ok All tests successful. Files=16, Tests=224, 5 wallclock secs ( 0.05 usr 0.09 sys + 3.30 cusr 1.05 csys = 4.49 CPU) Result: PASS PASS www/p5-Test-LWP-UserAgent Duration 0m10.07s START www/p5-URI 2024-11-22T10:08:06Z export _LOCKS_HELD="" ===> Cleaning for p5-URI-5.31 ===> Checking files for p5-URI-5.31 `/usr/ports/distfiles/URI-5.31.tar.gz' is up to date. ===> Building from scratch p5-URI-5.31 ===> Checking files for p5-URI-5.31 `/usr/ports/distfiles/URI-5.31.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-URI-5.31 ===> Patching for p5-URI-5.31 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-URI-5.31 ===> Configuring for p5-URI-5.31 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for URI Writing MYMETA.yml and MYMETA.json ===> Building for p5-URI-5.31 cp lib/URI/scp.pm blib/lib/URI/scp.pm cp lib/URI/http.pm blib/lib/URI/http.pm cp lib/URI/data.pm blib/lib/URI/data.pm cp lib/URI/file/Base.pm blib/lib/URI/file/Base.pm cp lib/URI/rlogin.pm blib/lib/URI/rlogin.pm cp lib/URI/gopher.pm blib/lib/URI/gopher.pm cp lib/URI/URL.pm blib/lib/URI/URL.pm cp lib/URI/ftps.pm blib/lib/URI/ftps.pm cp lib/URI/_userpass.pm blib/lib/URI/_userpass.pm cp lib/URI/ssh.pm blib/lib/URI/ssh.pm cp lib/URI/snews.pm blib/lib/URI/snews.pm cp lib/URI/sftp.pm blib/lib/URI/sftp.pm cp lib/URI/urn.pm blib/lib/URI/urn.pm cp lib/URI/sip.pm blib/lib/URI/sip.pm cp lib/URI/_punycode.pm blib/lib/URI/_punycode.pm cp lib/URI/ldaps.pm blib/lib/URI/ldaps.pm cp lib/URI/Heuristic.pm blib/lib/URI/Heuristic.pm cp lib/URI/urn/isbn.pm blib/lib/URI/urn/isbn.pm cp lib/URI/news.pm blib/lib/URI/news.pm cp lib/URI.pm blib/lib/URI.pm cp lib/URI/ircs.pm blib/lib/URI/ircs.pm cp lib/URI/Escape.pm blib/lib/URI/Escape.pm cp lib/URI/pop.pm blib/lib/URI/pop.pm cp lib/URI/_ldap.pm blib/lib/URI/_ldap.pm cp lib/URI/icaps.pm blib/lib/URI/icaps.pm cp lib/URI/file/Win32.pm blib/lib/URI/file/Win32.pm cp lib/URI/nntps.pm blib/lib/URI/nntps.pm cp lib/URI/ldapi.pm blib/lib/URI/ldapi.pm cp lib/URI/IRI.pm blib/lib/URI/IRI.pm cp lib/URI/otpauth.pm blib/lib/URI/otpauth.pm cp lib/URI/geo.pm blib/lib/URI/geo.pm cp lib/URI/ldap.pm blib/lib/URI/ldap.pm cp lib/URI/rsync.pm blib/lib/URI/rsync.pm cp lib/URI/telnet.pm blib/lib/URI/telnet.pm cp lib/URI/rtspu.pm blib/lib/URI/rtspu.pm cp lib/URI/rtsp.pm blib/lib/URI/rtsp.pm cp lib/URI/file/FAT.pm blib/lib/URI/file/FAT.pm cp lib/URI/sips.pm blib/lib/URI/sips.pm cp lib/URI/_idna.pm blib/lib/URI/_idna.pm cp lib/URI/icap.pm blib/lib/URI/icap.pm cp lib/URI/WithBase.pm blib/lib/URI/WithBase.pm cp lib/URI/nntp.pm blib/lib/URI/nntp.pm cp lib/URI/_generic.pm blib/lib/URI/_generic.pm cp lib/URI/ftp.pm blib/lib/URI/ftp.pm cp lib/URI/_foreign.pm blib/lib/URI/_foreign.pm cp lib/URI/_server.pm blib/lib/URI/_server.pm cp lib/URI/file.pm blib/lib/URI/file.pm cp lib/URI/urn/oid.pm blib/lib/URI/urn/oid.pm cp lib/URI/https.pm blib/lib/URI/https.pm cp lib/URI/file/QNX.pm blib/lib/URI/file/QNX.pm cp lib/URI/QueryParam.pm blib/lib/URI/QueryParam.pm cp lib/URI/ftpes.pm blib/lib/URI/ftpes.pm cp lib/URI/mailto.pm blib/lib/URI/mailto.pm cp lib/URI/file/Unix.pm blib/lib/URI/file/Unix.pm cp lib/URI/mms.pm blib/lib/URI/mms.pm cp lib/URI/file/OS2.pm blib/lib/URI/file/OS2.pm cp lib/URI/_login.pm blib/lib/URI/_login.pm cp lib/URI/Split.pm blib/lib/URI/Split.pm cp lib/URI/file/Mac.pm blib/lib/URI/file/Mac.pm cp lib/URI/irc.pm blib/lib/URI/irc.pm cp lib/URI/tn3270.pm blib/lib/URI/tn3270.pm cp lib/URI/_segment.pm blib/lib/URI/_segment.pm cp lib/URI/_query.pm blib/lib/URI/_query.pm Manifying 15 pod documents ===> p5-URI-5.31 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-URI-5.31 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-URI-5.31 depends on: p5-Test-Warnings-* -> p5-Test-Warnings-0.033 ===> p5-URI-5.31 depends on: p5-Regexp-IPv6->=0.03 -> p5-Regexp-IPv6-0.03p0 ===> p5-URI-5.31 depends on: p5-MIME-Base32-* -> p5-MIME-Base32-1.303p0 ===> Regression tests for p5-URI-5.31 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # --------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # File::Spec::Functions any 3.88 # File::Temp any 0.2311 # Test::Fatal any 0.017 # Test::More 0.96 1.302194 # Test::Needs any 0.002010 # Test::Warnings any 0.033 # utf8 any 1.25 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # ------------ -------- -------- # Carp any 1.54 # Cwd any 3.89 # Data::Dumper any 2.188 # Encode any 3.19 # Exporter 5.57 5.77 # MIME::Base32 any 1.303 # MIME::Base64 2 3.16_01 # Net::Domain any 3.15 # Scalar::Util any 1.63 # constant any 1.33 # integer any 1.01 # overload any 1.37 # parent any 0.241 # perl 5.008001 5.038002 # strict any 1.12 # utf8 any 1.25 # warnings any 1.65 # # === Runtime Suggests === # # Module Want Have # -------------- ----- ------- # Business::ISBN 3.005 missing # Regexp::IPv6 0.03 0.03 # t/00-report-prereqs.t ...... ok t/abs.t .................... ok t/clone.t .................. ok t/cwd.t .................... ok t/data.t ................... ok t/escape-char.t ............ ok t/escape.t ................. ok t/file.t ................... ok t/ftp.t .................... ok t/ftpes.t .................. ok t/ftps.t ................... ok t/generic.t ................ ok t/geo_basic.t .............. ok t/geo_construct.t .......... ok t/geo_point.t .............. skipped: Needs Geo::Point t/gopher.t ................. ok t/heuristic.t .............. ok t/http.t ................... ok t/icap.t ................... ok t/idna.t ................... ok t/ipv6.t ................... ok t/irc.t .................... ok t/ircs.t ................... ok t/iri.t .................... ok t/ldap.t ................... ok t/mailto.t ................. ok t/mix.t .................... ok t/mms.t .................... ok t/news.t ................... ok t/num_eq.t ................. ok t/old-absconf.t ............ ok t/old-base.t ............... ok t/old-file.t ............... ok t/old-relbase.t ............ ok Issuer prefix from label 'Example' does not match issuer parameter 'Example2' at t/otpauth.t line 67. Issuer prefix from label 'Example' does not match issuer parameter 'Example2' at t/otpauth.t line 68. Issuer prefix from label 'Example' does not match issuer parameter 'Example2' at t/otpauth.t line 69. Issuer prefix from label 'Example' does not match issuer parameter 'Example2' at t/otpauth.t line 70. Issuer prefix from label 'Example' does not match issuer parameter 'Example2' at t/otpauth.t line 71. Issuer prefix from label 'Example' does not match issuer parameter 'Example2' at t/otpauth.t line 72. Issuer prefix from label 'Example' does not match issuer parameter 'Example2' at t/otpauth.t line 73. Issuer prefix from label 'Example' does not match issuer parameter 'Example2' at t/otpauth.t line 74. # doc1_uri is otpauth://totp/Example:alice@google.com?secret=NFZS25DINFZV643VOAZXELLTGNRXEM3UH4&issuer=Example # doc2_uri is otpauth://totp/Example:alice@google.com?secret=NFZS25DINFZV643VOAZXELLTGNRXEM3UH4&issuer=Example t/otpauth.t ................ ok t/path-segments.t .......... ok t/pop.t .................... ok t/punycode.t ............... ok t/query-param.t ............ ok t/query.t .................. ok t/rel.t .................... ok t/rfc2732.t ................ ok t/roy-test.t ............... ok t/rsync.t .................. ok t/rtsp.t ................... ok # 1 # 1 t/scheme-exceptions.t ...... ok t/scp.t .................... ok t/sftp.t ................... ok t/sip.t .................... ok t/sort-hash-query-form.t ... ok t/split.t .................. ok t/sq-brackets-legacy.t ..... ok t/sq-brackets.t ............ ok t/ssh.t .................... ok t/storable.t ............... ok t/urn-isbn.t ............... skipped: Need Business::ISBN 3.005 t/urn-oid.t ................ ok t/urn-scheme-exceptions.t .. ok t/userpass.t ............... ok t/utf8.t ................... ok All tests successful. Test Summary Report ------------------- t/mailto.t (Wstat: 0 Tests: 20 Failed: 0) TODO passed: 16 Files=60, Tests=957, 11 wallclock secs ( 0.25 usr 0.17 sys + 6.96 cusr 3.10 csys = 10.48 CPU) Result: PASS PASS www/p5-URI Duration 0m15.00s START www/p5-URI-Query 2024-11-22T10:08:21Z export _LOCKS_HELD="" ===> Cleaning for p5-URI-Query-0.16 ===> Checking files for p5-URI-Query-0.16 `/usr/ports/distfiles/URI-Query-0.16.tar.gz' is up to date. ===> Building from scratch p5-URI-Query-0.16 ===> Checking files for p5-URI-Query-0.16 `/usr/ports/distfiles/URI-Query-0.16.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-URI-Query-0.16 ===> Patching for p5-URI-Query-0.16 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-URI-Query-0.16 ===> Configuring for p5-URI-Query-0.16 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for URI::Query Writing MYMETA.yml and MYMETA.json ===> Building for p5-URI-Query-0.16 cp lib/URI/Query.pm blib/lib/URI/Query.pm Manifying 1 pod document ===> p5-URI-Query-0.16 depends on: p5-YAML-* -> p5-YAML-1.31 ===> p5-URI-Query-0.16 depends on: p5-Clone-* -> p5-Clone-0.46 ===> p5-URI-Query-0.16 depends on: p5-URI-* -> p5-URI-5.31 ===> Regression tests for p5-URI-Query-0.16 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_constructor.t ........ ok t/02_methods.t ............ ok t/03_hash.t ............... ok t/04_revert.t ............. ok t/05_sep.t ................ ok t/06_eq.t ................. ok t/07_unesc.t .............. ok t/08_changed.t ............ ok t/08_clone.t .............. ok t/author-critic.t ......... skipped: these tests are for testing by the author t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing All tests successful. Files=12, Tests=93, 2 wallclock secs ( 0.09 usr 0.04 sys + 1.28 cusr 0.46 csys = 1.87 CPU) Result: PASS PASS www/p5-URI-Query Duration 0m04.85s START www/p5-WWW-Form-UrlEncoded-XS 2024-11-22T10:08:26Z export _LOCKS_HELD="" ===> Cleaning for p5-WWW-Form-UrlEncoded-XS-0.28 ===> Checking files for p5-WWW-Form-UrlEncoded-XS-0.28 `/usr/ports/distfiles/WWW-Form-UrlEncoded-XS-0.28.tar.gz' is up to date. ===> Building from scratch p5-WWW-Form-UrlEncoded-XS-0.28 ===> p5-WWW-Form-UrlEncoded-XS-0.28 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Verifying specs: perl c ===> found perl.24.0 c.100.3 ===> Checking files for p5-WWW-Form-UrlEncoded-XS-0.28 `/usr/ports/distfiles/WWW-Form-UrlEncoded-XS-0.28.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-WWW-Form-UrlEncoded-XS-0.28 ===> Patching for p5-WWW-Form-UrlEncoded-XS-0.28 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-WWW-Form-UrlEncoded-XS-0.28 Regenerating lib/WWW/Form/UrlEncoded/ppport.h ===> Configuring for p5-WWW-Form-UrlEncoded-XS-0.28 Creating new 'Build' script for 'WWW-Form-UrlEncoded-XS' version '0.28' ===> Building for p5-WWW-Form-UrlEncoded-XS-0.28 cp lib/WWW/Form/UrlEncoded/XS.pm blib/lib/WWW/Form/UrlEncoded/XS.pm cc -I. -Iinclude -Isrc -Ilib/WWW/Form/UrlEncoded -I/usr/libdata/perl5/i386-openbsd/CORE '-DVERSION="0.28"' '-DXS_VERSION="0.28"' -DPIC -fpic -c -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -O2 -pipe -O2 -o temp/XS.o temp/XS.c cc -shared -fpic -fstack-protector-strong -L/usr/local/lib -o blib/arch/auto/WWW/Form/UrlEncoded/XS/XS.so temp/XS.o ===> p5-WWW-Form-UrlEncoded-XS-0.28 depends on: p5-JSON->=2 -> p5-JSON-4.10 ===> Regression tests for p5-WWW-Form-UrlEncoded-XS-0.28 t/00_compile.t ......... ok t/01_parse.t ........... ok t/02_build.t ........... ok t/03_parse_arrayref.t .. ok All tests successful. Files=4, Tests=111, 1 wallclock secs ( 0.07 usr 0.02 sys + 0.40 cusr 0.25 csys = 0.74 CPU) Result: PASS PASS www/p5-WWW-Form-UrlEncoded-XS Duration 0m04.88s START www/p5-WWW-Mechanize 2024-11-22T10:08:31Z export _LOCKS_HELD="" ===> Cleaning for p5-WWW-Mechanize-2.19 ===> Checking files for p5-WWW-Mechanize-2.19 `/usr/ports/distfiles/WWW-Mechanize-2.19.tar.gz' is up to date. ===> Building from scratch p5-WWW-Mechanize-2.19 ===> Checking files for p5-WWW-Mechanize-2.19 `/usr/ports/distfiles/WWW-Mechanize-2.19.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-WWW-Mechanize-2.19 ===> Patching for p5-WWW-Mechanize-2.19 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-WWW-Mechanize-2.19 ===> Configuring for p5-WWW-Mechanize-2.19 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for WWW::Mechanize Writing MYMETA.yml and MYMETA.json ===> Building for p5-WWW-Mechanize-2.19 cp lib/WWW/Mechanize/Link.pm blib/lib/WWW/Mechanize/Link.pm cp lib/WWW/Mechanize/Image.pm blib/lib/WWW/Mechanize/Image.pm cp lib/WWW/Mechanize.pm blib/lib/WWW/Mechanize.pm cp lib/WWW/Mechanize/FAQ.pod blib/lib/WWW/Mechanize/FAQ.pod cp lib/WWW/Mechanize/Cookbook.pod blib/lib/WWW/Mechanize/Cookbook.pod cp lib/WWW/Mechanize/Examples.pod blib/lib/WWW/Mechanize/Examples.pod cp script/mech-dump blib/script/mech-dump "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/mech-dump Manifying 1 pod document Manifying 6 pod documents ===> p5-WWW-Mechanize-2.19 depends on: p5-Path-Tiny-* -> p5-Path-Tiny-0.146 ===> p5-WWW-Mechanize-2.19 depends on: p5-Test-Deep-* -> p5-Test-Deep-1.204 ===> p5-WWW-Mechanize-2.19 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-WWW-Mechanize-2.19 depends on: p5-Test-Memory-Cycle-* -> p5-Test-Memory-Cycle-1.06p0 ===> p5-WWW-Mechanize-2.19 depends on: p5-Test-Output-* -> p5-Test-Output-1.034 ===> p5-WWW-Mechanize-2.19 depends on: p5-Test-Taint->=1.08 -> p5-Test-Taint-1.08p0 ===> p5-WWW-Mechanize-2.19 depends on: p5-Test-Warnings-* -> p5-Test-Warnings-0.033 ===> p5-WWW-Mechanize-2.19 depends on: p5-HTTP-Daemon->=6.12 -> p5-HTTP-Daemon-6.16 ===> p5-WWW-Mechanize-2.19 depends on: p5-HTML-Form->=6.08 -> p5-HTML-Form-6.12 ===> p5-WWW-Mechanize-2.19 depends on: p5-HTML-Parser-* -> p5-HTML-Parser-3.83 ===> p5-WWW-Mechanize-2.19 depends on: p5-HTML-Tree->=5 -> p5-HTML-Tree-5.07p0 ===> p5-WWW-Mechanize-2.19 depends on: p5-HTTP-Cookies-* -> p5-HTTP-Cookies-6.10 ===> p5-WWW-Mechanize-2.19 depends on: p5-HTTP-Message->=1.30 -> p5-HTTP-Message-7.00 ===> p5-WWW-Mechanize-2.19 depends on: p5-URI-* -> p5-URI-5.31 ===> p5-WWW-Mechanize-2.19 depends on: p5-libwww-* -> p5-libwww-6.77 ===> Regression tests for p5-WWW-Mechanize-2.19 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/local/*.t t/mech-dump/*.t # Testing WWW::Mechanize 2.19, with LWP 6.77, Perl 5.038002, /usr/bin/perl t/00-load.t .............................. ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # File::Temp any 0.2311 # FindBin any 1.53 # HTTP::Daemon 6.12 6.16 # LWP any 6.77 # LWP::Simple any 6.77 # Path::Tiny any 0.146 # Test::Deep any 1.204 # Test::Fatal any 0.017 # Test::Memory::Cycle any 1.06 # Test::More 0.96 1.302194 # Test::Output any 1.034 # Test::Taint 1.08 1.08 # Test::Warnings any 0.033 # URI any 5.31 # URI::Escape any 5.31 # bytes any 1.08 # lib any 0.65 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150010 # # === Runtime Requires === # # Module Want Have # --------------------- ----- -------- # Carp any 1.54 # Getopt::Long any 2.54 # HTML::Form 6.08 6.12 # HTML::HeadParser any 3.83 # HTML::TokeParser any 3.83 # HTML::TreeBuilder 5 5.07 # HTTP::Cookies any 6.10 # HTTP::Request 1.30 7.00 # HTTP::Request::Common any 7.00 # LWP::UserAgent any 6.77 # Pod::Usage any 2.03 # Scalar::Util 1.14 1.63 # Tie::RefHash any 1.40 # URI::URL any 5.31 # URI::file any 5.31 # parent any 0.241 # perl 5.008 5.038002 # strict any 1.12 # warnings any 1.65 # # === Runtime Recommends === # # Module Want Have # -------------- ---- ----- # Compress::Zlib any 2.204 # t/00-report-prereqs.t .................... ok t/add_header.t ........................... ok t/aliases.t .............................. ok t/area_link.t ............................ ok t/autocheck.t ............................ ok t/bad-request.t .......................... ok t/clone.t ................................ ok t/content.t .............................. ok t/cookies.t .............................. ok t/credentials-api.t ...................... ok t/credentials.t .......................... ok t/die.t .................................. ok t/dump.t ................................. ok t/field.t ................................ ok t/file_upload.t .......................... ok t/find_frame.t ........................... ok t/find_image.t ........................... ok t/find_inputs.t .......................... ok t/find_link-warnings.t ................... ok t/find_link.t ............................ ok t/find_link_id.t ......................... ok t/find_link_xhtml.t ...................... ok t/form-parsing.t ......................... ok t/form_with_fields.t ..................... ok t/form_with_fields_passthrough_params.t .. ok t/frames.t ............................... ok t/history.t .............................. ok t/image-new.t ............................ ok t/image-parse.t .......................... ok t/link-base.t ............................ ok t/link-relative.t ........................ ok t/link.t ................................. ok t/local/back.t ........................... ok t/local/click.t .......................... ok t/local/click_button.t ................... ok # Running tests against http://127.0.0.1:27456/?xml=1 t/local/content.t ........................ ok t/local/encoding.t ....................... ok t/local/failure.t ........................ ok t/local/follow.t ......................... ok t/local/form.t ........................... ok t/local/get.t ............................ ok t/local/head.t ........................... ok t/local/nonascii.t ....................... ok t/local/overload.t ....................... skipped: Mysteriously stopped passing, and I don't know why. t/local/page_stack.t ..................... ok t/local/post.t ........................... ok t/local/referer.t ........................ ok t/local/reload.t ......................... ok t/local/select_multiple.t ................ ok t/local/submit.t ......................... ok t/mech-dump/file_not_found.t ............. ok t/mech-dump/mech-dump.t .................. ok t/new.t .................................. ok t/regex-error.t .......................... ok t/save_content.t ......................... ok t/select.t ............................... ok t/submit_form.t .......................... ok t/taint.t ................................ ok t/tick.t ................................. ok t/upload.t ............................... ok t/uri.t .................................. ok t/warn.t ................................. ok t/warnings.t ............................. ok All tests successful. Files=64, Tests=902, 113 wallclock secs ( 0.20 usr 0.28 sys + 20.97 cusr 6.97 csys = 28.42 CPU) Result: PASS PASS www/p5-WWW-Mechanize Duration 1m59.15s START www/p5-WWW-Mechanize-FormFiller 2024-11-22T10:10:30Z export _LOCKS_HELD="" ===> Cleaning for p5-WWW-Mechanize-FormFiller-0.13 ===> Checking files for p5-WWW-Mechanize-FormFiller-0.13 `/usr/ports/distfiles/WWW-Mechanize-FormFiller-0.13.tar.gz' is up to date. ===> Building from scratch p5-WWW-Mechanize-FormFiller-0.13 ===> Checking files for p5-WWW-Mechanize-FormFiller-0.13 `/usr/ports/distfiles/WWW-Mechanize-FormFiller-0.13.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-WWW-Mechanize-FormFiller-0.13 ===> Patching for p5-WWW-Mechanize-FormFiller-0.13 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-WWW-Mechanize-FormFiller-0.13 ===> Configuring for p5-WWW-Mechanize-FormFiller-0.13 Good - you have a patched Test::Inline Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for WWW::Mechanize::FormFiller Writing MYMETA.yml and MYMETA.json ===> Building for p5-WWW-Mechanize-FormFiller-0.13 cp lib/WWW/Mechanize/FormFiller/Value.pm blib/lib/WWW/Mechanize/FormFiller/Value.pm cp lib/WWW/Mechanize/FormFiller.pm blib/lib/WWW/Mechanize/FormFiller.pm cp lib/WWW/Mechanize/FormFiller/Value/Default.pm blib/lib/WWW/Mechanize/FormFiller/Value/Default.pm cp lib/WWW/Mechanize/FormFiller/Value/Random.pm blib/lib/WWW/Mechanize/FormFiller/Value/Random.pm cp lib/WWW/Mechanize/FormFiller/Value/Random/Word.pm blib/lib/WWW/Mechanize/FormFiller/Value/Random/Word.pm cp lib/WWW/Mechanize/FormFiller/Value/Keep.pm blib/lib/WWW/Mechanize/FormFiller/Value/Keep.pm cp lib/WWW/Mechanize/FormFiller/Value/Interactive.pm blib/lib/WWW/Mechanize/FormFiller/Value/Interactive.pm cp lib/WWW/Mechanize/FormFiller/Value/Random/Chars.pm blib/lib/WWW/Mechanize/FormFiller/Value/Random/Chars.pm cp lib/WWW/Mechanize/FormFiller/Value/Callback.pm blib/lib/WWW/Mechanize/FormFiller/Value/Callback.pm cp lib/WWW/Mechanize/FormFiller/Value/Fixed.pm blib/lib/WWW/Mechanize/FormFiller/Value/Fixed.pm cp lib/WWW/Mechanize/FormFiller/Value/Random/Date.pm blib/lib/WWW/Mechanize/FormFiller/Value/Random/Date.pm Manifying 11 pod documents ===> p5-WWW-Mechanize-FormFiller-0.13 depends on: p5-Test-Inline->0.15 -> p5-Test-Inline-2.214 ===> p5-WWW-Mechanize-FormFiller-0.13 depends on: p5-Test-MockObject-* -> p5-Test-MockObject-1.20200122p0 ===> p5-WWW-Mechanize-FormFiller-0.13 depends on: p5-Data-Random->=0.05 -> p5-Data-Random-0.13p0 ===> p5-WWW-Mechanize-FormFiller-0.13 depends on: p5-HTML-Form-* -> p5-HTML-Form-6.12 ===> p5-WWW-Mechanize-FormFiller-0.13 depends on: p5-HTML-Tagset-* -> p5-HTML-Tagset-3.24 ===> Regression tests for p5-WWW-Mechanize-FormFiller-0.13 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-FF-Value.t ........................................... ok t/01-FF-Value-Fixed.t ..................................... ok t/02-FF-Value-Default.t ................................... ok t/03-FF-Value-Callback.t .................................. ok t/04-FF-api.t ............................................. ok t/05-Form-1.t ............................................. ok t/06-Form-Image-Button.t .................................. ok t/07-FF-Value-Random.t .................................... ok t/embedded-WWW-Mechanize-FormFiller-Value-Callback.t ...... ok t/embedded-WWW-Mechanize-FormFiller-Value-Default.t ....... ok t/embedded-WWW-Mechanize-FormFiller-Value-Fixed.t ......... ok t/embedded-WWW-Mechanize-FormFiller-Value-Interactive.t ... ok t/embedded-WWW-Mechanize-FormFiller-Value-Keep.t .......... ok t/embedded-WWW-Mechanize-FormFiller-Value-Random-Chars.t .. ok t/embedded-WWW-Mechanize-FormFiller-Value-Random-Date.t ... ok t/embedded-WWW-Mechanize-FormFiller-Value-Random-Word.t ... ok t/embedded-WWW-Mechanize-FormFiller-Value-Random.t ........ ok t/embedded-WWW-Mechanize-FormFiller-Value.t ............... ok t/embedded-WWW-Mechanize-FormFiller.t ..................... ok All tests successful. Files=19, Tests=289, 4 wallclock secs ( 0.17 usr 0.06 sys + 2.71 cusr 1.05 csys = 3.99 CPU) Result: PASS PASS www/p5-WWW-Mechanize-FormFiller Duration 0m07.67s START www/p5-WWW-Mechanize-Shell 2024-11-22T10:10:37Z export _LOCKS_HELD="" ===> Cleaning for p5-WWW-Mechanize-Shell-0.62 ===> Checking files for p5-WWW-Mechanize-Shell-0.62 `/usr/ports/distfiles/WWW-Mechanize-Shell-0.62.tar.gz' is up to date. ===> Building from scratch p5-WWW-Mechanize-Shell-0.62 ===> Checking files for p5-WWW-Mechanize-Shell-0.62 `/usr/ports/distfiles/WWW-Mechanize-Shell-0.62.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-WWW-Mechanize-Shell-0.62 ===> Patching for p5-WWW-Mechanize-Shell-0.62 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-WWW-Mechanize-Shell-0.62 ===> Configuring for p5-WWW-Mechanize-Shell-0.62 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for WWW::Mechanize::Shell Writing MYMETA.yml and MYMETA.json ===> Building for p5-WWW-Mechanize-Shell-0.62 cp lib/WWW/Mechanize/Shell.pm blib/lib/WWW/Mechanize/Shell.pm Manifying 1 pod document ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-File-Slurp-* -> p5-File-Slurp-9999.32 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-Test-MockObject-* -> p5-Test-MockObject-1.20200122p0 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-Test-Pod->=0.95 -> p5-Test-Pod-1.52p0 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-Test-Without-Module-* -> p5-Test-Without-Module-0.23 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-CGI-* -> p5-CGI-4.64 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-HTML-TableExtract-* -> p5-HTML-TableExtract-2.15p0 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-HTTP-Daemon-* -> p5-HTTP-Daemon-6.16 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-Test-HTTP-LocalServer->=0.68 -> p5-Test-HTTP-LocalServer-0.76 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-File-Modified-* -> p5-File-Modified-0.10p0 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-Hook-LexWrap->=0.20 -> p5-Hook-LexWrap-0.26p0 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-Term-Shell->=0.02 -> p5-Term-Shell-0.13 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-HTML-Display-* -> p5-HTML-Display-0.40p0 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-HTML-Parser-* -> p5-HTML-Parser-3.83 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-HTML-TokeParser-Simple->=2.0 -> p5-HTML-TokeParser-Simple-3.16p0 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-HTTP-Cookies-* -> p5-HTTP-Cookies-6.10 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-URI-* -> p5-URI-5.31 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-WWW-Mechanize->=1.20 -> p5-WWW-Mechanize-2.19 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-WWW-Mechanize-FormFiller->=0.05 -> p5-WWW-Mechanize-FormFiller-0.13 ===> p5-WWW-Mechanize-Shell-0.62 depends on: p5-libwww->=5.69 -> p5-libwww-6.77 ===> Regression tests for p5-WWW-Mechanize-Shell-0.62 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/00-load.t t/00-use.t t/00a-Term-Shell-catch-smry.t t/01-fallback-Win32-OLE.t t/02-fallback-HTML-TableExtract.t t/02-fallback-Pod-Constant.t t/03-documentation.t t/04-history-invariant.t t/05-options.t t/06-valid-output.t t/07-history-items.t t/08-unknown-command.t t/09-invalid-filename.t t/11-browse-without-request.t t/12-comments.t t/13-command-au.t t/14-command-identity.t t/15-history-save.t t/16-form-fillout.t t/17-eval-multiline.t t/18-browser-autosync.t t/19-value-multi.t t/20-restart-without-script.t t/21-autofill-re.t t/22-complete-command.t t/23-check-dumpresponses.t t/24-source-file.t t/25-save-file-nolink.t t/26-form-no-form.t t/27-form_number.t t/28-cmd-headers.t t/28-cmd-title.t t/28-html-tableextract.t t/29-launch-shell.t t/embedded-WWW-Mechanize-Shell.t # Testing WWW::Mechanize::Shell 0.62, Perl 5.038002 # AutoLoader 5.74 # B 1.88 # B::Deparse 1.74 # B::Op_private 5.038002 # Carp 1.54 # Carp::Heavy 1.54 # Clone 0.46 # Compress::Raw::Zlib 2.204001 # Compress::Zlib 2.204 # Config 5.038002 # Cwd 3.89 # Data::Dumper 2.188 # Encode 3.19 # Encode::Alias 2.25 # Encode::Config 2.05 # Encode::Encoding 2.08 # Encode::MIME::Name 1.03 # Errno 1.37 # Exporter 5.77 # Exporter::Heavy 5.77 # ExtUtils::Liblist 7.70 # ExtUtils::Liblist::Kid 7.70 # ExtUtils::MM 7.70 # ExtUtils::MM_Any 7.70 # ExtUtils::MM_Unix 7.70 # ExtUtils::MY 7.70 # ExtUtils::MakeMaker 7.70 # ExtUtils::MakeMaker::Config 7.70 # ExtUtils::MakeMaker::Locale 7.70 # ExtUtils::MakeMaker::version 7.70 # Fcntl 1.15 # File::Basename 2.86 # File::Copy 2.41 # File::Glob 1.40 # File::GlobMapper 1.001 # File::Path 2.18 # File::Spec 3.88 # File::Spec::Unix 3.88 # File::Temp 0.2311 # FindBin 1.53 # HTML::Display 0.40 # HTML::Entities 3.83 # HTML::Form 6.12 # HTML::Form::FileInput 6.12 # HTML::Form::IgnoreInput 6.12 # HTML::Form::ImageInput 6.12 # HTML::Form::Input 6.12 # HTML::Form::KeygenInput 6.12 # HTML::Form::ListInput 6.12 # HTML::Form::SubmitInput 6.12 # HTML::Form::TextInput 6.12 # HTML::Parser 3.83 # HTML::PullParser 3.83 # HTML::Tagset 3.24 # HTML::TokeParser 3.83 # HTML::TokeParser::Simple 3.16 # HTML::TokeParser::Simple::Token 3.16 # HTML::TokeParser::Simple::Token::Comment 3.16 # HTML::TokeParser::Simple::Token::Declaration 3.15 # HTML::TokeParser::Simple::Token::ProcessInstruction 3.16 # HTML::TokeParser::Simple::Token::Tag 3.16 # HTML::TokeParser::Simple::Token::Tag::End 3.16 # HTML::TokeParser::Simple::Token::Tag::Start 3.16 # HTML::TokeParser::Simple::Token::Text 3.16 # HTTP::Cookies 6.10 # HTTP::Cookies::Netscape 6.10 # HTTP::Date 6.02 # HTTP::Headers 7.00 # HTTP::Headers::Util 7.00 # HTTP::Message 7.00 # HTTP::Request 7.00 # HTTP::Response 7.00 # HTTP::Status 7.00 # Hook::LexWrap 0.26 # I18N::Langinfo 0.22 # IO 1.52 # IO::Compress::Adapter::Deflate 2.204 # IO::Compress::Base 2.204 # IO::Compress::Base::Common 2.204 # IO::Compress::Gzip 2.204 # IO::Compress::Gzip::Constants 2.204 # IO::Compress::RawDeflate 2.204 # IO::Compress::Zlib::Extra 2.204 # IO::File 1.52 # IO::Handle 1.52 # IO::Seekable 1.52 # IO::Select 1.52 # IO::Uncompress::Adapter::Inflate 2.204 # IO::Uncompress::Base 2.204 # IO::Uncompress::Gunzip 2.204 # IO::Uncompress::RawInflate 2.204 # LWP 6.77 # LWP::MemberMixin 6.77 # LWP::Protocol 6.77 # LWP::UserAgent 6.77 # List::Util 1.63 # Module::Load 0.36 # POSIX 2.13 # PerlIO 1.12 # Scalar::Util 1.63 # SelectSaver 1.02 # Storable 3.32 # Sub::Util 1.63 # Symbol 1.09 # Term::ReadLine 1.17 # Term::Shell 0.13 # Test::Builder 1.302194 # Test::Builder::Formatter 1.302194 # Test::Builder::Module 1.302194 # Test::Builder::TodoDiag 1.302194 # Test::More 1.302194 # Test2::API 1.302194 # Test2::API::Context 1.302194 # Test2::API::Instance 1.302194 # Test2::API::Stack 1.302194 # Test2::Event 1.302194 # Test2::Event::Bail 1.302194 # Test2::Event::Diag 1.302194 # Test2::Event::Exception 1.302194 # Test2::Event::Fail 1.302194 # Test2::Event::Note 1.302194 # Test2::Event::Ok 1.302194 # Test2::Event::Pass 1.302194 # Test2::Event::Plan 1.302194 # Test2::Event::Skip 1.302194 # Test2::Event::Subtest 1.302194 # Test2::Event::V2 1.302194 # Test2::Event::Waiting 1.302194 # Test2::EventFacet 1.302194 # Test2::EventFacet::About 1.302194 # Test2::EventFacet::Amnesty 1.302194 # Test2::EventFacet::Assert 1.302194 # Test2::EventFacet::Control 1.302194 # Test2::EventFacet::Error 1.302194 # Test2::EventFacet::Hub 1.302194 # Test2::EventFacet::Info 1.302194 # Test2::EventFacet::Meta 1.302194 # Test2::EventFacet::Parent 1.302194 # Test2::EventFacet::Plan 1.302194 # Test2::EventFacet::Trace 1.302194 # Test2::Formatter 1.302194 # Test2::Formatter::TAP 1.302194 # Test2::Hub 1.302194 # Test2::Hub::Interceptor 1.302194 # Test2::Hub::Interceptor::Terminator 1.302194 # Test2::Hub::Subtest 1.302194 # Test2::Util 1.302194 # Test2::Util::ExternalMeta 1.302194 # Test2::Util::Facets2Legacy 1.302194 # Test2::Util::HashBase 1.302194 # Test2::Util::Trace 1.302194 # Tie::Hash 1.06 # Tie::RefHash 1.40 # Time::HiRes 1.9775 # Time::Local 1.30 # Try::Tiny 0.32 # URI 5.31 # URI::Escape 5.31 # URI::URL 5.31 # URI::WithBase 5.31 # WWW::Mechanize 2.19 # WWW::Mechanize::FormFiller 0.13 # WWW::Mechanize::FormFiller::Value 0.13 # WWW::Mechanize::FormFiller::Value::Callback 0.13 # WWW::Mechanize::Shell 0.62 # XSLoader 0.32 # base 2.27 # builtin 0.008 # bytes 1.08 # constant 1.33 # feature 1.82 # if 0.0610 # mro 1.28 # overload 1.37 # overloading 0.02 # parent 0.241 # re 0.44 # strict 1.12 # utf8 1.25 # vars 1.05 # version 0.9929 # version::regex 0.9929 # warnings 1.65 # warnings::register 1.05 t/00-load.t ........................ ok # Running under 5.038002 # Using 'WWW::Mechanize' version 2.19 # Using 'LWP::UserAgent' version 6.77 t/00-use.t ......................... ok t/00a-Term-Shell-catch-smry.t ...... ok t/01-fallback-Win32-OLE.t .......... ok t/02-fallback-HTML-TableExtract.t .. ok t/02-fallback-Pod-Constant.t ....... ok t/03-documentation.t ............... ok t/04-history-invariant.t ........... ok t/05-options.t ..................... ok t/06-valid-output.t ................ ok t/07-history-items.t ............... ok t/08-unknown-command.t ............. ok t/09-invalid-filename.t ............ ok t/11-browse-without-request.t ...... ok t/12-comments.t .................... ok # get http://127.0.0.1:8261/basic_auth/foo/bar Use of uninitialized value in substr at /usr/local/libdata/perl5/site_perl/i386-openbsd/HTML/PullParser.pm line 81. Use of uninitialized value in numeric lt (<) at /usr/local/libdata/perl5/site_perl/i386-openbsd/HTML/PullParser.pm line 84. # get http://127.0.0.1:8261/basic_auth/foo/bar t/13-command-au.t .................. ok # Spawned local test server at http://127.0.0.1:34197/ t/14-command-identity.t ............ ok t/15-history-save.t ................ ok t/16-form-fillout.t ................ ok t/17-eval-multiline.t .............. ok t/18-browser-autosync.t ............ ok t/19-value-multi.t ................. ok t/20-restart-without-script.t ...... ok t/21-autofill-re.t ................. ok t/22-complete-command.t ............ ok t/23-check-dumpresponses.t ......... ok t/24-source-file.t ................. ok t/25-save-file-nolink.t ............ ok t/26-form-no-form.t ................ ok t/27-form_number.t ................. ok t/28-cmd-headers.t ................. ok t/28-cmd-title.t ................... ok t/28-html-tableextract.t ........... ok t/29-launch-shell.t ................ ok t/embedded-WWW-Mechanize-Shell.t ... ok All tests successful. Files=35, Tests=847, 64 wallclock secs ( 0.22 usr 0.12 sys + 43.06 cusr 17.22 csys = 60.62 CPU) Result: PASS PASS www/p5-WWW-Mechanize-Shell Duration 1m10.81s START www/p5-WWW-RobotRules 2024-11-22T10:11:48Z export _LOCKS_HELD="" ===> Cleaning for p5-WWW-RobotRules-6.02p0 ===> Checking files for p5-WWW-RobotRules-6.02p0 `/usr/ports/distfiles/WWW-RobotRules-6.02.tar.gz' is up to date. ===> Building from scratch p5-WWW-RobotRules-6.02p0 ===> p5-WWW-RobotRules-6.02p0 depends on: p5-URI->=1.10 -> p5-URI-5.31 ===> Checking files for p5-WWW-RobotRules-6.02p0 `/usr/ports/distfiles/WWW-RobotRules-6.02.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-WWW-RobotRules-6.02p0 ===> Patching for p5-WWW-RobotRules-6.02p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-WWW-RobotRules-6.02p0 ===> Configuring for p5-WWW-RobotRules-6.02p0 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for WWW::RobotRules Writing MYMETA.yml and MYMETA.json ===> Building for p5-WWW-RobotRules-6.02p0 cp lib/WWW/RobotRules/AnyDBM_File.pm blib/lib/WWW/RobotRules/AnyDBM_File.pm cp lib/WWW/RobotRules.pm blib/lib/WWW/RobotRules.pm Manifying 2 pod documents ===> Regression tests for p5-WWW-RobotRules-6.02p0 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/rules-dbm.t .. ok t/rules.t ...... ok All tests successful. Files=2, Tests=63, 5 wallclock secs ( 0.01 usr 0.03 sys + 0.05 cusr 0.10 csys = 0.19 CPU) Result: PASS PASS www/p5-WWW-RobotRules Duration 0m07.80s START www/p5-XML-Atom 2024-11-22T10:11:56Z export _LOCKS_HELD="" ===> Cleaning for p5-XML-Atom-0.43p0 ===> Checking files for p5-XML-Atom-0.43p0 `/usr/ports/distfiles/XML-Atom-0.43.tar.gz' is up to date. ===> Building from scratch p5-XML-Atom-0.43p0 ===> p5-XML-Atom-0.43p0 depends on: p5-Module-Build-Tiny-* -> p5-Module-Build-Tiny-0.047 ===> Checking files for p5-XML-Atom-0.43p0 `/usr/ports/distfiles/XML-Atom-0.43.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-XML-Atom-0.43p0 ===> Patching for p5-XML-Atom-0.43p0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-XML-Atom-0.43p0 ===> Configuring for p5-XML-Atom-0.43p0 Creating new 'Build' script for 'XML-Atom' version '0.43' ===> Building for p5-XML-Atom-0.43p0 cp lib/XML/Atom/ErrorHandler.pm blib/lib/XML/Atom/ErrorHandler.pm cp lib/XML/Atom/Category.pm blib/lib/XML/Atom/Category.pm cp lib/XML/Atom/Base.pm blib/lib/XML/Atom/Base.pm cp lib/XML/Atom/Person.pm blib/lib/XML/Atom/Person.pm cp lib/XML/Atom/Entry.pm blib/lib/XML/Atom/Entry.pm cp lib/XML/Atom/Feed.pm blib/lib/XML/Atom/Feed.pm cp lib/XML/Atom.pm blib/lib/XML/Atom.pm cp lib/XML/Atom/Util.pm blib/lib/XML/Atom/Util.pm cp lib/XML/Atom/Server.pm blib/lib/XML/Atom/Server.pm cp lib/XML/Atom/Thing.pm blib/lib/XML/Atom/Thing.pm cp lib/XML/Atom/Link.pm blib/lib/XML/Atom/Link.pm cp lib/XML/Atom/Client.pm blib/lib/XML/Atom/Client.pm cp lib/XML/Atom/Content.pm blib/lib/XML/Atom/Content.pm ===> p5-XML-Atom-0.43p0 depends on: p5-DateTime-* -> p5-DateTime-1.65v0 ===> p5-XML-Atom-0.43p0 depends on: p5-Class-Data-Inheritable-* -> p5-Class-Data-Inheritable-0.10 ===> p5-XML-Atom-0.43p0 depends on: p5-DateTime-TimeZone-* -> p5-DateTime-TimeZone-2.62 ===> p5-XML-Atom-0.43p0 depends on: p5-XML-LibXML->=2.0202 -> p5-XML-LibXML-2.0210v0 ===> p5-XML-Atom-0.43p0 depends on: p5-XML-XPath->=1.20 -> p5-XML-XPath-1.48 ===> p5-XML-Atom-0.43p0 depends on: p5-HTML-Parser-* -> p5-HTML-Parser-3.83 ===> p5-XML-Atom-0.43p0 depends on: p5-URI-* -> p5-URI-5.31 ===> p5-XML-Atom-0.43p0 depends on: p5-libwww-* -> p5-libwww-6.77 ===> Regression tests for p5-XML-Atom-0.43p0 t/00-compile.t ................... ok t/01-util.t ...................... ok t/02-content.t ................... ok t/03-link.t ...................... ok t/04-person.t .................... ok t/11-entry.t ..................... ok t/12-feed.t ...................... ok t/13-atom1.t ..................... ok t/14-atom1-create.t .............. ok t/15-content-image.t ............. ok t/16-content-binary.t ............ ok t/17-renames.t ................... ok t/18-unicode.t ................... skipped: Skipping Unicode test since it depends on LibXML t/19-ext.t ....................... ok t/20-content-xhtml.t ............. ok t/21-client.t .................... skipped: Don't do live Atom test t/22-autodiscovery.t ............. skipped: http://diveintomark.org/tests/client/autodiscovery/: 500 Can't connect to diveintomark.org:80 (no address associated with name) t/23-category.t .................. ok t/24-bad-content.t ............... ok t/25-utf8-create.t ............... ok t/27-client-leaks.t .............. ok t/28-ext.t ....................... ok t/29-source.t .................... ok t/30-datetime-stringification.t .. skipped: DateTime and DateTime::Format::Atom are required for tests t/31-external-entities-libxml.t .. ok # XPath Override in place Constant subroutine XML::Atom::LIBXML redefined at t/31-external-entities-xpath.t line 18. External Entities disabled. at /usr/ports/pobj/p5-XML-Atom-0.43/XML-Atom-0.43/blib/lib/XML/Atom.pm line 41. t/31-external-entities-xpath.t ... ok t/author-pod-syntax.t ............ skipped: these tests are for testing by the author All tests successful. Files=27, Tests=283, 9 wallclock secs ( 0.17 usr 0.10 sys + 6.11 cusr 2.35 csys = 8.73 CPU) Result: PASS PASS www/p5-XML-Atom Duration 0m12.92s START www/p5-XML-Feed 2024-11-22T10:12:09Z export _LOCKS_HELD="" ===> Cleaning for p5-XML-Feed-0.65 ===> Checking files for p5-XML-Feed-0.65 `/usr/ports/distfiles/XML-Feed-0.65.tar.gz' is up to date. ===> Building from scratch p5-XML-Feed-0.65 ===> p5-XML-Feed-0.65 depends on: p5-Module-Build-* -> p5-Module-Build-0.4234 ===> Checking files for p5-XML-Feed-0.65 `/usr/ports/distfiles/XML-Feed-0.65.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-XML-Feed-0.65 ===> Patching for p5-XML-Feed-0.65 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-XML-Feed-0.65 ===> Configuring for p5-XML-Feed-0.65 Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'XML-Feed' version '0.65' ===> Building for p5-XML-Feed-0.65 Building XML-Feed ===> p5-XML-Feed-0.65 depends on: p5-Test-HasVersion-* -> p5-Test-HasVersion-0.014p0 ===> p5-XML-Feed-0.65 depends on: p5-Test-Pod-Coverage->=1.04 -> p5-Test-Pod-Coverage-1.10p0 ===> p5-XML-Feed-0.65 depends on: p5-Test-Pod->=1.14 -> p5-Test-Pod-1.52p0 ===> p5-XML-Feed-0.65 depends on: p5-XML-RSS-LibXML-* -> p5-XML-RSS-LibXML-0.3105p0 ===> p5-XML-Feed-0.65 depends on: p5-XML-XPath-* -> p5-XML-XPath-1.48 ===> p5-XML-Feed-0.65 depends on: p5-URI-* -> p5-URI-5.31 ===> p5-XML-Feed-0.65 depends on: p5-Class-ErrorHandler-* -> p5-Class-ErrorHandler-0.04p0 ===> p5-XML-Feed-0.65 depends on: p5-DateTime-* -> p5-DateTime-1.65v0 ===> p5-XML-Feed-0.65 depends on: p5-DateTime-Format-Flexible-* -> p5-DateTime-Format-Flexible-0.36 ===> p5-XML-Feed-0.65 depends on: p5-DateTime-Format-ISO8601-* -> p5-DateTime-Format-ISO8601-0.16v0 ===> p5-XML-Feed-0.65 depends on: p5-DateTime-Format-Mail-* -> p5-DateTime-Format-Mail-0.403p0v0 ===> p5-XML-Feed-0.65 depends on: p5-DateTime-Format-Natural-* -> p5-DateTime-Format-Natural-1.18 ===> p5-XML-Feed-0.65 depends on: p5-DateTime-Format-W3CDTF-* -> p5-DateTime-Format-W3CDTF-0.08 ===> p5-XML-Feed-0.65 depends on: p5-Module-Pluggable-* -> p5-Module-Pluggable-5.2p0 ===> p5-XML-Feed-0.65 depends on: p5-XML-LibXML->=1.66 -> p5-XML-LibXML-2.0210v0 ===> p5-XML-Feed-0.65 depends on: p5-XML-RSS->=1.47 -> p5-XML-RSS-1.63 ===> p5-XML-Feed-0.65 depends on: p5-Feed-Find-* -> p5-Feed-Find-0.13 ===> p5-XML-Feed-0.65 depends on: p5-HTML-Parser-* -> p5-HTML-Parser-3.83 ===> p5-XML-Feed-0.65 depends on: p5-URI-Fetch-* -> p5-URI-Fetch-0.15 ===> p5-XML-Feed-0.65 depends on: p5-XML-Atom->=0.38 -> p5-XML-Atom-0.43p0 ===> p5-XML-Feed-0.65 depends on: p5-libwww-* -> p5-libwww-6.77 ===> Regression tests for p5-XML-Feed-0.65 t/00-compile.t .................. ok t/01-parse.t .................... ok t/02-create.t ................... ok t/04-splice-atom.t .............. ok t/04-splice-rss.t ............... ok t/05-atom10-link.t .............. ok t/06-atom10.t ................... ok t/07-atom10-create.t ............ ok t/08-convert-summary-bug.t ...... ok t/09-missing-content-bug.t ...... ok t/10-mix-and-match.t ............ ok t/11-xml-base-atom.t ............ ok t/11-xml-base-rss.t ............. ok t/12-multi-categories-atom.t .... ok t/12-multi-categories-rss.t ..... ok t/12-multi-subjects-rss.t ....... ok t/13-category-hash-bug.t ........ ok t/14-enclosures.t ............... ok t/14-multi-enclosures.t ......... ok t/15-odd-date.t ................. ok t/16-convert-mult-categories.t .. ok t/17-double.t ................... ok t/18-double2.t .................. ok t/19-double3.t .................. ok t/20-no-enclosures.t ............ ok t/21-rss2-permalinks.t .......... ok t/22-bug73160.t ................. ok t/23-eval.t ..................... ok t/24-identify-feed.t ............ ok t/25-date-format-bug.t .......... ok t/26-content-encoded.t .......... ok t/27-dummy-content-encoded.t .... ok t/28-rss-guid.t ................. ok t/29-date-parsing.t ............. ok t/30-date-format-timezone.t ..... ok t/has-version.t ................. ok t/pod-coverage.t ................ ok t/pod.t ......................... ok t/relative-links.t .............. ok All tests successful. Files=39, Tests=836, 39 wallclock secs ( 0.19 usr 0.17 sys + 31.66 cusr 5.73 csys = 37.75 CPU) Result: PASS PASS www/p5-XML-Feed Duration 0m46.15s START www/p5-libapreq2 2024-11-22T10:12:55Z export _LOCKS_HELD="" ===> Cleaning for p5-libapreq2-2.17 ===> Checking files for p5-libapreq2-2.17 `/usr/ports/distfiles/libapreq2-2.17.tar.gz' is up to date. ===> Building from scratch p5-libapreq2-2.17 ===> p5-libapreq2-2.17 depends on: p5-ExtUtils-XSBuilder-* -> p5-ExtUtils-XSBuilder-0.28p3 ===> p5-libapreq2-2.17 depends on: ap2-mod_perl-* -> ap2-mod_perl-2.0.13 ===> p5-libapreq2-2.17 depends on: libiconv-* -> libiconv-1.17 ===> p5-libapreq2-2.17 depends on: apr-* -> apr-1.7.5 ===> p5-libapreq2-2.17 depends on: apr-util-* -> apr-util-1.6.3p0 ===> Verifying specs: apr-1 aprutil-1 c db expat iconv perl pthread ===> found apr-1.7.2 aprutil-1.6.2 c.100.3 db.5.0 expat.15.0 iconv.7.1 perl.24.0 pthread.27.1 ===> Checking files for p5-libapreq2-2.17 `/usr/ports/distfiles/libapreq2-2.17.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-libapreq2-2.17 ===> Patching for p5-libapreq2-2.17 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-libapreq2-2.17 ===> Configuring for p5-libapreq2-2.17 Using /usr/ports/pobj/p5-libapreq2-2.17/config.site (generated) Regenerating glue/perl/xsbuilder/ppport.h configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /usr/ports/pobj/p5-libapreq2-2.17/config.site checking for a BSD-compatible install... /usr/ports/pobj/p5-libapreq2-2.17/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking whether make sets $(MAKE)... (cached) yes checking for gcc... cc checking whether the C compiler works... yes checking for 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... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking build system type... i386-unknown-openbsd7.6 checking host system type... i386-unknown-openbsd7.6 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking how to convert i386-unknown-openbsd7.6 file names to i386-unknown-openbsd7.6 format... func_convert_file_noop checking how to convert i386-unknown-openbsd7.6 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.6 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for ranlib... (cached) ranlib checking whether ln -s works... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for /usr/local/bin/apr-1-config... yes checking for /usr/local/bin/apu-1-config... yes checking for perl... perl checking for ExtUtils::XSBuilder... yes checking for mod_perl2... yes checking for Apache::Test... yes checking for ExtUtils::MakeMaker... yes setting APR_INCLUDES to " -I/usr/local/include/apr-1/ " adding "-I/usr/local/include/db4" to APR_INCLUDES adding "-I/usr/local/include" to APR_INCLUDES setting APR_LTFLAGS to " /usr/local/lib/libapr-1.la" adding "/usr/local/lib/libaprutil-1.la" to APR_LTFLAGS setting APR_LIBS to " -lpthread" adding "-pthread" to APR_LIBS adding "-lexpat" to APR_LIBS adding "-liconv" to APR_LIBS setting APR_LDFLAGS to " -L/usr/local/lib -laprutil-1 -L/usr/local/lib/db4 -L/usr/local/lib" adding "-lapr-1" to APR_LDFLAGS setting CPPFLAGS to " -D_POSIX_THREADS" libapreq2 Version: 2.8.1 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating library/Makefile config.status: creating library/t/Makefile config.status: creating module/Makefile config.status: creating module/apache2/Makefile config.status: creating glue/Makefile config.status: creating build/doxygen.conf config.status: creating include/groups.dox config.status: creating apreq2-config config.status: creating include/apreq_config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for p5-libapreq2-2.17 Making all in . Making all in include make all-am Making all in library make all-am /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT util.lo -MD -MP -MF .deps/util.Tpo -c -o util.lo util.c cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -fPIC -DPIC -o .libs/util.o cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT util.lo -MD -MP -MF .deps/util.Tpo -c util.c -o util.o mv -f .deps/util.Tpo .deps/util.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -fPIC -DPIC -o .libs/version.o cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -o version.o mv -f .deps/version.Tpo .deps/version.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT cookie.lo -MD -MP -MF .deps/cookie.Tpo -c -o cookie.lo cookie.c cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT cookie.lo -MD -MP -MF .deps/cookie.Tpo -c cookie.c -fPIC -DPIC -o .libs/cookie.o cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT cookie.lo -MD -MP -MF .deps/cookie.Tpo -c cookie.c -o cookie.o mv -f .deps/cookie.Tpo .deps/cookie.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT param.lo -MD -MP -MF .deps/param.Tpo -c -o param.lo param.c cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT param.lo -MD -MP -MF .deps/param.Tpo -c param.c -fPIC -DPIC -o .libs/param.o cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT param.lo -MD -MP -MF .deps/param.Tpo -c param.c -o param.o mv -f .deps/param.Tpo .deps/param.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c -o parser.lo parser.c cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c -fPIC -DPIC -o .libs/parser.o cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c -o parser.o mv -f .deps/parser.Tpo .deps/parser.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT parser_urlencoded.lo -MD -MP -MF .deps/parser_urlencoded.Tpo -c -o parser_urlencoded.lo parser_urlencoded.c cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT parser_urlencoded.lo -MD -MP -MF .deps/parser_urlencoded.Tpo -c parser_urlencoded.c -fPIC -DPIC -o .libs/parser_urlencoded.o cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT parser_urlencoded.lo -MD -MP -MF .deps/parser_urlencoded.Tpo -c parser_urlencoded.c -o parser_urlencoded.o mv -f .deps/parser_urlencoded.Tpo .deps/parser_urlencoded.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT parser_header.lo -MD -MP -MF .deps/parser_header.Tpo -c -o parser_header.lo parser_header.c cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT parser_header.lo -MD -MP -MF .deps/parser_header.Tpo -c parser_header.c -fPIC -DPIC -o .libs/parser_header.o cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT parser_header.lo -MD -MP -MF .deps/parser_header.Tpo -c parser_header.c -o parser_header.o mv -f .deps/parser_header.Tpo .deps/parser_header.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT parser_multipart.lo -MD -MP -MF .deps/parser_multipart.Tpo -c -o parser_multipart.lo parser_multipart.c cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT parser_multipart.lo -MD -MP -MF .deps/parser_multipart.Tpo -c parser_multipart.c -fPIC -DPIC -o .libs/parser_multipart.o cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT parser_multipart.lo -MD -MP -MF .deps/parser_multipart.Tpo -c parser_multipart.c -o parser_multipart.o mv -f .deps/parser_multipart.Tpo .deps/parser_multipart.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT module.lo -MD -MP -MF .deps/module.Tpo -c -o module.lo module.c cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT module.lo -MD -MP -MF .deps/module.Tpo -c module.c -fPIC -DPIC -o .libs/module.o cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT module.lo -MD -MP -MF .deps/module.Tpo -c module.c -o module.o mv -f .deps/module.Tpo .deps/module.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT module_custom.lo -MD -MP -MF .deps/module_custom.Tpo -c -o module_custom.lo module_custom.c cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT module_custom.lo -MD -MP -MF .deps/module_custom.Tpo -c module_custom.c -fPIC -DPIC -o .libs/module_custom.o cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT module_custom.lo -MD -MP -MF .deps/module_custom.Tpo -c module_custom.c -o module_custom.o mv -f .deps/module_custom.Tpo .deps/module_custom.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT module_cgi.lo -MD -MP -MF .deps/module_cgi.Tpo -c -o module_cgi.lo module_cgi.c cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT module_cgi.lo -MD -MP -MF .deps/module_cgi.Tpo -c module_cgi.c -fPIC -DPIC -o .libs/module_cgi.o cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT module_cgi.lo -MD -MP -MF .deps/module_cgi.Tpo -c module_cgi.c -o module_cgi.o mv -f .deps/module_cgi.Tpo .deps/module_cgi.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -fPIC -DPIC -o .libs/error.o cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o mv -f .deps/error.Tpo .deps/error.Plo /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -version-info 11:1:8 /usr/local/lib/libapr-1.la /usr/local/lib/libaprutil-1.la -lpthread -pthread -lexpat -liconv -o libapreq2.la -rpath /usr/local/lib util.lo version.lo cookie.lo param.lo parser.lo parser_urlencoded.lo parser_header.lo parser_multipart.lo module.lo module_custom.lo module_cgi.lo error.lo libtool: link: cc -shared -fPIC -DPIC -o .libs/libapreq2.so.9.0 -pthread -O2 -pipe .libs/util.o .libs/version.o .libs/cookie.o .libs/param.o .libs/parser.o .libs/parser_urlencoded.o .libs/parser_header.o .libs/parser_multipart.o .libs/module.o .libs/module_custom.o .libs/module_cgi.o .libs/error.o -L.libs -lapr-1 -lpthread -laprutil-1 -lexpat -liconv -Wl,-soname,libapreq2.so.9.0 libtool: link: ar cru .libs/libapreq2.a util.o version.o cookie.o param.o parser.o parser_urlencoded.o parser_header.o parser_multipart.o module.o module_custom.o module_cgi.o error.o libtool: link: ranlib .libs/libapreq2.a Making all in module Making all in apache2 /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT handle.lo -MD -MP -MF .deps/handle.Tpo -c -o handle.lo handle.c cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT handle.lo -MD -MP -MF .deps/handle.Tpo -c handle.c -fPIC -DPIC -o .libs/handle.o cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT handle.lo -MD -MP -MF .deps/handle.Tpo -c handle.c -o handle.o mv -f .deps/handle.Tpo .deps/handle.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT filter.lo -MD -MP -MF .deps/filter.Tpo -c -o filter.lo filter.c cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT filter.lo -MD -MP -MF .deps/filter.Tpo -c filter.c -fPIC -DPIC -o .libs/filter.o cc -DHAVE_CONFIG_H -I. -I../../include -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT filter.lo -MD -MP -MF .deps/filter.Tpo -c filter.c -o filter.o mv -f .deps/filter.Tpo .deps/filter.Plo /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -export-dynamic -module -avoid-version `/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/apreq2-config --link-libtool --libs` /usr/local/lib/libapr-1.la /usr/local/lib/libaprutil-1.la -o mod_apreq2.la -rpath `/usr/local/sbin/apxs2 -q LIBEXECDIR` handle.lo filter.lo libtool: link: cc -shared -fPIC -DPIC -o .libs/mod_apreq2.so -pthread -O2 -pipe .libs/handle.o .libs/filter.o -L.libs -lapreq2 -lapr-1 -lpthread -laprutil-1 -lexpat -liconv -Wl,-soname,mod_apreq2.so libtool: link: ar cru .libs/mod_apreq2.a handle.o filter.o libtool: link: ranlib .libs/mod_apreq2.a cc -DHAVE_CONFIG_H -I. -I../include -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -D_POSIX_THREADS -O2 -pipe -MT test_cgi.o -MD -MP -MF .deps/test_cgi.Tpo -c -o test_cgi.o test_cgi.c mv -f .deps/test_cgi.Tpo .deps/test_cgi.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe `/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/apreq2-config --link-libtool` -L/usr/local/lib -laprutil-1 -L/usr/local/lib/db4 -L/usr/local/lib -lapr-1 -o test_cgi test_cgi.o libtool: link: cc -o .libs/test_cgi -pthread -O2 -pipe test_cgi.o -L.libs -lapreq2 -lapr-1 -lpthread -laprutil-1 -lexpat -liconv -Wl,-rpath-link,/usr/local/lib Making all in glue cd perl; perl Makefile.PL -apxs /usr/local/sbin/apxs2 Parse xsbuilder/maps/apreq_types.map... mkdir xs writing...xs//typemap WARNING no convert code for HASH(0x474ee810) -> {typemapid} WARNING no convert code for HASH(0x474ee810) -> {typemapid} WARNING no convert code for HASH(0x65e63ee0) -> {typemapid} WARNING no convert code for HASH(0x65e63ee0) -> {typemapid} WARNING no convert code for HASH(0x65e63dd0) -> {typemapid} WARNING no convert code for HASH(0x65e63dd0) -> {typemapid} WARNING no convert code for HASH(0x65e636e0) -> {typemapid} WARNING no convert code for HASH(0x65e636e0) -> {typemapid} WARNING no convert code for HASH(0x65e636d0) -> {typemapid} WARNING no convert code for HASH(0x65e636d0) -> {typemapid} Parse xsbuilder/maps/apreq_functions.map... DEFINE DEFINE_apreq_xs_APR__Request__Apache2_handle arg=const char *:class, request_rec *:r DEFINE DEFINE_apreq_xs_APR__Request__CGI_handle arg=const char *:class, apr_pool_t *:p DEFINE DEFINE_apreq_xs_APR__Request__Cookie__Table_get arg= DEFINE DEFINE_apreq_xs_APR__Request__Cookie__Table_FETCH arg= DEFINE DEFINE_apreq_xs_APR__Request__Cookie__Table_NEXTKEY arg= DEFINE DEFINE_apreq_xs_APR__Request__Cookie__Table_FIRSTKEY arg= DEFINE DEFINE_apreq_xs_APR__Request__Cookie__Table_do arg= DEFINE DEFINE_apreq_xs_APR__Request_parse arg= DEFINE DEFINE_apreq_xs_APR__Request_jar arg= DEFINE DEFINE_apreq_xs_APR__Request_args arg= DEFINE DEFINE_apreq_xs_APR__Request_body arg= DEFINE DEFINE_apreq_xs_APR__Request_param arg= DEFINE DEFINE_apreq_xs_APR__Request__Param__Table_get arg= DEFINE DEFINE_apreq_xs_APR__Request__Param__Table_FETCH arg= DEFINE DEFINE_apreq_xs_APR__Request__Param__Table_NEXTKEY arg= DEFINE DEFINE_apreq_xs_APR__Request__Param__Table_FIRSTKEY arg= DEFINE DEFINE_apreq_xs_APR__Request__Param__Table_do arg= DEFINE DEFINE_apreq_xs_APR__Request__Brigade_new arg= DEFINE DEFINE_apreq_xs_APR__Request__Brigade_TIEHANDLE arg= DEFINE DEFINE_apreq_xs_APR__Request__Brigade_READ arg= DEFINE DEFINE_apreq_xs_APR__Request__Brigade_READLINE arg= DEFINE DEFINE_apreq_xs_APR__Request__Brigade__IO_read arg= DEFINE DEFINE_apreq_xs_APR__Request__Brigade__IO_readline arg= struct apreq_cookie_t... Parse xsbuilder/maps/apreq_structures.map... WARNING: apreq_cookie_t for path not in mapfile WARNING: apreq_cookie_t for domain not in mapfile WARNING: apreq_cookie_t for port not in mapfile WARNING: apreq_cookie_t for comment not in mapfile WARNING: apreq_cookie_t for commentURL not in mapfile WARNING: apreq_cookie_t for max_age not in mapfile WARNING: apreq_cookie_t for flags not in mapfile WARNING: apreq_cookie_t for v not in mapfile struct apreq_handle_t... WARNING: apreq_handle_t for module not in mapfile WARNING: pool not in mapfile WARNING: bucket_alloc not in mapfile struct apreq_hook_find_param_ctx_t... WARNING: Type 'apreq_hook_find_param_ctx_t' not in mapfile WARNING: Struture 'apreq_hook_find_param_ctx_t' not found in map file struct apreq_hook_t... WARNING: apreq_hook_t for hook not in mapfile WARNING: apreq_hook_t for next not in mapfile WARNING: pool not in mapfile WARNING: apreq_hook_t for ctx not in mapfile struct apreq_param_t... WARNING: flags not in mapfile WARNING: apreq_param_t for v not in mapfile info... upload... struct apreq_parser_t... WARNING: apreq_parser_t for parser not in mapfile WARNING: apreq_parser_t for content_type not in mapfile WARNING: pool not in mapfile WARNING: bucket_alloc not in mapfile WARNING: brigade_limit not in mapfile WARNING: temp_dir not in mapfile WARNING: apreq_parser_t for hook not in mapfile WARNING: apreq_parser_t for ctx not in mapfile struct apreq_value_t... WARNING: Type 'apreq_value_t' not in mapfile WARNING: Struture 'apreq_value_t' not found in map file struct struct hook_ctx... WARNING: Type 'struct hook_ctx' not in mapfile WARNING: Struture 'struct hook_ctx' not found in map file mod APR::Request::CGI mkdir xs/APR mkdir xs/APR/Request mkdir xs/APR/Request/CGI writing...xs/APR/Request/CGI/Makefile.PL writing...xs/APR/Request/CGI/CGI.xs writing...xs/APR/Request/CGI/CGI.pm mod_pod xsbuilder/APR/Request/CGI/CGI.pod xsbuilder/APR/Request/CGI/CGI.pod 1 writing...xs/APR/Request/CGI/CGI.pod mod APR::Request::Cookie mkdir xs/APR/Request/Cookie writing...xs/APR/Request/Cookie/Makefile.PL writing...xs/APR/Request/Cookie/Cookie.xs writing...xs/APR/Request/Cookie/Cookie.pm mod_pod xsbuilder/APR/Request/Cookie/Cookie.pod xsbuilder/APR/Request/Cookie/Cookie.pod 1 writing...xs/APR/Request/Cookie/Cookie.pod mod APR::Request::Parser mkdir xs/APR/Request/Parser writing...xs/APR/Request/Parser/Makefile.PL writing...xs/APR/Request/Parser/Parser.xs writing...xs/APR/Request/Parser/Parser.pm mod_pod xsbuilder/APR/Request/Parser/Parser.pod xsbuilder/APR/Request/Parser/Parser.pod 1 writing...xs/APR/Request/Parser/Parser.pod mod APR::Request::Param mkdir xs/APR/Request/Param writing...xs/APR/Request/Param/Makefile.PL writing...xs/APR/Request/Param/Param.xs writing...xs/APR/Request/Param/Param.pm mod_pod xsbuilder/APR/Request/Param/Param.pod xsbuilder/APR/Request/Param/Param.pod 1 writing...xs/APR/Request/Param/Param.pod mod APR::Request::Error mkdir xs/APR/Request/Error writing...xs/APR/Request/Error/Makefile.PL writing...xs/APR/Request/Error/Error.xs writing...xs/APR/Request/Error/Error.pm mod_pod xsbuilder/APR/Request/Error/Error.pod xsbuilder/APR/Request/Error/Error.pod 1 writing...xs/APR/Request/Error/Error.pod mod APR::Request::Hook mkdir xs/APR/Request/Hook writing...xs/APR/Request/Hook/Makefile.PL writing...xs/APR/Request/Hook/Hook.xs writing...xs/APR/Request/Hook/Hook.pm mod_pod xsbuilder/APR/Request/Hook/Hook.pod xsbuilder/APR/Request/Hook/Hook.pod 1 writing...xs/APR/Request/Hook/Hook.pod mod APR::Request writing...xs/APR/Request/Makefile.PL writing...xs/APR/Request/Request.xs writing...xs/APR/Request/Request.pm mod_pod xsbuilder/APR/Request/Request.pod xsbuilder/APR/Request/Request.pod 1 writing...xs/APR/Request/Request.pod mod APR::Request::Apache2 mkdir xs/APR/Request/Apache2 writing...xs/APR/Request/Apache2/Makefile.PL writing...xs/APR/Request/Apache2/Apache2.xs writing...xs/APR/Request/Apache2/Apache2.pm mod_pod xsbuilder/APR/Request/Apache2/Apache2.pod xsbuilder/APR/Request/Apache2/Apache2.pod 1 writing...xs/APR/Request/Apache2/Apache2.pod writing...xs/APR/Makefile.PL writing...xs//Makefile.PL [ info] generating script t/TEST Unrecognized argument in LIBS ignored: '-pthread' Unrecognized argument in LIBS ignored: '-pthread' Unrecognized argument in LIBS ignored: '-pthread' Unrecognized argument in LIBS ignored: '-pthread' Writing MYMETA.yml and MYMETA.json Unrecognized argument in LIBS ignored: '-pthread' Writing MYMETA.yml and MYMETA.json Unrecognized argument in LIBS ignored: '-pthread' Writing MYMETA.yml and MYMETA.json Unrecognized argument in LIBS ignored: '-pthread' Writing MYMETA.yml and MYMETA.json Unrecognized argument in LIBS ignored: '-pthread' Writing MYMETA.yml and MYMETA.json Unrecognized argument in LIBS ignored: '-pthread' Writing MYMETA.yml and MYMETA.json Unrecognized argument in LIBS ignored: '-pthread' Writing MYMETA.yml and MYMETA.json Writing MYMETA.yml and MYMETA.json Writing MYMETA.yml and MYMETA.json Writing MYMETA.yml and MYMETA.json Generating a Unix-style Makefile Writing Makefile for libapreq2 Writing MYMETA.yml and MYMETA.json cd perl; make cp lib/Apache2/Cookie.pm blib/lib/Apache2/Cookie.pm cp lib/Apache2/Request.pm blib/lib/Apache2/Request.pm cp lib/Apache2/Upload.pm blib/lib/Apache2/Upload.pm cp lib/APR/Request/Magic.pm blib/lib/APR/Request/Magic.pm cp Request.pm ../../../blib/lib/APR/Request.pm cp Request.pod ../../../blib/lib/APR/Request.pod Running Mkbootstrap for Request () chmod 644 "Request.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Request.bs ../../../blib/arch/auto/APR/Request/Request.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/Apache2/typemap' -typemap '/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs/APR/Request/../../typemap' Request.xs > Request.xsc mv Request.xsc Request.c cc -c -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/local/include/apache2 -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I/usr/libdata/perl5/i386-openbsd/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -D_POSIX_THREADS -O2 -DVERSION=\"2.17\" -DXS_VERSION=\"2.17\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Request.c In file included from Request.xs:45: In file included from /usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder/APR/Request/APR__Request.h:1: /usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder/apreq_xs_tables.h:70:33: warning: incompatible function pointer types initializing 'int (*)(SV *, MAGIC *, SV *, const char *, I32)' (aka 'int (*)(struct sv *, struct magic *, struct sv *, const char *, long)') with an expression of type 'int (SV *, MAGIC *, SV *, const char *, int)' (aka 'int (struct sv *, struct magic *, struct sv *, const char *, int)') [-Wincompatible-function-pointer-types] apreq_xs_cookie_table_magic_copy}; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder/apreq_xs_tables.h:179:34: warning: incompatible function pointer types initializing 'int (*)(SV *, MAGIC *, SV *, const char *, I32)' (aka 'int (*)(struct sv *, struct magic *, struct sv *, const char *, long)') with an expression of type 'int (SV *, MAGIC *, SV *, const char *, int)' (aka 'int (struct sv *, struct magic *, struct sv *, const char *, int)') [-Wincompatible-function-pointer-types] apreq_xs_param_table_magic_copy}; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Request.c:660:68: warning: format specifies type 'int' but the argument has type 'MAGIC *' (aka 'struct magic *') [-Wformat] Perl_warn(aTHX_ "Not a tied hash: (magic=%c)", mg); ~~ ^~ Request.c:731:68: warning: format specifies type 'int' but the argument has type 'MAGIC *' (aka 'struct magic *') [-Wformat] Perl_warn(aTHX_ "Not a tied hash: (magic=%c)", mg); ~~ ^~ Request.c:817:68: warning: format specifies type 'int' but the argument has type 'MAGIC *' (aka 'struct magic *') [-Wformat] Perl_warn(aTHX_ "Not a tied hash: (magic=%c)", mg); ~~ ^~ 5 warnings generated. rm -f ../../../blib/arch/auto/APR/Request/Request.so LD_RUN_PATH="/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Request.o -Wl,-E -fstack-protector-strong -L/usr/local/lib -o ../../../blib/arch/auto/APR/Request/Request.so -L/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs -lapreq2 -L/usr/local/lib -laprutil-1 -L/usr/local/lib/db4 -L/usr/local/lib -lapr-1 -lpthread -lexpat -liconv chmod 755 ../../../blib/arch/auto/APR/Request/Request.so cp Apache2.pod ../../../../blib/lib/APR/Request/Apache2.pod cp Apache2.pm ../../../../blib/lib/APR/Request/Apache2.pm Running Mkbootstrap for Apache2 () chmod 644 "Apache2.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Apache2.bs ../../../../blib/arch/auto/APR/Request/Apache2/Apache2.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/Apache2/typemap' -typemap '/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs/APR/Request/Apache2/../../../typemap' Apache2.xs > Apache2.xsc mv Apache2.xsc Apache2.c cc -c -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/local/include/apache2 -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I/usr/libdata/perl5/i386-openbsd/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -D_POSIX_THREADS -O2 -DVERSION=\"2.17\" -DXS_VERSION=\"2.17\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Apache2.c In file included from Apache2.xs:45: In file included from /usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder/APR/Request/Apache2/APR__Request__Apache2.h:1: In file included from /usr/local/include/apache2/mod_perl.h:89: /usr/local/include/apache2/modperl_global.h:21:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /usr/local/include/apache2/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ In file included from Apache2.xs:45: In file included from /usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder/APR/Request/Apache2/APR__Request__Apache2.h:1: In file included from /usr/local/include/apache2/mod_perl.h:89: /usr/local/include/apache2/modperl_global.h:29:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined] #if MP_THREADED ^ /usr/local/include/apache2/mod_perl.h:27:22: note: expanded from macro 'MP_THREADED' #define MP_THREADED (defined(USE_ITHREADS) && APR_HAS_THREADS) ^ 2 warnings generated. rm -f ../../../../blib/arch/auto/APR/Request/Apache2/Apache2.so LD_RUN_PATH="/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Apache2.o -Wl,-E -fstack-protector-strong -L/usr/local/lib -o ../../../../blib/arch/auto/APR/Request/Apache2/Apache2.so -L/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs -lapreq2 -L/usr/local/lib -laprutil-1 -L/usr/local/lib/db4 -L/usr/local/lib -lapr-1 -lpthread -lexpat -liconv chmod 755 ../../../../blib/arch/auto/APR/Request/Apache2/Apache2.so Manifying 1 pod document cp CGI.pm ../../../../blib/lib/APR/Request/CGI.pm cp CGI.pod ../../../../blib/lib/APR/Request/CGI.pod Running Mkbootstrap for CGI () chmod 644 "CGI.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CGI.bs ../../../../blib/arch/auto/APR/Request/CGI/CGI.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/Apache2/typemap' -typemap '/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs/APR/Request/CGI/../../../typemap' CGI.xs > CGI.xsc mv CGI.xsc CGI.c cc -c -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/local/include/apache2 -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I/usr/libdata/perl5/i386-openbsd/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -D_POSIX_THREADS -O2 -DVERSION=\"2.17\" -DXS_VERSION=\"2.17\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" CGI.c rm -f ../../../../blib/arch/auto/APR/Request/CGI/CGI.so LD_RUN_PATH="/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib CGI.o -Wl,-E -fstack-protector-strong -L/usr/local/lib -o ../../../../blib/arch/auto/APR/Request/CGI/CGI.so -L/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs -lapreq2 -L/usr/local/lib -laprutil-1 -L/usr/local/lib/db4 -L/usr/local/lib -lapr-1 -lpthread -lexpat -liconv chmod 755 ../../../../blib/arch/auto/APR/Request/CGI/CGI.so Manifying 1 pod document cp Cookie.pod ../../../../blib/lib/APR/Request/Cookie.pod cp Cookie.pm ../../../../blib/lib/APR/Request/Cookie.pm Running Mkbootstrap for Cookie () chmod 644 "Cookie.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cookie.bs ../../../../blib/arch/auto/APR/Request/Cookie/Cookie.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/Apache2/typemap' -typemap '/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs/APR/Request/Cookie/../../../typemap' Cookie.xs > Cookie.xsc mv Cookie.xsc Cookie.c cc -c -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/local/include/apache2 -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I/usr/libdata/perl5/i386-openbsd/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -D_POSIX_THREADS -O2 -DVERSION=\"2.17\" -DXS_VERSION=\"2.17\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Cookie.c rm -f ../../../../blib/arch/auto/APR/Request/Cookie/Cookie.so LD_RUN_PATH="/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Cookie.o -Wl,-E -fstack-protector-strong -L/usr/local/lib -o ../../../../blib/arch/auto/APR/Request/Cookie/Cookie.so -L/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs -lapreq2 -L/usr/local/lib -laprutil-1 -L/usr/local/lib/db4 -L/usr/local/lib -lapr-1 -lpthread -lexpat -liconv chmod 755 ../../../../blib/arch/auto/APR/Request/Cookie/Cookie.so Manifying 1 pod document cp Error.pod ../../../../blib/lib/APR/Request/Error.pod cp Error.pm ../../../../blib/lib/APR/Request/Error.pm Running Mkbootstrap for Error () chmod 644 "Error.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Error.bs ../../../../blib/arch/auto/APR/Request/Error/Error.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/Apache2/typemap' -typemap '/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs/APR/Request/Error/../../../typemap' Error.xs > Error.xsc mv Error.xsc Error.c cc -c -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/local/include/apache2 -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I/usr/libdata/perl5/i386-openbsd/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -D_POSIX_THREADS -O2 -DVERSION=\"2.17\" -DXS_VERSION=\"2.17\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Error.c rm -f ../../../../blib/arch/auto/APR/Request/Error/Error.so LD_RUN_PATH="/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Error.o -Wl,-E -fstack-protector-strong -L/usr/local/lib -o ../../../../blib/arch/auto/APR/Request/Error/Error.so -L/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs -lapreq2 -L/usr/local/lib -laprutil-1 -L/usr/local/lib/db4 -L/usr/local/lib -lapr-1 -lpthread -lexpat -liconv chmod 755 ../../../../blib/arch/auto/APR/Request/Error/Error.so Manifying 1 pod document cp Hook.pod ../../../../blib/lib/APR/Request/Hook.pod cp Hook.pm ../../../../blib/lib/APR/Request/Hook.pm Running Mkbootstrap for Hook () chmod 644 "Hook.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hook.bs ../../../../blib/arch/auto/APR/Request/Hook/Hook.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/Apache2/typemap' -typemap '/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs/APR/Request/Hook/../../../typemap' Hook.xs > Hook.xsc mv Hook.xsc Hook.c cc -c -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/local/include/apache2 -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I/usr/libdata/perl5/i386-openbsd/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -D_POSIX_THREADS -O2 -DVERSION=\"2.17\" -DXS_VERSION=\"2.17\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Hook.c rm -f ../../../../blib/arch/auto/APR/Request/Hook/Hook.so LD_RUN_PATH="/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Hook.o -Wl,-E -fstack-protector-strong -L/usr/local/lib -o ../../../../blib/arch/auto/APR/Request/Hook/Hook.so -L/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs -lapreq2 -L/usr/local/lib -laprutil-1 -L/usr/local/lib/db4 -L/usr/local/lib -lapr-1 -lpthread -lexpat -liconv chmod 755 ../../../../blib/arch/auto/APR/Request/Hook/Hook.so Manifying 1 pod document cp Param.pod ../../../../blib/lib/APR/Request/Param.pod cp Param.pm ../../../../blib/lib/APR/Request/Param.pm Running Mkbootstrap for Param () chmod 644 "Param.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Param.bs ../../../../blib/arch/auto/APR/Request/Param/Param.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/Apache2/typemap' -typemap '/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs/APR/Request/Param/../../../typemap' Param.xs > Param.xsc mv Param.xsc Param.c cc -c -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/local/include/apache2 -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I/usr/libdata/perl5/i386-openbsd/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -D_POSIX_THREADS -O2 -DVERSION=\"2.17\" -DXS_VERSION=\"2.17\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Param.c Param.c:707:54: warning: format specifies type 'int' but the argument has type 'MAGIC *' (aka 'struct magic *') [-Wformat] Perl_warn(aTHX_ "Not a tied hash: (magic=%c)", mg); ~~ ^~ 1 warning generated. rm -f ../../../../blib/arch/auto/APR/Request/Param/Param.so LD_RUN_PATH="/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Param.o -Wl,-E -fstack-protector-strong -L/usr/local/lib -o ../../../../blib/arch/auto/APR/Request/Param/Param.so -L/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs -lapreq2 -L/usr/local/lib -laprutil-1 -L/usr/local/lib/db4 -L/usr/local/lib -lapr-1 -lpthread -lexpat -liconv chmod 755 ../../../../blib/arch/auto/APR/Request/Param/Param.so Manifying 1 pod document cp Parser.pm ../../../../blib/lib/APR/Request/Parser.pm cp Parser.pod ../../../../blib/lib/APR/Request/Parser.pod Running Mkbootstrap for Parser () chmod 644 "Parser.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs ../../../../blib/arch/auto/APR/Request/Parser/Parser.bs 644 "/usr/bin/perl" "/usr/libdata/perl5/ExtUtils/xsubpp" -typemap '/usr/libdata/perl5/ExtUtils/typemap' -typemap '/usr/local/libdata/perl5/site_perl/i386-openbsd/auto/Apache2/typemap' -typemap '/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs/APR/Request/Parser/../../../typemap' Parser.xs > Parser.xsc mv Parser.xsc Parser.c cc -c -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -I/usr/local/include/apache2 -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xs -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/include -I/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/xsbuilder -I/usr/local/include/apache2 -I/usr/local/include/apr-1/ -I/usr/local/include/db4 -I/usr/local/include -DNO_LOCALE_NUMERIC -DNO_LOCALE_COLLATE -fno-strict-aliasing -fno-delete-null-pointer-checks -pipe -fstack-protector-strong -I/usr/local/include -I/usr/libdata/perl5/i386-openbsd/CORE -DMOD_PERL -DMP_COMPAT_1X -std=gnu89 -D_POSIX_THREADS -O2 -DVERSION=\"2.17\" -DXS_VERSION=\"2.17\" -DPIC -fpic "-I/usr/libdata/perl5/i386-openbsd/CORE" Parser.c Parser.c:876:68: warning: format specifies type 'int' but the argument has type 'MAGIC *' (aka 'struct magic *') [-Wformat] Perl_warn(aTHX_ "Not a tied hash: (magic=%c)", mg); ~~ ^~ 1 warning generated. rm -f ../../../../blib/arch/auto/APR/Request/Parser/Parser.so LD_RUN_PATH="/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs" cc -shared -fpic -fstack-protector-strong -L/usr/local/lib Parser.o -Wl,-E -fstack-protector-strong -L/usr/local/lib -o ../../../../blib/arch/auto/APR/Request/Parser/Parser.so -L/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs -lapreq2 -L/usr/local/lib -laprutil-1 -L/usr/local/lib/db4 -L/usr/local/lib -lapr-1 -lpthread -lexpat -liconv chmod 755 ../../../../blib/arch/auto/APR/Request/Parser/Parser.so Manifying 1 pod document Manifying 1 pod document Manifying 4 pod documents ===> Regression tests for p5-libapreq2-2.17 Making check in . Making check in include Making check in library make check-am Making check in module Making check in apache2 Making check in glue cd perl; make "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Request.bs ../../../blib/arch/auto/APR/Request/Request.bs 644 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Apache2.bs ../../../../blib/arch/auto/APR/Request/Apache2/Apache2.bs 644 Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CGI.bs ../../../../blib/arch/auto/APR/Request/CGI/CGI.bs 644 Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cookie.bs ../../../../blib/arch/auto/APR/Request/Cookie/Cookie.bs 644 Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Error.bs ../../../../blib/arch/auto/APR/Request/Error/Error.bs 644 Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hook.bs ../../../../blib/arch/auto/APR/Request/Hook/Hook.bs 644 Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Param.bs ../../../../blib/arch/auto/APR/Request/Param/Param.bs 644 Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs ../../../../blib/arch/auto/APR/Request/Parser/Parser.bs 644 Manifying 1 pod document Manifying 1 pod document Manifying 4 pod documents cd /usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl && LD_LIBRARY_PATH="/usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/library/.libs:/usr/local" make test "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Request.bs ../../../blib/arch/auto/APR/Request/Request.bs 644 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Apache2.bs ../../../../blib/arch/auto/APR/Request/Apache2/Apache2.bs 644 Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- CGI.bs ../../../../blib/arch/auto/APR/Request/CGI/CGI.bs 644 Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cookie.bs ../../../../blib/arch/auto/APR/Request/Cookie/Cookie.bs 644 Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Error.bs ../../../../blib/arch/auto/APR/Request/Error/Error.bs 644 Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hook.bs ../../../../blib/arch/auto/APR/Request/Hook/Hook.bs 644 Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Param.bs ../../../../blib/arch/auto/APR/Request/Param/Param.bs 644 Manifying 1 pod document "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs ../../../../blib/arch/auto/APR/Request/Parser/Parser.bs 644 Manifying 1 pod document Manifying 1 pod document "/usr/bin/perl" -Iblib/arch -Iblib/lib t/TEST -clean APACHE_TEST_APXS= APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= APACHE_TEST_USER= "/usr/bin/perl" -Iblib/arch -Iblib/lib t/TEST -bugreport -verbose=0 /usr/local/sbin/httpd2 -d /usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/t -f /usr/ports/pobj/p5-libapreq2-2.17/libapreq2-2.17/glue/perl/t/conf/httpd.conf -D APACHE2 -D APACHE2_4 using Apache/2.4.62 (prefork MPM) waiting 60 seconds for server to start: .[Fri Nov 22 11:13:40.687849 2024] [so:warn] [pid 2287] AH01574: module apreq_module is already loaded, skipping [Fri Nov 22 11:13:40.708997 2024] [core:trace3] [pid 2287] core.c(3482): Setting LogLevel for all modules to trace8 [Fri Nov 22 11:13:40.709211 2024] [env:warn] [pid 2287] AH01506: PassEnv variable PERL5LIB was undefined waiting 60 seconds for server to start: ok (waited 0 secs) server localhost:8529 started t/api/cookie.t ....... ok t/api/error.t ........ ok t/api/module.t ....... ok t/api/param.t ........ ok t/apreq/big_input.t .. ok t/apreq/cgi.t ........ skipped: cannot find one of cgi.c or cgid.c t/apreq/cookie.t ..... ok t/apreq/cookie2.t .... ok t/apreq/inherit.t .... ok t/apreq/request.t .... ok t/apreq/upload.t ..... ok All tests successful. Files=11, Tests=217, 14 wallclock secs ( 0.66 usr 0.05 sys + 7.30 cusr 2.51 csys = 10.52 CPU) Result: PASS [warning] server localhost:8529 shutdown pod2test was not found, skipping inlined tests PASS www/p5-libapreq2 Duration 1m01.05s START www/p5-libwww 2024-11-22T10:13:56Z export _LOCKS_HELD="" ===> Cleaning for p5-libwww-6.77 ===> Checking files for p5-libwww-6.77 `/usr/ports/distfiles/libwww-perl-6.77.tar.gz' is up to date. ===> Building from scratch p5-libwww-6.77 ===> Checking files for p5-libwww-6.77 `/usr/ports/distfiles/libwww-perl-6.77.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for p5-libwww-6.77 ===> Patching for p5-libwww-6.77 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for p5-libwww-6.77 ===> Configuring for p5-libwww-6.77 Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for LWP Writing MYMETA.yml and MYMETA.json ===> Building for p5-libwww-6.77 cp lib/LWP/Protocol/gopher.pm blib/lib/LWP/Protocol/gopher.pm cp lib/LWP/Authen/Digest.pm blib/lib/LWP/Authen/Digest.pm cp lib/LWP/DebugFile.pm blib/lib/LWP/DebugFile.pm cp lib/LWP/Authen/Basic.pm blib/lib/LWP/Authen/Basic.pm cp lib/LWP/Protocol/cpan.pm blib/lib/LWP/Protocol/cpan.pm cp lib/LWP/RobotUA.pm blib/lib/LWP/RobotUA.pm cp lwpcook.pod blib/lib/lwpcook.pod cp lib/LWP/Protocol/nogo.pm blib/lib/LWP/Protocol/nogo.pm cp lib/LWP/Authen/Ntlm.pm blib/lib/LWP/Authen/Ntlm.pm cp lib/LWP/ConnCache.pm blib/lib/LWP/ConnCache.pm cp lib/LWP/MemberMixin.pm blib/lib/LWP/MemberMixin.pm cp lib/LWP/Debug/TraceHTTP.pm blib/lib/LWP/Debug/TraceHTTP.pm cp lib/LWP.pm blib/lib/LWP.pm cp lib/LWP/Protocol/file.pm blib/lib/LWP/Protocol/file.pm cp lib/LWP/Debug.pm blib/lib/LWP/Debug.pm cp lib/LWP/Protocol/loopback.pm blib/lib/LWP/Protocol/loopback.pm cp lib/LWP/Protocol/mailto.pm blib/lib/LWP/Protocol/mailto.pm cp lib/LWP/Protocol.pm blib/lib/LWP/Protocol.pm cp lib/LWP/Protocol/http.pm blib/lib/LWP/Protocol/http.pm cp lwptut.pod blib/lib/lwptut.pod cp lib/LWP/Protocol/nntp.pm blib/lib/LWP/Protocol/nntp.pm cp lib/LWP/UserAgent.pm blib/lib/LWP/UserAgent.pm cp lib/LWP/Protocol/data.pm blib/lib/LWP/Protocol/data.pm cp lib/LWP/Simple.pm blib/lib/LWP/Simple.pm cp lib/LWP/Protocol/ftp.pm blib/lib/LWP/Protocol/ftp.pm cp bin/lwp-download blib/script/lwp-download "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-download cp bin/lwp-dump blib/script/lwp-dump "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-dump cp bin/lwp-mirror blib/script/lwp-mirror "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-mirror cp bin/lwp-request blib/script/lwp-request "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/lwp-request Manifying 4 pod documents Manifying 11 pod documents ===> p5-libwww-6.77 depends on: p5-Test-Fatal-* -> p5-Test-Fatal-0.017 ===> p5-libwww-6.77 depends on: p5-Test-Needs-* -> p5-Test-Needs-0.002010 ===> p5-libwww-6.77 depends on: p5-Test-RequiresInternet-* -> p5-Test-RequiresInternet-0.05p0 ===> p5-libwww-6.77 depends on: p5-HTTP-CookieJar-* -> p5-HTTP-CookieJar-0.014 ===> p5-libwww-6.77 depends on: p5-File-Listing->=6.0 -> p5-File-Listing-6.15 ===> p5-libwww-6.77 depends on: p5-Try-Tiny-* -> p5-Try-Tiny-0.32 ===> p5-libwww-6.77 depends on: p5-Encode-Locale-* -> p5-Encode-Locale-1.05p0 ===> p5-libwww-6.77 depends on: p5-Net-HTTP->=6.07 -> p5-Net-HTTP-6.19 ===> p5-libwww-6.77 depends on: p5-HTML-Parser->=3.33 -> p5-HTML-Parser-3.83 ===> p5-libwww-6.77 depends on: p5-HTML-Tagset-* -> p5-HTML-Tagset-3.24 ===> p5-libwww-6.77 depends on: p5-HTTP-Cookies->=6.0 -> p5-HTTP-Cookies-6.10 ===> p5-libwww-6.77 depends on: p5-HTTP-Daemon->=6.12 -> p5-HTTP-Daemon-6.16 ===> p5-libwww-6.77 depends on: p5-HTTP-Date->=6.0 -> p5-HTTP-Date-6.02p0 ===> p5-libwww-6.77 depends on: p5-HTTP-Negotiate->=6.0 -> p5-HTTP-Negotiate-6.01p0 ===> p5-libwww-6.77 depends on: p5-LWP-MediaTypes->=6.0 -> p5-LWP-MediaTypes-6.02p0 ===> p5-libwww-6.77 depends on: p5-URI->1.10 -> p5-URI-5.31 ===> p5-libwww-6.77 depends on: p5-WWW-RobotRules->=6.0 -> p5-WWW-RobotRules-6.02p0 ===> Regression tests for p5-libwww-6.77 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/base/*.t t/base/protocols/*.t t/leak/*.t t/local/*.t t/robot/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # File::Copy any 2.41 # Getopt::Long any 2.54 # # === Configure Suggests === # # Module Want Have # -------- ------- ---- # JSON::PP 2.27300 4.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.70 # # === Test Requires === # # Module Want Have # ---------------------- ---- -------- # ExtUtils::MakeMaker any 7.70 # File::Spec any 3.88 # FindBin any 1.53 # HTTP::CookieJar::LWP any 0.014 # HTTP::Daemon 6.12 6.16 # Test::Fatal any 0.017 # Test::More 0.96 1.302194 # Test::Needs any 0.002010 # Test::RequiresInternet any 0.05 # # === Test Recommends === # # Module Want Have # --------------- -------- -------- # CPAN::Meta 2.120900 2.150010 # Test::LeakTrace any 0.17 # # === Runtime Requires === # # Module Want Have # --------------------- -------- -------- # Digest::MD5 any 2.58_01 # Encode 2.12 3.19 # Encode::Locale any 1.05 # File::Copy any 2.41 # File::Listing 6 6.15 # File::Temp any 0.2311 # Getopt::Long any 2.54 # HTML::Entities any 3.83 # HTML::HeadParser 3.71 3.83 # HTTP::Cookies 6 6.10 # HTTP::Date 6 6.02 # HTTP::Negotiate 6 6.01 # HTTP::Request 6.18 7.00 # HTTP::Request::Common 6.18 7.00 # HTTP::Response 6.18 7.00 # HTTP::Status 6.18 7.00 # IO::Select any 1.52 # IO::Socket any 1.52 # LWP::MediaTypes 6 6.02 # MIME::Base64 2.1 3.16_01 # Module::Load any 0.36 # Net::FTP 2.58 3.15 # Net::HTTP 6.18 6.19 # Scalar::Util any 1.63 # Try::Tiny any 0.32 # URI 1.10 5.31 # URI::Escape any 5.31 # WWW::RobotRules 6 6.02 # parent 0.217 0.241 # perl 5.008001 5.038002 # strict any 1.12 # warnings any 1.65 # # === Runtime Suggests === # # Module Want Have # -------------------- ---- ------- # Authen::NTLM 1.02 missing # Data::Dump 1.13 1.25 # IO::Socket::INET any 1.52 # LWP::Protocol::https 6.02 6.14 # t/00-report-prereqs.t .......... ok t/10-attrs.t ................... ok t/base/default_content_type.t .. ok t/base/protocols.t ............. ok t/base/protocols/nntp.t ........ skipped: nntp.perl.org is unstable and Test::RequiresInternet is not catching it t/base/proxy.t ................. ok t/base/proxy_request.t ......... ok t/base/simple.t ................ ok t/base/ua.t .................... ok t/base/ua_handlers.t ........... ok t/leak/no_leak.t ............... skipped: no host: neverssl.com t/local/autoload-get.t ......... ok t/local/autoload.t ............. ok t/local/cookie_jar.t ........... ok t/local/download_to_fh.t ....... ok t/local/get.t .................. ok t/local/http.t ................. ok t/local/httpsub.t .............. ok t/local/protosub.t ............. ok t/redirect.t ................... skipped: no host: www.google.com t/robot/ua-get.t ............... ok t/robot/ua.t ................... ok All tests successful. Files=22, Tests=312, 30 wallclock secs ( 0.14 usr 0.08 sys + 5.36 cusr 1.92 csys = 7.50 CPU) Result: PASS PASS www/p5-libwww Duration 0m37.50s Command 'ssh root@ot3 perl /root/portstest/portstest.pl -e /root/portstest/env-ot3.sh -v' finished. Command 'scp -q root@ot3:/root/portstest/test.* /data/test/portstest/results/2024-11-22T06:17:03Z' started. Command 'scp -q root@ot3:/root/portstest/test.* /data/test/portstest/results/2024-11-22T06:17:03Z' finished. Command 'ssh root@ot3 dmesg' started. Writing output to 'dmesg-ot3.txt'. Command 'ssh root@ot3 dmesg' finished. Command '/data/test/portstest/bin/setup-html.pl' started. Command '/data/test/portstest/bin/setup-html.pl' finished. Command '/data/test/portstest/bin/power.pl -h root@ot3 -d 2024-11-22T06:17:03Z down' started. Command '/data/test/portstest/bin/setup-html.pl' started. Command '/data/test/portstest/bin/setup-html.pl' finished. Command '/data/test/portstest/bin/power.pl -h root@ot3 -d 2024-11-22T06:17:03Z down' finished. Command '/data/test/portstest/bin/setup-html.pl -d 2024-11-22T06:17:03Z' started. Command '/data/test/portstest/bin/setup-html.pl -d 2024-11-22T06:17:03Z' finished. Command 'bin/regress-html.pl -h ot3 ports' started. Command 'bin/regress-html.pl -h ot3 ports' finished. Command 'bin/regress-html.pl -l ports' started. Command 'bin/regress-html.pl -l ports' finished. Script '/data/test/portstest/bin/test.pl -h root@ot3 -p ports' finished at 2024-11-22T10:17:58Z.