INFO: not using any hashes in /data/userland-archives/hashes for Digest-SHA3-1.05.tar.gz (overridden with --hash)
Source /data/userland-archives/Digest-SHA3-1.05.tar.gz... not found, skipping file copy
Source https://cpan.metacpan.org/authors/id/M/MS/MSHELOR/Digest-SHA3-1.05.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/Digest-SHA3/Digest-SHA3-1.05 to /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/amd64-5.36
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Digest::SHA3
Writing MYMETA.yml and MYMETA.json
cp lib/Digest/SHA3.pm blib/lib/Digest/SHA3.pm
Running Mkbootstrap for SHA3 ()
chmod 644 "SHA3.bs"
"/usr/perl5/5.36/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA3.bs blib/arch/auto/Digest/SHA3/SHA3.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/Digest-SHA3/build/amd64-5.36/typemap'  SHA3.xs > SHA3.xsc
mv SHA3.xsc SHA3.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=\"1.05\" -DXS_VERSION=\"1.05\" -fPIC "-I/usr/perl5/5.36/lib/i86pc-solaris-thread-multi-64/CORE"   SHA3.c
In file included from /usr/perl5/5.36/lib/i86pc-solaris-thread-multi-64/CORE/perl.h:2999,
                 from SHA3.xs:3:
In function 'shabytes',
    inlined from 'shawrite' at src/sha3.c:292:10,
    inlined from 'shawrite' at src/sha3.c:285:13,
    inlined from 'XS_Digest__SHA3_sha3_224' at SHA3.xs:148:4:
/usr/perl5/5.36/lib/i86pc-solaris-thread-multi-64/CORE/handy.h:2787:93: warning: 'memcpy' writing 16384 bytes into a region of size 920 overflows the destination [-Wstringop-overflow=]
 2787 | #define Copy(s,d,n,t)   (MEM_WRAP_CHECK_(n,t) perl_assert_ptr(d), perl_assert_ptr(s), (void)memcpy((char*)(d),(const char*)(s), (n) * sizeof(t)))
      |                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/sha3.c:262:17: note: in expansion of macro 'Copy'
  262 |                 Copy(bitstr, s->block+offset, NBYTES(bitcnt), char);
      |                 ^~~~
SHA3.xs: In function 'XS_Digest__SHA3_sha3_224':
SHA3.xs:140:14: note: at offset [208, 1128] into destination object 'sha3' of size 1128
  140 |         SHA3 sha3;
      |              ^~~~
rm -f blib/arch/auto/Digest/SHA3/SHA3.so
/usr/gcc/13/bin/gcc -m64  -shared -m64 -fstack-protector-strong  SHA3.o  -o blib/arch/auto/Digest/SHA3/SHA3.so  \
      \
  
chmod 755 blib/arch/auto/Digest/SHA3/SHA3.so
cp sha3sum blib/script/sha3sum
"/usr/perl5/5.36/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/sha3sum
Manifying 1 pod document
Manifying 1 pod document
symlink cloning /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/Digest-SHA3-1.05 to /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/amd64-5.38
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Digest::SHA3
Writing MYMETA.yml and MYMETA.json
cp lib/Digest/SHA3.pm blib/lib/Digest/SHA3.pm
Running Mkbootstrap for SHA3 ()
chmod 644 "SHA3.bs"
"/usr/perl5/5.38/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA3.bs blib/arch/auto/Digest/SHA3/SHA3.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/Digest-SHA3/build/amd64-5.38/typemap'  SHA3.xs > SHA3.xsc
mv SHA3.xsc SHA3.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=\"1.05\" -DXS_VERSION=\"1.05\" -fPIC "-I/usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64/CORE"   SHA3.c
In file included from /usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64/CORE/perl.h:3327,
                 from SHA3.xs:3:
In function 'shabytes',
    inlined from 'shawrite' at src/sha3.c:292:10,
    inlined from 'shawrite' at src/sha3.c:285:13,
    inlined from 'XS_Digest__SHA3_sha3_224' at SHA3.xs:148:4:
/usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64/CORE/handy.h:2879:93: warning: 'memcpy' writing 16384 bytes into a region of size 920 overflows the destination [-Wstringop-overflow=]
 2879 | #define Copy(s,d,n,t)   (MEM_WRAP_CHECK_(n,t) perl_assert_ptr(d), perl_assert_ptr(s), (void)memcpy((char*)(d),(const char*)(s), (n) * sizeof(t)))
      |                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/sha3.c:262:17: note: in expansion of macro 'Copy'
  262 |                 Copy(bitstr, s->block+offset, NBYTES(bitcnt), char);
      |                 ^~~~
SHA3.xs: In function 'XS_Digest__SHA3_sha3_224':
SHA3.xs:140:14: note: at offset [208, 1128] into destination object 'sha3' of size 1128
  140 |         SHA3 sha3;
      |              ^~~~
rm -f blib/arch/auto/Digest/SHA3/SHA3.so
/usr/gcc/13/bin/gcc -m64  -shared -m64 -fstack-protector-strong  SHA3.o  -o blib/arch/auto/Digest/SHA3/SHA3.so  \
      \
  
chmod 755 blib/arch/auto/Digest/SHA3/SHA3.so
cp sha3sum blib/script/sha3sum
"/usr/perl5/5.38/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/sha3sum
Manifying 1 pod document
Manifying 1 pod document
symlink cloning /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/Digest-SHA3-1.05 to /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/amd64-5.40
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Digest::SHA3
Writing MYMETA.yml and MYMETA.json
cp lib/Digest/SHA3.pm blib/lib/Digest/SHA3.pm
Running Mkbootstrap for SHA3 ()
chmod 644 "SHA3.bs"
"/usr/perl5/5.40/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA3.bs blib/arch/auto/Digest/SHA3/SHA3.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/Digest-SHA3/build/amd64-5.40/typemap'  SHA3.xs > SHA3.xsc
mv SHA3.xsc SHA3.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=\"1.05\" -DXS_VERSION=\"1.05\" -fPIC "-I/usr/perl5/5.40/lib/i86pc-solaris-thread-multi-64/CORE"   SHA3.c
In file included from /usr/perl5/5.40/lib/i86pc-solaris-thread-multi-64/CORE/perl.h:3329,
                 from SHA3.xs:3:
In function 'shabytes',
    inlined from 'shawrite' at src/sha3.c:292:10,
    inlined from 'shawrite' at src/sha3.c:285:13,
    inlined from 'XS_Digest__SHA3_sha3_224' at SHA3.xs:148:4:
/usr/perl5/5.40/lib/i86pc-solaris-thread-multi-64/CORE/handy.h:2880:93: warning: 'memcpy' writing 16384 bytes into a region of size 920 overflows the destination [-Wstringop-overflow=]
 2880 | #define Copy(s,d,n,t)   (MEM_WRAP_CHECK_(n,t) perl_assert_ptr(d), perl_assert_ptr(s), (void)memcpy((char*)(d),(const char*)(s), (n) * sizeof(t)))
      |                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/sha3.c:262:17: note: in expansion of macro 'Copy'
  262 |                 Copy(bitstr, s->block+offset, NBYTES(bitcnt), char);
      |                 ^~~~
SHA3.xs: In function 'XS_Digest__SHA3_sha3_224':
SHA3.xs:140:14: note: at offset [208, 1128] into destination object 'sha3' of size 1128
  140 |         SHA3 sha3;
      |              ^~~~
rm -f blib/arch/auto/Digest/SHA3/SHA3.so
/usr/gcc/13/bin/gcc -m64  -shared -m64 -fstack-protector-strong  SHA3.o  -o blib/arch/auto/Digest/SHA3/SHA3.so  \
      \
  
chmod 755 blib/arch/auto/Digest/SHA3/SHA3.so
cp sha3sum blib/script/sha3sum
"/usr/perl5/5.40/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/sha3sum
Manifying 1 pod document
Manifying 1 pod document
"/usr/perl5/5.36/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA3.bs blib/arch/auto/Digest/SHA3/SHA3.bs 644
Manifying 1 pod document
Manifying 1 pod document
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/prototype/i386/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/auto/Digest/SHA3/SHA3.so
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/prototype/i386/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/Digest/SHA3.pm
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/prototype/i386/usr/perl5/5.36/man/man1/sha3sum.1
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/prototype/i386/usr/perl5/5.36/man/man3perl/Digest::SHA3.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/prototype/i386/usr/perl5/5.36/bin/sha3sum
Appending installation info to /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/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' -- SHA3.bs blib/arch/auto/Digest/SHA3/SHA3.bs 644
Manifying 1 pod document
Manifying 1 pod document
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/prototype/i386/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/auto/Digest/SHA3/SHA3.so
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/prototype/i386/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/Digest/SHA3.pm
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/prototype/i386/usr/perl5/5.38/man/man1/sha3sum.1
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/prototype/i386/usr/perl5/5.38/man/man3perl/Digest::SHA3.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/prototype/i386/usr/perl5/5.38/bin/sha3sum
Appending installation info to /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/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' -- SHA3.bs blib/arch/auto/Digest/SHA3/SHA3.bs 644
Manifying 1 pod document
Manifying 1 pod document
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/prototype/i386/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/auto/Digest/SHA3/SHA3.so
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/prototype/i386/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/Digest/SHA3.pm
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/prototype/i386/usr/perl5/5.40/man/man1/sha3sum.1
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/prototype/i386/usr/perl5/5.40/man/man3perl/Digest::SHA3.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/prototype/i386/usr/perl5/5.40/bin/sha3sum
Appending installation info to /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/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/Digest-SHA3/build/manifest-i386-Digest-SHA3-536.depend.res /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/manifest-i386-Digest-SHA3-538.depend.res /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/manifest-i386-Digest-SHA3-540.depend.res /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA3/build/manifest-i386-Digest-SHA3.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/Digest-SHA3
pkg://openindiana.org/library/perl-5/digest-sha3-536@1.5,5.11-2024.0.0.3:20240622T055821Z
PUBLISHED
pkg://openindiana.org/library/perl-5/digest-sha3-538@1.5,5.11-2024.0.0.3:20240622T055844Z
PUBLISHED
pkg://openindiana.org/library/perl-5/digest-sha3-540@1.5,5.11-2024.0.0.3:20240622T055907Z
PUBLISHED
pkg://openindiana.org/library/perl-5/digest-sha3@1.5,5.11-2024.0.0.3:20240622T055930Z
PUBLISHED
pkg://openindiana.org/library/perl-5/digest-sha3-522@1.4,5.11-2022.0.0.1:20240622T055955Z
PUBLISHED
pkg://openindiana.org/library/perl-5/digest-sha3-524@1.4,5.11-2022.0.0.1:20240622T055956Z
PUBLISHED
pkg://openindiana.org/library/perl-5/digest-sha3-534@1.5,5.11-2023.0.0.3:20240622T055958Z
PUBLISHED