Giter Site home page Giter Site logo

metanorma-linux-setup's Introduction

Metanorma Linux Setup

Build Status Pull Requests Commits since latest

Purpose

This repository provides installation of the Metanorma publication toolchain on Linux.

Requirements

Older versions may work but are not tested.

Install on Ubuntu

# Prerequisites: "curl"
# apt-get update && apt-get install -y curl
sudo bash -c "curl -L https://raw.githubusercontent.com/metanorma/metanorma-linux-setup/master/ubuntu.sh | bash"
curl -L https://raw.githubusercontent.com/metanorma/metanorma-linux-setup/master/install-gems.sh | bash
Note
The first command has to be run via sudo.

Install on CentOS

# Prerequisites: "curl"
# yum install -y curl
sudo bash -c "curl -L https://raw.githubusercontent.com/metanorma/metanorma-linux-setup/master/centos.sh | bash"
curl -L https://raw.githubusercontent.com/metanorma/metanorma-linux-setup/master/install-gems.sh | bash
Note
The first command has to be run via sudo.

What it sets up

  • bundler for managing [Ruby] gems

  • Java which is a dependency for some of the Metanorma gems

  • Node.js (includes latest Node.js and NPM, for running apps and installing JavaScript packages)

  • puppeteer for running Headless Chrome via Node.js (used to generate PDFs from HTML)

  • PlantUML for creating UML diagrams via plain-text

Debugging

METANORMA_DEBUG environment variable was introduced which will: * Enable more verbose logging * Enable tests on dependent components (like latexml)

If you run into any problems, please copy and paste the entire log into a new GitHub Issue for us.

metanorma-linux-setup's People

Contributors

camobap avatar opoudjis avatar ronaldtse avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

metanorma-linux-setup's Issues

Question: Ubuntu Setup Script

Hey guys, looking at setup script, there are two things that caught my eyes. Do we need the following dependencies for our setup?

  • Ruby ruby-bundler and ruby-dev in the first line
  • Installing nvm and then install node, why not install node directly?

cc: @CAMOBAP795, @ronaldtse

Setup too slow for just compiling

We don't need to run the LaTeX test suite on just compiling Metanorma documents. There should be some environment variable that only with it on, the Perl/LaTeXML tests are run.

Normally we really don't want to run those.

Migrate this repository to github.com/metanorma

The repository github.com/metanorma has been set up to host all Metanorma related work. This is one such piece of work. While the migration will be slow (there is a lot to do, and a lot of interdependencies), we need to schedule migration for all related repositories.

Migration to Metanorma:

  • Repost the repository to http://github.com/metanorma/X
  • If this is a Ruby gem, change the address of the repository in the *.gemspec
  • Delete all files but the Readme in the riboseinc repository
  • Replace the Readme in the riboseinc repository with the message "Repository migrated to http://github.com/metanorma/X
  • Update the links to the repository in any documentation you maintain
  • Link the README in the new location to updated links for appveyor, CodeClimate, travis, etc. New links to travis should be to travis-ci.com, not travis-ci.org.
  • Notify @opoudjis and @strogonoff when you have migrated the repository. They will then update the links to the repository in any documentation they maintain.

Bug with Ubuntu setup

Reported by @douglm

In the meantime I tried on a virtual copy of ubuntu. I have just run the first part of the install - that is

sudo bash -c "curl -L https://raw.githubusercontent.com/metanorma/metanorma-linux-setup/master/ubuntu.sh | bash"

and it ends with:

idnits-2.16.04/changelog
idnits-2.16.04/control
idnits-2.16.04/idnits
100 60126  100 60126    0     0  97448      0 --:--:-- --:--:-- --:--:-- 97291
idnits-2.16.04/copyright
idnits-2.16.04/todo
idnits-2.16.04/about
bash: line 64: metanorma: command not found
Command 'metanorma setup' finished with errors. Please execute it again before the first metanorma run

IETF: Add xml2rfc and idnits as dependencies

Metanorma-IETF depends on xml2rfc and idnits for a full toolchain.

This requires installation of xml2rfc from pip and idnits, as follows on Ubuntu (see https://github.com/metanorma/rfc-asciirfc-minimal/blob/master/.travis.yml)

export IDNITS_URL=https://tools.ietf.org/tools/idnits/
export IDNITS_VER=$(curl -Ls $IDNITS_URL | grep -e 'tgz' | sed -e 's/.*\(idnits-.*\).tgz.*/\1/') ; echo ${IDNITS_VER}
curl -SL ${IDNITS_URL}${IDNITS_VER} | tar xzv
export PATH=$(pwd)/${IDNITS_VER}:${PATH}
pip install --user xml2rfc

We should include them on Ubuntu, macOS and Windows so that those users can also build IETF documents. Or, we can have a separate script that sets this up.

NVM installation error

https://github.com/metanorma/mn-samples-itu/runs/522010451?check_suite_focus=true

=> Downloading nvm from git to '/home/runner/.config/nvm'

Cloning into '/home/runner/.config/nvm'...
=> => Compressing and cleaning up git repository

=> Appending nvm source string to /home/runner/.bashrc
=> Appending bash_completion source string to /home/runner/.bashrc
npm ERR! error in /usr/local/lib/node_modules/gulp/node_modules/fsevents: ENOENT: no such file or directory, open '/usr/local/lib/node_modules/gulp/node_modules/fsevents/package.json'
npm ERR! error in /usr/local/lib/node_modules/gulp/node_modules/fsevents/node_modules/rc: ENOENT: no such file or directory, open '/usr/local/lib/node_modules/gulp/node_modules/fsevents/node_modules/rc/package.json'
npm ERR! error in /usr/local/lib/node_modules/parcel-bundler/node_modules/fsevents: ENOENT: no such file or directory, open '/usr/local/lib/node_modules/parcel-bundler/node_modules/fsevents/package.json'
npm ERR! error in /usr/local/lib/node_modules/parcel-bundler/node_modules/fsevents/node_modules/rc: ENOENT: no such file or directory, open '/usr/local/lib/node_modules/parcel-bundler/node_modules/fsevents/node_modules/rc/package.json'
npm ERR! error in /usr/local/lib/node_modules/webpack/node_modules/fsevents: ENOENT: no such file or directory, open '/usr/local/lib/node_modules/webpack/node_modules/fsevents/package.json'
npm ERR! error in /usr/local/lib/node_modules/webpack/node_modules/fsevents/node_modules/rc: ENOENT: no such file or directory, open '/usr/local/lib/node_modules/webpack/node_modules/fsevents/node_modules/rc/package.json'
=> You currently have modules installed globally with `npm`. These will no
=> longer be linked to the active version of Node when you install a new node
=> with `nvm`; and they may (depending on how you construct your `$PATH`)
=> override the binaries of modules installed with `nvm`:

Failure in LaTeXML setup

It looks all running but fails here:

2019-12-18T08:27:29.1838973Z --> Working on IO::String
2019-12-18T08:27:29.1840073Z Fetching http://www.cpan.org/authors/id/G/GA/GAAS/IO-String-1.08.tar.gz ... OK
2019-12-18T08:27:29.3640532Z Configuring IO-String-1.08 ... OK
2019-12-18T08:27:29.8735297Z Building and testing IO-String-1.08 ... OK
2019-12-18T08:27:29.8736273Z Successfully installed IO-String-1.08
2019-12-18T08:27:30.0035971Z --> Working on Text::Unidecode
2019-12-18T08:27:30.0037055Z Fetching http://www.cpan.org/authors/id/S/SB/SBURKE/Text-Unidecode-1.30.tar.gz ... OK
2019-12-18T08:27:30.5708513Z Configuring Text-Unidecode-1.30 ... OK
2019-12-18T08:27:32.2390956Z Building and testing Text-Unidecode-1.30 ... OK
2019-12-18T08:27:32.2391449Z Successfully installed Text-Unidecode-1.30
2019-12-18T08:27:32.3754704Z --> Working on Image::Size
2019-12-18T08:27:32.3755846Z Fetching http://www.cpan.org/authors/id/R/RJ/RJRAY/Image-Size-3.300.tar.gz ... OK
2019-12-18T08:27:32.5898687Z Configuring Image-Size-3.300 ... OK
2019-12-18T08:27:33.4410739Z Building and testing Image-Size-3.300 ... OK
2019-12-18T08:27:33.4411463Z Successfully installed Image-Size-3.300
2019-12-18T08:27:33.5751455Z --> Working on Parse::RecDescent
2019-12-18T08:27:33.5752465Z Fetching http://www.cpan.org/authors/id/J/JT/JTBRAUN/Parse-RecDescent-1.967015.tar.gz ... OK
2019-12-18T08:27:33.7595927Z Configuring Parse-RecDescent-1.967015 ... OK
2019-12-18T08:27:35.9649545Z Building and testing Parse-RecDescent-1.967015 ... OK
2019-12-18T08:27:35.9650372Z Successfully installed Parse-RecDescent-1.967015
2019-12-18T08:30:16.3557750Z ! Installing git://github.com/brucemiller/LaTeXML.git@9a0e7dc5 failed. See /home/runner/.cpanm/work/1576657447.8893/build.log for details. Retry with --force to force install it.

The content of the build.log is here:

2019-12-18T08:30:16.4384426Z Work directory is /home/runner/.cpanm/work/1576657444.8764
2019-12-18T08:30:16.4385048Z You have make /usr/bin/make
2019-12-18T08:30:16.4385414Z You have LWP 6.31
2019-12-18T08:30:16.4385703Z You have /bin/tar: tar (GNU tar) 1.29
2019-12-18T08:30:16.4386007Z Copyright (C) 2015 Free Software Foundation, Inc.
2019-12-18T08:30:16.4386409Z License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
2019-12-18T08:30:16.4386777Z This is free software: you are free to change and redistribute it.
2019-12-18T08:30:16.4387507Z There is NO WARRANTY, to the extent permitted by law.
2019-12-18T08:30:16.4387855Z 
2019-12-18T08:30:16.4388154Z Written by John Gilmore and Jay Fenlason.
2019-12-18T08:30:16.4388411Z You have /usr/bin/unzip
2019-12-18T08:30:16.4388933Z Searching App::cpanminus () on cpanmetadb ...
2019-12-18T08:30:16.4389805Z --> Working on App::cpanminus
2019-12-18T08:30:16.4390521Z Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz
2019-12-18T08:30:16.4390857Z -> OK
2019-12-18T08:30:16.4391219Z Unpacking App-cpanminus-1.7044.tar.gz
2019-12-18T08:30:16.4391572Z Entering App-cpanminus-1.7044
2019-12-18T08:30:16.4391777Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4392025Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4392397Z Configuring App-cpanminus-1.7044
2019-12-18T08:30:16.4392536Z Running Makefile.PL
2019-12-18T08:30:16.4392715Z Checking if your kit is complete...
2019-12-18T08:30:16.4392852Z Looks good
2019-12-18T08:30:16.4393219Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4393407Z Writing Makefile for App::cpanminus
2019-12-18T08:30:16.4393567Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4393851Z -> OK
2019-12-18T08:30:16.4394045Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4394438Z Checking if you have Test::More 0 ... Yes (1.302073)
2019-12-18T08:30:16.4394704Z Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
2019-12-18T08:30:16.4395123Z Building and testing App-cpanminus-1.7044
2019-12-18T08:30:16.4395333Z cp lib/App/cpanminus.pm blib/lib/App/cpanminus.pm
2019-12-18T08:30:16.4395574Z cp lib/App/cpanminus/fatscript.pm blib/lib/App/cpanminus/fatscript.pm
2019-12-18T08:30:16.4395749Z cp bin/cpanm blib/script/cpanm
2019-12-18T08:30:16.4396425Z "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpanm
2019-12-18T08:30:16.4396600Z Manifying 1 pod document
2019-12-18T08:30:16.4396745Z Manifying 2 pod documents
2019-12-18T08:30:16.4397686Z PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
2019-12-18T08:30:16.4397896Z # App::cpanminus/1.7044
2019-12-18T08:30:16.4398056Z t/happy_cpantesters.t .. ok
2019-12-18T08:30:16.4398207Z All tests successful.
2019-12-18T08:30:16.4398479Z Files=1, Tests=1,  0 wallclock secs ( 0.01 usr  0.01 sys +  0.03 cusr  0.00 csys =  0.05 CPU)
2019-12-18T08:30:16.4398636Z Result: PASS
2019-12-18T08:30:16.4398791Z Manifying 1 pod document
2019-12-18T08:30:16.4398945Z Manifying 2 pod documents
2019-12-18T08:30:16.4399156Z Installing /usr/local/share/perl/5.26.1/App/cpanminus.pm
2019-12-18T08:30:16.4399394Z Installing /usr/local/share/perl/5.26.1/App/cpanminus/fatscript.pm
2019-12-18T08:30:16.4399570Z Installing /usr/local/man/man1/cpanm.1p
2019-12-18T08:30:16.4399797Z Installing /usr/local/man/man3/App::cpanminus::fatscript.3pm
2019-12-18T08:30:16.4400006Z Installing /usr/local/man/man3/App::cpanminus.3pm
2019-12-18T08:30:16.4400321Z Installing /usr/local/bin/cpanm
2019-12-18T08:30:16.4400880Z Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/perllocal.pod
2019-12-18T08:30:16.4401166Z -> OK
2019-12-18T08:30:16.4401548Z Successfully installed App-cpanminus-1.7044
2019-12-18T08:30:16.4402133Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/App-cpanminus-1.7044/MYMETA.json
2019-12-18T08:30:16.4402723Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/App-cpanminus-1.7044/install.json
2019-12-18T08:30:16.4402899Z 1 distribution installed
2019-12-18T08:30:16.4403587Z cpanm (App::cpanminus) 1.7044 on perl 5.026001 built for x86_64-linux-gnu-thread-multi
2019-12-18T08:30:16.4403814Z Work directory is /home/runner/.cpanm/work/1576657447.8893
2019-12-18T08:30:16.4403982Z You have make /usr/bin/make
2019-12-18T08:30:16.4404129Z You have LWP 6.31
2019-12-18T08:30:16.4404309Z You have /bin/tar: tar (GNU tar) 1.29
2019-12-18T08:30:16.4404511Z Copyright (C) 2015 Free Software Foundation, Inc.
2019-12-18T08:30:16.4404783Z License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
2019-12-18T08:30:16.4405040Z This is free software: you are free to change and redistribute it.
2019-12-18T08:30:16.4405253Z There is NO WARRANTY, to the extent permitted by law.
2019-12-18T08:30:16.4405342Z 
2019-12-18T08:30:16.4405509Z Written by John Gilmore and Jay Fenlason.
2019-12-18T08:30:16.4405664Z You have /usr/bin/unzip
2019-12-18T08:30:16.4405860Z Cloning git://github.com/brucemiller/LaTeXML.git
2019-12-18T08:30:16.4406245Z Cloning into '/tmp/9lkLL0w706'...
2019-12-18T08:30:16.4406599Z Note: switching to '9a0e7dc5'.
2019-12-18T08:30:16.4406667Z 
2019-12-18T08:30:16.4407115Z You are in 'detached HEAD' state. You can look around, make experimental
2019-12-18T08:30:16.4407375Z changes and commit them, and you can discard any commits you make in this
2019-12-18T08:30:16.4407604Z state without impacting any branches by switching back to a branch.
2019-12-18T08:30:16.4407696Z 
2019-12-18T08:30:16.4407931Z If you want to create a new branch to retain commits you create, you may
2019-12-18T08:30:16.4408378Z do so (now or later) by using -c with the switch command. Example:
2019-12-18T08:30:16.4408468Z 
2019-12-18T08:30:16.4408786Z   git switch -c <new-branch-name>
2019-12-18T08:30:16.4408848Z 
2019-12-18T08:30:16.4409107Z Or undo this operation with:
2019-12-18T08:30:16.4409183Z 
2019-12-18T08:30:16.4409497Z   git switch -
2019-12-18T08:30:16.4409556Z 
2019-12-18T08:30:16.4409805Z Turn off this advice by setting config variable advice.detachedHead to false
2019-12-18T08:30:16.4409895Z 
2019-12-18T08:30:16.4410440Z HEAD is now at 9a0e7dc5 Fixup postprocessing so pure text 'xml' target documents are passed through and written
2019-12-18T08:30:16.4410739Z -> OK
2019-12-18T08:30:16.4411179Z --> Working on git://github.com/brucemiller/LaTeXML.git@9a0e7dc5
2019-12-18T08:30:16.4411347Z Entering /tmp/9lkLL0w706
2019-12-18T08:30:16.4411507Z Configuring /tmp/9lkLL0w706
2019-12-18T08:30:16.4411648Z Running Makefile.PL
2019-12-18T08:30:16.4411791Z git version 2.24.1
2019-12-18T08:30:16.4411865Z 
2019-12-18T08:30:16.4412318Z Can't exec "kpsewhich": No such file or directory at Makefile.PL line 206.
2019-12-18T08:30:16.4412510Z Warning: no TeX installation found.
2019-12-18T08:30:16.4412694Z   TeX is NOT required, but LaTeXML will have limited functionality.
2019-12-18T08:30:16.4412905Z Warning: prerequisite Archive::Zip 0 not found.
2019-12-18T08:30:16.4413106Z Warning: prerequisite File::Which 0 not found.
2019-12-18T08:30:16.4413302Z Warning: prerequisite IO::String 0 not found.
2019-12-18T08:30:16.4413487Z Warning: prerequisite Image::Size 0 not found.
2019-12-18T08:30:16.4413681Z Warning: prerequisite JSON::XS 0 not found.
2019-12-18T08:30:16.4413891Z Warning: prerequisite Parse::RecDescent 0 not found.
2019-12-18T08:30:16.4414100Z Warning: prerequisite Text::Unidecode 0 not found.
2019-12-18T08:30:16.4414303Z Warning: prerequisite XML::LibXML 1.61 not found.
2019-12-18T08:30:16.4414493Z Warning: prerequisite XML::LibXSLT 1.58 not found.
2019-12-18T08:30:16.4415019Z Checking if your kit is complete...
2019-12-18T08:30:16.4415151Z Looks good
2019-12-18T08:30:16.4415535Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4415703Z Writing Makefile for LaTeXML
2019-12-18T08:30:16.4415869Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4416082Z =======================================================
2019-12-18T08:30:16.4416301Z | If you plan on developing code, please consider using
2019-12-18T08:30:16.4416733Z | the git pre-commit hook to assure style compliant code.
2019-12-18T08:30:16.4416881Z | To install:
2019-12-18T08:30:16.4419174Z |    ln -s ../../tools/pre-commit .git/hooks
2019-12-18T08:30:16.4419399Z =======================================================
2019-12-18T08:30:16.4419691Z -> OK
2019-12-18T08:30:16.4419881Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4420079Z Checking if you have Archive::Zip 0 ... No
2019-12-18T08:30:16.4420274Z Checking if you have LWP 0 ... Yes (6.31)
2019-12-18T08:30:16.4420457Z Checking if you have JSON::XS 0 ... No
2019-12-18T08:30:16.4420657Z Checking if you have XML::LibXSLT 1.58 ... No
2019-12-18T08:30:16.4420859Z Checking if you have DB_File 0 ... Yes (1.840)
2019-12-18T08:30:16.4421047Z Checking if you have IO::String 0 ... No
2019-12-18T08:30:16.4421249Z Checking if you have Text::Unidecode 0 ... No
2019-12-18T08:30:16.4421444Z Checking if you have Pod::Parser 0 ... Yes (1.63)
2019-12-18T08:30:16.4421633Z Checking if you have Image::Size 0 ... No
2019-12-18T08:30:16.4421820Z Checking if you have File::Which 0 ... No
2019-12-18T08:30:16.4422032Z Checking if you have Time::HiRes 0 ... Yes (1.9741)
2019-12-18T08:30:16.4422251Z Checking if you have Getopt::Long 2.37 ... Yes (2.49)
2019-12-18T08:30:16.4422440Z Checking if you have version 0 ... Yes (0.9917)
2019-12-18T08:30:16.4422669Z Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
2019-12-18T08:30:16.4422873Z Checking if you have Parse::RecDescent 0 ... No
2019-12-18T08:30:16.4423076Z Checking if you have XML::LibXML 1.61 ... No
2019-12-18T08:30:16.4423267Z Checking if you have URI 0 ... Yes (1.73)
2019-12-18T08:30:16.4423479Z Checking if you have Test::More 0 ... Yes (1.302073)
2019-12-18T08:30:16.4423677Z Checking if you have MIME::Base64 0 ... Yes (3.15)
2019-12-18T08:30:16.4424209Z ==> Found dependencies: Archive::Zip, JSON::XS, XML::LibXSLT, IO::String, Text::Unidecode, Image::Size, File::Which, Parse::RecDescent, XML::LibXML
2019-12-18T08:30:16.4424466Z Searching Archive::Zip (0) on cpanmetadb ...
2019-12-18T08:30:16.4425062Z --> Working on Archive::Zip
2019-12-18T08:30:16.4425562Z Fetching http://www.cpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.67.tar.gz
2019-12-18T08:30:16.4425878Z -> OK
2019-12-18T08:30:16.4426218Z Unpacking Archive-Zip-1.67.tar.gz
2019-12-18T08:30:16.4426558Z Entering Archive-Zip-1.67
2019-12-18T08:30:16.4426756Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4426988Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4427353Z Configuring Archive-Zip-1.67
2019-12-18T08:30:16.4427493Z Running Makefile.PL
2019-12-18T08:30:16.4427703Z Warning: prerequisite Test::MockModule 0 not found.
2019-12-18T08:30:16.4427880Z Checking if your kit is complete...
2019-12-18T08:30:16.4428482Z Looks good
2019-12-18T08:30:16.4428911Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4429086Z Writing Makefile for Archive::Zip
2019-12-18T08:30:16.4429258Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4429545Z -> OK
2019-12-18T08:30:16.4429734Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4429949Z Checking if you have File::Temp 0 ... Yes (0.2304)
2019-12-18T08:30:16.4430172Z Checking if you have Compress::Raw::Zlib 2.017 ... Yes (2.074)
2019-12-18T08:30:16.4430404Z Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
2019-12-18T08:30:16.4430623Z Checking if you have File::Path 0 ... Yes (2.12_01)
2019-12-18T08:30:16.4430837Z Checking if you have File::Basename 0 ... Yes (2.85)
2019-12-18T08:30:16.4431222Z Checking if you have Test::More 0.88 ... Yes (1.302073)
2019-12-18T08:30:16.4431415Z Checking if you have IO::Handle 0 ... Yes (1.36)
2019-12-18T08:30:16.4431621Z Checking if you have IO::File 0 ... Yes (1.16)
2019-12-18T08:30:16.4431832Z Checking if you have IO::Seekable 0 ... Yes (1.10)
2019-12-18T08:30:16.4432050Z Checking if you have File::Spec 0.80 ... Yes (3.67)
2019-12-18T08:30:16.4432256Z Checking if you have File::Copy 0 ... Yes (2.32)
2019-12-18T08:30:16.4432463Z Checking if you have File::Find 0 ... Yes (1.34)
2019-12-18T08:30:16.4432647Z Checking if you have Encode 0 ... Yes (2.88)
2019-12-18T08:30:16.4432856Z Checking if you have Time::Local 0 ... Yes (1.25)
2019-12-18T08:30:16.4433056Z Checking if you have Test::MockModule 0 ... No
2019-12-18T08:30:16.4433247Z ==> Found dependencies: Test::MockModule
2019-12-18T08:30:16.4433456Z Searching Test::MockModule (0) on cpanmetadb ...
2019-12-18T08:30:16.4434031Z --> Working on Test::MockModule
2019-12-18T08:30:16.4434566Z Fetching http://www.cpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.171.0.tar.gz
2019-12-18T08:30:16.4434893Z -> OK
2019-12-18T08:30:16.4435268Z Unpacking Test-MockModule-v0.171.0.tar.gz
2019-12-18T08:30:16.4435629Z Entering Test-MockModule-v0.171.0
2019-12-18T08:30:16.4435814Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4436050Z Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
2019-12-18T08:30:16.4436253Z Checking if you have Module::Build 0.38 ... No
2019-12-18T08:30:16.4436437Z ==> Found dependencies: Module::Build
2019-12-18T08:30:16.4436643Z Searching Module::Build (0.38) on cpanmetadb ...
2019-12-18T08:30:16.4437181Z --> Working on Module::Build
2019-12-18T08:30:16.4437673Z Fetching http://www.cpan.org/authors/id/L/LE/LEONT/Module-Build-0.4229.tar.gz
2019-12-18T08:30:16.4437988Z -> OK
2019-12-18T08:30:16.4438350Z Unpacking Module-Build-0.4229.tar.gz
2019-12-18T08:30:16.4438696Z Entering Module-Build-0.4229
2019-12-18T08:30:16.4438898Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4439105Z Checking if you have File::Copy 0 ... Yes (2.32)
2019-12-18T08:30:16.4439317Z Checking if you have Perl::OSType 1 ... Yes (1.010)
2019-12-18T08:30:16.4439531Z Checking if you have File::Spec 0.82 ... Yes (3.67)
2019-12-18T08:30:16.4439872Z Checking if you have Module::Metadata 1.000002 ... Yes (1.000033)
2019-12-18T08:30:16.4440127Z Checking if you have CPAN::Meta 2.142060 ... Yes (2.150010)
2019-12-18T08:30:16.4440350Z Checking if you have File::Basename 0 ... Yes (2.85)
2019-12-18T08:30:16.4440551Z Checking if you have File::Path 0 ... Yes (2.12_01)
2019-12-18T08:30:16.4440758Z Checking if you have version 0.87 ... Yes (0.9917)
2019-12-18T08:30:16.4441150Z Configuring Module-Build-0.4229
2019-12-18T08:30:16.4441298Z Running Build.PL
2019-12-18T08:30:16.4441363Z 
2019-12-18T08:30:16.4441525Z Checking optional features...
2019-12-18T08:30:16.4442107Z inc_bundling_support....disabled
2019-12-18T08:30:16.4442239Z   requires:
2019-12-18T08:30:16.4442372Z     ! inc::latest is not installed
2019-12-18T08:30:16.4442458Z 
2019-12-18T08:30:16.4442701Z ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
2019-12-18T08:30:16.4442943Z of the modules indicated above before proceeding with this installation
2019-12-18T08:30:16.4443032Z 
2019-12-18T08:30:16.4443203Z Created MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4443662Z Creating new 'Build' script for 'Module-Build' version '0.4229'
2019-12-18T08:30:16.4443954Z -> OK
2019-12-18T08:30:16.4444141Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4444353Z Checking if you have Pod::Man 2.17 ... Yes (4.09)
2019-12-18T08:30:16.4444588Z Checking if you have ExtUtils::CBuilder 0.27 ... Yes (0.280225)
2019-12-18T08:30:16.4444794Z Checking if you have File::Compare 0 ... Yes (1.1006)
2019-12-18T08:30:16.4445003Z Checking if you have File::Copy 0 ... Yes (2.32)
2019-12-18T08:30:16.4445209Z Checking if you have File::Find 0 ... Yes (1.34)
2019-12-18T08:30:16.4445400Z Checking if you have Cwd 0 ... Yes (3.67)
2019-12-18T08:30:16.4445734Z Checking if you have Text::ParseWords 0 ... Yes (3.30)
2019-12-18T08:30:16.4445949Z Checking if you have File::Spec 0.82 ... Yes (3.67)
2019-12-18T08:30:16.4446147Z Checking if you have Data::Dumper 0 ... Yes (2.167)
2019-12-18T08:30:16.4446373Z Checking if you have ExtUtils::ParseXS 2.21 ... Yes (3.34)
2019-12-18T08:30:16.4446621Z Checking if you have Parse::CPAN::Meta 1.4401 ... Yes (2.150010)
2019-12-18T08:30:16.4446995Z Checking if you have Module::Metadata 1.000002 ... Yes (1.000033)
2019-12-18T08:30:16.4447221Z Checking if you have CPAN::Meta 2.142060 ... Yes (2.150010)
2019-12-18T08:30:16.4447414Z Checking if you have Text::Abbrev 0 ... Yes (1.02)
2019-12-18T08:30:16.4447620Z Checking if you have File::Basename 0 ... Yes (2.85)
2019-12-18T08:30:16.4447954Z Checking if you have Test::More 0.49 ... Yes (1.302073)
2019-12-18T08:30:16.4448176Z Checking if you have ExtUtils::Install 0 ... Yes (2.04)
2019-12-18T08:30:16.4448386Z Checking if you have File::Path 0 ... Yes (2.12_01)
2019-12-18T08:30:16.4448607Z Checking if you have TAP::Harness 3.29 ... Yes (3.38)
2019-12-18T08:30:16.4448802Z Checking if you have version 0.87 ... Yes (0.9917)
2019-12-18T08:30:16.4449016Z Checking if you have Perl::OSType 1 ... Yes (1.010)
2019-12-18T08:30:16.4449226Z Checking if you have Getopt::Long 0 ... Yes (2.49)
2019-12-18T08:30:16.4449443Z Checking if you have File::Temp 0.15 ... Yes (0.2304)
2019-12-18T08:30:16.4449675Z Checking if you have CPAN::Meta::YAML 0.003 ... Yes (0.018)
2019-12-18T08:30:16.4449902Z Checking if you have ExtUtils::Mkbootstrap 0 ... Yes (7.24)
2019-12-18T08:30:16.4450110Z Checking if you have ExtUtils::Manifest 0 ... Yes (1.70)
2019-12-18T08:30:16.4450536Z Building and testing Module-Build-0.4229
2019-12-18T08:30:16.4450863Z Building Module-Build
2019-12-18T08:30:16.4451222Z t/00-compile.t ................. ok
2019-12-18T08:30:16.4451401Z t/PL_files.t ................... ok
2019-12-18T08:30:16.4451559Z t/actions/installdeps.t ........ ok
2019-12-18T08:30:16.4451850Z t/actions/manifest_skip.t ...... ok
2019-12-18T08:30:16.4452024Z t/add_property.t ............... ok
2019-12-18T08:30:16.4452190Z t/add_property_array.t ......... ok
2019-12-18T08:30:16.4452356Z t/add_property_hash.t .......... ok
2019-12-18T08:30:16.4452508Z t/basic.t ...................... ok
2019-12-18T08:30:16.4452839Z t/bundle_inc.t ................. skipped: $ENV{MB_TEST_EXPERIMENTAL} is not set
2019-12-18T08:30:16.4453252Z t/compat.t ..................... ok
2019-12-18T08:30:16.4453426Z t/compat/exit.t ................ ok
2019-12-18T08:30:16.4453598Z t/debug.t ...................... ok
2019-12-18T08:30:16.4453755Z t/destinations.t ............... ok
2019-12-18T08:30:16.4453926Z t/ext.t ........................ ok
2019-12-18T08:30:16.4454097Z t/extend.t ..................... ok
2019-12-18T08:30:16.4454266Z t/files.t ...................... ok
2019-12-18T08:30:16.4454437Z t/help.t ....................... ok
2019-12-18T08:30:16.4454608Z t/install.t .................... ok
2019-12-18T08:30:16.4454766Z t/install_extra_target.t ....... ok
2019-12-18T08:30:16.4454942Z t/manifypods.t ................. ok
2019-12-18T08:30:16.4455113Z t/manifypods_with_utf8.t ....... ok
2019-12-18T08:30:16.4455284Z t/metadata.t ................... ok
2019-12-18T08:30:16.4455455Z t/metadata2.t .................. ok
2019-12-18T08:30:16.4455617Z t/mymeta.t ..................... ok
2019-12-18T08:30:16.4455789Z t/new_from_context.t ........... ok
2019-12-18T08:30:16.4455959Z t/notes.t ...................... ok
2019-12-18T08:30:16.4456751Z t/par.t ........................ skipped: PAR::Dist 0.17 or up not installed to check .par's.
2019-12-18T08:30:16.4457343Z t/parents.t .................... ok
2019-12-18T08:30:16.4457507Z t/perl_mb_opt.t ................ ok
2019-12-18T08:30:16.4457678Z t/pod_parser.t ................. ok
2019-12-18T08:30:16.4457851Z t/ppm.t ........................ ok
2019-12-18T08:30:16.4458020Z t/properties/dist_suffix.t ..... ok
2019-12-18T08:30:16.4458191Z t/properties/license.t ......... ok
2019-12-18T08:30:16.4458347Z t/properties/module_name.t ..... ok
2019-12-18T08:30:16.4458653Z t/properties/needs_compiler.t .. ok
2019-12-18T08:30:16.4458824Z t/properties/release_status.t .. ok
2019-12-18T08:30:16.4458995Z t/properties/requires.t ........ ok
2019-12-18T08:30:16.4459166Z t/properties/share_dir.t ....... ok
2019-12-18T08:30:16.4459327Z t/resume.t ..................... ok
2019-12-18T08:30:16.4459498Z t/runthrough.t ................. ok
2019-12-18T08:30:16.4459670Z t/sample.t ..................... ok
2019-12-18T08:30:16.4459840Z t/script_dist.t ................ ok
2019-12-18T08:30:16.4460008Z t/signature.t .................. ok
2019-12-18T08:30:16.4460178Z t/test_file_exts.t ............. ok
2019-12-18T08:30:16.4460335Z t/test_reqs.t .................. ok
2019-12-18T08:30:16.4460506Z t/test_type.t .................. ok
2019-12-18T08:30:16.4460677Z t/test_types.t ................. ok
2019-12-18T08:30:16.4460848Z t/tilde.t ...................... ok
2019-12-18T08:30:16.4461019Z t/unit_run_test_harness.t ...... ok
2019-12-18T08:30:16.4461182Z t/use_tap_harness.t ............ ok
2019-12-18T08:30:16.4461353Z t/versions.t ................... ok
2019-12-18T08:30:16.4461523Z t/write_default_maniskip.t ..... ok
2019-12-18T08:30:16.4461693Z t/xs.t ......................... ok
2019-12-18T08:30:16.4461842Z All tests successful.
2019-12-18T08:30:16.4462122Z Files=53, Tests=1167, 46 wallclock secs ( 0.25 usr  0.06 sys + 32.95 cusr  5.79 csys = 39.05 CPU)
2019-12-18T08:30:16.4462279Z Result: PASS
2019-12-18T08:30:16.4462662Z Building Module-Build
2019-12-18T08:30:16.4462857Z Installing /usr/local/man/man1/config_data.1p
2019-12-18T08:30:16.4463071Z Installing /usr/local/share/perl/5.26.1/Module/Build.pm
2019-12-18T08:30:16.4463290Z Installing /usr/local/share/perl/5.26.1/Module/Build/Cookbook.pm
2019-12-18T08:30:16.4463526Z Installing /usr/local/share/perl/5.26.1/Module/Build/Authoring.pod
2019-12-18T08:30:16.4463755Z Installing /usr/local/share/perl/5.26.1/Module/Build/Base.pm
2019-12-18T08:30:16.4463981Z Installing /usr/local/share/perl/5.26.1/Module/Build/Notes.pm
2019-12-18T08:30:16.4464216Z Installing /usr/local/share/perl/5.26.1/Module/Build/Dumper.pm
2019-12-18T08:30:16.4464444Z Installing /usr/local/share/perl/5.26.1/Module/Build/Config.pm
2019-12-18T08:30:16.4464662Z Installing /usr/local/share/perl/5.26.1/Module/Build/PPMMaker.pm
2019-12-18T08:30:16.4464990Z Installing /usr/local/share/perl/5.26.1/Module/Build/Bundling.pod
2019-12-18T08:30:16.4465243Z Installing /usr/local/share/perl/5.26.1/Module/Build/PodParser.pm
2019-12-18T08:30:16.4465470Z Installing /usr/local/share/perl/5.26.1/Module/Build/Compat.pm
2019-12-18T08:30:16.4465703Z Installing /usr/local/share/perl/5.26.1/Module/Build/ConfigData.pm
2019-12-18T08:30:16.4465931Z Installing /usr/local/share/perl/5.26.1/Module/Build/API.pod
2019-12-18T08:30:16.4466289Z Installing /usr/local/share/perl/5.26.1/Module/Build/Platform/cygwin.pm
2019-12-18T08:30:16.4466532Z Installing /usr/local/share/perl/5.26.1/Module/Build/Platform/darwin.pm
2019-12-18T08:30:16.4466764Z Installing /usr/local/share/perl/5.26.1/Module/Build/Platform/VOS.pm
2019-12-18T08:30:16.4467005Z Installing /usr/local/share/perl/5.26.1/Module/Build/Platform/VMS.pm
2019-12-18T08:30:16.4467241Z Installing /usr/local/share/perl/5.26.1/Module/Build/Platform/Unix.pm
2019-12-18T08:30:16.4467476Z Installing /usr/local/share/perl/5.26.1/Module/Build/Platform/aix.pm
2019-12-18T08:30:16.4467822Z Installing /usr/local/share/perl/5.26.1/Module/Build/Platform/Default.pm
2019-12-18T08:30:16.4468072Z Installing /usr/local/share/perl/5.26.1/Module/Build/Platform/Windows.pm
2019-12-18T08:30:16.4468317Z Installing /usr/local/share/perl/5.26.1/Module/Build/Platform/MacOS.pm
2019-12-18T08:30:16.4468557Z Installing /usr/local/share/perl/5.26.1/Module/Build/Platform/os2.pm
2019-12-18T08:30:16.4468784Z Installing /usr/local/man/man3/Module::Build::Base.3pm
2019-12-18T08:30:16.4468975Z Installing /usr/local/man/man3/Module::Build.3pm
2019-12-18T08:30:16.4469208Z Installing /usr/local/man/man3/Module::Build::Platform::VOS.3pm
2019-12-18T08:30:16.4469430Z Installing /usr/local/man/man3/Module::Build::Compat.3pm
2019-12-18T08:30:16.4469733Z Installing /usr/local/man/man3/Module::Build::Notes.3pm
2019-12-18T08:30:16.4469959Z Installing /usr/local/man/man3/Module::Build::Authoring.3pm
2019-12-18T08:30:16.4470202Z Installing /usr/local/man/man3/Module::Build::Platform::Default.3pm
2019-12-18T08:30:16.4470420Z Installing /usr/local/man/man3/Module::Build::PPMMaker.3pm
2019-12-18T08:30:16.4470655Z Installing /usr/local/man/man3/Module::Build::Platform::VMS.3pm
2019-12-18T08:30:16.4470897Z Installing /usr/local/man/man3/Module::Build::Platform::darwin.3pm
2019-12-18T08:30:16.4471133Z Installing /usr/local/man/man3/Module::Build::Platform::Unix.3pm
2019-12-18T08:30:16.4471370Z Installing /usr/local/man/man3/Module::Build::Platform::aix.3pm
2019-12-18T08:30:16.4471607Z Installing /usr/local/man/man3/Module::Build::Platform::cygwin.3pm
2019-12-18T08:30:16.4471809Z Installing /usr/local/man/man3/Module::Build::API.3pm
2019-12-18T08:30:16.4472042Z Installing /usr/local/man/man3/Module::Build::Platform::os2.3pm
2019-12-18T08:30:16.4472289Z Installing /usr/local/man/man3/Module::Build::Platform::Windows.3pm
2019-12-18T08:30:16.4472528Z Installing /usr/local/man/man3/Module::Build::Platform::MacOS.3pm
2019-12-18T08:30:16.4472755Z Installing /usr/local/man/man3/Module::Build::Cookbook.3pm
2019-12-18T08:30:16.4472985Z Installing /usr/local/man/man3/Module::Build::ConfigData.3pm
2019-12-18T08:30:16.4473198Z Installing /usr/local/man/man3/Module::Build::Bundling.3pm
2019-12-18T08:30:16.4473379Z Installing /usr/local/bin/config_data
2019-12-18T08:30:16.4473708Z -> OK
2019-12-18T08:30:16.4474092Z Successfully installed Module-Build-0.4229
2019-12-18T08:30:16.4474665Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Module-Build-0.4229/MYMETA.json
2019-12-18T08:30:16.4475235Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Module-Build-0.4229/install.json
2019-12-18T08:30:16.4475622Z Configuring Test-MockModule-v0.171.0
2019-12-18T08:30:16.4475777Z Running Build.PL
2019-12-18T08:30:16.4475931Z Checking prerequisites...
2019-12-18T08:30:16.4476184Z   requires:
2019-12-18T08:30:16.4476302Z     !  SUPER is not installed
2019-12-18T08:30:16.4476424Z   build_requires:
2019-12-18T08:30:16.4476569Z     !  Test::Warnings is not installed
2019-12-18T08:30:16.4476630Z 
2019-12-18T08:30:16.4476952Z ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
2019-12-18T08:30:16.4477212Z of the modules indicated above before proceeding with this installation
2019-12-18T08:30:16.4477283Z 
2019-12-18T08:30:16.4477444Z Created MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4477913Z Creating new 'Build' script for 'Test-MockModule' version 'v0.171.0'
2019-12-18T08:30:16.4478198Z -> OK
2019-12-18T08:30:16.4478379Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4478560Z Checking if you have Test::Warnings 0 ... No
2019-12-18T08:30:16.4478746Z Checking if you have Carp 0 ... Yes (1.42)
2019-12-18T08:30:16.4478956Z Checking if you have Test::More 0.88 ... Yes (1.302073)
2019-12-18T08:30:16.4479176Z Checking if you have Scalar::Util 0 ... Yes (1.46_02)
2019-12-18T08:30:16.4479348Z Checking if you have SUPER 0 ... No
2019-12-18T08:30:16.4479525Z ==> Found dependencies: Test::Warnings, SUPER
2019-12-18T08:30:16.4479727Z Searching Test::Warnings (0) on cpanmetadb ...
2019-12-18T08:30:16.4480258Z --> Working on Test::Warnings
2019-12-18T08:30:16.4480747Z Fetching http://www.cpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.027.tar.gz
2019-12-18T08:30:16.4481052Z -> OK
2019-12-18T08:30:16.4481388Z Unpacking Test-Warnings-0.027.tar.gz
2019-12-18T08:30:16.4481726Z Entering Test-Warnings-0.027
2019-12-18T08:30:16.4481919Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4482143Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4482615Z Configuring Test-Warnings-0.027
2019-12-18T08:30:16.4482766Z Running Makefile.PL
2019-12-18T08:30:16.4482924Z Checking if your kit is complete...
2019-12-18T08:30:16.4483162Z Looks good
2019-12-18T08:30:16.4483540Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4483729Z Writing Makefile for Test::Warnings
2019-12-18T08:30:16.4483903Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4484172Z -> OK
2019-12-18T08:30:16.4484359Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4484588Z Checking if you have Test::More 0.94 ... Yes (1.302073)
2019-12-18T08:30:16.4484784Z Checking if you have Carp 0 ... Yes (1.42)
2019-12-18T08:30:16.4485007Z Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
2019-12-18T08:30:16.4485204Z Checking if you have File::Spec 0 ... Yes (3.67)
2019-12-18T08:30:16.4485397Z Checking if you have if 0 ... Yes (0.0606)
2019-12-18T08:30:16.4485593Z Checking if you have parent 0 ... Yes (0.236)
2019-12-18T08:30:16.4485790Z Checking if you have strict 0 ... Yes (1.11)
2019-12-18T08:30:16.4486110Z Checking if you have Exporter 0 ... Yes (5.72)
2019-12-18T08:30:16.4486289Z Checking if you have warnings 0 ... Yes (1.37)
2019-12-18T08:30:16.4486509Z Checking if you have Test::Builder 0 ... Yes (1.302073)
2019-12-18T08:30:16.4486892Z Building and testing Test-Warnings-0.027
2019-12-18T08:30:16.4487093Z cp lib/Test/Warnings.pm blib/lib/Test/Warnings.pm
2019-12-18T08:30:16.4487248Z Manifying 1 pod document
2019-12-18T08:30:16.4488163Z PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
2019-12-18T08:30:16.4488300Z # 
2019-12-18T08:30:16.4488540Z # Versions for all modules listed in MYMETA.json (including optional ones):
2019-12-18T08:30:16.4488664Z # 
2019-12-18T08:30:16.4488815Z # === Configure Requires ===
2019-12-18T08:30:16.4488929Z # 
2019-12-18T08:30:16.4489079Z #     Module              Want Have
2019-12-18T08:30:16.4489438Z #     ------------------- ---- ----
2019-12-18T08:30:16.4489618Z #     ExtUtils::MakeMaker  any 7.24
2019-12-18T08:30:16.4489730Z # 
2019-12-18T08:30:16.4489876Z # === Build Requires ===
2019-12-18T08:30:16.4489983Z # 
2019-12-18T08:30:16.4490145Z #     Module              Want Have
2019-12-18T08:30:16.4490491Z #     ------------------- ---- ----
2019-12-18T08:30:16.4490668Z #     ExtUtils::MakeMaker  any 7.24
2019-12-18T08:30:16.4490779Z # 
2019-12-18T08:30:16.4490908Z # === Test Requires ===
2019-12-18T08:30:16.4491123Z # 
2019-12-18T08:30:16.4491312Z #     Module              Want     Have
2019-12-18T08:30:16.4491701Z #     ------------------- ---- --------
2019-12-18T08:30:16.4491889Z #     ExtUtils::MakeMaker  any     7.24
2019-12-18T08:30:16.4492052Z #     File::Spec           any     3.67
2019-12-18T08:30:16.4492355Z #     Test::More          0.94 1.302073
2019-12-18T08:30:16.4492536Z #     if                   any   0.0606
2019-12-18T08:30:16.4492651Z # 
2019-12-18T08:30:16.4492806Z # === Test Recommends ===
2019-12-18T08:30:16.4492908Z # 
2019-12-18T08:30:16.4493077Z #     Module         Want     Have
2019-12-18T08:30:16.4493439Z #     ---------- -------- --------
2019-12-18T08:30:16.4493629Z #     CPAN::Meta 2.120900 2.150010
2019-12-18T08:30:16.4493744Z # 
2019-12-18T08:30:16.4493880Z # === Test Suggests ===
2019-12-18T08:30:16.4493995Z # 
2019-12-18T08:30:16.4494183Z #     Module                    Want     Have
2019-12-18T08:30:16.4494577Z #     ------------------------ ----- --------
2019-12-18T08:30:16.4494789Z #     CPAN::Meta::Check        0.011  missing
2019-12-18T08:30:16.4494973Z #     CPAN::Meta::Requirements   any    2.140
2019-12-18T08:30:16.4495165Z #     PadWalker                  any  missing
2019-12-18T08:30:16.4495369Z #     Test::Tester             0.108 1.302073
2019-12-18T08:30:16.4495483Z # 
2019-12-18T08:30:16.4495637Z # === Runtime Requires ===
2019-12-18T08:30:16.4495741Z # 
2019-12-18T08:30:16.4495907Z #     Module        Want     Have
2019-12-18T08:30:16.4496271Z #     ------------- ---- --------
2019-12-18T08:30:16.4496448Z #     Carp           any     1.42
2019-12-18T08:30:16.4496618Z #     Exporter       any     5.72
2019-12-18T08:30:16.4496778Z #     Test::Builder  any 1.302073
2019-12-18T08:30:16.4498161Z #     parent         any    0.236
2019-12-18T08:30:16.4498340Z #     strict         any     1.11
2019-12-18T08:30:16.4498508Z #     warnings       any     1.37
2019-12-18T08:30:16.4498624Z # 
2019-12-18T08:30:16.4498762Z # === Other Modules ===
2019-12-18T08:30:16.4498880Z # 
2019-12-18T08:30:16.4499053Z #     Module                Have
2019-12-18T08:30:16.4499493Z #     --------------- ----------
2019-12-18T08:30:16.4499671Z #     Encode                2.88
2019-12-18T08:30:16.4499833Z #     File::Temp          0.2304
2019-12-18T08:30:16.4500003Z #     JSON::PP        2.27400_02
2019-12-18T08:30:16.4500173Z #     Module::Runtime    missing
2019-12-18T08:30:16.4500341Z #     Sub::Name          missing
2019-12-18T08:30:16.4500508Z #     YAML               missing
2019-12-18T08:30:16.4500659Z #     autodie               2.29
2019-12-18T08:30:16.4500773Z # 
2019-12-18T08:30:16.4501162Z t/00-report-prereqs.t ................. ok
2019-12-18T08:30:16.4501548Z t/01-basic.t .......................... ok
2019-12-18T08:30:16.4501943Z t/02-done_testing.t ................... ok
2019-12-18T08:30:16.4502312Z t/03-subtest.t ........................ ok
2019-12-18T08:30:16.4502698Z t/04-no-tests.t ....................... ok
2019-12-18T08:30:16.4503078Z t/05-no-end-block.t ................... ok
2019-12-18T08:30:16.4503804Z t/06-skip-all.t ....................... skipped: Need Foo::Bar::Baz to continue!
2019-12-18T08:30:16.4504211Z t/07-no_plan.t ........................ ok
2019-12-18T08:30:16.4504595Z t/08-use-if.t ......................... ok
2019-12-18T08:30:16.4504961Z t/09-warnings-contents.t .............. ok
2019-12-18T08:30:16.4505342Z t/10-no-done_testing.t ................ ok
2019-12-18T08:30:16.4505725Z t/11-double-use.t ..................... ok
2019-12-18T08:30:16.4506104Z t/12-no-newline.t ..................... ok
2019-12-18T08:30:16.4506482Z t/13-propagate-warnings.t ............. ok
2019-12-18T08:30:16.4506849Z t/14-propagate-subname.t .............. ok
2019-12-18T08:30:16.4507240Z t/15-propagate-default.t .............. ok
2019-12-18T08:30:16.4507621Z t/16-propagate-ignore.t ............... ok
2019-12-18T08:30:16.4507999Z t/17-propagate-subname-colons.t ....... ok
2019-12-18T08:30:16.4508378Z t/18-propagate-subname-package.t ...... ok
2019-12-18T08:30:16.4508870Z t/19-propagate-nonexistent-subname.t .. ok
2019-12-18T08:30:16.4509306Z t/20-propagate-stub.t ................. ok
2019-12-18T08:30:16.4509690Z t/21-fail-on-warning.t ................ ok
2019-12-18T08:30:16.4510066Z t/zzz-check-breaks.t .................. ok
2019-12-18T08:30:16.4510222Z All tests successful.
2019-12-18T08:30:16.4510510Z Files=23, Tests=72,  2 wallclock secs ( 0.04 usr  0.03 sys +  0.91 cusr  0.19 csys =  1.17 CPU)
2019-12-18T08:30:16.4510651Z Result: PASS
2019-12-18T08:30:16.4510804Z Manifying 1 pod document
2019-12-18T08:30:16.4511016Z Installing /usr/local/share/perl/5.26.1/Test/Warnings.pm
2019-12-18T08:30:16.4511228Z Installing /usr/local/man/man3/Test::Warnings.3pm
2019-12-18T08:30:16.4511760Z Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/perllocal.pod
2019-12-18T08:30:16.4512046Z -> OK
2019-12-18T08:30:16.4512423Z Successfully installed Test-Warnings-0.027
2019-12-18T08:30:16.4512987Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Test-Warnings-0.027/MYMETA.json
2019-12-18T08:30:16.4513635Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Test-Warnings-0.027/install.json
2019-12-18T08:30:16.4513844Z Searching SUPER (0) on cpanmetadb ...
2019-12-18T08:30:16.4514181Z --> Working on SUPER
2019-12-18T08:30:16.4514670Z Fetching http://www.cpan.org/authors/id/C/CH/CHROMATIC/SUPER-1.20190531.tar.gz
2019-12-18T08:30:16.4514988Z -> OK
2019-12-18T08:30:16.4515467Z Unpacking SUPER-1.20190531.tar.gz
2019-12-18T08:30:16.4515800Z Entering SUPER-1.20190531
2019-12-18T08:30:16.4515990Z Checking configure dependencies from META.yml
2019-12-18T08:30:16.4516201Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4516695Z Configuring SUPER-1.20190531
2019-12-18T08:30:16.4516839Z Running Build.PL
2019-12-18T08:30:16.4516988Z Checking prerequisites...
2019-12-18T08:30:16.4517111Z   requires:
2019-12-18T08:30:16.4517242Z     !  Sub::Identify is not installed
2019-12-18T08:30:16.4517315Z 
2019-12-18T08:30:16.4517555Z ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
2019-12-18T08:30:16.4517788Z of the modules indicated above before proceeding with this installation
2019-12-18T08:30:16.4517875Z 
2019-12-18T08:30:16.4518035Z Created MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4518451Z Creating new 'Build' script for 'SUPER' version '1.20190531'
2019-12-18T08:30:16.4518733Z -> OK
2019-12-18T08:30:16.4518917Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4519134Z Checking if you have Test::Simple 0.61 ... Yes (1.302073)
2019-12-18T08:30:16.4519330Z Checking if you have Sub::Identify 0.03 ... No
2019-12-18T08:30:16.4519532Z Checking if you have Scalar::Util 1.20 ... Yes (1.46_02)
2019-12-18T08:30:16.4519846Z ==> Found dependencies: Sub::Identify
2019-12-18T08:30:16.4520050Z Searching Sub::Identify (0.03) on cpanmetadb ...
2019-12-18T08:30:16.4520593Z --> Working on Sub::Identify
2019-12-18T08:30:16.4521099Z Fetching http://www.cpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-0.14.tar.gz
2019-12-18T08:30:16.4521414Z -> OK
2019-12-18T08:30:16.4521765Z Unpacking Sub-Identify-0.14.tar.gz
2019-12-18T08:30:16.4522106Z Entering Sub-Identify-0.14
2019-12-18T08:30:16.4522303Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4522533Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4522888Z Configuring Sub-Identify-0.14
2019-12-18T08:30:16.4523025Z Running Makefile.PL
2019-12-18T08:30:16.4523198Z Checking if your kit is complete...
2019-12-18T08:30:16.4523330Z Looks good
2019-12-18T08:30:16.4523678Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4523863Z Writing Makefile for Sub::Identify
2019-12-18T08:30:16.4524022Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4524313Z -> OK
2019-12-18T08:30:16.4524499Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4524714Z Checking if you have Test::More 0 ... Yes (1.302073)
2019-12-18T08:30:16.4525092Z Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
2019-12-18T08:30:16.4525537Z Building and testing Sub-Identify-0.14
2019-12-18T08:30:16.4525750Z cp lib/Sub/Identify.pm blib/lib/Sub/Identify.pm
2019-12-18T08:30:16.4525923Z Running Mkbootstrap for Identify ()
2019-12-18T08:30:16.4526071Z chmod 644 "Identify.bs"
2019-12-18T08:30:16.4526853Z "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Identify.bs blib/arch/auto/Sub/Identify/Identify.bs 644
2019-12-18T08:30:16.4527497Z "/usr/bin/perl" "/usr/share/perl/5.26/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.26/ExtUtils/typemap'  Identify.xs > Identify.xsc
2019-12-18T08:30:16.4527660Z mv Identify.xsc Identify.c
2019-12-18T08:30:16.4528636Z x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"0.14\" -DXS_VERSION=\"0.14\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.26/CORE"   Identify.c
2019-12-18T08:30:16.4529058Z rm -f blib/arch/auto/Sub/Identify/Identify.so
2019-12-18T08:30:16.4529788Z x86_64-linux-gnu-gcc  -shared -L/usr/local/lib -fstack-protector-strong Identify.o  -o blib/arch/auto/Sub/Identify/Identify.so  \
2019-12-18T08:30:16.4529953Z       \
2019-12-18T08:30:16.4530061Z   
2019-12-18T08:30:16.4530239Z chmod 755 blib/arch/auto/Sub/Identify/Identify.so
2019-12-18T08:30:16.4530397Z Manifying 1 pod document
2019-12-18T08:30:16.4531177Z "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Identify.bs blib/arch/auto/Sub/Identify/Identify.bs 644
2019-12-18T08:30:16.4532133Z PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
2019-12-18T08:30:16.4532527Z t/01basic-pureperl.t ......... ok
2019-12-18T08:30:16.4532823Z t/01basic.t .................. ok
2019-12-18T08:30:16.4532993Z t/02errors.t ................. ok
2019-12-18T08:30:16.4533148Z t/03proto.t .................. ok
2019-12-18T08:30:16.4533535Z t/04codelocation-pureperl.t .. ok
2019-12-18T08:30:16.4533710Z t/04codelocation.t ........... ok
2019-12-18T08:30:16.4534075Z t/05constant-pureperl.t ...... ok
2019-12-18T08:30:16.4534250Z t/05constant.t ............... ok
2019-12-18T08:30:16.4536314Z t/06codelocxs-pureperl.t ..... ok
2019-12-18T08:30:16.4536511Z t/06codelocxs.t .............. ok
2019-12-18T08:30:16.4536682Z t/20attributes.t ............. ok
2019-12-18T08:30:16.4537574Z t/21attributes-pureperl.t .... ok
2019-12-18T08:30:16.4537762Z t/30signatures.t ............. ok
2019-12-18T08:30:16.4538252Z t/pod.t ...................... skipped: Test::Pod 1.14 required for testing POD
2019-12-18T08:30:16.4538440Z All tests successful.
2019-12-18T08:30:16.4538729Z Files=14, Tests=146,  1 wallclock secs ( 0.05 usr  0.01 sys +  0.52 cusr  0.07 csys =  0.65 CPU)
2019-12-18T08:30:16.4539085Z Result: PASS
2019-12-18T08:30:16.4540203Z "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Identify.bs blib/arch/auto/Sub/Identify/Identify.bs 644
2019-12-18T08:30:16.4540403Z Manifying 1 pod document
2019-12-18T08:30:16.4540894Z Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
2019-12-18T08:30:16.4542326Z Installing /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/auto/Sub/Identify/Identify.so
2019-12-18T08:30:16.4543312Z Installing /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/Sub/Identify.pm
2019-12-18T08:30:16.4543715Z Installing /usr/local/man/man3/Sub::Identify.3pm
2019-12-18T08:30:16.4544918Z Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/perllocal.pod
2019-12-18T08:30:16.4545529Z -> OK
2019-12-18T08:30:16.4546382Z Successfully installed Sub-Identify-0.14
2019-12-18T08:30:16.4547252Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Sub-Identify-0.14/MYMETA.json
2019-12-18T08:30:16.4547863Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Sub-Identify-0.14/install.json
2019-12-18T08:30:16.4548253Z Building and testing SUPER-1.20190531
2019-12-18T08:30:16.4548398Z Building SUPER
2019-12-18T08:30:16.4548543Z t/1.t ................... ok
2019-12-18T08:30:16.4548850Z t/bugs.t ................ ok
2019-12-18T08:30:16.4549036Z t/deep_inheritance.t .... ok
2019-12-18T08:30:16.4549196Z t/follow_inheritance.t .. ok
2019-12-18T08:30:16.4549355Z t/get_all_parents.t ..... ok
2019-12-18T08:30:16.4549501Z t/keep_going.t .......... ok
2019-12-18T08:30:16.4549660Z t/keep_going_manual.t ... ok
2019-12-18T08:30:16.4550121Z t/pseudoclass_syntax.t .. ok
2019-12-18T08:30:16.4550471Z All tests successful.
2019-12-18T08:30:16.4550852Z Files=8, Tests=51,  0 wallclock secs ( 0.02 usr  0.01 sys +  0.29 cusr  0.04 csys =  0.36 CPU)
2019-12-18T08:30:16.4551006Z Result: PASS
2019-12-18T08:30:16.4551128Z Building SUPER
2019-12-18T08:30:16.4551332Z Installing /usr/local/share/perl/5.26.1/SUPER.pm
2019-12-18T08:30:16.4551518Z Installing /usr/local/man/man3/SUPER.3pm
2019-12-18T08:30:16.4551881Z -> OK
2019-12-18T08:30:16.4552259Z Successfully installed SUPER-1.20190531
2019-12-18T08:30:16.4552813Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/SUPER-1.20190531/MYMETA.json
2019-12-18T08:30:16.4553392Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/SUPER-1.20190531/install.json
2019-12-18T08:30:16.4553800Z Building and testing Test-MockModule-v0.171.0
2019-12-18T08:30:16.4554135Z Building Test-MockModule
2019-12-18T08:30:16.4554291Z t/chaining.t ...... ok
2019-12-18T08:30:16.4554425Z t/define.t ........ ok
2019-12-18T08:30:16.4554575Z t/inheritance.t ... ok
2019-12-18T08:30:16.4554725Z t/mock_strict.t ... ok
2019-12-18T08:30:16.4554873Z t/mockmodule.t .... ok
2019-12-18T08:30:16.4555116Z t/pod.t ........... skipped: Test::Pod 1.00 required for testing POD
2019-12-18T08:30:16.4555393Z t/pod_coverage.t .. skipped: Test::Pod::Coverage 1.00 required for testing pod coverage
2019-12-18T08:30:16.4555706Z t/prototype.t ..... ok
2019-12-18T08:30:16.4555857Z t/redefine.t ...... ok
2019-12-18T08:30:16.4556003Z All tests successful.
2019-12-18T08:30:16.4556609Z Files=9, Tests=93,  0 wallclock secs ( 0.03 usr  0.01 sys +  0.34 cusr  0.06 csys =  0.44 CPU)
2019-12-18T08:30:16.4556982Z Result: PASS
2019-12-18T08:30:16.4557676Z Building Test-MockModule
2019-12-18T08:30:16.4558134Z Installing /usr/local/share/perl/5.26.1/Test/MockModule.pm
2019-12-18T08:30:16.4558531Z Installing /usr/local/man/man3/Test::MockModule.3pm
2019-12-18T08:30:16.4559123Z -> OK
2019-12-18T08:30:16.4560113Z Successfully installed Test-MockModule-v0.171.0
2019-12-18T08:30:16.4561412Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Test-MockModule-v0.171.0/MYMETA.json
2019-12-18T08:30:16.4562692Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Test-MockModule-v0.171.0/install.json
2019-12-18T08:30:16.4563165Z Building and testing Archive-Zip-1.67
2019-12-18T08:30:16.4563408Z cp lib/Archive/Zip/MemberRead.pm blib/lib/Archive/Zip/MemberRead.pm
2019-12-18T08:30:16.4563681Z cp lib/Archive/Zip/BufferedFileHandle.pm blib/lib/Archive/Zip/BufferedFileHandle.pm
2019-12-18T08:30:16.4563953Z cp lib/Archive/Zip/DirectoryMember.pm blib/lib/Archive/Zip/DirectoryMember.pm
2019-12-18T08:30:16.4564196Z cp lib/Archive/Zip/NewFileMember.pm blib/lib/Archive/Zip/NewFileMember.pm
2019-12-18T08:30:16.4564430Z cp lib/Archive/Zip/Archive.pm blib/lib/Archive/Zip/Archive.pm
2019-12-18T08:30:16.4564647Z cp lib/Archive/Zip/FAQ.pod blib/lib/Archive/Zip/FAQ.pod
2019-12-18T08:30:16.4564845Z cp lib/Archive/Zip.pm blib/lib/Archive/Zip.pm
2019-12-18T08:30:16.4565061Z cp lib/Archive/Zip/Tree.pm blib/lib/Archive/Zip/Tree.pm
2019-12-18T08:30:16.4565299Z cp lib/Archive/Zip/FileMember.pm blib/lib/Archive/Zip/FileMember.pm
2019-12-18T08:30:16.4565532Z cp lib/Archive/Zip/StringMember.pm blib/lib/Archive/Zip/StringMember.pm
2019-12-18T08:30:16.4565770Z cp lib/Archive/Zip/Member.pm blib/lib/Archive/Zip/Member.pm
2019-12-18T08:30:16.4566021Z cp lib/Archive/Zip/ZipFileMember.pm blib/lib/Archive/Zip/ZipFileMember.pm
2019-12-18T08:30:16.4566280Z cp lib/Archive/Zip/MockFileHandle.pm blib/lib/Archive/Zip/MockFileHandle.pm
2019-12-18T08:30:16.4566582Z cp script/crc32 blib/script/crc32
2019-12-18T08:30:16.4567327Z "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/crc32
2019-12-18T08:30:16.4567490Z Manifying 4 pod documents
2019-12-18T08:30:16.4568930Z PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
2019-12-18T08:30:16.4569373Z t/01_compile.t ................ ok
2019-12-18T08:30:16.4569743Z t/02_main.t ................... ok
2019-12-18T08:30:16.4570085Z t/03_ex.t ..................... ok
2019-12-18T08:30:16.4570473Z t/04_readmember.t ............. ok
2019-12-18T08:30:16.4570667Z t/05_tree.t ................... ok
2019-12-18T08:30:16.4571059Z t/06_update.t ................. ok
2019-12-18T08:30:16.4571428Z t/07_filenames_of_0.t ......... ok
2019-12-18T08:30:16.4571605Z t/08_readmember_record_sep.t .. ok
2019-12-18T08:30:16.4571968Z t/09_output_record_sep.t ...... ok
2019-12-18T08:30:16.4572332Z t/10_chmod.t .................. ok
2019-12-18T08:30:16.4572684Z t/11_explorer.t ............... ok
2019-12-18T08:30:16.4573118Z t/12_bug_47223.t .............. skipped: Only required on Win32.
2019-12-18T08:30:16.4573313Z t/13_bug_46303.t .............. ok
2019-12-18T08:30:16.4573689Z t/14_leading_separator.t ...... ok
2019-12-18T08:30:16.4574049Z t/15_decrypt.t ................ ok
2019-12-18T08:30:16.4574427Z t/16_decrypt.t ................ ok
2019-12-18T08:30:16.4574873Z t/17_101092.t ................. ok
2019-12-18T08:30:16.4575229Z t/18_bug_92205.t .............. ok
2019-12-18T08:30:16.4575588Z t/19_bug_101240.t ............. ok
2019-12-18T08:30:16.4575763Z t/20_bug_github11.t ........... ok
2019-12-18T08:30:16.4576173Z t/21_zip64.t .................. ok
2019-12-18T08:30:16.4577271Z t/22_deflated_dir.t ........... ok
2019-12-18T08:30:16.4577633Z t/23_closed_handle.t .......... ok
2019-12-18T08:30:16.4577834Z t/24_unicode_win32.t .......... ok
2019-12-18T08:30:16.4578229Z t/25_traversal.t .............. ok
2019-12-18T08:30:16.4578618Z t/26_bzip2.t .................. ok
2019-12-18T08:30:16.4578992Z t/27_symlinks.t ............... ok
2019-12-18T08:30:16.4579463Z t/28_zip64_unsupported.t ...... skipped: Zip64 format is supported.
2019-12-18T08:30:16.4579827Z All tests successful.
2019-12-18T08:30:16.4580334Z Files=28, Tests=729,  5 wallclock secs ( 0.12 usr  0.03 sys +  3.92 cusr  0.57 csys =  4.64 CPU)
2019-12-18T08:30:16.4580683Z Result: PASS
2019-12-18T08:30:16.4581045Z Manifying 4 pod documents
2019-12-18T08:30:16.4581461Z Installing /usr/local/share/perl/5.26.1/Archive/Zip.pm
2019-12-18T08:30:16.4581702Z Installing /usr/local/share/perl/5.26.1/Archive/Zip/Tree.pm
2019-12-18T08:30:16.4581955Z Installing /usr/local/share/perl/5.26.1/Archive/Zip/BufferedFileHandle.pm
2019-12-18T08:30:16.4582182Z Installing /usr/local/share/perl/5.26.1/Archive/Zip/Member.pm
2019-12-18T08:30:16.4582411Z Installing /usr/local/share/perl/5.26.1/Archive/Zip/Archive.pm
2019-12-18T08:30:16.4582633Z Installing /usr/local/share/perl/5.26.1/Archive/Zip/FAQ.pod
2019-12-18T08:30:16.4582878Z Installing /usr/local/share/perl/5.26.1/Archive/Zip/MockFileHandle.pm
2019-12-18T08:30:16.4583116Z Installing /usr/local/share/perl/5.26.1/Archive/Zip/MemberRead.pm
2019-12-18T08:30:16.4583346Z Installing /usr/local/share/perl/5.26.1/Archive/Zip/FileMember.pm
2019-12-18T08:30:16.4583571Z Installing /usr/local/share/perl/5.26.1/Archive/Zip/NewFileMember.pm
2019-12-18T08:30:16.4583814Z Installing /usr/local/share/perl/5.26.1/Archive/Zip/ZipFileMember.pm
2019-12-18T08:30:16.4584060Z Installing /usr/local/share/perl/5.26.1/Archive/Zip/DirectoryMember.pm
2019-12-18T08:30:16.4586461Z Installing /usr/local/share/perl/5.26.1/Archive/Zip/StringMember.pm
2019-12-18T08:30:16.4586689Z Installing /usr/local/man/man3/Archive::Zip.3pm
2019-12-18T08:30:16.4586898Z Installing /usr/local/man/man3/Archive::Zip::FAQ.3pm
2019-12-18T08:30:16.4587126Z Installing /usr/local/man/man3/Archive::Zip::MemberRead.3pm
2019-12-18T08:30:16.4587342Z Installing /usr/local/man/man3/Archive::Zip::Tree.3pm
2019-12-18T08:30:16.4587646Z Installing /usr/local/bin/crc32
2019-12-18T08:30:16.4588314Z Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/perllocal.pod
2019-12-18T08:30:16.4588624Z -> OK
2019-12-18T08:30:16.4588984Z Successfully installed Archive-Zip-1.67
2019-12-18T08:30:16.4589543Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Archive-Zip-1.67/MYMETA.json
2019-12-18T08:30:16.4590126Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Archive-Zip-1.67/install.json
2019-12-18T08:30:16.4590353Z Searching JSON::XS (0) on cpanmetadb ...
2019-12-18T08:30:16.4590886Z --> Working on JSON::XS
2019-12-18T08:30:16.4591371Z Fetching http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-4.02.tar.gz
2019-12-18T08:30:16.4591699Z -> OK
2019-12-18T08:30:16.4592048Z Unpacking JSON-XS-4.02.tar.gz
2019-12-18T08:30:16.4592379Z Entering JSON-XS-4.02
2019-12-18T08:30:16.4592576Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4592817Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4593012Z Checking if you have Canary::Stability 0 ... No
2019-12-18T08:30:16.4593202Z ==> Found dependencies: Canary::Stability
2019-12-18T08:30:16.4593413Z Searching Canary::Stability (0) on cpanmetadb ...
2019-12-18T08:30:16.4593956Z --> Working on Canary::Stability
2019-12-18T08:30:16.4594476Z Fetching http://www.cpan.org/authors/id/M/ML/MLEHMANN/Canary-Stability-2013.tar.gz
2019-12-18T08:30:16.4594775Z -> OK
2019-12-18T08:30:16.4595146Z Unpacking Canary-Stability-2013.tar.gz
2019-12-18T08:30:16.4595499Z Entering Canary-Stability-2013
2019-12-18T08:30:16.4595695Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4596058Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4596442Z Configuring Canary-Stability-2013
2019-12-18T08:30:16.4596599Z Running Makefile.PL
2019-12-18T08:30:16.4596771Z Checking if your kit is complete...
2019-12-18T08:30:16.4596903Z Looks good
2019-12-18T08:30:16.4597580Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4597768Z Writing Makefile for Canary::Stability
2019-12-18T08:30:16.4598218Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4598852Z -> OK
2019-12-18T08:30:16.4599281Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4599528Z Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
2019-12-18T08:30:16.4600202Z Building and testing Canary-Stability-2013
2019-12-18T08:30:16.4600647Z cp Stability.pm blib/lib/Canary/Stability.pm
2019-12-18T08:30:16.4600989Z Manifying 1 pod document
2019-12-18T08:30:16.4602276Z PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
2019-12-18T08:30:16.4602658Z t/00_load.t .. ok
2019-12-18T08:30:16.4602813Z All tests successful.
2019-12-18T08:30:16.4603041Z Files=1, Tests=1,  1 wallclock secs ( 0.03 usr +  0.00 sys =  0.03 CPU)
2019-12-18T08:30:16.4603187Z Result: PASS
2019-12-18T08:30:16.4603530Z Manifying 1 pod document
2019-12-18T08:30:16.4604041Z Installing /usr/local/share/perl/5.26.1/Canary/Stability.pm
2019-12-18T08:30:16.4604470Z Installing /usr/local/man/man3/Canary::Stability.3pm
2019-12-18T08:30:16.4605331Z Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/perllocal.pod
2019-12-18T08:30:16.4606166Z -> OK
2019-12-18T08:30:16.4607114Z Successfully installed Canary-Stability-2013
2019-12-18T08:30:16.4607909Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Canary-Stability-2013/MYMETA.json
2019-12-18T08:30:16.4608799Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Canary-Stability-2013/install.json
2019-12-18T08:30:16.4609222Z Configuring JSON-XS-4.02
2019-12-18T08:30:16.4609361Z Running Makefile.PL
2019-12-18T08:30:16.4609440Z 
2019-12-18T08:30:16.4609552Z ***
2019-12-18T08:30:16.4609749Z *** Canary::Stability COMPATIBILITY AND SUPPORT CHECK
2019-12-18T08:30:16.4609958Z *** =================================================
2019-12-18T08:30:16.4610200Z ***
2019-12-18T08:30:16.4610343Z *** Hi!
2019-12-18T08:30:16.4610461Z ***
2019-12-18T08:30:16.4610669Z *** I do my best to provide predictable and reliable software.
2019-12-18T08:30:16.4610794Z ***
2019-12-18T08:30:16.4611025Z *** However, in recent releases, P5P (who maintain perl) have been
2019-12-18T08:30:16.4611274Z *** introducing regressions that are sometimes subtle and at other times
2019-12-18T08:30:16.4611530Z *** catastrophic, often for personal preferences with little or no concern
2019-12-18T08:30:16.4611712Z *** for existing code, most notably CPAN.
2019-12-18T08:30:16.4611832Z ***
2019-12-18T08:30:16.4612071Z *** For this reason, it has become very hard for me to maintain the level
2019-12-18T08:30:16.4612330Z *** of reliability and support I have committed myself to in the past, at
2019-12-18T08:30:16.4612862Z *** least with some perl versions: I simply can't keep up working around new
2019-12-18T08:30:16.4613131Z *** bugs or gratituous incompatibilities, and in turn you might suffer from
2019-12-18T08:30:16.4613288Z *** unanticipated problems.
2019-12-18T08:30:16.4613520Z ***
2019-12-18T08:30:16.4613773Z *** Therefore I have introduced a support and compatibility check, the results
2019-12-18T08:30:16.4614025Z *** of which follow below, together with a FAQ and some recommendations.
2019-12-18T08:30:16.4614154Z ***
2019-12-18T08:30:16.4614403Z *** This check is just to let you know that there might be a risk, so you can
2019-12-18T08:30:16.4614899Z *** make judgement calls on how to proceed - it will not keep the module from
2019-12-18T08:30:16.4615080Z *** installing or working.
2019-12-18T08:30:16.4615199Z ***
2019-12-18T08:30:16.4615450Z *** The stability canary says: (nothing, it was driven away by harsh weather)
2019-12-18T08:30:16.4615693Z ***
2019-12-18T08:30:16.4615924Z *** It seems you are running perl version 5.026001, likely the "official" or
2019-12-18T08:30:16.4616172Z *** "standard" version. While there is nothing wrong with doing that,
2019-12-18T08:30:16.4616435Z *** standard perl versions 5.022 and up are not supported by JSON::XS.
2019-12-18T08:30:16.4617106Z *** While this might be fatal, it might also be all right - if you run into
2019-12-18T08:30:16.4617365Z *** problems, you might want to downgrade your perl or switch to the
2019-12-18T08:30:16.4617526Z *** stability branch.
2019-12-18T08:30:16.4617629Z ***
2019-12-18T08:30:16.4617841Z *** If everything works fine, you can ignore this message.
2019-12-18T08:30:16.4617966Z ***
2019-12-18T08:30:16.4618083Z ***
2019-12-18T08:30:16.4618464Z *** Stability canary mini-FAQ:
2019-12-18T08:30:16.4618575Z ***
2019-12-18T08:30:16.4618737Z *** Do I need to do anything?
2019-12-18T08:30:16.4618977Z ***    With luck, no. While some distributions are known to fail
2019-12-18T08:30:16.4619211Z ***    already, most should probably work. This message is here
2019-12-18T08:30:16.4619454Z ***    to alert you that your perl is not supported by JSON::XS,
2019-12-18T08:30:16.4619675Z ***    and if things go wrong, you either need to downgrade, or
2019-12-18T08:30:16.4619905Z ***    sidegrade to the stability variant of your perl version,
2019-12-18T08:30:16.4620101Z ***    or simply live with the consequences.
2019-12-18T08:30:16.4620221Z ***
2019-12-18T08:30:16.4620384Z *** What is this canary thing?
2019-12-18T08:30:16.4621045Z ***    It's purpose is to check support status of JSON::XS with
2019-12-18T08:30:16.4621237Z ***    respect to your perl version.
2019-12-18T08:30:16.4621357Z ***
2019-12-18T08:30:16.4621529Z *** What is this "stability branch"?
2019-12-18T08:30:16.4621970Z ***    It's a branch or fork of the official perl, by schmorp, to
2019-12-18T08:30:16.4622197Z ***    improve stability and compatibility with existing modules.
2019-12-18T08:30:16.4622333Z ***
2019-12-18T08:30:16.4622536Z *** How can I skip this prompt on automated installs?
2019-12-18T08:30:16.4622766Z ***    Set PERL_CANARY_STABILITY_NOPROMPT=1 in your environment.
2019-12-18T08:30:16.4622985Z ***    More info is in the Canary::Stability manpage.
2019-12-18T08:30:16.4623269Z ***
2019-12-18T08:30:16.4623543Z *** Long version of this FAQ: http://stableperl.schmorp.de/faq.html
2019-12-18T08:30:16.4623820Z *** Stability Branch homepage: http://stableperl.schmorp.de/
2019-12-18T08:30:16.4623967Z ***
2019-12-18T08:30:16.4625079Z 
2019-12-18T08:30:16.4625269Z Continue anyways?  [y] y
2019-12-18T08:30:16.4625484Z Warning: prerequisite Types::Serialiser 0 not found.
2019-12-18T08:30:16.4625691Z Warning: prerequisite common::sense 0 not found.
2019-12-18T08:30:16.4625869Z Checking if your kit is complete...
2019-12-18T08:30:16.4625986Z Looks good
2019-12-18T08:30:16.4626450Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4626630Z Writing Makefile for JSON::XS
2019-12-18T08:30:16.4626815Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4627108Z -> OK
2019-12-18T08:30:16.4627282Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4627485Z Checking if you have Types::Serialiser 0 ... No
2019-12-18T08:30:16.4627719Z Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
2019-12-18T08:30:16.4627919Z Checking if you have common::sense 0 ... No
2019-12-18T08:30:16.4628141Z ==> Found dependencies: Types::Serialiser, common::sense
2019-12-18T08:30:16.4628342Z Searching Types::Serialiser (0) on cpanmetadb ...
2019-12-18T08:30:16.4628910Z --> Working on Types::Serialiser
2019-12-18T08:30:16.4629430Z Fetching http://www.cpan.org/authors/id/M/ML/MLEHMANN/Types-Serialiser-1.0.tar.gz
2019-12-18T08:30:16.4629747Z -> OK
2019-12-18T08:30:16.4630118Z Unpacking Types-Serialiser-1.0.tar.gz
2019-12-18T08:30:16.4630467Z Entering Types-Serialiser-1.0
2019-12-18T08:30:16.4630652Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4631080Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4631487Z Configuring Types-Serialiser-1.0
2019-12-18T08:30:16.4631642Z Running Makefile.PL
2019-12-18T08:30:16.4631846Z Warning: prerequisite common::sense 0 not found.
2019-12-18T08:30:16.4632008Z Checking if your kit is complete...
2019-12-18T08:30:16.4632148Z Looks good
2019-12-18T08:30:16.4632507Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4632695Z Writing Makefile for Types::Serialiser
2019-12-18T08:30:16.4632870Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4633137Z -> OK
2019-12-18T08:30:16.4633325Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4633523Z Checking if you have common::sense 0 ... No
2019-12-18T08:30:16.4633745Z Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
2019-12-18T08:30:16.4633936Z ==> Found dependencies: common::sense
2019-12-18T08:30:16.4634126Z Searching common::sense (0) on cpanmetadb ...
2019-12-18T08:30:16.4634664Z --> Working on common::sense
2019-12-18T08:30:16.4635184Z Fetching http://www.cpan.org/authors/id/M/ML/MLEHMANN/common-sense-3.74.tar.gz
2019-12-18T08:30:16.4635498Z -> OK
2019-12-18T08:30:16.4635860Z Unpacking common-sense-3.74.tar.gz
2019-12-18T08:30:16.4636184Z Entering common-sense-3.74
2019-12-18T08:30:16.4636387Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4636623Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4636982Z Configuring common-sense-3.74
2019-12-18T08:30:16.4637137Z Running Makefile.PL
2019-12-18T08:30:16.4637309Z Checking if your kit is complete...
2019-12-18T08:30:16.4637426Z Looks good
2019-12-18T08:30:16.4637776Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4637961Z Writing Makefile for common::sense
2019-12-18T08:30:16.4638133Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4638413Z -> OK
2019-12-18T08:30:16.4638586Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4638815Z Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
2019-12-18T08:30:16.4639203Z Building and testing common-sense-3.74
2019-12-18T08:30:16.4639385Z "/usr/bin/perl" sense.pm.PL sense.pm
2019-12-18T08:30:16.4639562Z cp sense.pm blib/arch/common/sense.pm
2019-12-18T08:30:16.4639727Z cp sense.pod blib/lib/common/sense.pod
2019-12-18T08:30:16.4639883Z Manifying 2 pod documents
2019-12-18T08:30:16.4640924Z PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
2019-12-18T08:30:16.4641124Z t/00_load.t .. ok
2019-12-18T08:30:16.4641265Z t/01_arch.t .. ok
2019-12-18T08:30:16.4641400Z All tests successful.
2019-12-18T08:30:16.4641639Z Files=2, Tests=2,  0 wallclock secs ( 0.02 usr +  0.00 sys =  0.02 CPU)
2019-12-18T08:30:16.4641788Z Result: PASS
2019-12-18T08:30:16.4641946Z Manifying 2 pod documents
2019-12-18T08:30:16.4642235Z Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
2019-12-18T08:30:16.4642752Z Installing /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/common/sense.pm
2019-12-18T08:30:16.4643223Z Installing /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/common/sense.pod
2019-12-18T08:30:16.4643444Z Installing /usr/local/man/man3/common::sense.3pm
2019-12-18T08:30:16.4643964Z Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/perllocal.pod
2019-12-18T08:30:16.4644268Z -> OK
2019-12-18T08:30:16.4644642Z Successfully installed common-sense-3.74
2019-12-18T08:30:16.4645187Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/common-sense-3.74/MYMETA.json
2019-12-18T08:30:16.4645767Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/common-sense-3.74/install.json
2019-12-18T08:30:16.4646162Z Building and testing Types-Serialiser-1.0
2019-12-18T08:30:16.4646363Z cp Serialiser.pm blib/lib/Types/Serialiser.pm
2019-12-18T08:30:16.4646577Z cp Serialiser/Error.pm blib/lib/Types/Serialiser/Error.pm
2019-12-18T08:30:16.4646741Z Manifying 2 pod documents
2019-12-18T08:30:16.4647808Z PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
2019-12-18T08:30:16.4647988Z t/00_load.t ... ok
2019-12-18T08:30:16.4648133Z t/51_types.t .. ok
2019-12-18T08:30:16.4648291Z All tests successful.
2019-12-18T08:30:16.4648578Z Files=2, Tests=21,  0 wallclock secs ( 0.01 usr  0.00 sys +  0.01 cusr  0.00 csys =  0.02 CPU)
2019-12-18T08:30:16.4648732Z Result: PASS
2019-12-18T08:30:16.4648874Z Manifying 2 pod documents
2019-12-18T08:30:16.4649090Z Installing /usr/local/share/perl/5.26.1/Types/Serialiser.pm
2019-12-18T08:30:16.4649324Z Installing /usr/local/share/perl/5.26.1/Types/Serialiser/Error.pm
2019-12-18T08:30:16.4649540Z Installing /usr/local/man/man3/Types::Serialiser.3pm
2019-12-18T08:30:16.4649766Z Installing /usr/local/man/man3/Types::Serialiser::Error.3pm
2019-12-18T08:30:16.4650287Z Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/perllocal.pod
2019-12-18T08:30:16.4650600Z -> OK
2019-12-18T08:30:16.4650984Z Successfully installed Types-Serialiser-1.0
2019-12-18T08:30:16.4651553Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Types-Serialiser-1.0/MYMETA.json
2019-12-18T08:30:16.4652148Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Types-Serialiser-1.0/install.json
2019-12-18T08:30:16.4652355Z Already tried common::sense. Skipping.
2019-12-18T08:30:16.4652703Z Building and testing JSON-XS-4.02
2019-12-18T08:30:16.4652872Z cp XS.pm blib/lib/JSON/XS.pm
2019-12-18T08:30:16.4653067Z cp XS/Boolean.pm blib/lib/JSON/XS/Boolean.pm
2019-12-18T08:30:16.4653238Z Running Mkbootstrap for XS ()
2019-12-18T08:30:16.4653382Z chmod 644 "XS.bs"
2019-12-18T08:30:16.4654094Z "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644
2019-12-18T08:30:16.4655308Z "/usr/bin/perl" "/usr/share/perl/5.26/ExtUtils/xsubpp"  -typemap '/usr/share/perl/5.26/ExtUtils/typemap' -typemap '/home/runner/.cpanm/work/1576657447.8893/JSON-XS-4.02/typemap'  XS.xs > XS.xsc
2019-12-18T08:30:16.4655515Z mv XS.xsc XS.c
2019-12-18T08:30:16.4656692Z x86_64-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g   -DVERSION=\"4.02\" -DXS_VERSION=\"4.02\" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.26/CORE"   XS.c
2019-12-18T08:30:16.4657477Z In file included from /usr/lib/x86_64-linux-gnu/perl/5.26/CORE/perl.h:28:0,
2019-12-18T08:30:16.4657681Z                  from XS.xs:2:
2019-12-18T08:30:16.4658053Z XS.xs: In function ‘encode_sv’:
2019-12-18T08:30:16.4658751Z /usr/lib/x86_64-linux-gnu/perl/5.26/CORE/config.h:1048:27: warning: ignoring return value of ‘gcvt’, declared with attribute warn_unused_result [-Wunused-result]
2019-12-18T08:30:16.4658932Z  #define Gconvert(x,n,t,b) gcvt((x),(n),(b))
2019-12-18T08:30:16.4659103Z                            ^~~~~~~~~~~~~~~~~
2019-12-18T08:30:16.4659602Z XS.xs:910:7: note: in expansion of macro ‘Gconvert’
2019-12-18T08:30:16.4659982Z        Gconvert (SvNVX (sv), NV_DIG, 0, enc->cur);
2019-12-18T08:30:16.4660118Z        ^~~~~~~~
2019-12-18T08:30:16.4660448Z rm -f blib/arch/auto/JSON/XS/XS.so
2019-12-18T08:30:16.4661050Z x86_64-linux-gnu-gcc  -shared -L/usr/local/lib -fstack-protector-strong XS.o  -o blib/arch/auto/JSON/XS/XS.so  \
2019-12-18T08:30:16.4661210Z       \
2019-12-18T08:30:16.4661319Z   
2019-12-18T08:30:16.4661479Z chmod 755 blib/arch/auto/JSON/XS/XS.so
2019-12-18T08:30:16.4661653Z cp bin/json_xs blib/script/json_xs
2019-12-18T08:30:16.4662338Z "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/json_xs
2019-12-18T08:30:16.4662514Z Manifying 1 pod document
2019-12-18T08:30:16.4662674Z Manifying 2 pod documents
2019-12-18T08:30:16.4663383Z "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644
2019-12-18T08:30:16.4664335Z PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
2019-12-18T08:30:16.4664704Z t/00_load.t ............. ok
2019-12-18T08:30:16.4664867Z t/01_utf8.t ............. ok
2019-12-18T08:30:16.4665025Z t/02_error.t ............ ok
2019-12-18T08:30:16.4665187Z t/03_types.t ............ ok
2019-12-18T08:30:16.4665340Z t/04_dwiw_encode.t ...... ok
2019-12-18T08:30:16.4665503Z t/05_dwiw_decode.t ...... ok
2019-12-18T08:30:16.4665662Z t/06_pc_pretty.t ........ ok
2019-12-18T08:30:16.4665822Z t/07_pc_esc.t ........... ok
2019-12-18T08:30:16.4665980Z t/08_pc_base.t .......... ok
2019-12-18T08:30:16.4666125Z t/09_pc_extra_number.t .. ok
2019-12-18T08:30:16.4666284Z t/10_pc_keysort.t ....... ok
2019-12-18T08:30:16.4666444Z t/11_pc_expo.t .......... ok
2019-12-18T08:30:16.4666602Z t/12_blessed.t .......... ok
2019-12-18T08:30:16.4666763Z t/13_limit.t ............ ok
2019-12-18T08:30:16.4666906Z t/14_latin1.t ........... ok
2019-12-18T08:30:16.4667067Z t/15_prefix.t ........... ok
2019-12-18T08:30:16.4667232Z t/16_tied.t ............. ok
2019-12-18T08:30:16.4667391Z t/17_relaxed.t .......... ok
2019-12-18T08:30:16.4667549Z t/18_json_checker.t ..... ok
2019-12-18T08:30:16.4667694Z t/19_incr.t ............. ok
2019-12-18T08:30:16.4667855Z t/20_faihu.t ............ ok
2019-12-18T08:30:16.4668018Z t/21_evans.t ............ ok
2019-12-18T08:30:16.4668176Z t/22_comment_at_eof.t ... ok
2019-12-18T08:30:16.4668338Z t/52_object.t ........... ok
2019-12-18T08:30:16.4668481Z t/99_binary.t ........... ok
2019-12-18T08:30:16.4668631Z All tests successful.
2019-12-18T08:30:16.4668926Z Files=25, Tests=25635,  2 wallclock secs ( 0.92 usr  0.03 sys +  1.47 cusr  0.10 csys =  2.52 CPU)
2019-12-18T08:30:16.4669078Z Result: PASS
2019-12-18T08:30:16.4669856Z "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- XS.bs blib/arch/auto/JSON/XS/XS.bs 644
2019-12-18T08:30:16.4670034Z Manifying 1 pod document
2019-12-18T08:30:16.4670177Z Manifying 2 pod documents
2019-12-18T08:30:16.4670465Z Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
2019-12-18T08:30:16.4670967Z Installing /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/auto/JSON/XS/XS.so
2019-12-18T08:30:16.4671428Z Installing /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/JSON/XS.pm
2019-12-18T08:30:16.4672008Z Installing /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/JSON/XS/Boolean.pm
2019-12-18T08:30:16.4672208Z Installing /usr/local/man/man1/json_xs.1p
2019-12-18T08:30:16.4672425Z Installing /usr/local/man/man3/JSON::XS::Boolean.3pm
2019-12-18T08:30:16.4672620Z Installing /usr/local/man/man3/JSON::XS.3pm
2019-12-18T08:30:16.4672792Z Installing /usr/local/bin/json_xs
2019-12-18T08:30:16.4673337Z Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/perllocal.pod
2019-12-18T08:30:16.4673641Z -> OK
2019-12-18T08:30:16.4673986Z Successfully installed JSON-XS-4.02
2019-12-18T08:30:16.4674531Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/JSON-XS-4.02/MYMETA.json
2019-12-18T08:30:16.4675101Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/JSON-XS-4.02/install.json
2019-12-18T08:30:16.4675329Z Searching XML::LibXSLT (1.58) on cpanmetadb ...
2019-12-18T08:30:16.4675858Z --> Working on XML::LibXSLT
2019-12-18T08:30:16.4676353Z Fetching http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-1.96.tar.gz
2019-12-18T08:30:16.4676670Z -> OK
2019-12-18T08:30:16.4677028Z Unpacking XML-LibXSLT-1.96.tar.gz
2019-12-18T08:30:16.4677365Z Entering XML-LibXSLT-1.96
2019-12-18T08:30:16.4677563Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4677784Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4678140Z Configuring XML-LibXSLT-1.96
2019-12-18T08:30:16.4678292Z Running Makefile.PL
2019-12-18T08:30:16.4678621Z running xslt-config... ok
2019-12-18T08:30:16.4678954Z looking for -lxslt... yes
2019-12-18T08:30:16.4679285Z looking for -lexslt... yes
2019-12-18T08:30:16.4679972Z running pkg-config libexslt... Warning: prerequisite XML::LibXML 1.70 not found.
2019-12-18T08:30:16.4680223Z ok
2019-12-18T08:30:16.4680395Z Checking if your kit is complete...
2019-12-18T08:30:16.4680528Z Looks good
2019-12-18T08:30:16.4680907Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4681078Z Writing Makefile for XML::LibXSLT
2019-12-18T08:30:16.4681257Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4681539Z -> OK
2019-12-18T08:30:16.4681730Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4681930Z Checking if you have Encode 0 ... Yes (2.88)
2019-12-18T08:30:16.4682141Z Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
2019-12-18T08:30:16.4682342Z Checking if you have XML::LibXML 1.70 ... No
2019-12-18T08:30:16.4682541Z Checking if you have warnings 0 ... Yes (1.37)
2019-12-18T08:30:16.4682738Z Checking if you have strict 0 ... Yes (1.11)
2019-12-18T08:30:16.4682920Z ==> Found dependencies: XML::LibXML
2019-12-18T08:30:16.4683107Z Searching XML::LibXML (1.70) on cpanmetadb ...
2019-12-18T08:30:16.4683653Z --> Working on XML::LibXML
2019-12-18T08:30:16.4684155Z Fetching http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0201.tar.gz
2019-12-18T08:30:16.4684469Z -> OK
2019-12-18T08:30:16.4684830Z Unpacking XML-LibXML-2.0201.tar.gz
2019-12-18T08:30:16.4685154Z Entering XML-LibXML-2.0201
2019-12-18T08:30:16.4685358Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4685564Z Checking if you have Config 0 ... Yes (5.026001)
2019-12-18T08:30:16.4685799Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4685997Z Checking if you have Alien::Libxml2 0 ... No
2019-12-18T08:30:16.4686182Z ==> Found dependencies: Alien::Libxml2
2019-12-18T08:30:16.4686371Z Searching Alien::Libxml2 (0) on cpanmetadb ...
2019-12-18T08:30:16.4686915Z --> Working on Alien::Libxml2
2019-12-18T08:30:16.4687424Z Fetching http://www.cpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-0.12.tar.gz
2019-12-18T08:30:16.4687737Z -> OK
2019-12-18T08:30:16.4688099Z Unpacking Alien-Libxml2-0.12.tar.gz
2019-12-18T08:30:16.4688436Z Entering Alien-Libxml2-0.12
2019-12-18T08:30:16.4688637Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4688837Z Checking if you have Alien::Build 1.60 ... No
2019-12-18T08:30:16.4689066Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4689373Z Checking if you have Alien::Build::MM 1.60 ... No
2019-12-18T08:30:16.4689608Z Checking if you have ExtUtils::CBuilder 0 ... Yes (0.280225)
2019-12-18T08:30:16.4689866Z Checking if you have Alien::Build::Plugin::Prefer::BadVersion 1.05 ... No
2019-12-18T08:30:16.4690124Z Checking if you have Alien::Build::Plugin::Build::SearchDep 0.35 ... No
2019-12-18T08:30:16.4690521Z ==> Found dependencies: Alien::Build, Alien::Build::MM, Alien::Build::Plugin::Prefer::BadVersion, Alien::Build::Plugin::Build::SearchDep
2019-12-18T08:30:16.4690754Z Searching Alien::Build (1.60) on cpanmetadb ...
2019-12-18T08:30:16.4691325Z --> Working on Alien::Build
2019-12-18T08:30:16.4691810Z Fetching http://www.cpan.org/authors/id/P/PL/PLICEASE/Alien-Build-1.94.tar.gz
2019-12-18T08:30:16.4692131Z -> OK
2019-12-18T08:30:16.4692487Z Unpacking Alien-Build-1.94.tar.gz
2019-12-18T08:30:16.4693580Z Entering Alien-Build-1.94
2019-12-18T08:30:16.4693789Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4694021Z Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.24)
2019-12-18T08:30:16.4694220Z Checking if you have File::Which 0 ... No
2019-12-18T08:30:16.4694449Z Checking if you have ExtUtils::ParseXS 3.30 ... Yes (3.34)
2019-12-18T08:30:16.4694684Z Checking if you have ExtUtils::CBuilder 0 ... Yes (0.280225)
2019-12-18T08:30:16.4694867Z ==> Found dependencies: File::Which
2019-12-18T08:30:16.4695070Z Searching File::Which (0) on cpanmetadb ...
2019-12-18T08:30:16.4695603Z --> Working on File::Which
2019-12-18T08:30:16.4696110Z Fetching http://www.cpan.org/authors/id/P/PL/PLICEASE/File-Which-1.23.tar.gz
2019-12-18T08:30:16.4696550Z -> OK
2019-12-18T08:30:16.4697159Z Unpacking File-Which-1.23.tar.gz
2019-12-18T08:30:16.4697723Z Entering File-Which-1.23
2019-12-18T08:30:16.4697908Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4698143Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4698497Z Configuring File-Which-1.23
2019-12-18T08:30:16.4698649Z Running Makefile.PL
2019-12-18T08:30:16.4698829Z Checking if your kit is complete...
2019-12-18T08:30:16.4698948Z Looks good
2019-12-18T08:30:16.4699298Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4699479Z Writing Makefile for File::Which
2019-12-18T08:30:16.4699650Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4699933Z -> OK
2019-12-18T08:30:16.4700104Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4700325Z Checking if you have Test::More 0.47 ... Yes (1.302073)
2019-12-18T08:30:16.4700553Z Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
2019-12-18T08:30:16.4700928Z Building and testing File-Which-1.23
2019-12-18T08:30:16.4701125Z cp lib/File/Which.pm blib/lib/File/Which.pm
2019-12-18T08:30:16.4701273Z Manifying 1 pod document
2019-12-18T08:30:16.4702219Z PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
2019-12-18T08:30:16.4702372Z # 
2019-12-18T08:30:16.4702485Z # 
2019-12-18T08:30:16.4702603Z # 
2019-12-18T08:30:16.4702747Z # HARNESS_ACTIVE=1
2019-12-18T08:30:16.4702885Z # HARNESS_VERSION=3.38
2019-12-18T08:30:16.4703202Z # LANG=C.UTF-8
2019-12-18T08:30:16.4703877Z # PERL5LIB=/home/runner/.cpanm/work/1576657447.8893/File-Which-1.23/blib/lib:/home/runner/.cpanm/work/1576657447.8893/File-Which-1.23/blib/arch
2019-12-18T08:30:16.4704050Z # PERL_DL_NONLAZY=1
2019-12-18T08:30:16.4704204Z # PERL_MM_USE_DEFAULT=1
2019-12-18T08:30:16.4704469Z # PERL_USE_UNSAFE_INC=1
2019-12-18T08:30:16.4704607Z # SHELL=/bin/bash
2019-12-18T08:30:16.4704716Z # 
2019-12-18T08:30:16.4704823Z # 
2019-12-18T08:30:16.4704930Z # 
2019-12-18T08:30:16.4705049Z # PERL5LIB path
2019-12-18T08:30:16.4705504Z # /home/runner/.cpanm/work/1576657447.8893/File-Which-1.23/blib/lib
2019-12-18T08:30:16.4705956Z # /home/runner/.cpanm/work/1576657447.8893/File-Which-1.23/blib/arch
2019-12-18T08:30:16.4706083Z # 
2019-12-18T08:30:16.4706191Z # 
2019-12-18T08:30:16.4706285Z # 
2019-12-18T08:30:16.4706547Z # perl                5.026001
2019-12-18T08:30:16.4706733Z # ExtUtils::MakeMaker 7.24
2019-12-18T08:30:16.4706896Z # Test::More          1.302073
2019-12-18T08:30:16.4707130Z # 
2019-12-18T08:30:16.4707230Z # 
2019-12-18T08:30:16.4707341Z # 
2019-12-18T08:30:16.4707486Z t/00_diag.t ..... ok
2019-12-18T08:30:16.4707632Z t/01_use.t ...... ok
2019-12-18T08:30:16.4707763Z t/file_which.t .. ok
2019-12-18T08:30:16.4707908Z All tests successful.
2019-12-18T08:30:16.4708192Z Files=3, Tests=21,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.17 cusr  0.02 csys =  0.21 CPU)
2019-12-18T08:30:16.4708343Z Result: PASS
2019-12-18T08:30:16.4708497Z Manifying 1 pod document
2019-12-18T08:30:16.4708702Z Installing /usr/local/share/perl/5.26.1/File/Which.pm
2019-12-18T08:30:16.4708900Z Installing /usr/local/man/man3/File::Which.3pm
2019-12-18T08:30:16.4709457Z Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/perllocal.pod
2019-12-18T08:30:16.4709759Z -> OK
2019-12-18T08:30:16.4710136Z Successfully installed File-Which-1.23
2019-12-18T08:30:16.4710698Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/File-Which-1.23/MYMETA.json
2019-12-18T08:30:16.4711252Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/File-Which-1.23/install.json
2019-12-18T08:30:16.4711614Z Configuring Alien-Build-1.94
2019-12-18T08:30:16.4711766Z Running Makefile.PL
2019-12-18T08:30:16.4712695Z x86_64-linux-gnu-gcc -I/usr/lib/x86_64-linux-gnu/perl/5.26/CORE -fPIC -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o inc/trivial.o inc/trivial.c
2019-12-18T08:30:16.4713066Z Warning: prerequisite Capture::Tiny 0.17 not found.
2019-12-18T08:30:16.4713394Z Warning: prerequisite FFI::CheckLib 0.11 not found.
2019-12-18T08:30:16.4713595Z Warning: prerequisite File::chdir 0 not found.
2019-12-18T08:30:16.4713781Z Warning: prerequisite Path::Tiny 0.077 not found.
2019-12-18T08:30:16.4714025Z Warning: prerequisite Test2::API 1.302096 not found. We have 1.302073.
2019-12-18T08:30:16.4714240Z Warning: prerequisite Test2::Mock 0.000060 not found.
2019-12-18T08:30:16.4714459Z Warning: prerequisite Test2::Require 0.000060 not found.
2019-12-18T08:30:16.4714688Z Warning: prerequisite Test2::Require::Module 0.000060 not found.
2019-12-18T08:30:16.4714894Z Warning: prerequisite Test2::V0 0.000060 not found.
2019-12-18T08:30:16.4715051Z Checking if your kit is complete...
2019-12-18T08:30:16.4715181Z Looks good
2019-12-18T08:30:16.4715560Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4715736Z Writing Makefile for Alien::Build
2019-12-18T08:30:16.4715903Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4716173Z -> OK
2019-12-18T08:30:16.4716356Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4716567Z Checking if you have File::Which 1.10 ... Yes (1.23)
2019-12-18T08:30:16.4716879Z Checking if you have Capture::Tiny 0.17 ... No
2019-12-18T08:30:16.4717081Z Checking if you have FFI::CheckLib 0.11 ... No
2019-12-18T08:30:16.4717317Z Checking if you have Test2::API 1.302096 ... No (1.302073 < 1.302096)
2019-12-18T08:30:16.4717535Z Checking if you have Test2::Require 0.000060 ... No
2019-12-18T08:30:16.4717768Z Checking if you have ExtUtils::MakeMaker 6.64 ... Yes (7.24)
2019-12-18T08:30:16.4717972Z Checking if you have Test2::Mock 0.000060 ... No
2019-12-18T08:30:16.4718186Z Checking if you have Module::Load 0 ... Yes (0.32)
2019-12-18T08:30:16.4718410Z Checking if you have Text::ParseWords 3.26 ... Yes (3.30)
2019-12-18T08:30:16.4718596Z Checking if you have Test2::V0 0.000060 ... No
2019-12-18T08:30:16.4718825Z Checking if you have ExtUtils::CBuilder 0 ... Yes (0.280225)
2019-12-18T08:30:16.4719058Z Checking if you have Test2::Require::Module 0.000060 ... No
2019-12-18T08:30:16.4719288Z Checking if you have ExtUtils::ParseXS 3.30 ... Yes (3.34)
2019-12-18T08:30:16.4719481Z Checking if you have File::chdir 0 ... No
2019-12-18T08:30:16.4719663Z Checking if you have Path::Tiny 0.077 ... No
2019-12-18T08:30:16.4719966Z Checking if you have JSON::PP 0 ... Yes (2.27400_02)
2019-12-18T08:30:16.4720265Z Checking if you have List::Util 1.33 ... Yes (1.46_02)
2019-12-18T08:30:16.4720683Z ==> Found dependencies: Capture::Tiny, FFI::CheckLib, Test2::API, Test2::Require, Test2::Mock, Test2::V0, Test2::Require::Module, File::chdir, Path::Tiny
2019-12-18T08:30:16.4720918Z Searching Capture::Tiny (0.17) on cpanmetadb ...
2019-12-18T08:30:16.4721514Z --> Working on Capture::Tiny
2019-12-18T08:30:16.4722028Z Fetching http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.48.tar.gz
2019-12-18T08:30:16.4722329Z -> OK
2019-12-18T08:30:16.4722693Z Unpacking Capture-Tiny-0.48.tar.gz
2019-12-18T08:30:16.4723169Z Entering Capture-Tiny-0.48
2019-12-18T08:30:16.4723361Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4723587Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4723918Z Configuring Capture-Tiny-0.48
2019-12-18T08:30:16.4724065Z Running Makefile.PL
2019-12-18T08:30:16.4724237Z Checking if your kit is complete...
2019-12-18T08:30:16.4724366Z Looks good
2019-12-18T08:30:16.4724707Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4724869Z Writing Makefile for Capture::Tiny
2019-12-18T08:30:16.4725035Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4725307Z -> OK
2019-12-18T08:30:16.4725487Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4725686Z Checking if you have IO::File 0 ... Yes (1.16)
2019-12-18T08:30:16.4725882Z Checking if you have Scalar::Util 0 ... Yes (1.46_02)
2019-12-18T08:30:16.4726089Z Checking if you have File::Temp 0 ... Yes (0.2304)
2019-12-18T08:30:16.4726276Z Checking if you have lib 0 ... Yes (0.64)
2019-12-18T08:30:16.4726716Z Checking if you have File::Spec 0 ... Yes (3.67)
2019-12-18T08:30:16.4726918Z Checking if you have warnings 0 ... Yes (1.37)
2019-12-18T08:30:16.4727117Z Checking if you have Exporter 0 ... Yes (5.72)
2019-12-18T08:30:16.4727299Z Checking if you have strict 0 ... Yes (1.11)
2019-12-18T08:30:16.4727529Z Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
2019-12-18T08:30:16.4727725Z Checking if you have Carp 0 ... Yes (1.42)
2019-12-18T08:30:16.4727945Z Checking if you have Test::More 0.62 ... Yes (1.302073)
2019-12-18T08:30:16.4728155Z Checking if you have IO::Handle 0 ... Yes (1.36)
2019-12-18T08:30:16.4728552Z Building and testing Capture-Tiny-0.48
2019-12-18T08:30:16.4728756Z cp lib/Capture/Tiny.pm blib/lib/Capture/Tiny.pm
2019-12-18T08:30:16.4728917Z Manifying 1 pod document
2019-12-18T08:30:16.4729858Z PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
2019-12-18T08:30:16.4730017Z # 
2019-12-18T08:30:16.4730266Z # Versions for all modules listed in MYMETA.json (including optional ones):
2019-12-18T08:30:16.4730378Z # 
2019-12-18T08:30:16.4730536Z # === Configure Requires ===
2019-12-18T08:30:16.4730652Z # 
2019-12-18T08:30:16.4730823Z #     Module              Want Have
2019-12-18T08:30:16.4731200Z #     ------------------- ---- ----
2019-12-18T08:30:16.4731372Z #     ExtUtils::MakeMaker 6.17 7.24
2019-12-18T08:30:16.4731488Z # 
2019-12-18T08:30:16.4731640Z # === Build Requires ===
2019-12-18T08:30:16.4731757Z # 
2019-12-18T08:30:16.4731910Z #     Module              Want Have
2019-12-18T08:30:16.4732271Z #     ------------------- ---- ----
2019-12-18T08:30:16.4732455Z #     ExtUtils::MakeMaker  any 7.24
2019-12-18T08:30:16.4732573Z # 
2019-12-18T08:30:16.4732849Z # === Test Requires ===
2019-12-18T08:30:16.4732945Z # 
2019-12-18T08:30:16.4733116Z #     Module              Want     Have
2019-12-18T08:30:16.4733475Z #     ------------------- ---- --------
2019-12-18T08:30:16.4733669Z #     ExtUtils::MakeMaker  any     7.24
2019-12-18T08:30:16.4733849Z #     File::Spec           any     3.67
2019-12-18T08:30:16.4734026Z #     IO::File             any     1.16
2019-12-18T08:30:16.4734188Z #     Test::More          0.62 1.302073
2019-12-18T08:30:16.4734362Z #     lib                  any     0.64
2019-12-18T08:30:16.4734562Z # 
2019-12-18T08:30:16.4734727Z # === Test Recommends ===
2019-12-18T08:30:16.4734840Z # 
2019-12-18T08:30:16.4734989Z #     Module         Want     Have
2019-12-18T08:30:16.4735365Z #     ---------- -------- --------
2019-12-18T08:30:16.4735546Z #     CPAN::Meta 2.120900 2.150010
2019-12-18T08:30:16.4735658Z # 
2019-12-18T08:30:16.4735808Z # === Runtime Requires ===
2019-12-18T08:30:16.4735906Z # 
2019-12-18T08:30:16.4736063Z #     Module       Want    Have
2019-12-18T08:30:16.4736527Z #     ------------ ---- -------
2019-12-18T08:30:16.4736699Z #     Carp          any    1.42
2019-12-18T08:30:16.4736853Z #     Exporter      any    5.72
2019-12-18T08:30:16.4737198Z #     File::Spec    any    3.67
2019-12-18T08:30:16.4737370Z #     File::Temp    any  0.2304
2019-12-18T08:30:16.4737538Z #     IO::Handle    any    1.36
2019-12-18T08:30:16.4737707Z #     Scalar::Util  any 1.46_02
2019-12-18T08:30:16.4737874Z #     strict        any    1.11
2019-12-18T08:30:16.4738030Z #     warnings      any    1.37
2019-12-18T08:30:16.4738146Z # 
2019-12-18T08:30:16.4738537Z t/00-report-prereqs.t ...... ok
2019-12-18T08:30:16.4738892Z t/01-Capture-Tiny.t ........ ok
2019-12-18T08:30:16.4739244Z t/02-capture.t ............. ok
2019-12-18T08:30:16.4739581Z t/03-tee.t ................. ok
2019-12-18T08:30:16.4739935Z t/06-stdout-closed.t ....... ok
2019-12-18T08:30:16.4740287Z t/07-stderr-closed.t ....... ok
2019-12-18T08:30:16.4741602Z t/08-stdin-closed.t ........ ok
2019-12-18T08:30:16.4742009Z t/09-preserve-exit-code.t .. ok
2019-12-18T08:30:16.4742352Z t/10-stdout-string.t ....... ok
2019-12-18T08:30:16.4742705Z t/11-stderr-string.t ....... ok
2019-12-18T08:30:16.4743057Z t/12-stdin-string.t ........ ok
2019-12-18T08:30:16.4743631Z t/13-stdout-tied.t ......... ok
2019-12-18T08:30:16.4743982Z t/14-stderr-tied.t ......... ok
2019-12-18T08:30:16.4744316Z t/15-stdin-tied.t .......... ok
2019-12-18T08:30:16.4744666Z t/16-catch-errors.t ........ ok
2019-12-18T08:30:16.4745028Z t/17-pass-results.t ........ ok
2019-12-18T08:30:16.4745383Z t/18-custom-capture.t ...... ok
2019-12-18T08:30:16.4745734Z t/19-relayering.t .......... ok
2019-12-18T08:30:16.4746067Z t/20-stdout-badtie.t ....... ok
2019-12-18T08:30:16.4746415Z t/21-stderr-badtie.t ....... ok
2019-12-18T08:30:16.4746768Z t/22-stdin-badtie.t ........ ok
2019-12-18T08:30:16.4747123Z t/23-all-tied.t ............ ok
2019-12-18T08:30:16.4747475Z t/24-all-badtied.t ......... ok
2019-12-18T08:30:16.4747811Z t/25-cap-fork.t ............ ok
2019-12-18T08:30:16.4747966Z All tests successful.
2019-12-18T08:30:16.4748263Z Files=24, Tests=12005, 24 wallclock secs ( 1.09 usr  0.19 sys + 18.86 cusr  8.62 csys = 28.76 CPU)
2019-12-18T08:30:16.4748426Z Result: PASS
2019-12-18T08:30:16.4748580Z Manifying 1 pod document
2019-12-18T08:30:16.4748774Z Installing /usr/local/share/perl/5.26.1/Capture/Tiny.pm
2019-12-18T08:30:16.4748990Z Installing /usr/local/man/man3/Capture::Tiny.3pm
2019-12-18T08:30:16.4749647Z Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/perllocal.pod
2019-12-18T08:30:16.4750080Z -> OK
2019-12-18T08:30:16.4750456Z Successfully installed Capture-Tiny-0.48
2019-12-18T08:30:16.4751016Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Capture-Tiny-0.48/MYMETA.json
2019-12-18T08:30:16.4751577Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Capture-Tiny-0.48/install.json
2019-12-18T08:30:16.4751808Z Searching FFI::CheckLib (0.11) on cpanmetadb ...
2019-12-18T08:30:16.4752354Z --> Working on FFI::CheckLib
2019-12-18T08:30:16.4752865Z Fetching http://www.cpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-0.25.tar.gz
2019-12-18T08:30:16.4753181Z -> OK
2019-12-18T08:30:16.4753537Z Unpacking FFI-CheckLib-0.25.tar.gz
2019-12-18T08:30:16.4753878Z Entering FFI-CheckLib-0.25
2019-12-18T08:30:16.4754077Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4754315Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4755058Z Configuring FFI-CheckLib-0.25
2019-12-18T08:30:16.4755395Z Running Makefile.PL
2019-12-18T08:30:16.4755636Z Warning: prerequisite Test2::Mock 0.000060 not found.
2019-12-18T08:30:16.4755876Z Warning: prerequisite Test2::Require::EnvVar 0.000060 not found.
2019-12-18T08:30:16.4756112Z Warning: prerequisite Test2::Require::Module 0.000060 not found.
2019-12-18T08:30:16.4756328Z Warning: prerequisite Test2::V0 0.000060 not found.
2019-12-18T08:30:16.4756507Z Checking if your kit is complete...
2019-12-18T08:30:16.4756623Z Looks good
2019-12-18T08:30:16.4757052Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4757236Z Writing Makefile for FFI::CheckLib
2019-12-18T08:30:16.4757409Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4757833Z -> OK
2019-12-18T08:30:16.4758000Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4758217Z Checking if you have Test2::Require::Module 0.000060 ... No
2019-12-18T08:30:16.4758442Z Checking if you have Test2::API 1.302015 ... Yes (1.302073)
2019-12-18T08:30:16.4758644Z Checking if you have Test2::Mock 0.000060 ... No
2019-12-18T08:30:16.4758848Z Checking if you have Module::Load 0 ... Yes (0.32)
2019-12-18T08:30:16.4759051Z Checking if you have Test2::Require::EnvVar 0.000060 ... No
2019-12-18T08:30:16.4759246Z Checking if you have Test2::V0 0.000060 ... No
2019-12-18T08:30:16.4759465Z Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
2019-12-18T08:30:16.4759757Z ==> Found dependencies: Test2::Require::Module, Test2::Mock, Test2::Require::EnvVar, Test2::V0
2019-12-18T08:30:16.4759995Z Searching Test2::Require::Module (0.000060) on cpanmetadb ...
2019-12-18T08:30:16.4760700Z --> Working on Test2::Require::Module
2019-12-18T08:30:16.4761205Z Fetching http://www.cpan.org/authors/id/E/EX/EXODIST/Test2-Suite-0.000127.tar.gz
2019-12-18T08:30:16.4761669Z -> OK
2019-12-18T08:30:16.4762040Z Unpacking Test2-Suite-0.000127.tar.gz
2019-12-18T08:30:16.4762391Z Entering Test2-Suite-0.000127
2019-12-18T08:30:16.4762590Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4762817Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4763183Z Configuring Test2-Suite-0.000127
2019-12-18T08:30:16.4763334Z Running Makefile.PL
2019-12-18T08:30:16.4763531Z Warning: prerequisite Importer 0.024 not found.
2019-12-18T08:30:16.4763745Z Warning: prerequisite Module::Pluggable 2.7 not found.
2019-12-18T08:30:16.4763950Z Warning: prerequisite Scope::Guard 0 not found.
2019-12-18T08:30:16.4764137Z Warning: prerequisite Sub::Info 0.002 not found.
2019-12-18T08:30:16.4764344Z Warning: prerequisite Term::Table 0.013 not found.
2019-12-18T08:30:16.4764589Z Warning: prerequisite Test2::API 1.302158 not found. We have 1.302073.
2019-12-18T08:30:16.4764777Z Checking if your kit is complete...
2019-12-18T08:30:16.4764910Z Looks good
2019-12-18T08:30:16.4765378Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4765556Z Writing Makefile for Test2::Suite
2019-12-18T08:30:16.4765849Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4766135Z -> OK
2019-12-18T08:30:16.4766328Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4766516Z Checking if you have overload 0 ... Yes (1.28)
2019-12-18T08:30:16.4766737Z Checking if you have Scalar::Util 0 ... Yes (1.46_02)
2019-12-18T08:30:16.4766952Z Checking if you have Data::Dumper 0 ... Yes (2.167)
2019-12-18T08:30:16.4767139Z Checking if you have Importer 0.024 ... No
2019-12-18T08:30:16.4767324Z Checking if you have B 0 ... Yes (1.68)
2019-12-18T08:30:16.4767500Z Checking if you have Carp 0 ... Yes (1.42)
2019-12-18T08:30:16.4767749Z Checking if you have Test2::API 1.302158 ... No (1.302073 < 1.302158)
2019-12-18T08:30:16.4767948Z Checking if you have Scope::Guard 0 ... No
2019-12-18T08:30:16.4768165Z Checking if you have Time::HiRes 0 ... Yes (1.9741)
2019-12-18T08:30:16.4768359Z Checking if you have Sub::Info 0.002 ... No
2019-12-18T08:30:16.4768553Z Checking if you have Term::Table 0.013 ... No
2019-12-18T08:30:16.4768740Z Checking if you have Module::Pluggable 2.7 ... No
2019-12-18T08:30:16.4769032Z Checking if you have Exporter 0 ... Yes (5.72)
2019-12-18T08:30:16.4769276Z Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
2019-12-18T08:30:16.4769470Z Checking if you have utf8 0 ... Yes (1.19)
2019-12-18T08:30:16.4769780Z ==> Found dependencies: Importer, Test2::API, Scope::Guard, Sub::Info, Term::Table, Module::Pluggable
2019-12-18T08:30:16.4769978Z Searching Importer (0.024) on cpanmetadb ...
2019-12-18T08:30:16.4770343Z --> Working on Importer
2019-12-18T08:30:16.4770835Z Fetching http://www.cpan.org/authors/id/E/EX/EXODIST/Importer-0.025.tar.gz
2019-12-18T08:30:16.4771149Z -> OK
2019-12-18T08:30:16.4771498Z Unpacking Importer-0.025.tar.gz
2019-12-18T08:30:16.4771834Z Entering Importer-0.025
2019-12-18T08:30:16.4772023Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4772259Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4772612Z Configuring Importer-0.025
2019-12-18T08:30:16.4772765Z Running Makefile.PL
2019-12-18T08:30:16.4772942Z Checking if your kit is complete...
2019-12-18T08:30:16.4773062Z Looks good
2019-12-18T08:30:16.4773413Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4773583Z Writing Makefile for Importer
2019-12-18T08:30:16.4773757Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4774037Z -> OK
2019-12-18T08:30:16.4774210Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4774439Z Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
2019-12-18T08:30:16.4774666Z Checking if you have Test::More 0.98 ... Yes (1.302073)
2019-12-18T08:30:16.4775039Z Building and testing Importer-0.025
2019-12-18T08:30:16.4775226Z cp lib/Importer.pm blib/lib/Importer.pm
2019-12-18T08:30:16.4775367Z Manifying 1 pod document
2019-12-18T08:30:16.4776449Z PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
2019-12-18T08:30:16.4776634Z t/all_tag.t ...... ok
2019-12-18T08:30:16.4776780Z t/export_fail.t .. ok
2019-12-18T08:30:16.4777090Z t/import.t ....... ok
2019-12-18T08:30:16.4777234Z t/missing.t ...... ok
2019-12-18T08:30:16.4777381Z t/Simple.t ....... ok
2019-12-18T08:30:16.4777529Z t/units.t ........ ok
2019-12-18T08:30:16.4777675Z All tests successful.
2019-12-18T08:30:16.4777963Z Files=6, Tests=41,  0 wallclock secs ( 0.03 usr  0.02 sys +  0.26 cusr  0.04 csys =  0.35 CPU)
2019-12-18T08:30:16.4778116Z Result: PASS
2019-12-18T08:30:16.4778254Z Manifying 1 pod document
2019-12-18T08:30:16.4778455Z Installing /usr/local/share/perl/5.26.1/Importer.pm
2019-12-18T08:30:16.4778647Z Installing /usr/local/man/man3/Importer.3pm
2019-12-18T08:30:16.4779200Z Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/perllocal.pod
2019-12-18T08:30:16.4779514Z -> OK
2019-12-18T08:30:16.4779866Z Successfully installed Importer-0.025
2019-12-18T08:30:16.4780540Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Importer-0.025/MYMETA.json
2019-12-18T08:30:16.4781094Z Installing /usr/local/share/perl/5.26.1/x86_64-linux-gnu-thread-multi/.meta/Importer-0.025/install.json
2019-12-18T08:30:16.4781324Z Searching Test2::API (1.302158) on cpanmetadb ...
2019-12-18T08:30:16.4781850Z --> Working on Test2::API
2019-12-18T08:30:16.4782346Z Fetching http://www.cpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302170.tar.gz
2019-12-18T08:30:16.4782635Z -> OK
2019-12-18T08:30:16.4782991Z Unpacking Test-Simple-1.302170.tar.gz
2019-12-18T08:30:16.4783329Z Entering Test-Simple-1.302170
2019-12-18T08:30:16.4783522Z Checking configure dependencies from META.json
2019-12-18T08:30:16.4783747Z Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (7.24)
2019-12-18T08:30:16.4784087Z Configuring Test-Simple-1.302170
2019-12-18T08:30:16.4784244Z Running Makefile.PL
2019-12-18T08:30:16.4784412Z Checking if your kit is complete...
2019-12-18T08:30:16.4784538Z Looks good
2019-12-18T08:30:16.4784999Z Generating a Unix-style Makefile
2019-12-18T08:30:16.4785167Z Writing Makefile for Test::Simple
2019-12-18T08:30:16.4785456Z Writing MYMETA.yml and MYMETA.json
2019-12-18T08:30:16.4785793Z -> OK
2019-12-18T08:30:16.4785982Z Checking dependencies from MYMETA.json ...
2019-12-18T08:30:16.4786185Z Checking if you have Storable 0 ... Yes (2.62)
2019-12-18T08:30:16.4786385Z Checking if you have File::Spec 0 ... Yes (3.67)
2019-12-18T08:30:16.4786600Z Checking if you have File::Temp 0 ... Yes (0.2304)
2019-12-18T08:30:16.4786824Z Checking if you have Scalar::Util 1.13 ... Yes (1.46_02)
2019-12-18T08:30:16.4787019Z Checking if you have utf8 0 ... Yes (1.19)
2019-12-18T08:30:16.4787241Z Checking if you have ExtUtils::MakeMaker 0 ... Yes (7.24)
2019-12-18T08:30:16.4787625Z Building and testing Test-Simple-1.302170
2019-12-18T08:30:16.4787882Z cp lib/Test2/EventFacet/Assert.pm blib/lib/Test2/EventFacet/Assert.pm
2019-12-18T08:30:16.4788096Z cp lib/Test2/Event/Ok.pm blib/lib/Test2/Event/Ok.pm
2019-12-18T08:30:16.4788463Z cp lib/Test2/EventFacet/Amnesty.pm blib/lib/Test2/EventFacet/Amnesty.pm
2019-12-18T08:30:16.4788679Z cp lib/Test2/Event/Plan.pm blib/lib/Test2/Event/Plan.pm
2019-12-18T08:30:16.4788886Z cp lib/Test2/Event/Note.pm blib/lib/Test2/Event/Note.pm
2019-12-18T08:30:16.4789110Z cp lib/Test/Builder/Tester/Color.pm blib/lib/Test/Builder/Tester/Color.pm
2019-12-18T08:30:16.4789336Z cp lib/Test2/Event/Generic.pm blib/lib/Test2/Event/Generic.pm
2019-12-18T08:30:16.4789545Z cp lib/Test2/Event/Fail.pm blib/lib/Test2/Event/Fail.pm
2019-12-18T08:30:16.4789773Z cp lib/Test2/EventFacet/Error.pm blib/lib/Test2/EventFacet/Error.pm
2019-12-18T08:30:16.4789999Z cp lib/Test/Tester/Delegate.pm blib/lib/Test/Tester/Delegate.pm
2019-12-18T08:30:16.4790327Z cp lib/Test2/Event/Diag.pm blib/lib/Test2/Event/Diag.pm
2019-12-18T08:30:16.4790524Z cp lib/Test2/Event/Pass.pm blib/lib/Test2/Event/Pass.pm
2019-12-18T08:30:16.4790870Z cp lib/Test/Tester/Capture.pm blib/lib/Test/Tester/Capture.pm
2019-12-18T08:30:16.4791062Z cp lib/Test2/API.pm blib/lib/Test2/API.pm
2019-12-18T08:30:16.4791271Z cp lib/Test2/Event/Skip.pm blib/lib/Test2/Event/Skip.pm
2019-12-18T08:30:16.4791489Z cp lib/Test2/EventFacet.pm blib/lib/Test2/EventFacet.pm
2019-12-18T08:30:16.4791703Z cp lib/Test2/Event/Encoding.pm blib/lib/Test2/Event/Encoding.pm
2019-12-18T08:30:16.4791932Z cp lib/Test2/Event/Waiting.pm blib/lib/Test2/Event/Waiting.pm
2019-12-18T08:30:16.4792121Z cp lib/Test/More.pm blib/lib/Test/More.pm
2019-12-18T08:30:16.4792314Z cp lib/Test/use/ok.pm blib/lib/Test/use/ok.pm
2019-12-18T08:30:16.4792518Z cp lib/Test/Tutorial.pod blib/lib/Test/Tutorial.pod
2019-12-18T08:30:16.4792710Z cp lib/Test2/Event.pm blib/lib/Test2/Event.pm
2019-12-18T08:30:16.4792927Z cp lib/Test/Builder/IO/Scalar.pm blib/lib/Test/Builder/IO/Scalar.pm
2019-12-18T08:30:16.4793136Z cp lib/Test2/Event/V2.pm blib/lib/Test2/Event/V2.pm
2019-12-18T08:30:16.4793333Z cp lib/Test/Simple.pm blib/lib/Test/Simple.pm
2019-12-18T08:30:16.4793554Z cp lib/Test/Builder/Tester.pm blib/lib/Test/Builder/Tester.pm
2019-12-18T08:30:16.4793892Z cp lib/Test2/API/Context.pm blib/lib/Test2/API/Context.pm
2019-12-18T08:30:16.4794112Z cp lib/Test/Builder/Module.pm blib/lib/Test/Builder/Module.pm
2019-12-18T08:30:16.4794414Z cp lib/Test/Tester.pm blib/lib/Test/Tester.pm
2019-12-18T08:30:16.4794637Z cp lib/Test2/Event/Subtest.pm blib/lib/Test2/Event/Subtest.pm
2019-12-18T08:30:16.4794868Z cp lib/Test/Builder/TodoDiag.pm blib/lib/Test/Builder/TodoDiag.pm
2019-12-18T08:30:16.4795082Z cp lib/Test2/API/Stack.pm blib/lib/Test2/API/Stack.pm
2019-12-18T08:30:16.4795295Z cp lib/Test2/Event/Bail.pm blib/lib/Test2/Event/Bail.pm
2019-12-18T08:30:16.4795456Z cp lib/Test2.pm blib/lib/Test2.pm
2019-12-18T08:30:16.4795696Z cp lib/Test2/EventFacet/Control.pm blib/lib/Test2/EventFacet/Control.pm
2019-12-18T08:30:16.4795900Z cp lib/Test/Builder.pm blib/lib/Test/Builder.pm
2019-12-18T08:30:16.4796142Z cp lib/Test2/EventFacet/About.pm blib/lib/Test2/EventFacet/About.pm
2019-12-18T08:30:16.4796390Z cp lib/Test/Tester/CaptureRunner.pm blib/lib/Test/Tester/CaptureRunner.pm
2019-12-18T08:30:16.4796629Z cp lib/Test/Builder/Formatter.pm blib/lib/Test/Builder/Formatter.pm
2019-12-18T08:30:16.4796918Z cp lib/Test2/Event/Exception.pm blib/lib/Test2/Event/Exception.pm
2019-12-18T08:30:16.4797159Z cp lib/Test2/API/Breakage.pm blib/lib/Test2/API/Breakage.pm
2019-12-18T08:30:16.4797381Z cp lib/Test2/API/Instance.pm blib/lib/Test2/API/Instance.pm
2019-12-18T08:30:16.4797622Z cp lib/Test2/Event/TAP/Version.pm blib/lib/Test2/Event/TAP/Version.pm
2019-12-18T08:30:16.4797853Z cp lib/Test2/Util/HashBase.pm blib/lib/Test2/Util/HashBase.pm
2019-12-18T08:30:16.4798067Z cp lib/Test2/Util/Trace.pm blib/lib/Test2/Util/Trace.pm
2019-12-18T08:30:16.4798272Z cp lib/Test2/Hub/Subtest.pm blib/lib/Test2/Hub/Subtest.pm
2019-12-18T08:30:16.4798527Z cp lib/Test2/EventFacet/Info/Table.pm blib/lib/Test2/EventFacet/Info/Table.pm
2019-12-18T08:30:16.4799493Z cp lib/Test2/Hub/Interceptor/Terminator.pm blib/lib/Test2/Hub/Interceptor/Terminator.pm
2019-12-18T08:30:16.4799752Z cp lib/Test2/EventFacet/Meta.pm blib/lib/Test2/EventFacet/Meta.pm
2019-12-18T08:30:16.4800004Z cp lib/Test2/EventFacet/Render.pm blib/lib/Test2/EventFacet/Render.pm
2019-12-18T08:30:16.4800242Z cp lib/Test2/EventFacet/Info.pm blib/lib/Test2/EventFacet/Info.pm
2019-12-18T08:30:16.4800416Z cp lib/Test2/IPC.pm blib/lib/Test2/IPC.pm
2019-12-18T08:30:16.4800621Z cp lib/Test2/Formatter.pm blib/lib/Test2/Formatter.pm
2019-12-18T08:30:16.4800851Z cp lib/Test2/EventFacet/Hub.pm blib/lib/Test2/EventFacet/Hub.pm
2019-12-18T08:30:16.4801073Z cp lib/Test2/Transition.pod blib/lib/Test2/Transition.pod
2019-12-18T08:30:16.4801316Z cp lib/Test2/Util/Facets2Legacy.pm blib/lib/Test2/Util/Facets2Legacy.pm
2019-12-18T08:30:16.4801540Z cp lib/Test2/IPC/Driver/Files.pm blib/lib/Test2/IPC/Driver/Files.pm
2019-12-18T08:30:16.4801782Z cp lib/Test2/Util/ExternalMeta.pm blib/lib/Test2/Util/ExternalMeta.pm
2019-12-18T08:30:16.4802103Z cp lib/Test2/Util.pm blib/lib/Test2/Util.pm
2019-12-18T08:30:16.4802333Z cp lib/Test2/Hub/Interceptor.pm blib/lib/Test2/Hub/Interceptor.pm
2019-12-18T08:30:16.4802570Z cp lib/Test2/EventFacet/Trace.pm blib/lib/Test2/EventFacet/Trace.pm
2019-12-18T08:30:16.4802740Z cp lib/ok.pm blib/lib/ok.pm
2019-12-18T08:30:16.4802937Z cp lib/Test2/Tools/Tiny.pm blib/lib/Test2/Tools/Tiny.pm
2019-12-18T08:30:16.4803151Z cp lib/Test2/IPC/Driver.pm blib/lib/Test2/IPC/Driver.pm
2019-12-18T08:30:16.4803382Z cp lib/Test2/EventFacet/Plan.pm blib/lib/Test2/EventFacet/Plan.pm
2019-12-18T08:30:16.4803572Z cp lib/Test2/Hub.pm blib/lib/Test2/Hub.pm
2019-12-18T08:30:16.4803808Z cp lib/Test2/EventFacet/Parent.pm blib/lib/Test2/EventFacet/Parent.pm
2019-12-18T08:30:16.4804022Z cp lib/Test2/Formatter/TAP.pm blib/lib/Test2/Formatter/TAP.pm
2019-12-18T08:30:16.4804187Z Manifying 37 pod documents
2019-12-18T08:30:16.4804344Z Manifying 30 pod documents
2019-12-18T08:30:16.4807507Z PERL_DL_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/Legacy/*.t t/Legacy/Bugs/*.t t/Legacy/Builder/*.t t/Legacy/Regression/*.t t/Legacy/Simple/*.t t/Legacy/Test2/*.t t/Legacy/Tester/*.t t/Legacy/subtest/*.t t/Legacy_And_Test2/*.t t/Test2/acceptance/*.t t/Test2/behavior/*.t t/Test2/legacy/*.t t/Test2/modules/*.t t/Test2/modules/API/*.t t/Test2/modules/Event/*.t t/Test2/modules/Event/TAP/*.t t/Test2/modules/EventFacet/*.t t/Test2/modules/Formatter/*.t t/Test2/modules/Hub/*.t t/Test2/modules/Hub/Interceptor/*.t t/Test2/modules/IPC/*.t t/Test2/modules/IPC/Driver/*.t t/Test2/modules/Tools/*.t t/Test2/modules/Util/*.t t/Test2/regression/*.t t/regression/*.t
2019-12-18T08:30:16.4807729Z 
2019-12-18T08:30:16.4808034Z # DIAGNOSTICS INFO IN CASE OF FAILURE:
2019-12-18T08:30:16.4808098Z 
2019-12-18T08:30:16.4808236Z # Perl: 5.026001
2019-12-18T08:30:16.4808310Z 
2019-12-18T08:30:16.4808426Z # CAPABILITIES:
2019-12-18T08:30:16.4808579Z # CAN_FORK         Yes
2019-12-18T08:30:16.4808724Z # CAN_REALLY_FORK  Yes
2019-12-18T08:30:16.4808871Z # CAN_THREAD       Yes
2019-12-18T08:30:16.4808926Z 
2019-12-18T08:30:16.4809054Z # DEPENDENCIES:
2019-12-18T08:30:16.4809195Z # Carp          1.42
2019-12-18T08:30:16.4809329Z # File::Spec    3.67
2019-12-18T08:30:16.4809723Z # File::Temp    0.2304
2019-12-18T08:30:16.4809895Z # PerlIO        1.10
2019-12-18T08:30:16.4810048Z # Scalar::Util  1.4602
2019-12-18T08:30:16.4810193Z # Storable      2.62
2019-12-18T08:30:16.4810330Z # Test2         1.302170
2019-12-18T08:30:16.4810479Z # overload      1.28
2019-12-18T08:30:16.4810622Z # threads       2.15
2019-12-18T08:30:16.4810763Z # utf8          1.19
2019-12-18T08:30:16.4811229Z t/00-report.t .................................. ok
2019-12-18T08:30:16.4811428Z t/00compile.t .................................. ok
2019-12-18T08:30:16.4811634Z t/HashBase.t ................................... ok
2019-12-18T08:30:16.4811836Z t/Legacy/00test_harness_check.t ................ ok
2019-12-18T08:30:16.4812264Z t/Legacy/01-basic.t ............................ ok
2019-12-18T08:30:16.4812676Z t/Legacy/478-cmp_ok_hash.t ..................... ok
2019-12-18T08:30:16.4812886Z t/Legacy/auto.t ................................ ok
2019-12-18T08:30:16.4813080Z t/Legacy/bad_plan.t ............................ ok
2019-12-18T08:30:16.4813412Z t/Legacy/bail_out.t ............................ ok
2019-12-18T08:30:16.4813611Z t/Legacy/BEGIN_require_ok.t .................... ok
2019-12-18T08:30:16.4813805Z t/Legacy/BEGIN_use_ok.t ........................ ok
2019-12-18T08:30:16.4814000Z t/Legacy/buffer.t .............................. ok
2019-12-18T08:30:16.4814181Z t/Legacy/Bugs/600.t ............................ ok
2019-12-18T08:30:16.4814377Z t/Legacy/Bugs/629.t ............................ ok
2019-12-18T08:30:16.4814571Z t/Legacy/Builder/Builder.t ..................... ok
2019-12-18T08:30:16.4814765Z t/Legacy/Builder/carp.t ........................ ok
2019-12-18T08:30:16.4815071Z t/Legacy/Builder/create.t ...................... ok
2019-12-18T08:30:16.4815267Z t/Legacy/Builder/current_test.t ................ ok
2019-12-18T08:30:16.4815448Z t/Legacy/Builder/current_test_without_plan.t ... ok
2019-12-18T08:30:16.4815644Z t/Legacy/Builder/details.t ..................... ok
2019-12-18T08:30:16.4815846Z t/Legacy/Builder/done_testing.t ................ ok
2019-12-18T08:30:16.4816041Z t/Legacy/Builder/done_testing_double.t ......... ok
2019-12-18T08:30:16.4816234Z t/Legacy/Builder/done_testing_plan_mismatch.t .. ok
2019-12-18T08:30:16.4816414Z t/Legacy/Builder/done_testing_with_no_plan.t ... ok
2019-12-18T08:30:16.4816608Z t/Legacy/Builder/done_testing_with_number.t .... ok
2019-12-18T08:30:16.4816805Z t/Legacy/Builder/done_testing_with_plan.t ...... ok
2019-12-18T08:30:16.4817351Z t/Legacy/Builder/fork_with_new_stdout.t ........ ok
2019-12-18T08:30:16.4817584Z t/Legacy/Builder/has_plan.t .................... ok
2019-12-18T08:30:16.4817766Z t/Legacy/Builder/has_plan2.t ................... ok
2019-12-18T08:30:16.4817970Z t/Legacy/Builder/is_fh.t ....................... ok
2019-12-18T08:30:16.4818165Z t/Legacy/Builder/is_passing.t .................. ok
2019-12-18T08:30:16.4818360Z t/Legacy/Builder/maybe_regex.t ................. ok
2019-12-18T08:30:16.4818559Z t/Legacy/Builder/no_diag.t ..................... ok
2019-12-18T08:30:16.4818754Z t/Legacy/Builder/no_ending.t ................... ok
2019-12-18T08:30:16.4818934Z t/Legacy/Builder/no_header.t ................... ok
2019-12-18T08:30:16.4819129Z t/Legacy/Builder/no_plan_at_all.t .............. ok
2019-12-18T08:30:16.4819324Z t/Legacy/Builder/ok_obj.t ...................... ok
2019-12-18T08:30:16.4819520Z t/Legacy/Builder/output.t ...................... ok
2019-12-18T08:30:16.4819883Z t/Legacy/Builder/reset.t ....................... ok
2019-12-18T08:30:16.4820070Z t/Legacy/Builder/reset_outputs.t ............... ok
2019-12-18T08:30:16.4820269Z t/Legacy/Builder/try.t ......................... ok
2019-12-18T08:30:16.4820445Z t/Legacy/c_flag.t ..................
2019-12-18T08:30:16.4823308Z ##[error]Process completed with exit code 1.
2019-12-18T08:30:16.4841817Z Cleaning up orphan processes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.