=>> Building mail/p5-Mail-IMAPClient build started at Sun Jun 25 16:13:13 BST 2023 port directory: /usr/ports/mail/p5-Mail-IMAPClient package name: p5-Mail-IMAPClient-3.43 building for: FreeBSD 131amd64-system-job-03 13.1-RELEASE-p7 FreeBSD 13.1-RELEASE-p7 amd64 maintained by: perl@FreeBSD.org Makefile ident: Poudriere version: 3.3.7_1 Host OSVERSION: 1301000 Jail OSVERSION: 1301000 Job Id: 03 ---Begin Environment--- SHELL=/bin/csh OSVERSION=1301000 UNAME_v=FreeBSD 13.1-RELEASE-p7 UNAME_r=13.1-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root MM_CHARSET=UTF-8 LANG=C.UTF-8 STATUS=1 HOME=/root PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin LOCALBASE=/usr/local USER=root LIBEXECPREFIX=/usr/local/libexec/poudriere POUDRIERE_VERSION=3.3.7_1 MASTERMNT=/space/poudriere_data/.m/131amd64-system/ref POUDRIERE_BUILD_TYPE=bulk PACKAGE_BUILDING=yes SAVED_TERM=xterm-256color PWD=/space/poudriere_data/.m/131amd64-system/ref/.p/pool P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS MASTERNAME=131amd64-system SCRIPTPREFIX=/usr/local/share/poudriere OLDPWD=/space/poudriere_data/.m/131amd64-system/ref/.p SCRIPTPATH=/usr/local/share/poudriere/testport.sh POUDRIEREPATH=/usr/local/bin/poudriere ---End Environment--- ---Begin Poudriere Port Flags/Env--- PORT_FLAGS= PKGENV= FLAVOR= DEPENDS_ARGS= MAKE_ARGS= ---End Poudriere Port Flags/Env--- ---Begin OPTIONS List--- ===> The following configuration options are available for p5-Mail-IMAPClient-3.43: CRAMMD5=on: Allow CRAM-MD5 auth scheme DIGESTMD5=on: Allow DIGEST-MD5 auth scheme NTLM=off: Allow NTLM auth scheme ===> Use 'make config' to modify these settings ---End OPTIONS List--- --MAINTAINER-- perl@FreeBSD.org --End MAINTAINER-- --CONFIGURE_ARGS-- ============================ ===> License ART10 GPLv1+ accepted by the user =========================================================================== =================================================== ===> p5-Mail-IMAPClient-3.43 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.19.1_1.pkg [131amd64-system-job-03] Installing pkg-1.19.1_1... [131amd64-system-job-03] Extracting pkg-1.19.1_1: .......... done ===> p5-Mail-IMAPClient-3.43 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of p5-Mail-IMAPClient-3.43 =========================================================================== =================================================== =========================================================================== =================================================== ===> License ART10 GPLv1+ accepted by the user => Mail-IMAPClient-3.43.tar.gz doesn't seem to exist in /portdistfiles/. => Attempting to fetch https://cpan.metacpan.org/authors/id/P/PL/PLOBBES/Mail-IMAPClient-3.43.tar.gz Mail-IMAPClient-3.43.tar.gz 185 kB 2680 kBps 00s ===> Fetching all distfiles required by p5-Mail-IMAPClient-3.43 for building =========================================================================== =================================================== ===> License ART10 GPLv1+ accepted by the user ===> Fetching all distfiles required by p5-Mail-IMAPClient-3.43 for building => SHA256 Checksum OK for Mail-IMAPClient-3.43.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> License ART10 GPLv1+ accepted by the user ===> Fetching all distfiles required by p5-Mail-IMAPClient-3.43 for building ===> Extracting for p5-Mail-IMAPClient-3.43 => SHA256 Checksum OK for Mail-IMAPClient-3.43.tar.gz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for p5-Mail-IMAPClient-3.43 =========================================================================== =================================================== ===> p5-Mail-IMAPClient-3.43 depends on package: perl5>=5.32.r0<5.33 - not found ===> Installing existing package /packages/All/perl5-5.32.1_3.pkg [131amd64-system-job-03] Installing perl5-5.32.1_3... [131amd64-system-job-03] Extracting perl5-5.32.1_3: .......... done ===> p5-Mail-IMAPClient-3.43 depends on package: perl5>=5.32.r0<5.33 - found ===> Returning to build of p5-Mail-IMAPClient-3.43 ===> p5-Mail-IMAPClient-3.43 depends on file: /usr/local/bin/ccache - not found ===> Installing existing package /packages/All/ccache-3.7.12_4.pkg [131amd64-system-job-03] Installing ccache-3.7.12_4... [131amd64-system-job-03] Extracting ccache-3.7.12_4: ....... done Create compiler links... create symlink for cc create symlink for cc (world) create symlink for c++ create symlink for c++ (world) create symlink for CC create symlink for CC (world) create symlink for clang create symlink for clang (world) create symlink for clang++ create symlink for clang++ (world) ===== Message from ccache-3.7.12_4: -- NOTE: Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for information on using ccache with FreeBSD ports and src. ===> p5-Mail-IMAPClient-3.43 depends on file: /usr/local/bin/ccache - found ===> Returning to build of p5-Mail-IMAPClient-3.43 =========================================================================== =================================================== =========================================================================== =================================================== ===> Configuring for p5-Mail-IMAPClient-3.43 Warning: prerequisite Parse::RecDescent 1.94 not found. The following optional modules were not found: Authen::NTLM for Authmechanism 'NTLM' Authen::SASL for Authmechanism 'DIGEST-MD5' Digest::HMAC_MD5 for Authmechanism 'CRAM-MD5' IO::Socket::SSL for SSL enabled connections (Ssl => 1) Test::Pod for Pod tests Optional modules are available from any CPAN mirror, reference: https://metacpan.org/ https://www.cpan.org/modules/by-module/ Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Mail::IMAPClient Writing MYMETA.yml and MYMETA.json (OPTIONAL) For extended tests during 'make test', create a file 'test.txt' in the top level directory of this distribution (the same directory as the Makefile.PL, etc.). This file must contain an IMAP server name or IP (server=...), a user account (user=...), and a password (passed=...). A port (port=....) and an authentication mechanism to be used (authmechanism=...) can also be specified. Example: --- BEGIN: test.txt --- server=localhost user=mytestuser passed=mypassword port=143 --- END: test.txt --- NOTE: When testing is completed, be sure to remove test.txt (either by hand or by 'make clean'). =========================================================================== =================================================== ===> Building for p5-Mail-IMAPClient-3.43 cp lib/Mail/IMAPClient/Thread.pm blib/lib/Mail/IMAPClient/Thread.pm cp lib/Mail/IMAPClient/BodyStructure/Parse.pm blib/lib/Mail/IMAPClient/BodyStructure/Parse.pm cp lib/Mail/IMAPClient/BodyStructure/Parse.pod blib/lib/Mail/IMAPClient/BodyStructure/Parse.pod cp lib/Mail/IMAPClient.pm blib/lib/Mail/IMAPClient.pm cp lib/Mail/IMAPClient/Thread.grammar blib/lib/Mail/IMAPClient/Thread.grammar cp lib/Mail/IMAPClient.pod blib/lib/Mail/IMAPClient.pod cp lib/Mail/IMAPClient/BodyStructure.pm blib/lib/Mail/IMAPClient/BodyStructure.pm cp lib/Mail/IMAPClient/MessageSet.pm blib/lib/Mail/IMAPClient/MessageSet.pm cp lib/Mail/IMAPClient/Thread.pod blib/lib/Mail/IMAPClient/Thread.pod cp lib/Mail/IMAPClient/BodyStructure/Parse.grammar blib/lib/Mail/IMAPClient/BodyStructure/Parse.grammar Manifying 5 pod documents =========================================================================== =================================================== ===> p5-Mail-IMAPClient-3.43 depends on package: p5-Parse-RecDescent>=1.940000 - not found ===> Installing existing package /packages/All/p5-Parse-RecDescent-1.967015.pkg [131amd64-system-job-03] Installing p5-Parse-RecDescent-1.967015... [131amd64-system-job-03] Extracting p5-Parse-RecDescent-1.967015: ....... done ===> p5-Mail-IMAPClient-3.43 depends on package: p5-Parse-RecDescent>=1.940000 - found ===> Returning to build of p5-Mail-IMAPClient-3.43 ===> p5-Mail-IMAPClient-3.43 depends on package: p5-IO-Socket-SSL>=0 - not found ===> Installing existing package /packages/All/p5-IO-Socket-SSL-2.083.pkg [131amd64-system-job-03] Installing p5-IO-Socket-SSL-2.083... [131amd64-system-job-03] `-- Installing p5-IO-Socket-INET6-2.72_1... [131amd64-system-job-03] | `-- Installing p5-Socket6-0.29... [131amd64-system-job-03] | `-- Extracting p5-Socket6-0.29: ....... done [131amd64-system-job-03] `-- Extracting p5-IO-Socket-INET6-2.72_1: ....... done [131amd64-system-job-03] `-- Installing p5-Mozilla-CA-20221114... [131amd64-system-job-03] `-- Extracting p5-Mozilla-CA-20221114: ....... done [131amd64-system-job-03] `-- Installing p5-Net-SSLeay-1.92... [131amd64-system-job-03] `-- Extracting p5-Net-SSLeay-1.92: .......... done [131amd64-system-job-03] Extracting p5-IO-Socket-SSL-2.083: .......... done ===> p5-Mail-IMAPClient-3.43 depends on package: p5-IO-Socket-SSL>=0 - found ===> Returning to build of p5-Mail-IMAPClient-3.43 ===> p5-Mail-IMAPClient-3.43 depends on package: p5-Digest-HMAC>=0 - not found ===> Installing existing package /packages/All/p5-Digest-HMAC-1.04.pkg [131amd64-system-job-03] Installing p5-Digest-HMAC-1.04... [131amd64-system-job-03] Extracting p5-Digest-HMAC-1.04: .......... done ===> p5-Mail-IMAPClient-3.43 depends on package: p5-Digest-HMAC>=0 - found ===> Returning to build of p5-Mail-IMAPClient-3.43 ===> p5-Mail-IMAPClient-3.43 depends on package: p5-Authen-SASL>=0 - not found ===> Installing existing package /packages/All/p5-Authen-SASL-2.16_1.pkg [131amd64-system-job-03] Installing p5-Authen-SASL-2.16_1... [131amd64-system-job-03] `-- Installing p5-GSSAPI-0.28_2... [131amd64-system-job-03] `-- Extracting p5-GSSAPI-0.28_2: .......... done [131amd64-system-job-03] Extracting p5-Authen-SASL-2.16_1: .......... done ===> p5-Mail-IMAPClient-3.43 depends on package: p5-Authen-SASL>=0 - found ===> Returning to build of p5-Mail-IMAPClient-3.43 ===> p5-Mail-IMAPClient-3.43 depends on package: p5-Digest-MD5>=0 - not found ===> Installing existing package /packages/All/p5-Digest-MD5-2.58.pkg [131amd64-system-job-03] Installing p5-Digest-MD5-2.58... [131amd64-system-job-03] Extracting p5-Digest-MD5-2.58: ....... done ===> p5-Mail-IMAPClient-3.43 depends on package: p5-Digest-MD5>=0 - found ===> Returning to build of p5-Mail-IMAPClient-3.43 ===> p5-Mail-IMAPClient-3.43 depends on package: perl5>=5.32.r0<5.33 - found =========================================================================== =================================================== ===> Staging for p5-Mail-IMAPClient-3.43 ===> Generating temporary packing list Manifying 5 pod documents Installing /wrkdirs/usr/ports/mail/p5-Mail-IMAPClient/work/stage/usr/local/lib/perl5/site_perl/Mail/IMAPClient.pm Installing /wrkdirs/usr/ports/mail/p5-Mail-IMAPClient/work/stage/usr/local/lib/perl5/site_perl/Mail/IMAPClient.pod Installing /wrkdirs/usr/ports/mail/p5-Mail-IMAPClient/work/stage/usr/local/lib/perl5/site_perl/Mail/IMAPClient/MessageSet.pm Installing /wrkdirs/usr/ports/mail/p5-Mail-IMAPClient/work/stage/usr/local/lib/perl5/site_perl/Mail/IMAPClient/Thread.pm Installing /wrkdirs/usr/ports/mail/p5-Mail-IMAPClient/work/stage/usr/local/lib/perl5/site_perl/Mail/IMAPClient/BodyStructure.pm Installing /wrkdirs/usr/ports/mail/p5-Mail-IMAPClient/work/stage/usr/local/lib/perl5/site_perl/Mail/IMAPClient/Thread.pod Installing /wrkdirs/usr/ports/mail/p5-Mail-IMAPClient/work/stage/usr/local/lib/perl5/site_perl/Mail/IMAPClient/Thread.grammar Installing /wrkdirs/usr/ports/mail/p5-Mail-IMAPClient/work/stage/usr/local/lib/perl5/site_perl/Mail/IMAPClient/BodyStructure/Parse.pm Installing /wrkdirs/usr/ports/mail/p5-Mail-IMAPClient/work/stage/usr/local/lib/perl5/site_perl/Mail/IMAPClient/BodyStructure/Parse.pod Installing /wrkdirs/usr/ports/mail/p5-Mail-IMAPClient/work/stage/usr/local/lib/perl5/site_perl/Mail/IMAPClient/BodyStructure/Parse.grammar Installing /wrkdirs/usr/ports/mail/p5-Mail-IMAPClient/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::IMAPClient::BodyStructure.3 Installing /wrkdirs/usr/ports/mail/p5-Mail-IMAPClient/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::IMAPClient::BodyStructure::Parse.3 Installing /wrkdirs/usr/ports/mail/p5-Mail-IMAPClient/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::IMAPClient::Thread.3 Installing /wrkdirs/usr/ports/mail/p5-Mail-IMAPClient/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::IMAPClient.3 Installing /wrkdirs/usr/ports/mail/p5-Mail-IMAPClient/work/stage/usr/local/lib/perl5/site_perl/man/man3/Mail::IMAPClient::MessageSet.3 ====> Compressing man pages (compress-man) =========================================================================== =================================================== ===> Building package for p5-Mail-IMAPClient-3.43 =========================================================================== =>> Cleaning up wrkdir ===> Cleaning for p5-Mail-IMAPClient-3.43 build of mail/p5-Mail-IMAPClient | p5-Mail-IMAPClient-3.43 ended at Sun Jun 25 16:13:29 BST 2023 build time: 00:00:16