pkg list: no packages matching the following patterns are installed: /library/perl-5/devel-checklib-536 /library/perl-5/devel-checklib-538 /library/perl-5/devel-checklib-540 /library/perl-5/test-deep-538 /library/perl-5/test-deep-540 /library/perl-5/test-differences-538 /library/perl-5/test-differences-540 /library/perl-5/test-longstring-536 /library/perl-5/test-longstring-538 /library/perl-5/test-longstring-540 /library/perl-5/test-warn-538 /library/perl-5/test-warn-540 Adding required packages to build environment... pkg: The image cannot be modified as it is currently in use by another package client. pkg: The image cannot be modified as it is currently in use by another package client. pkg: The image cannot be modified as it is currently in use by another package client. pkg: The image cannot be modified as it is currently in use by another package client. pkg: The image cannot be modified as it is currently in use by another package client. Startup: Refreshing catalog 'openindiana.org' ... Done Startup: Caching catalogs ... Done Planning: Solver setup ... Done (1.196s) Planning: Running solver ... Done (0.141s) Planning: Finding local manifests ... Done (0.009s) Planning: Fetching manifests: 0/12 0% complete Planning: Fetching manifests: 12/12 100% complete Planning: Package planning ... Done (0.183s) Planning: Merging actions ... Done (1.629s) Planning: Checking for conflicting actions ... Done (3.294s) Planning: Consolidating action changes ... Done (0.003s) Planning: Evaluating mediators ... Done (1.736s) Planning: Planning completed in 10.11 seconds Packages to install: 12 Estimated space available: 368.26 GB Estimated space to be consumed: 37.74 MB Create boot environment: No Create backup boot environment: No Rebuild boot archive: No Changed packages: openindiana.org library/perl-5/devel-checklib-536 None -> 1.16-2024.0.0.2 library/perl-5/devel-checklib-538 None -> 1.16-2024.0.0.2 library/perl-5/devel-checklib-540 None -> 1.16-2024.0.0.2 library/perl-5/test-deep-538 None -> 1.204-2024.0.0.2 library/perl-5/test-deep-540 None -> 1.204-2024.0.0.2 library/perl-5/test-differences-538 None -> 0.71-2024.0.0.1 library/perl-5/test-differences-540 None -> 0.71-2024.0.0.1 library/perl-5/test-longstring-536 None -> 0.17-2024.0.0.0 library/perl-5/test-longstring-538 None -> 0.17-2024.0.0.0 library/perl-5/test-longstring-540 None -> 0.17-2024.0.0.0 library/perl-5/test-warn-538 None -> 0.37-2024.0.0.3 library/perl-5/test-warn-540 None -> 0.37-2024.0.0.3 Download: 0/210 items 0.0/0.5MB 0% complete Download: Completed 468.10 kB in 2.65 seconds (123k/s) Actions: 1/445 actions (Installing new actions) Actions: Completed 445 actions in 0.11 seconds. Done (0.128s) Done (0.000s) Done (0.114s) Done (34.737s) Done (0.000s) INFO: not using any hashes in /data/userland-archives/hashes for Sereal-Decoder-5.004.tar.gz (overridden with --hash) Source /data/userland-archives/Sereal-Decoder-5.004.tar.gz... not found, skipping file copy Source https://cpan.metacpan.org/authors/id/Y/YV/YVES/Sereal-Decoder-5.004.tar.gz... downloading... ok validating signature... checking local signature... not found signature validation failed validating hash... ok symlink cloning /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/Sereal-Decoder-5.004 to /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/amd64-5.36 Using bundled csnappy code Using bundled miniz code Using installed zstd library Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Sereal::Decoder Writing MYMETA.yml and MYMETA.json cp lib/Sereal/Decoder/Constants.pm blib/lib/Sereal/Decoder/Constants.pm cp lib/Sereal/Decoder.pm blib/lib/Sereal/Decoder.pm cp lib/Sereal/Performance.pm blib/lib/Sereal/Performance.pm Running Mkbootstrap for Decoder () chmod 644 "Decoder.bs" "/usr/perl5/5.36/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Decoder.bs blib/arch/auto/Sereal/Decoder/Decoder.bs 644 "/usr/perl5/5.36/bin/perl" "/usr/perl5/5.36/lib/ExtUtils/xsubpp" -typemap '/usr/perl5/5.36/lib/ExtUtils/typemap' -typemap '/jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/amd64-5.36/typemap' Decoder.xs > Decoder.xsc mv Decoder.xsc Decoder.c /usr/gcc/13/bin/gcc -m64 -c -I. -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DPERL_USE_SAFE_PUTENV -O3 -DVERSION=\"5.004\" -DXS_VERSION=\"5.004\" -fPIC "-I/usr/perl5/5.36/lib/i86pc-solaris-thread-multi-64/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD Decoder.c /usr/gcc/13/bin/gcc -m64 -c -I. -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DPERL_USE_SAFE_PUTENV -O3 -DVERSION=\"5.004\" -DXS_VERSION=\"5.004\" -fPIC "-I/usr/perl5/5.36/lib/i86pc-solaris-thread-multi-64/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD srl_decoder.c In file included from srl_decoder.c:64: srl_reader_decompress.h: In function 'srl_decompress_body_zstd': srl_reader_decompress.h:215:5: warning: 'ZSTD_getDecompressedSize' is deprecated [-Wdeprecated-declarations] 215 | uncompressed_packet_len = ZSTD_getDecompressedSize((const void *)buf->pos, (size_t) compressed_packet_len); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from srl_reader_decompress.h:31: /usr/include/zstd.h:203:20: note: declared here 203 | unsigned long long ZSTD_getDecompressedSize(const void* src, size_t srcSize); | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/gcc/13/bin/gcc -m64 -c -I. -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DPERL_USE_SAFE_PUTENV -O3 -DVERSION=\"5.004\" -DXS_VERSION=\"5.004\" -fPIC "-I/usr/perl5/5.36/lib/i86pc-solaris-thread-multi-64/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD miniz.c rm -f blib/arch/auto/Sereal/Decoder/Decoder.so LD_RUN_PATH="/usr/lib" /usr/gcc/13/bin/gcc -m64 -shared -m64 -fstack-protector-strong Decoder.o srl_decoder.o miniz.o -o blib/arch/auto/Sereal/Decoder/Decoder.so \ -lzstd \ chmod 755 blib/arch/auto/Sereal/Decoder/Decoder.so Manifying 2 pod documents symlink cloning /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/Sereal-Decoder-5.004 to /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/amd64-5.38 Using bundled csnappy code Using bundled miniz code Using installed zstd library Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Sereal::Decoder Writing MYMETA.yml and MYMETA.json cp lib/Sereal/Decoder/Constants.pm blib/lib/Sereal/Decoder/Constants.pm cp lib/Sereal/Decoder.pm blib/lib/Sereal/Decoder.pm cp lib/Sereal/Performance.pm blib/lib/Sereal/Performance.pm Running Mkbootstrap for Decoder () chmod 644 "Decoder.bs" "/usr/perl5/5.38/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Decoder.bs blib/arch/auto/Sereal/Decoder/Decoder.bs 644 "/usr/perl5/5.38/bin/perl" "/usr/perl5/5.38/lib/ExtUtils/xsubpp" -typemap '/usr/perl5/5.38/lib/ExtUtils/typemap' -typemap '/jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/amd64-5.38/typemap' Decoder.xs > Decoder.xsc mv Decoder.xsc Decoder.c /usr/gcc/13/bin/gcc -m64 -c -I. -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O3 -DVERSION=\"5.004\" -DXS_VERSION=\"5.004\" -fPIC "-I/usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD Decoder.c /usr/gcc/13/bin/gcc -m64 -c -I. -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O3 -DVERSION=\"5.004\" -DXS_VERSION=\"5.004\" -fPIC "-I/usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD srl_decoder.c In file included from srl_decoder.c:64: srl_reader_decompress.h: In function 'srl_decompress_body_zstd': srl_reader_decompress.h:215:5: warning: 'ZSTD_getDecompressedSize' is deprecated [-Wdeprecated-declarations] 215 | uncompressed_packet_len = ZSTD_getDecompressedSize((const void *)buf->pos, (size_t) compressed_packet_len); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from srl_reader_decompress.h:31: /usr/include/zstd.h:203:20: note: declared here 203 | unsigned long long ZSTD_getDecompressedSize(const void* src, size_t srcSize); | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/gcc/13/bin/gcc -m64 -c -I. -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O3 -DVERSION=\"5.004\" -DXS_VERSION=\"5.004\" -fPIC "-I/usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD miniz.c rm -f blib/arch/auto/Sereal/Decoder/Decoder.so LD_RUN_PATH="/usr/lib" /usr/gcc/13/bin/gcc -m64 -shared -m64 -fstack-protector-strong Decoder.o srl_decoder.o miniz.o -o blib/arch/auto/Sereal/Decoder/Decoder.so \ -lzstd \ chmod 755 blib/arch/auto/Sereal/Decoder/Decoder.so Manifying 2 pod documents symlink cloning /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/Sereal-Decoder-5.004 to /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/amd64-5.40 Using bundled csnappy code Using bundled miniz code Using installed zstd library Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Sereal::Decoder Writing MYMETA.yml and MYMETA.json cp lib/Sereal/Decoder.pm blib/lib/Sereal/Decoder.pm cp lib/Sereal/Performance.pm blib/lib/Sereal/Performance.pm cp lib/Sereal/Decoder/Constants.pm blib/lib/Sereal/Decoder/Constants.pm Running Mkbootstrap for Decoder () chmod 644 "Decoder.bs" "/usr/perl5/5.40/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Decoder.bs blib/arch/auto/Sereal/Decoder/Decoder.bs 644 "/usr/perl5/5.40/bin/perl" "/usr/perl5/5.40/lib/ExtUtils/xsubpp" -typemap '/usr/perl5/5.40/lib/ExtUtils/typemap' -typemap '/jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/amd64-5.40/typemap' Decoder.xs > Decoder.xsc mv Decoder.xsc Decoder.c /usr/gcc/13/bin/gcc -m64 -c -I. -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O3 -DVERSION=\"5.004\" -DXS_VERSION=\"5.004\" -fPIC "-I/usr/perl5/5.40/lib/i86pc-solaris-thread-multi-64/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD Decoder.c /usr/gcc/13/bin/gcc -m64 -c -I. -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O3 -DVERSION=\"5.004\" -DXS_VERSION=\"5.004\" -fPIC "-I/usr/perl5/5.40/lib/i86pc-solaris-thread-multi-64/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD srl_decoder.c In file included from srl_decoder.c:64: srl_reader_decompress.h: In function 'srl_decompress_body_zstd': srl_reader_decompress.h:215:5: warning: 'ZSTD_getDecompressedSize' is deprecated [-Wdeprecated-declarations] 215 | uncompressed_packet_len = ZSTD_getDecompressedSize((const void *)buf->pos, (size_t) compressed_packet_len); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from srl_reader_decompress.h:31: /usr/include/zstd.h:203:20: note: declared here 203 | unsigned long long ZSTD_getDecompressedSize(const void* src, size_t srcSize); | ^~~~~~~~~~~~~~~~~~~~~~~~ /usr/gcc/13/bin/gcc -m64 -c -I. -D_REENTRANT -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -m64 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -O3 -DVERSION=\"5.004\" -DXS_VERSION=\"5.004\" -fPIC "-I/usr/perl5/5.40/lib/i86pc-solaris-thread-multi-64/CORE" -DNDEBUG -DMINIZ_NO_STDIO -DHAVE_ZSTD miniz.c rm -f blib/arch/auto/Sereal/Decoder/Decoder.so LD_RUN_PATH="/usr/lib" /usr/gcc/13/bin/gcc -m64 -shared -m64 -fstack-protector-strong Decoder.o srl_decoder.o miniz.o -o blib/arch/auto/Sereal/Decoder/Decoder.so \ -lzstd \ chmod 755 blib/arch/auto/Sereal/Decoder/Decoder.so Manifying 2 pod documents "/usr/perl5/5.36/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Decoder.bs blib/arch/auto/Sereal/Decoder/Decoder.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/auto/Sereal/Decoder/Decoder.so Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/Sereal/Decoder.pm Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/Sereal/Performance.pm Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/Sereal/Decoder/Constants.pm Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/5.36/man/man3perl/Sereal::Decoder.3perl Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/5.36/man/man3perl/Sereal::Performance.3perl Appending installation info to /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/5.36/lib/i86pc-solaris-thread-multi-64/perllocal.pod "/usr/perl5/5.38/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Decoder.bs blib/arch/auto/Sereal/Decoder/Decoder.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/auto/Sereal/Decoder/Decoder.so Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/Sereal/Performance.pm Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/Sereal/Decoder.pm Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/Sereal/Decoder/Constants.pm Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/5.38/man/man3perl/Sereal::Performance.3perl Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/5.38/man/man3perl/Sereal::Decoder.3perl Appending installation info to /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64/perllocal.pod "/usr/perl5/5.40/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Decoder.bs blib/arch/auto/Sereal/Decoder/Decoder.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/auto/Sereal/Decoder/Decoder.so Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/Sereal/Performance.pm Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/Sereal/Decoder.pm Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/Sereal/Decoder/Constants.pm Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/5.40/man/man3perl/Sereal::Performance.3perl Installing /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/5.40/man/man3perl/Sereal::Decoder.3perl Appending installation info to /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/prototype/i386/usr/perl5/5.40/lib/i86pc-solaris-thread-multi-64/perllocal.pod VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/manifest-i386-Sereal-Decoder-536.depend.res /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/manifest-i386-Sereal-Decoder-538.depend.res /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/manifest-i386-Sereal-Decoder-540.depend.res /jenkins/jobs/oi-userland/workspace/components/perl/Sereal-Decoder/build/manifest-i386-Sereal-Decoder.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: perl/Sereal-Decoder pkg://openindiana.org/library/perl-5/sereal-decoder-536@5.4,5.11-2024.0.0.0:20240622T135207Z PUBLISHED pkg://openindiana.org/library/perl-5/sereal-decoder-538@5.4,5.11-2024.0.0.0:20240622T135208Z PUBLISHED pkg://openindiana.org/library/perl-5/sereal-decoder-540@5.4,5.11-2024.0.0.0:20240622T135210Z PUBLISHED pkg://openindiana.org/library/perl-5/sereal-decoder@5.4,5.11-2024.0.0.0:20240622T135211Z PUBLISHED