INFO: not using any hashes in /data/userland-archives/hashes for Digest-SHA-6.04.tar.gz (overridden with --hash)
Source /data/userland-archives/Digest-SHA-6.04.tar.gz... not found, skipping file copy
Source https://cpan.metacpan.org/authors/id/M/MS/MSHELOR/Digest-SHA-6.04.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-SHA/Digest-SHA-6.04 to /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/amd64-5.36
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Digest::SHA
Writing MYMETA.yml and MYMETA.json
cp lib/Digest/SHA.pm blib/lib/Digest/SHA.pm
Running Mkbootstrap for SHA ()
chmod 644 "SHA.bs"
"/usr/perl5/5.36/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs blib/arch/auto/Digest/SHA/SHA.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-SHA/build/amd64-5.36/typemap'  SHA.xs > SHA.xsc
mv SHA.xsc SHA.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=\"6.04\" -DXS_VERSION=\"6.04\" -fPIC "-I/usr/perl5/5.36/lib/i86pc-solaris-thread-multi-64/CORE"   SHA.c
In file included from /usr/perl5/5.36/lib/i86pc-solaris-thread-multi-64/CORE/perl.h:2999,
                 from SHA.xs:3:
In function 'shabytes',
    inlined from 'shawrite' at src/sha.c:385:10,
    inlined from 'shawrite' at src/sha.c:374:13,
    inlined from 'XS_Digest__SHA_sha1' at SHA.xs:151: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 440 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/sha.c:351:17: note: in expansion of macro 'Copy'
  351 |                 Copy(bitstr, s->block+offset, NBYTES(bitcnt), char);
      |                 ^~~~
SHA.xs: In function 'XS_Digest__SHA_sha1':
SHA.xs:143:13: note: at offset [112, 552] into destination object 'sha' of size 552
  143 |         SHA sha;
      |             ^~~
rm -f blib/arch/auto/Digest/SHA/SHA.so
/usr/gcc/13/bin/gcc -m64  -shared -m64 -fstack-protector-strong  SHA.o  -o blib/arch/auto/Digest/SHA/SHA.so  \
      \
  
chmod 755 blib/arch/auto/Digest/SHA/SHA.so
cp shasum blib/script/shasum
"/usr/perl5/5.36/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shasum
Manifying 1 pod document
Manifying 1 pod document
symlink cloning /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/Digest-SHA-6.04 to /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/amd64-5.38
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Digest::SHA
Writing MYMETA.yml and MYMETA.json
cp lib/Digest/SHA.pm blib/lib/Digest/SHA.pm
Running Mkbootstrap for SHA ()
chmod 644 "SHA.bs"
"/usr/perl5/5.38/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs blib/arch/auto/Digest/SHA/SHA.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-SHA/build/amd64-5.38/typemap'  SHA.xs > SHA.xsc
mv SHA.xsc SHA.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=\"6.04\" -DXS_VERSION=\"6.04\" -fPIC "-I/usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64/CORE"   SHA.c
In file included from /usr/perl5/5.38/lib/i86pc-solaris-thread-multi-64/CORE/perl.h:3327,
                 from SHA.xs:3:
In function 'shabytes',
    inlined from 'shawrite' at src/sha.c:385:10,
    inlined from 'shawrite' at src/sha.c:374:13,
    inlined from 'XS_Digest__SHA_sha1' at SHA.xs:151: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 440 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/sha.c:351:17: note: in expansion of macro 'Copy'
  351 |                 Copy(bitstr, s->block+offset, NBYTES(bitcnt), char);
      |                 ^~~~
SHA.xs: In function 'XS_Digest__SHA_sha1':
SHA.xs:143:13: note: at offset [112, 552] into destination object 'sha' of size 552
  143 |         SHA sha;
      |             ^~~
rm -f blib/arch/auto/Digest/SHA/SHA.so
/usr/gcc/13/bin/gcc -m64  -shared -m64 -fstack-protector-strong  SHA.o  -o blib/arch/auto/Digest/SHA/SHA.so  \
      \
  
chmod 755 blib/arch/auto/Digest/SHA/SHA.so
cp shasum blib/script/shasum
"/usr/perl5/5.38/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shasum
Manifying 1 pod document
Manifying 1 pod document
symlink cloning /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/Digest-SHA-6.04 to /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/amd64-5.40
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Digest::SHA
Writing MYMETA.yml and MYMETA.json
cp lib/Digest/SHA.pm blib/lib/Digest/SHA.pm
Running Mkbootstrap for SHA ()
chmod 644 "SHA.bs"
"/usr/perl5/5.40/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs blib/arch/auto/Digest/SHA/SHA.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-SHA/build/amd64-5.40/typemap'  SHA.xs > SHA.xsc
mv SHA.xsc SHA.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=\"6.04\" -DXS_VERSION=\"6.04\" -fPIC "-I/usr/perl5/5.40/lib/i86pc-solaris-thread-multi-64/CORE"   SHA.c
In file included from /usr/perl5/5.40/lib/i86pc-solaris-thread-multi-64/CORE/perl.h:3329,
                 from SHA.xs:3:
In function 'shabytes',
    inlined from 'shawrite' at src/sha.c:385:10,
    inlined from 'shawrite' at src/sha.c:374:13,
    inlined from 'XS_Digest__SHA_sha1' at SHA.xs:151: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 440 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/sha.c:351:17: note: in expansion of macro 'Copy'
  351 |                 Copy(bitstr, s->block+offset, NBYTES(bitcnt), char);
      |                 ^~~~
SHA.xs: In function 'XS_Digest__SHA_sha1':
SHA.xs:143:13: note: at offset [112, 552] into destination object 'sha' of size 552
  143 |         SHA sha;
      |             ^~~
rm -f blib/arch/auto/Digest/SHA/SHA.so
/usr/gcc/13/bin/gcc -m64  -shared -m64 -fstack-protector-strong  SHA.o  -o blib/arch/auto/Digest/SHA/SHA.so  \
      \
  
chmod 755 blib/arch/auto/Digest/SHA/SHA.so
cp shasum blib/script/shasum
"/usr/perl5/5.40/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shasum
Manifying 1 pod document
Manifying 1 pod document
"/usr/perl5/5.36/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs blib/arch/auto/Digest/SHA/SHA.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-SHA/build/prototype/i386/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/auto/Digest/SHA/SHA.so
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/prototype/i386/usr/perl5/vendor_perl/5.36/i86pc-solaris-thread-multi-64/Digest/SHA.pm
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/prototype/i386/usr/perl5/5.36/man/man1/shasum.1
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/prototype/i386/usr/perl5/5.36/man/man3perl/Digest::SHA.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/prototype/i386/usr/perl5/5.36/bin/shasum
Appending installation info to /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/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' -- SHA.bs blib/arch/auto/Digest/SHA/SHA.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-SHA/build/prototype/i386/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/auto/Digest/SHA/SHA.so
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/prototype/i386/usr/perl5/vendor_perl/5.38/i86pc-solaris-thread-multi-64/Digest/SHA.pm
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/prototype/i386/usr/perl5/5.38/man/man1/shasum.1
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/prototype/i386/usr/perl5/5.38/man/man3perl/Digest::SHA.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/prototype/i386/usr/perl5/5.38/bin/shasum
Appending installation info to /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/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' -- SHA.bs blib/arch/auto/Digest/SHA/SHA.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-SHA/build/prototype/i386/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/auto/Digest/SHA/SHA.so
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/prototype/i386/usr/perl5/vendor_perl/5.40/i86pc-solaris-thread-multi-64/Digest/SHA.pm
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/prototype/i386/usr/perl5/5.40/man/man1/shasum.1
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/prototype/i386/usr/perl5/5.40/man/man3perl/Digest::SHA.3perl
Installing /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/prototype/i386/usr/perl5/5.40/bin/shasum
Appending installation info to /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/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-SHA/build/manifest-i386-Digest-SHA-536.depend.res /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/manifest-i386-Digest-SHA-538.depend.res /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/manifest-i386-Digest-SHA-540.depend.res /jenkins/jobs/oi-userland/workspace/components/perl/Digest-SHA/build/manifest-i386-Digest-SHA.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-SHA
pkg://openindiana.org/library/perl-5/digest-sha-536@6.4,5.11-2024.0.0.4:20241213T204137Z
PUBLISHED
pkg://openindiana.org/library/perl-5/digest-sha-538@6.4,5.11-2024.0.0.4:20241213T204206Z
PUBLISHED
pkg://openindiana.org/library/perl-5/digest-sha-540@6.4,5.11-2024.0.0.4:20241213T204233Z
PUBLISHED
pkg://openindiana.org/library/perl-5/digest-sha@6.4,5.11-2024.0.0.4:20241213T204306Z
PUBLISHED